1 TOPSRCDIR = @top_srcdir@
31 EXTRA_SRCS = dbg.y debug.l
32 EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
36 y.tab.c y.tab.h: dbg.y
37 $(YACC) -d -t $(SRCDIR)/dbg.y
39 # hack to allow parallel make
43 @LEX_OUTPUT_ROOT@.c: debug.l
44 $(LEX) -8 -I $(SRCDIR)/debug.l
46 @LEX_OUTPUT_ROOT@.o: y.tab.h