home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Misc / NULLHNDL.LHA / Null / src / SMakefile < prev   
Encoding:
Makefile  |  1994-02-05  |  564 b   |  21 lines

  1. #########################################################################
  2. #
  3. #        null-handler SMakefile
  4. #        V 0.0 (c) Gunnar Nordmark 1988
  5. #     V 0.1 (w) Reinhard Katzmann 1994
  6. #        For SAS/C 6.51
  7. #
  8. #########################################################################
  9.  
  10.  
  11. null-handler    : null.o misc.o
  12.     sc link to=null-handler null.o misc.o nostartup nostackcheck
  13.  
  14. misc.o    : misc.c 
  15.     sc misc.c nostartup nostackcheck # gst=null.gst
  16.  
  17. null.o    : null.c
  18.     sc null.c nostartup nostackcheck # gst=null.gst
  19.  
  20. # Use gst option only, if you call sc makegst=null.gst null.c first
  21.