projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Back out my ELFDLL_dlopen patch and add a warning for future misguided
[wine]
/
loader
/
Makefile.in
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: