home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-07-05 | 413 b | 22 lines |
- OFILES= test.o stdfile.o PatMatch.o VolList.o
- CFILES= test.c stdfile.c PatMatch.c VolList.c
- TEXT= Makefile readme
- OTHERS= $(TEXT) test
-
- .SUFFIXES: .c .o .h
-
- .c.o:
- @-ram:c/del $*.o
- cc +P -S -B -DAMIGA $*.c
-
- test: $(OFILES)
- @-ram:c/del test
- ln -o test $(OFILES) -lcl32
-
- stdfile.arc: $(CFILES) $(OTHERS)
- @-ram:c/del stdfile.arc
- arc a stdfile $(CFILES) $(OTHERS)
-
- print: $(CFILES) $(TEXT)
- pr $(CFILES) $(TEXT)
-