Makefile.in 586 Bytes
Newer Older
1
MODULE    = winedbg.exe
2
APPMODE   = -mconsole
3
IMPORTS   = psapi dbghelp advapi32
4
DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
5
EXTRALIBS = $(POLL_LIBS)
Alexandre Julliard's avatar
Alexandre Julliard committed
6

Alexandre Julliard's avatar
Alexandre Julliard committed
7
C_SRCS = \
8
	be_arm.c \
9
	be_arm64.c \
10 11
	be_i386.c \
	be_ppc.c \
12
	be_x86_64.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
13
	break.c \
14
	crashdlg.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
15
	db_disasm.c \
16
	db_disasm64.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
17 18
	display.c \
	expr.c \
19
	gdbproxy.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
20 21
	info.c \
	memory.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
22 23
	source.c \
	stack.c \
24
	symbol.c \
25
	tgt_active.c \
26
	tgt_minidump.c \
27
	tgt_module.c \
28 29
	types.c \
	winedbg.c
Alexandre Julliard's avatar
Alexandre Julliard committed
30

31
RC_SRCS = winedbg.rc
32

33 34
LEX_SRCS   = debug.l
BISON_SRCS = dbg.y
Alexandre Julliard's avatar
Alexandre Julliard committed
35

36
MANPAGES = winedbg.man.in
37 38

INSTALL_LIB = winedbg.exe winedbg