Try to implement the OF_SHARE_XXX options.
[wine.git] / if1632 / Makefile.in
blob728a8f31b6696490a962f0d8df296508725b1ed8
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 comm.spec \
11 commdlg.spec \
12 compobj.spec \
13 ddeml.spec \
14 display.spec \
15 gdi.spec \
16 kernel.spec \
17 keyboard.spec \
18 lzexpand.spec \
19 mmsystem.spec \
20 mouse.spec \
21 msacm.spec \
22 msvideo.spec \
23 ole2.spec \
24 ole2conv.spec \
25 ole2disp.spec \
26 ole2nls.spec \
27 ole2prox.spec \
28 ole2thk.spec \
29 olecli.spec \
30 olesvr.spec \
31 rasapi16.spec \
32 shell.spec \
33 sound.spec \
34 storage.spec \
35 stress.spec \
36 system.spec \
37 toolhelp.spec \
38 typelib.spec \
39 user.spec \
40 ver.spec \
41 w32sys.spec \
42 win32s16.spec \
43 win87em.spec \
44 winaspi.spec \
45 windebug.spec \
46 wineps.spec \
47 wing.spec \
48 winsock.spec \
49 wprocs.spec
51 SPEC_FILES = $(DLLS:.spec=.s)
53 C_SRCS = \
54 builtin.c \
55 dummy.c \
56 relay.c \
57 signal.c \
58 snoop.c \
59 thunk.c
61 GEN_ASM_SRCS = \
62 $(SPEC_FILES) \
63 callfrom16.s \
64 callto16.s
66 .SUFFIXES: .spec
68 .spec.s:
69 $(BUILD) -o $@ -spec $<
71 all: checkbuild $(MODULE).o
73 @MAKE_RULES@
75 $(SPEC_FILES): $(BUILD)
77 callfrom16.s: $(SPEC_FILES)
78 $(BUILD) -o $@ -callfrom16 `cat $(SPEC_FILES) | grep CallFrom16_ | sed 's/.*CallFrom16_\(.*\)/\1/' | sort | uniq`
80 callto16.s: $(SRCDIR)/thunk.c $(BUILD)
81 $(BUILD) -o $@ -callto16 $(SRCDIR)/thunk.c
83 ### Dependencies: