ole32: Implement IEnumFORMATETC_Next_Proxy and IEnumFORMATETC_Next_Stub.
[wine] / dlls / ole32 / Makefile.in
1 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole32.dll
7 IMPORTLIB = ole32
8 IMPORTS   = uuid advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
9
10 C_SRCS = \
11         antimoniker.c \
12         bindctx.c \
13         classmoniker.c \
14         clipboard.c \
15         comcat.c \
16         compobj.c \
17         compositemoniker.c \
18         datacache.c \
19         defaulthandler.c \
20         dictionary.c \
21         enumx.c \
22         errorinfo.c \
23         filemoniker.c \
24         ftmarshal.c \
25         git.c \
26         hglobalstream.c \
27         ifs.c \
28         itemmoniker.c \
29         marshal.c \
30         memlockbytes.c \
31         moniker.c \
32         ole2.c \
33         ole2stubs.c \
34         ole2impl.c \
35         ole32_main.c \
36         oleobj.c \
37         oleproxy.c \
38         pointermoniker.c \
39         regsvr.c \
40         rpc.c \
41         stg_bigblockfile.c \
42         stg_prop.c \
43         stg_stream.c \
44         storage32.c \
45         stubmanager.c \
46         usrmarshal.c
47
48 C_SRCS16 = \
49         memlockbytes16.c \
50         ole16.c \
51         ole2_16.c \
52         ole2nls.c \
53         storage.c
54
55 SPEC_SRCS16 = \
56         compobj.spec \
57         ole2.spec \
58         ole2conv.spec \
59         ole2nls.spec \
60         ole2prox.spec \
61         ole2thk.spec \
62         storage.spec
63
64 RC_SRCS = ole32res.rc
65
66 RC_SRCS16 = version16.rc
67
68 IDL_C_SRCS = \
69         irot.idl
70
71 IDL_P_SRCS = \
72         dcom.idl \
73         ole32_objidl.idl \
74         ole32_oleidl.idl \
75         ole32_unknwn.idl
76
77 @MAKE_DLL_RULES@
78
79 ole2nls.spec.o: ole2nls.spec version16.res
80         $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --dll-name ole2nls --main-module $(MODULE) --res version16.res --export $(SRCDIR)/ole2nls.spec
81
82 version16.res: version16.rc
83         $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
84
85 @DEPENDENCIES@  # everything below this line is overwritten by make depend