OBJS =  Gcodedef.t.o Gmode.t.o Gfreeset.o Genv.o Gseq.o Gprint.o Gutil.o Gcode.o Gcase.o Gtail.o Stingycode.o Gmain.o
MSRC = Gcodedef.t.m Gmode.t.m \
	Gfreeset.m Genv.m Gseq.m Gutil.m Gcase.m Gtail.m \
	Gcode.m Gprint.m Gmain.m Stingycode.m

LMLC = lmlc
LMLFLAGS = 
.SUFFIXES :
.SUFFIXES : .m .o
.PHONY: all

.m.o :
	lmlc -c ${LMLFLAGS} $<

all:	${OBJS}

clean:
	rm -f *.o

oosave:
	mv *.o saveoo
unosave:
	mv saveoo/*.o .
osave:
	mv *.o saveo
unsave:
	mv saveo/*.o .

print:
	@pr -l72 READ_ME Makefile
	@pr -l36 id.t Expr.t constr.t Gmode.t
	@pr -l72 Gcodedef.t
	@pr -l72 $(MSRC)

countlines:
	wc $(MSRC)

depend:
	../../bin/makedepend ${MSRC}

# DO NOT DELETE THIS LINE

Gfreeset.o:  ../misc/setofid.t ../Expr/Expr.t.t
Genv.o:  ../expr/id.t ../misc/util.t
Gseq.o:  Gcodedef.t.t
Gutil.o:  ../expr/einfo.t.t ../expr/ttype.t.t ../expr/id.t.t ../expr/id.t ../expr/constr.t.t ../Expr/Expr.t.t ../misc/flags.t ../funnos.h Gseq.t Genv.t Gcodedef.t.t Gmode.t.t Gcode.t
Gcase.o:  ../expr/id.t.t ../expr/id.t ../expr/constr.t.t ../expr/constrfun.t ../Expr/Expr.t.t ../misc/flags.t Genv.t Gseq.t Gutil.t Gmode.t.t Gcodedef.t.t Gcode.t
Gtail.o:  ../expr/einfo.t.t ../expr/id.t.t ../Expr/Expr.t.t ../misc/setofid.t Genv.t Gutil.t Gseq.t Gfreeset.t Gmode.t.t Gcodedef.t.t Gcode.t
Gcode.o:  ../expr/id.t.t ../expr/id.t ../expr/einfo.t.t ../expr/constr.t.t ../expr/constrfun.t ../Expr/Eprint.t ../Expr/Expr.t.t ../Expr/Eutil.t ../misc/flags.t ../funnos.h Gcodedef.t.t Gmode.t.t Gseq.t Genv.t Gcase.t Gtail.t Gutil.t
Gprint.o:  ../misc/pri.t ../misc/text.t.t ../misc/Tflat.t ../expr/id.t.t ../expr/id.t ../expr/constr.t.t Gcodedef.t.t
Gmain.o:  ../expr/einfo.t.t ../expr/id.t.t ../Expr/Expr.t.t ../misc/flags.t Genv.t Gseq.t Gmode.t.t Gcodedef.t.t Gcode.t Stingycode.t ../funnos.h
Stingycode.o:  ../expr/id.t.t ../expr/id.t ../expr/einfo.t.t ../expr/constr.t.t ../expr/constrfun.t ../Expr/Eprint.t ../Expr/Expr.t.t ../Expr/Eutil.t ../misc/flags.t ../funnos.h Gcodedef.t.t Gmode.t.t Gseq.t Genv.t Gcase.t Gtail.t Gutil.t Gcode.t
# DEPENDENCIES MUST END AT END OF FILE
# IF YOU PUT STUFF HERE IT WILL GO AWAY
