winedbg: Implement adjust_pc_for_break on ARM.
[wine] / programs / winedbg / Makefile.in
1 MODULE    = winedbg.exe
2 APPMODE   = -mconsole
3 IMPORTS   = psapi dbghelp advapi32
4 DELAYIMPORTS = user32 gdi32
5 EXTRALIBS = @LIBPOLL@
6 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
7
8 C_SRCS = \
9         be_alpha.c \
10         be_arm.c \
11         be_i386.c \
12         be_ppc.c \
13         be_sparc.c \
14         be_x86_64.c \
15         break.c \
16         crashdlg.c \
17         db_disasm.c \
18         db_disasm64.c \
19         display.c \
20         expr.c \
21         gdbproxy.c \
22         info.c \
23         memory.c \
24         source.c \
25         stack.c \
26         symbol.c \
27         tgt_active.c \
28         tgt_minidump.c \
29         tgt_module.c \
30         types.c \
31         winedbg.c
32
33 RC_SRCS = \
34         rsrc_Da.rc \
35         rsrc_De.rc \
36         rsrc_En.rc \
37         rsrc_Es.rc \
38         rsrc_Fr.rc \
39         rsrc_It.rc \
40         rsrc_Ko.rc \
41         rsrc_Lt.rc \
42         rsrc_Nl.rc \
43         rsrc_No.rc \
44         rsrc_Pl.rc \
45         rsrc_Pt.rc \
46         rsrc_Ro.rc \
47         rsrc_Ru.rc \
48         rsrc_Si.rc \
49         rsrc_Sr.rc \
50         rsrc_Sv.rc \
51         rsrc_Uk.rc
52
53 LEX_SRCS   = debug.l
54 BISON_SRCS = dbg.y
55
56 MANPAGES = winedbg.man
57
58 @MAKE_PROG_RULES@
59
60 all: $(MANPAGES)
61
62 install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
63         $(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
64
65 @WOW64_DISABLE@ install install-lib:: install-man-pages
66
67 uninstall::
68         $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)