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
The wavemap driver wasn't passing the callback type to the
[wine.git]
/
if1632
/
Makefile.in
blob
4e7defd2617bdbd2b4322bcbb21ebef0199a0c04
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
if1632
7
8
SPEC_SRCS
=
\
9
comm.spec \
10
ddeml.spec \
11
dispdib.spec \
12
gdi.spec \
13
kernel.spec \
14
keyboard.spec \
15
ole2conv.spec \
16
ole2nls.spec \
17
ole2prox.spec \
18
ole2thk.spec \
19
system.spec \
20
toolhelp.spec \
21
user.spec \
22
wineps.spec \
23
winsock.spec \
24
wprocs.spec
25
26
C_SRCS
=
\
27
builtin.c \
28
dummy.c \
29
relay.c \
30
snoop.c \
31
thunk.c
32
33
GEN_ASM_SRCS
=
\
34
call16.s
35
36
GLUE
=
thunk.c
37
38
all
: $(
MODULE
)
.o
39
40
@MAKE_RULES@
41
42
call16.s
: $(
BUILD
)
43
$(
BUILD
)
@BUILDFLAGS@
-
o
$
@
-
call16
44
45
### Dependencies: