makefiles: Add a helper to split large file remove commands.
[wine.git] / programs / winedbg / Makefile.in
blobff75874efd79c414218ddce3a14a55f5a1a305ba
1 MODULE = winedbg.exe
2 APPMODE = -mconsole
3 IMPORTS = dbghelp advapi32
4 DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
5 EXTRALIBS = $(POLL_LIBS)
7 C_SRCS = \
8 be_arm.c \
9 be_arm64.c \
10 be_i386.c \
11 be_ppc.c \
12 be_x86_64.c \
13 break.c \
14 crashdlg.c \
15 db_disasm.c \
16 db_disasm64.c \
17 display.c \
18 expr.c \
19 gdbproxy.c \
20 info.c \
21 memory.c \
22 source.c \
23 stack.c \
24 symbol.c \
25 tgt_active.c \
26 tgt_minidump.c \
27 tgt_module.c \
28 types.c \
29 winedbg.c
31 RC_SRCS = winedbg.rc
33 LEX_SRCS = debug.l
34 BISON_SRCS = dbg.y
36 MANPAGES = winedbg.man.in
38 INSTALL_LIB = winedbg.exe winedbg