2003-07-18 Peter Williams <peter@newton.cx>
[mono.git] / mcs / class / System.XML / Makefile
1 thisdir = class/System.XML
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.dll
6
7 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9
10 EXTRA_DISTFILES = \
11         Mono.System.XML.csproj          \
12         Mono.System.XML.sln             \
13         README                          \
14         System.Xml.Schema/BUGS-MS.txt   \
15         System.Xml.Schema/BUGS.txt      \
16         $(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
17         $(wildcard System.Xml.Serialization/standalone_tests/*.output) \
18         System.Xml.XPath/Parser.jay     \
19         Test/Microsoft.Test.csproj      \
20         Test/Mono.Test.csproj           \
21         Test/MonoMicro.Test.csproj      \
22         Test/XmlFiles/xsd/xml.xsd       \
23         Test/XmlFiles/xsd/ChangeLog     \
24         Test/XmlFiles/xsl/empty.xsl     \
25         Test/XmlFiles/xsl/ChangeLog     \
26         Test/XmlFiles/ChangeLog
27
28 CLEAN_FILES = Test/XmlFiles/xsl/result.xml
29
30 include ../../build/library.make