mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
21 lines
384 B
Makefile
21 lines
384 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = advapi32.dll
|
|
IMPORTS = ole32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
crypt.c \
|
|
crypt_lmhash.c \
|
|
crypt_md4.c \
|
|
crypt_md5.c \
|
|
crypt_sha.c \
|
|
lsa.c \
|
|
registry.c \
|
|
security.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|