#
# Makefile for NaeGrey
#
#

OBJS= NaeGrey.o

NaeGrey: $(OBJS) 
   sc NOCHECKABORT link to NaeGrey with <<
$(OBJS)
<

NaeGrey.o: NaeGrey.c scoptions INCLUDE:NaeGrey.gst
	sc NaeGrey.c GST=INCLUDE:NaeGrey.gst NOLINK

INCLUDE:NaeGrey.gst: gst.c scoptions smakefile
	sc gst.c MAKEGST=INCLUDE:NaeGrey.gst IGNORE=105 NOOPTIMIZE
	delete gst.o

dist:
	execute makedist

