repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 961222
[wine/gsoc-2012-control.git]
/
debugger
/
Makefile.in
blob
6a3634c3059f0c913415f0912f7d1c36bf1bdc36
1
DEFS
= -
D__WINE__
-
DNO_TRANSITION_TYPES
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
debugger
7
8
C_SRCS
=
\
9
break.c \
10
db_disasm.c \
11
editline.c \
12
hash.c \
13
info
.c \
14
memory.c \
15
msc.c \
16
registers.c \
17
stabs.c \
18
stack.c
19
20
GEN_C_SRCS
=
\
21
y.tab.c \
22
lex
.yy.c
23
24
all
: $(
MODULE
)
.o
25
26
@MAKE_RULES@
27
28
y.tab.c y.tab.h
:
dbg.y
29
$(
YACC
) -
d
-
t
$(
SRCDIR
)/
dbg.y
30
31
lex
.yy.c
:
debug.l
32
$(
LEX
) -
8
-
I
$(
SRCDIR
)/
debug.l
33
34
### Dependencies: