makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / oleaut32 / tests / Makefile.in
1 TESTDLL   = oleaut32.dll
2 IMPORTS   = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
3
4 C_SRCS = \
5         dispatch.c \
6         olefont.c \
7         olepicture.c \
8         safearray.c \
9         tmarshal.c \
10         typelib.c \
11         usrmarshal.c \
12         varformat.c \
13         vartest.c \
14         vartype.c
15
16 RC_SRCS = tmarshal.rc
17
18 IDL_I_SRCS = \
19         test_reg.idl \
20         tmarshal.idl
21
22 IDL_TLB_SRCS = \
23         test_reg.idl \
24         test_tlb.idl \
25         tmarshal.idl
26
27 @MAKE_TEST_RULES@