Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / dlls / rpcrt4 / Makefile.in
blob0193fe9f31c06e8b43471bc7b0aa96299039e250
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 = wininet secur32
10 EXTRALIBS = -luuid
12 C_SRCS = \
13 cproxy.c \
14 cpsf.c \
15 cstub.c \
16 epm_c.c \
17 ndr_clientserver.c \
18 ndr_fullpointer.c \
19 ndr_marshall.c \
20 ndr_ole.c \
21 ndr_stubless.c \
22 rpc_binding.c \
23 rpc_epmap.c \
24 rpc_message.c \
25 rpc_server.c \
26 rpc_transport.c \
27 rpcrt4_main.c \
28 rpcss_np_client.c
30 RC_SRCS = version.rc
32 IDL_H_SRCS = \
33 dcetypes.idl \
34 epm.idl
36 @MAKE_DLL_RULES@
38 @DEPENDENCIES@ # everything below this line is overwritten by make depend