Makefile.in 1.09 KB
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
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
10

11 12 13
C_SRCS = \
	antimoniker.c \
	bindctx.c \
14
	classmoniker.c \
15
	clipboard.c \
16
	comcat.c \
17 18 19 20
	compobj.c \
	compositemoniker.c \
	datacache.c \
	defaulthandler.c \
21
	dictionary.c \
22
	enumx.c \
23
	errorinfo.c \
24
	filemoniker.c \
25
	ftmarshal.c \
26
	git.c \
27 28 29
	hglobalstream.c \
	ifs.c \
	itemmoniker.c \
30
	marshal.c \
31 32 33 34
	memlockbytes.c \
	moniker.c \
	ole2.c \
	ole2stubs.c \
35
	ole2impl.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 47
	stubmanager.c \
	usrmarshal.c
48

Ge van Geldorp's avatar
Ge van Geldorp committed
49
RC_SRCS = ole32res.rc
50

51 52 53
IDL_C_SRCS = \
	irot.idl

54 55
IDL_P_SRCS = \
	dcom.idl \
56
	ole32_objidl.idl \
57
	ole32_oleidl.idl \
58 59
	ole32_unknwn.idl

60 61
EXTRA_OBJS = dlldata.o

62
@MAKE_DLL_RULES@
63

64
@DEPENDENCIES@  # everything below this line is overwritten by make depend