repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed progman internal dependencies and build it like the other
[wine/multimedia.git]
/
loader
/
Makefile.in
blob
33f8efb9aa4a44780a68b9813a7c5b4e99cdf0ef
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
elfdll.c \
11
loadorder.c \
12
main.c \
13
module.c \
14
pe_image.c \
15
pe_resource.c \
16
resource.c \
17
task.c
18
19
GLUE
=
task.c
20
21
all
: $(
MODULE
)
.o
22
23
@MAKE_RULES@
24
25
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
26
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
27
28
### Dependencies: