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
Made win16 serial comms less of a CPU hog.
[wine/multimedia.git]
/
relay32
/
Makefile.in
blob
8fc5804359a7cdb221eab7b82be2c1372fa7b0cd
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
gdi32.spec \
12
kernel32.spec \
13
user32.spec \
14
wow32.spec \
15
wsock32.spec
16
17
C_SRCS
=
\
18
builtin32.c \
19
relay386.c \
20
snoop.c \
21
utthunk.c \
22
wowthunk.c
23
24
GEN_ASM_SRCS
=
\
25
call32.s
26
27
all
: $(
MODULE
)
.o
28
29
@MAKE_RULES@
30
31
call32.s
: $(
BUILD
)
32
$(
BUILD
)
@BUILDFLAGS@
-
o
$
@
-
call32
33
34
### Dependencies: