#
# Makefile for NLFind
#
#

OBJS= NLFind.o

NLFind: $(OBJS) 
   sc NOCHECKABORT link to NLFind with <<
$(OBJS)
<
   Copy NLFind TO SYS:WBStartup

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

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

dist:
	execute makedist

