Fixed header dependencies to be fully compatible with the Windows
[wine/multimedia.git] / dlls / ole32 / Makefile.in
blobabdb72c7ba2e93902ae092a3c44a040d94897241
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 IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
8 ALTNAMES = ole2.dll ole2nls.dll ole2conv.dll ole2prox.dll ole2thk.dll storage.dll compobj.dll
9 EXTRALIBS = $(LIBUUID)
11 LDDLLFLAGS = @LDDLLFLAGS@
12 SYMBOLFILE = $(MODULE).tmp.o
14 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
16 C_SRCS = \
17 antimoniker.c \
18 bindctx.c \
19 clipboard.c \
20 compobj.c \
21 compositemoniker.c \
22 datacache.c \
23 defaulthandler.c \
24 errorinfo.c \
25 filemoniker.c \
26 ftmarshal.c \
27 git.c \
28 hglobalstream.c \
29 ifs.c \
30 itemmoniker.c \
31 marshal.c \
32 memlockbytes.c \
33 moniker.c \
34 ole2.c \
35 ole2stubs.c \
36 ole2impl.c \
37 ole32_main.c \
38 oleobj.c \
39 oleproxy.c \
40 regsvr.c \
41 rpc.c \
42 stg_bigblockfile.c \
43 stg_stream.c \
44 storage32.c
46 C_SRCS16 = \
47 memlockbytes16.c \
48 ole16.c \
49 ole2_16.c \
50 ole2nls.c \
51 storage.c
53 RC_SRCS = ole32res.rc version.rc
55 @MAKE_DLL_RULES@
57 ### Dependencies: