makefiles: Generate the dependencies line to avoid some code duplication.
[wine/multimedia.git] / programs / winedbg / Makefile.in
blobdd343dbebddd289c796f8157a3bd58b99570f2fb
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@
11 C_SRCS = \
12 be_alpha.c \
13 be_i386.c \
14 be_ppc.c \
15 be_x86_64.c \
16 break.c \
17 db_disasm.c \
18 display.c \
19 expr.c \
20 gdbproxy.c \
21 info.c \
22 memory.c \
23 source.c \
24 symbol.c \
25 stack.c \
26 tgt_active.c \
27 tgt_minidump.c \
28 types.c \
29 winedbg.c
31 LEX_SRCS = debug.l
32 BISON_SRCS = dbg.y
34 MANPAGES = winedbg.man
36 @MAKE_PROG_RULES@
38 all: $(MANPAGES)
40 install:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
41 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
43 uninstall::
44 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
46 dbg.tab.c: dbg.tab.h # for parallel makes
48 @DEPENDENCIES@ # everything below this line is overwritten by make depend
50 debug.yy.o: dbg.tab.h