1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = advapi32.dll
6 IMPORTS = ole32 advapi32 kernel32
7
8 CTESTS = \
9 cred.c \
10 crypt.c \
11 crypt_lmhash.c \
12 crypt_md4.c \
13 crypt_md5.c \
14 crypt_sha.c \
15 eventlog.c \
16 lsa.c \
17 registry.c \
18 security.c \
19 service.c
20
21 @MAKE_TEST_RULES@
22
23 @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.