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
Don't call strtok twice if it failed the first time.
[wine.git]
/
objects
/
Makefile.in
blob
a198d091df14b8966825a6215da49d2e4de78ecc
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
objects
7
8
C_SRCS
=
\
9
bitmap.c \
10
brush.c \
11
clipping.c \
12
color.c \
13
dc.c \
14
dcvalues.c \
15
dib.c \
16
enhmetafile.c \
17
font.c \
18
gdiobj.c \
19
linedda.c \
20
metafile.c \
21
palette.c \
22
pen.c \
23
region.c \
24
text.c
25
26
GLUE
=
dc.c
27
28
all
: $(
MODULE
)
.o
29
30
@MAKE_RULES@
31
32
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
33
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
34
35
### Dependencies: