Jo Shields 3c1f479b9d Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00

36 lines
1.1 KiB
Makefile

thisdir = class/System.Security
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Security.dll
LIB_MCS_FLAGS = -nowarn:618 \
-d:SECURITY_DEP \
-r:$(corlib) -r:System.dll -r:System.Xml.dll \
-r:Mono.Security.dll -nowarn:414
LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414,1595
VALID_PROFILE := $(filter moonlight_raw net_4_5, $(PROFILE))
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
include ../../build/library.make
$(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
$(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