blob: 1d92849901f2a39f26a7604aa76c92d6804f2e50 [file] [log] [blame]
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winedbg.exe
APPMODE = -mconsole
IMPORTS = psapi dbghelp advapi32 kernel32 ntdll
DELAYIMPORTS = user32 gdi32
EXTRALIBS = @LIBPOLL@
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
C_SRCS = \
be_alpha.c \
be_i386.c \
be_ppc.c \
be_x86_64.c \
break.c \
crashdlg.c \
db_disasm.c \
display.c \
expr.c \
gdbproxy.c \
info.c \
memory.c \
source.c \
stack.c \
symbol.c \
tgt_active.c \
tgt_minidump.c \
tgt_module.c \
types.c \
winedbg.c
RC_SRCS = \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Es.rc \
rsrc_Fr.rc \
rsrc_Ko.rc \
rsrc_Lt.rc \
rsrc_Nl.rc \
rsrc_No.rc \
rsrc_Pt.rc \
rsrc_Ru.rc \
rsrc_Sv.rc
LEX_SRCS = debug.l
BISON_SRCS = dbg.y
MANPAGES = winedbg.man
@MAKE_PROG_RULES@
all: $(MANPAGES)
install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
uninstall::
$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
dbg.tab.c: dbg.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
debug.yy.o: dbg.tab.h