7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
thisdir = class/System.Security
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
ifndef NO_MONO_SECURITY
|
|
MONO_SECURITY = Mono.Security
|
|
endif
|
|
|
|
LIBRARY = System.Security.dll
|
|
API_BIN_REFS := System.Numerics System.Core
|
|
LIB_REFS = $(MONO_SECURITY) System System.Xml
|
|
KEYFILE = ../msfinal.pub
|
|
LIB_MCS_FLAGS = -nowarn:414,618 -d:SECURITY_DEP
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
|
|
|
|
XTEST_LIB_REFS = System.Core System Facades/System.Linq Facades/System.Threading.Tasks
|
|
|
|
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
|
|
|
|
RESX_RESOURCE_STRING = \
|
|
../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx \
|
|
../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Resources/Strings.resx
|
|
|
|
include ../../build/library.make
|