projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Some bugfixes, another function for packaging, and some text
[wine]
/
tools
/
cvdump
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
6
PROGRAMS = cvdump
7
MODULE = none
8
9
C_SRCS = cvcrunch.c cvdump.c cvload.c
10
11
all: $(PROGRAMS)
12
13
@MAKE_RULES@
14
15
cvdump: $(OBJS)
16
$(CC) $(CFLAGS) -o cvdump $(OBJS)
17
18
### Dependencies: