projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 960913
[wine]
/
tools
/
Makefile.in
1
DEFS = -D__WINE__ -DNO_TRANSITION_TYPES
2
TOPSRC = @top_srcdir@
3
4
PROGRAM = build
5
MODULE = none
6
7
C_SRCS = build.c
8
9
all: $(PROGRAM)
10
11
@MAKE_RULES@
12
13
$(PROGRAM): $(OBJS)
14
$(CC) $(CFLAGS) -o build $(OBJS)
15
16
clean::
17
$(RM) $(PROGRAM)
18
19
### Dependencies: