File: Makefile.in

package info (click to toggle)
wine 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 209,096 kB
  • sloc: ansic: 2,906,412; perl: 18,817; yacc: 15,629; makefile: 9,134; objc: 6,543; lex: 4,315; python: 1,786; cpp: 1,042; sh: 771; java: 742; xml: 557; awk: 69; cs: 17
file content (36 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
MODULE    = winedbg.exe
APPMODE   = -mconsole
IMPORTS   = dbghelp advapi32
DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
EXTRALIBS = $(POLL_LIBS)

C_SRCS = \
	be_arm.c \
	be_arm64.c \
	be_i386.c \
	be_ppc.c \
	be_x86_64.c \
	break.c \
	crashdlg.c \
	db_disasm.c \
	db_disasm64.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 = winedbg.rc

LEX_SRCS   = debug.l
BISON_SRCS = dbg.y

MANPAGES = winedbg.man.in