configure: Changes from running autconf after previous patch.
[wine/hacks.git] / dlls / ole32 / Makefile.in
blob755a2b8df5902a37a1ddc183e25a7201ec28925d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = ole32.dll
6 IMPORTLIB = ole32
7 IMPORTS = uuid advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
8 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H \
9 -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DREGISTER_PROXY_DLL
11 C_SRCS = \
12 antimoniker.c \
13 bindctx.c \
14 classmoniker.c \
15 clipboard.c \
16 comcat.c \
17 compobj.c \
18 compositemoniker.c \
19 datacache.c \
20 defaulthandler.c \
21 dictionary.c \
22 enumx.c \
23 errorinfo.c \
24 filemoniker.c \
25 ftmarshal.c \
26 git.c \
27 hglobalstream.c \
28 ifs.c \
29 itemmoniker.c \
30 marshal.c \
31 memlockbytes.c \
32 moniker.c \
33 ole2.c \
34 ole2impl.c \
35 ole2stubs.c \
36 ole32_main.c \
37 oleobj.c \
38 oleproxy.c \
39 pointermoniker.c \
40 regsvr.c \
41 rpc.c \
42 stg_bigblockfile.c \
43 stg_prop.c \
44 stg_stream.c \
45 storage32.c \
46 stubmanager.c \
47 usrmarshal.c
49 RC_SRCS = ole32res.rc
51 IDL_C_SRCS = \
52 irot.idl
54 IDL_P_SRCS = \
55 dcom.idl \
56 ole32_objidl.idl \
57 ole32_oleidl.idl \
58 ole32_unknwn.idl
60 EXTRA_OBJS = dlldata.o
62 @MAKE_DLL_RULES@