dplayx: Properly detect if we've received a new player ID
[wine/gsoc_dplay.git] / programs / winedbg / Makefile.in
blobf23298c23949fa312ba35e6da449bdf8635efd33
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@
11 C_SRCS = \
12 be_alpha.c \
13 be_i386.c \
14 be_ppc.c \
15 be_x86_64.c \
16 break.c \
17 crashdlg.c \
18 db_disasm.c \
19 display.c \
20 expr.c \
21 gdbproxy.c \
22 info.c \
23 memory.c \
24 source.c \
25 stack.c \
26 symbol.c \
27 tgt_active.c \
28 tgt_minidump.c \
29 tgt_module.c \
30 types.c \
31 winedbg.c
33 RC_SRCS = \
34 rsrc_De.rc \
35 rsrc_En.rc \
36 rsrc_Fr.rc \
37 rsrc_Ko.rc \
38 rsrc_Lt.rc \
39 rsrc_Nl.rc \
40 rsrc_Pt.rc \
41 rsrc_Ru.rc \
42 rsrc_Sv.rc
44 LEX_SRCS = debug.l
45 BISON_SRCS = dbg.y
47 MANPAGES = winedbg.man
49 @MAKE_PROG_RULES@
51 all: $(MANPAGES)
53 install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
54 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
56 uninstall::
57 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
59 dbg.tab.c: dbg.tab.h # for parallel makes
61 @DEPENDENCIES@ # everything below this line is overwritten by make depend
63 debug.yy.o: dbg.tab.h