projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Use the standard C_SRCS variable as the list of test files.
[wine]
/
dlls
/
ntdll
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = ntdll.dll
6
IMPORTS = user32 kernel32
7
8
C_SRCS = \
9
atom.c \
10
change.c \
11
directory.c \
12
env.c \
13
error.c \
14
exception.c \
15
file.c \
16
generated.c \
17
info.c \
18
large_int.c \
19
om.c \
20
path.c \
21
port.c \
22
reg.c \
23
rtl.c \
24
rtlbitmap.c \
25
rtlstr.c \
26
string.c \
27
time.c
28
29
@MAKE_TEST_RULES@
30
31
@DEPENDENCIES@ # everything below this line is overwritten by make depend