2000-05-18 21:17:27 +00:00
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
|
|
|
#
|
|
|
|
# The Original Code is Transformiix XSLT Processor.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Axel Hecht.
|
|
|
|
# Portions created by Axel Hecht are Copyright (C) Axel Hecht.
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Axel Hecht <axel@pike.org>
|
|
|
|
#
|
|
|
|
|
2000-05-25 01:03:29 +00:00
|
|
|
DEPTH = ../../..
|
2000-05-18 21:17:27 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-05-25 01:03:29 +00:00
|
|
|
MODULE = transformiix
|
|
|
|
LIBRARY_NAME = transformiix
|
2001-04-28 19:48:12 +00:00
|
|
|
EXPORT_LIBRARY = 1
|
2002-01-16 05:10:09 +00:00
|
|
|
ifneq ($(OS_ARCH),WINNT)
|
2000-05-25 01:03:29 +00:00
|
|
|
SHORT_LIBNAME = t8iix
|
2002-01-16 05:10:09 +00:00
|
|
|
endif
|
2001-09-18 13:41:47 +00:00
|
|
|
REQUIRES = xpcom \
|
|
|
|
string \
|
|
|
|
dom \
|
|
|
|
content \
|
|
|
|
widget \
|
|
|
|
necko \
|
2001-09-28 14:55:30 +00:00
|
|
|
js \
|
|
|
|
xpconnect \
|
2002-06-06 22:17:45 +00:00
|
|
|
caps \
|
2001-09-28 16:21:39 +00:00
|
|
|
locale \
|
2002-06-06 22:17:45 +00:00
|
|
|
unicharutil \
|
2002-03-12 21:03:34 +00:00
|
|
|
htmlparser \
|
2002-06-06 22:17:45 +00:00
|
|
|
webshell \
|
2002-03-12 21:03:34 +00:00
|
|
|
docshell \
|
Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class
Patch by sicking, pike and peterv
r=sicking/pike, sr=peterv, a=asa
2002-10-21 21:35:23 +00:00
|
|
|
layout \
|
2003-03-26 01:10:14 +00:00
|
|
|
uconv \
|
2003-09-09 21:11:52 +00:00
|
|
|
windowwatcher \
|
|
|
|
mimetype \
|
|
|
|
intl \
|
2001-09-18 13:41:47 +00:00
|
|
|
$(NULL)
|
2000-05-25 01:03:29 +00:00
|
|
|
IS_COMPONENT = 1
|
2001-06-20 20:21:49 +00:00
|
|
|
MODULE_NAME = TransformiixModule
|
2000-05-25 01:03:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
CPPSRCS = XSLTProcessorModule.cpp
|
2003-01-17 12:49:20 +00:00
|
|
|
LOBJS = ../source/base/Double.$(OBJ_SUFFIX) \
|
2001-09-22 12:49:53 +00:00
|
|
|
../source/base/List.$(OBJ_SUFFIX) \
|
|
|
|
../source/base/SimpleErrorObserver.$(OBJ_SUFFIX) \
|
2001-10-30 23:48:37 +00:00
|
|
|
../source/base/txAtoms.$(OBJ_SUFFIX) \
|
2002-03-02 18:39:23 +00:00
|
|
|
../source/base/txExpandedNameMap.$(OBJ_SUFFIX) \
|
2003-03-26 01:10:14 +00:00
|
|
|
../source/base/txNamespaceMap.$(OBJ_SUFFIX) \
|
2002-06-26 12:42:13 +00:00
|
|
|
../source/base/txURIUtils.$(OBJ_SUFFIX) \
|
2001-09-22 12:49:53 +00:00
|
|
|
../source/xml/dom/mozImpl/MozillaAttr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/dom/mozImpl/MozillaDocument.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/dom/mozImpl/MozillaElement.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/dom/mozImpl/MozillaNamedNodeMap.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/dom/mozImpl/MozillaNode.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/dom/mozImpl/MozillaProcInstruction.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/AdditiveExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/AttributeValueTemplate.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/BooleanExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/BooleanFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/BooleanResult.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/ExprLexer.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/ExprParser.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/FilterExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/FunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/LocationStep.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/MultiplicativeExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/NodeSetFunctionCall.$(OBJ_SUFFIX) \
|
2002-03-14 12:57:37 +00:00
|
|
|
../source/xpath/nsXPathEvaluator.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/nsXPathException.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/nsXPathExpression.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/nsXPathNSResolver.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/nsXPathResult.$(OBJ_SUFFIX) \
|
2003-03-19 23:45:42 +00:00
|
|
|
../source/xpath/nsXPath1Scheme.$(OBJ_SUFFIX) \
|
2001-09-22 12:49:53 +00:00
|
|
|
../source/xpath/NumberFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/NumberResult.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/PathExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/PredicateList.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/RelationalExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/RootExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/StringFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/StringResult.$(OBJ_SUFFIX) \
|
2003-06-16 22:31:20 +00:00
|
|
|
../source/xpath/txLiteralExpr.$(OBJ_SUFFIX) \
|
2002-06-04 05:00:31 +00:00
|
|
|
../source/xpath/txNameTest.$(OBJ_SUFFIX) \
|
2003-11-04 15:15:46 +00:00
|
|
|
../source/xpath/txNodeSet.$(OBJ_SUFFIX) \
|
2002-06-04 05:00:31 +00:00
|
|
|
../source/xpath/txNodeTypeTest.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/txForwardContext.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/txNodeSetContext.$(OBJ_SUFFIX) \
|
2003-06-16 22:31:20 +00:00
|
|
|
../source/xpath/txResultRecycler.$(OBJ_SUFFIX) \
|
2001-09-22 12:49:53 +00:00
|
|
|
../source/xpath/UnionExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/UnaryExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xpath/VariableRefExpr.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/XMLUtils.$(OBJ_SUFFIX) \
|
|
|
|
../source/xml/XMLDOMUtils.$(OBJ_SUFFIX) \
|
2003-03-05 14:11:12 +00:00
|
|
|
../source/xml/parser/txXMLParser.$(OBJ_SUFFIX) \
|
2003-03-12 14:07:30 +00:00
|
|
|
../source/xslt/txBufferingHandler.$(OBJ_SUFFIX) \
|
2002-01-24 13:38:51 +00:00
|
|
|
../source/xslt/txOutputFormat.$(OBJ_SUFFIX) \
|
2003-03-26 01:10:14 +00:00
|
|
|
../source/xslt/txExecutionState.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txInstructions.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txMozillaStylesheetCompiler.$(OBJ_SUFFIX) \
|
2002-01-24 13:38:51 +00:00
|
|
|
../source/xslt/txMozillaTextOutput.$(OBJ_SUFFIX) \
|
Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class
Patch by sicking, pike and peterv
r=sicking/pike, sr=peterv, a=asa
2002-10-21 21:35:23 +00:00
|
|
|
../source/xslt/txMozillaXSLTProcessor.$(OBJ_SUFFIX) \
|
2002-01-24 13:38:51 +00:00
|
|
|
../source/xslt/txMozillaXMLOutput.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txRtfHandler.$(OBJ_SUFFIX) \
|
2003-03-26 01:10:14 +00:00
|
|
|
../source/xslt/txStylesheet.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txStylesheetCompileHandlers.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txStylesheetCompiler.$(OBJ_SUFFIX) \
|
2002-01-24 13:38:51 +00:00
|
|
|
../source/xslt/txTextHandler.$(OBJ_SUFFIX) \
|
2003-03-26 01:10:14 +00:00
|
|
|
../source/xslt/txToplevelItems.$(OBJ_SUFFIX) \
|
Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class
Patch by sicking, pike and peterv
r=sicking/pike, sr=peterv, a=asa
2002-10-21 21:35:23 +00:00
|
|
|
../source/xslt/txUnknownHandler.$(OBJ_SUFFIX) \
|
2002-08-19 22:16:09 +00:00
|
|
|
../source/xslt/txXSLTNumber.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/txXSLTNumberCounters.$(OBJ_SUFFIX) \
|
2002-06-04 05:00:31 +00:00
|
|
|
../source/xslt/txXSLTPatterns.$(OBJ_SUFFIX) \
|
2003-03-26 01:10:14 +00:00
|
|
|
../source/xslt/txXSLTProcessor.$(OBJ_SUFFIX) \
|
2002-06-04 05:00:31 +00:00
|
|
|
../source/xslt/txPatternParser.$(OBJ_SUFFIX) \
|
2001-09-22 12:49:53 +00:00
|
|
|
../source/xslt/functions/CurrentFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/DocumentFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/ElementAvailableFnCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/FunctionAvailableFnCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/GenerateIdFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/SystemPropertyFunctionCall.$(OBJ_SUFFIX) \
|
2001-10-15 12:33:54 +00:00
|
|
|
../source/xslt/functions/txFormatNumberFunctionCall.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/functions/txKeyFunctionCall.$(OBJ_SUFFIX) \
|
2001-09-28 12:58:57 +00:00
|
|
|
../source/xslt/util/txNodeSorter.$(OBJ_SUFFIX) \
|
|
|
|
../source/xslt/util/txXPathResultComparator.$(OBJ_SUFFIX) \
|
2001-05-22 07:52:30 +00:00
|
|
|
$(NULL)
|
2000-05-18 21:17:27 +00:00
|
|
|
|
2001-05-12 09:54:16 +00:00
|
|
|
EXTRA_DSO_LDOPTS += \
|
2001-12-17 13:02:39 +00:00
|
|
|
$(MOZ_UNICHARUTIL_LIBS) \
|
2001-05-12 09:54:16 +00:00
|
|
|
$(MOZ_COMPONENT_LIBS) \
|
|
|
|
$(MOZ_JS_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2000-05-18 21:17:27 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2000-05-25 01:03:29 +00:00
|
|
|
|
|
|
|
INCLUDES += -I$(srcdir)/../source/xslt -I$(srcdir)/../source/base \
|
|
|
|
-I$(srcdir)/../source/xml -I$(srcdir)/../source/xml/dom \
|
2002-01-24 13:38:51 +00:00
|
|
|
-I$(srcdir)/../source/xml/parser -I$(srcdir)/../source/xpath \
|
2000-05-25 01:03:29 +00:00
|
|
|
-I$(srcdir)/../source/xslt/util -I$(srcdir)/../source/xslt/functions
|