2006-09-04 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Makefile
index dc4fd13362133640e3c4acfd6c51a4c6bbcb676b..a48d734b9bb100d931ed9a9f84c192cfdd87d838 100644 (file)
@@ -22,7 +22,15 @@ ifdef USE_BOOT_COMPILE
 LIBRARY_COMPILE = $(BOOT_COMPILE)
 endif
 
-LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162 -nowarn:0618 -nowarn:0612
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162,0618,0612,0642,1595
+ifeq (net_1_1_java, $(PROFILE))
+LIB_MCS_FLAGS += \
+       -r:System.Xml.dll               \
+       -r:rt.dll                       \
+       -r:J2SE.Helpers.dll             \
+       -r:unresolved.dll               \
+       /lib:../../class/lib/$(PROFILE)
+endif
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 nist_dom_files = \
@@ -49,6 +57,20 @@ EXTRA_DISTFILES = \
        Test/Microsoft.Test.csproj      \
        Test/Mono.Test.csproj           \
        Test/MonoMicro.Test.csproj      \
+       Test/XmlFiles/76102.xml         \
+       Test/XmlFiles/xsd/multi-schemaLocation.xml \
+       Test/XmlFiles/xsd/datatypesTest.xsd \
+       Test/XmlFiles/xsd/77687.xsd     \
+       Test/XmlFiles/xsd/77687inc.xsd  \
+       Test/XmlFiles/xsl/91834.xml     \
+       Test/XmlFiles/xsl/91834.xsl     \
+       Test/XmlFiles/xsl/91834a.xml    \
+       Test/XmlFiles/xsl/stripspace.xsl \
+       Test/XmlFiles/xsl/stripspace.xml \
+       Test/XmlFiles/xsl/current-in-select.xsl \
+       Test/XmlFiles/xsl/current-in-select.xml \
+       Test/XmlFiles/xsl/current-in-select.ref \
+       Test/XmlFiles/xsl/ChangeLog \
        $(xmlfiles_files:%=Test/XmlFiles/%) \
        $(nist_dom_files:%=Test/System.Xml/nist_dom/%)