home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-07 | 480 b | 26 lines |
- #
- # Makefile for Yourfault
- #
- #
-
- OBJS= YourFault.o
-
- /YourFault: $(OBJS)
- sc NOCHECKABORT link to /YourFault with <<
- $(OBJS)
- <
-
- YourFault.o: YourFault.c scoptions INCLUDE:YourFault.gst
- sc YourFault.c GST=INCLUDE:YourFault.gst NOLINK
-
- INCLUDE:YourFault.gst: gst.c scoptions smakefile
- sc gst.c MAKEGST=INCLUDE:YourFault.gst IGNORE=105 NOOPTIMIZE
- delete gst.o
-
- getdeferrors:
- sc GetDefErrors.c GST=INCLUDE:YourFault.gst LINK PNAME=/GetDefErrors NOICONS
-
- dist:
- execute makedist
-
-