push f98ef5dce4886db1f9801e7c454145e1b633b4ff
[wine/hacks.git] / dlls / rpcrt4 / Makefile.in
blobabfea12c2a2a710a6752e3c295fbd5e4e31706dc
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcrt4.dll
7 IMPORTLIB = librpcrt4.$(IMPLIBEXT)
8 IMPORTS = iphlpapi advapi32 kernel32 ntdll
9 DELAYIMPORTS = secur32
10 EXTRALIBS = -luuid
12 C_SRCS = \
13 cproxy.c \
14 cpsf.c \
15 cstub.c \
16 ndr_clientserver.c \
17 ndr_contexthandle.c \
18 ndr_fullpointer.c \
19 ndr_marshall.c \
20 ndr_ole.c \
21 ndr_stubless.c \
22 rpc_assoc.c \
23 rpc_binding.c \
24 rpc_epmap.c \
25 rpc_message.c \
26 rpc_server.c \
27 rpc_transport.c \
28 rpcrt4_main.c \
29 rpcss_np_client.c
31 RC_SRCS = version.rc
33 @MAKE_DLL_RULES@
35 @DEPENDENCIES@ # everything below this line is overwritten by make depend