home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-27 | 300 b | 15 lines |
-
- OPT = OPTTIME OPTGO PARMS=REGISTER
- STL = LIB:sc.lib LIB:amiga.lib
- BLO = SC SD ND
-
- Explode: Decrunch30.o
- Explode: Explode.o
- SC:c/slink FROM LIB:c.o Decrunch30.o Explode.o LIB $(STL) $(BLO) TO Explode
-
- Explode.o: Explode.c
- SC:c/sc $(OPT) Explode.c
-
- Decrunch30.o: Decrunch30.s
- SC:c/asm Decrunch30.s
-