push 87b6981010d7405c33b14cddcceec21b47729eba
[wine/hacks.git] / programs / winedbg / Makefile.in
blobf3aef2cd06dc3deaf288478957ae29faa22c86e3
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedbg.exe
6 APPMODE = -mconsole
7 IMPORTS = psapi dbghelp advapi32 kernel32 ntdll
8 DELAYIMPORTS = user32 gdi32
9 EXTRALIBS = @LIBPOLL@
10 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
12 C_SRCS = \
13 be_alpha.c \
14 be_i386.c \
15 be_ppc.c \
16 be_x86_64.c \
17 break.c \
18 crashdlg.c \
19 db_disasm.c \
20 db_disasm64.c \
21 display.c \
22 expr.c \
23 gdbproxy.c \
24 info.c \
25 memory.c \
26 source.c \
27 stack.c \
28 symbol.c \
29 tgt_active.c \
30 tgt_minidump.c \
31 tgt_module.c \
32 types.c \
33 winedbg.c
35 RC_SRCS = \
36 rsrc_De.rc \
37 rsrc_En.rc \
38 rsrc_Es.rc \
39 rsrc_Fr.rc \
40 rsrc_It.rc \
41 rsrc_Ko.rc \
42 rsrc_Lt.rc \
43 rsrc_Nl.rc \
44 rsrc_No.rc \
45 rsrc_Pt.rc \
46 rsrc_Ru.rc \
47 rsrc_Sv.rc
49 LEX_SRCS = debug.l
50 BISON_SRCS = dbg.y
52 MANPAGES = winedbg.man
54 @MAKE_PROG_RULES@
56 all: $(MANPAGES)
58 install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
59 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
61 uninstall::
62 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
64 dbg.tab.c: dbg.tab.h # for parallel makes
66 @DEPENDENCIES@ # everything below this line is overwritten by make depend