17 lines
319 B
Makefile
17 lines
319 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = wintrust.dll
|
|
IMPORTS = wintrust crypt32 user32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|