winex11: Make sure that all fontconfig support is properly #ifdef'ed.
[wine/multimedia.git] / programs / winedbg / Makefile.in
blobc2ddc7a6cf9895200a6cc9238b85d4655541b7bf
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-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
59 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
61 @WOW64_DISABLE@ install install-lib:: install-man-pages
63 uninstall::
64 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)