2001-04-16 19:36:12 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = wintrust.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = wintrust
|
2007-08-10 18:23:55 +00:00
|
|
|
IMPORTS = crypt32 user32 advapi32 kernel32 ntdll
|
2008-10-02 04:46:47 +00:00
|
|
|
DELAYIMPORTS = cryptui imagehlp
|
2001-04-16 19:36:12 +00:00
|
|
|
|
2006-08-28 14:52:38 +00:00
|
|
|
C_SRCS = \
|
2007-08-10 17:56:25 +00:00
|
|
|
asn.c \
|
2006-09-14 00:11:24 +00:00
|
|
|
crypt.c \
|
2006-08-28 14:52:38 +00:00
|
|
|
register.c \
|
2007-08-24 22:12:31 +00:00
|
|
|
softpub.c \
|
2006-08-28 14:52:38 +00:00
|
|
|
wintrust_main.c
|
2001-04-16 19:36:12 +00:00
|
|
|
|
2005-09-06 09:20:02 +00:00
|
|
|
RC_SRCS = \
|
|
|
|
version.rc
|
|
|
|
|
2001-04-16 19:36:12 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|