Store print dlg structure in a property instead of DWL_USER.
[wine.git] / debugger / Makefile.in
blob714df76e2f1a9bd0d926eb4ce8d2a2fe0c09208e
1 EXTRADEFS = -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winedbg.exe
7 APPMODE = cui
8 IMPORTS = advapi32 kernel32 ntdll
9 DELAYIMPORTS = user32
11 C_SRCS = \
12 break.c \
13 db_disasm.c \
14 display.c \
15 expr.c \
16 ext_debugger.c \
17 hash.c \
18 info.c \
19 memory.c \
20 module.c \
21 msc.c \
22 registers.c \
23 source.c \
24 stabs.c \
25 stack.c \
26 types.c \
27 winedbg.c
29 EXTRA_SRCS = dbg.y debug.l
30 EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
32 @MAKE_PROG_RULES@
34 y.tab.c y.tab.h: dbg.y
35 $(YACC) -d -t $(SRCDIR)/dbg.y
37 @LEX_OUTPUT_ROOT@.c: debug.l
38 $(LEX) -8 -I $(SRCDIR)/debug.l
40 ### Dependencies: