Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-07-14 15:38:40 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-07-14 15:38:40 +0400
commit3f761fefe47213af1301315e2aca06a792d706cc (patch)
tree64e4512476c90c3fc6207a30cfb9f883a6c72ca1 /mcs/class/System.XML/Makefile
parentf6574c38ac9619e9a69b60ce39288c38ff1aa5e7 (diff)
New build system from Peter Williams (peter@newton.cx)
svn path=/trunk/mcs/; revision=16195
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
new file mode 100644
index 00000000000..629d09a7714
--- /dev/null
+++ b/mcs/class/System.XML/Makefile
@@ -0,0 +1,31 @@
+thisdir = class/System.XML
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = System.Xml.dll
+
+LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+
+EXTRA_DISTFILES = \
+ Mono.System.XML.csproj \
+ Mono.System.XML.sln \
+ README \
+ System.Xml.Schema/BUGS-MS.txt \
+ System.Xml.Schema/BUGS.txt \
+ $(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
+ $(wildcard System.Xml.Serialization/standalone_tests/*.output) \
+ System.Xml.XPath/Parser.jay \
+ Test/Microsoft.Test.csproj \
+ Test/Mono.Test.csproj \
+ Test/MonoMicro.Test.csproj \
+ Test/XmlFiles/xsd/xml.xsd \
+ Test/XmlFiles/xsd/ChangeLog \
+ Test/XmlFiles/xsl/empty.xsl \
+ Test/XmlFiles/xsl/ChangeLog \
+ Test/XmlFiles/ChangeLog \
+ Test/NUnit.Prefs
+
+CLEAN_FILES = Test/XmlFiles/xsl/result.xml
+
+include ../../build/library.make