makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ntdll / tests / Makefile.in
1 TESTDLL   = ntdll.dll
2 IMPORTS   = user32
3
4 C_SRCS = \
5         atom.c \
6         change.c \
7         directory.c \
8         env.c \
9         error.c \
10         exception.c \
11         file.c \
12         generated.c \
13         info.c \
14         large_int.c \
15         om.c \
16         path.c \
17         port.c \
18         reg.c \
19         rtl.c \
20         rtlbitmap.c \
21         rtlstr.c \
22         string.c \
23         time.c
24
25 @MAKE_TEST_RULES@