home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 426.lha / DT_v1.10 / makefile < prev   
Makefile  |  1990-10-06  |  350b  |  19 lines

  1. # For source debugging:
  2. #     compiler options (C0 macro): -d2 ... -d4 (instead of -d0) ;
  3. #     linker options (L2 macro): ADDSYM (instead of nothing) .
  4.  
  5. C0 = -cus
  6. L0 = blink FROM LIB:c.o
  7. L1 = LIBRARY LIB:lcm.lib LIB:lc.lib LIB:amiga.lib
  8. L2 =
  9.  
  10. .c.o:
  11.   LC:lc1 $(C0) $*
  12.   LC:go $*
  13.   LC:lc2 $*
  14.  
  15. dt: dt.o
  16.   $(L0) dt.o TO dt $(L1) $(L2)
  17.  
  18. dt.o: dt.c mlo.h
  19.