Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
[wine/gsoc-2012-control.git] / programs / winedbg / Makefile.in
blob80fa2d4b7cdbbd225a70326b83b266b7d03ba885
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 = dbg.tab.o @LEX_OUTPUT_ROOT@.o
32 @MAKE_PROG_RULES@
34 dbg.tab.c dbg.tab.h: dbg.y
35 $(BISON) -d -t $(SRCDIR)/dbg.y -o dbg.tab.c
37 # hack to allow parallel make
38 dbg.tab.h: dbg.tab.c
39 dbg.tab.o: dbg.tab.h
41 @LEX_OUTPUT_ROOT@.c: debug.l
42 $(LEX) -8 -I $(SRCDIR)/debug.l
44 @LEX_OUTPUT_ROOT@.o: dbg.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: