Add to the Linux build
authorMiguel de Icaza <miguel@gnome.org>
Sun, 23 Feb 2003 00:01:47 +0000 (00:01 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 23 Feb 2003 00:01:47 +0000 (00:01 -0000)
svn path=/trunk/mcs/; revision=11852

mcs/class/System.Security/list.unix [new file with mode: 0644]
mcs/class/System.Security/makefile.gnu [new file with mode: 0644]

diff --git a/mcs/class/System.Security/list.unix b/mcs/class/System.Security/list.unix
new file mode 100644 (file)
index 0000000..536002c
--- /dev/null
@@ -0,0 +1,22 @@
+./System.Security.Cryptography.Xml/DSAKeyValue.cs
+./System.Security.Cryptography.Xml/DataObject.cs
+./System.Security.Cryptography.Xml/KeyInfo.cs
+./System.Security.Cryptography.Xml/KeyInfoClause.cs
+./System.Security.Cryptography.Xml/KeyInfoName.cs
+./System.Security.Cryptography.Xml/KeyInfoNode.cs
+./System.Security.Cryptography.Xml/KeyInfoRetrievalMethod.cs
+./System.Security.Cryptography.Xml/KeyInfoX509Data.cs
+./System.Security.Cryptography.Xml/RSAKeyValue.cs
+./System.Security.Cryptography.Xml/Reference.cs
+./System.Security.Cryptography.Xml/Signature.cs
+./System.Security.Cryptography.Xml/SignedInfo.cs
+./System.Security.Cryptography.Xml/SignedXml.cs
+./System.Security.Cryptography.Xml/Transform.cs
+./System.Security.Cryptography.Xml/TransformChain.cs
+./System.Security.Cryptography.Xml/XmlDsigBase64Transform.cs
+./System.Security.Cryptography.Xml/XmlDsigC14NTransform.cs
+./System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransform.cs
+./System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs
+./System.Security.Cryptography.Xml/XmlDsigXPathTransform.cs
+./System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs
+./System.Security.Cryptography.Xml/TODOAttribute.cs
diff --git a/mcs/class/System.Security/makefile.gnu b/mcs/class/System.Security/makefile.gnu
new file mode 100644 (file)
index 0000000..0546c88
--- /dev/null
@@ -0,0 +1,16 @@
+topdir = ../..
+
+TEST_DIR= Test
+LIBRARY = $(topdir)/class/lib/System.Security.dll
+
+LIB_LIST = list.unix
+LIB_FLAGS = -r corlib -r System.Xml -r mscorlib
+
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=\
+       ./Test* 
+
+
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
+
+include $(topdir)/class/library.make