Small fix.
[wine/multimedia.git] / if1632 / Makefile.in
bloba3699e3213a80ed13e8d73b5a38db1c0a3ac267a
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = if1632
8 DLLS = \
9 avifile.spec \
10 commdlg.spec \
11 compobj.spec \
12 ddeml.spec \
13 display.spec \
14 gdi.spec \
15 kernel.spec \
16 keyboard.spec \
17 lzexpand.spec \
18 mmsystem.spec \
19 mouse.spec \
20 msacm.spec \
21 msvideo.spec \
22 ole2.spec \
23 ole2conv.spec \
24 ole2disp.spec \
25 ole2nls.spec \
26 ole2prox.spec \
27 ole2thk.spec \
28 olecli.spec \
29 olesvr.spec \
30 rasapi16.spec \
31 shell.spec \
32 sound.spec \
33 storage.spec \
34 stress.spec \
35 system.spec \
36 toolhelp.spec \
37 typelib.spec \
38 user.spec \
39 ver.spec \
40 w32sys.spec \
41 win32s16.spec \
42 win87em.spec \
43 winaspi.spec \
44 windebug.spec \
45 wineps.spec \
46 wing.spec \
47 winsock.spec \
48 wprocs.spec
50 SPEC_FILES = $(DLLS:.spec=.s)
52 C_SRCS = \
53 builtin.c \
54 dummy.c \
55 relay.c \
56 signal.c \
57 snoop.c \
58 thunk.c
60 GEN_ASM_SRCS = \
61 $(SPEC_FILES) \
62 callfrom16.s \
63 callto16.s
65 .SUFFIXES: .spec
67 .spec.s:
68 $(BUILD) -o $@ -spec $<
70 all: checkbuild $(MODULE).o
72 @MAKE_RULES@
74 $(SPEC_FILES): $(BUILD)
76 callfrom16.s: $(SPEC_FILES)
77 $(BUILD) -o $@ -callfrom16 `cat $(SPEC_FILES) | grep CallFrom16_ | sed 's/.*CallFrom16_\(.*\)/\1/' | sort | uniq`
79 callto16.s: $(SRCDIR)/thunk.c $(BUILD)
80 $(BUILD) -o $@ -callto16 $(SRCDIR)/thunk.c
82 ### Dependencies: