home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / tarsrc.sit / Makefile.txt < prev    next >
Makefile  |  1989-09-14  |  480b  |  21 lines

  1. OBJECTS = tar.c.o buffer.c.o create.c.o dialog.c.o dir.c.o extract.c.o ╢
  2.       list.c.o menu.c.o window.c.o
  3.  
  4. COptions = -d USEDUMP
  5.  
  6. tar ── {OBJECTS} hdrs.dmp
  7.     Link -o tar {OBJECTS} ╢
  8.         {CLibraries}CRuntime.o ╢
  9.         {CLibraries}StdCLib.o ╢
  10.         {CLibraries}CInterface.o ╢
  11.         {Libraries}Interface.o
  12.     SetFile tar -t APPL -c 'TAR ' -a B
  13.  
  14. tar ── tar.r
  15.     Rez -rd -o tar -append {RIncludes}Types.r {RIncludes}SysTypes.r tar.r
  16.  
  17. {OBJECTS} ─ hdrs.dmp
  18.  
  19. hdrs.dmp ─ tar.h
  20.     c -u USEDUMP -d MAKEDUMP tar.h
  21.