home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / boot / yourfault / src / smakefile < prev    next >
Makefile  |  1995-06-09  |  480b  |  26 lines

  1. #
  2. # Makefile for Yourfault
  3. #
  4. #
  5.  
  6. OBJS= YourFault.o
  7.  
  8. /YourFault: $(OBJS) 
  9.    sc NOCHECKABORT link to /YourFault with <<
  10. $(OBJS)
  11. <
  12.  
  13. YourFault.o: YourFault.c scoptions INCLUDE:YourFault.gst
  14.     sc YourFault.c GST=INCLUDE:YourFault.gst NOLINK
  15.  
  16. INCLUDE:YourFault.gst: gst.c scoptions smakefile
  17.     sc gst.c MAKEGST=INCLUDE:YourFault.gst IGNORE=105 NOOPTIMIZE
  18.     delete gst.o
  19.  
  20. getdeferrors:
  21.     sc GetDefErrors.c GST=INCLUDE:YourFault.gst LINK PNAME=/GetDefErrors NOICONS
  22.  
  23. dist:
  24.     execute makedist
  25.  
  26.