ole32: Add an implementation of class monikers.
[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 = libole32.$(IMPLIBEXT)
8 IMPORTS   = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
9 EXTRALIBS = -luuid $(LIBUNICODE)
10
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         defaulthandler.c \
20         dictionary.c \
21         errorinfo.c \
22         filemoniker.c \
23         ftmarshal.c \
24         git.c \
25         hglobalstream.c \
26         ifs.c \
27         itemmoniker.c \
28         marshal.c \
29         memlockbytes.c \
30         moniker.c \
31         ole2.c \
32         ole2stubs.c \
33         ole2impl.c \
34         ole32_main.c \
35         oleobj.c \
36         oleproxy.c \
37         regsvr.c \
38         rpc.c \
39         stg_bigblockfile.c \
40         stg_prop.c \
41         stg_stream.c \
42         storage32.c \
43         stubmanager.c \
44         usrmarshal.c
45
46 C_SRCS16 = \
47         memlockbytes16.c \
48         ole16.c \
49         ole2_16.c \
50         ole2nls.c \
51         storage.c
52
53 SPEC_SRCS16 = \
54         compobj.spec \
55         ole2.spec \
56         ole2conv.spec \
57         ole2nls.spec \
58         ole2prox.spec \
59         ole2thk.spec \
60         storage.spec
61
62 RC_SRCS = ole32res.rc
63 RC_BINSRC = ole32res.rc
64 RC_BINARIES = \
65         drag_copy.cur \
66         drag_link.cur \
67         drag_move.cur \
68         nodrop.cur 
69
70 IDL_SRCS = \
71         dcom.idl
72
73 SUBDIRS = tests
74
75 @MAKE_DLL_RULES@
76
77 ### Dependencies:
78
79 # note: this will get overwritten by make depend
80 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)