2006-11-09 22:04:48 +00:00
|
|
|
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
|
2000-07-15 19:53:50 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = rpcrt4.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = librpcrt4.$(IMPLIBEXT)
|
2006-05-18 02:40:16 +00:00
|
|
|
IMPORTS = iphlpapi advapi32 kernel32 ntdll
|
|
|
|
DELAYIMPORTS = secur32
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2000-11-12 03:50:10 +00:00
|
|
|
|
2000-07-15 19:53:50 +00:00
|
|
|
C_SRCS = \
|
2002-10-10 21:18:29 +00:00
|
|
|
cproxy.c \
|
2002-10-10 23:36:52 +00:00
|
|
|
cpsf.c \
|
2002-10-10 22:46:08 +00:00
|
|
|
cstub.c \
|
2006-08-29 20:13:19 +00:00
|
|
|
ndr_clientserver.c \
|
2006-05-26 18:56:00 +00:00
|
|
|
ndr_fullpointer.c \
|
2002-10-22 00:41:17 +00:00
|
|
|
ndr_marshall.c \
|
2002-10-11 18:45:02 +00:00
|
|
|
ndr_ole.c \
|
2002-10-10 19:23:33 +00:00
|
|
|
ndr_stubless.c \
|
Implemented RpcBindingInqObject, RpcBindingSetObject,
RpcBindingVectorFree, RpcBindingToStringBindingA/W,
RpcBindingFromStringBindingA/W, RpcStringBindingParseA/W,
I_RpcBindingSetAsync, RpcStringBindingComposeA/W, RpcBindingFree,
RPCStringFreeW, UUIDHash, UuidToStringW, and associated junk.
2002-10-07 21:49:49 +00:00
|
|
|
rpc_binding.c \
|
2002-12-02 21:17:04 +00:00
|
|
|
rpc_epmap.c \
|
2002-10-10 18:55:24 +00:00
|
|
|
rpc_message.c \
|
2002-10-11 17:52:37 +00:00
|
|
|
rpc_server.c \
|
2006-04-21 06:38:57 +00:00
|
|
|
rpc_transport.c \
|
2002-12-02 21:17:04 +00:00
|
|
|
rpcrt4_main.c \
|
|
|
|
rpcss_np_client.c
|
2000-07-15 19:53:50 +00:00
|
|
|
|
2007-03-07 20:25:16 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2000-07-15 19:53:50 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|