XMLDSIG transforms from .NET Core.
[mono.git] / mcs / class / System.Security / Makefile
index 03e2493cc2606e41cabdaa5cabc0fbfb26db05f0..a1b0b9fe5f0115ed024bb95ea515d9fb45b99850 100644 (file)
@@ -2,14 +2,18 @@ thisdir = class/System.Security
 SUBDIRS = 
 include ../../build/rules.make
 
+ifndef NO_MONO_SECURITY
+MONO_SECURITY_DLL=$(the_libdir_base)/Mono.Security.dll
+MONO_SECURITY=Mono.Security
+endif
+
 LIBRARY = System.Security.dll
-LIB_REFS = System System.Xml Mono.Security
-LIB_MCS_FLAGS = -nowarn:618 \
-       -d:SECURITY_DEP \
-       -r:$(corlib) \
-       -nowarn:414
+LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY)
+LIB_MCS_FLAGS = \
+       -nowarn:414,618 \
+       -d:SECURITY_DEP,SYSTEM_SECURITY_DLL
 
-LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
+LOCAL_MCS_FLAGS =
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
 
@@ -21,9 +25,11 @@ EXTRA_DISTFILES = \
        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
+
 include ../../build/library.make
 
-$(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
+$(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)
 
 $(secxml_libdir)/System.dll:
        (cd ../System; $(MAKE) $@)