home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / tarsrc30.sit / Makefile < prev    next >
Encoding:
Makefile  |  1991-08-04  |  530 b   |  22 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 pref.c.o window.c.o
  3.  
  4. Debug = -sym full
  5. LDebug = -sym full
  6. COptions = {Debug} -d USEDUMP
  7.  
  8. tar ── {OBJECTS} hdrs.dmp
  9.     Link {LDebug} -o tar {OBJECTS} ╢
  10.         "{CLibraries}"StdCLib.o ╢
  11.         "{Libraries}"Runtime.o ╢
  12.         "{Libraries}"Interface.o
  13.     SetFile tar -t APPL -c 'TAR ' -a B
  14.  
  15. tar ── tar.r
  16.     Rez -rd -o tar -append "{RIncludes}"Types.r "{RIncludes}"SysTypes.r tar.r
  17.  
  18. {OBJECTS} ─ hdrs.dmp
  19.  
  20. hdrs.dmp ─ tar.h
  21.     c -u USEDUMP {Debug} -d MAKEDUMP tar.h
  22.