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