SRCS= LLgen.c \
		Lpars.c \
		expr.c \
		get_token.c \
		lex.c \
		program.c \
		run_all.c \
		symtab.c

OBJS= LLgen.o \
		Lpars.o \
		expr.o \
		get_token.o \
		lex.o \
		program.o \
		run_all.o \
		symtab.o
###
bin/LLgen.o: Lpars.h parser.h /home/mattd/greyhelm/xemp5.0/include/type.h \
	symtab.h token.h
bin/Lpars.o: Lpars.h
bin/expr.o: Lpars.h parser.h /home/mattd/greyhelm/xemp5.0/include/type.h \
	symtab.h token.h stack.h
bin/get_token.o: /home/mattd/greyhelm/xemp5.0/include/main.h \
	/home/mattd/greyhelm/xemp5.0/include/type.h \
	/home/mattd/greyhelm/xemp5.0/include/xemp.h \
	/home/mattd/greyhelm/xemp5.0/include/tcemp.h \
	/home/mattd/greyhelm/xemp5.0/include/options.h \
	/home/mattd/greyhelm/xemp5.0/include/production.h \
	/home/mattd/greyhelm/xemp5.0/include/sector.h \
	/home/mattd/greyhelm/xemp5.0/include/func.h parser.h Lpars.h symtab.h \
	/home/mattd/greyhelm/xemp5.0/include/ship.h \
	/home/mattd/greyhelm/xemp5.0/include/var.h \
	/home/mattd/greyhelm/xemp5.0/include/plane.h \
	/home/mattd/greyhelm/xemp5.0/include/nuke.h eval_stack.h
bin/lex.o: parser.h /home/mattd/greyhelm/xemp5.0/include/type.h symtab.h \
	token.h Lpars.h
bin/program.o: Lpars.h parser.h /home/mattd/greyhelm/xemp5.0/include/type.h \
	symtab.h token.h stack.h prog_defs.h program.inc
bin/run_all.o: parser.h /home/mattd/greyhelm/xemp5.0/include/type.h symtab.h \
	stack.h Lpars.h prog_defs.h eval_stack.h
bin/symtab.o: Lpars.h symtab.h
