# Makefile for GUISpell
#
# Set up for SAS/C v6.0
#
# Last update: Loren J. Rittle  Sat Sep 26 12:04:06 1992

CFLAGS = DATA=NEAR CODE=NEAR MCCONS STREQ STRMERGE UNSCHAR IGNORE=165 PARMS=REG

LNFLAGS = NODEBUG SMALLCODE SMALLDATA LINK STARTUP=cres

OBJS = 	GUISpell.o MinRexx.o error.o libraries.o textclip.o

GUISpell: $(OBJS)
	sc $(LNFLAGS) TO GUISpell from $(OBJS)

clean:
	delete quiet \#?.bak \#?.o \#?.info \#?.lnk GUISpell
