home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-25 | 390 b | 16 lines |
- # Makefile to compile DW_Convert with SAS/C
- # (Not an incredibly complicated procedure really)
-
- DW_Convert: DW_Convert.o DW_GMOD.o
- BLink from lib:c.o DW_Convert.o DW_GMOD.o to DW_Convert \
- lib lib:lc.lib nodebug
-
- DW_Convert.o: DW_Convert.c
- LC $*
-
- # I use the A68k assembler by Charlie Gibbs for everything, but other
- # assemblers should work too...
- DW_GMOD.o: DW_GMOD.asm
- A68k $*.asm
-
-