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