makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / rpcrt4 / tests / Makefile.in
1 TESTDLL   = rpcrt4.dll
2 IMPORTS   = ole32 rpcrt4 advapi32
3 EXTRAIDLFLAGS = --prefix-server=s_
4
5 IDL_C_SRCS = server.idl
6 IDL_S_SRCS = server.idl
7
8 C_SRCS = \
9         cstub.c \
10         generated.c \
11         ndr_marshall.c \
12         rpc.c \
13         rpc_async.c \
14         rpc_protseq.c \
15         server.c
16
17 @MAKE_TEST_RULES@