1 DEFS
= -D__WINE__
-DLIBDIR
=\"$(libdir)\"
2 TOPSRCDIR
= @top_srcdir@
24 EXTRA_SRCS
= dbg.y debug.l
25 EXTRA_OBJS
= y.tab.o
lex.yy.o
32 # This is a special test program that helps debug the internal debugger.
34 debug
: $(MODULE
).o dbgmain.o ..
/misc
/xmalloc.o
35 $(CC
) -o debug
$(MODULE
).o dbgmain.o ..
/misc
/xmalloc.o
39 y.tab.c y.tab.h
: dbg.y
40 $(YACC
) -d
-t
$(SRCDIR
)/dbg.y
43 $(LEX
) -8 -I
$(SRCDIR
)/debug.l
46 $(RM
) y.tab.c y.tab.h
lex.yy.c