winefile: Add Ukrainian translations.
[wine/hacks.git] / programs / winedbg / Makefile.in
blob1d92849901f2a39f26a7604aa76c92d6804f2e50
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@
10 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
12 C_SRCS = \
13 be_alpha.c \
14 be_i386.c \
15 be_ppc.c \
16 be_x86_64.c \
17 break.c \
18 crashdlg.c \
19 db_disasm.c \
20 display.c \
21 expr.c \
22 gdbproxy.c \
23 info.c \
24 memory.c \
25 source.c \
26 stack.c \
27 symbol.c \
28 tgt_active.c \
29 tgt_minidump.c \
30 tgt_module.c \
31 types.c \
32 winedbg.c
34 RC_SRCS = \
35 rsrc_De.rc \
36 rsrc_En.rc \
37 rsrc_Es.rc \
38 rsrc_Fr.rc \
39 rsrc_Ko.rc \
40 rsrc_Lt.rc \
41 rsrc_Nl.rc \
42 rsrc_No.rc \
43 rsrc_Pt.rc \
44 rsrc_Ru.rc \
45 rsrc_Sv.rc
47 LEX_SRCS = debug.l
48 BISON_SRCS = dbg.y
50 MANPAGES = winedbg.man
52 @MAKE_PROG_RULES@
54 all: $(MANPAGES)
56 install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
57 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
59 uninstall::
60 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
62 dbg.tab.c: dbg.tab.h # for parallel makes
64 @DEPENDENCIES@ # everything below this line is overwritten by make depend
66 debug.yy.o: dbg.tab.h