Fixed installation rules for Wine-specific IDL files.
[wine/testsucceed.git] / programs / winedbg / Makefile.in
blob3c00314cd21b2b0af45fe407c3c0648dfab29ccd
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedbg.exe
6 APPMODE = -mconsole
7 IMPORTS = dbghelp advapi32 kernel32 ntdll
8 DELAYIMPORTS = user32
10 C_SRCS = \
11 be_alpha.c \
12 be_i386.c \
13 be_ppc.c \
14 break.c \
15 db_disasm.c \
16 display.c \
17 expr.c \
18 gdbproxy.c \
19 info.c \
20 memory.c \
21 source.c \
22 symbol.c \
23 stack.c \
24 tgt_active.c \
25 tgt_minidump.c \
26 types.c \
27 winedbg.c
29 EXTRA_SRCS = dbg.y debug.l
30 EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
32 @MAKE_PROG_RULES@
34 y.tab.c y.tab.h: dbg.y
35 $(YACC) -d -t $(SRCDIR)/dbg.y
37 # hack to allow parallel make
38 y.tab.h: y.tab.c
39 y.tab.o: y.tab.h
41 @LEX_OUTPUT_ROOT@.c: debug.l
42 $(LEX) -8 -I $(SRCDIR)/debug.l
44 @LEX_OUTPUT_ROOT@.o: y.tab.h
46 install::
47 $(MKINSTALLDIRS) $(mandir)/man$(prog_manext)
48 $(INSTALL_DATA) $(SRCDIR)/winedbg.man $(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
50 uninstall::
51 $(RM) $(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
53 ### Dependencies: