2006-10-03 21:58:09 -07: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 00:31:10 -07:00
|
|
|
base64.c \
|
2004-03-01 21:19:37 +00:00
|
|
|
cert.c \
|
2006-08-14 22:27:31 -07:00
|
|
|
chain.c \
|
2007-08-16 10:49:33 -07:00
|
|
|
collectionstore.c \
|
2006-05-22 13:59:52 -07:00
|
|
|
context.c \
|
2007-08-16 10:49:33 -07:00
|
|
|
crl.c \
|
2008-08-29 07:29:00 -07:00
|
|
|
ctl.c \
|
2006-05-15 17:01:28 -07:00
|
|
|
decode.c \
|
2005-05-20 19:37:26 +00:00
|
|
|
encode.c \
|
2007-08-16 10:54:52 -07:00
|
|
|
filestore.c \
|
2007-08-16 10:49:33 -07:00
|
|
|
main.c \
|
2008-07-28 13:16:23 -07:00
|
|
|
message.c \
|
2007-06-08 09:20:49 -07:00
|
|
|
msg.c \
|
2007-09-25 14:45:29 -07:00
|
|
|
object.c \
|
2005-12-02 11:28:09 +01:00
|
|
|
oid.c \
|
2006-03-09 19:06:42 -08:00
|
|
|
proplist.c \
|
2005-05-18 15:33:50 +00:00
|
|
|
protectdata.c \
|
2007-08-16 10:50:33 -07:00
|
|
|
provstore.c \
|
2007-08-16 10:54:03 -07:00
|
|
|
regstore.c \
|
2007-09-10 09:46:56 -07:00
|
|
|
rootstore.c \
|
2006-03-03 10:48:52 -08:00
|
|
|
serialize.c \
|
2006-09-14 16:11:25 +02:00
|
|
|
sip.c \
|
2006-02-17 17:36:52 +01:00
|
|
|
store.c \
|
2007-08-16 10:49:33 -07:00
|
|
|
str.c
|
2002-01-10 19:41:11 +00:00
|
|
|
|
2009-06-30 11:14:26 +02:00
|
|
|
RC_SRCS = \
|
|
|
|
crypt32_De.rc \
|
|
|
|
crypt32_En.rc \
|
|
|
|
crypt32_Fr.rc \
|
|
|
|
crypt32_Ko.rc \
|
2009-07-02 17:08:40 +03:00
|
|
|
crypt32_Lt.rc \
|
2009-06-30 11:14:26 +02:00
|
|
|
crypt32_Nl.rc \
|
|
|
|
crypt32_No.rc \
|
|
|
|
crypt32_Pt.rc \
|
|
|
|
crypt32_Ro.rc \
|
|
|
|
crypt32_Sv.rc \
|
|
|
|
version.rc
|
2006-02-23 13:18:13 -08:00
|
|
|
|
2002-01-10 19:41:11 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|