New build system from Peter Williams (peter@newton.cx)
[mono.git] / mcs / class / Commons.Xml.Relaxng / Makefile
1 thisdir = class/Commons.Xml.Relaxng
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Commons.Xml.Relaxng.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
8 EXTRA_DISTFILES = \
9         Test/ChangeLog          \
10         Test/XmlFiles/ChangeLog \
11         Test/XmlFiles/SimpleElementPattern1.xml \
12         Test/XmlFiles/SimpleElementPattern1.rng \
13         Test/XmlFiles/SimpleElementPattern2.xml \
14         Test/XmlFiles/SimpleElementPattern2.rng \
15         Test/XmlFiles/team.xml  \
16         Test/XmlFiles/team.rng
17
18
19 include ../../build/library.make