1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = advapi32.dll
6 IMPORTS = uuid 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 lsa.c \
16 registry.c \
17 security.c \
18 service.c
19
20 @MAKE_TEST_RULES@
21
22 @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.