diff --git a/mozilla/extensions/transformiix/Makefile.in b/mozilla/extensions/transformiix/Makefile.in new file mode 100644 index 00000000000..d07ef1961e0 --- /dev/null +++ b/mozilla/extensions/transformiix/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = ../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = source + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/build/Makefile.in b/mozilla/extensions/transformiix/build/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/build/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/Makefile.in b/mozilla/extensions/transformiix/source/Makefile.in new file mode 100644 index 00000000000..aafd465ee6f --- /dev/null +++ b/mozilla/extensions/transformiix/source/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = base net xml xpath xslt main + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/base/Makefile.in b/mozilla/extensions/transformiix/source/base/Makefile.in new file mode 100644 index 00000000000..5dff5737ad3 --- /dev/null +++ b/mozilla/extensions/transformiix/source/base/Makefile.in @@ -0,0 +1,48 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = ArrayList.cpp \ + CommandLineUtils.cpp \ + DefaultStringComparator.cpp \ + Double.cpp \ + HashTable.cpp \ + Integer.cpp \ + List.cpp \ + Map.cpp \ + MITREObjectWrapper.cpp \ + NamedMap.cpp \ + SimpleErrorObserver.cpp \ + Stack.cpp \ + TxString.cpp \ + StringComparator.cpp \ + StringList.cpp \ + Tokenizer.cpp + +include $(topsrcdir)/config/rules.mk + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/examples/Makefile.in b/mozilla/extensions/transformiix/source/examples/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/examples/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/examples/mozilla/Makefile.in b/mozilla/extensions/transformiix/source/examples/mozilla/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/examples/mozilla/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/content/Makefile.in b/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/content/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/content/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/skin/Makefile.in b/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/skin/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/examples/mozilla/Transformiix/skin/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/main/Makefile.in b/mozilla/extensions/transformiix/source/main/Makefile.in new file mode 100644 index 00000000000..f2c818532b2 --- /dev/null +++ b/mozilla/extensions/transformiix/source/main/Makefile.in @@ -0,0 +1,127 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +PROGRAM = ../transformiix + +OBJS =../base/ArrayList.o \ + ../base/CommandLineUtils.o \ + ../base/DefaultStringComparator.o \ + ../base/Double.o \ + ../base/HashTable.o \ + ../base/Integer.o \ + ../base/List.o \ + ../base/MITREObjectWrapper.o \ + ../base/Map.o \ + ../base/NamedMap.o \ + ../base/SimpleErrorObserver.o \ + ../base/Stack.o \ + ../base/StringComparator.o \ + ../base/StringList.o \ + ../base/Tokenizer.o \ + ../base/TxString.o \ + ../net/URIUtils.o \ + ../xml/dom/standalone/Attr.o \ + ../xml/dom/standalone/CDATASection.o \ + ../xml/dom/standalone/DocumentType.o \ + ../xml/dom/standalone/EntityReference.o \ + ../xml/dom/standalone/CharacterData.o \ + ../xml/dom/standalone/Comment.o \ + ../xml/dom/standalone/DocumentFragment.o \ + ../xml/dom/standalone/DOMImplementation.o \ + ../xml/dom/standalone/NodeListDefinition.o \ + ../xml/dom/standalone/NodeDefinition.o \ + ../xml/dom/standalone/Element.o \ + ../xml/dom/standalone/NamedNodeMap.o \ + ../xml/dom/standalone/Document.o \ + ../xml/dom/standalone/Entity.o \ + ../xml/dom/standalone/Notation.o \ + ../xml/dom/standalone/ProcessingInstruction.o \ + ../xml/dom/standalone/Text.o \ + ../xpath/AdditiveExpr.o \ + ../xpath/AttributeExpr.o \ + ../xpath/AttributeValueTemplate.o \ + ../xpath/BasicNodeExpr.o \ + ../xpath/BooleanExpr.o \ + ../xpath/BooleanFunctionCall.o \ + ../xpath/BooleanResult.o \ + ../xpath/ElementExpr.o \ + ../xpath/ErrorFunctionCall.o \ + ../xpath/ExprLexer.o \ + ../xpath/ExprParser.o \ + ../xpath/ExtensionFunctionCall.o \ + ../xpath/FilterExpr.o \ + ../xpath/FunctionCall.o \ + ../xpath/IdentityExpr.o \ + ../xpath/LocationStep.o \ + ../xpath/MultiplicativeExpr.o \ + ../xpath/NodeSet.o \ + ../xpath/NodeSetFunctionCall.o \ + ../xpath/NumberExpr.o \ + ../xpath/NumberFunctionCall.o \ + ../xpath/NumberResult.o \ + ../xpath/ParentExpr.o \ + ../xpath/PathExpr.o \ + ../xpath/PredicateList.o \ + ../xpath/RelationalExpr.o \ + ../xpath/RootExpr.o \ + ../xpath/StringExpr.o \ + ../xpath/StringFunctionCall.o \ + ../xpath/StringResult.o \ + ../xpath/TextExpr.o \ + ../xpath/UnionExpr.o \ + ../xpath/VariableRefExpr.o \ + ../xpath/WildCardExpr.o \ + ../xpath/XPathNames.o \ + ../xml/XMLUtils.o \ + ../xml/XMLDOMUtils.o \ + ../xml/util/DOMHelper.o \ + ../xml/parser/XMLParser.o \ + ../xml/parser/hashtable.o \ + ../xml/parser/xmlrole.o \ + ../xml/parser/xmlparse.o \ + ../xml/parser/xmltok.o \ + ../xml/printer/XMLPrinter.o \ + ../xml/printer/HTMLPrinter.o \ + ../xslt/OutputFormat.o \ + ../xslt/Names.o \ + ../xslt/Numbering.o \ + ../xslt/ProcessorState.o \ + ../xslt/VariableBinding.o \ + ../xslt/XSLTProcessor.o \ + ../xslt/functions/GenerateIdFunctionCall.o \ + ../xslt/util/NodeSorter.o \ + ../xslt/util/NodeStack.o \ + transformiix.o +CPP_PROG_LINK = 1 +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../xslt -I$(srcdir)/../base -I$(srcdir)/../net \ + -I$(srcdir)/../xml -I$(srcdir)/../xml/dom -I$(srcdir)/../xml/util \ + -I$(srcdir)/../xml/parser -I$(srcdir)/../xml/parser/xmlparse \ + -I$(srcdir)/../xml/printer -I$(srcdir)/../xpath -I$(srcdir)/../xslt/util \ + -I$(srcdir)/../xslt/functions \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/net/Makefile.in b/mozilla/extensions/transformiix/source/net/Makefile.in new file mode 100644 index 00000000000..44cac8fc69b --- /dev/null +++ b/mozilla/extensions/transformiix/source/net/Makefile.in @@ -0,0 +1,35 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = URIUtils.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../base + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xml/Makefile.in b/mozilla/extensions/transformiix/source/xml/Makefile.in new file mode 100644 index 00000000000..9824de79f11 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/Makefile.in @@ -0,0 +1,37 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = dom parser printer util + +CPPSRCS = XMLDOMUtils.cpp XMLUtils.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xml/dom/Makefile.in b/mozilla/extensions/transformiix/source/xml/dom/Makefile.in new file mode 100644 index 00000000000..3499096da67 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/dom/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = standalone + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xml/dom/mozImpl/Makefile.in b/mozilla/extensions/transformiix/source/xml/dom/mozImpl/Makefile.in new file mode 100644 index 00000000000..e5e4959a339 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/dom/mozImpl/Makefile.in @@ -0,0 +1,50 @@ +# +# 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 +# + +DEPTH = ../../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +INCLUDES += -I$(srcdir)/../../../base + +CPPSRCS = MozillaAttr.cpp \ + MozillaCDATASection.cpp \ + MozillaCharacterData.cpp \ + MozillaComment.cpp \ + MozillaDOMImplementation.cpp \ + MozillaDocument.cpp \ + MozillaDocumentFragment.cpp \ + MozillaDocumentType.cpp \ + MozillaElement.cpp \ + MozillaEntity.cpp \ + MozillaEntityReference.cpp \ + MozillaNamedNodeMap.cpp \ + MozillaNode.cpp \ + MozillaNodeList.cpp \ + MozillaNotation.cpp \ + MozillaProcInstruction.cpp \ + MozillaText.cpp \ + testMozDOM.cpp + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile.in b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile.in new file mode 100644 index 00000000000..829d841721a --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile.in @@ -0,0 +1,51 @@ +# +# 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 +# + +DEPTH = ../../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = Attr.cpp \ + CDATASection.cpp \ + CharacterData.cpp \ + Comment.cpp \ + DOMImplementation.cpp \ + Document.cpp \ + DocumentFragment.cpp \ + DocumentType.cpp \ + Element.cpp \ + Entity.cpp \ + EntityReference.cpp \ + NamedNodeMap.cpp \ + NodeDefinition.cpp \ + NodeListDefinition.cpp \ + Notation.cpp \ + ProcessingInstruction.cpp \ + Text.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../../../base + +install:: $(OBJS) diff --git a/mozilla/extensions/transformiix/source/xml/parser/Makefile.in b/mozilla/extensions/transformiix/source/xml/parser/Makefile.in new file mode 100644 index 00000000000..821039c82b2 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/parser/Makefile.in @@ -0,0 +1,37 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@:@srcdir@/xmltok:@srcdir@/xmlparse + +include $(DEPTH)/config/autoconf.mk + +CSRCS = xmltok.c xmlrole.c xmlparse.c hashtable.c +CPPSRCS = XMLParser.cpp + +include $(topsrcdir)/config/rules.mk + +COMPILE_CFLAGS += -DXML_UNICODE -I$(srcdir)/xmltok +INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../dom -I$(srcdir)/xmlparse + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xml/parser/xmlparse/Makefile.in b/mozilla/extensions/transformiix/source/xml/parser/xmlparse/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/parser/xmlparse/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xml/parser/xmltok/Makefile.in b/mozilla/extensions/transformiix/source/xml/parser/xmltok/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/parser/xmltok/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xml/parser/xmlwf-ignore/Makefile.in b/mozilla/extensions/transformiix/source/xml/parser/xmlwf-ignore/Makefile.in new file mode 100644 index 00000000000..2a628199d84 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/parser/xmlwf-ignore/Makefile.in @@ -0,0 +1,31 @@ +# +# 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 +# + +DEPTH = .. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = junksss + +include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xml/printer/Makefile.in b/mozilla/extensions/transformiix/source/xml/printer/Makefile.in new file mode 100644 index 00000000000..4386217130a --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/printer/Makefile.in @@ -0,0 +1,35 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = XMLPrinter.cpp HTMLPrinter.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../dom + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xml/util/Makefile.in b/mozilla/extensions/transformiix/source/xml/util/Makefile.in new file mode 100644 index 00000000000..974ef1d95ae --- /dev/null +++ b/mozilla/extensions/transformiix/source/xml/util/Makefile.in @@ -0,0 +1,35 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = DOMHelper.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../dom + +install:: $(OBJS) diff --git a/mozilla/extensions/transformiix/source/xpath/Makefile.in b/mozilla/extensions/transformiix/source/xpath/Makefile.in new file mode 100644 index 00000000000..3037ab7d601 --- /dev/null +++ b/mozilla/extensions/transformiix/source/xpath/Makefile.in @@ -0,0 +1,71 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = AdditiveExpr.cpp \ + AttributeExpr.cpp \ + AttributeValueTemplate.cpp \ + BasicNodeExpr.cpp \ + BooleanExpr.cpp \ + BooleanFunctionCall.cpp \ + BooleanResult.cpp \ + ElementExpr.cpp \ + ErrorFunctionCall.cpp \ + ExprLexer.cpp \ + ExprParser.cpp \ + ExtensionFunctionCall.cpp \ + FilterExpr.cpp \ + FunctionCall.cpp \ + IdentityExpr.cpp \ + LocationStep.cpp \ + MultiplicativeExpr.cpp \ + NodeSet.cpp \ + NodeSetFunctionCall.cpp \ + NumberExpr.cpp \ + NumberFunctionCall.cpp \ + NumberResult.cpp \ + ParentExpr.cpp \ + PathExpr.cpp \ + PredicateList.cpp \ + RelationalExpr.cpp \ + RootExpr.cpp \ + StringExpr.cpp \ + StringFunctionCall.cpp \ + StringResult.cpp \ + TextExpr.cpp \ + UnionExpr.cpp \ + VariableRefExpr.cpp \ + WildCardExpr.cpp \ + XPathNames.cpp +## Parser.cpp \ + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../base -I$(srcdir)/../xml \ + -I$(srcdir)/../xml/dom -I$(srcdir)/../xslt + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xslt/Makefile.in b/mozilla/extensions/transformiix/source/xslt/Makefile.in new file mode 100644 index 00000000000..df6617c4f6c --- /dev/null +++ b/mozilla/extensions/transformiix/source/xslt/Makefile.in @@ -0,0 +1,47 @@ +# +# 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 +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = functions util + +CPPSRCS = Names.cpp \ + Numbering.cpp \ + OutputFormat.cpp \ + ProcessorState.cpp \ + VariableBinding.cpp \ + XSLTProcessor.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir) -I$(srcdir)/../base -I$(srcdir)/../net \ + -I$(srcdir)/../xml -I$(srcdir)/../xml/dom -I$(srcdir)/../xml/util \ + -I$(srcdir)/../xml/parser -I$(srcdir)/../xml/parser/xmlparse \ + -I$(srcdir)/../xml/printer -I$(srcdir)/../xpath -I$(srcdir)/../xslt/util \ + -I$(srcdir)/../xslt/functions +COMPILE_CXXFLAGS += -D__cplusplus + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xslt/functions/Makefile.in b/mozilla/extensions/transformiix/source/xslt/functions/Makefile.in new file mode 100644 index 00000000000..118088ac2ff --- /dev/null +++ b/mozilla/extensions/transformiix/source/xslt/functions/Makefile.in @@ -0,0 +1,37 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = GenerateIdFunctionCall.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../xpath \ + -I$(srcdir)/../../xml -I$(srcdir)/../../xml/util -I$(srcdir)/../../xml/dom \ + -I$(srcdir)/../../xslt + +install:: $(OBJS) \ No newline at end of file diff --git a/mozilla/extensions/transformiix/source/xslt/util/Makefile.in b/mozilla/extensions/transformiix/source/xslt/util/Makefile.in new file mode 100644 index 00000000000..6b4856d3c0a --- /dev/null +++ b/mozilla/extensions/transformiix/source/xslt/util/Makefile.in @@ -0,0 +1,37 @@ +# +# 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 +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +CPPSRCS = NodeSorter.cpp NodeStack.cpp + +include $(topsrcdir)/config/rules.mk + +INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \ + -I$(srcdir)/../../xml -I$(srcdir)/../../xml/util -I$(srcdir)/../../xml/dom \ + -I$(srcdir)/../../xslt -I$(srcdir)/../../xslt/functions + +install:: $(OBJS) \ No newline at end of file