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