X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FCommons.Xml.Relaxng%2FMakefile;h=d63e7af0565267712121ff183e65084bf9ef92b0;hb=69f207ee9e4f440e66e98bf5f685807f6527c39d;hp=0fa3076359074833b32133e60ff50f5374bb0528;hpb=3fe5409741be0d9a071b6465d1b49068c587bf9c;p=mono.git diff --git a/mcs/class/Commons.Xml.Relaxng/Makefile b/mcs/class/Commons.Xml.Relaxng/Makefile index 0fa30763590..d63e7af0565 100644 --- a/mcs/class/Commons.Xml.Relaxng/Makefile +++ b/mcs/class/Commons.Xml.Relaxng/Makefile @@ -7,29 +7,21 @@ RESOURCE_FILES = resources/relaxng.rng OTHER_RES = $(RESOURCE_FILES) LIBRARY = Commons.Xml.Relaxng.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \ +LIB_REFS = System System.Xml +LIB_MCS_FLAGS = \ $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r))) TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 EXTRA_DISTFILES = \ Commons.Xml.Relaxng.Rnc/RncParser.jay \ - Test/ChangeLog \ - Test/XmlFiles/ChangeLog \ - Test/XmlFiles/SimpleElementPattern1.xml \ - Test/XmlFiles/SimpleElementPattern1.rng \ - Test/XmlFiles/SimpleElementPattern2.xml \ - Test/XmlFiles/SimpleElementPattern2.rng \ - Test/XmlFiles/team.xml \ - Test/XmlFiles/team.rng \ - Test/XmlFiles/relaxng.rng \ - Test/XmlFiles/relaxng.rnc \ - Test/XmlFiles/atom.rnc \ - Test/XmlFiles/nvdl.nvdl \ - Test/XmlFiles/nvdl.rng \ + $(wildcard Test/XmlFiles/*.rng) \ + $(wildcard Test/XmlFiles/*.rnc) \ + $(wildcard Test/XmlFiles/*.nvdl) \ + $(wildcard Test/XmlFiles/*.xml) \ $(wildcard Test/standalone_tests/*.cs) \ $(RESOURCE_FILES) Commons.Xml.Relaxng.Rnc/RncParser.cs: Commons.Xml.Relaxng.Rnc/RncParser.jay $(topdir)/jay/skeleton.cs - $(topdir)/jay/jay -ctv < $(topdir)/jay/skeleton.cs Commons.Xml.Relaxng.Rnc/RncParser.jay > Commons.Xml.Relaxng.Rnc/RncParser.cs + $(topdir)/jay/jay -ctv < $(topdir)/jay/skeleton.cs $(CURDIR)/Commons.Xml.Relaxng.Rnc/RncParser.jay > Commons.Xml.Relaxng.Rnc/RncParser.cs BUILT_SOURCES = Commons.Xml.Relaxng.Rnc/RncParser.cs