1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = kernel32.dll
6 IMPORTS = advapi32 kernel32
7
8 CTESTS = \
9 actctx.c \
10 alloc.c \
11 atom.c \
12 change.c \
13 codepage.c \
14 comm.c \
15 console.c \
16 debugger.c \
17 directory.c \
18 drive.c \
19 environ.c \
20 file.c \
21 format_msg.c \
22 generated.c \
23 heap.c \
24 loader.c \
25 locale.c \
26 module.c \
27 mailslot.c \
28 path.c \
29 pipe.c \
30 process.c \
31 profile.c \
32 resource.c \
33 sync.c \
34 thread.c \
35 time.c \
36 timer.c \
37 toolhelp.c \
38 version.c \
39 virtual.c \
40 volume.c
41
42 RC_SRCS = resource.rc
43
44 @MAKE_TEST_RULES@
45
46 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.