projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved bulk of OLE implementation to dlls/ subdirectories.
[wine]
/
relay32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = relay32
7
8
SPEC_SRCS = \
9
ddraw.spec \
10
dinput.spec \
11
dplay.spec \
12
dplayx.spec \
13
dsound.spec \
14
gdi32.spec \
15
kernel32.spec \
16
mcianim.spec \
17
mciavi.spec \
18
mcicda.spec \
19
mciseq.spec \
20
mciwave.spec \
21
user32.spec \
22
winmm.spec \
23
wow32.spec \
24
wsock32.spec
25
26
C_SRCS = \
27
builtin32.c \
28
relay386.c \
29
snoop.c \
30
utthunk.c \
31
wowthunk.c
32
33
GEN_ASM_SRCS = \
34
call32.s
35
36
all: $(MODULE).o
37
38
@MAKE_RULES@
39
40
call32.s: $(BUILD)
41
$(BUILD) @BUILDFLAGS@ -o $@ -call32
42
43
### Dependencies: