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]
/
loader
/
Makefile.in
blob
54499a07d0e06bdbd93f94bd156c8fc64d174ff1
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
loader
7
8
C_SRCS
=
\
9
elf.c \
10
loadorder.c \
11
main.c \
12
module.c \
13
pe_image.c \
14
pe_resource.c \
15
resource.c \
16
task.c
17
18
GLUE
=
task.c
19
20
all
: $(
MODULE
)
.o
21
22
@MAKE_RULES@
23
24
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
25
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
26
27
### Dependencies: