1 TOPSRCDIR = @top_srcdir@
7 IMPORTS = advapi32 kernel32 ntdll
29 EXTRA_SRCS = dbg.y debug.l
30 EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
34 y.tab.c y.tab.h: dbg.y
35 $(YACC) -d -t $(SRCDIR)/dbg.y
37 # hack to allow parallel make
41 @LEX_OUTPUT_ROOT@.c: debug.l
42 $(LEX) -8 -I $(SRCDIR)/debug.l
44 @LEX_OUTPUT_ROOT@.o: y.tab.h