push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / winedbg / Makefile.in
blobb4dd150e1e3ead0afcacea26a4667c4ed9ce6cd3
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 symbol.c \
26 stack.c \
27 tgt_active.c \
28 tgt_minidump.c \
29 tgt_module.c \
30 types.c \
31 winedbg.c
33 RC_SRCS = rsrc.rc
35 LEX_SRCS = debug.l
36 BISON_SRCS = dbg.y
38 MANPAGES = winedbg.man
40 @MAKE_PROG_RULES@
42 all: $(MANPAGES)
44 install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
45 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
47 uninstall::
48 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
50 dbg.tab.c: dbg.tab.h # for parallel makes
52 @DEPENDENCIES@ # everything below this line is overwritten by make depend
54 debug.yy.o: dbg.tab.h