home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-01-28 | 407 b | 14 lines |
- OBJ = GenerateIndex.o GUI.o lists.o
-
- AmiCAD: $(OBJ)
- slink WITH GenerateIndex.lnk
-
- GenerateIndex.o: GenerateIndex.c GenerateIndex.h
- sc NOSTKCHK STRINGMERGE OPTIMIZE GST=GenerateIndex.gst GenerateIndex.c
-
- GUI.o: GUI.c GenerateIndex.h
- sc NOSTKCHK STRINGMERGE OPTIMIZE GST=GenerateIndex.gst GUI.c
-
- lists.o: lists.c GenerateIndex.h
- sc NOSTKCHK STRINGMERGE OPTIMIZE GST=GenerateIndex.gst lists.c
-