home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-05 | 564 b | 21 lines |
- #########################################################################
- #
- # null-handler SMakefile
- # V 0.0 (c) Gunnar Nordmark 1988
- # V 0.1 (w) Reinhard Katzmann 1994
- # For SAS/C 6.51
- #
- #########################################################################
-
-
- null-handler : null.o misc.o
- sc link to=null-handler null.o misc.o nostartup nostackcheck
-
- misc.o : misc.c
- sc misc.c nostartup nostackcheck # gst=null.gst
-
- null.o : null.c
- sc null.c nostartup nostackcheck # gst=null.gst
-
- # Use gst option only, if you call sc makegst=null.gst null.c first
-