From 81ed35d73817d5d6152c11d12e5027acff309b8e Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Mon, 26 Jul 2004 10:39:42 +0000 Subject: 2004-07-26 Atsushi Enomoto * Makefile : added call to jay for creating XQueryParser.cs. * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs, XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs. svn path=/trunk/mcs/; revision=31461 --- mcs/class/System.XML/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mcs/class/System.XML/Makefile') diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile index 997e1c8b433..f82d670955f 100644 --- a/mcs/class/System.XML/Makefile +++ b/mcs/class/System.XML/Makefile @@ -11,7 +11,7 @@ else SCARY_LIB=/lib:$(prefix)/lib /noconfig endif -LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll +LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = \ @@ -23,6 +23,7 @@ EXTRA_DISTFILES = \ $(wildcard System.Xml.Serialization/standalone_tests/*.cs) \ $(wildcard System.Xml.Serialization/standalone_tests/*.output) \ System.Xml.XPath/Parser.jay \ + System.Xml.Query/XQueryParser.jay \ Test/Microsoft.Test.csproj \ Test/Mono.Test.csproj \ Test/MonoMicro.Test.csproj \ @@ -35,6 +36,9 @@ EXTRA_DISTFILES = \ System.Xml.XPath/Parser.cs: System.Xml.XPath/Parser.jay $(topdir)/jay/skeleton.cs $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@ -CLEAN_FILES = Test/XmlFiles/xsl/result.xml System.Xml.XPath/Parser.cs +System.Xml.Query/XQueryParser.cs: System.Xml.Query/XQueryParser.jay System.Xml.Query/skeleton-2.0.cs + $(topdir)/jay/jay -ct < System.Xml.Query/skeleton-2.0.cs $< >$@ + +CLEAN_FILES = Test/XmlFiles/xsl/result.xml System.Xml.XPath/Parser.cs System.Xml.Query/XQueryParser.cs include ../../build/library.make -- cgit v1.2.3