Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / dlls / ole32 / Makefile.in
blob965e06a4d9b0f0594a81490d820ca6be97c38127
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 = libole32.$(IMPLIBEXT)
8 IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 antimoniker.c \
13 bindctx.c \
14 classmoniker.c \
15 clipboard.c \
16 compobj.c \
17 compositemoniker.c \
18 datacache.c \
19 dcom_p.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 objidl_p.c \
34 ole2.c \
35 ole2stubs.c \
36 ole2impl.c \
37 ole32_main.c \
38 oleobj.c \
39 oleproxy.c \
40 oleidl_p.c \
41 regsvr.c \
42 rpc.c \
43 stg_bigblockfile.c \
44 stg_prop.c \
45 stg_stream.c \
46 storage32.c \
47 stubmanager.c \
48 unknwn_p.c \
49 usrmarshal.c
51 C_SRCS16 = \
52 memlockbytes16.c \
53 ole16.c \
54 ole2_16.c \
55 ole2nls.c \
56 storage.c
58 SPEC_SRCS16 = \
59 compobj.spec \
60 ole2.spec \
61 ole2conv.spec \
62 ole2nls.spec \
63 ole2prox.spec \
64 ole2thk.spec \
65 storage.spec
67 RC_SRCS = ole32res.rc
68 RC_BINSRC = ole32res.rc
69 RC_BINARIES = \
70 drag_copy.cur \
71 drag_link.cur \
72 drag_move.cur \
73 nodrop.cur
75 IDL_H_SRCS = \
76 dcom.idl
78 @MAKE_DLL_RULES@
80 @DEPENDENCIES@ # everything below this line is overwritten by make depend