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