Support resources in cross-compiled tests.
[wine/wine-kai.git] / programs / winedbg / Makefile.in
blob04389aef5b3c3ceea512552f7ec62188812de183
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedbg.exe
6 APPMODE = cui
7 IMPORTS = advapi32 kernel32 ntdll
8 DELAYIMPORTS = user32
10 C_SRCS = \
11 break.c \
12 db_disasm.c \
13 display.c \
14 expr.c \
15 ext_debugger.c \
16 gdbproxy.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 # hack to allow parallel make
38 y.tab.h: y.tab.c
39 y.tab.o: y.tab.h
41 @LEX_OUTPUT_ROOT@.c: debug.l
42 $(LEX) -8 -I $(SRCDIR)/debug.l
44 @LEX_OUTPUT_ROOT@.o: y.tab.h
46 ### Dependencies: