push 6e61d6ca5bcaf95ac09a664b4ba4f88238c927be
[wine/hacks.git] / dlls / rpcrt4 / Makefile.in
blobce50b36ac32712208c2ef9f585ababd77f6ee033
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 = rpcrt4
8 IMPORTS = uuid advapi32 kernel32 ntdll
9 DELAYIMPORTS = iphlpapi wininet secur32 user32
10 EXTRALIBS = @SOCKETLIBS@
12 C_SRCS = \
13 cproxy.c \
14 cpsf.c \
15 cstub.c \
16 ndr_clientserver.c \
17 ndr_contexthandle.c \
18 ndr_es.c \
19 ndr_fullpointer.c \
20 ndr_marshall.c \
21 ndr_ole.c \
22 ndr_stubless.c \
23 rpc_assoc.c \
24 rpc_async.c \
25 rpc_binding.c \
26 rpc_epmap.c \
27 rpc_message.c \
28 rpc_server.c \
29 rpc_transport.c \
30 rpcrt4_main.c
32 RC_SRCS = version.rc
34 IDL_C_SRCS = \
35 epm.idl
37 @MAKE_DLL_RULES@
39 @DEPENDENCIES@ # everything below this line is overwritten by make depend