2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Security
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
ifndef NO_MONO_SECURITY
|
|
|
|
MONO_SECURITY_DLL=$(the_libdir_base)/Mono.Security.dll
|
|
|
|
MONO_SECURITY=Mono.Security
|
|
|
|
endif
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
LIBRARY = System.Security.dll
|
2018-04-24 09:31:23 +00:00
|
|
|
API_BIN_REFS := System.Numerics
|
2016-11-10 13:04:39 +00:00
|
|
|
LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY)
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../msfinal.pub
|
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
-nowarn:414,618 \
|
|
|
|
-d:SECURITY_DEP,SYSTEM_SECURITY_DLL
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
Test/System.Security.Cryptography.Xml/sample.pfx \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
|
|
|
|
Test/System.Security.Cryptography.Pkcs/detached.data \
|
|
|
|
Test/System.Security.Cryptography.Pkcs/detached.p7
|
|
|
|
|
2017-06-07 13:16:24 +00:00
|
|
|
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../build/library.make
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
$(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
$(secxml_libdir)/System.dll:
|
|
|
|
(cd ../System; $(MAKE) $@)
|
|
|
|
|
|
|
|
$(the_libdir_base)/Mono.Security.dll:
|
|
|
|
(cd ../Mono.Security; $(MAKE))
|
|
|
|
|
|
|
|
.NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll
|