msi: Select the first item in the SelectionTree control.
[wine.git] / programs / winedbg / Makefile.in
blob6f3e585acaae2ab70a4eca665ccde9f9e01d80b0
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
9 EXTRALIBS = @LIBPOLL@
10 EXTRADEFS = -DWINE_NO_LONG_AS_INT
12 C_SRCS = \
13 be_alpha.c \
14 be_i386.c \
15 be_ppc.c \
16 be_x86_64.c \
17 break.c \
18 db_disasm.c \
19 display.c \
20 expr.c \
21 gdbproxy.c \
22 info.c \
23 memory.c \
24 source.c \
25 symbol.c \
26 stack.c \
27 tgt_active.c \
28 tgt_minidump.c \
29 types.c \
30 winedbg.c
32 LEX_SRCS = debug.l
33 BISON_SRCS = dbg.y
35 MANPAGES = winedbg.man
37 @MAKE_PROG_RULES@
39 all: $(MANPAGES)
41 install:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
42 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
44 uninstall::
45 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
47 dbg.tab.c: dbg.tab.h # for parallel makes
49 @DEPENDENCIES@ # everything below this line is overwritten by make depend
51 debug.yy.o: dbg.tab.h