You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -22,9 +22,13 @@ XTEST_LIB_REFS = System System.Core System.Xml System.Xml.Linq Facades/System.Th
|
||||
|
||||
ifneq ($(PROFILE),monodroid)
|
||||
ifneq ($(PROFILE),monotouch)
|
||||
ifneq ($(PROFILE),monotouch_tv)
|
||||
ifneq ($(PROFILE),monotouch_watch)
|
||||
XTEST_LIB_REFS += System.Drawing
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBRARY_WARN_AS_ERROR = yes
|
||||
|
||||
@@ -36,28 +40,30 @@ LIB_MCS_FLAGS += -d:CONFIGURATION_DEP
|
||||
endif
|
||||
|
||||
nist_dom_files = \
|
||||
ITest.cs readme.txt util.cs \
|
||||
files/noDTDXMLfile.xml files/otherDoc.xml files/staff.dtd files/staff.html files/staff.xml
|
||||
ITest.cs readme.txt util.cs
|
||||
|
||||
xmlfiles_files = \
|
||||
nested-included.dtd literal-data.xml nested-dtd-test.dtd nested-dtd-test.xml simple.xml \
|
||||
xsl/empty.xsl \
|
||||
XsdValidation/1.xsd XsdValidation/2.xsd XsdValidation/3.xsd XsdValidation/4.xsd \
|
||||
xsd/1.xsd xsd/2.xsd xsd/3.xsd xsd/4.xsd xsd/5.xsd xsd/6.xsd xsd/xml.xsd xsd/81360.xsd xsd/81360inc1.xsd xsd/81360inc2.xsd
|
||||
|
||||
EXTRA_DISTFILES = \
|
||||
$(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
|
||||
$(wildcard System.Xml.Serialization/standalone_tests/*.output) \
|
||||
Test/XmlFiles/76102.xml \
|
||||
Test/XmlFiles/79683.dtd \
|
||||
Test/XmlFiles/496192.xml \
|
||||
Test/XmlFiles/*.xsd \
|
||||
TEST_RESOURCE_FILES = \
|
||||
Test/System.Xml/nist_dom/files/noDTDXMLfile.xml \
|
||||
Test/System.Xml/nist_dom/files/otherDoc.xml \
|
||||
Test/System.Xml/nist_dom/files/staff.dtd \
|
||||
Test/System.Xml/nist_dom/files/staff.html \
|
||||
Test/System.Xml/nist_dom/files/staff.xml \
|
||||
Test/XmlFiles/xsl/current-in-select.ref \
|
||||
$(wildcard Test/XmlFiles/*.xsd) \
|
||||
$(wildcard Test/XmlFiles/*.xml) \
|
||||
$(wildcard Test/XmlFiles/*.dtd) \
|
||||
$(wildcard Test/XmlFiles/xsd/*.xml) \
|
||||
$(wildcard Test/XmlFiles/xsd/*.xsd) \
|
||||
$(wildcard Test/XmlFiles/xsl/*.xml) \
|
||||
$(wildcard Test/XmlFiles/xsl/*.xsl) \
|
||||
Test/XmlFiles/xsl/current-in-select.ref \
|
||||
$(xmlfiles_files:%=Test/XmlFiles/%) \
|
||||
$(wildcard Test/XmlFiles/XsdValidation/*.xsd)
|
||||
|
||||
TEST_MCS_FLAGS += $(foreach r, $(TEST_RESOURCE_FILES), -resource:$(r),$(r))
|
||||
|
||||
EXTRA_DISTFILES = \
|
||||
$(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
|
||||
$(wildcard System.Xml.Serialization/standalone_tests/*.output) \
|
||||
$(TEST_RESOURCE_FILES) \
|
||||
$(nist_dom_files:%=Test/System.Xml/nist_dom/%)
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
Reference in New Issue
Block a user