winedbg: Add the Serbian (Latin) translation.
[wine/hacks.git] / programs / winedbg / Makefile.in
blob049b4db53cd49565463f712b5e3a9ca0791cd86d
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 db_disasm64.c \
21 display.c \
22 expr.c \
23 gdbproxy.c \
24 info.c \
25 memory.c \
26 source.c \
27 stack.c \
28 symbol.c \
29 tgt_active.c \
30 tgt_minidump.c \
31 tgt_module.c \
32 types.c \
33 winedbg.c
35 RC_SRCS = \
36 rsrc_Da.rc \
37 rsrc_De.rc \
38 rsrc_En.rc \
39 rsrc_Es.rc \
40 rsrc_Fr.rc \
41 rsrc_It.rc \
42 rsrc_Ko.rc \
43 rsrc_Lt.rc \
44 rsrc_Nl.rc \
45 rsrc_No.rc \
46 rsrc_Pl.rc \
47 rsrc_Pt.rc \
48 rsrc_Ro.rc \
49 rsrc_Ru.rc \
50 rsrc_Si.rc \
51 rsrc_Sr.rc \
52 rsrc_Sv.rc
54 LEX_SRCS = debug.l
55 BISON_SRCS = dbg.y
57 MANPAGES = winedbg.man
59 @MAKE_PROG_RULES@
61 all: $(MANPAGES)
63 install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
64 $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
66 @WOW64_DISABLE@ install install-lib:: install-man-pages
68 uninstall::
69 $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)