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
Added cvdump tool to dump CodeView symbol information.
[wine/gsoc-2012-control.git]
/
tools
/
cvdump
/
Makefile.in
blob
e9c23efe738b2087b7c19e27ee0e0f421022aeb8
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
6
PROGRAMS
=
cvdump@PROGEXT@
7
MODULE
=
none
8
9
C_SRCS
=
cvcrunch.c cvdump.c cvload.c
10
11
all
: $(
PROGRAMS
)
12
13
@MAKE_RULES@
14
15
cvdump@PROGEXT@
: $(
OBJS
)
16
$(
CC
) $(
CFLAGS
) -
o cvdump@PROGEXT@
$(
OBJS
)
17
18
### Dependencies: