repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replaced one .kde with .kde2 in KDE2 menu code.
[wine.git]
/
debugger
/
Makefile.in
blob
43fabb8656a6e7cc4165a7de623d080a9ea99a50
1
EXTRADEFS
= -
DSTRICT
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
winedbg
7
8
C_SRCS
=
\
9
break.c \
10
db_disasm.c \
11
display.c \
12
editline.c \
13
expr.c \
14
ext_debugger.c \
15
hash.c \
16
info
.c \
17
memory.c \
18
module.c \
19
msc.c \
20
registers.c \
21
source.c \
22
stabs.c \
23
stack.c \
24
types.c \
25
winedbg.c
26
27
EXTRA_SRCS
=
dbg.y debug.l
28
EXTRA_OBJS
=
y.tab.o
lex
.yy.o
29
30
@MAKE_PROG_RULES@
31
32
y.tab.c y.tab.h
:
dbg.y
33
$(
YACC
) -
d
-
t
$(
SRCDIR
)/
dbg.y
34
35
lex
.yy.c
:
debug.l
36
$(
LEX
) -
8
-
I
$(
SRCDIR
)/
debug.l
37
38
### Dependencies: