home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-10-06 | 350 b | 19 lines |
- # For source debugging:
- # compiler options (C0 macro): -d2 ... -d4 (instead of -d0) ;
- # linker options (L2 macro): ADDSYM (instead of nothing) .
-
- C0 = -cus
- L0 = blink FROM LIB:c.o
- L1 = LIBRARY LIB:lcm.lib LIB:lc.lib LIB:amiga.lib
- L2 =
-
- .c.o:
- LC:lc1 $(C0) $*
- LC:go $*
- LC:lc2 $*
-
- dt: dt.o
- $(L0) dt.o TO dt $(L1) $(L2)
-
- dt.o: dt.c mlo.h
-