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