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