Makefile.in 669 Bytes
Newer Older
1
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
Huw D M Davies's avatar
Huw D M Davies committed
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = rpcrt4.dll
7
IMPORTLIB = librpcrt4.$(IMPLIBEXT)
8 9
IMPORTS   = iphlpapi advapi32 kernel32 ntdll
DELAYIMPORTS = secur32
10
EXTRALIBS = -luuid
11

Huw D M Davies's avatar
Huw D M Davies committed
12
C_SRCS = \
13
	cproxy.c \
14
	cpsf.c \
15
	cstub.c \
16
	ndr_clientserver.c \
17
	ndr_fullpointer.c \
18
	ndr_marshall.c \
19
	ndr_ole.c \
20
	ndr_stubless.c \
21
	rpc_assoc.c \
22
	rpc_binding.c \
23
	rpc_epmap.c \
24
	rpc_message.c \
25
	rpc_server.c \
26
	rpc_transport.c \
27 28
	rpcrt4_main.c \
	rpcss_np_client.c
Huw D M Davies's avatar
Huw D M Davies committed
29

30 31
RC_SRCS = version.rc

Huw D M Davies's avatar
Huw D M Davies committed
32 33
@MAKE_DLL_RULES@

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