2006-10-04 04:58:09 +00:00
|
|
|
EXTRADEFS = -D_CRYPT32_
|
2002-01-10 19:41:11 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = crypt32.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = crypt32
|
2005-09-07 13:25:56 +00:00
|
|
|
IMPORTS = user32 advapi32 kernel32 ntdll
|
2002-01-10 19:41:11 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2006-05-31 07:31:10 +00:00
|
|
|
base64.c \
|
2004-03-01 21:19:37 +00:00
|
|
|
cert.c \
|
2006-08-15 05:27:31 +00:00
|
|
|
chain.c \
|
2007-08-16 17:49:33 +00:00
|
|
|
collectionstore.c \
|
2006-05-22 20:59:52 +00:00
|
|
|
context.c \
|
2007-08-16 17:49:33 +00:00
|
|
|
crl.c \
|
2006-05-16 00:01:28 +00:00
|
|
|
decode.c \
|
2005-05-20 19:37:26 +00:00
|
|
|
encode.c \
|
2007-08-16 17:54:52 +00:00
|
|
|
filestore.c \
|
2007-08-16 17:49:33 +00:00
|
|
|
main.c \
|
2008-07-28 20:16:23 +00:00
|
|
|
message.c \
|
2007-06-08 16:20:49 +00:00
|
|
|
msg.c \
|
2007-09-25 21:45:29 +00:00
|
|
|
object.c \
|
2005-12-02 10:28:09 +00:00
|
|
|
oid.c \
|
2006-03-10 03:06:42 +00:00
|
|
|
proplist.c \
|
2005-05-18 15:33:50 +00:00
|
|
|
protectdata.c \
|
2007-08-16 17:50:33 +00:00
|
|
|
provstore.c \
|
2007-08-16 17:54:03 +00:00
|
|
|
regstore.c \
|
2007-09-10 16:46:56 +00:00
|
|
|
rootstore.c \
|
2006-03-03 18:48:52 +00:00
|
|
|
serialize.c \
|
2006-09-14 14:11:25 +00:00
|
|
|
sip.c \
|
2006-02-17 16:36:52 +00:00
|
|
|
store.c \
|
2007-08-16 17:49:33 +00:00
|
|
|
str.c
|
2002-01-10 19:41:11 +00:00
|
|
|
|
2006-02-23 21:18:13 +00:00
|
|
|
RC_SRCS = crypt32.rc
|
|
|
|
|
2002-01-10 19:41:11 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|