makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / kernel32 / tests / Makefile.in
1 TESTDLL   = kernel32.dll
2 IMPORTS   = user32 advapi32
3
4 C_SRCS = \
5         actctx.c \
6         alloc.c \
7         atom.c \
8         change.c \
9         codepage.c \
10         comm.c \
11         console.c \
12         debugger.c \
13         directory.c \
14         drive.c \
15         environ.c \
16         fiber.c \
17         file.c \
18         format_msg.c \
19         generated.c \
20         heap.c \
21         loader.c \
22         locale.c \
23         mailslot.c \
24         module.c \
25         path.c \
26         pipe.c \
27         process.c \
28         profile.c \
29         resource.c \
30         sync.c \
31         thread.c \
32         time.c \
33         timer.c \
34         toolhelp.c \
35         version.c \
36         virtual.c \
37         volume.c
38
39 RC_SRCS = resource.rc
40
41 @MAKE_TEST_RULES@