Fixed some ANSI C violations.
[wine/multimedia.git] / if1632 / Makefile.in
blobf8ad3f4923c1f07cb167f9658c6a0ec3788fb867
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = if1632
8 SPEC_SRCS = \
9 comm.spec \
10 ddeml.spec \
11 dispdib.spec \
12 kernel.spec \
13 keyboard.spec \
14 ole2conv.spec \
15 ole2nls.spec \
16 ole2prox.spec \
17 ole2thk.spec \
18 system.spec \
19 toolhelp.spec \
20 wineps.spec \
21 wprocs.spec
23 C_SRCS = \
24 builtin.c \
25 dummy.c \
26 relay.c \
27 snoop.c \
28 thunk.c
30 GEN_ASM_SRCS = \
31 call16.s
33 GLUE = thunk.c
35 all: $(MODULE).o
37 @MAKE_RULES@
39 call16.s: $(BUILD)
40 $(BUILD) @BUILDFLAGS@ -o $@ -call16
42 ### Dependencies: