Index: Makefile.am =================================================================== RCS file: /cvsroot/classpathx/jaxp/Makefile.am,v retrieving revision 1.43 diff -c -p -r1.43 Makefile.am *** Makefile.am 24 Nov 2004 16:03:23 -0000 1.43 --- Makefile.am 25 Nov 2004 22:01:22 -0000 *************** *** 37,547 **** # exception statement from your version. JAVADOC = javadoc - SOFLAGS= @SOFLAGS@ LIBMAJOR= @XMLJ_VERSION_MAJOR@ LIBVERSION= @address@hidden@XMLJ_VERSION_MINOR@ ! src = @srcdir@/source ! dst = @srcdir@/classes ! doc = @srcdir@/apidoc sources = \ ! $(src)/org/w3c/dom/Attr.java \ ! $(src)/org/w3c/dom/CDATASection.java \ ! $(src)/org/w3c/dom/CharacterData.java \ ! $(src)/org/w3c/dom/Comment.java \ ! $(src)/org/w3c/dom/DOMConfiguration.java \ ! $(src)/org/w3c/dom/DOMError.java \ ! $(src)/org/w3c/dom/DOMErrorHandler.java \ ! $(src)/org/w3c/dom/DOMException.java \ ! $(src)/org/w3c/dom/DOMImplementation.java \ ! $(src)/org/w3c/dom/DOMImplementationList.java \ ! $(src)/org/w3c/dom/DOMImplementationSource.java \ ! $(src)/org/w3c/dom/DOMLocator.java \ ! $(src)/org/w3c/dom/DOMStringList.java \ ! $(src)/org/w3c/dom/Document.java \ ! $(src)/org/w3c/dom/DocumentFragment.java \ ! $(src)/org/w3c/dom/DocumentType.java \ ! $(src)/org/w3c/dom/Element.java \ ! $(src)/org/w3c/dom/Entity.java \ ! $(src)/org/w3c/dom/EntityReference.java \ ! $(src)/org/w3c/dom/NameList.java \ ! $(src)/org/w3c/dom/NamedNodeMap.java \ ! $(src)/org/w3c/dom/Node.java \ ! $(src)/org/w3c/dom/NodeList.java \ ! $(src)/org/w3c/dom/Notation.java \ ! $(src)/org/w3c/dom/ProcessingInstruction.java \ ! $(src)/org/w3c/dom/Text.java \ ! $(src)/org/w3c/dom/TypeInfo.java \ ! $(src)/org/w3c/dom/UserDataHandler.java \ ! $(src)/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! $(src)/org/w3c/dom/css/CSS2Azimuth.java \ ! $(src)/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! $(src)/org/w3c/dom/css/CSS2BorderSpacing.java \ ! $(src)/org/w3c/dom/css/CSS2CounterIncrement.java \ ! $(src)/org/w3c/dom/css/CSS2CounterReset.java \ ! $(src)/org/w3c/dom/css/CSS2Cursor.java \ ! $(src)/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! $(src)/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! $(src)/org/w3c/dom/css/CSS2PageSize.java \ ! $(src)/org/w3c/dom/css/CSS2PlayDuring.java \ ! $(src)/org/w3c/dom/css/CSS2Properties.java \ ! $(src)/org/w3c/dom/css/CSS2TextShadow.java \ ! $(src)/org/w3c/dom/css/CSSCharsetRule.java \ ! $(src)/org/w3c/dom/css/CSSFontFaceRule.java \ ! $(src)/org/w3c/dom/css/CSSImportRule.java \ ! $(src)/org/w3c/dom/css/CSSMediaRule.java \ ! $(src)/org/w3c/dom/css/CSSPageRule.java \ ! $(src)/org/w3c/dom/css/CSSPrimitiveValue.java \ ! $(src)/org/w3c/dom/css/CSSRule.java \ ! $(src)/org/w3c/dom/css/CSSRuleList.java \ ! $(src)/org/w3c/dom/css/CSSStyleDeclaration.java \ ! $(src)/org/w3c/dom/css/CSSStyleRule.java \ ! $(src)/org/w3c/dom/css/CSSStyleSheet.java \ ! $(src)/org/w3c/dom/css/CSSUnknownRule.java \ ! $(src)/org/w3c/dom/css/CSSValue.java \ ! $(src)/org/w3c/dom/css/CSSValueList.java \ ! $(src)/org/w3c/dom/css/Counter.java \ ! $(src)/org/w3c/dom/css/DOMImplementationCSS.java \ ! $(src)/org/w3c/dom/css/DocumentCSS.java \ ! $(src)/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! $(src)/org/w3c/dom/css/RGBColor.java \ ! $(src)/org/w3c/dom/css/Rect.java \ ! $(src)/org/w3c/dom/css/ViewCSS.java \ ! $(src)/org/w3c/dom/events/DocumentEvent.java \ ! $(src)/org/w3c/dom/events/Event.java \ ! $(src)/org/w3c/dom/events/EventException.java \ ! $(src)/org/w3c/dom/events/EventListener.java \ ! $(src)/org/w3c/dom/events/EventTarget.java \ ! $(src)/org/w3c/dom/events/MouseEvent.java \ ! $(src)/org/w3c/dom/events/MutationEvent.java \ ! $(src)/org/w3c/dom/events/UIEvent.java \ ! $(src)/org/w3c/dom/html/HTMLAnchorElement.java \ ! $(src)/org/w3c/dom/html/HTMLAppletElement.java \ ! $(src)/org/w3c/dom/html/HTMLAreaElement.java \ ! $(src)/org/w3c/dom/html/HTMLBRElement.java \ ! $(src)/org/w3c/dom/html/HTMLBaseElement.java \ ! $(src)/org/w3c/dom/html/HTMLBaseFontElement.java \ ! $(src)/org/w3c/dom/html/HTMLBodyElement.java \ ! $(src)/org/w3c/dom/html/HTMLButtonElement.java \ ! $(src)/org/w3c/dom/html/HTMLCollection.java \ ! $(src)/org/w3c/dom/html/HTMLDListElement.java \ ! $(src)/org/w3c/dom/html/HTMLDOMImplementation.java \ ! $(src)/org/w3c/dom/html/HTMLDirectoryElement.java \ ! $(src)/org/w3c/dom/html/HTMLDivElement.java \ ! $(src)/org/w3c/dom/html/HTMLDocument.java \ ! $(src)/org/w3c/dom/html/HTMLElement.java \ ! $(src)/org/w3c/dom/html/HTMLFieldSetElement.java \ ! $(src)/org/w3c/dom/html/HTMLFontElement.java \ ! $(src)/org/w3c/dom/html/HTMLFormElement.java \ ! $(src)/org/w3c/dom/html/HTMLFrameElement.java \ ! $(src)/org/w3c/dom/html/HTMLFrameSetElement.java \ ! $(src)/org/w3c/dom/html/HTMLHRElement.java \ ! $(src)/org/w3c/dom/html/HTMLHeadElement.java \ ! $(src)/org/w3c/dom/html/HTMLHeadingElement.java \ ! $(src)/org/w3c/dom/html/HTMLHtmlElement.java \ ! $(src)/org/w3c/dom/html/HTMLIFrameElement.java \ ! $(src)/org/w3c/dom/html/HTMLImageElement.java \ ! $(src)/org/w3c/dom/html/HTMLInputElement.java \ ! $(src)/org/w3c/dom/html/HTMLIsIndexElement.java \ ! $(src)/org/w3c/dom/html/HTMLLIElement.java \ ! $(src)/org/w3c/dom/html/HTMLLabelElement.java \ ! $(src)/org/w3c/dom/html/HTMLLegendElement.java \ ! $(src)/org/w3c/dom/html/HTMLLinkElement.java \ ! $(src)/org/w3c/dom/html/HTMLMapElement.java \ ! $(src)/org/w3c/dom/html/HTMLMenuElement.java \ ! $(src)/org/w3c/dom/html/HTMLMetaElement.java \ ! $(src)/org/w3c/dom/html/HTMLModElement.java \ ! $(src)/org/w3c/dom/html/HTMLOListElement.java \ ! $(src)/org/w3c/dom/html/HTMLObjectElement.java \ ! $(src)/org/w3c/dom/html/HTMLOptGroupElement.java \ ! $(src)/org/w3c/dom/html/HTMLOptionElement.java \ ! $(src)/org/w3c/dom/html/HTMLParagraphElement.java \ ! $(src)/org/w3c/dom/html/HTMLParamElement.java \ ! $(src)/org/w3c/dom/html/HTMLPreElement.java \ ! $(src)/org/w3c/dom/html/HTMLQuoteElement.java \ ! $(src)/org/w3c/dom/html/HTMLScriptElement.java \ ! $(src)/org/w3c/dom/html/HTMLSelectElement.java \ ! $(src)/org/w3c/dom/html/HTMLStyleElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableCellElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableColElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableRowElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableSectionElement.java \ ! $(src)/org/w3c/dom/html/HTMLTextAreaElement.java \ ! $(src)/org/w3c/dom/html/HTMLTitleElement.java \ ! $(src)/org/w3c/dom/html/HTMLUListElement.java \ ! $(src)/org/w3c/dom/ls/DOMImplementationLS.java \ ! $(src)/org/w3c/dom/ls/LSException.java \ ! $(src)/org/w3c/dom/ls/LSInput.java \ ! $(src)/org/w3c/dom/ls/LSLoadEvent.java \ ! $(src)/org/w3c/dom/ls/LSOutput.java \ ! $(src)/org/w3c/dom/ls/LSParser.java \ ! $(src)/org/w3c/dom/ls/LSParserFilter.java \ ! $(src)/org/w3c/dom/ls/LSProgressEvent.java \ ! $(src)/org/w3c/dom/ls/LSResourceResolver.java \ ! $(src)/org/w3c/dom/ls/LSSerializer.java \ ! $(src)/org/w3c/dom/ls/LSSerializerFilter.java \ ! $(src)/org/w3c/dom/ranges/DocumentRange.java \ ! $(src)/org/w3c/dom/ranges/Range.java \ ! $(src)/org/w3c/dom/ranges/RangeException.java \ ! $(src)/org/w3c/dom/stylesheets/DocumentStyle.java \ ! $(src)/org/w3c/dom/stylesheets/LinkStyle.java \ ! $(src)/org/w3c/dom/stylesheets/MediaList.java \ ! $(src)/org/w3c/dom/stylesheets/StyleSheet.java \ ! $(src)/org/w3c/dom/stylesheets/StyleSheetList.java \ ! $(src)/org/w3c/dom/traversal/DocumentTraversal.java \ ! $(src)/org/w3c/dom/traversal/NodeFilter.java \ ! $(src)/org/w3c/dom/traversal/NodeIterator.java \ ! $(src)/org/w3c/dom/traversal/TreeWalker.java \ ! $(src)/org/w3c/dom/views/AbstractView.java \ ! $(src)/org/w3c/dom/views/DocumentView.java \ ! $(src)/org/w3c/dom/xpath/XPathEvaluator.java \ ! $(src)/org/w3c/dom/xpath/XPathException.java \ ! $(src)/org/w3c/dom/xpath/XPathExpression.java \ ! $(src)/org/w3c/dom/xpath/XPathNamespace.java \ ! $(src)/org/w3c/dom/xpath/XPathNSResolver.java \ ! $(src)/org/w3c/dom/xpath/XPathResult.java \ ! $(src)/org/xml/sax/AttributeList.java \ ! $(src)/org/xml/sax/Attributes.java \ ! $(src)/org/xml/sax/ContentHandler.java \ ! $(src)/org/xml/sax/DTDHandler.java \ ! $(src)/org/xml/sax/DocumentHandler.java \ ! $(src)/org/xml/sax/EntityResolver.java \ ! $(src)/org/xml/sax/ErrorHandler.java \ ! $(src)/org/xml/sax/HandlerBase.java \ ! $(src)/org/xml/sax/InputSource.java \ ! $(src)/org/xml/sax/Locator.java \ ! $(src)/org/xml/sax/Parser.java \ ! $(src)/org/xml/sax/SAXException.java \ ! $(src)/org/xml/sax/SAXNotRecognizedException.java \ ! $(src)/org/xml/sax/SAXNotSupportedException.java \ ! $(src)/org/xml/sax/SAXParseException.java \ ! $(src)/org/xml/sax/XMLFilter.java \ ! $(src)/org/xml/sax/XMLReader.java \ ! $(src)/org/xml/sax/ext/Attributes2.java \ ! $(src)/org/xml/sax/ext/Attributes2Impl.java \ ! $(src)/org/xml/sax/ext/DeclHandler.java \ ! $(src)/org/xml/sax/ext/DefaultHandler2.java \ ! $(src)/org/xml/sax/ext/EntityResolver2.java \ ! $(src)/org/xml/sax/ext/LexicalHandler.java \ ! $(src)/org/xml/sax/ext/Locator2.java \ ! $(src)/org/xml/sax/ext/Locator2Impl.java \ ! $(src)/org/xml/sax/helpers/AttributeListImpl.java \ ! $(src)/org/xml/sax/helpers/AttributesImpl.java \ ! $(src)/org/xml/sax/helpers/DefaultHandler.java \ ! $(src)/org/xml/sax/helpers/LocatorImpl.java \ ! $(src)/org/xml/sax/helpers/NamespaceSupport.java \ ! $(src)/org/xml/sax/helpers/NewInstance.java \ ! $(src)/org/xml/sax/helpers/ParserAdapter.java \ ! $(src)/org/xml/sax/helpers/ParserFactory.java \ ! $(src)/org/xml/sax/helpers/XMLFilterImpl.java \ ! $(src)/org/xml/sax/helpers/XMLReaderAdapter.java \ ! $(src)/org/xml/sax/helpers/XMLReaderFactory.java \ ! $(src)/javax/xml/XMLConstants.java \ ! $(src)/javax/xml/datatype/DatatypeConfigurationException.java \ ! $(src)/javax/xml/datatype/DatatypeConstants.java \ ! $(src)/javax/xml/datatype/DatatypeFactory.java \ ! $(src)/javax/xml/datatype/Duration.java \ ! $(src)/javax/xml/datatype/XMLGregorianCalendar.java \ ! $(src)/javax/xml/namespace/NamespaceContext.java \ ! $(src)/javax/xml/namespace/QName.java \ ! $(src)/javax/xml/parsers/DocumentBuilder.java \ ! $(src)/javax/xml/parsers/DocumentBuilderFactory.java \ ! $(src)/javax/xml/parsers/FactoryConfigurationError.java \ ! $(src)/javax/xml/parsers/ParserConfigurationException.java \ ! $(src)/javax/xml/parsers/SAXParser.java \ ! $(src)/javax/xml/parsers/SAXParserFactory.java \ ! $(src)/javax/xml/transform/ErrorListener.java \ ! $(src)/javax/xml/transform/OutputKeys.java \ ! $(src)/javax/xml/transform/Result.java \ ! $(src)/javax/xml/transform/Source.java \ ! $(src)/javax/xml/transform/SourceLocator.java \ ! $(src)/javax/xml/transform/Templates.java \ ! $(src)/javax/xml/transform/Transformer.java \ ! $(src)/javax/xml/transform/TransformerConfigurationException.java \ ! $(src)/javax/xml/transform/TransformerException.java \ ! $(src)/javax/xml/transform/TransformerFactory.java \ ! $(src)/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! $(src)/javax/xml/transform/URIResolver.java \ ! $(src)/javax/xml/transform/dom/DOMLocator.java \ ! $(src)/javax/xml/transform/dom/DOMResult.java \ ! $(src)/javax/xml/transform/dom/DOMSource.java \ ! $(src)/javax/xml/transform/sax/SAXResult.java \ ! $(src)/javax/xml/transform/sax/SAXSource.java \ ! $(src)/javax/xml/transform/sax/SAXTransformerFactory.java \ ! $(src)/javax/xml/transform/sax/TemplatesHandler.java \ ! $(src)/javax/xml/transform/sax/TransformerHandler.java \ ! $(src)/javax/xml/transform/stream/StreamResult.java \ ! $(src)/javax/xml/transform/stream/StreamSource.java \ ! $(src)/javax/xml/validation/Schema.java \ ! $(src)/javax/xml/validation/SchemaFactory.java \ ! $(src)/javax/xml/validation/TypeInfoProvider.java \ ! $(src)/javax/xml/validation/Validator.java \ ! $(src)/javax/xml/validation/ValidatorHandler.java \ ! $(src)/javax/xml/xpath/XPath.java \ ! $(src)/javax/xml/xpath/XPathConstants.java \ ! $(src)/javax/xml/xpath/XPathException.java \ ! $(src)/javax/xml/xpath/XPathExpression.java \ ! $(src)/javax/xml/xpath/XPathExpressionException.java \ ! $(src)/javax/xml/xpath/XPathFactory.java \ ! $(src)/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! $(src)/javax/xml/xpath/XPathFunction.java \ ! $(src)/javax/xml/xpath/XPathFunctionResolver.java \ ! $(src)/javax/xml/xpath/XPathFunctionException.java \ ! $(src)/javax/xml/xpath/XPathVariableResolver.java \ ! $(src)/gnu/xml/aelfred2/ContentHandler2.java \ ! $(src)/gnu/xml/aelfred2/JAXPFactory.java \ ! $(src)/gnu/xml/aelfred2/SAXDriver.java \ ! $(src)/gnu/xml/aelfred2/XmlParser.java \ ! $(src)/gnu/xml/aelfred2/XmlReader.java \ ! $(src)/gnu/xml/dom/Consumer.java \ ! $(src)/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! $(src)/gnu/xml/dom/DTDElementTypeInfo.java \ ! $(src)/gnu/xml/dom/DomAttr.java \ ! $(src)/gnu/xml/dom/DomCDATA.java \ ! $(src)/gnu/xml/dom/DomCharacterData.java \ ! $(src)/gnu/xml/dom/DomComment.java \ ! $(src)/gnu/xml/dom/DomDoctype.java \ ! $(src)/gnu/xml/dom/DomDocument.java \ ! $(src)/gnu/xml/dom/DomDocumentBuilder.java \ ! $(src)/gnu/xml/dom/DomDocumentBuilderFactory.java \ ! $(src)/gnu/xml/dom/DomDocumentConfiguration.java \ ! $(src)/gnu/xml/dom/DomElement.java \ ! $(src)/gnu/xml/dom/DomEntity.java \ ! $(src)/gnu/xml/dom/DomEntityReference.java \ ! $(src)/gnu/xml/dom/DomEvent.java \ ! $(src)/gnu/xml/dom/DomEx.java \ ! $(src)/gnu/xml/dom/DomExtern.java \ ! $(src)/gnu/xml/dom/DomFragment.java \ ! $(src)/gnu/xml/dom/DomImpl.java \ ! $(src)/gnu/xml/dom/DomIterator.java \ ! $(src)/gnu/xml/dom/DomNamedNodeMap.java \ ! $(src)/gnu/xml/dom/DomNode.java \ ! $(src)/gnu/xml/dom/DomNotation.java \ ! $(src)/gnu/xml/dom/DomNsNode.java \ ! $(src)/gnu/xml/dom/DomNSResolverContext.java \ ! $(src)/gnu/xml/dom/DomPI.java \ ! $(src)/gnu/xml/dom/DomText.java \ ! $(src)/gnu/xml/dom/DomXPathExpression.java \ ! $(src)/gnu/xml/dom/DomXPathNSResolver.java \ ! $(src)/gnu/xml/dom/DomXPathResult.java \ ! $(src)/gnu/xml/dom/ImplementationSource.java \ ! $(src)/gnu/xml/dom/ImplementationList.java \ ! $(src)/gnu/xml/dom/JAXPFactory.java \ ! $(src)/gnu/xml/dom/ls/DomLSEx.java \ ! $(src)/gnu/xml/dom/ls/DomLSInput.java \ ! $(src)/gnu/xml/dom/ls/DomLSOutput.java \ ! $(src)/gnu/xml/dom/ls/DomLSParser.java \ ! $(src)/gnu/xml/dom/ls/DomLSSerializer.java \ ! $(src)/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! $(src)/gnu/xml/dom/ls/ReaderInputStream.java \ ! $(src)/gnu/xml/dom/ls/SAXEventSink.java \ ! $(src)/gnu/xml/dom/ls/WriterOutputStream.java \ ! $(src)/gnu/xml/pipeline/CallFilter.java \ ! $(src)/gnu/xml/pipeline/DomConsumer.java \ ! $(src)/gnu/xml/pipeline/EventConsumer.java \ ! $(src)/gnu/xml/pipeline/EventFilter.java \ ! $(src)/gnu/xml/pipeline/LinkFilter.java \ ! $(src)/gnu/xml/pipeline/NSFilter.java \ ! $(src)/gnu/xml/pipeline/PipelineFactory.java \ ! $(src)/gnu/xml/pipeline/TeeConsumer.java \ ! $(src)/gnu/xml/pipeline/TextConsumer.java \ ! $(src)/gnu/xml/pipeline/ValidationConsumer.java \ ! $(src)/gnu/xml/pipeline/WellFormednessFilter.java \ ! $(src)/gnu/xml/pipeline/XIncludeFilter.java \ ! $(src)/gnu/xml/pipeline/XsltFilter.java \ ! $(src)/gnu/xml/xpath/AndExpr.java \ ! $(src)/gnu/xml/xpath/ArithmeticExpr.java \ ! $(src)/gnu/xml/xpath/BooleanFunction.java \ ! $(src)/gnu/xml/xpath/CeilingFunction.java \ ! $(src)/gnu/xml/xpath/ConcatFunction.java \ ! $(src)/gnu/xml/xpath/Constant.java \ ! $(src)/gnu/xml/xpath/ContainsFunction.java \ ! $(src)/gnu/xml/xpath/CountFunction.java \ ! $(src)/gnu/xml/xpath/DocumentOrderComparator.java \ ! $(src)/gnu/xml/xpath/EqualityExpr.java \ ! $(src)/gnu/xml/xpath/Expr.java \ ! $(src)/gnu/xml/xpath/FalseFunction.java \ ! $(src)/gnu/xml/xpath/FloorFunction.java \ ! $(src)/gnu/xml/xpath/Function.java \ ! $(src)/gnu/xml/xpath/FunctionCall.java \ ! $(src)/gnu/xml/xpath/IdFunction.java \ ! $(src)/gnu/xml/xpath/LangFunction.java \ ! $(src)/gnu/xml/xpath/LastFunction.java \ ! $(src)/gnu/xml/xpath/LocalNameFunction.java \ ! $(src)/gnu/xml/xpath/NameFunction.java \ ! $(src)/gnu/xml/xpath/NamespaceUriFunction.java \ ! $(src)/gnu/xml/xpath/NamespaceTest.java \ ! $(src)/gnu/xml/xpath/NameTest.java \ ! $(src)/gnu/xml/xpath/NegativeExpr.java \ ! $(src)/gnu/xml/xpath/NodeTypeTest.java \ ! $(src)/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! $(src)/gnu/xml/xpath/NotFunction.java \ ! $(src)/gnu/xml/xpath/NumberFunction.java \ ! $(src)/gnu/xml/xpath/OrExpr.java \ ! $(src)/gnu/xml/xpath/ParenthesizedExpr.java \ ! $(src)/gnu/xml/xpath/Path.java \ ! $(src)/gnu/xml/xpath/Pattern.java \ ! $(src)/gnu/xml/xpath/Predicate.java \ ! $(src)/gnu/xml/xpath/PositionFunction.java \ ! $(src)/gnu/xml/xpath/RelationalExpr.java \ ! $(src)/gnu/xml/xpath/Root.java \ ! $(src)/gnu/xml/xpath/RoundFunction.java \ ! $(src)/gnu/xml/xpath/Selector.java \ ! $(src)/gnu/xml/xpath/Steps.java \ ! $(src)/gnu/xml/xpath/StartsWithFunction.java \ ! $(src)/gnu/xml/xpath/StringFunction.java \ ! $(src)/gnu/xml/xpath/StringLengthFunction.java \ ! $(src)/gnu/xml/xpath/SubstringAfterFunction.java \ ! $(src)/gnu/xml/xpath/SubstringBeforeFunction.java \ ! $(src)/gnu/xml/xpath/SubstringFunction.java \ ! $(src)/gnu/xml/xpath/SumFunction.java \ ! $(src)/gnu/xml/xpath/Test.java \ ! $(src)/gnu/xml/xpath/TranslateFunction.java \ ! $(src)/gnu/xml/xpath/TrueFunction.java \ ! $(src)/gnu/xml/xpath/UnionExpr.java \ ! $(src)/gnu/xml/xpath/VariableReference.java \ ! $(src)/gnu/xml/xpath/XPathImpl.java \ ! $(src)/gnu/xml/xpath/XPathFactoryImpl.java \ ! $(src)/gnu/xml/xpath/XPathTokenizer.java \ ! $(src)/gnu/xml/xpath/XPathParser.java \ ! $(src)/gnu/xml/xpath/XPathTest.java \ ! $(src)/gnu/xml/transform/AbstractNumberNode.java \ ! $(src)/gnu/xml/transform/ApplyTemplatesNode.java \ ! $(src)/gnu/xml/transform/AttributeNode.java \ ! $(src)/gnu/xml/transform/AttributeSet.java \ ! $(src)/gnu/xml/transform/Bindings.java \ ! $(src)/gnu/xml/transform/CallTemplateNode.java \ ! $(src)/gnu/xml/transform/ChooseNode.java \ ! $(src)/gnu/xml/transform/CommentNode.java \ ! $(src)/gnu/xml/transform/CopyNode.java \ ! $(src)/gnu/xml/transform/CopyOfNode.java \ ! $(src)/gnu/xml/transform/CurrentFunction.java \ ! $(src)/gnu/xml/transform/DocumentFunction.java \ ! $(src)/gnu/xml/transform/DOMSourceLocator.java \ ! $(src)/gnu/xml/transform/ElementNode.java \ ! $(src)/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! $(src)/gnu/xml/transform/ForEachNode.java \ ! $(src)/gnu/xml/transform/FormatNumberFunction.java \ ! $(src)/gnu/xml/transform/GenerateIdFunction.java \ ! $(src)/gnu/xml/transform/IfNode.java \ ! $(src)/gnu/xml/transform/Key.java \ ! $(src)/gnu/xml/transform/KeyFunction.java \ ! $(src)/gnu/xml/transform/LiteralNode.java \ ! $(src)/gnu/xml/transform/MessageNode.java \ ! $(src)/gnu/xml/transform/NodeNumberNode.java \ ! $(src)/gnu/xml/transform/NumberNode.java \ ! $(src)/gnu/xml/transform/OtherwiseNode.java \ ! $(src)/gnu/xml/transform/ParameterNode.java \ ! $(src)/gnu/xml/transform/ProcessingInstructionNode.java \ ! $(src)/gnu/xml/transform/SAXSerializer.java \ ! $(src)/gnu/xml/transform/SortKey.java \ ! $(src)/gnu/xml/transform/StreamSerializer.java \ ! $(src)/gnu/xml/transform/Stylesheet.java \ ! $(src)/gnu/xml/transform/SystemPropertyFunction.java \ ! $(src)/gnu/xml/transform/Template.java \ ! $(src)/gnu/xml/transform/TemplateNode.java \ ! $(src)/gnu/xml/transform/TemplatesImpl.java \ ! $(src)/gnu/xml/transform/TextNode.java \ ! $(src)/gnu/xml/transform/TransformerFactoryImpl.java \ ! $(src)/gnu/xml/transform/TransformerImpl.java \ ! $(src)/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! $(src)/gnu/xml/transform/URIResolverEntityResolver.java \ ! $(src)/gnu/xml/transform/ValueOfNode.java \ ! $(src)/gnu/xml/transform/WhenNode.java \ ! $(src)/gnu/xml/transform/WithParam.java \ ! $(src)/gnu/xml/transform/XSLComparator.java \ ! $(src)/gnu/xml/transform/XSLURIResolver.java \ ! $(src)/gnu/xml/util/DoParse.java \ ! $(src)/gnu/xml/util/DomParser.java \ ! $(src)/gnu/xml/util/Resolver.java \ ! $(src)/gnu/xml/util/SAXNullTransformerFactory.java \ ! $(src)/gnu/xml/util/XCat.java \ ! $(src)/gnu/xml/util/XHTMLWriter.java \ ! $(src)/gnu/xml/util/XMLWriter.java \ ! $(src)/gnu/xml/libxmlj/RawData.java \ ! $(src)/gnu/xml/libxmlj/RawData32.java \ ! $(src)/gnu/xml/libxmlj/RawData64.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! $(src)/gnu/xml/libxmlj/sax/Namespaces.java \ ! $(src)/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! $(src)/gnu/xml/libxmlj/sax/XMLName.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeComment.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeElement.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNode.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeText.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! $(src)/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! $(src)/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! $(src)/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! $(src)/gnu/xml/libxmlj/transform/TransformTest.java \ ! $(src)/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! $(src)/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! $(src)/gnu/xml/libxmlj/util/NamedInputStream.java \ ! $(src)/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! $(src)/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! $(src)/gnu/xml/libxmlj/util/XMLJ.java ! ! classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(sources)) ! ! headers = \ ! gnu_xml_libxmlj_sax_GnomeLocator.h \ ! gnu_xml_libxmlj_sax_GnomeXMLReader.h \ ! gnu_xml_libxmlj_dom_GnomeAttr.h \ ! gnu_xml_libxmlj_dom_GnomeDocument.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentType.h \ ! gnu_xml_libxmlj_dom_GnomeElement.h \ ! gnu_xml_libxmlj_dom_GnomeEntity.h \ ! gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h \ ! gnu_xml_libxmlj_dom_GnomeNode.h \ ! gnu_xml_libxmlj_dom_GnomeNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeNotation.h \ ! gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h \ ! gnu_xml_libxmlj_dom_GnomeTypeInfo.h \ ! gnu_xml_libxmlj_dom_GnomeXPathExpression.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h \ ! gnu_xml_libxmlj_dom_GnomeXPathResult.h \ ! gnu_xml_libxmlj_transform_GnomeTransformerFactory.h \ ! gnu_xml_libxmlj_transform_GnomeTransformer.h jni_sources = \ ! xmlj_dom.c \ ! xmlj_error.c \ ! xmlj_io.c \ ! xmlj_node.c \ ! xmlj_sax.c \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_xpath.c jni_objects = $(patsubst %.c, %.o, $(jni_sources)) jni_lobjects = $(patsubst %.c, %.lo, $(jni_sources)) --- 37,523 ---- # exception statement from your version. JAVADOC = javadoc + JAR = @JAR@ + JAVAH = @JAVAH@ LIBMAJOR= @XMLJ_VERSION_MAJOR@ LIBVERSION= @address@hidden@XMLJ_VERSION_MINOR@ ! ! GCJ_CLASS_FLAGS = -fassume-compiled -I$(srcdir)/source ! AM_GCJFLAGS = -fjni -fassume-compiled -I$(srcdir)/source sources = \ ! source/gnu/xml/aelfred2/JAXPFactory.java \ ! source/gnu/xml/aelfred2/SAXDriver.java \ ! source/gnu/xml/aelfred2/XmlParser.java \ ! source/gnu/xml/aelfred2/XmlReader.java \ ! source/gnu/xml/aelfred2/ContentHandler2.java \ ! source/gnu/xml/dom/ls/DomLSEx.java \ ! source/gnu/xml/dom/ls/DomLSInput.java \ ! source/gnu/xml/dom/ls/DomLSOutput.java \ ! source/gnu/xml/dom/ls/DomLSParser.java \ ! source/gnu/xml/dom/ls/DomLSSerializer.java \ ! source/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! source/gnu/xml/dom/ls/ReaderInputStream.java \ ! source/gnu/xml/dom/ls/SAXEventSink.java \ ! source/gnu/xml/dom/ls/WriterOutputStream.java \ ! source/gnu/xml/dom/Consumer.java \ ! source/gnu/xml/dom/DomAttr.java \ ! source/gnu/xml/dom/DomCDATA.java \ ! source/gnu/xml/dom/DomCharacterData.java \ ! source/gnu/xml/dom/DomComment.java \ ! source/gnu/xml/dom/DomDoctype.java \ ! source/gnu/xml/dom/DomDocument.java \ ! source/gnu/xml/dom/DomElement.java \ ! source/gnu/xml/dom/DomEntity.java \ ! source/gnu/xml/dom/DomEntityReference.java \ ! source/gnu/xml/dom/DomEvent.java \ ! source/gnu/xml/dom/DomEx.java \ ! source/gnu/xml/dom/DomExtern.java \ ! source/gnu/xml/dom/DomFragment.java \ ! source/gnu/xml/dom/DomImpl.java \ ! source/gnu/xml/dom/DomIterator.java \ ! source/gnu/xml/dom/DomNamedNodeMap.java \ ! source/gnu/xml/dom/DomNode.java \ ! source/gnu/xml/dom/DomNotation.java \ ! source/gnu/xml/dom/DomNsNode.java \ ! source/gnu/xml/dom/DomPI.java \ ! source/gnu/xml/dom/DomText.java \ ! source/gnu/xml/dom/DomXPathExpression.java \ ! source/gnu/xml/dom/DomXPathNSResolver.java \ ! source/gnu/xml/dom/DomXPathResult.java \ ! source/gnu/xml/dom/ImplementationList.java \ ! source/gnu/xml/dom/ImplementationSource.java \ ! source/gnu/xml/dom/JAXPFactory.java \ ! source/gnu/xml/dom/DomNSResolverContext.java \ ! source/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! source/gnu/xml/dom/DTDElementTypeInfo.java \ ! source/gnu/xml/dom/DomDocumentConfiguration.java \ ! source/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! source/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! source/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! source/gnu/xml/libxmlj/dom/GnomeComment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! source/gnu/xml/libxmlj/dom/GnomeElement.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! source/gnu/xml/libxmlj/dom/GnomeNode.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! source/gnu/xml/libxmlj/dom/GnomeText.java \ ! source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! source/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! source/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! source/gnu/xml/libxmlj/sax/Namespaces.java \ ! source/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! source/gnu/xml/libxmlj/sax/XMLName.java \ ! source/gnu/xml/libxmlj/RawData.java \ ! source/gnu/xml/libxmlj/RawData32.java \ ! source/gnu/xml/libxmlj/RawData64.java \ ! source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! source/gnu/xml/libxmlj/transform/TransformTest.java \ ! source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! source/gnu/xml/libxmlj/util/NamedInputStream.java \ ! source/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! source/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! source/gnu/xml/libxmlj/util/XMLJ.java \ ! source/gnu/xml/pipeline/CallFilter.java \ ! source/gnu/xml/pipeline/DomConsumer.java \ ! source/gnu/xml/pipeline/EventConsumer.java \ ! source/gnu/xml/pipeline/EventFilter.java \ ! source/gnu/xml/pipeline/LinkFilter.java \ ! source/gnu/xml/pipeline/NSFilter.java \ ! source/gnu/xml/pipeline/PipelineFactory.java \ ! source/gnu/xml/pipeline/TeeConsumer.java \ ! source/gnu/xml/pipeline/TextConsumer.java \ ! source/gnu/xml/pipeline/ValidationConsumer.java \ ! source/gnu/xml/pipeline/WellFormednessFilter.java \ ! source/gnu/xml/pipeline/XIncludeFilter.java \ ! source/gnu/xml/pipeline/XsltFilter.java \ ! source/gnu/xml/util/DoParse.java \ ! source/gnu/xml/util/DomParser.java \ ! source/gnu/xml/util/Resolver.java \ ! source/gnu/xml/util/SAXNullTransformerFactory.java \ ! source/gnu/xml/util/XCat.java \ ! source/gnu/xml/util/XHTMLWriter.java \ ! source/gnu/xml/util/XMLWriter.java \ ! source/gnu/xml/xpath/AndExpr.java \ ! source/gnu/xml/xpath/ArithmeticExpr.java \ ! source/gnu/xml/xpath/Constant.java \ ! source/gnu/xml/xpath/EqualityExpr.java \ ! source/gnu/xml/xpath/Expr.java \ ! source/gnu/xml/xpath/Function.java \ ! source/gnu/xml/xpath/FunctionCall.java \ ! source/gnu/xml/xpath/NameTest.java \ ! source/gnu/xml/xpath/NegativeExpr.java \ ! source/gnu/xml/xpath/NodeTypeTest.java \ ! source/gnu/xml/xpath/OrExpr.java \ ! source/gnu/xml/xpath/ParenthesizedExpr.java \ ! source/gnu/xml/xpath/Path.java \ ! source/gnu/xml/xpath/RelationalExpr.java \ ! source/gnu/xml/xpath/Root.java \ ! source/gnu/xml/xpath/Selector.java \ ! source/gnu/xml/xpath/Steps.java \ ! source/gnu/xml/xpath/Test.java \ ! source/gnu/xml/xpath/UnionExpr.java \ ! source/gnu/xml/xpath/XPathParser.java \ ! source/gnu/xml/xpath/XPathTokenizer.java \ ! source/gnu/xml/xpath/BooleanFunction.java \ ! source/gnu/xml/xpath/CeilingFunction.java \ ! source/gnu/xml/xpath/ConcatFunction.java \ ! source/gnu/xml/xpath/ContainsFunction.java \ ! source/gnu/xml/xpath/CountFunction.java \ ! source/gnu/xml/xpath/DocumentOrderComparator.java \ ! source/gnu/xml/xpath/FalseFunction.java \ ! source/gnu/xml/xpath/FloorFunction.java \ ! source/gnu/xml/xpath/IdFunction.java \ ! source/gnu/xml/xpath/LangFunction.java \ ! source/gnu/xml/xpath/LastFunction.java \ ! source/gnu/xml/xpath/LocalNameFunction.java \ ! source/gnu/xml/xpath/NameFunction.java \ ! source/gnu/xml/xpath/NamespaceUriFunction.java \ ! source/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! source/gnu/xml/xpath/NotFunction.java \ ! source/gnu/xml/xpath/NumberFunction.java \ ! source/gnu/xml/xpath/PositionFunction.java \ ! source/gnu/xml/xpath/RoundFunction.java \ ! source/gnu/xml/xpath/StartsWithFunction.java \ ! source/gnu/xml/xpath/StringFunction.java \ ! source/gnu/xml/xpath/StringLengthFunction.java \ ! source/gnu/xml/xpath/SubstringAfterFunction.java \ ! source/gnu/xml/xpath/SubstringBeforeFunction.java \ ! source/gnu/xml/xpath/SubstringFunction.java \ ! source/gnu/xml/xpath/SumFunction.java \ ! source/gnu/xml/xpath/TranslateFunction.java \ ! source/gnu/xml/xpath/TrueFunction.java \ ! source/gnu/xml/xpath/VariableReference.java \ ! source/gnu/xml/xpath/XPathFactoryImpl.java \ ! source/gnu/xml/xpath/XPathImpl.java \ ! source/gnu/xml/xpath/XPathTest.java \ ! source/gnu/xml/xpath/Pattern.java \ ! source/gnu/xml/xpath/Predicate.java \ ! source/gnu/xml/xpath/NamespaceTest.java \ ! source/gnu/xml/transform/AbstractNumberNode.java \ ! source/gnu/xml/transform/ApplyTemplatesNode.java \ ! source/gnu/xml/transform/AttributeNode.java \ ! source/gnu/xml/transform/Bindings.java \ ! source/gnu/xml/transform/CallTemplateNode.java \ ! source/gnu/xml/transform/ChooseNode.java \ ! source/gnu/xml/transform/CommentNode.java \ ! source/gnu/xml/transform/CopyNode.java \ ! source/gnu/xml/transform/CopyOfNode.java \ ! source/gnu/xml/transform/DOMSourceLocator.java \ ! source/gnu/xml/transform/DocumentFunction.java \ ! source/gnu/xml/transform/ElementNode.java \ ! source/gnu/xml/transform/ForEachNode.java \ ! source/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/transform/IfNode.java \ ! source/gnu/xml/transform/KeyFunction.java \ ! source/gnu/xml/transform/LiteralNode.java \ ! source/gnu/xml/transform/NodeNumberNode.java \ ! source/gnu/xml/transform/NumberNode.java \ ! source/gnu/xml/transform/OtherwiseNode.java \ ! source/gnu/xml/transform/ParameterNode.java \ ! source/gnu/xml/transform/ProcessingInstructionNode.java \ ! source/gnu/xml/transform/SAXSerializer.java \ ! source/gnu/xml/transform/SortKey.java \ ! source/gnu/xml/transform/StreamSerializer.java \ ! source/gnu/xml/transform/Stylesheet.java \ ! source/gnu/xml/transform/Template.java \ ! source/gnu/xml/transform/TemplateNode.java \ ! source/gnu/xml/transform/TemplatesImpl.java \ ! source/gnu/xml/transform/TextNode.java \ ! source/gnu/xml/transform/TransformerFactoryImpl.java \ ! source/gnu/xml/transform/TransformerImpl.java \ ! source/gnu/xml/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/transform/ValueOfNode.java \ ! source/gnu/xml/transform/WhenNode.java \ ! source/gnu/xml/transform/WithParam.java \ ! source/gnu/xml/transform/XSLComparator.java \ ! source/gnu/xml/transform/XSLURIResolver.java \ ! source/gnu/xml/transform/CurrentFunction.java \ ! source/gnu/xml/transform/FormatNumberFunction.java \ ! source/gnu/xml/transform/GenerateIdFunction.java \ ! source/gnu/xml/transform/SystemPropertyFunction.java \ ! source/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! source/gnu/xml/transform/MessageNode.java \ ! source/gnu/xml/transform/AttributeSet.java \ ! source/gnu/xml/transform/Key.java \ ! source/javax/xml/datatype/DatatypeConfigurationException.java \ ! source/javax/xml/datatype/DatatypeConstants.java \ ! source/javax/xml/datatype/DatatypeFactory.java \ ! source/javax/xml/datatype/Duration.java \ ! source/javax/xml/datatype/XMLGregorianCalendar.java \ ! source/javax/xml/XMLConstants.java \ ! source/javax/xml/namespace/NamespaceContext.java \ ! source/javax/xml/namespace/QName.java \ ! source/javax/xml/parsers/DocumentBuilder.java \ ! source/javax/xml/parsers/DocumentBuilderFactory.java \ ! source/javax/xml/parsers/FactoryConfigurationError.java \ ! source/javax/xml/parsers/ParserConfigurationException.java \ ! source/javax/xml/parsers/SAXParser.java \ ! source/javax/xml/parsers/SAXParserFactory.java \ ! source/javax/xml/transform/dom/DOMLocator.java \ ! source/javax/xml/transform/dom/DOMResult.java \ ! source/javax/xml/transform/dom/DOMSource.java \ ! source/javax/xml/transform/sax/SAXResult.java \ ! source/javax/xml/transform/sax/SAXSource.java \ ! source/javax/xml/transform/sax/SAXTransformerFactory.java \ ! source/javax/xml/transform/sax/TemplatesHandler.java \ ! source/javax/xml/transform/sax/TransformerHandler.java \ ! source/javax/xml/transform/ErrorListener.java \ ! source/javax/xml/transform/OutputKeys.java \ ! source/javax/xml/transform/Result.java \ ! source/javax/xml/transform/Source.java \ ! source/javax/xml/transform/SourceLocator.java \ ! source/javax/xml/transform/Templates.java \ ! source/javax/xml/transform/Transformer.java \ ! source/javax/xml/transform/TransformerConfigurationException.java \ ! source/javax/xml/transform/TransformerException.java \ ! source/javax/xml/transform/TransformerFactory.java \ ! source/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! source/javax/xml/transform/URIResolver.java \ ! source/javax/xml/transform/stream/StreamResult.java \ ! source/javax/xml/transform/stream/StreamSource.java \ ! source/javax/xml/validation/Schema.java \ ! source/javax/xml/validation/SchemaFactory.java \ ! source/javax/xml/validation/TypeInfoProvider.java \ ! source/javax/xml/validation/Validator.java \ ! source/javax/xml/validation/ValidatorHandler.java \ ! source/javax/xml/xpath/XPath.java \ ! source/javax/xml/xpath/XPathConstants.java \ ! source/javax/xml/xpath/XPathException.java \ ! source/javax/xml/xpath/XPathExpression.java \ ! source/javax/xml/xpath/XPathExpressionException.java \ ! source/javax/xml/xpath/XPathFactory.java \ ! source/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! source/javax/xml/xpath/XPathFunction.java \ ! source/javax/xml/xpath/XPathFunctionException.java \ ! source/javax/xml/xpath/XPathFunctionResolver.java \ ! source/javax/xml/xpath/XPathVariableResolver.java \ ! source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! source/org/w3c/dom/Attr.java \ ! source/org/w3c/dom/CDATASection.java \ ! source/org/w3c/dom/CharacterData.java \ ! source/org/w3c/dom/Comment.java \ ! source/org/w3c/dom/DOMConfiguration.java \ ! source/org/w3c/dom/DOMError.java \ ! source/org/w3c/dom/DOMErrorHandler.java \ ! source/org/w3c/dom/DOMException.java \ ! source/org/w3c/dom/DOMImplementation.java \ ! source/org/w3c/dom/DOMImplementationList.java \ ! source/org/w3c/dom/DOMImplementationSource.java \ ! source/org/w3c/dom/DOMLocator.java \ ! source/org/w3c/dom/DOMStringList.java \ ! source/org/w3c/dom/Document.java \ ! source/org/w3c/dom/DocumentFragment.java \ ! source/org/w3c/dom/DocumentType.java \ ! source/org/w3c/dom/Element.java \ ! source/org/w3c/dom/Entity.java \ ! source/org/w3c/dom/EntityReference.java \ ! source/org/w3c/dom/NameList.java \ ! source/org/w3c/dom/NamedNodeMap.java \ ! source/org/w3c/dom/Node.java \ ! source/org/w3c/dom/NodeList.java \ ! source/org/w3c/dom/Notation.java \ ! source/org/w3c/dom/ProcessingInstruction.java \ ! source/org/w3c/dom/Text.java \ ! source/org/w3c/dom/TypeInfo.java \ ! source/org/w3c/dom/UserDataHandler.java \ ! source/org/w3c/dom/css/CSS2Azimuth.java \ ! source/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! source/org/w3c/dom/css/CSS2BorderSpacing.java \ ! source/org/w3c/dom/css/CSS2CounterIncrement.java \ ! source/org/w3c/dom/css/CSS2CounterReset.java \ ! source/org/w3c/dom/css/CSS2Cursor.java \ ! source/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! source/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! source/org/w3c/dom/css/CSS2PageSize.java \ ! source/org/w3c/dom/css/CSS2PlayDuring.java \ ! source/org/w3c/dom/css/CSS2Properties.java \ ! source/org/w3c/dom/css/CSS2TextShadow.java \ ! source/org/w3c/dom/css/CSSCharsetRule.java \ ! source/org/w3c/dom/css/CSSFontFaceRule.java \ ! source/org/w3c/dom/css/CSSImportRule.java \ ! source/org/w3c/dom/css/CSSMediaRule.java \ ! source/org/w3c/dom/css/CSSPageRule.java \ ! source/org/w3c/dom/css/CSSPrimitiveValue.java \ ! source/org/w3c/dom/css/CSSRule.java \ ! source/org/w3c/dom/css/CSSRuleList.java \ ! source/org/w3c/dom/css/CSSStyleDeclaration.java \ ! source/org/w3c/dom/css/CSSStyleRule.java \ ! source/org/w3c/dom/css/CSSStyleSheet.java \ ! source/org/w3c/dom/css/CSSUnknownRule.java \ ! source/org/w3c/dom/css/CSSValue.java \ ! source/org/w3c/dom/css/CSSValueList.java \ ! source/org/w3c/dom/css/Counter.java \ ! source/org/w3c/dom/css/DOMImplementationCSS.java \ ! source/org/w3c/dom/css/DocumentCSS.java \ ! source/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! source/org/w3c/dom/css/RGBColor.java \ ! source/org/w3c/dom/css/Rect.java \ ! source/org/w3c/dom/css/ViewCSS.java \ ! source/org/w3c/dom/events/DocumentEvent.java \ ! source/org/w3c/dom/events/Event.java \ ! source/org/w3c/dom/events/EventException.java \ ! source/org/w3c/dom/events/EventListener.java \ ! source/org/w3c/dom/events/EventTarget.java \ ! source/org/w3c/dom/events/MouseEvent.java \ ! source/org/w3c/dom/events/MutationEvent.java \ ! source/org/w3c/dom/events/UIEvent.java \ ! source/org/w3c/dom/html/HTMLAnchorElement.java \ ! source/org/w3c/dom/html/HTMLAppletElement.java \ ! source/org/w3c/dom/html/HTMLAreaElement.java \ ! source/org/w3c/dom/html/HTMLBRElement.java \ ! source/org/w3c/dom/html/HTMLBaseElement.java \ ! source/org/w3c/dom/html/HTMLBaseFontElement.java \ ! source/org/w3c/dom/html/HTMLBodyElement.java \ ! source/org/w3c/dom/html/HTMLButtonElement.java \ ! source/org/w3c/dom/html/HTMLCollection.java \ ! source/org/w3c/dom/html/HTMLDListElement.java \ ! source/org/w3c/dom/html/HTMLDOMImplementation.java \ ! source/org/w3c/dom/html/HTMLDirectoryElement.java \ ! source/org/w3c/dom/html/HTMLDivElement.java \ ! source/org/w3c/dom/html/HTMLDocument.java \ ! source/org/w3c/dom/html/HTMLElement.java \ ! source/org/w3c/dom/html/HTMLFieldSetElement.java \ ! source/org/w3c/dom/html/HTMLFontElement.java \ ! source/org/w3c/dom/html/HTMLFormElement.java \ ! source/org/w3c/dom/html/HTMLFrameElement.java \ ! source/org/w3c/dom/html/HTMLFrameSetElement.java \ ! source/org/w3c/dom/html/HTMLHRElement.java \ ! source/org/w3c/dom/html/HTMLHeadElement.java \ ! source/org/w3c/dom/html/HTMLHeadingElement.java \ ! source/org/w3c/dom/html/HTMLHtmlElement.java \ ! source/org/w3c/dom/html/HTMLIFrameElement.java \ ! source/org/w3c/dom/html/HTMLImageElement.java \ ! source/org/w3c/dom/html/HTMLInputElement.java \ ! source/org/w3c/dom/html/HTMLIsIndexElement.java \ ! source/org/w3c/dom/html/HTMLLIElement.java \ ! source/org/w3c/dom/html/HTMLLabelElement.java \ ! source/org/w3c/dom/html/HTMLLegendElement.java \ ! source/org/w3c/dom/html/HTMLLinkElement.java \ ! source/org/w3c/dom/html/HTMLMapElement.java \ ! source/org/w3c/dom/html/HTMLMenuElement.java \ ! source/org/w3c/dom/html/HTMLMetaElement.java \ ! source/org/w3c/dom/html/HTMLModElement.java \ ! source/org/w3c/dom/html/HTMLOListElement.java \ ! source/org/w3c/dom/html/HTMLObjectElement.java \ ! source/org/w3c/dom/html/HTMLOptGroupElement.java \ ! source/org/w3c/dom/html/HTMLOptionElement.java \ ! source/org/w3c/dom/html/HTMLParagraphElement.java \ ! source/org/w3c/dom/html/HTMLParamElement.java \ ! source/org/w3c/dom/html/HTMLPreElement.java \ ! source/org/w3c/dom/html/HTMLQuoteElement.java \ ! source/org/w3c/dom/html/HTMLScriptElement.java \ ! source/org/w3c/dom/html/HTMLSelectElement.java \ ! source/org/w3c/dom/html/HTMLStyleElement.java \ ! source/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! source/org/w3c/dom/html/HTMLTableCellElement.java \ ! source/org/w3c/dom/html/HTMLTableColElement.java \ ! source/org/w3c/dom/html/HTMLTableElement.java \ ! source/org/w3c/dom/html/HTMLTableRowElement.java \ ! source/org/w3c/dom/html/HTMLTableSectionElement.java \ ! source/org/w3c/dom/html/HTMLTextAreaElement.java \ ! source/org/w3c/dom/html/HTMLTitleElement.java \ ! source/org/w3c/dom/html/HTMLUListElement.java \ ! source/org/w3c/dom/ls/DOMImplementationLS.java \ ! source/org/w3c/dom/ls/LSException.java \ ! source/org/w3c/dom/ls/LSInput.java \ ! source/org/w3c/dom/ls/LSLoadEvent.java \ ! source/org/w3c/dom/ls/LSOutput.java \ ! source/org/w3c/dom/ls/LSParser.java \ ! source/org/w3c/dom/ls/LSParserFilter.java \ ! source/org/w3c/dom/ls/LSProgressEvent.java \ ! source/org/w3c/dom/ls/LSResourceResolver.java \ ! source/org/w3c/dom/ls/LSSerializer.java \ ! source/org/w3c/dom/ls/LSSerializerFilter.java \ ! source/org/w3c/dom/ranges/DocumentRange.java \ ! source/org/w3c/dom/ranges/Range.java \ ! source/org/w3c/dom/ranges/RangeException.java \ ! source/org/w3c/dom/stylesheets/DocumentStyle.java \ ! source/org/w3c/dom/stylesheets/LinkStyle.java \ ! source/org/w3c/dom/stylesheets/MediaList.java \ ! source/org/w3c/dom/stylesheets/StyleSheet.java \ ! source/org/w3c/dom/stylesheets/StyleSheetList.java \ ! source/org/w3c/dom/traversal/DocumentTraversal.java \ ! source/org/w3c/dom/traversal/NodeFilter.java \ ! source/org/w3c/dom/traversal/NodeIterator.java \ ! source/org/w3c/dom/traversal/TreeWalker.java \ ! source/org/w3c/dom/views/AbstractView.java \ ! source/org/w3c/dom/views/DocumentView.java \ ! source/org/w3c/dom/xpath/XPathEvaluator.java \ ! source/org/w3c/dom/xpath/XPathException.java \ ! source/org/w3c/dom/xpath/XPathExpression.java \ ! source/org/w3c/dom/xpath/XPathNSResolver.java \ ! source/org/w3c/dom/xpath/XPathNamespace.java \ ! source/org/w3c/dom/xpath/XPathResult.java \ ! source/org/xml/sax/ext/Attributes2.java \ ! source/org/xml/sax/ext/Attributes2Impl.java \ ! source/org/xml/sax/ext/DeclHandler.java \ ! source/org/xml/sax/ext/DefaultHandler2.java \ ! source/org/xml/sax/ext/EntityResolver2.java \ ! source/org/xml/sax/ext/LexicalHandler.java \ ! source/org/xml/sax/ext/Locator2.java \ ! source/org/xml/sax/ext/Locator2Impl.java \ ! source/org/xml/sax/AttributeList.java \ ! source/org/xml/sax/Attributes.java \ ! source/org/xml/sax/ContentHandler.java \ ! source/org/xml/sax/DTDHandler.java \ ! source/org/xml/sax/DocumentHandler.java \ ! source/org/xml/sax/EntityResolver.java \ ! source/org/xml/sax/ErrorHandler.java \ ! source/org/xml/sax/HandlerBase.java \ ! source/org/xml/sax/InputSource.java \ ! source/org/xml/sax/Locator.java \ ! source/org/xml/sax/Parser.java \ ! source/org/xml/sax/SAXException.java \ ! source/org/xml/sax/SAXNotRecognizedException.java \ ! source/org/xml/sax/SAXNotSupportedException.java \ ! source/org/xml/sax/SAXParseException.java \ ! source/org/xml/sax/XMLFilter.java \ ! source/org/xml/sax/XMLReader.java \ ! source/org/xml/sax/helpers/AttributeListImpl.java \ ! source/org/xml/sax/helpers/AttributesImpl.java \ ! source/org/xml/sax/helpers/DefaultHandler.java \ ! source/org/xml/sax/helpers/LocatorImpl.java \ ! source/org/xml/sax/helpers/NamespaceSupport.java \ ! source/org/xml/sax/helpers/NewInstance.java \ ! source/org/xml/sax/helpers/ParserAdapter.java \ ! source/org/xml/sax/helpers/ParserFactory.java \ ! source/org/xml/sax/helpers/XMLFilterImpl.java \ ! source/org/xml/sax/helpers/XMLReaderAdapter.java ! ! classes = $(patsubst source/%.java, classes/%.class, $(sources)) jni_sources = \ ! xmlj_dom.c \ ! xmlj_error.c \ ! xmlj_io.c \ ! xmlj_node.c \ ! xmlj_sax.c \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_xpath.c jni_objects = $(patsubst %.c, %.o, $(jni_sources)) jni_lobjects = $(patsubst %.c, %.lo, $(jni_sources)) *************** libjso_default= $(libjso_base)@JMODSUFFI *** 561,662 **** libjso_target= $(libjso_base).la package_names = \ ! javax.xml \ ! javax.xml.datatype \ ! javax.xml.namespace \ ! javax.xml.parsers \ ! javax.xml.transform \ ! javax.xml.transform.dom \ ! javax.xml.transform.sax \ ! javax.xml.transform.stream \ ! javax.xml.validation \ ! javax.xml.xpath \ ! org.w3c.dom \ ! org.w3c.dom.bootstrap \ ! org.w3c.dom.css \ ! org.w3c.dom.events \ ! org.w3c.dom.html \ ! org.w3c.dom.ls \ ! org.w3c.dom.ranges \ ! org.w3c.dom.stylesheets \ ! org.w3c.dom.traversal \ ! org.w3c.dom.views \ ! org.w3c.dom.xpath \ ! org.xml.sax \ ! org.xml.sax.ext \ ! org.xml.sax.helpers \ ! gnu.xml.aelfred2 \ ! gnu.xml.dom \ ! gnu.xml.dom.ls \ ! gnu.xml.libxmlj.dom \ ! gnu.xml.libxmlj.sax \ ! gnu.xml.libxmlj.transform \ ! gnu.xml.pipeline \ ! gnu.xml.util ! ! BUILT_SOURCES = $(libj_jarfile) $(libjso_target) # Generate header files for classes containing native code. - #$(headers): %.h: $(dst)/$(%:_=/).class) $(header_deps) - # @JAVAH@ -jni -d $(jni) -classpath $(dst) $($<:/=.) - # I did remove the -force argument (not available in gcjh nor in kaffe) ! #gnu_xml_libxmlj_dom_%.h: $(dst)/gnu/xml/libxmlj/dom/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.dom.$* ! # ! #gnu_xml_libxmlj_sax_%.h: $(dst)/gnu/xml/libxmlj/sax/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.sax.$* ! # ! #gnu_xml_libxmlj_transform_%.h: $(dst)/gnu/xml/libxmlj/transform/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.transform.$* ! ! gnu_xml_libxmlj_dom_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.dom.$* ! ! gnu_xml_libxmlj_sax_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.sax.$* ! ! gnu_xml_libxmlj_transform_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.transform.$* ! ! # Rule for compiling Java source files ! $(classes): $(dst)/%.class: $(src)/%.java $(dst) ! @JAVAC@ @JAVACFLAGS@ -d $(dst) -classpath $(src) $< ! ! $(dst): ! mkdir -p $(dst) ! ! # Jar file ! $(libj_jarfile): $(classes) ! @JAR@ cfm $(libj_jarfile) $(top_srcdir)/manifest.mf \ ! -C $(dst) gnu \ ! -C $(dst) javax \ ! -C $(dst) org ! ! # JNI objects ! $(jni_lobjects): %.lo: @srcdir@/%.c $(headers) ! $(LT_COMPILE) $< ! ! # Shared JNI library ! $(libjso_target): $(jni_lobjects) ! $(LT_LINK) -shrext @JMODSUFFIX@ -o $@ $(jni_lobjects) # API documentation ! javadoc: ! mkdir -p $(doc) ! $(JAVADOC) -d $(doc) -sourcepath @srcdir@/source \ ! $(package_names) ! # -windowtitle "GNU JAXP Library" $(package_names) # Remove classes and jar file clean-local: ! rm -rf $(libj_jarfile) $(dst) $(doc) $(headers) $(jni_objects) # Run a simple transformation to check that the package is working check-local: gnu/xml/libxmlj/transform/TransformTest.class @JAVA@ -classpath "${CLASSPATH}:${libj_jarfile}:." -Djava.library.path=.libs gnu.xml.libxmlj.transform.TransformTest @srcdir@/testdocs/test.xml @srcdir@/testdocs/testsheet.xsl transformed.xml diff @srcdir@/testdocs/transformed.xml transformed.xml dist-hook: mkdir $(distdir)/source/gnu --- 537,1167 ---- libjso_target= $(libjso_base).la package_names = \ ! javax.xml \ ! javax.xml.datatype \ ! javax.xml.namespace \ ! javax.xml.parsers \ ! javax.xml.transform \ ! javax.xml.transform.dom \ ! javax.xml.transform.sax \ ! javax.xml.transform.stream \ ! javax.xml.validation \ ! javax.xml.xpath \ ! org.w3c.dom \ ! org.w3c.dom.bootstrap \ ! org.w3c.dom.css \ ! org.w3c.dom.events \ ! org.w3c.dom.html \ ! org.w3c.dom.ls \ ! org.w3c.dom.ranges \ ! org.w3c.dom.stylesheets \ ! org.w3c.dom.traversal \ ! org.w3c.dom.views \ ! org.w3c.dom.xpath \ ! org.xml.sax \ ! org.xml.sax.ext \ ! org.xml.sax.helpers \ ! gnu.xml.aelfred2 \ ! gnu.xml.dom \ ! gnu.xml.dom.ls \ ! gnu.xml.libxmlj.dom \ ! gnu.xml.libxmlj.sax \ ! gnu.xml.libxmlj.transform \ ! gnu.xml.pipeline \ ! gnu.xml.util ! ! lib_LTLIBRARIES = \ ! libxmlj.la \ ! lib-javax-xml.la \ ! lib-org-w3c-dom.la \ ! lib-org-xml-sax.la \ ! lib-gnu-xml.la ! ! libxmlj_la_SOURCES = \ ! xmlj_dom.c \ ! xmlj_dom.h \ ! xmlj_error.c \ ! xmlj_error.h \ ! xmlj_io.c \ ! xmlj_io.h \ ! xmlj_node.c \ ! xmlj_node.h \ ! xmlj_sax.c \ ! xmlj_sax.h \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_util.h \ ! xmlj_xpath.c ! ! libxmlj_la_LDFLAGS = -release 0.1.2 -export-dynamic ! libxmlj_la_CFLAGS = -pedantic -Wall -fbounds-check ! libxmlj_la_DEPENDENCIES = $(noinst_HEADERS) ! ! lib_javax_xml_la_SOURCES = \ ! source/javax/xml/datatype/DatatypeConfigurationException.java \ ! source/javax/xml/datatype/DatatypeConstants.java \ ! source/javax/xml/datatype/DatatypeFactory.java \ ! source/javax/xml/datatype/Duration.java \ ! source/javax/xml/datatype/XMLGregorianCalendar.java \ ! source/javax/xml/XMLConstants.java \ ! source/javax/xml/namespace/NamespaceContext.java \ ! source/javax/xml/namespace/QName.java \ ! source/javax/xml/parsers/DocumentBuilder.java \ ! source/javax/xml/parsers/DocumentBuilderFactory.java \ ! source/javax/xml/parsers/FactoryConfigurationError.java \ ! source/javax/xml/parsers/ParserConfigurationException.java \ ! source/javax/xml/parsers/SAXParser.java \ ! source/javax/xml/parsers/SAXParserFactory.java \ ! source/javax/xml/transform/dom/DOMLocator.java \ ! source/javax/xml/transform/dom/DOMResult.java \ ! source/javax/xml/transform/dom/DOMSource.java \ ! source/javax/xml/transform/sax/SAXResult.java \ ! source/javax/xml/transform/sax/SAXSource.java \ ! source/javax/xml/transform/sax/SAXTransformerFactory.java \ ! source/javax/xml/transform/sax/TemplatesHandler.java \ ! source/javax/xml/transform/sax/TransformerHandler.java \ ! source/javax/xml/transform/ErrorListener.java \ ! source/javax/xml/transform/OutputKeys.java \ ! source/javax/xml/transform/Result.java \ ! source/javax/xml/transform/Source.java \ ! source/javax/xml/transform/SourceLocator.java \ ! source/javax/xml/transform/Templates.java \ ! source/javax/xml/transform/Transformer.java \ ! source/javax/xml/transform/TransformerConfigurationException.java \ ! source/javax/xml/transform/TransformerException.java \ ! source/javax/xml/transform/TransformerFactory.java \ ! source/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! source/javax/xml/transform/URIResolver.java \ ! source/javax/xml/transform/stream/StreamResult.java \ ! source/javax/xml/transform/stream/StreamSource.java \ ! source/javax/xml/validation/Schema.java \ ! source/javax/xml/validation/SchemaFactory.java \ ! source/javax/xml/validation/TypeInfoProvider.java \ ! source/javax/xml/validation/Validator.java \ ! source/javax/xml/validation/ValidatorHandler.java \ ! source/javax/xml/xpath/XPath.java \ ! source/javax/xml/xpath/XPathConstants.java \ ! source/javax/xml/xpath/XPathException.java \ ! source/javax/xml/xpath/XPathExpression.java \ ! source/javax/xml/xpath/XPathExpressionException.java \ ! source/javax/xml/xpath/XPathFactory.java \ ! source/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! source/javax/xml/xpath/XPathFunction.java \ ! source/javax/xml/xpath/XPathFunctionException.java \ ! source/javax/xml/xpath/XPathFunctionResolver.java \ ! source/javax/xml/xpath/XPathVariableResolver.java ! lib_javax_xml_la_LDFLAGS = -release $(VERSION) ! ! lib_org_w3c_dom_la_SOURCES = \ ! source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! source/org/w3c/dom/Attr.java \ ! source/org/w3c/dom/CDATASection.java \ ! source/org/w3c/dom/CharacterData.java \ ! source/org/w3c/dom/Comment.java \ ! source/org/w3c/dom/DOMConfiguration.java \ ! source/org/w3c/dom/DOMError.java \ ! source/org/w3c/dom/DOMErrorHandler.java \ ! source/org/w3c/dom/DOMException.java \ ! source/org/w3c/dom/DOMImplementation.java \ ! source/org/w3c/dom/DOMImplementationList.java \ ! source/org/w3c/dom/DOMImplementationSource.java \ ! source/org/w3c/dom/DOMLocator.java \ ! source/org/w3c/dom/DOMStringList.java \ ! source/org/w3c/dom/Document.java \ ! source/org/w3c/dom/DocumentFragment.java \ ! source/org/w3c/dom/DocumentType.java \ ! source/org/w3c/dom/Element.java \ ! source/org/w3c/dom/Entity.java \ ! source/org/w3c/dom/EntityReference.java \ ! source/org/w3c/dom/NameList.java \ ! source/org/w3c/dom/NamedNodeMap.java \ ! source/org/w3c/dom/Node.java \ ! source/org/w3c/dom/NodeList.java \ ! source/org/w3c/dom/Notation.java \ ! source/org/w3c/dom/ProcessingInstruction.java \ ! source/org/w3c/dom/Text.java \ ! source/org/w3c/dom/TypeInfo.java \ ! source/org/w3c/dom/UserDataHandler.java \ ! source/org/w3c/dom/css/CSS2Azimuth.java \ ! source/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! source/org/w3c/dom/css/CSS2BorderSpacing.java \ ! source/org/w3c/dom/css/CSS2CounterIncrement.java \ ! source/org/w3c/dom/css/CSS2CounterReset.java \ ! source/org/w3c/dom/css/CSS2Cursor.java \ ! source/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! source/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! source/org/w3c/dom/css/CSS2PageSize.java \ ! source/org/w3c/dom/css/CSS2PlayDuring.java \ ! source/org/w3c/dom/css/CSS2Properties.java \ ! source/org/w3c/dom/css/CSS2TextShadow.java \ ! source/org/w3c/dom/css/CSSCharsetRule.java \ ! source/org/w3c/dom/css/CSSFontFaceRule.java \ ! source/org/w3c/dom/css/CSSImportRule.java \ ! source/org/w3c/dom/css/CSSMediaRule.java \ ! source/org/w3c/dom/css/CSSPageRule.java \ ! source/org/w3c/dom/css/CSSPrimitiveValue.java \ ! source/org/w3c/dom/css/CSSRule.java \ ! source/org/w3c/dom/css/CSSRuleList.java \ ! source/org/w3c/dom/css/CSSStyleDeclaration.java \ ! source/org/w3c/dom/css/CSSStyleRule.java \ ! source/org/w3c/dom/css/CSSStyleSheet.java \ ! source/org/w3c/dom/css/CSSUnknownRule.java \ ! source/org/w3c/dom/css/CSSValue.java \ ! source/org/w3c/dom/css/CSSValueList.java \ ! source/org/w3c/dom/css/Counter.java \ ! source/org/w3c/dom/css/DOMImplementationCSS.java \ ! source/org/w3c/dom/css/DocumentCSS.java \ ! source/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! source/org/w3c/dom/css/RGBColor.java \ ! source/org/w3c/dom/css/Rect.java \ ! source/org/w3c/dom/css/ViewCSS.java \ ! source/org/w3c/dom/events/DocumentEvent.java \ ! source/org/w3c/dom/events/Event.java \ ! source/org/w3c/dom/events/EventException.java \ ! source/org/w3c/dom/events/EventListener.java \ ! source/org/w3c/dom/events/EventTarget.java \ ! source/org/w3c/dom/events/MouseEvent.java \ ! source/org/w3c/dom/events/MutationEvent.java \ ! source/org/w3c/dom/events/UIEvent.java \ ! source/org/w3c/dom/html/HTMLAnchorElement.java \ ! source/org/w3c/dom/html/HTMLAppletElement.java \ ! source/org/w3c/dom/html/HTMLAreaElement.java \ ! source/org/w3c/dom/html/HTMLBRElement.java \ ! source/org/w3c/dom/html/HTMLBaseElement.java \ ! source/org/w3c/dom/html/HTMLBaseFontElement.java \ ! source/org/w3c/dom/html/HTMLBodyElement.java \ ! source/org/w3c/dom/html/HTMLButtonElement.java \ ! source/org/w3c/dom/html/HTMLCollection.java \ ! source/org/w3c/dom/html/HTMLDListElement.java \ ! source/org/w3c/dom/html/HTMLDOMImplementation.java \ ! source/org/w3c/dom/html/HTMLDirectoryElement.java \ ! source/org/w3c/dom/html/HTMLDivElement.java \ ! source/org/w3c/dom/html/HTMLDocument.java \ ! source/org/w3c/dom/html/HTMLElement.java \ ! source/org/w3c/dom/html/HTMLFieldSetElement.java \ ! source/org/w3c/dom/html/HTMLFontElement.java \ ! source/org/w3c/dom/html/HTMLFormElement.java \ ! source/org/w3c/dom/html/HTMLFrameElement.java \ ! source/org/w3c/dom/html/HTMLFrameSetElement.java \ ! source/org/w3c/dom/html/HTMLHRElement.java \ ! source/org/w3c/dom/html/HTMLHeadElement.java \ ! source/org/w3c/dom/html/HTMLHeadingElement.java \ ! source/org/w3c/dom/html/HTMLHtmlElement.java \ ! source/org/w3c/dom/html/HTMLIFrameElement.java \ ! source/org/w3c/dom/html/HTMLImageElement.java \ ! source/org/w3c/dom/html/HTMLInputElement.java \ ! source/org/w3c/dom/html/HTMLIsIndexElement.java \ ! source/org/w3c/dom/html/HTMLLIElement.java \ ! source/org/w3c/dom/html/HTMLLabelElement.java \ ! source/org/w3c/dom/html/HTMLLegendElement.java \ ! source/org/w3c/dom/html/HTMLLinkElement.java \ ! source/org/w3c/dom/html/HTMLMapElement.java \ ! source/org/w3c/dom/html/HTMLMenuElement.java \ ! source/org/w3c/dom/html/HTMLMetaElement.java \ ! source/org/w3c/dom/html/HTMLModElement.java \ ! source/org/w3c/dom/html/HTMLOListElement.java \ ! source/org/w3c/dom/html/HTMLObjectElement.java \ ! source/org/w3c/dom/html/HTMLOptGroupElement.java \ ! source/org/w3c/dom/html/HTMLOptionElement.java \ ! source/org/w3c/dom/html/HTMLParagraphElement.java \ ! source/org/w3c/dom/html/HTMLParamElement.java \ ! source/org/w3c/dom/html/HTMLPreElement.java \ ! source/org/w3c/dom/html/HTMLQuoteElement.java \ ! source/org/w3c/dom/html/HTMLScriptElement.java \ ! source/org/w3c/dom/html/HTMLSelectElement.java \ ! source/org/w3c/dom/html/HTMLStyleElement.java \ ! source/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! source/org/w3c/dom/html/HTMLTableCellElement.java \ ! source/org/w3c/dom/html/HTMLTableColElement.java \ ! source/org/w3c/dom/html/HTMLTableElement.java \ ! source/org/w3c/dom/html/HTMLTableRowElement.java \ ! source/org/w3c/dom/html/HTMLTableSectionElement.java \ ! source/org/w3c/dom/html/HTMLTextAreaElement.java \ ! source/org/w3c/dom/html/HTMLTitleElement.java \ ! source/org/w3c/dom/html/HTMLUListElement.java \ ! source/org/w3c/dom/ls/DOMImplementationLS.java \ ! source/org/w3c/dom/ls/LSException.java \ ! source/org/w3c/dom/ls/LSInput.java \ ! source/org/w3c/dom/ls/LSLoadEvent.java \ ! source/org/w3c/dom/ls/LSOutput.java \ ! source/org/w3c/dom/ls/LSParser.java \ ! source/org/w3c/dom/ls/LSParserFilter.java \ ! source/org/w3c/dom/ls/LSProgressEvent.java \ ! source/org/w3c/dom/ls/LSResourceResolver.java \ ! source/org/w3c/dom/ls/LSSerializer.java \ ! source/org/w3c/dom/ls/LSSerializerFilter.java \ ! source/org/w3c/dom/ranges/DocumentRange.java \ ! source/org/w3c/dom/ranges/Range.java \ ! source/org/w3c/dom/ranges/RangeException.java \ ! source/org/w3c/dom/stylesheets/DocumentStyle.java \ ! source/org/w3c/dom/stylesheets/LinkStyle.java \ ! source/org/w3c/dom/stylesheets/MediaList.java \ ! source/org/w3c/dom/stylesheets/StyleSheet.java \ ! source/org/w3c/dom/stylesheets/StyleSheetList.java \ ! source/org/w3c/dom/traversal/DocumentTraversal.java \ ! source/org/w3c/dom/traversal/NodeFilter.java \ ! source/org/w3c/dom/traversal/NodeIterator.java \ ! source/org/w3c/dom/traversal/TreeWalker.java \ ! source/org/w3c/dom/views/AbstractView.java \ ! source/org/w3c/dom/views/DocumentView.java \ ! source/org/w3c/dom/xpath/XPathEvaluator.java \ ! source/org/w3c/dom/xpath/XPathException.java \ ! source/org/w3c/dom/xpath/XPathExpression.java \ ! source/org/w3c/dom/xpath/XPathNSResolver.java \ ! source/org/w3c/dom/xpath/XPathNamespace.java \ ! source/org/w3c/dom/xpath/XPathResult.java ! lib_org_w3c_dom_la_LDFLAGS = -release $(VERSION) ! ! lib_org_xml_sax_la_SOURCES = \ ! source/org/xml/sax/ext/Attributes2.java \ ! source/org/xml/sax/ext/Attributes2Impl.java \ ! source/org/xml/sax/ext/DeclHandler.java \ ! source/org/xml/sax/ext/DefaultHandler2.java \ ! source/org/xml/sax/ext/EntityResolver2.java \ ! source/org/xml/sax/ext/LexicalHandler.java \ ! source/org/xml/sax/ext/Locator2.java \ ! source/org/xml/sax/ext/Locator2Impl.java \ ! source/org/xml/sax/AttributeList.java \ ! source/org/xml/sax/Attributes.java \ ! source/org/xml/sax/ContentHandler.java \ ! source/org/xml/sax/DTDHandler.java \ ! source/org/xml/sax/DocumentHandler.java \ ! source/org/xml/sax/EntityResolver.java \ ! source/org/xml/sax/ErrorHandler.java \ ! source/org/xml/sax/HandlerBase.java \ ! source/org/xml/sax/InputSource.java \ ! source/org/xml/sax/Locator.java \ ! source/org/xml/sax/Parser.java \ ! source/org/xml/sax/SAXException.java \ ! source/org/xml/sax/SAXNotRecognizedException.java \ ! source/org/xml/sax/SAXNotSupportedException.java \ ! source/org/xml/sax/SAXParseException.java \ ! source/org/xml/sax/XMLFilter.java \ ! source/org/xml/sax/XMLReader.java \ ! source/org/xml/sax/helpers/AttributeListImpl.java \ ! source/org/xml/sax/helpers/AttributesImpl.java \ ! source/org/xml/sax/helpers/DefaultHandler.java \ ! source/org/xml/sax/helpers/LocatorImpl.java \ ! source/org/xml/sax/helpers/NamespaceSupport.java \ ! source/org/xml/sax/helpers/NewInstance.java \ ! source/org/xml/sax/helpers/ParserAdapter.java \ ! source/org/xml/sax/helpers/ParserFactory.java \ ! source/org/xml/sax/helpers/XMLFilterImpl.java \ ! source/org/xml/sax/helpers/XMLReaderAdapter.java \ ! source/org/xml/sax/helpers/XMLReaderFactory.java ! lib_org_xml_sax_la_LDFLAGS = -release $(VERSION) ! ! lib_gnu_xml_la_SOURCES = \ ! source/gnu/xml/aelfred2/JAXPFactory.java \ ! source/gnu/xml/aelfred2/SAXDriver.java \ ! source/gnu/xml/aelfred2/XmlParser.java \ ! source/gnu/xml/aelfred2/XmlReader.java \ ! source/gnu/xml/aelfred2/ContentHandler2.java \ ! source/gnu/xml/dom/ls/DomLSEx.java \ ! source/gnu/xml/dom/ls/DomLSInput.java \ ! source/gnu/xml/dom/ls/DomLSOutput.java \ ! source/gnu/xml/dom/ls/DomLSParser.java \ ! source/gnu/xml/dom/ls/DomLSSerializer.java \ ! source/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! source/gnu/xml/dom/ls/ReaderInputStream.java \ ! source/gnu/xml/dom/ls/SAXEventSink.java \ ! source/gnu/xml/dom/ls/WriterOutputStream.java \ ! source/gnu/xml/dom/Consumer.java \ ! source/gnu/xml/dom/DomAttr.java \ ! source/gnu/xml/dom/DomCDATA.java \ ! source/gnu/xml/dom/DomCharacterData.java \ ! source/gnu/xml/dom/DomComment.java \ ! source/gnu/xml/dom/DomDoctype.java \ ! source/gnu/xml/dom/DomDocument.java \ ! source/gnu/xml/dom/DomDocumentBuilder.java \ ! source/gnu/xml/dom/DomDocumentBuilderFactory.java \ ! source/gnu/xml/dom/DomDocumentConfiguration.java \ ! source/gnu/xml/dom/DomElement.java \ ! source/gnu/xml/dom/DomEntity.java \ ! source/gnu/xml/dom/DomEntityReference.java \ ! source/gnu/xml/dom/DomEvent.java \ ! source/gnu/xml/dom/DomEx.java \ ! source/gnu/xml/dom/DomExtern.java \ ! source/gnu/xml/dom/DomFragment.java \ ! source/gnu/xml/dom/DomImpl.java \ ! source/gnu/xml/dom/DomIterator.java \ ! source/gnu/xml/dom/DomNamedNodeMap.java \ ! source/gnu/xml/dom/DomNode.java \ ! source/gnu/xml/dom/DomNotation.java \ ! source/gnu/xml/dom/DomNsNode.java \ ! source/gnu/xml/dom/DomNSResolverContext.java \ ! source/gnu/xml/dom/DomPI.java \ ! source/gnu/xml/dom/DomText.java \ ! source/gnu/xml/dom/DomXPathExpression.java \ ! source/gnu/xml/dom/DomXPathNSResolver.java \ ! source/gnu/xml/dom/DomXPathResult.java \ ! source/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! source/gnu/xml/dom/DTDElementTypeInfo.java \ ! source/gnu/xml/dom/ImplementationList.java \ ! source/gnu/xml/dom/ImplementationSource.java \ ! source/gnu/xml/dom/JAXPFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! source/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! source/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! source/gnu/xml/libxmlj/dom/GnomeComment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! source/gnu/xml/libxmlj/dom/GnomeElement.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! source/gnu/xml/libxmlj/dom/GnomeNode.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! source/gnu/xml/libxmlj/dom/GnomeText.java \ ! source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! source/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! source/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! source/gnu/xml/libxmlj/sax/Namespaces.java \ ! source/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! source/gnu/xml/libxmlj/sax/XMLName.java \ ! source/gnu/xml/libxmlj/RawData.java \ ! source/gnu/xml/libxmlj/RawData32.java \ ! source/gnu/xml/libxmlj/RawData64.java \ ! source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! source/gnu/xml/libxmlj/transform/TransformTest.java \ ! source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! source/gnu/xml/libxmlj/util/NamedInputStream.java \ ! source/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! source/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! source/gnu/xml/libxmlj/util/XMLJ.java \ ! source/gnu/xml/pipeline/CallFilter.java \ ! source/gnu/xml/pipeline/DomConsumer.java \ ! source/gnu/xml/pipeline/EventConsumer.java \ ! source/gnu/xml/pipeline/EventFilter.java \ ! source/gnu/xml/pipeline/LinkFilter.java \ ! source/gnu/xml/pipeline/NSFilter.java \ ! source/gnu/xml/pipeline/PipelineFactory.java \ ! source/gnu/xml/pipeline/TeeConsumer.java \ ! source/gnu/xml/pipeline/TextConsumer.java \ ! source/gnu/xml/pipeline/ValidationConsumer.java \ ! source/gnu/xml/pipeline/WellFormednessFilter.java \ ! source/gnu/xml/pipeline/XIncludeFilter.java \ ! source/gnu/xml/pipeline/XsltFilter.java \ ! source/gnu/xml/util/DoParse.java \ ! source/gnu/xml/util/DomParser.java \ ! source/gnu/xml/util/Resolver.java \ ! source/gnu/xml/util/SAXNullTransformerFactory.java \ ! source/gnu/xml/util/XCat.java \ ! source/gnu/xml/util/XHTMLWriter.java \ ! source/gnu/xml/util/XMLWriter.java \ ! source/gnu/xml/xpath/AndExpr.java \ ! source/gnu/xml/xpath/ArithmeticExpr.java \ ! source/gnu/xml/xpath/Constant.java \ ! source/gnu/xml/xpath/EqualityExpr.java \ ! source/gnu/xml/xpath/Expr.java \ ! source/gnu/xml/xpath/Function.java \ ! source/gnu/xml/xpath/FunctionCall.java \ ! source/gnu/xml/xpath/NameTest.java \ ! source/gnu/xml/xpath/NegativeExpr.java \ ! source/gnu/xml/xpath/NodeTypeTest.java \ ! source/gnu/xml/xpath/OrExpr.java \ ! source/gnu/xml/xpath/ParenthesizedExpr.java \ ! source/gnu/xml/xpath/Path.java \ ! source/gnu/xml/xpath/RelationalExpr.java \ ! source/gnu/xml/xpath/Root.java \ ! source/gnu/xml/xpath/Selector.java \ ! source/gnu/xml/xpath/Steps.java \ ! source/gnu/xml/xpath/Test.java \ ! source/gnu/xml/xpath/UnionExpr.java \ ! source/gnu/xml/xpath/XPathParser.java \ ! source/gnu/xml/xpath/XPathTokenizer.java \ ! source/gnu/xml/xpath/BooleanFunction.java \ ! source/gnu/xml/xpath/CeilingFunction.java \ ! source/gnu/xml/xpath/ConcatFunction.java \ ! source/gnu/xml/xpath/ContainsFunction.java \ ! source/gnu/xml/xpath/CountFunction.java \ ! source/gnu/xml/xpath/DocumentOrderComparator.java \ ! source/gnu/xml/xpath/FalseFunction.java \ ! source/gnu/xml/xpath/FloorFunction.java \ ! source/gnu/xml/xpath/IdFunction.java \ ! source/gnu/xml/xpath/LangFunction.java \ ! source/gnu/xml/xpath/LastFunction.java \ ! source/gnu/xml/xpath/LocalNameFunction.java \ ! source/gnu/xml/xpath/NameFunction.java \ ! source/gnu/xml/xpath/NamespaceUriFunction.java \ ! source/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! source/gnu/xml/xpath/NotFunction.java \ ! source/gnu/xml/xpath/NumberFunction.java \ ! source/gnu/xml/xpath/PositionFunction.java \ ! source/gnu/xml/xpath/RoundFunction.java \ ! source/gnu/xml/xpath/StartsWithFunction.java \ ! source/gnu/xml/xpath/StringFunction.java \ ! source/gnu/xml/xpath/StringLengthFunction.java \ ! source/gnu/xml/xpath/SubstringAfterFunction.java \ ! source/gnu/xml/xpath/SubstringBeforeFunction.java \ ! source/gnu/xml/xpath/SubstringFunction.java \ ! source/gnu/xml/xpath/SumFunction.java \ ! source/gnu/xml/xpath/TranslateFunction.java \ ! source/gnu/xml/xpath/TrueFunction.java \ ! source/gnu/xml/xpath/VariableReference.java \ ! source/gnu/xml/xpath/XPathFactoryImpl.java \ ! source/gnu/xml/xpath/XPathImpl.java \ ! source/gnu/xml/xpath/XPathTest.java \ ! source/gnu/xml/xpath/Pattern.java \ ! source/gnu/xml/xpath/Predicate.java \ ! source/gnu/xml/xpath/NamespaceTest.java \ ! source/gnu/xml/transform/AbstractNumberNode.java \ ! source/gnu/xml/transform/ApplyTemplatesNode.java \ ! source/gnu/xml/transform/AttributeNode.java \ ! source/gnu/xml/transform/Bindings.java \ ! source/gnu/xml/transform/CallTemplateNode.java \ ! source/gnu/xml/transform/ChooseNode.java \ ! source/gnu/xml/transform/CommentNode.java \ ! source/gnu/xml/transform/CopyNode.java \ ! source/gnu/xml/transform/CopyOfNode.java \ ! source/gnu/xml/transform/DOMSourceLocator.java \ ! source/gnu/xml/transform/DocumentFunction.java \ ! source/gnu/xml/transform/ElementNode.java \ ! source/gnu/xml/transform/ForEachNode.java \ ! source/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/transform/IfNode.java \ ! source/gnu/xml/transform/KeyFunction.java \ ! source/gnu/xml/transform/LiteralNode.java \ ! source/gnu/xml/transform/NodeNumberNode.java \ ! source/gnu/xml/transform/NumberNode.java \ ! source/gnu/xml/transform/OtherwiseNode.java \ ! source/gnu/xml/transform/ParameterNode.java \ ! source/gnu/xml/transform/ProcessingInstructionNode.java \ ! source/gnu/xml/transform/SAXSerializer.java \ ! source/gnu/xml/transform/SortKey.java \ ! source/gnu/xml/transform/StreamSerializer.java \ ! source/gnu/xml/transform/Stylesheet.java \ ! source/gnu/xml/transform/Template.java \ ! source/gnu/xml/transform/TemplateNode.java \ ! source/gnu/xml/transform/TemplatesImpl.java \ ! source/gnu/xml/transform/TextNode.java \ ! source/gnu/xml/transform/TransformerFactoryImpl.java \ ! source/gnu/xml/transform/TransformerImpl.java \ ! source/gnu/xml/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/transform/ValueOfNode.java \ ! source/gnu/xml/transform/WhenNode.java \ ! source/gnu/xml/transform/WithParam.java \ ! source/gnu/xml/transform/XSLComparator.java \ ! source/gnu/xml/transform/XSLURIResolver.java \ ! source/gnu/xml/transform/CurrentFunction.java \ ! source/gnu/xml/transform/FormatNumberFunction.java \ ! source/gnu/xml/transform/GenerateIdFunction.java \ ! source/gnu/xml/transform/SystemPropertyFunction.java \ ! source/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! source/gnu/xml/transform/MessageNode.java \ ! source/gnu/xml/transform/AttributeSet.java \ ! source/gnu/xml/transform/Key.java ! ! lib_gnu_xml_la_LDFLAGS = -release-info $(VERSION) ! lib_gnu_xml_la_LIBADD = -l-javax-xml -l-org-w3c-dom -l-org-xml-sax ! ! data_JARS = javax-xml-$(VERSION).jar gnu-xml-$(VERSION).jar \ ! org-w3c-dom-$(VERSION).jar org-xml-sax-$(VERSION).jar \ ! $(libj_jarfile) ! ! BUILT_SOURCES = $(data_JARS) $(noinst_HEADERS) ! ! noinst_HEADERS = \ ! gnu_xml_libxmlj_dom_GnomeDocument.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentType.h \ ! gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h \ ! gnu_xml_libxmlj_dom_GnomeTypeInfo.h \ ! gnu_xml_libxmlj_dom_GnomeNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeNotation.h \ ! gnu_xml_libxmlj_dom_GnomeXPathResult.h \ ! gnu_xml_libxmlj_dom_GnomeElement.h \ ! gnu_xml_libxmlj_dom_GnomeEntity.h \ ! gnu_xml_libxmlj_dom_GnomeNode.h \ ! gnu_xml_libxmlj_dom_GnomeXPathExpression.h \ ! gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h \ ! gnu_xml_libxmlj_dom_GnomeAttr.h \ ! gnu_xml_libxmlj_sax_GnomeLocator.h \ ! gnu_xml_libxmlj_sax_GnomeXMLReader.h \ ! gnu_xml_libxmlj_transform_GnomeTransformer.h \ ! gnu_xml_libxmlj_transform_GnomeTransformerFactory.h # Generate header files for classes containing native code. # I did remove the -force argument (not available in gcjh nor in kaffe) + $(noinst_HEADERS): $(gnu_xml_jar_CLASSES) + + gnu_xml_libxmlj_dom_%.h: classes/gnu/xml/libxmlj/dom/%.class + $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.dom.$* + + gnu_xml_libxmlj_sax_%.h: classes/gnu/xml/libxmlj/sax/%.class + $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.sax.$* + + gnu_xml_libxmlj_transform_%.h: classes/gnu/xml/libxmlj/transform/%.class + $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.transform.$* + + gnu_xml_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_gnu_xml_la_SOURCES)) + javax_xml_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_javax_xml_la_SOURCES)) + org_w3c_dom_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_org_w3c_dom_la_SOURCES)) + org_xml_sax_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_org_xml_sax_la_SOURCES)) + + gnu-xml-$(VERSION).jar: classes $(gnu_xml_jar_CLASSES) + $(JAR) cf $@ -C classes gnu ! javax-xml-$(VERSION).jar: classes $(javax_xml_jar_CLASSES) ! $(JAR) cf $@ -C classes javax ! ! org-w3c-dom-$(VERSION).jar: classes $(org_w3c_dom_jar_CLASSES) ! $(JAR) cf $@ -C classes org/w3c ! ! org-xml-sax-$(VERSION).jar: classes $(org_xml_sax_jar_CLASSES) ! $(JAR) cf $@ -C classes org/xml ! ! $(libj_jarfile): $(gnu_xml_jar_CLASSES) $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) ! $(JAR) cf $@ -C classes gnu -C classes javax -C classes org ! ! $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) $(gnu_xml_jar_CLASSES): classes ! ! $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) $(gnu_xml_jar_CLASSES): classes/%.class: $(srcdir)/source/%.java ! $(GCJ) $(GCJ_CLASS_FLAGS) -g -C -d classes $< ! ! classes: ! mkdir -p classes # API documentation ! #javadoc: ! # mkdir -p $(doc) ! # $(JAVADOC) -d $(doc) -sourcepath @srcdir@/source \ ! # $(package_names) ! ## -windowtitle "GNU JAXP Library" $(package_names) # Remove classes and jar file + clean-local: ! rm -f $(data_JARS) ! rm -rf classes ! rm -f $(noinst_HEADERS) # Run a simple transformation to check that the package is working check-local: gnu/xml/libxmlj/transform/TransformTest.class @JAVA@ -classpath "${CLASSPATH}:${libj_jarfile}:." -Djava.library.path=.libs gnu.xml.libxmlj.transform.TransformTest @srcdir@/testdocs/test.xml @srcdir@/testdocs/testsheet.xsl transformed.xml diff @srcdir@/testdocs/transformed.xml transformed.xml + # ./transform-test $(srcdir)/testdocs/test.xml $(srcdir)/testdocs/testsheet.xsl transformed.xml + # diff $(srcdir)/testdocs/transformed.xml transformed.xml + dist-hook: mkdir $(distdir)/source/gnu *************** dist-hook: *** 664,672 **** mkdir $(distdir)/testdocs cp $(srcdir)/testdocs/* $(distdir)/testdocs ! install-data-local: ! @srcdir@/mkinstalldirs $(DESTDIR)$(libdir) ! $(LT_INSTALL) ${libjso_target} $(DESTDIR)$(libdir) ! @srcdir@/mkinstalldirs $(DESTDIR)$(datadir)/java/ ! $(INSTALL_DATA) ${libj_jarfile} $(DESTDIR)$(datadir)/java/ ! --- 1169,1179 ---- mkdir $(distdir)/testdocs cp $(srcdir)/testdocs/* $(distdir)/testdocs ! install-data-hook: ! $(INSTALL) -d $(datadir)/java ! $(INSTALL) -d $(datadir)/java/ext ! $(INSTALL) --mode 644 $(data_JARS) $(datadir)/java ! $(LN_S) -f $(datadir)/java/javax-xml-$(VERSION).jar $(datadir)/java/ext/javax-xml.jar ! $(LN_S) -f $(datadir)/java/gnu-xml-$(VERSION).jar $(datadir)/java/ext/gnu-xml.jar ! $(LN_S) -f $(datadir)/java/org-w3c-dom-$(VERSION).jar $(datadir)/java/ext/org-w3c-dom.jar ! $(LN_S) -f $(datadir)/java/org-xml-sax-$(VERSION).jar $(datadir)/java/ext/org-xml-sax.jar Index: Makefile.in =================================================================== RCS file: /cvsroot/classpathx/jaxp/Makefile.in,v retrieving revision 1.69 diff -c -p -r1.69 Makefile.in *** Makefile.in 24 Nov 2004 16:03:23 -0000 1.69 --- Makefile.in 25 Nov 2004 22:01:23 -0000 *************** *** 1,8 **** ! # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ ! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. --- 1,8 ---- ! # Makefile.in generated by automake 1.9.2 from Makefile.am. # @configure_input@ ! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. *************** *** 51,151 **** # this exception to your version of the library, but you are not # obliged to do so. If you do not wish to do so, delete this # exception statement from your version. ! SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - - bindir = @bindir@ - sbindir = @sbindir@ - libexecdir = @libexecdir@ - datadir = @datadir@ - sysconfdir = @sysconfdir@ - sharedstatedir = @sharedstatedir@ - localstatedir = @localstatedir@ - libdir = @libdir@ - infodir = @infodir@ - mandir = @mandir@ - includedir = @includedir@ - oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . - - ACLOCAL = @ACLOCAL@ - AUTOCONF = @AUTOCONF@ - AUTOMAKE = @AUTOMAKE@ - AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c - INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) ! transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : ! host_alias = @host_alias@ host_triplet = @host@ ! ! EXEEXT = @EXEEXT@ ! OBJEXT = @OBJEXT@ ! PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AR = @AR@ ! AS = @AS@ AWK = @AWK@ CC = @CC@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEPDIR = @DEPDIR@ - DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EGREP = @EGREP@ F77 = @F77@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JAR = @JAR@ - JAVA = @JAVA@ - JAVAC = @JAVAC@ - JAVACFLAGS = @JAVACFLAGS@ - - JAVADOC = javadoc - JAVAFLAGS = @JAVAFLAGS@ JAVAH = @JAVAH@ ! JAVAPREFIX = @JAVAPREFIX@ ! JAVA_JUNIT = @JAVA_JUNIT@ ! JMODSUFFIX = @JMODSUFFIX@ ! JUNIT = @JUNIT@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ ! MODSUFFIX = @MODSUFFIX@ ! OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ ! RC = @RC@ ! ! SOFLAGS = @SOFLAGS@ ! SOSUFFIX = @SOSUFFIX@ STRIP = @STRIP@ - TESTS_JUNIT = @TESTS_JUNIT@ VERSION = @VERSION@ XML2_CONFIG = @XML2_CONFIG@ XMLJ_VERSION_MAJOR = @XMLJ_VERSION_MAJOR@ --- 51,667 ---- # this exception to your version of the library, but you are not # obliged to do so. If you do not wish to do so, delete this # exception statement from your version. ! ! ! SOURCES = $(lib_gnu_xml_la_SOURCES) $(lib_javax_xml_la_SOURCES) $(lib_org_w3c_dom_la_SOURCES) $(lib_org_xml_sax_la_SOURCES) $(libxmlj_la_SOURCES) srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) ! transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : ! build_triplet = @build@ host_triplet = @host@ ! DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \ ! $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ ! $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ ! config/compile config/config.guess config/config.sub \ ! config/depcomp config/install-sh config/ltmain.sh \ ! config/missing config/mkinstalldirs mkinstalldirs ! subdir = . ! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ ! $(top_srcdir)/configure.ac ! am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ! $(ACLOCAL_M4) ! am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ ! configure.lineno configure.status.lineno ! mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs ! CONFIG_CLEAN_FILES = ! am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ! am__vpath_adj = case $$p in \ ! $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ! *) f=$$p;; \ ! esac; ! am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; ! am__installdirs = "$(DESTDIR)$(libdir)" ! libLTLIBRARIES_INSTALL = $(INSTALL) ! LTLIBRARIES = $(lib_LTLIBRARIES) ! lib_gnu_xml_la_DEPENDENCIES = ! am__dirstamp = $(am__leading_dot)dirstamp ! am_lib_gnu_xml_la_OBJECTS = source/gnu/xml/aelfred2/JAXPFactory.lo \ ! source/gnu/xml/aelfred2/SAXDriver.lo \ ! source/gnu/xml/aelfred2/XmlParser.lo \ ! source/gnu/xml/aelfred2/XmlReader.lo \ ! source/gnu/xml/aelfred2/ContentHandler2.lo \ ! source/gnu/xml/dom/ls/DomLSEx.lo \ ! source/gnu/xml/dom/ls/DomLSInput.lo \ ! source/gnu/xml/dom/ls/DomLSOutput.lo \ ! source/gnu/xml/dom/ls/DomLSParser.lo \ ! source/gnu/xml/dom/ls/DomLSSerializer.lo \ ! source/gnu/xml/dom/ls/FilteredSAXEventSink.lo \ ! source/gnu/xml/dom/ls/ReaderInputStream.lo \ ! source/gnu/xml/dom/ls/SAXEventSink.lo \ ! source/gnu/xml/dom/ls/WriterOutputStream.lo \ ! source/gnu/xml/dom/Consumer.lo source/gnu/xml/dom/DomAttr.lo \ ! source/gnu/xml/dom/DomCDATA.lo \ ! source/gnu/xml/dom/DomCharacterData.lo \ ! source/gnu/xml/dom/DomComment.lo \ ! source/gnu/xml/dom/DomDoctype.lo \ ! source/gnu/xml/dom/DomDocument.lo \ ! source/gnu/xml/dom/DomDocumentBuilder.lo \ ! source/gnu/xml/dom/DomDocumentBuilderFactory.lo \ ! source/gnu/xml/dom/DomDocumentConfiguration.lo \ ! source/gnu/xml/dom/DomElement.lo \ ! source/gnu/xml/dom/DomEntity.lo \ ! source/gnu/xml/dom/DomEntityReference.lo \ ! source/gnu/xml/dom/DomEvent.lo source/gnu/xml/dom/DomEx.lo \ ! source/gnu/xml/dom/DomExtern.lo \ ! source/gnu/xml/dom/DomFragment.lo \ ! source/gnu/xml/dom/DomImpl.lo \ ! source/gnu/xml/dom/DomIterator.lo \ ! source/gnu/xml/dom/DomNamedNodeMap.lo \ ! source/gnu/xml/dom/DomNode.lo \ ! source/gnu/xml/dom/DomNotation.lo \ ! source/gnu/xml/dom/DomNsNode.lo \ ! source/gnu/xml/dom/DomNSResolverContext.lo \ ! source/gnu/xml/dom/DomPI.lo source/gnu/xml/dom/DomText.lo \ ! source/gnu/xml/dom/DomXPathExpression.lo \ ! source/gnu/xml/dom/DomXPathNSResolver.lo \ ! source/gnu/xml/dom/DomXPathResult.lo \ ! source/gnu/xml/dom/DTDAttributeTypeInfo.lo \ ! source/gnu/xml/dom/DTDElementTypeInfo.lo \ ! source/gnu/xml/dom/ImplementationList.lo \ ! source/gnu/xml/dom/ImplementationSource.lo \ ! source/gnu/xml/dom/JAXPFactory.lo \ ! source/gnu/xml/libxmlj/dom/GnomeAttr.lo \ ! source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo \ ! source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo \ ! source/gnu/xml/libxmlj/dom/GnomeComment.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDOMException.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDocument.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo \ ! source/gnu/xml/libxmlj/dom/GnomeElement.lo \ ! source/gnu/xml/libxmlj/dom/GnomeEntity.lo \ ! source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo \ ! source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo \ ! source/gnu/xml/libxmlj/dom/GnomeNode.lo \ ! source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo \ ! source/gnu/xml/libxmlj/dom/GnomeNodeList.lo \ ! source/gnu/xml/libxmlj/dom/GnomeNotation.lo \ ! source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo \ ! source/gnu/xml/libxmlj/dom/GnomeText.lo \ ! source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo \ ! source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo \ ! source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo \ ! source/gnu/xml/libxmlj/sax/GnomeLocator.lo \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo \ ! source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo \ ! source/gnu/xml/libxmlj/sax/Namespaces.lo \ ! source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo \ ! source/gnu/xml/libxmlj/sax/XMLName.lo \ ! source/gnu/xml/libxmlj/RawData.lo \ ! source/gnu/xml/libxmlj/RawData32.lo \ ! source/gnu/xml/libxmlj/RawData64.lo \ ! source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo \ ! source/gnu/xml/libxmlj/transform/GnomeTransformer.lo \ ! source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo \ ! source/gnu/xml/libxmlj/transform/TransformTest.lo \ ! source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo \ ! source/gnu/xml/libxmlj/util/EmptyNodeList.lo \ ! source/gnu/xml/libxmlj/util/NamedInputStream.lo \ ! source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo \ ! source/gnu/xml/libxmlj/util/StandaloneLocator.lo \ ! source/gnu/xml/libxmlj/util/XMLJ.lo \ ! source/gnu/xml/pipeline/CallFilter.lo \ ! source/gnu/xml/pipeline/DomConsumer.lo \ ! source/gnu/xml/pipeline/EventConsumer.lo \ ! source/gnu/xml/pipeline/EventFilter.lo \ ! source/gnu/xml/pipeline/LinkFilter.lo \ ! source/gnu/xml/pipeline/NSFilter.lo \ ! source/gnu/xml/pipeline/PipelineFactory.lo \ ! source/gnu/xml/pipeline/TeeConsumer.lo \ ! source/gnu/xml/pipeline/TextConsumer.lo \ ! source/gnu/xml/pipeline/ValidationConsumer.lo \ ! source/gnu/xml/pipeline/WellFormednessFilter.lo \ ! source/gnu/xml/pipeline/XIncludeFilter.lo \ ! source/gnu/xml/pipeline/XsltFilter.lo \ ! source/gnu/xml/util/DoParse.lo \ ! source/gnu/xml/util/DomParser.lo \ ! source/gnu/xml/util/Resolver.lo \ ! source/gnu/xml/util/SAXNullTransformerFactory.lo \ ! source/gnu/xml/util/XCat.lo source/gnu/xml/util/XHTMLWriter.lo \ ! source/gnu/xml/util/XMLWriter.lo \ ! source/gnu/xml/xpath/AndExpr.lo \ ! source/gnu/xml/xpath/ArithmeticExpr.lo \ ! source/gnu/xml/xpath/Constant.lo \ ! source/gnu/xml/xpath/EqualityExpr.lo \ ! source/gnu/xml/xpath/Expr.lo source/gnu/xml/xpath/Function.lo \ ! source/gnu/xml/xpath/FunctionCall.lo \ ! source/gnu/xml/xpath/NameTest.lo \ ! source/gnu/xml/xpath/NegativeExpr.lo \ ! source/gnu/xml/xpath/NodeTypeTest.lo \ ! source/gnu/xml/xpath/OrExpr.lo \ ! source/gnu/xml/xpath/ParenthesizedExpr.lo \ ! source/gnu/xml/xpath/Path.lo \ ! source/gnu/xml/xpath/RelationalExpr.lo \ ! source/gnu/xml/xpath/Root.lo source/gnu/xml/xpath/Selector.lo \ ! source/gnu/xml/xpath/Steps.lo source/gnu/xml/xpath/Test.lo \ ! source/gnu/xml/xpath/UnionExpr.lo \ ! source/gnu/xml/xpath/XPathParser.lo \ ! source/gnu/xml/xpath/XPathTokenizer.lo \ ! source/gnu/xml/xpath/BooleanFunction.lo \ ! source/gnu/xml/xpath/CeilingFunction.lo \ ! source/gnu/xml/xpath/ConcatFunction.lo \ ! source/gnu/xml/xpath/ContainsFunction.lo \ ! source/gnu/xml/xpath/CountFunction.lo \ ! source/gnu/xml/xpath/DocumentOrderComparator.lo \ ! source/gnu/xml/xpath/FalseFunction.lo \ ! source/gnu/xml/xpath/FloorFunction.lo \ ! source/gnu/xml/xpath/IdFunction.lo \ ! source/gnu/xml/xpath/LangFunction.lo \ ! source/gnu/xml/xpath/LastFunction.lo \ ! source/gnu/xml/xpath/LocalNameFunction.lo \ ! source/gnu/xml/xpath/NameFunction.lo \ ! source/gnu/xml/xpath/NamespaceUriFunction.lo \ ! source/gnu/xml/xpath/NormalizeSpaceFunction.lo \ ! source/gnu/xml/xpath/NotFunction.lo \ ! source/gnu/xml/xpath/NumberFunction.lo \ ! source/gnu/xml/xpath/PositionFunction.lo \ ! source/gnu/xml/xpath/RoundFunction.lo \ ! source/gnu/xml/xpath/StartsWithFunction.lo \ ! source/gnu/xml/xpath/StringFunction.lo \ ! source/gnu/xml/xpath/StringLengthFunction.lo \ ! source/gnu/xml/xpath/SubstringAfterFunction.lo \ ! source/gnu/xml/xpath/SubstringBeforeFunction.lo \ ! source/gnu/xml/xpath/SubstringFunction.lo \ ! source/gnu/xml/xpath/SumFunction.lo \ ! source/gnu/xml/xpath/TranslateFunction.lo \ ! source/gnu/xml/xpath/TrueFunction.lo \ ! source/gnu/xml/xpath/VariableReference.lo \ ! source/gnu/xml/xpath/XPathFactoryImpl.lo \ ! source/gnu/xml/xpath/XPathImpl.lo \ ! source/gnu/xml/xpath/XPathTest.lo \ ! source/gnu/xml/xpath/Pattern.lo \ ! source/gnu/xml/xpath/Predicate.lo \ ! source/gnu/xml/xpath/NamespaceTest.lo \ ! source/gnu/xml/transform/AbstractNumberNode.lo \ ! source/gnu/xml/transform/ApplyTemplatesNode.lo \ ! source/gnu/xml/transform/AttributeNode.lo \ ! source/gnu/xml/transform/Bindings.lo \ ! source/gnu/xml/transform/CallTemplateNode.lo \ ! source/gnu/xml/transform/ChooseNode.lo \ ! source/gnu/xml/transform/CommentNode.lo \ ! source/gnu/xml/transform/CopyNode.lo \ ! source/gnu/xml/transform/CopyOfNode.lo \ ! source/gnu/xml/transform/DOMSourceLocator.lo \ ! source/gnu/xml/transform/DocumentFunction.lo \ ! source/gnu/xml/transform/ElementNode.lo \ ! source/gnu/xml/transform/ForEachNode.lo \ ! source/gnu/xml/transform/ErrorListenerErrorHandler.lo \ ! source/gnu/xml/transform/IfNode.lo \ ! source/gnu/xml/transform/KeyFunction.lo \ ! source/gnu/xml/transform/LiteralNode.lo \ ! source/gnu/xml/transform/NodeNumberNode.lo \ ! source/gnu/xml/transform/NumberNode.lo \ ! source/gnu/xml/transform/OtherwiseNode.lo \ ! source/gnu/xml/transform/ParameterNode.lo \ ! source/gnu/xml/transform/ProcessingInstructionNode.lo \ ! source/gnu/xml/transform/SAXSerializer.lo \ ! source/gnu/xml/transform/SortKey.lo \ ! source/gnu/xml/transform/StreamSerializer.lo \ ! source/gnu/xml/transform/Stylesheet.lo \ ! source/gnu/xml/transform/Template.lo \ ! source/gnu/xml/transform/TemplateNode.lo \ ! source/gnu/xml/transform/TemplatesImpl.lo \ ! source/gnu/xml/transform/TextNode.lo \ ! source/gnu/xml/transform/TransformerFactoryImpl.lo \ ! source/gnu/xml/transform/TransformerImpl.lo \ ! source/gnu/xml/transform/URIResolverEntityResolver.lo \ ! source/gnu/xml/transform/ValueOfNode.lo \ ! source/gnu/xml/transform/WhenNode.lo \ ! source/gnu/xml/transform/WithParam.lo \ ! source/gnu/xml/transform/XSLComparator.lo \ ! source/gnu/xml/transform/XSLURIResolver.lo \ ! source/gnu/xml/transform/CurrentFunction.lo \ ! source/gnu/xml/transform/FormatNumberFunction.lo \ ! source/gnu/xml/transform/GenerateIdFunction.lo \ ! source/gnu/xml/transform/SystemPropertyFunction.lo \ ! source/gnu/xml/transform/UnparsedEntityUriFunction.lo \ ! source/gnu/xml/transform/MessageNode.lo \ ! source/gnu/xml/transform/AttributeSet.lo \ ! source/gnu/xml/transform/Key.lo ! lib_gnu_xml_la_OBJECTS = $(am_lib_gnu_xml_la_OBJECTS) ! lib_javax_xml_la_LIBADD = ! am_lib_javax_xml_la_OBJECTS = \ ! source/javax/xml/datatype/DatatypeConfigurationException.lo \ ! source/javax/xml/datatype/DatatypeConstants.lo \ ! source/javax/xml/datatype/DatatypeFactory.lo \ ! source/javax/xml/datatype/Duration.lo \ ! source/javax/xml/datatype/XMLGregorianCalendar.lo \ ! source/javax/xml/XMLConstants.lo \ ! source/javax/xml/namespace/NamespaceContext.lo \ ! source/javax/xml/namespace/QName.lo \ ! source/javax/xml/parsers/DocumentBuilder.lo \ ! source/javax/xml/parsers/DocumentBuilderFactory.lo \ ! source/javax/xml/parsers/FactoryConfigurationError.lo \ ! source/javax/xml/parsers/ParserConfigurationException.lo \ ! source/javax/xml/parsers/SAXParser.lo \ ! source/javax/xml/parsers/SAXParserFactory.lo \ ! source/javax/xml/transform/dom/DOMLocator.lo \ ! source/javax/xml/transform/dom/DOMResult.lo \ ! source/javax/xml/transform/dom/DOMSource.lo \ ! source/javax/xml/transform/sax/SAXResult.lo \ ! source/javax/xml/transform/sax/SAXSource.lo \ ! source/javax/xml/transform/sax/SAXTransformerFactory.lo \ ! source/javax/xml/transform/sax/TemplatesHandler.lo \ ! source/javax/xml/transform/sax/TransformerHandler.lo \ ! source/javax/xml/transform/ErrorListener.lo \ ! source/javax/xml/transform/OutputKeys.lo \ ! source/javax/xml/transform/Result.lo \ ! source/javax/xml/transform/Source.lo \ ! source/javax/xml/transform/SourceLocator.lo \ ! source/javax/xml/transform/Templates.lo \ ! source/javax/xml/transform/Transformer.lo \ ! source/javax/xml/transform/TransformerConfigurationException.lo \ ! source/javax/xml/transform/TransformerException.lo \ ! source/javax/xml/transform/TransformerFactory.lo \ ! source/javax/xml/transform/TransformerFactoryConfigurationError.lo \ ! source/javax/xml/transform/URIResolver.lo \ ! source/javax/xml/transform/stream/StreamResult.lo \ ! source/javax/xml/transform/stream/StreamSource.lo \ ! source/javax/xml/validation/Schema.lo \ ! source/javax/xml/validation/SchemaFactory.lo \ ! source/javax/xml/validation/TypeInfoProvider.lo \ ! source/javax/xml/validation/Validator.lo \ ! source/javax/xml/validation/ValidatorHandler.lo \ ! source/javax/xml/xpath/XPath.lo \ ! source/javax/xml/xpath/XPathConstants.lo \ ! source/javax/xml/xpath/XPathException.lo \ ! source/javax/xml/xpath/XPathExpression.lo \ ! source/javax/xml/xpath/XPathExpressionException.lo \ ! source/javax/xml/xpath/XPathFactory.lo \ ! source/javax/xml/xpath/XPathFactoryConfigurationException.lo \ ! source/javax/xml/xpath/XPathFunction.lo \ ! source/javax/xml/xpath/XPathFunctionException.lo \ ! source/javax/xml/xpath/XPathFunctionResolver.lo \ ! source/javax/xml/xpath/XPathVariableResolver.lo ! lib_javax_xml_la_OBJECTS = $(am_lib_javax_xml_la_OBJECTS) ! lib_org_w3c_dom_la_LIBADD = ! am_lib_org_w3c_dom_la_OBJECTS = \ ! source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo \ ! source/org/w3c/dom/Attr.lo source/org/w3c/dom/CDATASection.lo \ ! source/org/w3c/dom/CharacterData.lo \ ! source/org/w3c/dom/Comment.lo \ ! source/org/w3c/dom/DOMConfiguration.lo \ ! source/org/w3c/dom/DOMError.lo \ ! source/org/w3c/dom/DOMErrorHandler.lo \ ! source/org/w3c/dom/DOMException.lo \ ! source/org/w3c/dom/DOMImplementation.lo \ ! source/org/w3c/dom/DOMImplementationList.lo \ ! source/org/w3c/dom/DOMImplementationSource.lo \ ! source/org/w3c/dom/DOMLocator.lo \ ! source/org/w3c/dom/DOMStringList.lo \ ! source/org/w3c/dom/Document.lo \ ! source/org/w3c/dom/DocumentFragment.lo \ ! source/org/w3c/dom/DocumentType.lo \ ! source/org/w3c/dom/Element.lo source/org/w3c/dom/Entity.lo \ ! source/org/w3c/dom/EntityReference.lo \ ! source/org/w3c/dom/NameList.lo \ ! source/org/w3c/dom/NamedNodeMap.lo source/org/w3c/dom/Node.lo \ ! source/org/w3c/dom/NodeList.lo source/org/w3c/dom/Notation.lo \ ! source/org/w3c/dom/ProcessingInstruction.lo \ ! source/org/w3c/dom/Text.lo source/org/w3c/dom/TypeInfo.lo \ ! source/org/w3c/dom/UserDataHandler.lo \ ! source/org/w3c/dom/css/CSS2Azimuth.lo \ ! source/org/w3c/dom/css/CSS2BackgroundPosition.lo \ ! source/org/w3c/dom/css/CSS2BorderSpacing.lo \ ! source/org/w3c/dom/css/CSS2CounterIncrement.lo \ ! source/org/w3c/dom/css/CSS2CounterReset.lo \ ! source/org/w3c/dom/css/CSS2Cursor.lo \ ! source/org/w3c/dom/css/CSS2FontFaceSrc.lo \ ! source/org/w3c/dom/css/CSS2FontFaceWidths.lo \ ! source/org/w3c/dom/css/CSS2PageSize.lo \ ! source/org/w3c/dom/css/CSS2PlayDuring.lo \ ! source/org/w3c/dom/css/CSS2Properties.lo \ ! source/org/w3c/dom/css/CSS2TextShadow.lo \ ! source/org/w3c/dom/css/CSSCharsetRule.lo \ ! source/org/w3c/dom/css/CSSFontFaceRule.lo \ ! source/org/w3c/dom/css/CSSImportRule.lo \ ! source/org/w3c/dom/css/CSSMediaRule.lo \ ! source/org/w3c/dom/css/CSSPageRule.lo \ ! source/org/w3c/dom/css/CSSPrimitiveValue.lo \ ! source/org/w3c/dom/css/CSSRule.lo \ ! source/org/w3c/dom/css/CSSRuleList.lo \ ! source/org/w3c/dom/css/CSSStyleDeclaration.lo \ ! source/org/w3c/dom/css/CSSStyleRule.lo \ ! source/org/w3c/dom/css/CSSStyleSheet.lo \ ! source/org/w3c/dom/css/CSSUnknownRule.lo \ ! source/org/w3c/dom/css/CSSValue.lo \ ! source/org/w3c/dom/css/CSSValueList.lo \ ! source/org/w3c/dom/css/Counter.lo \ ! source/org/w3c/dom/css/DOMImplementationCSS.lo \ ! source/org/w3c/dom/css/DocumentCSS.lo \ ! source/org/w3c/dom/css/ElementCSSInlineStyle.lo \ ! source/org/w3c/dom/css/RGBColor.lo \ ! source/org/w3c/dom/css/Rect.lo \ ! source/org/w3c/dom/css/ViewCSS.lo \ ! source/org/w3c/dom/events/DocumentEvent.lo \ ! source/org/w3c/dom/events/Event.lo \ ! source/org/w3c/dom/events/EventException.lo \ ! source/org/w3c/dom/events/EventListener.lo \ ! source/org/w3c/dom/events/EventTarget.lo \ ! source/org/w3c/dom/events/MouseEvent.lo \ ! source/org/w3c/dom/events/MutationEvent.lo \ ! source/org/w3c/dom/events/UIEvent.lo \ ! source/org/w3c/dom/html/HTMLAnchorElement.lo \ ! source/org/w3c/dom/html/HTMLAppletElement.lo \ ! source/org/w3c/dom/html/HTMLAreaElement.lo \ ! source/org/w3c/dom/html/HTMLBRElement.lo \ ! source/org/w3c/dom/html/HTMLBaseElement.lo \ ! source/org/w3c/dom/html/HTMLBaseFontElement.lo \ ! source/org/w3c/dom/html/HTMLBodyElement.lo \ ! source/org/w3c/dom/html/HTMLButtonElement.lo \ ! source/org/w3c/dom/html/HTMLCollection.lo \ ! source/org/w3c/dom/html/HTMLDListElement.lo \ ! source/org/w3c/dom/html/HTMLDOMImplementation.lo \ ! source/org/w3c/dom/html/HTMLDirectoryElement.lo \ ! source/org/w3c/dom/html/HTMLDivElement.lo \ ! source/org/w3c/dom/html/HTMLDocument.lo \ ! source/org/w3c/dom/html/HTMLElement.lo \ ! source/org/w3c/dom/html/HTMLFieldSetElement.lo \ ! source/org/w3c/dom/html/HTMLFontElement.lo \ ! source/org/w3c/dom/html/HTMLFormElement.lo \ ! source/org/w3c/dom/html/HTMLFrameElement.lo \ ! source/org/w3c/dom/html/HTMLFrameSetElement.lo \ ! source/org/w3c/dom/html/HTMLHRElement.lo \ ! source/org/w3c/dom/html/HTMLHeadElement.lo \ ! source/org/w3c/dom/html/HTMLHeadingElement.lo \ ! source/org/w3c/dom/html/HTMLHtmlElement.lo \ ! source/org/w3c/dom/html/HTMLIFrameElement.lo \ ! source/org/w3c/dom/html/HTMLImageElement.lo \ ! source/org/w3c/dom/html/HTMLInputElement.lo \ ! source/org/w3c/dom/html/HTMLIsIndexElement.lo \ ! source/org/w3c/dom/html/HTMLLIElement.lo \ ! source/org/w3c/dom/html/HTMLLabelElement.lo \ ! source/org/w3c/dom/html/HTMLLegendElement.lo \ ! source/org/w3c/dom/html/HTMLLinkElement.lo \ ! source/org/w3c/dom/html/HTMLMapElement.lo \ ! source/org/w3c/dom/html/HTMLMenuElement.lo \ ! source/org/w3c/dom/html/HTMLMetaElement.lo \ ! source/org/w3c/dom/html/HTMLModElement.lo \ ! source/org/w3c/dom/html/HTMLOListElement.lo \ ! source/org/w3c/dom/html/HTMLObjectElement.lo \ ! source/org/w3c/dom/html/HTMLOptGroupElement.lo \ ! source/org/w3c/dom/html/HTMLOptionElement.lo \ ! source/org/w3c/dom/html/HTMLParagraphElement.lo \ ! source/org/w3c/dom/html/HTMLParamElement.lo \ ! source/org/w3c/dom/html/HTMLPreElement.lo \ ! source/org/w3c/dom/html/HTMLQuoteElement.lo \ ! source/org/w3c/dom/html/HTMLScriptElement.lo \ ! source/org/w3c/dom/html/HTMLSelectElement.lo \ ! source/org/w3c/dom/html/HTMLStyleElement.lo \ ! source/org/w3c/dom/html/HTMLTableCaptionElement.lo \ ! source/org/w3c/dom/html/HTMLTableCellElement.lo \ ! source/org/w3c/dom/html/HTMLTableColElement.lo \ ! source/org/w3c/dom/html/HTMLTableElement.lo \ ! source/org/w3c/dom/html/HTMLTableRowElement.lo \ ! source/org/w3c/dom/html/HTMLTableSectionElement.lo \ ! source/org/w3c/dom/html/HTMLTextAreaElement.lo \ ! source/org/w3c/dom/html/HTMLTitleElement.lo \ ! source/org/w3c/dom/html/HTMLUListElement.lo \ ! source/org/w3c/dom/ls/DOMImplementationLS.lo \ ! source/org/w3c/dom/ls/LSException.lo \ ! source/org/w3c/dom/ls/LSInput.lo \ ! source/org/w3c/dom/ls/LSLoadEvent.lo \ ! source/org/w3c/dom/ls/LSOutput.lo \ ! source/org/w3c/dom/ls/LSParser.lo \ ! source/org/w3c/dom/ls/LSParserFilter.lo \ ! source/org/w3c/dom/ls/LSProgressEvent.lo \ ! source/org/w3c/dom/ls/LSResourceResolver.lo \ ! source/org/w3c/dom/ls/LSSerializer.lo \ ! source/org/w3c/dom/ls/LSSerializerFilter.lo \ ! source/org/w3c/dom/ranges/DocumentRange.lo \ ! source/org/w3c/dom/ranges/Range.lo \ ! source/org/w3c/dom/ranges/RangeException.lo \ ! source/org/w3c/dom/stylesheets/DocumentStyle.lo \ ! source/org/w3c/dom/stylesheets/LinkStyle.lo \ ! source/org/w3c/dom/stylesheets/MediaList.lo \ ! source/org/w3c/dom/stylesheets/StyleSheet.lo \ ! source/org/w3c/dom/stylesheets/StyleSheetList.lo \ ! source/org/w3c/dom/traversal/DocumentTraversal.lo \ ! source/org/w3c/dom/traversal/NodeFilter.lo \ ! source/org/w3c/dom/traversal/NodeIterator.lo \ ! source/org/w3c/dom/traversal/TreeWalker.lo \ ! source/org/w3c/dom/views/AbstractView.lo \ ! source/org/w3c/dom/views/DocumentView.lo \ ! source/org/w3c/dom/xpath/XPathEvaluator.lo \ ! source/org/w3c/dom/xpath/XPathException.lo \ ! source/org/w3c/dom/xpath/XPathExpression.lo \ ! source/org/w3c/dom/xpath/XPathNSResolver.lo \ ! source/org/w3c/dom/xpath/XPathNamespace.lo \ ! source/org/w3c/dom/xpath/XPathResult.lo ! lib_org_w3c_dom_la_OBJECTS = $(am_lib_org_w3c_dom_la_OBJECTS) ! lib_org_xml_sax_la_LIBADD = ! am_lib_org_xml_sax_la_OBJECTS = source/org/xml/sax/ext/Attributes2.lo \ ! source/org/xml/sax/ext/Attributes2Impl.lo \ ! source/org/xml/sax/ext/DeclHandler.lo \ ! source/org/xml/sax/ext/DefaultHandler2.lo \ ! source/org/xml/sax/ext/EntityResolver2.lo \ ! source/org/xml/sax/ext/LexicalHandler.lo \ ! source/org/xml/sax/ext/Locator2.lo \ ! source/org/xml/sax/ext/Locator2Impl.lo \ ! source/org/xml/sax/AttributeList.lo \ ! source/org/xml/sax/Attributes.lo \ ! source/org/xml/sax/ContentHandler.lo \ ! source/org/xml/sax/DTDHandler.lo \ ! source/org/xml/sax/DocumentHandler.lo \ ! source/org/xml/sax/EntityResolver.lo \ ! source/org/xml/sax/ErrorHandler.lo \ ! source/org/xml/sax/HandlerBase.lo \ ! source/org/xml/sax/InputSource.lo \ ! source/org/xml/sax/Locator.lo source/org/xml/sax/Parser.lo \ ! source/org/xml/sax/SAXException.lo \ ! source/org/xml/sax/SAXNotRecognizedException.lo \ ! source/org/xml/sax/SAXNotSupportedException.lo \ ! source/org/xml/sax/SAXParseException.lo \ ! source/org/xml/sax/XMLFilter.lo \ ! source/org/xml/sax/XMLReader.lo \ ! source/org/xml/sax/helpers/AttributeListImpl.lo \ ! source/org/xml/sax/helpers/AttributesImpl.lo \ ! source/org/xml/sax/helpers/DefaultHandler.lo \ ! source/org/xml/sax/helpers/LocatorImpl.lo \ ! source/org/xml/sax/helpers/NamespaceSupport.lo \ ! source/org/xml/sax/helpers/NewInstance.lo \ ! source/org/xml/sax/helpers/ParserAdapter.lo \ ! source/org/xml/sax/helpers/ParserFactory.lo \ ! source/org/xml/sax/helpers/XMLFilterImpl.lo \ ! source/org/xml/sax/helpers/XMLReaderAdapter.lo \ ! source/org/xml/sax/helpers/XMLReaderFactory.lo ! lib_org_xml_sax_la_OBJECTS = $(am_lib_org_xml_sax_la_OBJECTS) ! libxmlj_la_LIBADD = ! am_libxmlj_la_OBJECTS = libxmlj_la-xmlj_dom.lo \ ! libxmlj_la-xmlj_error.lo libxmlj_la-xmlj_io.lo \ ! libxmlj_la-xmlj_node.lo libxmlj_la-xmlj_sax.lo \ ! libxmlj_la-xmlj_transform.lo libxmlj_la-xmlj_util.lo \ ! libxmlj_la-xmlj_xpath.lo ! libxmlj_la_OBJECTS = $(am_libxmlj_la_OBJECTS) ! DEFAULT_INCLUDES = -I. -I$(srcdir) ! depcomp = $(SHELL) $(top_srcdir)/config/depcomp ! am__depfiles_maybe = depfiles ! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ! $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ ! $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ! $(AM_CFLAGS) $(CFLAGS) ! CCLD = $(CC) ! LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! $(AM_LDFLAGS) $(LDFLAGS) -o $@ ! GCJCOMPILE = $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) ! LTGCJCOMPILE = $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) \ ! $(AM_GCJFLAGS) $(GCJFLAGS) ! GCJLD = $(GCJ) ! GCJLINK = $(LIBTOOL) --mode=link --tag=GCJ $(GCJLD) $(AM_GCJFLAGS) \ ! $(GCJFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ! SOURCES = $(lib_gnu_xml_la_SOURCES) $(lib_javax_xml_la_SOURCES) \ ! $(lib_org_w3c_dom_la_SOURCES) $(lib_org_xml_sax_la_SOURCES) \ ! $(libxmlj_la_SOURCES) ! DIST_SOURCES = $(lib_gnu_xml_la_SOURCES) $(lib_javax_xml_la_SOURCES) \ ! $(lib_org_w3c_dom_la_SOURCES) $(lib_org_xml_sax_la_SOURCES) \ ! $(libxmlj_la_SOURCES) ! HEADERS = $(noinst_HEADERS) ! ETAGS = etags ! CTAGS = ctags ! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ! distdir = $(PACKAGE)-$(VERSION) ! top_distdir = $(distdir) ! am__remove_distdir = \ ! { test ! -d $(distdir) \ ! || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ ! && rm -fr $(distdir); }; } ! DIST_ARCHIVES = $(distdir).tar.gz ! GZIP_ENV = --best ! distuninstallcheck_listfiles = find . -type f -print ! distcleancheck_listfiles = find . -type f -print ! ACLOCAL = @ACLOCAL@ ! AMDEP_FALSE = @AMDEP_FALSE@ ! AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ ! AUTOCONF = @AUTOCONF@ ! AUTOHEADER = @AUTOHEADER@ ! AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ + CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ + CXXDEPMODE = @CXXDEPMODE@ + CXXFLAGS = @CXXFLAGS@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ + ECHO_C = @ECHO_C@ + ECHO_N = @ECHO_N@ + ECHO_T = @ECHO_T@ EGREP = @EGREP@ + EXEEXT = @EXEEXT@ F77 = @F77@ + FFLAGS = @FFLAGS@ GCJ = @GCJ@ + GCJDEPMODE = @GCJDEPMODE@ GCJFLAGS = @GCJFLAGS@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JAR = @JAR@ JAVAH = @JAVAH@ ! LDFLAGS = @LDFLAGS@ ! LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ ! LTLIBOBJS = @LTLIBOBJS@ ! MAKEINFO = @MAKEINFO@ ! OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ + PACKAGE_NAME = @PACKAGE_NAME@ + PACKAGE_STRING = @PACKAGE_STRING@ + PACKAGE_TARNAME = @PACKAGE_TARNAME@ + PACKAGE_VERSION = @PACKAGE_VERSION@ + PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ ! SET_MAKE = @SET_MAKE@ ! SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ XML2_CONFIG = @XML2_CONFIG@ XMLJ_VERSION_MAJOR = @XMLJ_VERSION_MAJOR@ *************** XML_LIBS = @XML_LIBS@ *** 155,674 **** XSLT_CFLAGS = @XSLT_CFLAGS@ XSLT_CONFIG = @XSLT_CONFIG@ XSLT_LIBS = @XSLT_LIBS@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ ! uudecode = @uudecode@ LIBMAJOR = @XMLJ_VERSION_MAJOR@ LIBVERSION = @address@hidden@XMLJ_VERSION_MINOR@ ! ! src = @srcdir@/source ! dst = @srcdir@/classes ! doc = @srcdir@/apidoc ! sources = \ ! $(src)/org/w3c/dom/Attr.java \ ! $(src)/org/w3c/dom/CDATASection.java \ ! $(src)/org/w3c/dom/CharacterData.java \ ! $(src)/org/w3c/dom/Comment.java \ ! $(src)/org/w3c/dom/DOMConfiguration.java \ ! $(src)/org/w3c/dom/DOMError.java \ ! $(src)/org/w3c/dom/DOMErrorHandler.java \ ! $(src)/org/w3c/dom/DOMException.java \ ! $(src)/org/w3c/dom/DOMImplementation.java \ ! $(src)/org/w3c/dom/DOMImplementationList.java \ ! $(src)/org/w3c/dom/DOMImplementationSource.java \ ! $(src)/org/w3c/dom/DOMLocator.java \ ! $(src)/org/w3c/dom/DOMStringList.java \ ! $(src)/org/w3c/dom/Document.java \ ! $(src)/org/w3c/dom/DocumentFragment.java \ ! $(src)/org/w3c/dom/DocumentType.java \ ! $(src)/org/w3c/dom/Element.java \ ! $(src)/org/w3c/dom/Entity.java \ ! $(src)/org/w3c/dom/EntityReference.java \ ! $(src)/org/w3c/dom/NameList.java \ ! $(src)/org/w3c/dom/NamedNodeMap.java \ ! $(src)/org/w3c/dom/Node.java \ ! $(src)/org/w3c/dom/NodeList.java \ ! $(src)/org/w3c/dom/Notation.java \ ! $(src)/org/w3c/dom/ProcessingInstruction.java \ ! $(src)/org/w3c/dom/Text.java \ ! $(src)/org/w3c/dom/TypeInfo.java \ ! $(src)/org/w3c/dom/UserDataHandler.java \ ! $(src)/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! $(src)/org/w3c/dom/css/CSS2Azimuth.java \ ! $(src)/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! $(src)/org/w3c/dom/css/CSS2BorderSpacing.java \ ! $(src)/org/w3c/dom/css/CSS2CounterIncrement.java \ ! $(src)/org/w3c/dom/css/CSS2CounterReset.java \ ! $(src)/org/w3c/dom/css/CSS2Cursor.java \ ! $(src)/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! $(src)/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! $(src)/org/w3c/dom/css/CSS2PageSize.java \ ! $(src)/org/w3c/dom/css/CSS2PlayDuring.java \ ! $(src)/org/w3c/dom/css/CSS2Properties.java \ ! $(src)/org/w3c/dom/css/CSS2TextShadow.java \ ! $(src)/org/w3c/dom/css/CSSCharsetRule.java \ ! $(src)/org/w3c/dom/css/CSSFontFaceRule.java \ ! $(src)/org/w3c/dom/css/CSSImportRule.java \ ! $(src)/org/w3c/dom/css/CSSMediaRule.java \ ! $(src)/org/w3c/dom/css/CSSPageRule.java \ ! $(src)/org/w3c/dom/css/CSSPrimitiveValue.java \ ! $(src)/org/w3c/dom/css/CSSRule.java \ ! $(src)/org/w3c/dom/css/CSSRuleList.java \ ! $(src)/org/w3c/dom/css/CSSStyleDeclaration.java \ ! $(src)/org/w3c/dom/css/CSSStyleRule.java \ ! $(src)/org/w3c/dom/css/CSSStyleSheet.java \ ! $(src)/org/w3c/dom/css/CSSUnknownRule.java \ ! $(src)/org/w3c/dom/css/CSSValue.java \ ! $(src)/org/w3c/dom/css/CSSValueList.java \ ! $(src)/org/w3c/dom/css/Counter.java \ ! $(src)/org/w3c/dom/css/DOMImplementationCSS.java \ ! $(src)/org/w3c/dom/css/DocumentCSS.java \ ! $(src)/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! $(src)/org/w3c/dom/css/RGBColor.java \ ! $(src)/org/w3c/dom/css/Rect.java \ ! $(src)/org/w3c/dom/css/ViewCSS.java \ ! $(src)/org/w3c/dom/events/DocumentEvent.java \ ! $(src)/org/w3c/dom/events/Event.java \ ! $(src)/org/w3c/dom/events/EventException.java \ ! $(src)/org/w3c/dom/events/EventListener.java \ ! $(src)/org/w3c/dom/events/EventTarget.java \ ! $(src)/org/w3c/dom/events/MouseEvent.java \ ! $(src)/org/w3c/dom/events/MutationEvent.java \ ! $(src)/org/w3c/dom/events/UIEvent.java \ ! $(src)/org/w3c/dom/html/HTMLAnchorElement.java \ ! $(src)/org/w3c/dom/html/HTMLAppletElement.java \ ! $(src)/org/w3c/dom/html/HTMLAreaElement.java \ ! $(src)/org/w3c/dom/html/HTMLBRElement.java \ ! $(src)/org/w3c/dom/html/HTMLBaseElement.java \ ! $(src)/org/w3c/dom/html/HTMLBaseFontElement.java \ ! $(src)/org/w3c/dom/html/HTMLBodyElement.java \ ! $(src)/org/w3c/dom/html/HTMLButtonElement.java \ ! $(src)/org/w3c/dom/html/HTMLCollection.java \ ! $(src)/org/w3c/dom/html/HTMLDListElement.java \ ! $(src)/org/w3c/dom/html/HTMLDOMImplementation.java \ ! $(src)/org/w3c/dom/html/HTMLDirectoryElement.java \ ! $(src)/org/w3c/dom/html/HTMLDivElement.java \ ! $(src)/org/w3c/dom/html/HTMLDocument.java \ ! $(src)/org/w3c/dom/html/HTMLElement.java \ ! $(src)/org/w3c/dom/html/HTMLFieldSetElement.java \ ! $(src)/org/w3c/dom/html/HTMLFontElement.java \ ! $(src)/org/w3c/dom/html/HTMLFormElement.java \ ! $(src)/org/w3c/dom/html/HTMLFrameElement.java \ ! $(src)/org/w3c/dom/html/HTMLFrameSetElement.java \ ! $(src)/org/w3c/dom/html/HTMLHRElement.java \ ! $(src)/org/w3c/dom/html/HTMLHeadElement.java \ ! $(src)/org/w3c/dom/html/HTMLHeadingElement.java \ ! $(src)/org/w3c/dom/html/HTMLHtmlElement.java \ ! $(src)/org/w3c/dom/html/HTMLIFrameElement.java \ ! $(src)/org/w3c/dom/html/HTMLImageElement.java \ ! $(src)/org/w3c/dom/html/HTMLInputElement.java \ ! $(src)/org/w3c/dom/html/HTMLIsIndexElement.java \ ! $(src)/org/w3c/dom/html/HTMLLIElement.java \ ! $(src)/org/w3c/dom/html/HTMLLabelElement.java \ ! $(src)/org/w3c/dom/html/HTMLLegendElement.java \ ! $(src)/org/w3c/dom/html/HTMLLinkElement.java \ ! $(src)/org/w3c/dom/html/HTMLMapElement.java \ ! $(src)/org/w3c/dom/html/HTMLMenuElement.java \ ! $(src)/org/w3c/dom/html/HTMLMetaElement.java \ ! $(src)/org/w3c/dom/html/HTMLModElement.java \ ! $(src)/org/w3c/dom/html/HTMLOListElement.java \ ! $(src)/org/w3c/dom/html/HTMLObjectElement.java \ ! $(src)/org/w3c/dom/html/HTMLOptGroupElement.java \ ! $(src)/org/w3c/dom/html/HTMLOptionElement.java \ ! $(src)/org/w3c/dom/html/HTMLParagraphElement.java \ ! $(src)/org/w3c/dom/html/HTMLParamElement.java \ ! $(src)/org/w3c/dom/html/HTMLPreElement.java \ ! $(src)/org/w3c/dom/html/HTMLQuoteElement.java \ ! $(src)/org/w3c/dom/html/HTMLScriptElement.java \ ! $(src)/org/w3c/dom/html/HTMLSelectElement.java \ ! $(src)/org/w3c/dom/html/HTMLStyleElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableCellElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableColElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableRowElement.java \ ! $(src)/org/w3c/dom/html/HTMLTableSectionElement.java \ ! $(src)/org/w3c/dom/html/HTMLTextAreaElement.java \ ! $(src)/org/w3c/dom/html/HTMLTitleElement.java \ ! $(src)/org/w3c/dom/html/HTMLUListElement.java \ ! $(src)/org/w3c/dom/ls/DOMImplementationLS.java \ ! $(src)/org/w3c/dom/ls/LSException.java \ ! $(src)/org/w3c/dom/ls/LSInput.java \ ! $(src)/org/w3c/dom/ls/LSLoadEvent.java \ ! $(src)/org/w3c/dom/ls/LSOutput.java \ ! $(src)/org/w3c/dom/ls/LSParser.java \ ! $(src)/org/w3c/dom/ls/LSParserFilter.java \ ! $(src)/org/w3c/dom/ls/LSProgressEvent.java \ ! $(src)/org/w3c/dom/ls/LSResourceResolver.java \ ! $(src)/org/w3c/dom/ls/LSSerializer.java \ ! $(src)/org/w3c/dom/ls/LSSerializerFilter.java \ ! $(src)/org/w3c/dom/ranges/DocumentRange.java \ ! $(src)/org/w3c/dom/ranges/Range.java \ ! $(src)/org/w3c/dom/ranges/RangeException.java \ ! $(src)/org/w3c/dom/stylesheets/DocumentStyle.java \ ! $(src)/org/w3c/dom/stylesheets/LinkStyle.java \ ! $(src)/org/w3c/dom/stylesheets/MediaList.java \ ! $(src)/org/w3c/dom/stylesheets/StyleSheet.java \ ! $(src)/org/w3c/dom/stylesheets/StyleSheetList.java \ ! $(src)/org/w3c/dom/traversal/DocumentTraversal.java \ ! $(src)/org/w3c/dom/traversal/NodeFilter.java \ ! $(src)/org/w3c/dom/traversal/NodeIterator.java \ ! $(src)/org/w3c/dom/traversal/TreeWalker.java \ ! $(src)/org/w3c/dom/views/AbstractView.java \ ! $(src)/org/w3c/dom/views/DocumentView.java \ ! $(src)/org/w3c/dom/xpath/XPathEvaluator.java \ ! $(src)/org/w3c/dom/xpath/XPathException.java \ ! $(src)/org/w3c/dom/xpath/XPathExpression.java \ ! $(src)/org/w3c/dom/xpath/XPathNamespace.java \ ! $(src)/org/w3c/dom/xpath/XPathNSResolver.java \ ! $(src)/org/w3c/dom/xpath/XPathResult.java \ ! $(src)/org/xml/sax/AttributeList.java \ ! $(src)/org/xml/sax/Attributes.java \ ! $(src)/org/xml/sax/ContentHandler.java \ ! $(src)/org/xml/sax/DTDHandler.java \ ! $(src)/org/xml/sax/DocumentHandler.java \ ! $(src)/org/xml/sax/EntityResolver.java \ ! $(src)/org/xml/sax/ErrorHandler.java \ ! $(src)/org/xml/sax/HandlerBase.java \ ! $(src)/org/xml/sax/InputSource.java \ ! $(src)/org/xml/sax/Locator.java \ ! $(src)/org/xml/sax/Parser.java \ ! $(src)/org/xml/sax/SAXException.java \ ! $(src)/org/xml/sax/SAXNotRecognizedException.java \ ! $(src)/org/xml/sax/SAXNotSupportedException.java \ ! $(src)/org/xml/sax/SAXParseException.java \ ! $(src)/org/xml/sax/XMLFilter.java \ ! $(src)/org/xml/sax/XMLReader.java \ ! $(src)/org/xml/sax/ext/Attributes2.java \ ! $(src)/org/xml/sax/ext/Attributes2Impl.java \ ! $(src)/org/xml/sax/ext/DeclHandler.java \ ! $(src)/org/xml/sax/ext/DefaultHandler2.java \ ! $(src)/org/xml/sax/ext/EntityResolver2.java \ ! $(src)/org/xml/sax/ext/LexicalHandler.java \ ! $(src)/org/xml/sax/ext/Locator2.java \ ! $(src)/org/xml/sax/ext/Locator2Impl.java \ ! $(src)/org/xml/sax/helpers/AttributeListImpl.java \ ! $(src)/org/xml/sax/helpers/AttributesImpl.java \ ! $(src)/org/xml/sax/helpers/DefaultHandler.java \ ! $(src)/org/xml/sax/helpers/LocatorImpl.java \ ! $(src)/org/xml/sax/helpers/NamespaceSupport.java \ ! $(src)/org/xml/sax/helpers/NewInstance.java \ ! $(src)/org/xml/sax/helpers/ParserAdapter.java \ ! $(src)/org/xml/sax/helpers/ParserFactory.java \ ! $(src)/org/xml/sax/helpers/XMLFilterImpl.java \ ! $(src)/org/xml/sax/helpers/XMLReaderAdapter.java \ ! $(src)/org/xml/sax/helpers/XMLReaderFactory.java \ ! $(src)/javax/xml/XMLConstants.java \ ! $(src)/javax/xml/datatype/DatatypeConfigurationException.java \ ! $(src)/javax/xml/datatype/DatatypeConstants.java \ ! $(src)/javax/xml/datatype/DatatypeFactory.java \ ! $(src)/javax/xml/datatype/Duration.java \ ! $(src)/javax/xml/datatype/XMLGregorianCalendar.java \ ! $(src)/javax/xml/namespace/NamespaceContext.java \ ! $(src)/javax/xml/namespace/QName.java \ ! $(src)/javax/xml/parsers/DocumentBuilder.java \ ! $(src)/javax/xml/parsers/DocumentBuilderFactory.java \ ! $(src)/javax/xml/parsers/FactoryConfigurationError.java \ ! $(src)/javax/xml/parsers/ParserConfigurationException.java \ ! $(src)/javax/xml/parsers/SAXParser.java \ ! $(src)/javax/xml/parsers/SAXParserFactory.java \ ! $(src)/javax/xml/transform/ErrorListener.java \ ! $(src)/javax/xml/transform/OutputKeys.java \ ! $(src)/javax/xml/transform/Result.java \ ! $(src)/javax/xml/transform/Source.java \ ! $(src)/javax/xml/transform/SourceLocator.java \ ! $(src)/javax/xml/transform/Templates.java \ ! $(src)/javax/xml/transform/Transformer.java \ ! $(src)/javax/xml/transform/TransformerConfigurationException.java \ ! $(src)/javax/xml/transform/TransformerException.java \ ! $(src)/javax/xml/transform/TransformerFactory.java \ ! $(src)/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! $(src)/javax/xml/transform/URIResolver.java \ ! $(src)/javax/xml/transform/dom/DOMLocator.java \ ! $(src)/javax/xml/transform/dom/DOMResult.java \ ! $(src)/javax/xml/transform/dom/DOMSource.java \ ! $(src)/javax/xml/transform/sax/SAXResult.java \ ! $(src)/javax/xml/transform/sax/SAXSource.java \ ! $(src)/javax/xml/transform/sax/SAXTransformerFactory.java \ ! $(src)/javax/xml/transform/sax/TemplatesHandler.java \ ! $(src)/javax/xml/transform/sax/TransformerHandler.java \ ! $(src)/javax/xml/transform/stream/StreamResult.java \ ! $(src)/javax/xml/transform/stream/StreamSource.java \ ! $(src)/javax/xml/validation/Schema.java \ ! $(src)/javax/xml/validation/SchemaFactory.java \ ! $(src)/javax/xml/validation/TypeInfoProvider.java \ ! $(src)/javax/xml/validation/Validator.java \ ! $(src)/javax/xml/validation/ValidatorHandler.java \ ! $(src)/javax/xml/xpath/XPath.java \ ! $(src)/javax/xml/xpath/XPathConstants.java \ ! $(src)/javax/xml/xpath/XPathException.java \ ! $(src)/javax/xml/xpath/XPathExpression.java \ ! $(src)/javax/xml/xpath/XPathExpressionException.java \ ! $(src)/javax/xml/xpath/XPathFactory.java \ ! $(src)/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! $(src)/javax/xml/xpath/XPathFunction.java \ ! $(src)/javax/xml/xpath/XPathFunctionResolver.java \ ! $(src)/javax/xml/xpath/XPathFunctionException.java \ ! $(src)/javax/xml/xpath/XPathVariableResolver.java \ ! $(src)/gnu/xml/aelfred2/ContentHandler2.java \ ! $(src)/gnu/xml/aelfred2/JAXPFactory.java \ ! $(src)/gnu/xml/aelfred2/SAXDriver.java \ ! $(src)/gnu/xml/aelfred2/XmlParser.java \ ! $(src)/gnu/xml/aelfred2/XmlReader.java \ ! $(src)/gnu/xml/dom/Consumer.java \ ! $(src)/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! $(src)/gnu/xml/dom/DTDElementTypeInfo.java \ ! $(src)/gnu/xml/dom/DomAttr.java \ ! $(src)/gnu/xml/dom/DomCDATA.java \ ! $(src)/gnu/xml/dom/DomCharacterData.java \ ! $(src)/gnu/xml/dom/DomComment.java \ ! $(src)/gnu/xml/dom/DomDoctype.java \ ! $(src)/gnu/xml/dom/DomDocument.java \ ! $(src)/gnu/xml/dom/DomDocumentBuilder.java \ ! $(src)/gnu/xml/dom/DomDocumentBuilderFactory.java \ ! $(src)/gnu/xml/dom/DomDocumentConfiguration.java \ ! $(src)/gnu/xml/dom/DomElement.java \ ! $(src)/gnu/xml/dom/DomEntity.java \ ! $(src)/gnu/xml/dom/DomEntityReference.java \ ! $(src)/gnu/xml/dom/DomEvent.java \ ! $(src)/gnu/xml/dom/DomEx.java \ ! $(src)/gnu/xml/dom/DomExtern.java \ ! $(src)/gnu/xml/dom/DomFragment.java \ ! $(src)/gnu/xml/dom/DomImpl.java \ ! $(src)/gnu/xml/dom/DomIterator.java \ ! $(src)/gnu/xml/dom/DomNamedNodeMap.java \ ! $(src)/gnu/xml/dom/DomNode.java \ ! $(src)/gnu/xml/dom/DomNotation.java \ ! $(src)/gnu/xml/dom/DomNsNode.java \ ! $(src)/gnu/xml/dom/DomNSResolverContext.java \ ! $(src)/gnu/xml/dom/DomPI.java \ ! $(src)/gnu/xml/dom/DomText.java \ ! $(src)/gnu/xml/dom/DomXPathExpression.java \ ! $(src)/gnu/xml/dom/DomXPathNSResolver.java \ ! $(src)/gnu/xml/dom/DomXPathResult.java \ ! $(src)/gnu/xml/dom/ImplementationSource.java \ ! $(src)/gnu/xml/dom/ImplementationList.java \ ! $(src)/gnu/xml/dom/JAXPFactory.java \ ! $(src)/gnu/xml/dom/ls/DomLSEx.java \ ! $(src)/gnu/xml/dom/ls/DomLSInput.java \ ! $(src)/gnu/xml/dom/ls/DomLSOutput.java \ ! $(src)/gnu/xml/dom/ls/DomLSParser.java \ ! $(src)/gnu/xml/dom/ls/DomLSSerializer.java \ ! $(src)/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! $(src)/gnu/xml/dom/ls/ReaderInputStream.java \ ! $(src)/gnu/xml/dom/ls/SAXEventSink.java \ ! $(src)/gnu/xml/dom/ls/WriterOutputStream.java \ ! $(src)/gnu/xml/pipeline/CallFilter.java \ ! $(src)/gnu/xml/pipeline/DomConsumer.java \ ! $(src)/gnu/xml/pipeline/EventConsumer.java \ ! $(src)/gnu/xml/pipeline/EventFilter.java \ ! $(src)/gnu/xml/pipeline/LinkFilter.java \ ! $(src)/gnu/xml/pipeline/NSFilter.java \ ! $(src)/gnu/xml/pipeline/PipelineFactory.java \ ! $(src)/gnu/xml/pipeline/TeeConsumer.java \ ! $(src)/gnu/xml/pipeline/TextConsumer.java \ ! $(src)/gnu/xml/pipeline/ValidationConsumer.java \ ! $(src)/gnu/xml/pipeline/WellFormednessFilter.java \ ! $(src)/gnu/xml/pipeline/XIncludeFilter.java \ ! $(src)/gnu/xml/pipeline/XsltFilter.java \ ! $(src)/gnu/xml/xpath/AndExpr.java \ ! $(src)/gnu/xml/xpath/ArithmeticExpr.java \ ! $(src)/gnu/xml/xpath/BooleanFunction.java \ ! $(src)/gnu/xml/xpath/CeilingFunction.java \ ! $(src)/gnu/xml/xpath/ConcatFunction.java \ ! $(src)/gnu/xml/xpath/Constant.java \ ! $(src)/gnu/xml/xpath/ContainsFunction.java \ ! $(src)/gnu/xml/xpath/CountFunction.java \ ! $(src)/gnu/xml/xpath/DocumentOrderComparator.java \ ! $(src)/gnu/xml/xpath/EqualityExpr.java \ ! $(src)/gnu/xml/xpath/Expr.java \ ! $(src)/gnu/xml/xpath/FalseFunction.java \ ! $(src)/gnu/xml/xpath/FloorFunction.java \ ! $(src)/gnu/xml/xpath/Function.java \ ! $(src)/gnu/xml/xpath/FunctionCall.java \ ! $(src)/gnu/xml/xpath/IdFunction.java \ ! $(src)/gnu/xml/xpath/LangFunction.java \ ! $(src)/gnu/xml/xpath/LastFunction.java \ ! $(src)/gnu/xml/xpath/LocalNameFunction.java \ ! $(src)/gnu/xml/xpath/NameFunction.java \ ! $(src)/gnu/xml/xpath/NamespaceUriFunction.java \ ! $(src)/gnu/xml/xpath/NamespaceTest.java \ ! $(src)/gnu/xml/xpath/NameTest.java \ ! $(src)/gnu/xml/xpath/NegativeExpr.java \ ! $(src)/gnu/xml/xpath/NodeTypeTest.java \ ! $(src)/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! $(src)/gnu/xml/xpath/NotFunction.java \ ! $(src)/gnu/xml/xpath/NumberFunction.java \ ! $(src)/gnu/xml/xpath/OrExpr.java \ ! $(src)/gnu/xml/xpath/ParenthesizedExpr.java \ ! $(src)/gnu/xml/xpath/Path.java \ ! $(src)/gnu/xml/xpath/Pattern.java \ ! $(src)/gnu/xml/xpath/Predicate.java \ ! $(src)/gnu/xml/xpath/PositionFunction.java \ ! $(src)/gnu/xml/xpath/RelationalExpr.java \ ! $(src)/gnu/xml/xpath/Root.java \ ! $(src)/gnu/xml/xpath/RoundFunction.java \ ! $(src)/gnu/xml/xpath/Selector.java \ ! $(src)/gnu/xml/xpath/Steps.java \ ! $(src)/gnu/xml/xpath/StartsWithFunction.java \ ! $(src)/gnu/xml/xpath/StringFunction.java \ ! $(src)/gnu/xml/xpath/StringLengthFunction.java \ ! $(src)/gnu/xml/xpath/SubstringAfterFunction.java \ ! $(src)/gnu/xml/xpath/SubstringBeforeFunction.java \ ! $(src)/gnu/xml/xpath/SubstringFunction.java \ ! $(src)/gnu/xml/xpath/SumFunction.java \ ! $(src)/gnu/xml/xpath/Test.java \ ! $(src)/gnu/xml/xpath/TranslateFunction.java \ ! $(src)/gnu/xml/xpath/TrueFunction.java \ ! $(src)/gnu/xml/xpath/UnionExpr.java \ ! $(src)/gnu/xml/xpath/VariableReference.java \ ! $(src)/gnu/xml/xpath/XPathImpl.java \ ! $(src)/gnu/xml/xpath/XPathFactoryImpl.java \ ! $(src)/gnu/xml/xpath/XPathTokenizer.java \ ! $(src)/gnu/xml/xpath/XPathParser.java \ ! $(src)/gnu/xml/xpath/XPathTest.java \ ! $(src)/gnu/xml/transform/AbstractNumberNode.java \ ! $(src)/gnu/xml/transform/ApplyTemplatesNode.java \ ! $(src)/gnu/xml/transform/AttributeNode.java \ ! $(src)/gnu/xml/transform/AttributeSet.java \ ! $(src)/gnu/xml/transform/Bindings.java \ ! $(src)/gnu/xml/transform/CallTemplateNode.java \ ! $(src)/gnu/xml/transform/ChooseNode.java \ ! $(src)/gnu/xml/transform/CommentNode.java \ ! $(src)/gnu/xml/transform/CopyNode.java \ ! $(src)/gnu/xml/transform/CopyOfNode.java \ ! $(src)/gnu/xml/transform/CurrentFunction.java \ ! $(src)/gnu/xml/transform/DocumentFunction.java \ ! $(src)/gnu/xml/transform/DOMSourceLocator.java \ ! $(src)/gnu/xml/transform/ElementNode.java \ ! $(src)/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! $(src)/gnu/xml/transform/ForEachNode.java \ ! $(src)/gnu/xml/transform/FormatNumberFunction.java \ ! $(src)/gnu/xml/transform/GenerateIdFunction.java \ ! $(src)/gnu/xml/transform/IfNode.java \ ! $(src)/gnu/xml/transform/Key.java \ ! $(src)/gnu/xml/transform/KeyFunction.java \ ! $(src)/gnu/xml/transform/LiteralNode.java \ ! $(src)/gnu/xml/transform/MessageNode.java \ ! $(src)/gnu/xml/transform/NodeNumberNode.java \ ! $(src)/gnu/xml/transform/NumberNode.java \ ! $(src)/gnu/xml/transform/OtherwiseNode.java \ ! $(src)/gnu/xml/transform/ParameterNode.java \ ! $(src)/gnu/xml/transform/ProcessingInstructionNode.java \ ! $(src)/gnu/xml/transform/SAXSerializer.java \ ! $(src)/gnu/xml/transform/SortKey.java \ ! $(src)/gnu/xml/transform/StreamSerializer.java \ ! $(src)/gnu/xml/transform/Stylesheet.java \ ! $(src)/gnu/xml/transform/SystemPropertyFunction.java \ ! $(src)/gnu/xml/transform/Template.java \ ! $(src)/gnu/xml/transform/TemplateNode.java \ ! $(src)/gnu/xml/transform/TemplatesImpl.java \ ! $(src)/gnu/xml/transform/TextNode.java \ ! $(src)/gnu/xml/transform/TransformerFactoryImpl.java \ ! $(src)/gnu/xml/transform/TransformerImpl.java \ ! $(src)/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! $(src)/gnu/xml/transform/URIResolverEntityResolver.java \ ! $(src)/gnu/xml/transform/ValueOfNode.java \ ! $(src)/gnu/xml/transform/WhenNode.java \ ! $(src)/gnu/xml/transform/WithParam.java \ ! $(src)/gnu/xml/transform/XSLComparator.java \ ! $(src)/gnu/xml/transform/XSLURIResolver.java \ ! $(src)/gnu/xml/util/DoParse.java \ ! $(src)/gnu/xml/util/DomParser.java \ ! $(src)/gnu/xml/util/Resolver.java \ ! $(src)/gnu/xml/util/SAXNullTransformerFactory.java \ ! $(src)/gnu/xml/util/XCat.java \ ! $(src)/gnu/xml/util/XHTMLWriter.java \ ! $(src)/gnu/xml/util/XMLWriter.java \ ! $(src)/gnu/xml/libxmlj/RawData.java \ ! $(src)/gnu/xml/libxmlj/RawData32.java \ ! $(src)/gnu/xml/libxmlj/RawData64.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! $(src)/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! $(src)/gnu/xml/libxmlj/sax/Namespaces.java \ ! $(src)/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! $(src)/gnu/xml/libxmlj/sax/XMLName.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeComment.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeElement.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNode.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeText.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! $(src)/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! $(src)/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! $(src)/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! $(src)/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! $(src)/gnu/xml/libxmlj/transform/TransformTest.java \ ! $(src)/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! $(src)/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! $(src)/gnu/xml/libxmlj/util/NamedInputStream.java \ ! $(src)/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! $(src)/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! $(src)/gnu/xml/libxmlj/util/XMLJ.java ! ! ! classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(sources)) ! ! headers = \ ! gnu_xml_libxmlj_sax_GnomeLocator.h \ ! gnu_xml_libxmlj_sax_GnomeXMLReader.h \ ! gnu_xml_libxmlj_dom_GnomeAttr.h \ ! gnu_xml_libxmlj_dom_GnomeDocument.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentType.h \ ! gnu_xml_libxmlj_dom_GnomeElement.h \ ! gnu_xml_libxmlj_dom_GnomeEntity.h \ ! gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h \ ! gnu_xml_libxmlj_dom_GnomeNode.h \ ! gnu_xml_libxmlj_dom_GnomeNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeNotation.h \ ! gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h \ ! gnu_xml_libxmlj_dom_GnomeTypeInfo.h \ ! gnu_xml_libxmlj_dom_GnomeXPathExpression.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h \ ! gnu_xml_libxmlj_dom_GnomeXPathResult.h \ ! gnu_xml_libxmlj_transform_GnomeTransformerFactory.h \ ! gnu_xml_libxmlj_transform_GnomeTransformer.h ! jni_sources = \ ! xmlj_dom.c \ ! xmlj_error.c \ ! xmlj_io.c \ ! xmlj_node.c \ ! xmlj_sax.c \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_xpath.c ! jni_objects = $(patsubst %.c, %.o, $(jni_sources)) jni_lobjects = $(patsubst %.c, %.lo, $(jni_sources)) - libj_jarfile = gnujaxp.jar #XMLJ_LFLAGS= -shared $(SOFLAGS) $(LDFLAGS) $(XML_LDFLAGS) $(XSLT_LDFLAGS) -release $(LIBVERSION) -export-dynamic -D_JNI_IMPLEMENTATION_ --- 671,1199 ---- XSLT_CFLAGS = @XSLT_CFLAGS@ XSLT_CONFIG = @XSLT_CONFIG@ XSLT_LIBS = @XSLT_LIBS@ + ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ + ac_ct_RANLIB = @ac_ct_RANLIB@ + ac_ct_STRIP = @ac_ct_STRIP@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ + am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ + am__fastdepGCJ_FALSE = @am__fastdepGCJ_FALSE@ + am__fastdepGCJ_TRUE = @am__fastdepGCJ_TRUE@ am__include = @am__include@ + am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ + am__tar = @am__tar@ + am__untar = @am__untar@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ + exec_prefix = @exec_prefix@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ + includedir = @includedir@ + infodir = @infodir@ install_sh = @install_sh@ ! libdir = @libdir@ ! libexecdir = @libexecdir@ ! localstatedir = @localstatedir@ ! mandir = @mandir@ ! mkdir_p = @mkdir_p@ ! oldincludedir = @oldincludedir@ ! prefix = @prefix@ ! program_transform_name = @program_transform_name@ ! sbindir = @sbindir@ ! sharedstatedir = @sharedstatedir@ ! sysconfdir = @sysconfdir@ ! target_alias = @target_alias@ ! JAVADOC = javadoc LIBMAJOR = @XMLJ_VERSION_MAJOR@ LIBVERSION = @address@hidden@XMLJ_VERSION_MINOR@ ! GCJ_CLASS_FLAGS = -fassume-compiled -I$(srcdir)/source ! AM_GCJFLAGS = -fjni -fassume-compiled -I$(srcdir)/source sources = \ ! source/gnu/xml/aelfred2/JAXPFactory.java \ ! source/gnu/xml/aelfred2/SAXDriver.java \ ! source/gnu/xml/aelfred2/XmlParser.java \ ! source/gnu/xml/aelfred2/XmlReader.java \ ! source/gnu/xml/aelfred2/ContentHandler2.java \ ! source/gnu/xml/dom/ls/DomLSEx.java \ ! source/gnu/xml/dom/ls/DomLSInput.java \ ! source/gnu/xml/dom/ls/DomLSOutput.java \ ! source/gnu/xml/dom/ls/DomLSParser.java \ ! source/gnu/xml/dom/ls/DomLSSerializer.java \ ! source/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! source/gnu/xml/dom/ls/ReaderInputStream.java \ ! source/gnu/xml/dom/ls/SAXEventSink.java \ ! source/gnu/xml/dom/ls/WriterOutputStream.java \ ! source/gnu/xml/dom/Consumer.java \ ! source/gnu/xml/dom/DomAttr.java \ ! source/gnu/xml/dom/DomCDATA.java \ ! source/gnu/xml/dom/DomCharacterData.java \ ! source/gnu/xml/dom/DomComment.java \ ! source/gnu/xml/dom/DomDoctype.java \ ! source/gnu/xml/dom/DomDocument.java \ ! source/gnu/xml/dom/DomElement.java \ ! source/gnu/xml/dom/DomEntity.java \ ! source/gnu/xml/dom/DomEntityReference.java \ ! source/gnu/xml/dom/DomEvent.java \ ! source/gnu/xml/dom/DomEx.java \ ! source/gnu/xml/dom/DomExtern.java \ ! source/gnu/xml/dom/DomFragment.java \ ! source/gnu/xml/dom/DomImpl.java \ ! source/gnu/xml/dom/DomIterator.java \ ! source/gnu/xml/dom/DomNamedNodeMap.java \ ! source/gnu/xml/dom/DomNode.java \ ! source/gnu/xml/dom/DomNotation.java \ ! source/gnu/xml/dom/DomNsNode.java \ ! source/gnu/xml/dom/DomPI.java \ ! source/gnu/xml/dom/DomText.java \ ! source/gnu/xml/dom/DomXPathExpression.java \ ! source/gnu/xml/dom/DomXPathNSResolver.java \ ! source/gnu/xml/dom/DomXPathResult.java \ ! source/gnu/xml/dom/ImplementationList.java \ ! source/gnu/xml/dom/ImplementationSource.java \ ! source/gnu/xml/dom/JAXPFactory.java \ ! source/gnu/xml/dom/DomNSResolverContext.java \ ! source/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! source/gnu/xml/dom/DTDElementTypeInfo.java \ ! source/gnu/xml/dom/DomDocumentConfiguration.java \ ! source/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! source/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! source/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! source/gnu/xml/libxmlj/dom/GnomeComment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! source/gnu/xml/libxmlj/dom/GnomeElement.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! source/gnu/xml/libxmlj/dom/GnomeNode.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! source/gnu/xml/libxmlj/dom/GnomeText.java \ ! source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! source/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! source/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! source/gnu/xml/libxmlj/sax/Namespaces.java \ ! source/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! source/gnu/xml/libxmlj/sax/XMLName.java \ ! source/gnu/xml/libxmlj/RawData.java \ ! source/gnu/xml/libxmlj/RawData32.java \ ! source/gnu/xml/libxmlj/RawData64.java \ ! source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! source/gnu/xml/libxmlj/transform/TransformTest.java \ ! source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! source/gnu/xml/libxmlj/util/NamedInputStream.java \ ! source/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! source/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! source/gnu/xml/libxmlj/util/XMLJ.java \ ! source/gnu/xml/pipeline/CallFilter.java \ ! source/gnu/xml/pipeline/DomConsumer.java \ ! source/gnu/xml/pipeline/EventConsumer.java \ ! source/gnu/xml/pipeline/EventFilter.java \ ! source/gnu/xml/pipeline/LinkFilter.java \ ! source/gnu/xml/pipeline/NSFilter.java \ ! source/gnu/xml/pipeline/PipelineFactory.java \ ! source/gnu/xml/pipeline/TeeConsumer.java \ ! source/gnu/xml/pipeline/TextConsumer.java \ ! source/gnu/xml/pipeline/ValidationConsumer.java \ ! source/gnu/xml/pipeline/WellFormednessFilter.java \ ! source/gnu/xml/pipeline/XIncludeFilter.java \ ! source/gnu/xml/pipeline/XsltFilter.java \ ! source/gnu/xml/util/DoParse.java \ ! source/gnu/xml/util/DomParser.java \ ! source/gnu/xml/util/Resolver.java \ ! source/gnu/xml/util/SAXNullTransformerFactory.java \ ! source/gnu/xml/util/XCat.java \ ! source/gnu/xml/util/XHTMLWriter.java \ ! source/gnu/xml/util/XMLWriter.java \ ! source/gnu/xml/xpath/AndExpr.java \ ! source/gnu/xml/xpath/ArithmeticExpr.java \ ! source/gnu/xml/xpath/Constant.java \ ! source/gnu/xml/xpath/EqualityExpr.java \ ! source/gnu/xml/xpath/Expr.java \ ! source/gnu/xml/xpath/Function.java \ ! source/gnu/xml/xpath/FunctionCall.java \ ! source/gnu/xml/xpath/NameTest.java \ ! source/gnu/xml/xpath/NegativeExpr.java \ ! source/gnu/xml/xpath/NodeTypeTest.java \ ! source/gnu/xml/xpath/OrExpr.java \ ! source/gnu/xml/xpath/ParenthesizedExpr.java \ ! source/gnu/xml/xpath/Path.java \ ! source/gnu/xml/xpath/RelationalExpr.java \ ! source/gnu/xml/xpath/Root.java \ ! source/gnu/xml/xpath/Selector.java \ ! source/gnu/xml/xpath/Steps.java \ ! source/gnu/xml/xpath/Test.java \ ! source/gnu/xml/xpath/UnionExpr.java \ ! source/gnu/xml/xpath/XPathParser.java \ ! source/gnu/xml/xpath/XPathTokenizer.java \ ! source/gnu/xml/xpath/BooleanFunction.java \ ! source/gnu/xml/xpath/CeilingFunction.java \ ! source/gnu/xml/xpath/ConcatFunction.java \ ! source/gnu/xml/xpath/ContainsFunction.java \ ! source/gnu/xml/xpath/CountFunction.java \ ! source/gnu/xml/xpath/DocumentOrderComparator.java \ ! source/gnu/xml/xpath/FalseFunction.java \ ! source/gnu/xml/xpath/FloorFunction.java \ ! source/gnu/xml/xpath/IdFunction.java \ ! source/gnu/xml/xpath/LangFunction.java \ ! source/gnu/xml/xpath/LastFunction.java \ ! source/gnu/xml/xpath/LocalNameFunction.java \ ! source/gnu/xml/xpath/NameFunction.java \ ! source/gnu/xml/xpath/NamespaceUriFunction.java \ ! source/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! source/gnu/xml/xpath/NotFunction.java \ ! source/gnu/xml/xpath/NumberFunction.java \ ! source/gnu/xml/xpath/PositionFunction.java \ ! source/gnu/xml/xpath/RoundFunction.java \ ! source/gnu/xml/xpath/StartsWithFunction.java \ ! source/gnu/xml/xpath/StringFunction.java \ ! source/gnu/xml/xpath/StringLengthFunction.java \ ! source/gnu/xml/xpath/SubstringAfterFunction.java \ ! source/gnu/xml/xpath/SubstringBeforeFunction.java \ ! source/gnu/xml/xpath/SubstringFunction.java \ ! source/gnu/xml/xpath/SumFunction.java \ ! source/gnu/xml/xpath/TranslateFunction.java \ ! source/gnu/xml/xpath/TrueFunction.java \ ! source/gnu/xml/xpath/VariableReference.java \ ! source/gnu/xml/xpath/XPathFactoryImpl.java \ ! source/gnu/xml/xpath/XPathImpl.java \ ! source/gnu/xml/xpath/XPathTest.java \ ! source/gnu/xml/xpath/Pattern.java \ ! source/gnu/xml/xpath/Predicate.java \ ! source/gnu/xml/xpath/NamespaceTest.java \ ! source/gnu/xml/transform/AbstractNumberNode.java \ ! source/gnu/xml/transform/ApplyTemplatesNode.java \ ! source/gnu/xml/transform/AttributeNode.java \ ! source/gnu/xml/transform/Bindings.java \ ! source/gnu/xml/transform/CallTemplateNode.java \ ! source/gnu/xml/transform/ChooseNode.java \ ! source/gnu/xml/transform/CommentNode.java \ ! source/gnu/xml/transform/CopyNode.java \ ! source/gnu/xml/transform/CopyOfNode.java \ ! source/gnu/xml/transform/DOMSourceLocator.java \ ! source/gnu/xml/transform/DocumentFunction.java \ ! source/gnu/xml/transform/ElementNode.java \ ! source/gnu/xml/transform/ForEachNode.java \ ! source/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/transform/IfNode.java \ ! source/gnu/xml/transform/KeyFunction.java \ ! source/gnu/xml/transform/LiteralNode.java \ ! source/gnu/xml/transform/NodeNumberNode.java \ ! source/gnu/xml/transform/NumberNode.java \ ! source/gnu/xml/transform/OtherwiseNode.java \ ! source/gnu/xml/transform/ParameterNode.java \ ! source/gnu/xml/transform/ProcessingInstructionNode.java \ ! source/gnu/xml/transform/SAXSerializer.java \ ! source/gnu/xml/transform/SortKey.java \ ! source/gnu/xml/transform/StreamSerializer.java \ ! source/gnu/xml/transform/Stylesheet.java \ ! source/gnu/xml/transform/Template.java \ ! source/gnu/xml/transform/TemplateNode.java \ ! source/gnu/xml/transform/TemplatesImpl.java \ ! source/gnu/xml/transform/TextNode.java \ ! source/gnu/xml/transform/TransformerFactoryImpl.java \ ! source/gnu/xml/transform/TransformerImpl.java \ ! source/gnu/xml/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/transform/ValueOfNode.java \ ! source/gnu/xml/transform/WhenNode.java \ ! source/gnu/xml/transform/WithParam.java \ ! source/gnu/xml/transform/XSLComparator.java \ ! source/gnu/xml/transform/XSLURIResolver.java \ ! source/gnu/xml/transform/CurrentFunction.java \ ! source/gnu/xml/transform/FormatNumberFunction.java \ ! source/gnu/xml/transform/GenerateIdFunction.java \ ! source/gnu/xml/transform/SystemPropertyFunction.java \ ! source/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! source/gnu/xml/transform/MessageNode.java \ ! source/gnu/xml/transform/AttributeSet.java \ ! source/gnu/xml/transform/Key.java \ ! source/javax/xml/datatype/DatatypeConfigurationException.java \ ! source/javax/xml/datatype/DatatypeConstants.java \ ! source/javax/xml/datatype/DatatypeFactory.java \ ! source/javax/xml/datatype/Duration.java \ ! source/javax/xml/datatype/XMLGregorianCalendar.java \ ! source/javax/xml/XMLConstants.java \ ! source/javax/xml/namespace/NamespaceContext.java \ ! source/javax/xml/namespace/QName.java \ ! source/javax/xml/parsers/DocumentBuilder.java \ ! source/javax/xml/parsers/DocumentBuilderFactory.java \ ! source/javax/xml/parsers/FactoryConfigurationError.java \ ! source/javax/xml/parsers/ParserConfigurationException.java \ ! source/javax/xml/parsers/SAXParser.java \ ! source/javax/xml/parsers/SAXParserFactory.java \ ! source/javax/xml/transform/dom/DOMLocator.java \ ! source/javax/xml/transform/dom/DOMResult.java \ ! source/javax/xml/transform/dom/DOMSource.java \ ! source/javax/xml/transform/sax/SAXResult.java \ ! source/javax/xml/transform/sax/SAXSource.java \ ! source/javax/xml/transform/sax/SAXTransformerFactory.java \ ! source/javax/xml/transform/sax/TemplatesHandler.java \ ! source/javax/xml/transform/sax/TransformerHandler.java \ ! source/javax/xml/transform/ErrorListener.java \ ! source/javax/xml/transform/OutputKeys.java \ ! source/javax/xml/transform/Result.java \ ! source/javax/xml/transform/Source.java \ ! source/javax/xml/transform/SourceLocator.java \ ! source/javax/xml/transform/Templates.java \ ! source/javax/xml/transform/Transformer.java \ ! source/javax/xml/transform/TransformerConfigurationException.java \ ! source/javax/xml/transform/TransformerException.java \ ! source/javax/xml/transform/TransformerFactory.java \ ! source/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! source/javax/xml/transform/URIResolver.java \ ! source/javax/xml/transform/stream/StreamResult.java \ ! source/javax/xml/transform/stream/StreamSource.java \ ! source/javax/xml/validation/Schema.java \ ! source/javax/xml/validation/SchemaFactory.java \ ! source/javax/xml/validation/TypeInfoProvider.java \ ! source/javax/xml/validation/Validator.java \ ! source/javax/xml/validation/ValidatorHandler.java \ ! source/javax/xml/xpath/XPath.java \ ! source/javax/xml/xpath/XPathConstants.java \ ! source/javax/xml/xpath/XPathException.java \ ! source/javax/xml/xpath/XPathExpression.java \ ! source/javax/xml/xpath/XPathExpressionException.java \ ! source/javax/xml/xpath/XPathFactory.java \ ! source/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! source/javax/xml/xpath/XPathFunction.java \ ! source/javax/xml/xpath/XPathFunctionException.java \ ! source/javax/xml/xpath/XPathFunctionResolver.java \ ! source/javax/xml/xpath/XPathVariableResolver.java \ ! source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! source/org/w3c/dom/Attr.java \ ! source/org/w3c/dom/CDATASection.java \ ! source/org/w3c/dom/CharacterData.java \ ! source/org/w3c/dom/Comment.java \ ! source/org/w3c/dom/DOMConfiguration.java \ ! source/org/w3c/dom/DOMError.java \ ! source/org/w3c/dom/DOMErrorHandler.java \ ! source/org/w3c/dom/DOMException.java \ ! source/org/w3c/dom/DOMImplementation.java \ ! source/org/w3c/dom/DOMImplementationList.java \ ! source/org/w3c/dom/DOMImplementationSource.java \ ! source/org/w3c/dom/DOMLocator.java \ ! source/org/w3c/dom/DOMStringList.java \ ! source/org/w3c/dom/Document.java \ ! source/org/w3c/dom/DocumentFragment.java \ ! source/org/w3c/dom/DocumentType.java \ ! source/org/w3c/dom/Element.java \ ! source/org/w3c/dom/Entity.java \ ! source/org/w3c/dom/EntityReference.java \ ! source/org/w3c/dom/NameList.java \ ! source/org/w3c/dom/NamedNodeMap.java \ ! source/org/w3c/dom/Node.java \ ! source/org/w3c/dom/NodeList.java \ ! source/org/w3c/dom/Notation.java \ ! source/org/w3c/dom/ProcessingInstruction.java \ ! source/org/w3c/dom/Text.java \ ! source/org/w3c/dom/TypeInfo.java \ ! source/org/w3c/dom/UserDataHandler.java \ ! source/org/w3c/dom/css/CSS2Azimuth.java \ ! source/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! source/org/w3c/dom/css/CSS2BorderSpacing.java \ ! source/org/w3c/dom/css/CSS2CounterIncrement.java \ ! source/org/w3c/dom/css/CSS2CounterReset.java \ ! source/org/w3c/dom/css/CSS2Cursor.java \ ! source/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! source/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! source/org/w3c/dom/css/CSS2PageSize.java \ ! source/org/w3c/dom/css/CSS2PlayDuring.java \ ! source/org/w3c/dom/css/CSS2Properties.java \ ! source/org/w3c/dom/css/CSS2TextShadow.java \ ! source/org/w3c/dom/css/CSSCharsetRule.java \ ! source/org/w3c/dom/css/CSSFontFaceRule.java \ ! source/org/w3c/dom/css/CSSImportRule.java \ ! source/org/w3c/dom/css/CSSMediaRule.java \ ! source/org/w3c/dom/css/CSSPageRule.java \ ! source/org/w3c/dom/css/CSSPrimitiveValue.java \ ! source/org/w3c/dom/css/CSSRule.java \ ! source/org/w3c/dom/css/CSSRuleList.java \ ! source/org/w3c/dom/css/CSSStyleDeclaration.java \ ! source/org/w3c/dom/css/CSSStyleRule.java \ ! source/org/w3c/dom/css/CSSStyleSheet.java \ ! source/org/w3c/dom/css/CSSUnknownRule.java \ ! source/org/w3c/dom/css/CSSValue.java \ ! source/org/w3c/dom/css/CSSValueList.java \ ! source/org/w3c/dom/css/Counter.java \ ! source/org/w3c/dom/css/DOMImplementationCSS.java \ ! source/org/w3c/dom/css/DocumentCSS.java \ ! source/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! source/org/w3c/dom/css/RGBColor.java \ ! source/org/w3c/dom/css/Rect.java \ ! source/org/w3c/dom/css/ViewCSS.java \ ! source/org/w3c/dom/events/DocumentEvent.java \ ! source/org/w3c/dom/events/Event.java \ ! source/org/w3c/dom/events/EventException.java \ ! source/org/w3c/dom/events/EventListener.java \ ! source/org/w3c/dom/events/EventTarget.java \ ! source/org/w3c/dom/events/MouseEvent.java \ ! source/org/w3c/dom/events/MutationEvent.java \ ! source/org/w3c/dom/events/UIEvent.java \ ! source/org/w3c/dom/html/HTMLAnchorElement.java \ ! source/org/w3c/dom/html/HTMLAppletElement.java \ ! source/org/w3c/dom/html/HTMLAreaElement.java \ ! source/org/w3c/dom/html/HTMLBRElement.java \ ! source/org/w3c/dom/html/HTMLBaseElement.java \ ! source/org/w3c/dom/html/HTMLBaseFontElement.java \ ! source/org/w3c/dom/html/HTMLBodyElement.java \ ! source/org/w3c/dom/html/HTMLButtonElement.java \ ! source/org/w3c/dom/html/HTMLCollection.java \ ! source/org/w3c/dom/html/HTMLDListElement.java \ ! source/org/w3c/dom/html/HTMLDOMImplementation.java \ ! source/org/w3c/dom/html/HTMLDirectoryElement.java \ ! source/org/w3c/dom/html/HTMLDivElement.java \ ! source/org/w3c/dom/html/HTMLDocument.java \ ! source/org/w3c/dom/html/HTMLElement.java \ ! source/org/w3c/dom/html/HTMLFieldSetElement.java \ ! source/org/w3c/dom/html/HTMLFontElement.java \ ! source/org/w3c/dom/html/HTMLFormElement.java \ ! source/org/w3c/dom/html/HTMLFrameElement.java \ ! source/org/w3c/dom/html/HTMLFrameSetElement.java \ ! source/org/w3c/dom/html/HTMLHRElement.java \ ! source/org/w3c/dom/html/HTMLHeadElement.java \ ! source/org/w3c/dom/html/HTMLHeadingElement.java \ ! source/org/w3c/dom/html/HTMLHtmlElement.java \ ! source/org/w3c/dom/html/HTMLIFrameElement.java \ ! source/org/w3c/dom/html/HTMLImageElement.java \ ! source/org/w3c/dom/html/HTMLInputElement.java \ ! source/org/w3c/dom/html/HTMLIsIndexElement.java \ ! source/org/w3c/dom/html/HTMLLIElement.java \ ! source/org/w3c/dom/html/HTMLLabelElement.java \ ! source/org/w3c/dom/html/HTMLLegendElement.java \ ! source/org/w3c/dom/html/HTMLLinkElement.java \ ! source/org/w3c/dom/html/HTMLMapElement.java \ ! source/org/w3c/dom/html/HTMLMenuElement.java \ ! source/org/w3c/dom/html/HTMLMetaElement.java \ ! source/org/w3c/dom/html/HTMLModElement.java \ ! source/org/w3c/dom/html/HTMLOListElement.java \ ! source/org/w3c/dom/html/HTMLObjectElement.java \ ! source/org/w3c/dom/html/HTMLOptGroupElement.java \ ! source/org/w3c/dom/html/HTMLOptionElement.java \ ! source/org/w3c/dom/html/HTMLParagraphElement.java \ ! source/org/w3c/dom/html/HTMLParamElement.java \ ! source/org/w3c/dom/html/HTMLPreElement.java \ ! source/org/w3c/dom/html/HTMLQuoteElement.java \ ! source/org/w3c/dom/html/HTMLScriptElement.java \ ! source/org/w3c/dom/html/HTMLSelectElement.java \ ! source/org/w3c/dom/html/HTMLStyleElement.java \ ! source/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! source/org/w3c/dom/html/HTMLTableCellElement.java \ ! source/org/w3c/dom/html/HTMLTableColElement.java \ ! source/org/w3c/dom/html/HTMLTableElement.java \ ! source/org/w3c/dom/html/HTMLTableRowElement.java \ ! source/org/w3c/dom/html/HTMLTableSectionElement.java \ ! source/org/w3c/dom/html/HTMLTextAreaElement.java \ ! source/org/w3c/dom/html/HTMLTitleElement.java \ ! source/org/w3c/dom/html/HTMLUListElement.java \ ! source/org/w3c/dom/ls/DOMImplementationLS.java \ ! source/org/w3c/dom/ls/LSException.java \ ! source/org/w3c/dom/ls/LSInput.java \ ! source/org/w3c/dom/ls/LSLoadEvent.java \ ! source/org/w3c/dom/ls/LSOutput.java \ ! source/org/w3c/dom/ls/LSParser.java \ ! source/org/w3c/dom/ls/LSParserFilter.java \ ! source/org/w3c/dom/ls/LSProgressEvent.java \ ! source/org/w3c/dom/ls/LSResourceResolver.java \ ! source/org/w3c/dom/ls/LSSerializer.java \ ! source/org/w3c/dom/ls/LSSerializerFilter.java \ ! source/org/w3c/dom/ranges/DocumentRange.java \ ! source/org/w3c/dom/ranges/Range.java \ ! source/org/w3c/dom/ranges/RangeException.java \ ! source/org/w3c/dom/stylesheets/DocumentStyle.java \ ! source/org/w3c/dom/stylesheets/LinkStyle.java \ ! source/org/w3c/dom/stylesheets/MediaList.java \ ! source/org/w3c/dom/stylesheets/StyleSheet.java \ ! source/org/w3c/dom/stylesheets/StyleSheetList.java \ ! source/org/w3c/dom/traversal/DocumentTraversal.java \ ! source/org/w3c/dom/traversal/NodeFilter.java \ ! source/org/w3c/dom/traversal/NodeIterator.java \ ! source/org/w3c/dom/traversal/TreeWalker.java \ ! source/org/w3c/dom/views/AbstractView.java \ ! source/org/w3c/dom/views/DocumentView.java \ ! source/org/w3c/dom/xpath/XPathEvaluator.java \ ! source/org/w3c/dom/xpath/XPathException.java \ ! source/org/w3c/dom/xpath/XPathExpression.java \ ! source/org/w3c/dom/xpath/XPathNSResolver.java \ ! source/org/w3c/dom/xpath/XPathNamespace.java \ ! source/org/w3c/dom/xpath/XPathResult.java \ ! source/org/xml/sax/ext/Attributes2.java \ ! source/org/xml/sax/ext/Attributes2Impl.java \ ! source/org/xml/sax/ext/DeclHandler.java \ ! source/org/xml/sax/ext/DefaultHandler2.java \ ! source/org/xml/sax/ext/EntityResolver2.java \ ! source/org/xml/sax/ext/LexicalHandler.java \ ! source/org/xml/sax/ext/Locator2.java \ ! source/org/xml/sax/ext/Locator2Impl.java \ ! source/org/xml/sax/AttributeList.java \ ! source/org/xml/sax/Attributes.java \ ! source/org/xml/sax/ContentHandler.java \ ! source/org/xml/sax/DTDHandler.java \ ! source/org/xml/sax/DocumentHandler.java \ ! source/org/xml/sax/EntityResolver.java \ ! source/org/xml/sax/ErrorHandler.java \ ! source/org/xml/sax/HandlerBase.java \ ! source/org/xml/sax/InputSource.java \ ! source/org/xml/sax/Locator.java \ ! source/org/xml/sax/Parser.java \ ! source/org/xml/sax/SAXException.java \ ! source/org/xml/sax/SAXNotRecognizedException.java \ ! source/org/xml/sax/SAXNotSupportedException.java \ ! source/org/xml/sax/SAXParseException.java \ ! source/org/xml/sax/XMLFilter.java \ ! source/org/xml/sax/XMLReader.java \ ! source/org/xml/sax/helpers/AttributeListImpl.java \ ! source/org/xml/sax/helpers/AttributesImpl.java \ ! source/org/xml/sax/helpers/DefaultHandler.java \ ! source/org/xml/sax/helpers/LocatorImpl.java \ ! source/org/xml/sax/helpers/NamespaceSupport.java \ ! source/org/xml/sax/helpers/NewInstance.java \ ! source/org/xml/sax/helpers/ParserAdapter.java \ ! source/org/xml/sax/helpers/ParserFactory.java \ ! source/org/xml/sax/helpers/XMLFilterImpl.java \ ! source/org/xml/sax/helpers/XMLReaderAdapter.java + classes = $(patsubst source/%.java, classes/%.class, $(sources)) jni_sources = \ ! xmlj_dom.c \ ! xmlj_error.c \ ! xmlj_io.c \ ! xmlj_node.c \ ! xmlj_sax.c \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_xpath.c jni_objects = $(patsubst %.c, %.o, $(jni_sources)) jni_lobjects = $(patsubst %.c, %.lo, $(jni_sources)) libj_jarfile = gnujaxp.jar #XMLJ_LFLAGS= -shared $(SOFLAGS) $(LDFLAGS) $(XML_LDFLAGS) $(XSLT_LDFLAGS) -release $(LIBVERSION) -export-dynamic -D_JNI_IMPLEMENTATION_ *************** XMLJ_CFLAGS = $(CFLAGS) $(XML_CFLAGS) $( *** 677,790 **** LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(XMLJ_CFLAGS) LT_LINK = $(LIBTOOL) --mode=link $(CC) $(XMLJ_LFLAGS) $(XSLT_LIBS) LT_INSTALL = $(LIBTOOL) --mode=install $(INSTALL) - libjso_base = libxmlj libjso = $(libjso_base)-$(LIBVERSION)@JMODSUFFIX@ libjso_default = $(libjso_base)@JMODSUFFIX@ libjso_target = $(libjso_base).la - package_names = \ ! javax.xml \ ! javax.xml.datatype \ ! javax.xml.namespace \ ! javax.xml.parsers \ ! javax.xml.transform \ ! javax.xml.transform.dom \ ! javax.xml.transform.sax \ ! javax.xml.transform.stream \ ! javax.xml.validation \ ! javax.xml.xpath \ ! org.w3c.dom \ ! org.w3c.dom.bootstrap \ ! org.w3c.dom.css \ ! org.w3c.dom.events \ ! org.w3c.dom.html \ ! org.w3c.dom.ls \ ! org.w3c.dom.ranges \ ! org.w3c.dom.stylesheets \ ! org.w3c.dom.traversal \ ! org.w3c.dom.views \ ! org.w3c.dom.xpath \ ! org.xml.sax \ ! org.xml.sax.ext \ ! org.xml.sax.helpers \ ! gnu.xml.aelfred2 \ ! gnu.xml.dom \ ! gnu.xml.dom.ls \ ! gnu.xml.libxmlj.dom \ ! gnu.xml.libxmlj.sax \ ! gnu.xml.libxmlj.transform \ ! gnu.xml.pipeline \ ! gnu.xml.util ! ! ! BUILT_SOURCES = $(libj_jarfile) $(libjso_target) ! subdir = . ! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs ! CONFIG_CLEAN_FILES = ! DIST_SOURCES = ! DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ ! Makefile.in NEWS acinclude.m4 aclocal.m4 config/compile \ ! config/config.guess config/config.sub config/depcomp \ ! config/install-sh config/ltmain.sh config/missing \ ! config/mkinstalldirs configure configure.ac mkinstalldirs all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: ! ! am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ ! configure.lineno ! $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) ! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck - $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) ! $(ACLOCAL_M4): configure.ac acinclude.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool uninstall-info-am: - tags: TAGS - TAGS: ! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ! ! top_distdir = . ! distdir = $(PACKAGE)-$(VERSION) ! am__remove_distdir = \ ! { test ! -d $(distdir) \ ! || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ ! && rm -fr $(distdir); }; } ! GZIP_ENV = --best ! distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) ! $(mkinstalldirs) $(distdir)/config ! @list='$(DISTFILES)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ ! $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ --- 1202,8229 ---- LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(XMLJ_CFLAGS) LT_LINK = $(LIBTOOL) --mode=link $(CC) $(XMLJ_LFLAGS) $(XSLT_LIBS) LT_INSTALL = $(LIBTOOL) --mode=install $(INSTALL) libjso_base = libxmlj libjso = $(libjso_base)-$(LIBVERSION)@JMODSUFFIX@ libjso_default = $(libjso_base)@JMODSUFFIX@ libjso_target = $(libjso_base).la package_names = \ ! javax.xml \ ! javax.xml.datatype \ ! javax.xml.namespace \ ! javax.xml.parsers \ ! javax.xml.transform \ ! javax.xml.transform.dom \ ! javax.xml.transform.sax \ ! javax.xml.transform.stream \ ! javax.xml.validation \ ! javax.xml.xpath \ ! org.w3c.dom \ ! org.w3c.dom.bootstrap \ ! org.w3c.dom.css \ ! org.w3c.dom.events \ ! org.w3c.dom.html \ ! org.w3c.dom.ls \ ! org.w3c.dom.ranges \ ! org.w3c.dom.stylesheets \ ! org.w3c.dom.traversal \ ! org.w3c.dom.views \ ! org.w3c.dom.xpath \ ! org.xml.sax \ ! org.xml.sax.ext \ ! org.xml.sax.helpers \ ! gnu.xml.aelfred2 \ ! gnu.xml.dom \ ! gnu.xml.dom.ls \ ! gnu.xml.libxmlj.dom \ ! gnu.xml.libxmlj.sax \ ! gnu.xml.libxmlj.transform \ ! gnu.xml.pipeline \ ! gnu.xml.util ! ! lib_LTLIBRARIES = \ ! libxmlj.la \ ! lib-javax-xml.la \ ! lib-org-w3c-dom.la \ ! lib-org-xml-sax.la \ ! lib-gnu-xml.la ! ! libxmlj_la_SOURCES = \ ! xmlj_dom.c \ ! xmlj_dom.h \ ! xmlj_error.c \ ! xmlj_error.h \ ! xmlj_io.c \ ! xmlj_io.h \ ! xmlj_node.c \ ! xmlj_node.h \ ! xmlj_sax.c \ ! xmlj_sax.h \ ! xmlj_transform.c \ ! xmlj_util.c \ ! xmlj_util.h \ ! xmlj_xpath.c ! ! libxmlj_la_LDFLAGS = -release 0.1.2 -export-dynamic ! libxmlj_la_CFLAGS = -pedantic -Wall -fbounds-check ! libxmlj_la_DEPENDENCIES = $(noinst_HEADERS) ! lib_javax_xml_la_SOURCES = \ ! source/javax/xml/datatype/DatatypeConfigurationException.java \ ! source/javax/xml/datatype/DatatypeConstants.java \ ! source/javax/xml/datatype/DatatypeFactory.java \ ! source/javax/xml/datatype/Duration.java \ ! source/javax/xml/datatype/XMLGregorianCalendar.java \ ! source/javax/xml/XMLConstants.java \ ! source/javax/xml/namespace/NamespaceContext.java \ ! source/javax/xml/namespace/QName.java \ ! source/javax/xml/parsers/DocumentBuilder.java \ ! source/javax/xml/parsers/DocumentBuilderFactory.java \ ! source/javax/xml/parsers/FactoryConfigurationError.java \ ! source/javax/xml/parsers/ParserConfigurationException.java \ ! source/javax/xml/parsers/SAXParser.java \ ! source/javax/xml/parsers/SAXParserFactory.java \ ! source/javax/xml/transform/dom/DOMLocator.java \ ! source/javax/xml/transform/dom/DOMResult.java \ ! source/javax/xml/transform/dom/DOMSource.java \ ! source/javax/xml/transform/sax/SAXResult.java \ ! source/javax/xml/transform/sax/SAXSource.java \ ! source/javax/xml/transform/sax/SAXTransformerFactory.java \ ! source/javax/xml/transform/sax/TemplatesHandler.java \ ! source/javax/xml/transform/sax/TransformerHandler.java \ ! source/javax/xml/transform/ErrorListener.java \ ! source/javax/xml/transform/OutputKeys.java \ ! source/javax/xml/transform/Result.java \ ! source/javax/xml/transform/Source.java \ ! source/javax/xml/transform/SourceLocator.java \ ! source/javax/xml/transform/Templates.java \ ! source/javax/xml/transform/Transformer.java \ ! source/javax/xml/transform/TransformerConfigurationException.java \ ! source/javax/xml/transform/TransformerException.java \ ! source/javax/xml/transform/TransformerFactory.java \ ! source/javax/xml/transform/TransformerFactoryConfigurationError.java \ ! source/javax/xml/transform/URIResolver.java \ ! source/javax/xml/transform/stream/StreamResult.java \ ! source/javax/xml/transform/stream/StreamSource.java \ ! source/javax/xml/validation/Schema.java \ ! source/javax/xml/validation/SchemaFactory.java \ ! source/javax/xml/validation/TypeInfoProvider.java \ ! source/javax/xml/validation/Validator.java \ ! source/javax/xml/validation/ValidatorHandler.java \ ! source/javax/xml/xpath/XPath.java \ ! source/javax/xml/xpath/XPathConstants.java \ ! source/javax/xml/xpath/XPathException.java \ ! source/javax/xml/xpath/XPathExpression.java \ ! source/javax/xml/xpath/XPathExpressionException.java \ ! source/javax/xml/xpath/XPathFactory.java \ ! source/javax/xml/xpath/XPathFactoryConfigurationException.java \ ! source/javax/xml/xpath/XPathFunction.java \ ! source/javax/xml/xpath/XPathFunctionException.java \ ! source/javax/xml/xpath/XPathFunctionResolver.java \ ! source/javax/xml/xpath/XPathVariableResolver.java ! ! lib_javax_xml_la_LDFLAGS = -release $(VERSION) ! lib_org_w3c_dom_la_SOURCES = \ ! source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java \ ! source/org/w3c/dom/Attr.java \ ! source/org/w3c/dom/CDATASection.java \ ! source/org/w3c/dom/CharacterData.java \ ! source/org/w3c/dom/Comment.java \ ! source/org/w3c/dom/DOMConfiguration.java \ ! source/org/w3c/dom/DOMError.java \ ! source/org/w3c/dom/DOMErrorHandler.java \ ! source/org/w3c/dom/DOMException.java \ ! source/org/w3c/dom/DOMImplementation.java \ ! source/org/w3c/dom/DOMImplementationList.java \ ! source/org/w3c/dom/DOMImplementationSource.java \ ! source/org/w3c/dom/DOMLocator.java \ ! source/org/w3c/dom/DOMStringList.java \ ! source/org/w3c/dom/Document.java \ ! source/org/w3c/dom/DocumentFragment.java \ ! source/org/w3c/dom/DocumentType.java \ ! source/org/w3c/dom/Element.java \ ! source/org/w3c/dom/Entity.java \ ! source/org/w3c/dom/EntityReference.java \ ! source/org/w3c/dom/NameList.java \ ! source/org/w3c/dom/NamedNodeMap.java \ ! source/org/w3c/dom/Node.java \ ! source/org/w3c/dom/NodeList.java \ ! source/org/w3c/dom/Notation.java \ ! source/org/w3c/dom/ProcessingInstruction.java \ ! source/org/w3c/dom/Text.java \ ! source/org/w3c/dom/TypeInfo.java \ ! source/org/w3c/dom/UserDataHandler.java \ ! source/org/w3c/dom/css/CSS2Azimuth.java \ ! source/org/w3c/dom/css/CSS2BackgroundPosition.java \ ! source/org/w3c/dom/css/CSS2BorderSpacing.java \ ! source/org/w3c/dom/css/CSS2CounterIncrement.java \ ! source/org/w3c/dom/css/CSS2CounterReset.java \ ! source/org/w3c/dom/css/CSS2Cursor.java \ ! source/org/w3c/dom/css/CSS2FontFaceSrc.java \ ! source/org/w3c/dom/css/CSS2FontFaceWidths.java \ ! source/org/w3c/dom/css/CSS2PageSize.java \ ! source/org/w3c/dom/css/CSS2PlayDuring.java \ ! source/org/w3c/dom/css/CSS2Properties.java \ ! source/org/w3c/dom/css/CSS2TextShadow.java \ ! source/org/w3c/dom/css/CSSCharsetRule.java \ ! source/org/w3c/dom/css/CSSFontFaceRule.java \ ! source/org/w3c/dom/css/CSSImportRule.java \ ! source/org/w3c/dom/css/CSSMediaRule.java \ ! source/org/w3c/dom/css/CSSPageRule.java \ ! source/org/w3c/dom/css/CSSPrimitiveValue.java \ ! source/org/w3c/dom/css/CSSRule.java \ ! source/org/w3c/dom/css/CSSRuleList.java \ ! source/org/w3c/dom/css/CSSStyleDeclaration.java \ ! source/org/w3c/dom/css/CSSStyleRule.java \ ! source/org/w3c/dom/css/CSSStyleSheet.java \ ! source/org/w3c/dom/css/CSSUnknownRule.java \ ! source/org/w3c/dom/css/CSSValue.java \ ! source/org/w3c/dom/css/CSSValueList.java \ ! source/org/w3c/dom/css/Counter.java \ ! source/org/w3c/dom/css/DOMImplementationCSS.java \ ! source/org/w3c/dom/css/DocumentCSS.java \ ! source/org/w3c/dom/css/ElementCSSInlineStyle.java \ ! source/org/w3c/dom/css/RGBColor.java \ ! source/org/w3c/dom/css/Rect.java \ ! source/org/w3c/dom/css/ViewCSS.java \ ! source/org/w3c/dom/events/DocumentEvent.java \ ! source/org/w3c/dom/events/Event.java \ ! source/org/w3c/dom/events/EventException.java \ ! source/org/w3c/dom/events/EventListener.java \ ! source/org/w3c/dom/events/EventTarget.java \ ! source/org/w3c/dom/events/MouseEvent.java \ ! source/org/w3c/dom/events/MutationEvent.java \ ! source/org/w3c/dom/events/UIEvent.java \ ! source/org/w3c/dom/html/HTMLAnchorElement.java \ ! source/org/w3c/dom/html/HTMLAppletElement.java \ ! source/org/w3c/dom/html/HTMLAreaElement.java \ ! source/org/w3c/dom/html/HTMLBRElement.java \ ! source/org/w3c/dom/html/HTMLBaseElement.java \ ! source/org/w3c/dom/html/HTMLBaseFontElement.java \ ! source/org/w3c/dom/html/HTMLBodyElement.java \ ! source/org/w3c/dom/html/HTMLButtonElement.java \ ! source/org/w3c/dom/html/HTMLCollection.java \ ! source/org/w3c/dom/html/HTMLDListElement.java \ ! source/org/w3c/dom/html/HTMLDOMImplementation.java \ ! source/org/w3c/dom/html/HTMLDirectoryElement.java \ ! source/org/w3c/dom/html/HTMLDivElement.java \ ! source/org/w3c/dom/html/HTMLDocument.java \ ! source/org/w3c/dom/html/HTMLElement.java \ ! source/org/w3c/dom/html/HTMLFieldSetElement.java \ ! source/org/w3c/dom/html/HTMLFontElement.java \ ! source/org/w3c/dom/html/HTMLFormElement.java \ ! source/org/w3c/dom/html/HTMLFrameElement.java \ ! source/org/w3c/dom/html/HTMLFrameSetElement.java \ ! source/org/w3c/dom/html/HTMLHRElement.java \ ! source/org/w3c/dom/html/HTMLHeadElement.java \ ! source/org/w3c/dom/html/HTMLHeadingElement.java \ ! source/org/w3c/dom/html/HTMLHtmlElement.java \ ! source/org/w3c/dom/html/HTMLIFrameElement.java \ ! source/org/w3c/dom/html/HTMLImageElement.java \ ! source/org/w3c/dom/html/HTMLInputElement.java \ ! source/org/w3c/dom/html/HTMLIsIndexElement.java \ ! source/org/w3c/dom/html/HTMLLIElement.java \ ! source/org/w3c/dom/html/HTMLLabelElement.java \ ! source/org/w3c/dom/html/HTMLLegendElement.java \ ! source/org/w3c/dom/html/HTMLLinkElement.java \ ! source/org/w3c/dom/html/HTMLMapElement.java \ ! source/org/w3c/dom/html/HTMLMenuElement.java \ ! source/org/w3c/dom/html/HTMLMetaElement.java \ ! source/org/w3c/dom/html/HTMLModElement.java \ ! source/org/w3c/dom/html/HTMLOListElement.java \ ! source/org/w3c/dom/html/HTMLObjectElement.java \ ! source/org/w3c/dom/html/HTMLOptGroupElement.java \ ! source/org/w3c/dom/html/HTMLOptionElement.java \ ! source/org/w3c/dom/html/HTMLParagraphElement.java \ ! source/org/w3c/dom/html/HTMLParamElement.java \ ! source/org/w3c/dom/html/HTMLPreElement.java \ ! source/org/w3c/dom/html/HTMLQuoteElement.java \ ! source/org/w3c/dom/html/HTMLScriptElement.java \ ! source/org/w3c/dom/html/HTMLSelectElement.java \ ! source/org/w3c/dom/html/HTMLStyleElement.java \ ! source/org/w3c/dom/html/HTMLTableCaptionElement.java \ ! source/org/w3c/dom/html/HTMLTableCellElement.java \ ! source/org/w3c/dom/html/HTMLTableColElement.java \ ! source/org/w3c/dom/html/HTMLTableElement.java \ ! source/org/w3c/dom/html/HTMLTableRowElement.java \ ! source/org/w3c/dom/html/HTMLTableSectionElement.java \ ! source/org/w3c/dom/html/HTMLTextAreaElement.java \ ! source/org/w3c/dom/html/HTMLTitleElement.java \ ! source/org/w3c/dom/html/HTMLUListElement.java \ ! source/org/w3c/dom/ls/DOMImplementationLS.java \ ! source/org/w3c/dom/ls/LSException.java \ ! source/org/w3c/dom/ls/LSInput.java \ ! source/org/w3c/dom/ls/LSLoadEvent.java \ ! source/org/w3c/dom/ls/LSOutput.java \ ! source/org/w3c/dom/ls/LSParser.java \ ! source/org/w3c/dom/ls/LSParserFilter.java \ ! source/org/w3c/dom/ls/LSProgressEvent.java \ ! source/org/w3c/dom/ls/LSResourceResolver.java \ ! source/org/w3c/dom/ls/LSSerializer.java \ ! source/org/w3c/dom/ls/LSSerializerFilter.java \ ! source/org/w3c/dom/ranges/DocumentRange.java \ ! source/org/w3c/dom/ranges/Range.java \ ! source/org/w3c/dom/ranges/RangeException.java \ ! source/org/w3c/dom/stylesheets/DocumentStyle.java \ ! source/org/w3c/dom/stylesheets/LinkStyle.java \ ! source/org/w3c/dom/stylesheets/MediaList.java \ ! source/org/w3c/dom/stylesheets/StyleSheet.java \ ! source/org/w3c/dom/stylesheets/StyleSheetList.java \ ! source/org/w3c/dom/traversal/DocumentTraversal.java \ ! source/org/w3c/dom/traversal/NodeFilter.java \ ! source/org/w3c/dom/traversal/NodeIterator.java \ ! source/org/w3c/dom/traversal/TreeWalker.java \ ! source/org/w3c/dom/views/AbstractView.java \ ! source/org/w3c/dom/views/DocumentView.java \ ! source/org/w3c/dom/xpath/XPathEvaluator.java \ ! source/org/w3c/dom/xpath/XPathException.java \ ! source/org/w3c/dom/xpath/XPathExpression.java \ ! source/org/w3c/dom/xpath/XPathNSResolver.java \ ! source/org/w3c/dom/xpath/XPathNamespace.java \ ! source/org/w3c/dom/xpath/XPathResult.java ! ! lib_org_w3c_dom_la_LDFLAGS = -release $(VERSION) ! lib_org_xml_sax_la_SOURCES = \ ! source/org/xml/sax/ext/Attributes2.java \ ! source/org/xml/sax/ext/Attributes2Impl.java \ ! source/org/xml/sax/ext/DeclHandler.java \ ! source/org/xml/sax/ext/DefaultHandler2.java \ ! source/org/xml/sax/ext/EntityResolver2.java \ ! source/org/xml/sax/ext/LexicalHandler.java \ ! source/org/xml/sax/ext/Locator2.java \ ! source/org/xml/sax/ext/Locator2Impl.java \ ! source/org/xml/sax/AttributeList.java \ ! source/org/xml/sax/Attributes.java \ ! source/org/xml/sax/ContentHandler.java \ ! source/org/xml/sax/DTDHandler.java \ ! source/org/xml/sax/DocumentHandler.java \ ! source/org/xml/sax/EntityResolver.java \ ! source/org/xml/sax/ErrorHandler.java \ ! source/org/xml/sax/HandlerBase.java \ ! source/org/xml/sax/InputSource.java \ ! source/org/xml/sax/Locator.java \ ! source/org/xml/sax/Parser.java \ ! source/org/xml/sax/SAXException.java \ ! source/org/xml/sax/SAXNotRecognizedException.java \ ! source/org/xml/sax/SAXNotSupportedException.java \ ! source/org/xml/sax/SAXParseException.java \ ! source/org/xml/sax/XMLFilter.java \ ! source/org/xml/sax/XMLReader.java \ ! source/org/xml/sax/helpers/AttributeListImpl.java \ ! source/org/xml/sax/helpers/AttributesImpl.java \ ! source/org/xml/sax/helpers/DefaultHandler.java \ ! source/org/xml/sax/helpers/LocatorImpl.java \ ! source/org/xml/sax/helpers/NamespaceSupport.java \ ! source/org/xml/sax/helpers/NewInstance.java \ ! source/org/xml/sax/helpers/ParserAdapter.java \ ! source/org/xml/sax/helpers/ParserFactory.java \ ! source/org/xml/sax/helpers/XMLFilterImpl.java \ ! source/org/xml/sax/helpers/XMLReaderAdapter.java \ ! source/org/xml/sax/helpers/XMLReaderFactory.java ! ! lib_org_xml_sax_la_LDFLAGS = -release $(VERSION) ! lib_gnu_xml_la_SOURCES = \ ! source/gnu/xml/aelfred2/JAXPFactory.java \ ! source/gnu/xml/aelfred2/SAXDriver.java \ ! source/gnu/xml/aelfred2/XmlParser.java \ ! source/gnu/xml/aelfred2/XmlReader.java \ ! source/gnu/xml/aelfred2/ContentHandler2.java \ ! source/gnu/xml/dom/ls/DomLSEx.java \ ! source/gnu/xml/dom/ls/DomLSInput.java \ ! source/gnu/xml/dom/ls/DomLSOutput.java \ ! source/gnu/xml/dom/ls/DomLSParser.java \ ! source/gnu/xml/dom/ls/DomLSSerializer.java \ ! source/gnu/xml/dom/ls/FilteredSAXEventSink.java \ ! source/gnu/xml/dom/ls/ReaderInputStream.java \ ! source/gnu/xml/dom/ls/SAXEventSink.java \ ! source/gnu/xml/dom/ls/WriterOutputStream.java \ ! source/gnu/xml/dom/Consumer.java \ ! source/gnu/xml/dom/DomAttr.java \ ! source/gnu/xml/dom/DomCDATA.java \ ! source/gnu/xml/dom/DomCharacterData.java \ ! source/gnu/xml/dom/DomComment.java \ ! source/gnu/xml/dom/DomDoctype.java \ ! source/gnu/xml/dom/DomDocument.java \ ! source/gnu/xml/dom/DomDocumentBuilder.java \ ! source/gnu/xml/dom/DomDocumentBuilderFactory.java \ ! source/gnu/xml/dom/DomDocumentConfiguration.java \ ! source/gnu/xml/dom/DomElement.java \ ! source/gnu/xml/dom/DomEntity.java \ ! source/gnu/xml/dom/DomEntityReference.java \ ! source/gnu/xml/dom/DomEvent.java \ ! source/gnu/xml/dom/DomEx.java \ ! source/gnu/xml/dom/DomExtern.java \ ! source/gnu/xml/dom/DomFragment.java \ ! source/gnu/xml/dom/DomImpl.java \ ! source/gnu/xml/dom/DomIterator.java \ ! source/gnu/xml/dom/DomNamedNodeMap.java \ ! source/gnu/xml/dom/DomNode.java \ ! source/gnu/xml/dom/DomNotation.java \ ! source/gnu/xml/dom/DomNsNode.java \ ! source/gnu/xml/dom/DomNSResolverContext.java \ ! source/gnu/xml/dom/DomPI.java \ ! source/gnu/xml/dom/DomText.java \ ! source/gnu/xml/dom/DomXPathExpression.java \ ! source/gnu/xml/dom/DomXPathNSResolver.java \ ! source/gnu/xml/dom/DomXPathResult.java \ ! source/gnu/xml/dom/DTDAttributeTypeInfo.java \ ! source/gnu/xml/dom/DTDElementTypeInfo.java \ ! source/gnu/xml/dom/ImplementationList.java \ ! source/gnu/xml/dom/ImplementationSource.java \ ! source/gnu/xml/dom/JAXPFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeAttr.java \ ! source/gnu/xml/libxmlj/dom/GnomeCDATASection.java \ ! source/gnu/xml/libxmlj/dom/GnomeCharacterData.java \ ! source/gnu/xml/libxmlj/dom/GnomeComment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMException.java \ ! source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocument.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java \ ! source/gnu/xml/libxmlj/dom/GnomeDocumentType.java \ ! source/gnu/xml/libxmlj/dom/GnomeElement.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntity.java \ ! source/gnu/xml/libxmlj/dom/GnomeEntityReference.java \ ! source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java \ ! source/gnu/xml/libxmlj/dom/GnomeNode.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java \ ! source/gnu/xml/libxmlj/dom/GnomeNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeNotation.java \ ! source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java \ ! source/gnu/xml/libxmlj/dom/GnomeText.java \ ! source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java \ ! source/gnu/xml/libxmlj/dom/GnomeXPathResult.java \ ! source/gnu/xml/libxmlj/sax/GnomeLocator.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParser.java \ ! source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java \ ! source/gnu/xml/libxmlj/sax/GnomeXMLReader.java \ ! source/gnu/xml/libxmlj/sax/Namespaces.java \ ! source/gnu/xml/libxmlj/sax/StringArrayAttributes.java \ ! source/gnu/xml/libxmlj/sax/XMLName.java \ ! source/gnu/xml/libxmlj/RawData.java \ ! source/gnu/xml/libxmlj/RawData32.java \ ! source/gnu/xml/libxmlj/RawData64.java \ ! source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformer.java \ ! source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java \ ! source/gnu/xml/libxmlj/transform/TransformTest.java \ ! source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/libxmlj/util/EmptyNodeList.java \ ! source/gnu/xml/libxmlj/util/NamedInputStream.java \ ! source/gnu/xml/libxmlj/util/StandaloneDocumentType.java \ ! source/gnu/xml/libxmlj/util/StandaloneLocator.java \ ! source/gnu/xml/libxmlj/util/XMLJ.java \ ! source/gnu/xml/pipeline/CallFilter.java \ ! source/gnu/xml/pipeline/DomConsumer.java \ ! source/gnu/xml/pipeline/EventConsumer.java \ ! source/gnu/xml/pipeline/EventFilter.java \ ! source/gnu/xml/pipeline/LinkFilter.java \ ! source/gnu/xml/pipeline/NSFilter.java \ ! source/gnu/xml/pipeline/PipelineFactory.java \ ! source/gnu/xml/pipeline/TeeConsumer.java \ ! source/gnu/xml/pipeline/TextConsumer.java \ ! source/gnu/xml/pipeline/ValidationConsumer.java \ ! source/gnu/xml/pipeline/WellFormednessFilter.java \ ! source/gnu/xml/pipeline/XIncludeFilter.java \ ! source/gnu/xml/pipeline/XsltFilter.java \ ! source/gnu/xml/util/DoParse.java \ ! source/gnu/xml/util/DomParser.java \ ! source/gnu/xml/util/Resolver.java \ ! source/gnu/xml/util/SAXNullTransformerFactory.java \ ! source/gnu/xml/util/XCat.java \ ! source/gnu/xml/util/XHTMLWriter.java \ ! source/gnu/xml/util/XMLWriter.java \ ! source/gnu/xml/xpath/AndExpr.java \ ! source/gnu/xml/xpath/ArithmeticExpr.java \ ! source/gnu/xml/xpath/Constant.java \ ! source/gnu/xml/xpath/EqualityExpr.java \ ! source/gnu/xml/xpath/Expr.java \ ! source/gnu/xml/xpath/Function.java \ ! source/gnu/xml/xpath/FunctionCall.java \ ! source/gnu/xml/xpath/NameTest.java \ ! source/gnu/xml/xpath/NegativeExpr.java \ ! source/gnu/xml/xpath/NodeTypeTest.java \ ! source/gnu/xml/xpath/OrExpr.java \ ! source/gnu/xml/xpath/ParenthesizedExpr.java \ ! source/gnu/xml/xpath/Path.java \ ! source/gnu/xml/xpath/RelationalExpr.java \ ! source/gnu/xml/xpath/Root.java \ ! source/gnu/xml/xpath/Selector.java \ ! source/gnu/xml/xpath/Steps.java \ ! source/gnu/xml/xpath/Test.java \ ! source/gnu/xml/xpath/UnionExpr.java \ ! source/gnu/xml/xpath/XPathParser.java \ ! source/gnu/xml/xpath/XPathTokenizer.java \ ! source/gnu/xml/xpath/BooleanFunction.java \ ! source/gnu/xml/xpath/CeilingFunction.java \ ! source/gnu/xml/xpath/ConcatFunction.java \ ! source/gnu/xml/xpath/ContainsFunction.java \ ! source/gnu/xml/xpath/CountFunction.java \ ! source/gnu/xml/xpath/DocumentOrderComparator.java \ ! source/gnu/xml/xpath/FalseFunction.java \ ! source/gnu/xml/xpath/FloorFunction.java \ ! source/gnu/xml/xpath/IdFunction.java \ ! source/gnu/xml/xpath/LangFunction.java \ ! source/gnu/xml/xpath/LastFunction.java \ ! source/gnu/xml/xpath/LocalNameFunction.java \ ! source/gnu/xml/xpath/NameFunction.java \ ! source/gnu/xml/xpath/NamespaceUriFunction.java \ ! source/gnu/xml/xpath/NormalizeSpaceFunction.java \ ! source/gnu/xml/xpath/NotFunction.java \ ! source/gnu/xml/xpath/NumberFunction.java \ ! source/gnu/xml/xpath/PositionFunction.java \ ! source/gnu/xml/xpath/RoundFunction.java \ ! source/gnu/xml/xpath/StartsWithFunction.java \ ! source/gnu/xml/xpath/StringFunction.java \ ! source/gnu/xml/xpath/StringLengthFunction.java \ ! source/gnu/xml/xpath/SubstringAfterFunction.java \ ! source/gnu/xml/xpath/SubstringBeforeFunction.java \ ! source/gnu/xml/xpath/SubstringFunction.java \ ! source/gnu/xml/xpath/SumFunction.java \ ! source/gnu/xml/xpath/TranslateFunction.java \ ! source/gnu/xml/xpath/TrueFunction.java \ ! source/gnu/xml/xpath/VariableReference.java \ ! source/gnu/xml/xpath/XPathFactoryImpl.java \ ! source/gnu/xml/xpath/XPathImpl.java \ ! source/gnu/xml/xpath/XPathTest.java \ ! source/gnu/xml/xpath/Pattern.java \ ! source/gnu/xml/xpath/Predicate.java \ ! source/gnu/xml/xpath/NamespaceTest.java \ ! source/gnu/xml/transform/AbstractNumberNode.java \ ! source/gnu/xml/transform/ApplyTemplatesNode.java \ ! source/gnu/xml/transform/AttributeNode.java \ ! source/gnu/xml/transform/Bindings.java \ ! source/gnu/xml/transform/CallTemplateNode.java \ ! source/gnu/xml/transform/ChooseNode.java \ ! source/gnu/xml/transform/CommentNode.java \ ! source/gnu/xml/transform/CopyNode.java \ ! source/gnu/xml/transform/CopyOfNode.java \ ! source/gnu/xml/transform/DOMSourceLocator.java \ ! source/gnu/xml/transform/DocumentFunction.java \ ! source/gnu/xml/transform/ElementNode.java \ ! source/gnu/xml/transform/ForEachNode.java \ ! source/gnu/xml/transform/ErrorListenerErrorHandler.java \ ! source/gnu/xml/transform/IfNode.java \ ! source/gnu/xml/transform/KeyFunction.java \ ! source/gnu/xml/transform/LiteralNode.java \ ! source/gnu/xml/transform/NodeNumberNode.java \ ! source/gnu/xml/transform/NumberNode.java \ ! source/gnu/xml/transform/OtherwiseNode.java \ ! source/gnu/xml/transform/ParameterNode.java \ ! source/gnu/xml/transform/ProcessingInstructionNode.java \ ! source/gnu/xml/transform/SAXSerializer.java \ ! source/gnu/xml/transform/SortKey.java \ ! source/gnu/xml/transform/StreamSerializer.java \ ! source/gnu/xml/transform/Stylesheet.java \ ! source/gnu/xml/transform/Template.java \ ! source/gnu/xml/transform/TemplateNode.java \ ! source/gnu/xml/transform/TemplatesImpl.java \ ! source/gnu/xml/transform/TextNode.java \ ! source/gnu/xml/transform/TransformerFactoryImpl.java \ ! source/gnu/xml/transform/TransformerImpl.java \ ! source/gnu/xml/transform/URIResolverEntityResolver.java \ ! source/gnu/xml/transform/ValueOfNode.java \ ! source/gnu/xml/transform/WhenNode.java \ ! source/gnu/xml/transform/WithParam.java \ ! source/gnu/xml/transform/XSLComparator.java \ ! source/gnu/xml/transform/XSLURIResolver.java \ ! source/gnu/xml/transform/CurrentFunction.java \ ! source/gnu/xml/transform/FormatNumberFunction.java \ ! source/gnu/xml/transform/GenerateIdFunction.java \ ! source/gnu/xml/transform/SystemPropertyFunction.java \ ! source/gnu/xml/transform/UnparsedEntityUriFunction.java \ ! source/gnu/xml/transform/MessageNode.java \ ! source/gnu/xml/transform/AttributeSet.java \ ! source/gnu/xml/transform/Key.java ! ! lib_gnu_xml_la_LDFLAGS = -release-info $(VERSION) ! lib_gnu_xml_la_LIBADD = -l-javax-xml -l-org-w3c-dom -l-org-xml-sax ! data_JARS = javax-xml-$(VERSION).jar gnu-xml-$(VERSION).jar \ ! org-w3c-dom-$(VERSION).jar org-xml-sax-$(VERSION).jar \ ! $(libj_jarfile) ! ! BUILT_SOURCES = $(data_JARS) $(noinst_HEADERS) ! noinst_HEADERS = \ ! gnu_xml_libxmlj_dom_GnomeDocument.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentType.h \ ! gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h \ ! gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h \ ! gnu_xml_libxmlj_dom_GnomeTypeInfo.h \ ! gnu_xml_libxmlj_dom_GnomeNodeList.h \ ! gnu_xml_libxmlj_dom_GnomeNotation.h \ ! gnu_xml_libxmlj_dom_GnomeXPathResult.h \ ! gnu_xml_libxmlj_dom_GnomeElement.h \ ! gnu_xml_libxmlj_dom_GnomeEntity.h \ ! gnu_xml_libxmlj_dom_GnomeNode.h \ ! gnu_xml_libxmlj_dom_GnomeXPathExpression.h \ ! gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h \ ! gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h \ ! gnu_xml_libxmlj_dom_GnomeAttr.h \ ! gnu_xml_libxmlj_sax_GnomeLocator.h \ ! gnu_xml_libxmlj_sax_GnomeXMLReader.h \ ! gnu_xml_libxmlj_transform_GnomeTransformer.h \ ! gnu_xml_libxmlj_transform_GnomeTransformerFactory.h ! ! gnu_xml_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_gnu_xml_la_SOURCES)) ! javax_xml_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_javax_xml_la_SOURCES)) ! org_w3c_dom_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_org_w3c_dom_la_SOURCES)) ! org_xml_sax_jar_CLASSES = $(patsubst source/%.java,classes/%.class,$(lib_org_xml_sax_la_SOURCES)) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: ! .SUFFIXES: .c .java .lo .o .obj ! am--refresh: ! @: ! $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ! @for dep in $?; do \ ! case '$(am__configure_deps)' in \ ! *$$dep*) \ ! echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ ! cd $(srcdir) && $(AUTOMAKE) --gnu \ ! && exit 0; \ ! exit 1;; \ ! esac; \ ! done; \ ! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile ! .PRECIOUS: Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! @case '$?' in \ ! *config.status*) \ ! echo ' $(SHELL) ./config.status'; \ ! $(SHELL) ./config.status;; \ ! *) \ ! echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ ! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ ! esac; ! $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ! $(top_srcdir)/configure: $(am__configure_deps) ! cd $(srcdir) && $(AUTOCONF) ! $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + else :; fi; \ + done + + uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ + done + + clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done + source/gnu/xml/aelfred2/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/aelfred2 + @: > source/gnu/xml/aelfred2/$(am__dirstamp) + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/aelfred2/$(DEPDIR) + @: > source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/aelfred2/JAXPFactory.lo: \ + source/gnu/xml/aelfred2/$(am__dirstamp) \ + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/aelfred2/SAXDriver.lo: \ + source/gnu/xml/aelfred2/$(am__dirstamp) \ + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/aelfred2/XmlParser.lo: \ + source/gnu/xml/aelfred2/$(am__dirstamp) \ + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/aelfred2/XmlReader.lo: \ + source/gnu/xml/aelfred2/$(am__dirstamp) \ + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/aelfred2/ContentHandler2.lo: \ + source/gnu/xml/aelfred2/$(am__dirstamp) \ + source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/dom/ls + @: > source/gnu/xml/dom/ls/$(am__dirstamp) + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/dom/ls/$(DEPDIR) + @: > source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/DomLSEx.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/DomLSInput.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/DomLSOutput.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/DomLSParser.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/DomLSSerializer.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/FilteredSAXEventSink.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/ReaderInputStream.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/SAXEventSink.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ls/WriterOutputStream.lo: \ + source/gnu/xml/dom/ls/$(am__dirstamp) \ + source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/dom + @: > source/gnu/xml/dom/$(am__dirstamp) + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/dom/$(DEPDIR) + @: > source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/Consumer.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomAttr.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomCDATA.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomCharacterData.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomComment.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomDoctype.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomDocument.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomDocumentBuilder.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomDocumentBuilderFactory.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomDocumentConfiguration.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomElement.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomEntity.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomEntityReference.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomEvent.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomEx.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomExtern.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomFragment.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomImpl.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomIterator.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomNamedNodeMap.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomNode.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomNotation.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomNsNode.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomNSResolverContext.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomPI.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomText.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomXPathExpression.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomXPathNSResolver.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DomXPathResult.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DTDAttributeTypeInfo.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/DTDElementTypeInfo.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ImplementationList.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/ImplementationSource.lo: \ + source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/dom/JAXPFactory.lo: source/gnu/xml/dom/$(am__dirstamp) \ + source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/dom + @: > source/gnu/xml/libxmlj/dom/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/dom/$(DEPDIR) + @: > source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeAttr.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeComment.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDOMException.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDocument.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeElement.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeEntity.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeNode.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeNodeList.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeNotation.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeText.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo: \ + source/gnu/xml/libxmlj/dom/$(am__dirstamp) \ + source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/sax + @: > source/gnu/xml/libxmlj/sax/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/sax/$(DEPDIR) + @: > source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/GnomeLocator.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/Namespaces.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/sax/XMLName.lo: \ + source/gnu/xml/libxmlj/sax/$(am__dirstamp) \ + source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj + @: > source/gnu/xml/libxmlj/$(am__dirstamp) + source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/$(DEPDIR) + @: > source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/RawData.lo: \ + source/gnu/xml/libxmlj/$(am__dirstamp) \ + source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/RawData32.lo: \ + source/gnu/xml/libxmlj/$(am__dirstamp) \ + source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/RawData64.lo: \ + source/gnu/xml/libxmlj/$(am__dirstamp) \ + source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/transform + @: > source/gnu/xml/libxmlj/transform/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/transform/$(DEPDIR) + @: > source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo: \ + source/gnu/xml/libxmlj/transform/$(am__dirstamp) \ + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/GnomeTransformer.lo: \ + source/gnu/xml/libxmlj/transform/$(am__dirstamp) \ + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo: \ + source/gnu/xml/libxmlj/transform/$(am__dirstamp) \ + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/TransformTest.lo: \ + source/gnu/xml/libxmlj/transform/$(am__dirstamp) \ + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo: \ + source/gnu/xml/libxmlj/transform/$(am__dirstamp) \ + source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/util + @: > source/gnu/xml/libxmlj/util/$(am__dirstamp) + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/libxmlj/util/$(DEPDIR) + @: > source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/EmptyNodeList.lo: \ + source/gnu/xml/libxmlj/util/$(am__dirstamp) \ + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/NamedInputStream.lo: \ + source/gnu/xml/libxmlj/util/$(am__dirstamp) \ + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo: \ + source/gnu/xml/libxmlj/util/$(am__dirstamp) \ + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/StandaloneLocator.lo: \ + source/gnu/xml/libxmlj/util/$(am__dirstamp) \ + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/libxmlj/util/XMLJ.lo: \ + source/gnu/xml/libxmlj/util/$(am__dirstamp) \ + source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/pipeline + @: > source/gnu/xml/pipeline/$(am__dirstamp) + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/pipeline/$(DEPDIR) + @: > source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/CallFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/DomConsumer.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/EventConsumer.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/EventFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/LinkFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/NSFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/PipelineFactory.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/TeeConsumer.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/TextConsumer.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/ValidationConsumer.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/WellFormednessFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/XIncludeFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/pipeline/XsltFilter.lo: \ + source/gnu/xml/pipeline/$(am__dirstamp) \ + source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/util + @: > source/gnu/xml/util/$(am__dirstamp) + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/util/$(DEPDIR) + @: > source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/DoParse.lo: source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/DomParser.lo: source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/Resolver.lo: source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/SAXNullTransformerFactory.lo: \ + source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/XCat.lo: source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/XHTMLWriter.lo: \ + source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/util/XMLWriter.lo: source/gnu/xml/util/$(am__dirstamp) \ + source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/xpath + @: > source/gnu/xml/xpath/$(am__dirstamp) + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/xpath/$(DEPDIR) + @: > source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/AndExpr.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/ArithmeticExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Constant.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/EqualityExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Expr.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Function.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/FunctionCall.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NameTest.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NegativeExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NodeTypeTest.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/OrExpr.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/ParenthesizedExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Path.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/RelationalExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Root.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Selector.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Steps.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Test.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/UnionExpr.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/XPathParser.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/XPathTokenizer.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/BooleanFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/CeilingFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/ConcatFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/ContainsFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/CountFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/DocumentOrderComparator.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/FalseFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/FloorFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/IdFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/LangFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/LastFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/LocalNameFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NameFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NamespaceUriFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NormalizeSpaceFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NotFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NumberFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/PositionFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/RoundFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/StartsWithFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/StringFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/StringLengthFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/SubstringAfterFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/SubstringBeforeFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/SubstringFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/SumFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/TranslateFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/TrueFunction.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/VariableReference.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/XPathFactoryImpl.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/XPathImpl.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/XPathTest.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Pattern.lo: source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/Predicate.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/xpath/NamespaceTest.lo: \ + source/gnu/xml/xpath/$(am__dirstamp) \ + source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/transform + @: > source/gnu/xml/transform/$(am__dirstamp) + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/gnu/xml/transform/$(DEPDIR) + @: > source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/AbstractNumberNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ApplyTemplatesNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/AttributeNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/Bindings.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/CallTemplateNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ChooseNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/CommentNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/CopyNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/CopyOfNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/DOMSourceLocator.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/DocumentFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ElementNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ForEachNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ErrorListenerErrorHandler.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/IfNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/KeyFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/LiteralNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/NodeNumberNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/NumberNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/OtherwiseNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ParameterNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ProcessingInstructionNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/SAXSerializer.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/SortKey.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/StreamSerializer.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/Stylesheet.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/Template.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/TemplateNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/TemplatesImpl.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/TextNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/TransformerFactoryImpl.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/TransformerImpl.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/URIResolverEntityResolver.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/ValueOfNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/WhenNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/WithParam.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/XSLComparator.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/XSLURIResolver.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/CurrentFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/FormatNumberFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/GenerateIdFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/SystemPropertyFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/UnparsedEntityUriFunction.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/MessageNode.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/AttributeSet.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/gnu/xml/transform/Key.lo: \ + source/gnu/xml/transform/$(am__dirstamp) \ + source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) + lib-gnu-xml.la: $(lib_gnu_xml_la_OBJECTS) $(lib_gnu_xml_la_DEPENDENCIES) + $(GCJLINK) -rpath $(libdir) $(lib_gnu_xml_la_LDFLAGS) $(lib_gnu_xml_la_OBJECTS) $(lib_gnu_xml_la_LIBADD) $(LIBS) + source/javax/xml/datatype/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/datatype + @: > source/javax/xml/datatype/$(am__dirstamp) + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/datatype/$(DEPDIR) + @: > source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/datatype/DatatypeConfigurationException.lo: \ + source/javax/xml/datatype/$(am__dirstamp) \ + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/datatype/DatatypeConstants.lo: \ + source/javax/xml/datatype/$(am__dirstamp) \ + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/datatype/DatatypeFactory.lo: \ + source/javax/xml/datatype/$(am__dirstamp) \ + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/datatype/Duration.lo: \ + source/javax/xml/datatype/$(am__dirstamp) \ + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/datatype/XMLGregorianCalendar.lo: \ + source/javax/xml/datatype/$(am__dirstamp) \ + source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/$(am__dirstamp): + @$(mkdir_p) source/javax/xml + @: > source/javax/xml/$(am__dirstamp) + source/javax/xml/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/$(DEPDIR) + @: > source/javax/xml/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/XMLConstants.lo: source/javax/xml/$(am__dirstamp) \ + source/javax/xml/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/namespace/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/namespace + @: > source/javax/xml/namespace/$(am__dirstamp) + source/javax/xml/namespace/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/namespace/$(DEPDIR) + @: > source/javax/xml/namespace/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/namespace/NamespaceContext.lo: \ + source/javax/xml/namespace/$(am__dirstamp) \ + source/javax/xml/namespace/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/namespace/QName.lo: \ + source/javax/xml/namespace/$(am__dirstamp) \ + source/javax/xml/namespace/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/parsers + @: > source/javax/xml/parsers/$(am__dirstamp) + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/parsers/$(DEPDIR) + @: > source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/DocumentBuilder.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/DocumentBuilderFactory.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/FactoryConfigurationError.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/ParserConfigurationException.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/SAXParser.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/parsers/SAXParserFactory.lo: \ + source/javax/xml/parsers/$(am__dirstamp) \ + source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/dom/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/dom + @: > source/javax/xml/transform/dom/$(am__dirstamp) + source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/dom/$(DEPDIR) + @: > source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/dom/DOMLocator.lo: \ + source/javax/xml/transform/dom/$(am__dirstamp) \ + source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/dom/DOMResult.lo: \ + source/javax/xml/transform/dom/$(am__dirstamp) \ + source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/dom/DOMSource.lo: \ + source/javax/xml/transform/dom/$(am__dirstamp) \ + source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/sax + @: > source/javax/xml/transform/sax/$(am__dirstamp) + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/sax/$(DEPDIR) + @: > source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/SAXResult.lo: \ + source/javax/xml/transform/sax/$(am__dirstamp) \ + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/SAXSource.lo: \ + source/javax/xml/transform/sax/$(am__dirstamp) \ + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/SAXTransformerFactory.lo: \ + source/javax/xml/transform/sax/$(am__dirstamp) \ + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/TemplatesHandler.lo: \ + source/javax/xml/transform/sax/$(am__dirstamp) \ + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/sax/TransformerHandler.lo: \ + source/javax/xml/transform/sax/$(am__dirstamp) \ + source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform + @: > source/javax/xml/transform/$(am__dirstamp) + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/$(DEPDIR) + @: > source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/ErrorListener.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/OutputKeys.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/Result.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/Source.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/SourceLocator.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/Templates.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/Transformer.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/TransformerConfigurationException.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/TransformerException.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/TransformerFactory.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/TransformerFactoryConfigurationError.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/URIResolver.lo: \ + source/javax/xml/transform/$(am__dirstamp) \ + source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/stream/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/stream + @: > source/javax/xml/transform/stream/$(am__dirstamp) + source/javax/xml/transform/stream/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/transform/stream/$(DEPDIR) + @: > source/javax/xml/transform/stream/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/stream/StreamResult.lo: \ + source/javax/xml/transform/stream/$(am__dirstamp) \ + source/javax/xml/transform/stream/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/transform/stream/StreamSource.lo: \ + source/javax/xml/transform/stream/$(am__dirstamp) \ + source/javax/xml/transform/stream/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/validation + @: > source/javax/xml/validation/$(am__dirstamp) + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/validation/$(DEPDIR) + @: > source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/Schema.lo: \ + source/javax/xml/validation/$(am__dirstamp) \ + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/SchemaFactory.lo: \ + source/javax/xml/validation/$(am__dirstamp) \ + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/TypeInfoProvider.lo: \ + source/javax/xml/validation/$(am__dirstamp) \ + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/Validator.lo: \ + source/javax/xml/validation/$(am__dirstamp) \ + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/validation/ValidatorHandler.lo: \ + source/javax/xml/validation/$(am__dirstamp) \ + source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/xpath + @: > source/javax/xml/xpath/$(am__dirstamp) + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/javax/xml/xpath/$(DEPDIR) + @: > source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPath.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathConstants.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathException.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathExpression.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathExpressionException.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathFactory.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathFactoryConfigurationException.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathFunction.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathFunctionException.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathFunctionResolver.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + source/javax/xml/xpath/XPathVariableResolver.lo: \ + source/javax/xml/xpath/$(am__dirstamp) \ + source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) + lib-javax-xml.la: $(lib_javax_xml_la_OBJECTS) $(lib_javax_xml_la_DEPENDENCIES) + $(GCJLINK) -rpath $(libdir) $(lib_javax_xml_la_LDFLAGS) $(lib_javax_xml_la_OBJECTS) $(lib_javax_xml_la_LIBADD) $(LIBS) + source/org/w3c/dom/bootstrap/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/bootstrap + @: > source/org/w3c/dom/bootstrap/$(am__dirstamp) + source/org/w3c/dom/bootstrap/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/bootstrap/$(DEPDIR) + @: > source/org/w3c/dom/bootstrap/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo: \ + source/org/w3c/dom/bootstrap/$(am__dirstamp) \ + source/org/w3c/dom/bootstrap/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom + @: > source/org/w3c/dom/$(am__dirstamp) + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/$(DEPDIR) + @: > source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Attr.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/CDATASection.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/CharacterData.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Comment.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMConfiguration.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMError.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMErrorHandler.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMException.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMImplementation.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMImplementationList.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMImplementationSource.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMLocator.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DOMStringList.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Document.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DocumentFragment.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/DocumentType.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Element.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Entity.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/EntityReference.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/NameList.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/NamedNodeMap.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Node.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/NodeList.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Notation.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ProcessingInstruction.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/Text.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/TypeInfo.lo: source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/UserDataHandler.lo: \ + source/org/w3c/dom/$(am__dirstamp) \ + source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/css + @: > source/org/w3c/dom/css/$(am__dirstamp) + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/css/$(DEPDIR) + @: > source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2Azimuth.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2BackgroundPosition.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2BorderSpacing.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2CounterIncrement.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2CounterReset.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2Cursor.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2FontFaceSrc.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2FontFaceWidths.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2PageSize.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2PlayDuring.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2Properties.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSS2TextShadow.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSCharsetRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSFontFaceRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSImportRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSMediaRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSPageRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSPrimitiveValue.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSRuleList.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSStyleDeclaration.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSStyleRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSStyleSheet.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSUnknownRule.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSValue.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/CSSValueList.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/Counter.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/DOMImplementationCSS.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/DocumentCSS.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/ElementCSSInlineStyle.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/RGBColor.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/Rect.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/css/ViewCSS.lo: \ + source/org/w3c/dom/css/$(am__dirstamp) \ + source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/events + @: > source/org/w3c/dom/events/$(am__dirstamp) + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/events/$(DEPDIR) + @: > source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/DocumentEvent.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/Event.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/EventException.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/EventListener.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/EventTarget.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/MouseEvent.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/MutationEvent.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/events/UIEvent.lo: \ + source/org/w3c/dom/events/$(am__dirstamp) \ + source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/html + @: > source/org/w3c/dom/html/$(am__dirstamp) + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/html/$(DEPDIR) + @: > source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLAnchorElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLAppletElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLAreaElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLBRElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLBaseElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLBaseFontElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLBodyElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLButtonElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLCollection.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLDListElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLDOMImplementation.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLDirectoryElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLDivElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLDocument.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLFieldSetElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLFontElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLFormElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLFrameElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLFrameSetElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLHRElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLHeadElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLHeadingElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLHtmlElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLIFrameElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLImageElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLInputElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLIsIndexElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLLIElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLLabelElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLLegendElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLLinkElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLMapElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLMenuElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLMetaElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLModElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLOListElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLObjectElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLOptGroupElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLOptionElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLParagraphElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLParamElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLPreElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLQuoteElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLScriptElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLSelectElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLStyleElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableCaptionElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableCellElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableColElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableRowElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTableSectionElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTextAreaElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLTitleElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/html/HTMLUListElement.lo: \ + source/org/w3c/dom/html/$(am__dirstamp) \ + source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/ls + @: > source/org/w3c/dom/ls/$(am__dirstamp) + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/ls/$(DEPDIR) + @: > source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/DOMImplementationLS.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSException.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSInput.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSLoadEvent.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSOutput.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSParser.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSParserFilter.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSProgressEvent.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSResourceResolver.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSSerializer.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ls/LSSerializerFilter.lo: \ + source/org/w3c/dom/ls/$(am__dirstamp) \ + source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ranges/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/ranges + @: > source/org/w3c/dom/ranges/$(am__dirstamp) + source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/ranges/$(DEPDIR) + @: > source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ranges/DocumentRange.lo: \ + source/org/w3c/dom/ranges/$(am__dirstamp) \ + source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ranges/Range.lo: \ + source/org/w3c/dom/ranges/$(am__dirstamp) \ + source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/ranges/RangeException.lo: \ + source/org/w3c/dom/ranges/$(am__dirstamp) \ + source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/stylesheets + @: > source/org/w3c/dom/stylesheets/$(am__dirstamp) + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/stylesheets/$(DEPDIR) + @: > source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/DocumentStyle.lo: \ + source/org/w3c/dom/stylesheets/$(am__dirstamp) \ + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/LinkStyle.lo: \ + source/org/w3c/dom/stylesheets/$(am__dirstamp) \ + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/MediaList.lo: \ + source/org/w3c/dom/stylesheets/$(am__dirstamp) \ + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/StyleSheet.lo: \ + source/org/w3c/dom/stylesheets/$(am__dirstamp) \ + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/stylesheets/StyleSheetList.lo: \ + source/org/w3c/dom/stylesheets/$(am__dirstamp) \ + source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/traversal/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/traversal + @: > source/org/w3c/dom/traversal/$(am__dirstamp) + source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/traversal/$(DEPDIR) + @: > source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/traversal/DocumentTraversal.lo: \ + source/org/w3c/dom/traversal/$(am__dirstamp) \ + source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/traversal/NodeFilter.lo: \ + source/org/w3c/dom/traversal/$(am__dirstamp) \ + source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/traversal/NodeIterator.lo: \ + source/org/w3c/dom/traversal/$(am__dirstamp) \ + source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/traversal/TreeWalker.lo: \ + source/org/w3c/dom/traversal/$(am__dirstamp) \ + source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/views/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/views + @: > source/org/w3c/dom/views/$(am__dirstamp) + source/org/w3c/dom/views/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/views/$(DEPDIR) + @: > source/org/w3c/dom/views/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/views/AbstractView.lo: \ + source/org/w3c/dom/views/$(am__dirstamp) \ + source/org/w3c/dom/views/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/views/DocumentView.lo: \ + source/org/w3c/dom/views/$(am__dirstamp) \ + source/org/w3c/dom/views/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/xpath + @: > source/org/w3c/dom/xpath/$(am__dirstamp) + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/w3c/dom/xpath/$(DEPDIR) + @: > source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathEvaluator.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathException.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathExpression.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathNSResolver.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathNamespace.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + source/org/w3c/dom/xpath/XPathResult.lo: \ + source/org/w3c/dom/xpath/$(am__dirstamp) \ + source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) + lib-org-w3c-dom.la: $(lib_org_w3c_dom_la_OBJECTS) $(lib_org_w3c_dom_la_DEPENDENCIES) + $(GCJLINK) -rpath $(libdir) $(lib_org_w3c_dom_la_LDFLAGS) $(lib_org_w3c_dom_la_OBJECTS) $(lib_org_w3c_dom_la_LIBADD) $(LIBS) + source/org/xml/sax/ext/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax/ext + @: > source/org/xml/sax/ext/$(am__dirstamp) + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax/ext/$(DEPDIR) + @: > source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/Attributes2.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/Attributes2Impl.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/DeclHandler.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/DefaultHandler2.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/EntityResolver2.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/LexicalHandler.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/Locator2.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ext/Locator2Impl.lo: \ + source/org/xml/sax/ext/$(am__dirstamp) \ + source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax + @: > source/org/xml/sax/$(am__dirstamp) + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax/$(DEPDIR) + @: > source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/AttributeList.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/Attributes.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ContentHandler.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/DTDHandler.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/DocumentHandler.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/EntityResolver.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/ErrorHandler.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/HandlerBase.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/InputSource.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/Locator.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/Parser.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/SAXException.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/SAXNotRecognizedException.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/SAXNotSupportedException.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/SAXParseException.lo: \ + source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/XMLFilter.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/XMLReader.lo: source/org/xml/sax/$(am__dirstamp) \ + source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax/helpers + @: > source/org/xml/sax/helpers/$(am__dirstamp) + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp): + @$(mkdir_p) source/org/xml/sax/helpers/$(DEPDIR) + @: > source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/AttributeListImpl.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/AttributesImpl.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/DefaultHandler.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/LocatorImpl.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/NamespaceSupport.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/NewInstance.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/ParserAdapter.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/ParserFactory.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/XMLFilterImpl.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/XMLReaderAdapter.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + source/org/xml/sax/helpers/XMLReaderFactory.lo: \ + source/org/xml/sax/helpers/$(am__dirstamp) \ + source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) + lib-org-xml-sax.la: $(lib_org_xml_sax_la_OBJECTS) $(lib_org_xml_sax_la_DEPENDENCIES) + $(GCJLINK) -rpath $(libdir) $(lib_org_xml_sax_la_LDFLAGS) $(lib_org_xml_sax_la_OBJECTS) $(lib_org_xml_sax_la_LIBADD) $(LIBS) + libxmlj.la: $(libxmlj_la_OBJECTS) $(libxmlj_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libxmlj_la_LDFLAGS) $(libxmlj_la_OBJECTS) $(libxmlj_la_LIBADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/ContentHandler2.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/ContentHandler2.lo + -rm -f source/gnu/xml/aelfred2/JAXPFactory.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/JAXPFactory.lo + -rm -f source/gnu/xml/aelfred2/SAXDriver.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/SAXDriver.lo + -rm -f source/gnu/xml/aelfred2/XmlParser.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/XmlParser.lo + -rm -f source/gnu/xml/aelfred2/XmlReader.$(OBJEXT) + -rm -f source/gnu/xml/aelfred2/XmlReader.lo + -rm -f source/gnu/xml/dom/Consumer.$(OBJEXT) + -rm -f source/gnu/xml/dom/Consumer.lo + -rm -f source/gnu/xml/dom/DTDAttributeTypeInfo.$(OBJEXT) + -rm -f source/gnu/xml/dom/DTDAttributeTypeInfo.lo + -rm -f source/gnu/xml/dom/DTDElementTypeInfo.$(OBJEXT) + -rm -f source/gnu/xml/dom/DTDElementTypeInfo.lo + -rm -f source/gnu/xml/dom/DomAttr.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomAttr.lo + -rm -f source/gnu/xml/dom/DomCDATA.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomCDATA.lo + -rm -f source/gnu/xml/dom/DomCharacterData.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomCharacterData.lo + -rm -f source/gnu/xml/dom/DomComment.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomComment.lo + -rm -f source/gnu/xml/dom/DomDoctype.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomDoctype.lo + -rm -f source/gnu/xml/dom/DomDocument.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomDocument.lo + -rm -f source/gnu/xml/dom/DomDocumentBuilder.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomDocumentBuilder.lo + -rm -f source/gnu/xml/dom/DomDocumentBuilderFactory.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomDocumentBuilderFactory.lo + -rm -f source/gnu/xml/dom/DomDocumentConfiguration.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomDocumentConfiguration.lo + -rm -f source/gnu/xml/dom/DomElement.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomElement.lo + -rm -f source/gnu/xml/dom/DomEntity.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomEntity.lo + -rm -f source/gnu/xml/dom/DomEntityReference.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomEntityReference.lo + -rm -f source/gnu/xml/dom/DomEvent.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomEvent.lo + -rm -f source/gnu/xml/dom/DomEx.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomEx.lo + -rm -f source/gnu/xml/dom/DomExtern.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomExtern.lo + -rm -f source/gnu/xml/dom/DomFragment.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomFragment.lo + -rm -f source/gnu/xml/dom/DomImpl.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomImpl.lo + -rm -f source/gnu/xml/dom/DomIterator.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomIterator.lo + -rm -f source/gnu/xml/dom/DomNSResolverContext.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomNSResolverContext.lo + -rm -f source/gnu/xml/dom/DomNamedNodeMap.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomNamedNodeMap.lo + -rm -f source/gnu/xml/dom/DomNode.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomNode.lo + -rm -f source/gnu/xml/dom/DomNotation.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomNotation.lo + -rm -f source/gnu/xml/dom/DomNsNode.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomNsNode.lo + -rm -f source/gnu/xml/dom/DomPI.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomPI.lo + -rm -f source/gnu/xml/dom/DomText.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomText.lo + -rm -f source/gnu/xml/dom/DomXPathExpression.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomXPathExpression.lo + -rm -f source/gnu/xml/dom/DomXPathNSResolver.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomXPathNSResolver.lo + -rm -f source/gnu/xml/dom/DomXPathResult.$(OBJEXT) + -rm -f source/gnu/xml/dom/DomXPathResult.lo + -rm -f source/gnu/xml/dom/ImplementationList.$(OBJEXT) + -rm -f source/gnu/xml/dom/ImplementationList.lo + -rm -f source/gnu/xml/dom/ImplementationSource.$(OBJEXT) + -rm -f source/gnu/xml/dom/ImplementationSource.lo + -rm -f source/gnu/xml/dom/JAXPFactory.$(OBJEXT) + -rm -f source/gnu/xml/dom/JAXPFactory.lo + -rm -f source/gnu/xml/dom/ls/DomLSEx.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/DomLSEx.lo + -rm -f source/gnu/xml/dom/ls/DomLSInput.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/DomLSInput.lo + -rm -f source/gnu/xml/dom/ls/DomLSOutput.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/DomLSOutput.lo + -rm -f source/gnu/xml/dom/ls/DomLSParser.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/DomLSParser.lo + -rm -f source/gnu/xml/dom/ls/DomLSSerializer.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/DomLSSerializer.lo + -rm -f source/gnu/xml/dom/ls/FilteredSAXEventSink.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/FilteredSAXEventSink.lo + -rm -f source/gnu/xml/dom/ls/ReaderInputStream.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/ReaderInputStream.lo + -rm -f source/gnu/xml/dom/ls/SAXEventSink.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/SAXEventSink.lo + -rm -f source/gnu/xml/dom/ls/WriterOutputStream.$(OBJEXT) + -rm -f source/gnu/xml/dom/ls/WriterOutputStream.lo + -rm -f source/gnu/xml/libxmlj/RawData.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/RawData.lo + -rm -f source/gnu/xml/libxmlj/RawData32.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/RawData32.lo + -rm -f source/gnu/xml/libxmlj/RawData64.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/RawData64.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeAttr.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeAttr.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeCDATASection.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeCharacterData.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeComment.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeComment.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDOMException.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDOMException.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDOMStringList.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocument.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocument.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentType.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeElement.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeElement.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeEntity.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeEntity.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeEntityReference.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeNode.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeNode.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeNodeIterator.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeNodeList.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeNodeList.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeNotation.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeNotation.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeText.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeText.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeTypeInfo.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathExpression.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathResult.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo + -rm -f source/gnu/xml/libxmlj/sax/GnomeLocator.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/GnomeLocator.lo + -rm -f source/gnu/xml/libxmlj/sax/GnomeSAXParser.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo + -rm -f source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo + -rm -f source/gnu/xml/libxmlj/sax/GnomeXMLReader.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo + -rm -f source/gnu/xml/libxmlj/sax/Namespaces.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/Namespaces.lo + -rm -f source/gnu/xml/libxmlj/sax/StringArrayAttributes.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo + -rm -f source/gnu/xml/libxmlj/sax/XMLName.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/sax/XMLName.lo + -rm -f source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo + -rm -f source/gnu/xml/libxmlj/transform/GnomeTransformer.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/transform/GnomeTransformer.lo + -rm -f source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo + -rm -f source/gnu/xml/libxmlj/transform/TransformTest.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/transform/TransformTest.lo + -rm -f source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo + -rm -f source/gnu/xml/libxmlj/util/EmptyNodeList.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/util/EmptyNodeList.lo + -rm -f source/gnu/xml/libxmlj/util/NamedInputStream.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/util/NamedInputStream.lo + -rm -f source/gnu/xml/libxmlj/util/StandaloneDocumentType.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo + -rm -f source/gnu/xml/libxmlj/util/StandaloneLocator.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/util/StandaloneLocator.lo + -rm -f source/gnu/xml/libxmlj/util/XMLJ.$(OBJEXT) + -rm -f source/gnu/xml/libxmlj/util/XMLJ.lo + -rm -f source/gnu/xml/pipeline/CallFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/CallFilter.lo + -rm -f source/gnu/xml/pipeline/DomConsumer.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/DomConsumer.lo + -rm -f source/gnu/xml/pipeline/EventConsumer.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/EventConsumer.lo + -rm -f source/gnu/xml/pipeline/EventFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/EventFilter.lo + -rm -f source/gnu/xml/pipeline/LinkFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/LinkFilter.lo + -rm -f source/gnu/xml/pipeline/NSFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/NSFilter.lo + -rm -f source/gnu/xml/pipeline/PipelineFactory.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/PipelineFactory.lo + -rm -f source/gnu/xml/pipeline/TeeConsumer.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/TeeConsumer.lo + -rm -f source/gnu/xml/pipeline/TextConsumer.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/TextConsumer.lo + -rm -f source/gnu/xml/pipeline/ValidationConsumer.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/ValidationConsumer.lo + -rm -f source/gnu/xml/pipeline/WellFormednessFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/WellFormednessFilter.lo + -rm -f source/gnu/xml/pipeline/XIncludeFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/XIncludeFilter.lo + -rm -f source/gnu/xml/pipeline/XsltFilter.$(OBJEXT) + -rm -f source/gnu/xml/pipeline/XsltFilter.lo + -rm -f source/gnu/xml/transform/AbstractNumberNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/AbstractNumberNode.lo + -rm -f source/gnu/xml/transform/ApplyTemplatesNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ApplyTemplatesNode.lo + -rm -f source/gnu/xml/transform/AttributeNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/AttributeNode.lo + -rm -f source/gnu/xml/transform/AttributeSet.$(OBJEXT) + -rm -f source/gnu/xml/transform/AttributeSet.lo + -rm -f source/gnu/xml/transform/Bindings.$(OBJEXT) + -rm -f source/gnu/xml/transform/Bindings.lo + -rm -f source/gnu/xml/transform/CallTemplateNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/CallTemplateNode.lo + -rm -f source/gnu/xml/transform/ChooseNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ChooseNode.lo + -rm -f source/gnu/xml/transform/CommentNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/CommentNode.lo + -rm -f source/gnu/xml/transform/CopyNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/CopyNode.lo + -rm -f source/gnu/xml/transform/CopyOfNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/CopyOfNode.lo + -rm -f source/gnu/xml/transform/CurrentFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/CurrentFunction.lo + -rm -f source/gnu/xml/transform/DOMSourceLocator.$(OBJEXT) + -rm -f source/gnu/xml/transform/DOMSourceLocator.lo + -rm -f source/gnu/xml/transform/DocumentFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/DocumentFunction.lo + -rm -f source/gnu/xml/transform/ElementNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ElementNode.lo + -rm -f source/gnu/xml/transform/ErrorListenerErrorHandler.$(OBJEXT) + -rm -f source/gnu/xml/transform/ErrorListenerErrorHandler.lo + -rm -f source/gnu/xml/transform/ForEachNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ForEachNode.lo + -rm -f source/gnu/xml/transform/FormatNumberFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/FormatNumberFunction.lo + -rm -f source/gnu/xml/transform/GenerateIdFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/GenerateIdFunction.lo + -rm -f source/gnu/xml/transform/IfNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/IfNode.lo + -rm -f source/gnu/xml/transform/Key.$(OBJEXT) + -rm -f source/gnu/xml/transform/Key.lo + -rm -f source/gnu/xml/transform/KeyFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/KeyFunction.lo + -rm -f source/gnu/xml/transform/LiteralNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/LiteralNode.lo + -rm -f source/gnu/xml/transform/MessageNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/MessageNode.lo + -rm -f source/gnu/xml/transform/NodeNumberNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/NodeNumberNode.lo + -rm -f source/gnu/xml/transform/NumberNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/NumberNode.lo + -rm -f source/gnu/xml/transform/OtherwiseNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/OtherwiseNode.lo + -rm -f source/gnu/xml/transform/ParameterNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ParameterNode.lo + -rm -f source/gnu/xml/transform/ProcessingInstructionNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ProcessingInstructionNode.lo + -rm -f source/gnu/xml/transform/SAXSerializer.$(OBJEXT) + -rm -f source/gnu/xml/transform/SAXSerializer.lo + -rm -f source/gnu/xml/transform/SortKey.$(OBJEXT) + -rm -f source/gnu/xml/transform/SortKey.lo + -rm -f source/gnu/xml/transform/StreamSerializer.$(OBJEXT) + -rm -f source/gnu/xml/transform/StreamSerializer.lo + -rm -f source/gnu/xml/transform/Stylesheet.$(OBJEXT) + -rm -f source/gnu/xml/transform/Stylesheet.lo + -rm -f source/gnu/xml/transform/SystemPropertyFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/SystemPropertyFunction.lo + -rm -f source/gnu/xml/transform/Template.$(OBJEXT) + -rm -f source/gnu/xml/transform/Template.lo + -rm -f source/gnu/xml/transform/TemplateNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/TemplateNode.lo + -rm -f source/gnu/xml/transform/TemplatesImpl.$(OBJEXT) + -rm -f source/gnu/xml/transform/TemplatesImpl.lo + -rm -f source/gnu/xml/transform/TextNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/TextNode.lo + -rm -f source/gnu/xml/transform/TransformerFactoryImpl.$(OBJEXT) + -rm -f source/gnu/xml/transform/TransformerFactoryImpl.lo + -rm -f source/gnu/xml/transform/TransformerImpl.$(OBJEXT) + -rm -f source/gnu/xml/transform/TransformerImpl.lo + -rm -f source/gnu/xml/transform/URIResolverEntityResolver.$(OBJEXT) + -rm -f source/gnu/xml/transform/URIResolverEntityResolver.lo + -rm -f source/gnu/xml/transform/UnparsedEntityUriFunction.$(OBJEXT) + -rm -f source/gnu/xml/transform/UnparsedEntityUriFunction.lo + -rm -f source/gnu/xml/transform/ValueOfNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/ValueOfNode.lo + -rm -f source/gnu/xml/transform/WhenNode.$(OBJEXT) + -rm -f source/gnu/xml/transform/WhenNode.lo + -rm -f source/gnu/xml/transform/WithParam.$(OBJEXT) + -rm -f source/gnu/xml/transform/WithParam.lo + -rm -f source/gnu/xml/transform/XSLComparator.$(OBJEXT) + -rm -f source/gnu/xml/transform/XSLComparator.lo + -rm -f source/gnu/xml/transform/XSLURIResolver.$(OBJEXT) + -rm -f source/gnu/xml/transform/XSLURIResolver.lo + -rm -f source/gnu/xml/util/DoParse.$(OBJEXT) + -rm -f source/gnu/xml/util/DoParse.lo + -rm -f source/gnu/xml/util/DomParser.$(OBJEXT) + -rm -f source/gnu/xml/util/DomParser.lo + -rm -f source/gnu/xml/util/Resolver.$(OBJEXT) + -rm -f source/gnu/xml/util/Resolver.lo + -rm -f source/gnu/xml/util/SAXNullTransformerFactory.$(OBJEXT) + -rm -f source/gnu/xml/util/SAXNullTransformerFactory.lo + -rm -f source/gnu/xml/util/XCat.$(OBJEXT) + -rm -f source/gnu/xml/util/XCat.lo + -rm -f source/gnu/xml/util/XHTMLWriter.$(OBJEXT) + -rm -f source/gnu/xml/util/XHTMLWriter.lo + -rm -f source/gnu/xml/util/XMLWriter.$(OBJEXT) + -rm -f source/gnu/xml/util/XMLWriter.lo + -rm -f source/gnu/xml/xpath/AndExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/AndExpr.lo + -rm -f source/gnu/xml/xpath/ArithmeticExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/ArithmeticExpr.lo + -rm -f source/gnu/xml/xpath/BooleanFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/BooleanFunction.lo + -rm -f source/gnu/xml/xpath/CeilingFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/CeilingFunction.lo + -rm -f source/gnu/xml/xpath/ConcatFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/ConcatFunction.lo + -rm -f source/gnu/xml/xpath/Constant.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Constant.lo + -rm -f source/gnu/xml/xpath/ContainsFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/ContainsFunction.lo + -rm -f source/gnu/xml/xpath/CountFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/CountFunction.lo + -rm -f source/gnu/xml/xpath/DocumentOrderComparator.$(OBJEXT) + -rm -f source/gnu/xml/xpath/DocumentOrderComparator.lo + -rm -f source/gnu/xml/xpath/EqualityExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/EqualityExpr.lo + -rm -f source/gnu/xml/xpath/Expr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Expr.lo + -rm -f source/gnu/xml/xpath/FalseFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/FalseFunction.lo + -rm -f source/gnu/xml/xpath/FloorFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/FloorFunction.lo + -rm -f source/gnu/xml/xpath/Function.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Function.lo + -rm -f source/gnu/xml/xpath/FunctionCall.$(OBJEXT) + -rm -f source/gnu/xml/xpath/FunctionCall.lo + -rm -f source/gnu/xml/xpath/IdFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/IdFunction.lo + -rm -f source/gnu/xml/xpath/LangFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/LangFunction.lo + -rm -f source/gnu/xml/xpath/LastFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/LastFunction.lo + -rm -f source/gnu/xml/xpath/LocalNameFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/LocalNameFunction.lo + -rm -f source/gnu/xml/xpath/NameFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NameFunction.lo + -rm -f source/gnu/xml/xpath/NameTest.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NameTest.lo + -rm -f source/gnu/xml/xpath/NamespaceTest.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NamespaceTest.lo + -rm -f source/gnu/xml/xpath/NamespaceUriFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NamespaceUriFunction.lo + -rm -f source/gnu/xml/xpath/NegativeExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NegativeExpr.lo + -rm -f source/gnu/xml/xpath/NodeTypeTest.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NodeTypeTest.lo + -rm -f source/gnu/xml/xpath/NormalizeSpaceFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NormalizeSpaceFunction.lo + -rm -f source/gnu/xml/xpath/NotFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NotFunction.lo + -rm -f source/gnu/xml/xpath/NumberFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/NumberFunction.lo + -rm -f source/gnu/xml/xpath/OrExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/OrExpr.lo + -rm -f source/gnu/xml/xpath/ParenthesizedExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/ParenthesizedExpr.lo + -rm -f source/gnu/xml/xpath/Path.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Path.lo + -rm -f source/gnu/xml/xpath/Pattern.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Pattern.lo + -rm -f source/gnu/xml/xpath/PositionFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/PositionFunction.lo + -rm -f source/gnu/xml/xpath/Predicate.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Predicate.lo + -rm -f source/gnu/xml/xpath/RelationalExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/RelationalExpr.lo + -rm -f source/gnu/xml/xpath/Root.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Root.lo + -rm -f source/gnu/xml/xpath/RoundFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/RoundFunction.lo + -rm -f source/gnu/xml/xpath/Selector.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Selector.lo + -rm -f source/gnu/xml/xpath/StartsWithFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/StartsWithFunction.lo + -rm -f source/gnu/xml/xpath/Steps.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Steps.lo + -rm -f source/gnu/xml/xpath/StringFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/StringFunction.lo + -rm -f source/gnu/xml/xpath/StringLengthFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/StringLengthFunction.lo + -rm -f source/gnu/xml/xpath/SubstringAfterFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/SubstringAfterFunction.lo + -rm -f source/gnu/xml/xpath/SubstringBeforeFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/SubstringBeforeFunction.lo + -rm -f source/gnu/xml/xpath/SubstringFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/SubstringFunction.lo + -rm -f source/gnu/xml/xpath/SumFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/SumFunction.lo + -rm -f source/gnu/xml/xpath/Test.$(OBJEXT) + -rm -f source/gnu/xml/xpath/Test.lo + -rm -f source/gnu/xml/xpath/TranslateFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/TranslateFunction.lo + -rm -f source/gnu/xml/xpath/TrueFunction.$(OBJEXT) + -rm -f source/gnu/xml/xpath/TrueFunction.lo + -rm -f source/gnu/xml/xpath/UnionExpr.$(OBJEXT) + -rm -f source/gnu/xml/xpath/UnionExpr.lo + -rm -f source/gnu/xml/xpath/VariableReference.$(OBJEXT) + -rm -f source/gnu/xml/xpath/VariableReference.lo + -rm -f source/gnu/xml/xpath/XPathFactoryImpl.$(OBJEXT) + -rm -f source/gnu/xml/xpath/XPathFactoryImpl.lo + -rm -f source/gnu/xml/xpath/XPathImpl.$(OBJEXT) + -rm -f source/gnu/xml/xpath/XPathImpl.lo + -rm -f source/gnu/xml/xpath/XPathParser.$(OBJEXT) + -rm -f source/gnu/xml/xpath/XPathParser.lo + -rm -f source/gnu/xml/xpath/XPathTest.$(OBJEXT) + -rm -f source/gnu/xml/xpath/XPathTest.lo + -rm -f source/gnu/xml/xpath/XPathTokenizer.$(OBJEXT) + -rm -f source/gnu/xml/xpath/XPathTokenizer.lo + -rm -f source/javax/xml/XMLConstants.$(OBJEXT) + -rm -f source/javax/xml/XMLConstants.lo + -rm -f source/javax/xml/datatype/DatatypeConfigurationException.$(OBJEXT) + -rm -f source/javax/xml/datatype/DatatypeConfigurationException.lo + -rm -f source/javax/xml/datatype/DatatypeConstants.$(OBJEXT) + -rm -f source/javax/xml/datatype/DatatypeConstants.lo + -rm -f source/javax/xml/datatype/DatatypeFactory.$(OBJEXT) + -rm -f source/javax/xml/datatype/DatatypeFactory.lo + -rm -f source/javax/xml/datatype/Duration.$(OBJEXT) + -rm -f source/javax/xml/datatype/Duration.lo + -rm -f source/javax/xml/datatype/XMLGregorianCalendar.$(OBJEXT) + -rm -f source/javax/xml/datatype/XMLGregorianCalendar.lo + -rm -f source/javax/xml/namespace/NamespaceContext.$(OBJEXT) + -rm -f source/javax/xml/namespace/NamespaceContext.lo + -rm -f source/javax/xml/namespace/QName.$(OBJEXT) + -rm -f source/javax/xml/namespace/QName.lo + -rm -f source/javax/xml/parsers/DocumentBuilder.$(OBJEXT) + -rm -f source/javax/xml/parsers/DocumentBuilder.lo + -rm -f source/javax/xml/parsers/DocumentBuilderFactory.$(OBJEXT) + -rm -f source/javax/xml/parsers/DocumentBuilderFactory.lo + -rm -f source/javax/xml/parsers/FactoryConfigurationError.$(OBJEXT) + -rm -f source/javax/xml/parsers/FactoryConfigurationError.lo + -rm -f source/javax/xml/parsers/ParserConfigurationException.$(OBJEXT) + -rm -f source/javax/xml/parsers/ParserConfigurationException.lo + -rm -f source/javax/xml/parsers/SAXParser.$(OBJEXT) + -rm -f source/javax/xml/parsers/SAXParser.lo + -rm -f source/javax/xml/parsers/SAXParserFactory.$(OBJEXT) + -rm -f source/javax/xml/parsers/SAXParserFactory.lo + -rm -f source/javax/xml/transform/ErrorListener.$(OBJEXT) + -rm -f source/javax/xml/transform/ErrorListener.lo + -rm -f source/javax/xml/transform/OutputKeys.$(OBJEXT) + -rm -f source/javax/xml/transform/OutputKeys.lo + -rm -f source/javax/xml/transform/Result.$(OBJEXT) + -rm -f source/javax/xml/transform/Result.lo + -rm -f source/javax/xml/transform/Source.$(OBJEXT) + -rm -f source/javax/xml/transform/Source.lo + -rm -f source/javax/xml/transform/SourceLocator.$(OBJEXT) + -rm -f source/javax/xml/transform/SourceLocator.lo + -rm -f source/javax/xml/transform/Templates.$(OBJEXT) + -rm -f source/javax/xml/transform/Templates.lo + -rm -f source/javax/xml/transform/Transformer.$(OBJEXT) + -rm -f source/javax/xml/transform/Transformer.lo + -rm -f source/javax/xml/transform/TransformerConfigurationException.$(OBJEXT) + -rm -f source/javax/xml/transform/TransformerConfigurationException.lo + -rm -f source/javax/xml/transform/TransformerException.$(OBJEXT) + -rm -f source/javax/xml/transform/TransformerException.lo + -rm -f source/javax/xml/transform/TransformerFactory.$(OBJEXT) + -rm -f source/javax/xml/transform/TransformerFactory.lo + -rm -f source/javax/xml/transform/TransformerFactoryConfigurationError.$(OBJEXT) + -rm -f source/javax/xml/transform/TransformerFactoryConfigurationError.lo + -rm -f source/javax/xml/transform/URIResolver.$(OBJEXT) + -rm -f source/javax/xml/transform/URIResolver.lo + -rm -f source/javax/xml/transform/dom/DOMLocator.$(OBJEXT) + -rm -f source/javax/xml/transform/dom/DOMLocator.lo + -rm -f source/javax/xml/transform/dom/DOMResult.$(OBJEXT) + -rm -f source/javax/xml/transform/dom/DOMResult.lo + -rm -f source/javax/xml/transform/dom/DOMSource.$(OBJEXT) + -rm -f source/javax/xml/transform/dom/DOMSource.lo + -rm -f source/javax/xml/transform/sax/SAXResult.$(OBJEXT) + -rm -f source/javax/xml/transform/sax/SAXResult.lo + -rm -f source/javax/xml/transform/sax/SAXSource.$(OBJEXT) + -rm -f source/javax/xml/transform/sax/SAXSource.lo + -rm -f source/javax/xml/transform/sax/SAXTransformerFactory.$(OBJEXT) + -rm -f source/javax/xml/transform/sax/SAXTransformerFactory.lo + -rm -f source/javax/xml/transform/sax/TemplatesHandler.$(OBJEXT) + -rm -f source/javax/xml/transform/sax/TemplatesHandler.lo + -rm -f source/javax/xml/transform/sax/TransformerHandler.$(OBJEXT) + -rm -f source/javax/xml/transform/sax/TransformerHandler.lo + -rm -f source/javax/xml/transform/stream/StreamResult.$(OBJEXT) + -rm -f source/javax/xml/transform/stream/StreamResult.lo + -rm -f source/javax/xml/transform/stream/StreamSource.$(OBJEXT) + -rm -f source/javax/xml/transform/stream/StreamSource.lo + -rm -f source/javax/xml/validation/Schema.$(OBJEXT) + -rm -f source/javax/xml/validation/Schema.lo + -rm -f source/javax/xml/validation/SchemaFactory.$(OBJEXT) + -rm -f source/javax/xml/validation/SchemaFactory.lo + -rm -f source/javax/xml/validation/TypeInfoProvider.$(OBJEXT) + -rm -f source/javax/xml/validation/TypeInfoProvider.lo + -rm -f source/javax/xml/validation/Validator.$(OBJEXT) + -rm -f source/javax/xml/validation/Validator.lo + -rm -f source/javax/xml/validation/ValidatorHandler.$(OBJEXT) + -rm -f source/javax/xml/validation/ValidatorHandler.lo + -rm -f source/javax/xml/xpath/XPath.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPath.lo + -rm -f source/javax/xml/xpath/XPathConstants.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathConstants.lo + -rm -f source/javax/xml/xpath/XPathException.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathException.lo + -rm -f source/javax/xml/xpath/XPathExpression.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathExpression.lo + -rm -f source/javax/xml/xpath/XPathExpressionException.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathExpressionException.lo + -rm -f source/javax/xml/xpath/XPathFactory.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathFactory.lo + -rm -f source/javax/xml/xpath/XPathFactoryConfigurationException.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathFactoryConfigurationException.lo + -rm -f source/javax/xml/xpath/XPathFunction.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathFunction.lo + -rm -f source/javax/xml/xpath/XPathFunctionException.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathFunctionException.lo + -rm -f source/javax/xml/xpath/XPathFunctionResolver.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathFunctionResolver.lo + -rm -f source/javax/xml/xpath/XPathVariableResolver.$(OBJEXT) + -rm -f source/javax/xml/xpath/XPathVariableResolver.lo + -rm -f source/org/w3c/dom/Attr.$(OBJEXT) + -rm -f source/org/w3c/dom/Attr.lo + -rm -f source/org/w3c/dom/CDATASection.$(OBJEXT) + -rm -f source/org/w3c/dom/CDATASection.lo + -rm -f source/org/w3c/dom/CharacterData.$(OBJEXT) + -rm -f source/org/w3c/dom/CharacterData.lo + -rm -f source/org/w3c/dom/Comment.$(OBJEXT) + -rm -f source/org/w3c/dom/Comment.lo + -rm -f source/org/w3c/dom/DOMConfiguration.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMConfiguration.lo + -rm -f source/org/w3c/dom/DOMError.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMError.lo + -rm -f source/org/w3c/dom/DOMErrorHandler.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMErrorHandler.lo + -rm -f source/org/w3c/dom/DOMException.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMException.lo + -rm -f source/org/w3c/dom/DOMImplementation.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMImplementation.lo + -rm -f source/org/w3c/dom/DOMImplementationList.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMImplementationList.lo + -rm -f source/org/w3c/dom/DOMImplementationSource.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMImplementationSource.lo + -rm -f source/org/w3c/dom/DOMLocator.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMLocator.lo + -rm -f source/org/w3c/dom/DOMStringList.$(OBJEXT) + -rm -f source/org/w3c/dom/DOMStringList.lo + -rm -f source/org/w3c/dom/Document.$(OBJEXT) + -rm -f source/org/w3c/dom/Document.lo + -rm -f source/org/w3c/dom/DocumentFragment.$(OBJEXT) + -rm -f source/org/w3c/dom/DocumentFragment.lo + -rm -f source/org/w3c/dom/DocumentType.$(OBJEXT) + -rm -f source/org/w3c/dom/DocumentType.lo + -rm -f source/org/w3c/dom/Element.$(OBJEXT) + -rm -f source/org/w3c/dom/Element.lo + -rm -f source/org/w3c/dom/Entity.$(OBJEXT) + -rm -f source/org/w3c/dom/Entity.lo + -rm -f source/org/w3c/dom/EntityReference.$(OBJEXT) + -rm -f source/org/w3c/dom/EntityReference.lo + -rm -f source/org/w3c/dom/NameList.$(OBJEXT) + -rm -f source/org/w3c/dom/NameList.lo + -rm -f source/org/w3c/dom/NamedNodeMap.$(OBJEXT) + -rm -f source/org/w3c/dom/NamedNodeMap.lo + -rm -f source/org/w3c/dom/Node.$(OBJEXT) + -rm -f source/org/w3c/dom/Node.lo + -rm -f source/org/w3c/dom/NodeList.$(OBJEXT) + -rm -f source/org/w3c/dom/NodeList.lo + -rm -f source/org/w3c/dom/Notation.$(OBJEXT) + -rm -f source/org/w3c/dom/Notation.lo + -rm -f source/org/w3c/dom/ProcessingInstruction.$(OBJEXT) + -rm -f source/org/w3c/dom/ProcessingInstruction.lo + -rm -f source/org/w3c/dom/Text.$(OBJEXT) + -rm -f source/org/w3c/dom/Text.lo + -rm -f source/org/w3c/dom/TypeInfo.$(OBJEXT) + -rm -f source/org/w3c/dom/TypeInfo.lo + -rm -f source/org/w3c/dom/UserDataHandler.$(OBJEXT) + -rm -f source/org/w3c/dom/UserDataHandler.lo + -rm -f source/org/w3c/dom/bootstrap/DOMImplementationRegistry.$(OBJEXT) + -rm -f source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo + -rm -f source/org/w3c/dom/css/CSS2Azimuth.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2Azimuth.lo + -rm -f source/org/w3c/dom/css/CSS2BackgroundPosition.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2BackgroundPosition.lo + -rm -f source/org/w3c/dom/css/CSS2BorderSpacing.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2BorderSpacing.lo + -rm -f source/org/w3c/dom/css/CSS2CounterIncrement.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2CounterIncrement.lo + -rm -f source/org/w3c/dom/css/CSS2CounterReset.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2CounterReset.lo + -rm -f source/org/w3c/dom/css/CSS2Cursor.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2Cursor.lo + -rm -f source/org/w3c/dom/css/CSS2FontFaceSrc.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2FontFaceSrc.lo + -rm -f source/org/w3c/dom/css/CSS2FontFaceWidths.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2FontFaceWidths.lo + -rm -f source/org/w3c/dom/css/CSS2PageSize.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2PageSize.lo + -rm -f source/org/w3c/dom/css/CSS2PlayDuring.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2PlayDuring.lo + -rm -f source/org/w3c/dom/css/CSS2Properties.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2Properties.lo + -rm -f source/org/w3c/dom/css/CSS2TextShadow.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSS2TextShadow.lo + -rm -f source/org/w3c/dom/css/CSSCharsetRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSCharsetRule.lo + -rm -f source/org/w3c/dom/css/CSSFontFaceRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSFontFaceRule.lo + -rm -f source/org/w3c/dom/css/CSSImportRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSImportRule.lo + -rm -f source/org/w3c/dom/css/CSSMediaRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSMediaRule.lo + -rm -f source/org/w3c/dom/css/CSSPageRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSPageRule.lo + -rm -f source/org/w3c/dom/css/CSSPrimitiveValue.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSPrimitiveValue.lo + -rm -f source/org/w3c/dom/css/CSSRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSRule.lo + -rm -f source/org/w3c/dom/css/CSSRuleList.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSRuleList.lo + -rm -f source/org/w3c/dom/css/CSSStyleDeclaration.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSStyleDeclaration.lo + -rm -f source/org/w3c/dom/css/CSSStyleRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSStyleRule.lo + -rm -f source/org/w3c/dom/css/CSSStyleSheet.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSStyleSheet.lo + -rm -f source/org/w3c/dom/css/CSSUnknownRule.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSUnknownRule.lo + -rm -f source/org/w3c/dom/css/CSSValue.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSValue.lo + -rm -f source/org/w3c/dom/css/CSSValueList.$(OBJEXT) + -rm -f source/org/w3c/dom/css/CSSValueList.lo + -rm -f source/org/w3c/dom/css/Counter.$(OBJEXT) + -rm -f source/org/w3c/dom/css/Counter.lo + -rm -f source/org/w3c/dom/css/DOMImplementationCSS.$(OBJEXT) + -rm -f source/org/w3c/dom/css/DOMImplementationCSS.lo + -rm -f source/org/w3c/dom/css/DocumentCSS.$(OBJEXT) + -rm -f source/org/w3c/dom/css/DocumentCSS.lo + -rm -f source/org/w3c/dom/css/ElementCSSInlineStyle.$(OBJEXT) + -rm -f source/org/w3c/dom/css/ElementCSSInlineStyle.lo + -rm -f source/org/w3c/dom/css/RGBColor.$(OBJEXT) + -rm -f source/org/w3c/dom/css/RGBColor.lo + -rm -f source/org/w3c/dom/css/Rect.$(OBJEXT) + -rm -f source/org/w3c/dom/css/Rect.lo + -rm -f source/org/w3c/dom/css/ViewCSS.$(OBJEXT) + -rm -f source/org/w3c/dom/css/ViewCSS.lo + -rm -f source/org/w3c/dom/events/DocumentEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/events/DocumentEvent.lo + -rm -f source/org/w3c/dom/events/Event.$(OBJEXT) + -rm -f source/org/w3c/dom/events/Event.lo + -rm -f source/org/w3c/dom/events/EventException.$(OBJEXT) + -rm -f source/org/w3c/dom/events/EventException.lo + -rm -f source/org/w3c/dom/events/EventListener.$(OBJEXT) + -rm -f source/org/w3c/dom/events/EventListener.lo + -rm -f source/org/w3c/dom/events/EventTarget.$(OBJEXT) + -rm -f source/org/w3c/dom/events/EventTarget.lo + -rm -f source/org/w3c/dom/events/MouseEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/events/MouseEvent.lo + -rm -f source/org/w3c/dom/events/MutationEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/events/MutationEvent.lo + -rm -f source/org/w3c/dom/events/UIEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/events/UIEvent.lo + -rm -f source/org/w3c/dom/html/HTMLAnchorElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLAnchorElement.lo + -rm -f source/org/w3c/dom/html/HTMLAppletElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLAppletElement.lo + -rm -f source/org/w3c/dom/html/HTMLAreaElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLAreaElement.lo + -rm -f source/org/w3c/dom/html/HTMLBRElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLBRElement.lo + -rm -f source/org/w3c/dom/html/HTMLBaseElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLBaseElement.lo + -rm -f source/org/w3c/dom/html/HTMLBaseFontElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLBaseFontElement.lo + -rm -f source/org/w3c/dom/html/HTMLBodyElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLBodyElement.lo + -rm -f source/org/w3c/dom/html/HTMLButtonElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLButtonElement.lo + -rm -f source/org/w3c/dom/html/HTMLCollection.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLCollection.lo + -rm -f source/org/w3c/dom/html/HTMLDListElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLDListElement.lo + -rm -f source/org/w3c/dom/html/HTMLDOMImplementation.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLDOMImplementation.lo + -rm -f source/org/w3c/dom/html/HTMLDirectoryElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLDirectoryElement.lo + -rm -f source/org/w3c/dom/html/HTMLDivElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLDivElement.lo + -rm -f source/org/w3c/dom/html/HTMLDocument.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLDocument.lo + -rm -f source/org/w3c/dom/html/HTMLElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLElement.lo + -rm -f source/org/w3c/dom/html/HTMLFieldSetElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLFieldSetElement.lo + -rm -f source/org/w3c/dom/html/HTMLFontElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLFontElement.lo + -rm -f source/org/w3c/dom/html/HTMLFormElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLFormElement.lo + -rm -f source/org/w3c/dom/html/HTMLFrameElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLFrameElement.lo + -rm -f source/org/w3c/dom/html/HTMLFrameSetElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLFrameSetElement.lo + -rm -f source/org/w3c/dom/html/HTMLHRElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLHRElement.lo + -rm -f source/org/w3c/dom/html/HTMLHeadElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLHeadElement.lo + -rm -f source/org/w3c/dom/html/HTMLHeadingElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLHeadingElement.lo + -rm -f source/org/w3c/dom/html/HTMLHtmlElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLHtmlElement.lo + -rm -f source/org/w3c/dom/html/HTMLIFrameElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLIFrameElement.lo + -rm -f source/org/w3c/dom/html/HTMLImageElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLImageElement.lo + -rm -f source/org/w3c/dom/html/HTMLInputElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLInputElement.lo + -rm -f source/org/w3c/dom/html/HTMLIsIndexElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLIsIndexElement.lo + -rm -f source/org/w3c/dom/html/HTMLLIElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLLIElement.lo + -rm -f source/org/w3c/dom/html/HTMLLabelElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLLabelElement.lo + -rm -f source/org/w3c/dom/html/HTMLLegendElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLLegendElement.lo + -rm -f source/org/w3c/dom/html/HTMLLinkElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLLinkElement.lo + -rm -f source/org/w3c/dom/html/HTMLMapElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLMapElement.lo + -rm -f source/org/w3c/dom/html/HTMLMenuElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLMenuElement.lo + -rm -f source/org/w3c/dom/html/HTMLMetaElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLMetaElement.lo + -rm -f source/org/w3c/dom/html/HTMLModElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLModElement.lo + -rm -f source/org/w3c/dom/html/HTMLOListElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLOListElement.lo + -rm -f source/org/w3c/dom/html/HTMLObjectElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLObjectElement.lo + -rm -f source/org/w3c/dom/html/HTMLOptGroupElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLOptGroupElement.lo + -rm -f source/org/w3c/dom/html/HTMLOptionElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLOptionElement.lo + -rm -f source/org/w3c/dom/html/HTMLParagraphElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLParagraphElement.lo + -rm -f source/org/w3c/dom/html/HTMLParamElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLParamElement.lo + -rm -f source/org/w3c/dom/html/HTMLPreElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLPreElement.lo + -rm -f source/org/w3c/dom/html/HTMLQuoteElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLQuoteElement.lo + -rm -f source/org/w3c/dom/html/HTMLScriptElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLScriptElement.lo + -rm -f source/org/w3c/dom/html/HTMLSelectElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLSelectElement.lo + -rm -f source/org/w3c/dom/html/HTMLStyleElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLStyleElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableCaptionElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableCaptionElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableCellElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableCellElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableColElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableColElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableRowElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableRowElement.lo + -rm -f source/org/w3c/dom/html/HTMLTableSectionElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTableSectionElement.lo + -rm -f source/org/w3c/dom/html/HTMLTextAreaElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTextAreaElement.lo + -rm -f source/org/w3c/dom/html/HTMLTitleElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLTitleElement.lo + -rm -f source/org/w3c/dom/html/HTMLUListElement.$(OBJEXT) + -rm -f source/org/w3c/dom/html/HTMLUListElement.lo + -rm -f source/org/w3c/dom/ls/DOMImplementationLS.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/DOMImplementationLS.lo + -rm -f source/org/w3c/dom/ls/LSException.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSException.lo + -rm -f source/org/w3c/dom/ls/LSInput.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSInput.lo + -rm -f source/org/w3c/dom/ls/LSLoadEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSLoadEvent.lo + -rm -f source/org/w3c/dom/ls/LSOutput.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSOutput.lo + -rm -f source/org/w3c/dom/ls/LSParser.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSParser.lo + -rm -f source/org/w3c/dom/ls/LSParserFilter.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSParserFilter.lo + -rm -f source/org/w3c/dom/ls/LSProgressEvent.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSProgressEvent.lo + -rm -f source/org/w3c/dom/ls/LSResourceResolver.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSResourceResolver.lo + -rm -f source/org/w3c/dom/ls/LSSerializer.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSSerializer.lo + -rm -f source/org/w3c/dom/ls/LSSerializerFilter.$(OBJEXT) + -rm -f source/org/w3c/dom/ls/LSSerializerFilter.lo + -rm -f source/org/w3c/dom/ranges/DocumentRange.$(OBJEXT) + -rm -f source/org/w3c/dom/ranges/DocumentRange.lo + -rm -f source/org/w3c/dom/ranges/Range.$(OBJEXT) + -rm -f source/org/w3c/dom/ranges/Range.lo + -rm -f source/org/w3c/dom/ranges/RangeException.$(OBJEXT) + -rm -f source/org/w3c/dom/ranges/RangeException.lo + -rm -f source/org/w3c/dom/stylesheets/DocumentStyle.$(OBJEXT) + -rm -f source/org/w3c/dom/stylesheets/DocumentStyle.lo + -rm -f source/org/w3c/dom/stylesheets/LinkStyle.$(OBJEXT) + -rm -f source/org/w3c/dom/stylesheets/LinkStyle.lo + -rm -f source/org/w3c/dom/stylesheets/MediaList.$(OBJEXT) + -rm -f source/org/w3c/dom/stylesheets/MediaList.lo + -rm -f source/org/w3c/dom/stylesheets/StyleSheet.$(OBJEXT) + -rm -f source/org/w3c/dom/stylesheets/StyleSheet.lo + -rm -f source/org/w3c/dom/stylesheets/StyleSheetList.$(OBJEXT) + -rm -f source/org/w3c/dom/stylesheets/StyleSheetList.lo + -rm -f source/org/w3c/dom/traversal/DocumentTraversal.$(OBJEXT) + -rm -f source/org/w3c/dom/traversal/DocumentTraversal.lo + -rm -f source/org/w3c/dom/traversal/NodeFilter.$(OBJEXT) + -rm -f source/org/w3c/dom/traversal/NodeFilter.lo + -rm -f source/org/w3c/dom/traversal/NodeIterator.$(OBJEXT) + -rm -f source/org/w3c/dom/traversal/NodeIterator.lo + -rm -f source/org/w3c/dom/traversal/TreeWalker.$(OBJEXT) + -rm -f source/org/w3c/dom/traversal/TreeWalker.lo + -rm -f source/org/w3c/dom/views/AbstractView.$(OBJEXT) + -rm -f source/org/w3c/dom/views/AbstractView.lo + -rm -f source/org/w3c/dom/views/DocumentView.$(OBJEXT) + -rm -f source/org/w3c/dom/views/DocumentView.lo + -rm -f source/org/w3c/dom/xpath/XPathEvaluator.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathEvaluator.lo + -rm -f source/org/w3c/dom/xpath/XPathException.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathException.lo + -rm -f source/org/w3c/dom/xpath/XPathExpression.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathExpression.lo + -rm -f source/org/w3c/dom/xpath/XPathNSResolver.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathNSResolver.lo + -rm -f source/org/w3c/dom/xpath/XPathNamespace.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathNamespace.lo + -rm -f source/org/w3c/dom/xpath/XPathResult.$(OBJEXT) + -rm -f source/org/w3c/dom/xpath/XPathResult.lo + -rm -f source/org/xml/sax/AttributeList.$(OBJEXT) + -rm -f source/org/xml/sax/AttributeList.lo + -rm -f source/org/xml/sax/Attributes.$(OBJEXT) + -rm -f source/org/xml/sax/Attributes.lo + -rm -f source/org/xml/sax/ContentHandler.$(OBJEXT) + -rm -f source/org/xml/sax/ContentHandler.lo + -rm -f source/org/xml/sax/DTDHandler.$(OBJEXT) + -rm -f source/org/xml/sax/DTDHandler.lo + -rm -f source/org/xml/sax/DocumentHandler.$(OBJEXT) + -rm -f source/org/xml/sax/DocumentHandler.lo + -rm -f source/org/xml/sax/EntityResolver.$(OBJEXT) + -rm -f source/org/xml/sax/EntityResolver.lo + -rm -f source/org/xml/sax/ErrorHandler.$(OBJEXT) + -rm -f source/org/xml/sax/ErrorHandler.lo + -rm -f source/org/xml/sax/HandlerBase.$(OBJEXT) + -rm -f source/org/xml/sax/HandlerBase.lo + -rm -f source/org/xml/sax/InputSource.$(OBJEXT) + -rm -f source/org/xml/sax/InputSource.lo + -rm -f source/org/xml/sax/Locator.$(OBJEXT) + -rm -f source/org/xml/sax/Locator.lo + -rm -f source/org/xml/sax/Parser.$(OBJEXT) + -rm -f source/org/xml/sax/Parser.lo + -rm -f source/org/xml/sax/SAXException.$(OBJEXT) + -rm -f source/org/xml/sax/SAXException.lo + -rm -f source/org/xml/sax/SAXNotRecognizedException.$(OBJEXT) + -rm -f source/org/xml/sax/SAXNotRecognizedException.lo + -rm -f source/org/xml/sax/SAXNotSupportedException.$(OBJEXT) + -rm -f source/org/xml/sax/SAXNotSupportedException.lo + -rm -f source/org/xml/sax/SAXParseException.$(OBJEXT) + -rm -f source/org/xml/sax/SAXParseException.lo + -rm -f source/org/xml/sax/XMLFilter.$(OBJEXT) + -rm -f source/org/xml/sax/XMLFilter.lo + -rm -f source/org/xml/sax/XMLReader.$(OBJEXT) + -rm -f source/org/xml/sax/XMLReader.lo + -rm -f source/org/xml/sax/ext/Attributes2.$(OBJEXT) + -rm -f source/org/xml/sax/ext/Attributes2.lo + -rm -f source/org/xml/sax/ext/Attributes2Impl.$(OBJEXT) + -rm -f source/org/xml/sax/ext/Attributes2Impl.lo + -rm -f source/org/xml/sax/ext/DeclHandler.$(OBJEXT) + -rm -f source/org/xml/sax/ext/DeclHandler.lo + -rm -f source/org/xml/sax/ext/DefaultHandler2.$(OBJEXT) + -rm -f source/org/xml/sax/ext/DefaultHandler2.lo + -rm -f source/org/xml/sax/ext/EntityResolver2.$(OBJEXT) + -rm -f source/org/xml/sax/ext/EntityResolver2.lo + -rm -f source/org/xml/sax/ext/LexicalHandler.$(OBJEXT) + -rm -f source/org/xml/sax/ext/LexicalHandler.lo + -rm -f source/org/xml/sax/ext/Locator2.$(OBJEXT) + -rm -f source/org/xml/sax/ext/Locator2.lo + -rm -f source/org/xml/sax/ext/Locator2Impl.$(OBJEXT) + -rm -f source/org/xml/sax/ext/Locator2Impl.lo + -rm -f source/org/xml/sax/helpers/AttributeListImpl.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/AttributeListImpl.lo + -rm -f source/org/xml/sax/helpers/AttributesImpl.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/AttributesImpl.lo + -rm -f source/org/xml/sax/helpers/DefaultHandler.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/DefaultHandler.lo + -rm -f source/org/xml/sax/helpers/LocatorImpl.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/LocatorImpl.lo + -rm -f source/org/xml/sax/helpers/NamespaceSupport.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/NamespaceSupport.lo + -rm -f source/org/xml/sax/helpers/NewInstance.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/NewInstance.lo + -rm -f source/org/xml/sax/helpers/ParserAdapter.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/ParserAdapter.lo + -rm -f source/org/xml/sax/helpers/ParserFactory.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/ParserFactory.lo + -rm -f source/org/xml/sax/helpers/XMLFilterImpl.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/XMLFilterImpl.lo + -rm -f source/org/xml/sax/helpers/XMLReaderAdapter.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/XMLReaderAdapter.lo + -rm -f source/org/xml/sax/helpers/XMLReaderFactory.$(OBJEXT) + -rm -f source/org/xml/sax/helpers/XMLReaderFactory.lo + + distclean-compile: + -rm -f *.tab.c + + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/aelfred2/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/aelfred2/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/aelfred2/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/aelfred2/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/aelfred2/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/libxmlj/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/pipeline/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/util/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/gnu/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/datatype/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/datatype/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/datatype/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/datatype/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/datatype/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/namespace/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/namespace/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/parsers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/stream/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/transform/stream/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/validation/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/validation/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/validation/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/validation/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/validation/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/javax/xml/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/bootstrap/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/css/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/events/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/html/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ls/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ranges/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ranges/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/ranges/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/stylesheets/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/stylesheets/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/stylesheets/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/stylesheets/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/stylesheets/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/traversal/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/traversal/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/traversal/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/traversal/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/views/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/views/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/w3c/dom/xpath/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/ext/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + @AMDEP_TRUE@@am__include@ @address@hidden/org/xml/sax/helpers/$(DEPDIR)/address@hidden@ + + .c.o: + @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(COMPILE) -c $< + + .c.obj: + @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + + .c.lo: + @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + + libxmlj_la-xmlj_dom.lo: xmlj_dom.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_dom.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_dom.Tpo" -c -o libxmlj_la-xmlj_dom.lo `test -f 'xmlj_dom.c' || echo '$(srcdir)/'`xmlj_dom.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_dom.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_dom.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_dom.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_dom.c' object='libxmlj_la-xmlj_dom.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_dom.lo `test -f 'xmlj_dom.c' || echo '$(srcdir)/'`xmlj_dom.c + + libxmlj_la-xmlj_error.lo: xmlj_error.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_error.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_error.Tpo" -c -o libxmlj_la-xmlj_error.lo `test -f 'xmlj_error.c' || echo '$(srcdir)/'`xmlj_error.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_error.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_error.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_error.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_error.c' object='libxmlj_la-xmlj_error.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_error.lo `test -f 'xmlj_error.c' || echo '$(srcdir)/'`xmlj_error.c + + libxmlj_la-xmlj_io.lo: xmlj_io.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_io.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_io.Tpo" -c -o libxmlj_la-xmlj_io.lo `test -f 'xmlj_io.c' || echo '$(srcdir)/'`xmlj_io.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_io.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_io.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_io.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_io.c' object='libxmlj_la-xmlj_io.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_io.lo `test -f 'xmlj_io.c' || echo '$(srcdir)/'`xmlj_io.c + + libxmlj_la-xmlj_node.lo: xmlj_node.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_node.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_node.Tpo" -c -o libxmlj_la-xmlj_node.lo `test -f 'xmlj_node.c' || echo '$(srcdir)/'`xmlj_node.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_node.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_node.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_node.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_node.c' object='libxmlj_la-xmlj_node.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_node.lo `test -f 'xmlj_node.c' || echo '$(srcdir)/'`xmlj_node.c + + libxmlj_la-xmlj_sax.lo: xmlj_sax.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_sax.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_sax.Tpo" -c -o libxmlj_la-xmlj_sax.lo `test -f 'xmlj_sax.c' || echo '$(srcdir)/'`xmlj_sax.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_sax.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_sax.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_sax.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_sax.c' object='libxmlj_la-xmlj_sax.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_sax.lo `test -f 'xmlj_sax.c' || echo '$(srcdir)/'`xmlj_sax.c + + libxmlj_la-xmlj_transform.lo: xmlj_transform.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_transform.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_transform.Tpo" -c -o libxmlj_la-xmlj_transform.lo `test -f 'xmlj_transform.c' || echo '$(srcdir)/'`xmlj_transform.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_transform.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_transform.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_transform.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_transform.c' object='libxmlj_la-xmlj_transform.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_transform.lo `test -f 'xmlj_transform.c' || echo '$(srcdir)/'`xmlj_transform.c + + libxmlj_la-xmlj_util.lo: xmlj_util.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_util.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_util.Tpo" -c -o libxmlj_la-xmlj_util.lo `test -f 'xmlj_util.c' || echo '$(srcdir)/'`xmlj_util.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_util.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_util.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_util.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_util.c' object='libxmlj_la-xmlj_util.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_util.lo `test -f 'xmlj_util.c' || echo '$(srcdir)/'`xmlj_util.c + + libxmlj_la-xmlj_xpath.lo: xmlj_xpath.c + @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -MT libxmlj_la-xmlj_xpath.lo -MD -MP -MF "$(DEPDIR)/libxmlj_la-xmlj_xpath.Tpo" -c -o libxmlj_la-xmlj_xpath.lo `test -f 'xmlj_xpath.c' || echo '$(srcdir)/'`xmlj_xpath.c; \ + @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxmlj_la-xmlj_xpath.Tpo" "$(DEPDIR)/libxmlj_la-xmlj_xpath.Plo"; else rm -f "$(DEPDIR)/libxmlj_la-xmlj_xpath.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xmlj_xpath.c' object='libxmlj_la-xmlj_xpath.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxmlj_la_CFLAGS) $(CFLAGS) -c -o libxmlj_la-xmlj_xpath.lo `test -f 'xmlj_xpath.c' || echo '$(srcdir)/'`xmlj_xpath.c + + .java.o: + @am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ + @am__fastdepGCJ_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ $< + + .java.obj: + @am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ + @am__fastdepGCJ_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + + .java.lo: + @am__fastdepGCJ_TRUE@ if $(LTGCJCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ + @am__fastdepGCJ_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LTGCJCOMPILE) -c -o $@ $< + + source/gnu/xml/aelfred2/JAXPFactory.lo: source/gnu/xml/aelfred2/JAXPFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/aelfred2/JAXPFactory.lo -MD -MP -MF "source/gnu/xml/aelfred2/$(DEPDIR)/JAXPFactory.Tpo" -c -o source/gnu/xml/aelfred2/JAXPFactory.lo `test -f 'source/gnu/xml/aelfred2/JAXPFactory.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/JAXPFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/aelfred2/$(DEPDIR)/JAXPFactory.Tpo" "source/gnu/xml/aelfred2/$(DEPDIR)/JAXPFactory.Plo"; else rm -f "source/gnu/xml/aelfred2/$(DEPDIR)/JAXPFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/aelfred2/JAXPFactory.java' object='source/gnu/xml/aelfred2/JAXPFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/aelfred2/JAXPFactory.lo `test -f 'source/gnu/xml/aelfred2/JAXPFactory.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/JAXPFactory.java + + source/gnu/xml/aelfred2/SAXDriver.lo: source/gnu/xml/aelfred2/SAXDriver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/aelfred2/SAXDriver.lo -MD -MP -MF "source/gnu/xml/aelfred2/$(DEPDIR)/SAXDriver.Tpo" -c -o source/gnu/xml/aelfred2/SAXDriver.lo `test -f 'source/gnu/xml/aelfred2/SAXDriver.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/SAXDriver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/aelfred2/$(DEPDIR)/SAXDriver.Tpo" "source/gnu/xml/aelfred2/$(DEPDIR)/SAXDriver.Plo"; else rm -f "source/gnu/xml/aelfred2/$(DEPDIR)/SAXDriver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/aelfred2/SAXDriver.java' object='source/gnu/xml/aelfred2/SAXDriver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/aelfred2/SAXDriver.lo `test -f 'source/gnu/xml/aelfred2/SAXDriver.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/SAXDriver.java + + source/gnu/xml/aelfred2/XmlParser.lo: source/gnu/xml/aelfred2/XmlParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/aelfred2/XmlParser.lo -MD -MP -MF "source/gnu/xml/aelfred2/$(DEPDIR)/XmlParser.Tpo" -c -o source/gnu/xml/aelfred2/XmlParser.lo `test -f 'source/gnu/xml/aelfred2/XmlParser.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/XmlParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/aelfred2/$(DEPDIR)/XmlParser.Tpo" "source/gnu/xml/aelfred2/$(DEPDIR)/XmlParser.Plo"; else rm -f "source/gnu/xml/aelfred2/$(DEPDIR)/XmlParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/aelfred2/XmlParser.java' object='source/gnu/xml/aelfred2/XmlParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/aelfred2/XmlParser.lo `test -f 'source/gnu/xml/aelfred2/XmlParser.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/XmlParser.java + + source/gnu/xml/aelfred2/XmlReader.lo: source/gnu/xml/aelfred2/XmlReader.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/aelfred2/XmlReader.lo -MD -MP -MF "source/gnu/xml/aelfred2/$(DEPDIR)/XmlReader.Tpo" -c -o source/gnu/xml/aelfred2/XmlReader.lo `test -f 'source/gnu/xml/aelfred2/XmlReader.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/XmlReader.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/aelfred2/$(DEPDIR)/XmlReader.Tpo" "source/gnu/xml/aelfred2/$(DEPDIR)/XmlReader.Plo"; else rm -f "source/gnu/xml/aelfred2/$(DEPDIR)/XmlReader.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/aelfred2/XmlReader.java' object='source/gnu/xml/aelfred2/XmlReader.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/aelfred2/XmlReader.lo `test -f 'source/gnu/xml/aelfred2/XmlReader.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/XmlReader.java + + source/gnu/xml/aelfred2/ContentHandler2.lo: source/gnu/xml/aelfred2/ContentHandler2.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/aelfred2/ContentHandler2.lo -MD -MP -MF "source/gnu/xml/aelfred2/$(DEPDIR)/ContentHandler2.Tpo" -c -o source/gnu/xml/aelfred2/ContentHandler2.lo `test -f 'source/gnu/xml/aelfred2/ContentHandler2.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/ContentHandler2.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/aelfred2/$(DEPDIR)/ContentHandler2.Tpo" "source/gnu/xml/aelfred2/$(DEPDIR)/ContentHandler2.Plo"; else rm -f "source/gnu/xml/aelfred2/$(DEPDIR)/ContentHandler2.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/aelfred2/ContentHandler2.java' object='source/gnu/xml/aelfred2/ContentHandler2.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/aelfred2/ContentHandler2.lo `test -f 'source/gnu/xml/aelfred2/ContentHandler2.java' || echo '$(srcdir)/'`source/gnu/xml/aelfred2/ContentHandler2.java + + source/gnu/xml/dom/ls/DomLSEx.lo: source/gnu/xml/dom/ls/DomLSEx.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/DomLSEx.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSEx.Tpo" -c -o source/gnu/xml/dom/ls/DomLSEx.lo `test -f 'source/gnu/xml/dom/ls/DomLSEx.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSEx.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSEx.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSEx.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSEx.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/DomLSEx.java' object='source/gnu/xml/dom/ls/DomLSEx.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/DomLSEx.lo `test -f 'source/gnu/xml/dom/ls/DomLSEx.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSEx.java + + source/gnu/xml/dom/ls/DomLSInput.lo: source/gnu/xml/dom/ls/DomLSInput.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/DomLSInput.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSInput.Tpo" -c -o source/gnu/xml/dom/ls/DomLSInput.lo `test -f 'source/gnu/xml/dom/ls/DomLSInput.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSInput.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSInput.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSInput.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSInput.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/DomLSInput.java' object='source/gnu/xml/dom/ls/DomLSInput.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/DomLSInput.lo `test -f 'source/gnu/xml/dom/ls/DomLSInput.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSInput.java + + source/gnu/xml/dom/ls/DomLSOutput.lo: source/gnu/xml/dom/ls/DomLSOutput.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/DomLSOutput.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSOutput.Tpo" -c -o source/gnu/xml/dom/ls/DomLSOutput.lo `test -f 'source/gnu/xml/dom/ls/DomLSOutput.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSOutput.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSOutput.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSOutput.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSOutput.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/DomLSOutput.java' object='source/gnu/xml/dom/ls/DomLSOutput.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/DomLSOutput.lo `test -f 'source/gnu/xml/dom/ls/DomLSOutput.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSOutput.java + + source/gnu/xml/dom/ls/DomLSParser.lo: source/gnu/xml/dom/ls/DomLSParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/DomLSParser.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSParser.Tpo" -c -o source/gnu/xml/dom/ls/DomLSParser.lo `test -f 'source/gnu/xml/dom/ls/DomLSParser.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSParser.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSParser.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/DomLSParser.java' object='source/gnu/xml/dom/ls/DomLSParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/DomLSParser.lo `test -f 'source/gnu/xml/dom/ls/DomLSParser.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSParser.java + + source/gnu/xml/dom/ls/DomLSSerializer.lo: source/gnu/xml/dom/ls/DomLSSerializer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/DomLSSerializer.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSSerializer.Tpo" -c -o source/gnu/xml/dom/ls/DomLSSerializer.lo `test -f 'source/gnu/xml/dom/ls/DomLSSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSSerializer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSSerializer.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSSerializer.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/DomLSSerializer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/DomLSSerializer.java' object='source/gnu/xml/dom/ls/DomLSSerializer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/DomLSSerializer.lo `test -f 'source/gnu/xml/dom/ls/DomLSSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/DomLSSerializer.java + + source/gnu/xml/dom/ls/FilteredSAXEventSink.lo: source/gnu/xml/dom/ls/FilteredSAXEventSink.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/FilteredSAXEventSink.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/FilteredSAXEventSink.Tpo" -c -o source/gnu/xml/dom/ls/FilteredSAXEventSink.lo `test -f 'source/gnu/xml/dom/ls/FilteredSAXEventSink.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/FilteredSAXEventSink.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/FilteredSAXEventSink.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/FilteredSAXEventSink.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/FilteredSAXEventSink.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/FilteredSAXEventSink.java' object='source/gnu/xml/dom/ls/FilteredSAXEventSink.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/FilteredSAXEventSink.lo `test -f 'source/gnu/xml/dom/ls/FilteredSAXEventSink.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/FilteredSAXEventSink.java + + source/gnu/xml/dom/ls/ReaderInputStream.lo: source/gnu/xml/dom/ls/ReaderInputStream.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/ReaderInputStream.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/ReaderInputStream.Tpo" -c -o source/gnu/xml/dom/ls/ReaderInputStream.lo `test -f 'source/gnu/xml/dom/ls/ReaderInputStream.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/ReaderInputStream.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/ReaderInputStream.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/ReaderInputStream.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/ReaderInputStream.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/ReaderInputStream.java' object='source/gnu/xml/dom/ls/ReaderInputStream.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/ReaderInputStream.lo `test -f 'source/gnu/xml/dom/ls/ReaderInputStream.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/ReaderInputStream.java + + source/gnu/xml/dom/ls/SAXEventSink.lo: source/gnu/xml/dom/ls/SAXEventSink.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/SAXEventSink.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/SAXEventSink.Tpo" -c -o source/gnu/xml/dom/ls/SAXEventSink.lo `test -f 'source/gnu/xml/dom/ls/SAXEventSink.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/SAXEventSink.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/SAXEventSink.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/SAXEventSink.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/SAXEventSink.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/SAXEventSink.java' object='source/gnu/xml/dom/ls/SAXEventSink.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/SAXEventSink.lo `test -f 'source/gnu/xml/dom/ls/SAXEventSink.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/SAXEventSink.java + + source/gnu/xml/dom/ls/WriterOutputStream.lo: source/gnu/xml/dom/ls/WriterOutputStream.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ls/WriterOutputStream.lo -MD -MP -MF "source/gnu/xml/dom/ls/$(DEPDIR)/WriterOutputStream.Tpo" -c -o source/gnu/xml/dom/ls/WriterOutputStream.lo `test -f 'source/gnu/xml/dom/ls/WriterOutputStream.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/WriterOutputStream.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/ls/$(DEPDIR)/WriterOutputStream.Tpo" "source/gnu/xml/dom/ls/$(DEPDIR)/WriterOutputStream.Plo"; else rm -f "source/gnu/xml/dom/ls/$(DEPDIR)/WriterOutputStream.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ls/WriterOutputStream.java' object='source/gnu/xml/dom/ls/WriterOutputStream.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ls/WriterOutputStream.lo `test -f 'source/gnu/xml/dom/ls/WriterOutputStream.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ls/WriterOutputStream.java + + source/gnu/xml/dom/Consumer.lo: source/gnu/xml/dom/Consumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/Consumer.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/Consumer.Tpo" -c -o source/gnu/xml/dom/Consumer.lo `test -f 'source/gnu/xml/dom/Consumer.java' || echo '$(srcdir)/'`source/gnu/xml/dom/Consumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/Consumer.Tpo" "source/gnu/xml/dom/$(DEPDIR)/Consumer.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/Consumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/Consumer.java' object='source/gnu/xml/dom/Consumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/Consumer.lo `test -f 'source/gnu/xml/dom/Consumer.java' || echo '$(srcdir)/'`source/gnu/xml/dom/Consumer.java + + source/gnu/xml/dom/DomAttr.lo: source/gnu/xml/dom/DomAttr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomAttr.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomAttr.Tpo" -c -o source/gnu/xml/dom/DomAttr.lo `test -f 'source/gnu/xml/dom/DomAttr.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomAttr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomAttr.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomAttr.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomAttr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomAttr.java' object='source/gnu/xml/dom/DomAttr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomAttr.lo `test -f 'source/gnu/xml/dom/DomAttr.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomAttr.java + + source/gnu/xml/dom/DomCDATA.lo: source/gnu/xml/dom/DomCDATA.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomCDATA.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomCDATA.Tpo" -c -o source/gnu/xml/dom/DomCDATA.lo `test -f 'source/gnu/xml/dom/DomCDATA.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomCDATA.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomCDATA.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomCDATA.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomCDATA.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomCDATA.java' object='source/gnu/xml/dom/DomCDATA.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomCDATA.lo `test -f 'source/gnu/xml/dom/DomCDATA.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomCDATA.java + + source/gnu/xml/dom/DomCharacterData.lo: source/gnu/xml/dom/DomCharacterData.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomCharacterData.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomCharacterData.Tpo" -c -o source/gnu/xml/dom/DomCharacterData.lo `test -f 'source/gnu/xml/dom/DomCharacterData.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomCharacterData.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomCharacterData.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomCharacterData.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomCharacterData.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomCharacterData.java' object='source/gnu/xml/dom/DomCharacterData.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomCharacterData.lo `test -f 'source/gnu/xml/dom/DomCharacterData.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomCharacterData.java + + source/gnu/xml/dom/DomComment.lo: source/gnu/xml/dom/DomComment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomComment.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomComment.Tpo" -c -o source/gnu/xml/dom/DomComment.lo `test -f 'source/gnu/xml/dom/DomComment.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomComment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomComment.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomComment.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomComment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomComment.java' object='source/gnu/xml/dom/DomComment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomComment.lo `test -f 'source/gnu/xml/dom/DomComment.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomComment.java + + source/gnu/xml/dom/DomDoctype.lo: source/gnu/xml/dom/DomDoctype.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomDoctype.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomDoctype.Tpo" -c -o source/gnu/xml/dom/DomDoctype.lo `test -f 'source/gnu/xml/dom/DomDoctype.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDoctype.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomDoctype.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomDoctype.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomDoctype.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomDoctype.java' object='source/gnu/xml/dom/DomDoctype.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomDoctype.lo `test -f 'source/gnu/xml/dom/DomDoctype.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDoctype.java + + source/gnu/xml/dom/DomDocument.lo: source/gnu/xml/dom/DomDocument.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomDocument.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomDocument.Tpo" -c -o source/gnu/xml/dom/DomDocument.lo `test -f 'source/gnu/xml/dom/DomDocument.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocument.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomDocument.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomDocument.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomDocument.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomDocument.java' object='source/gnu/xml/dom/DomDocument.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomDocument.lo `test -f 'source/gnu/xml/dom/DomDocument.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocument.java + + source/gnu/xml/dom/DomDocumentBuilder.lo: source/gnu/xml/dom/DomDocumentBuilder.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomDocumentBuilder.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilder.Tpo" -c -o source/gnu/xml/dom/DomDocumentBuilder.lo `test -f 'source/gnu/xml/dom/DomDocumentBuilder.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentBuilder.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilder.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilder.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilder.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomDocumentBuilder.java' object='source/gnu/xml/dom/DomDocumentBuilder.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomDocumentBuilder.lo `test -f 'source/gnu/xml/dom/DomDocumentBuilder.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentBuilder.java + + source/gnu/xml/dom/DomDocumentBuilderFactory.lo: source/gnu/xml/dom/DomDocumentBuilderFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomDocumentBuilderFactory.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilderFactory.Tpo" -c -o source/gnu/xml/dom/DomDocumentBuilderFactory.lo `test -f 'source/gnu/xml/dom/DomDocumentBuilderFactory.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentBuilderFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilderFactory.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilderFactory.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentBuilderFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomDocumentBuilderFactory.java' object='source/gnu/xml/dom/DomDocumentBuilderFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomDocumentBuilderFactory.lo `test -f 'source/gnu/xml/dom/DomDocumentBuilderFactory.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentBuilderFactory.java + + source/gnu/xml/dom/DomDocumentConfiguration.lo: source/gnu/xml/dom/DomDocumentConfiguration.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomDocumentConfiguration.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomDocumentConfiguration.Tpo" -c -o source/gnu/xml/dom/DomDocumentConfiguration.lo `test -f 'source/gnu/xml/dom/DomDocumentConfiguration.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentConfiguration.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentConfiguration.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomDocumentConfiguration.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomDocumentConfiguration.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomDocumentConfiguration.java' object='source/gnu/xml/dom/DomDocumentConfiguration.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomDocumentConfiguration.lo `test -f 'source/gnu/xml/dom/DomDocumentConfiguration.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomDocumentConfiguration.java + + source/gnu/xml/dom/DomElement.lo: source/gnu/xml/dom/DomElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomElement.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomElement.Tpo" -c -o source/gnu/xml/dom/DomElement.lo `test -f 'source/gnu/xml/dom/DomElement.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomElement.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomElement.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomElement.java' object='source/gnu/xml/dom/DomElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomElement.lo `test -f 'source/gnu/xml/dom/DomElement.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomElement.java + + source/gnu/xml/dom/DomEntity.lo: source/gnu/xml/dom/DomEntity.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomEntity.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomEntity.Tpo" -c -o source/gnu/xml/dom/DomEntity.lo `test -f 'source/gnu/xml/dom/DomEntity.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEntity.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomEntity.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomEntity.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomEntity.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomEntity.java' object='source/gnu/xml/dom/DomEntity.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomEntity.lo `test -f 'source/gnu/xml/dom/DomEntity.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEntity.java + + source/gnu/xml/dom/DomEntityReference.lo: source/gnu/xml/dom/DomEntityReference.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomEntityReference.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomEntityReference.Tpo" -c -o source/gnu/xml/dom/DomEntityReference.lo `test -f 'source/gnu/xml/dom/DomEntityReference.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEntityReference.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomEntityReference.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomEntityReference.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomEntityReference.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomEntityReference.java' object='source/gnu/xml/dom/DomEntityReference.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomEntityReference.lo `test -f 'source/gnu/xml/dom/DomEntityReference.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEntityReference.java + + source/gnu/xml/dom/DomEvent.lo: source/gnu/xml/dom/DomEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomEvent.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomEvent.Tpo" -c -o source/gnu/xml/dom/DomEvent.lo `test -f 'source/gnu/xml/dom/DomEvent.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomEvent.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomEvent.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomEvent.java' object='source/gnu/xml/dom/DomEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomEvent.lo `test -f 'source/gnu/xml/dom/DomEvent.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEvent.java + + source/gnu/xml/dom/DomEx.lo: source/gnu/xml/dom/DomEx.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomEx.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomEx.Tpo" -c -o source/gnu/xml/dom/DomEx.lo `test -f 'source/gnu/xml/dom/DomEx.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEx.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomEx.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomEx.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomEx.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomEx.java' object='source/gnu/xml/dom/DomEx.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomEx.lo `test -f 'source/gnu/xml/dom/DomEx.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomEx.java + + source/gnu/xml/dom/DomExtern.lo: source/gnu/xml/dom/DomExtern.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomExtern.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomExtern.Tpo" -c -o source/gnu/xml/dom/DomExtern.lo `test -f 'source/gnu/xml/dom/DomExtern.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomExtern.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomExtern.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomExtern.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomExtern.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomExtern.java' object='source/gnu/xml/dom/DomExtern.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomExtern.lo `test -f 'source/gnu/xml/dom/DomExtern.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomExtern.java + + source/gnu/xml/dom/DomFragment.lo: source/gnu/xml/dom/DomFragment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomFragment.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomFragment.Tpo" -c -o source/gnu/xml/dom/DomFragment.lo `test -f 'source/gnu/xml/dom/DomFragment.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomFragment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomFragment.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomFragment.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomFragment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomFragment.java' object='source/gnu/xml/dom/DomFragment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomFragment.lo `test -f 'source/gnu/xml/dom/DomFragment.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomFragment.java + + source/gnu/xml/dom/DomImpl.lo: source/gnu/xml/dom/DomImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomImpl.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomImpl.Tpo" -c -o source/gnu/xml/dom/DomImpl.lo `test -f 'source/gnu/xml/dom/DomImpl.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomImpl.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomImpl.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomImpl.java' object='source/gnu/xml/dom/DomImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomImpl.lo `test -f 'source/gnu/xml/dom/DomImpl.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomImpl.java + + source/gnu/xml/dom/DomIterator.lo: source/gnu/xml/dom/DomIterator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomIterator.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomIterator.Tpo" -c -o source/gnu/xml/dom/DomIterator.lo `test -f 'source/gnu/xml/dom/DomIterator.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomIterator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomIterator.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomIterator.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomIterator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomIterator.java' object='source/gnu/xml/dom/DomIterator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomIterator.lo `test -f 'source/gnu/xml/dom/DomIterator.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomIterator.java + + source/gnu/xml/dom/DomNamedNodeMap.lo: source/gnu/xml/dom/DomNamedNodeMap.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomNamedNodeMap.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomNamedNodeMap.Tpo" -c -o source/gnu/xml/dom/DomNamedNodeMap.lo `test -f 'source/gnu/xml/dom/DomNamedNodeMap.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNamedNodeMap.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomNamedNodeMap.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomNamedNodeMap.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomNamedNodeMap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomNamedNodeMap.java' object='source/gnu/xml/dom/DomNamedNodeMap.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomNamedNodeMap.lo `test -f 'source/gnu/xml/dom/DomNamedNodeMap.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNamedNodeMap.java + + source/gnu/xml/dom/DomNode.lo: source/gnu/xml/dom/DomNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomNode.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomNode.Tpo" -c -o source/gnu/xml/dom/DomNode.lo `test -f 'source/gnu/xml/dom/DomNode.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomNode.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomNode.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomNode.java' object='source/gnu/xml/dom/DomNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomNode.lo `test -f 'source/gnu/xml/dom/DomNode.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNode.java + + source/gnu/xml/dom/DomNotation.lo: source/gnu/xml/dom/DomNotation.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomNotation.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomNotation.Tpo" -c -o source/gnu/xml/dom/DomNotation.lo `test -f 'source/gnu/xml/dom/DomNotation.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNotation.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomNotation.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomNotation.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomNotation.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomNotation.java' object='source/gnu/xml/dom/DomNotation.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomNotation.lo `test -f 'source/gnu/xml/dom/DomNotation.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNotation.java + + source/gnu/xml/dom/DomNsNode.lo: source/gnu/xml/dom/DomNsNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomNsNode.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomNsNode.Tpo" -c -o source/gnu/xml/dom/DomNsNode.lo `test -f 'source/gnu/xml/dom/DomNsNode.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNsNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomNsNode.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomNsNode.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomNsNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomNsNode.java' object='source/gnu/xml/dom/DomNsNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomNsNode.lo `test -f 'source/gnu/xml/dom/DomNsNode.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNsNode.java + + source/gnu/xml/dom/DomNSResolverContext.lo: source/gnu/xml/dom/DomNSResolverContext.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomNSResolverContext.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomNSResolverContext.Tpo" -c -o source/gnu/xml/dom/DomNSResolverContext.lo `test -f 'source/gnu/xml/dom/DomNSResolverContext.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNSResolverContext.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomNSResolverContext.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomNSResolverContext.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomNSResolverContext.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomNSResolverContext.java' object='source/gnu/xml/dom/DomNSResolverContext.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomNSResolverContext.lo `test -f 'source/gnu/xml/dom/DomNSResolverContext.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomNSResolverContext.java + + source/gnu/xml/dom/DomPI.lo: source/gnu/xml/dom/DomPI.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomPI.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomPI.Tpo" -c -o source/gnu/xml/dom/DomPI.lo `test -f 'source/gnu/xml/dom/DomPI.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomPI.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomPI.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomPI.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomPI.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomPI.java' object='source/gnu/xml/dom/DomPI.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomPI.lo `test -f 'source/gnu/xml/dom/DomPI.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomPI.java + + source/gnu/xml/dom/DomText.lo: source/gnu/xml/dom/DomText.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomText.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomText.Tpo" -c -o source/gnu/xml/dom/DomText.lo `test -f 'source/gnu/xml/dom/DomText.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomText.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomText.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomText.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomText.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomText.java' object='source/gnu/xml/dom/DomText.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomText.lo `test -f 'source/gnu/xml/dom/DomText.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomText.java + + source/gnu/xml/dom/DomXPathExpression.lo: source/gnu/xml/dom/DomXPathExpression.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomXPathExpression.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomXPathExpression.Tpo" -c -o source/gnu/xml/dom/DomXPathExpression.lo `test -f 'source/gnu/xml/dom/DomXPathExpression.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathExpression.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathExpression.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomXPathExpression.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathExpression.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomXPathExpression.java' object='source/gnu/xml/dom/DomXPathExpression.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomXPathExpression.lo `test -f 'source/gnu/xml/dom/DomXPathExpression.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathExpression.java + + source/gnu/xml/dom/DomXPathNSResolver.lo: source/gnu/xml/dom/DomXPathNSResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomXPathNSResolver.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomXPathNSResolver.Tpo" -c -o source/gnu/xml/dom/DomXPathNSResolver.lo `test -f 'source/gnu/xml/dom/DomXPathNSResolver.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathNSResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathNSResolver.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomXPathNSResolver.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathNSResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomXPathNSResolver.java' object='source/gnu/xml/dom/DomXPathNSResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomXPathNSResolver.lo `test -f 'source/gnu/xml/dom/DomXPathNSResolver.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathNSResolver.java + + source/gnu/xml/dom/DomXPathResult.lo: source/gnu/xml/dom/DomXPathResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DomXPathResult.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DomXPathResult.Tpo" -c -o source/gnu/xml/dom/DomXPathResult.lo `test -f 'source/gnu/xml/dom/DomXPathResult.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathResult.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DomXPathResult.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DomXPathResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DomXPathResult.java' object='source/gnu/xml/dom/DomXPathResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DomXPathResult.lo `test -f 'source/gnu/xml/dom/DomXPathResult.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DomXPathResult.java + + source/gnu/xml/dom/DTDAttributeTypeInfo.lo: source/gnu/xml/dom/DTDAttributeTypeInfo.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DTDAttributeTypeInfo.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DTDAttributeTypeInfo.Tpo" -c -o source/gnu/xml/dom/DTDAttributeTypeInfo.lo `test -f 'source/gnu/xml/dom/DTDAttributeTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DTDAttributeTypeInfo.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DTDAttributeTypeInfo.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DTDAttributeTypeInfo.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DTDAttributeTypeInfo.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DTDAttributeTypeInfo.java' object='source/gnu/xml/dom/DTDAttributeTypeInfo.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DTDAttributeTypeInfo.lo `test -f 'source/gnu/xml/dom/DTDAttributeTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DTDAttributeTypeInfo.java + + source/gnu/xml/dom/DTDElementTypeInfo.lo: source/gnu/xml/dom/DTDElementTypeInfo.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/DTDElementTypeInfo.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/DTDElementTypeInfo.Tpo" -c -o source/gnu/xml/dom/DTDElementTypeInfo.lo `test -f 'source/gnu/xml/dom/DTDElementTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DTDElementTypeInfo.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/DTDElementTypeInfo.Tpo" "source/gnu/xml/dom/$(DEPDIR)/DTDElementTypeInfo.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/DTDElementTypeInfo.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/DTDElementTypeInfo.java' object='source/gnu/xml/dom/DTDElementTypeInfo.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/DTDElementTypeInfo.lo `test -f 'source/gnu/xml/dom/DTDElementTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/dom/DTDElementTypeInfo.java + + source/gnu/xml/dom/ImplementationList.lo: source/gnu/xml/dom/ImplementationList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ImplementationList.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/ImplementationList.Tpo" -c -o source/gnu/xml/dom/ImplementationList.lo `test -f 'source/gnu/xml/dom/ImplementationList.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ImplementationList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/ImplementationList.Tpo" "source/gnu/xml/dom/$(DEPDIR)/ImplementationList.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/ImplementationList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ImplementationList.java' object='source/gnu/xml/dom/ImplementationList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ImplementationList.lo `test -f 'source/gnu/xml/dom/ImplementationList.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ImplementationList.java + + source/gnu/xml/dom/ImplementationSource.lo: source/gnu/xml/dom/ImplementationSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/ImplementationSource.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/ImplementationSource.Tpo" -c -o source/gnu/xml/dom/ImplementationSource.lo `test -f 'source/gnu/xml/dom/ImplementationSource.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ImplementationSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/ImplementationSource.Tpo" "source/gnu/xml/dom/$(DEPDIR)/ImplementationSource.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/ImplementationSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/ImplementationSource.java' object='source/gnu/xml/dom/ImplementationSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/ImplementationSource.lo `test -f 'source/gnu/xml/dom/ImplementationSource.java' || echo '$(srcdir)/'`source/gnu/xml/dom/ImplementationSource.java + + source/gnu/xml/dom/JAXPFactory.lo: source/gnu/xml/dom/JAXPFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/dom/JAXPFactory.lo -MD -MP -MF "source/gnu/xml/dom/$(DEPDIR)/JAXPFactory.Tpo" -c -o source/gnu/xml/dom/JAXPFactory.lo `test -f 'source/gnu/xml/dom/JAXPFactory.java' || echo '$(srcdir)/'`source/gnu/xml/dom/JAXPFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/dom/$(DEPDIR)/JAXPFactory.Tpo" "source/gnu/xml/dom/$(DEPDIR)/JAXPFactory.Plo"; else rm -f "source/gnu/xml/dom/$(DEPDIR)/JAXPFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/dom/JAXPFactory.java' object='source/gnu/xml/dom/JAXPFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/dom/JAXPFactory.lo `test -f 'source/gnu/xml/dom/JAXPFactory.java' || echo '$(srcdir)/'`source/gnu/xml/dom/JAXPFactory.java + + source/gnu/xml/libxmlj/dom/GnomeAttr.lo: source/gnu/xml/libxmlj/dom/GnomeAttr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeAttr.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeAttr.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeAttr.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeAttr.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeAttr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeAttr.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeAttr.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeAttr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeAttr.java' object='source/gnu/xml/libxmlj/dom/GnomeAttr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeAttr.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeAttr.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeAttr.java + + source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo: source/gnu/xml/libxmlj/dom/GnomeCDATASection.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCDATASection.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeCDATASection.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeCDATASection.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCDATASection.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCDATASection.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCDATASection.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeCDATASection.java' object='source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeCDATASection.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeCDATASection.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeCDATASection.java + + source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo: source/gnu/xml/libxmlj/dom/GnomeCharacterData.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCharacterData.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeCharacterData.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeCharacterData.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCharacterData.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCharacterData.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeCharacterData.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeCharacterData.java' object='source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeCharacterData.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeCharacterData.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeCharacterData.java + + source/gnu/xml/libxmlj/dom/GnomeComment.lo: source/gnu/xml/libxmlj/dom/GnomeComment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeComment.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeComment.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeComment.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeComment.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeComment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeComment.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeComment.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeComment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeComment.java' object='source/gnu/xml/libxmlj/dom/GnomeComment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeComment.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeComment.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeComment.java + + source/gnu/xml/libxmlj/dom/GnomeDOMException.lo: source/gnu/xml/libxmlj/dom/GnomeDOMException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDOMException.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMException.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDOMException.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDOMException.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDOMException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMException.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMException.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDOMException.java' object='source/gnu/xml/libxmlj/dom/GnomeDOMException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDOMException.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDOMException.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDOMException.java + + source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo: source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMStringList.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMStringList.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMStringList.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDOMStringList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java' object='source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDOMStringList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDOMStringList.java + + source/gnu/xml/libxmlj/dom/GnomeDocument.lo: source/gnu/xml/libxmlj/dom/GnomeDocument.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDocument.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocument.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDocument.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocument.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocument.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocument.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocument.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocument.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDocument.java' object='source/gnu/xml/libxmlj/dom/GnomeDocument.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDocument.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocument.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocument.java + + source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo: source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilder.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilder.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilder.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilder.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java' object='source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java + + source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo: source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilderFactory.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilderFactory.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilderFactory.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentBuilderFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java' object='source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java + + source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo: source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentFragment.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentFragment.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentFragment.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentFragment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java' object='source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java + + source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo: source/gnu/xml/libxmlj/dom/GnomeDocumentType.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentType.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentType.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentType.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentType.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentType.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeDocumentType.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeDocumentType.java' object='source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeDocumentType.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeDocumentType.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeDocumentType.java + + source/gnu/xml/libxmlj/dom/GnomeElement.lo: source/gnu/xml/libxmlj/dom/GnomeElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeElement.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeElement.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeElement.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeElement.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeElement.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeElement.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeElement.java' object='source/gnu/xml/libxmlj/dom/GnomeElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeElement.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeElement.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeElement.java + + source/gnu/xml/libxmlj/dom/GnomeEntity.lo: source/gnu/xml/libxmlj/dom/GnomeEntity.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeEntity.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntity.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeEntity.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeEntity.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeEntity.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntity.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntity.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntity.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeEntity.java' object='source/gnu/xml/libxmlj/dom/GnomeEntity.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeEntity.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeEntity.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeEntity.java + + source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo: source/gnu/xml/libxmlj/dom/GnomeEntityReference.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntityReference.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeEntityReference.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeEntityReference.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntityReference.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntityReference.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeEntityReference.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeEntityReference.java' object='source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeEntityReference.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeEntityReference.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeEntityReference.java + + source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo: source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNamedNodeMap.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNamedNodeMap.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNamedNodeMap.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNamedNodeMap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java' object='source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java + + source/gnu/xml/libxmlj/dom/GnomeNode.lo: source/gnu/xml/libxmlj/dom/GnomeNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeNode.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNode.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeNode.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNode.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNode.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNode.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeNode.java' object='source/gnu/xml/libxmlj/dom/GnomeNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeNode.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNode.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNode.java + + source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo: source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeIterator.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeIterator.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeIterator.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeIterator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java' object='source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeNodeIterator.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNodeIterator.java + + source/gnu/xml/libxmlj/dom/GnomeNodeList.lo: source/gnu/xml/libxmlj/dom/GnomeNodeList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeNodeList.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeList.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeNodeList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNodeList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeList.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeList.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNodeList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeNodeList.java' object='source/gnu/xml/libxmlj/dom/GnomeNodeList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeNodeList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNodeList.java + + source/gnu/xml/libxmlj/dom/GnomeNotation.lo: source/gnu/xml/libxmlj/dom/GnomeNotation.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeNotation.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNotation.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeNotation.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNotation.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNotation.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNotation.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNotation.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeNotation.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeNotation.java' object='source/gnu/xml/libxmlj/dom/GnomeNotation.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeNotation.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeNotation.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeNotation.java + + source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo: source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeProcessingInstruction.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeProcessingInstruction.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeProcessingInstruction.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeProcessingInstruction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java' object='source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java + + source/gnu/xml/libxmlj/dom/GnomeText.lo: source/gnu/xml/libxmlj/dom/GnomeText.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeText.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeText.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeText.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeText.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeText.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeText.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeText.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeText.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeText.java' object='source/gnu/xml/libxmlj/dom/GnomeText.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeText.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeText.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeText.java + + source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo: source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeTypeInfo.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeTypeInfo.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeTypeInfo.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeTypeInfo.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java' object='source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeTypeInfo.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeTypeInfo.java + + source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo: source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathExpression.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathExpression.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathExpression.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathExpression.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java' object='source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeXPathExpression.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathExpression.java + + source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo: source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNSResolver.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNSResolver.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNSResolver.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNSResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java' object='source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java + + source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo: source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNodeList.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNodeList.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNodeList.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathNodeList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java' object='source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java + + source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo: source/gnu/xml/libxmlj/dom/GnomeXPathResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo -MD -MP -MF "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathResult.Tpo" -c -o source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathResult.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathResult.Tpo" "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathResult.Plo"; else rm -f "source/gnu/xml/libxmlj/dom/$(DEPDIR)/GnomeXPathResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/dom/GnomeXPathResult.java' object='source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/dom/GnomeXPathResult.lo `test -f 'source/gnu/xml/libxmlj/dom/GnomeXPathResult.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/dom/GnomeXPathResult.java + + source/gnu/xml/libxmlj/sax/GnomeLocator.lo: source/gnu/xml/libxmlj/sax/GnomeLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/GnomeLocator.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeLocator.Tpo" -c -o source/gnu/xml/libxmlj/sax/GnomeLocator.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeLocator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeLocator.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeLocator.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/GnomeLocator.java' object='source/gnu/xml/libxmlj/sax/GnomeLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/GnomeLocator.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeLocator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeLocator.java + + source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo: source/gnu/xml/libxmlj/sax/GnomeSAXParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParser.Tpo" -c -o source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeSAXParser.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeSAXParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParser.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParser.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/GnomeSAXParser.java' object='source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/GnomeSAXParser.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeSAXParser.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeSAXParser.java + + source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo: source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParserFactory.Tpo" -c -o source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParserFactory.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParserFactory.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeSAXParserFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java' object='source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java + + source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo: source/gnu/xml/libxmlj/sax/GnomeXMLReader.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeXMLReader.Tpo" -c -o source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeXMLReader.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeXMLReader.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeXMLReader.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeXMLReader.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/GnomeXMLReader.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/GnomeXMLReader.java' object='source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/GnomeXMLReader.lo `test -f 'source/gnu/xml/libxmlj/sax/GnomeXMLReader.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/GnomeXMLReader.java + + source/gnu/xml/libxmlj/sax/Namespaces.lo: source/gnu/xml/libxmlj/sax/Namespaces.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/Namespaces.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/Namespaces.Tpo" -c -o source/gnu/xml/libxmlj/sax/Namespaces.lo `test -f 'source/gnu/xml/libxmlj/sax/Namespaces.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/Namespaces.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/Namespaces.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/Namespaces.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/Namespaces.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/Namespaces.java' object='source/gnu/xml/libxmlj/sax/Namespaces.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/Namespaces.lo `test -f 'source/gnu/xml/libxmlj/sax/Namespaces.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/Namespaces.java + + source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo: source/gnu/xml/libxmlj/sax/StringArrayAttributes.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/StringArrayAttributes.Tpo" -c -o source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo `test -f 'source/gnu/xml/libxmlj/sax/StringArrayAttributes.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/StringArrayAttributes.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/StringArrayAttributes.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/StringArrayAttributes.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/StringArrayAttributes.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/StringArrayAttributes.java' object='source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/StringArrayAttributes.lo `test -f 'source/gnu/xml/libxmlj/sax/StringArrayAttributes.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/StringArrayAttributes.java + + source/gnu/xml/libxmlj/sax/XMLName.lo: source/gnu/xml/libxmlj/sax/XMLName.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/sax/XMLName.lo -MD -MP -MF "source/gnu/xml/libxmlj/sax/$(DEPDIR)/XMLName.Tpo" -c -o source/gnu/xml/libxmlj/sax/XMLName.lo `test -f 'source/gnu/xml/libxmlj/sax/XMLName.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/XMLName.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/XMLName.Tpo" "source/gnu/xml/libxmlj/sax/$(DEPDIR)/XMLName.Plo"; else rm -f "source/gnu/xml/libxmlj/sax/$(DEPDIR)/XMLName.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/sax/XMLName.java' object='source/gnu/xml/libxmlj/sax/XMLName.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/sax/XMLName.lo `test -f 'source/gnu/xml/libxmlj/sax/XMLName.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/sax/XMLName.java + + source/gnu/xml/libxmlj/RawData.lo: source/gnu/xml/libxmlj/RawData.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/RawData.lo -MD -MP -MF "source/gnu/xml/libxmlj/$(DEPDIR)/RawData.Tpo" -c -o source/gnu/xml/libxmlj/RawData.lo `test -f 'source/gnu/xml/libxmlj/RawData.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData.Tpo" "source/gnu/xml/libxmlj/$(DEPDIR)/RawData.Plo"; else rm -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/RawData.java' object='source/gnu/xml/libxmlj/RawData.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/RawData.lo `test -f 'source/gnu/xml/libxmlj/RawData.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData.java + + source/gnu/xml/libxmlj/RawData32.lo: source/gnu/xml/libxmlj/RawData32.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/RawData32.lo -MD -MP -MF "source/gnu/xml/libxmlj/$(DEPDIR)/RawData32.Tpo" -c -o source/gnu/xml/libxmlj/RawData32.lo `test -f 'source/gnu/xml/libxmlj/RawData32.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData32.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData32.Tpo" "source/gnu/xml/libxmlj/$(DEPDIR)/RawData32.Plo"; else rm -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData32.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/RawData32.java' object='source/gnu/xml/libxmlj/RawData32.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/RawData32.lo `test -f 'source/gnu/xml/libxmlj/RawData32.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData32.java + + source/gnu/xml/libxmlj/RawData64.lo: source/gnu/xml/libxmlj/RawData64.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/RawData64.lo -MD -MP -MF "source/gnu/xml/libxmlj/$(DEPDIR)/RawData64.Tpo" -c -o source/gnu/xml/libxmlj/RawData64.lo `test -f 'source/gnu/xml/libxmlj/RawData64.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData64.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData64.Tpo" "source/gnu/xml/libxmlj/$(DEPDIR)/RawData64.Plo"; else rm -f "source/gnu/xml/libxmlj/$(DEPDIR)/RawData64.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/RawData64.java' object='source/gnu/xml/libxmlj/RawData64.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/RawData64.lo `test -f 'source/gnu/xml/libxmlj/RawData64.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/RawData64.java + + source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo: source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo -MD -MP -MF "source/gnu/xml/libxmlj/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo" -c -o source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo `test -f 'source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo" "source/gnu/xml/libxmlj/transform/$(DEPDIR)/ErrorListenerErrorHandler.Plo"; else rm -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java' object='source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.lo `test -f 'source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java + + source/gnu/xml/libxmlj/transform/GnomeTransformer.lo: source/gnu/xml/libxmlj/transform/GnomeTransformer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/transform/GnomeTransformer.lo -MD -MP -MF "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformer.Tpo" -c -o source/gnu/xml/libxmlj/transform/GnomeTransformer.lo `test -f 'source/gnu/xml/libxmlj/transform/GnomeTransformer.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/GnomeTransformer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformer.Tpo" "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformer.Plo"; else rm -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/transform/GnomeTransformer.java' object='source/gnu/xml/libxmlj/transform/GnomeTransformer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/transform/GnomeTransformer.lo `test -f 'source/gnu/xml/libxmlj/transform/GnomeTransformer.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/GnomeTransformer.java + + source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo: source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo -MD -MP -MF "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformerFactory.Tpo" -c -o source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo `test -f 'source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformerFactory.Tpo" "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformerFactory.Plo"; else rm -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/GnomeTransformerFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java' object='source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.lo `test -f 'source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java + + source/gnu/xml/libxmlj/transform/TransformTest.lo: source/gnu/xml/libxmlj/transform/TransformTest.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/transform/TransformTest.lo -MD -MP -MF "source/gnu/xml/libxmlj/transform/$(DEPDIR)/TransformTest.Tpo" -c -o source/gnu/xml/libxmlj/transform/TransformTest.lo `test -f 'source/gnu/xml/libxmlj/transform/TransformTest.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/TransformTest.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/TransformTest.Tpo" "source/gnu/xml/libxmlj/transform/$(DEPDIR)/TransformTest.Plo"; else rm -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/TransformTest.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/transform/TransformTest.java' object='source/gnu/xml/libxmlj/transform/TransformTest.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/transform/TransformTest.lo `test -f 'source/gnu/xml/libxmlj/transform/TransformTest.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/TransformTest.java + + source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo: source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo -MD -MP -MF "source/gnu/xml/libxmlj/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo" -c -o source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo `test -f 'source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo" "source/gnu/xml/libxmlj/transform/$(DEPDIR)/URIResolverEntityResolver.Plo"; else rm -f "source/gnu/xml/libxmlj/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java' object='source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.lo `test -f 'source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java + + source/gnu/xml/libxmlj/util/EmptyNodeList.lo: source/gnu/xml/libxmlj/util/EmptyNodeList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/util/EmptyNodeList.lo -MD -MP -MF "source/gnu/xml/libxmlj/util/$(DEPDIR)/EmptyNodeList.Tpo" -c -o source/gnu/xml/libxmlj/util/EmptyNodeList.lo `test -f 'source/gnu/xml/libxmlj/util/EmptyNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/EmptyNodeList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/EmptyNodeList.Tpo" "source/gnu/xml/libxmlj/util/$(DEPDIR)/EmptyNodeList.Plo"; else rm -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/EmptyNodeList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/util/EmptyNodeList.java' object='source/gnu/xml/libxmlj/util/EmptyNodeList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/util/EmptyNodeList.lo `test -f 'source/gnu/xml/libxmlj/util/EmptyNodeList.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/EmptyNodeList.java + + source/gnu/xml/libxmlj/util/NamedInputStream.lo: source/gnu/xml/libxmlj/util/NamedInputStream.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/util/NamedInputStream.lo -MD -MP -MF "source/gnu/xml/libxmlj/util/$(DEPDIR)/NamedInputStream.Tpo" -c -o source/gnu/xml/libxmlj/util/NamedInputStream.lo `test -f 'source/gnu/xml/libxmlj/util/NamedInputStream.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/NamedInputStream.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/NamedInputStream.Tpo" "source/gnu/xml/libxmlj/util/$(DEPDIR)/NamedInputStream.Plo"; else rm -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/NamedInputStream.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/util/NamedInputStream.java' object='source/gnu/xml/libxmlj/util/NamedInputStream.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/util/NamedInputStream.lo `test -f 'source/gnu/xml/libxmlj/util/NamedInputStream.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/NamedInputStream.java + + source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo: source/gnu/xml/libxmlj/util/StandaloneDocumentType.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo -MD -MP -MF "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneDocumentType.Tpo" -c -o source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo `test -f 'source/gnu/xml/libxmlj/util/StandaloneDocumentType.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/StandaloneDocumentType.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneDocumentType.Tpo" "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneDocumentType.Plo"; else rm -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneDocumentType.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/util/StandaloneDocumentType.java' object='source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/util/StandaloneDocumentType.lo `test -f 'source/gnu/xml/libxmlj/util/StandaloneDocumentType.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/StandaloneDocumentType.java + + source/gnu/xml/libxmlj/util/StandaloneLocator.lo: source/gnu/xml/libxmlj/util/StandaloneLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/util/StandaloneLocator.lo -MD -MP -MF "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneLocator.Tpo" -c -o source/gnu/xml/libxmlj/util/StandaloneLocator.lo `test -f 'source/gnu/xml/libxmlj/util/StandaloneLocator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/StandaloneLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneLocator.Tpo" "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneLocator.Plo"; else rm -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/StandaloneLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/util/StandaloneLocator.java' object='source/gnu/xml/libxmlj/util/StandaloneLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/util/StandaloneLocator.lo `test -f 'source/gnu/xml/libxmlj/util/StandaloneLocator.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/StandaloneLocator.java + + source/gnu/xml/libxmlj/util/XMLJ.lo: source/gnu/xml/libxmlj/util/XMLJ.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/libxmlj/util/XMLJ.lo -MD -MP -MF "source/gnu/xml/libxmlj/util/$(DEPDIR)/XMLJ.Tpo" -c -o source/gnu/xml/libxmlj/util/XMLJ.lo `test -f 'source/gnu/xml/libxmlj/util/XMLJ.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/XMLJ.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/XMLJ.Tpo" "source/gnu/xml/libxmlj/util/$(DEPDIR)/XMLJ.Plo"; else rm -f "source/gnu/xml/libxmlj/util/$(DEPDIR)/XMLJ.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/libxmlj/util/XMLJ.java' object='source/gnu/xml/libxmlj/util/XMLJ.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/libxmlj/util/XMLJ.lo `test -f 'source/gnu/xml/libxmlj/util/XMLJ.java' || echo '$(srcdir)/'`source/gnu/xml/libxmlj/util/XMLJ.java + + source/gnu/xml/pipeline/CallFilter.lo: source/gnu/xml/pipeline/CallFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/CallFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/CallFilter.Tpo" -c -o source/gnu/xml/pipeline/CallFilter.lo `test -f 'source/gnu/xml/pipeline/CallFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/CallFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/CallFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/CallFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/CallFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/CallFilter.java' object='source/gnu/xml/pipeline/CallFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/CallFilter.lo `test -f 'source/gnu/xml/pipeline/CallFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/CallFilter.java + + source/gnu/xml/pipeline/DomConsumer.lo: source/gnu/xml/pipeline/DomConsumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/DomConsumer.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/DomConsumer.Tpo" -c -o source/gnu/xml/pipeline/DomConsumer.lo `test -f 'source/gnu/xml/pipeline/DomConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/DomConsumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/DomConsumer.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/DomConsumer.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/DomConsumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/DomConsumer.java' object='source/gnu/xml/pipeline/DomConsumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/DomConsumer.lo `test -f 'source/gnu/xml/pipeline/DomConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/DomConsumer.java + + source/gnu/xml/pipeline/EventConsumer.lo: source/gnu/xml/pipeline/EventConsumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/EventConsumer.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/EventConsumer.Tpo" -c -o source/gnu/xml/pipeline/EventConsumer.lo `test -f 'source/gnu/xml/pipeline/EventConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/EventConsumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/EventConsumer.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/EventConsumer.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/EventConsumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/EventConsumer.java' object='source/gnu/xml/pipeline/EventConsumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/EventConsumer.lo `test -f 'source/gnu/xml/pipeline/EventConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/EventConsumer.java + + source/gnu/xml/pipeline/EventFilter.lo: source/gnu/xml/pipeline/EventFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/EventFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/EventFilter.Tpo" -c -o source/gnu/xml/pipeline/EventFilter.lo `test -f 'source/gnu/xml/pipeline/EventFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/EventFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/EventFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/EventFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/EventFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/EventFilter.java' object='source/gnu/xml/pipeline/EventFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/EventFilter.lo `test -f 'source/gnu/xml/pipeline/EventFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/EventFilter.java + + source/gnu/xml/pipeline/LinkFilter.lo: source/gnu/xml/pipeline/LinkFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/LinkFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/LinkFilter.Tpo" -c -o source/gnu/xml/pipeline/LinkFilter.lo `test -f 'source/gnu/xml/pipeline/LinkFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/LinkFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/LinkFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/LinkFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/LinkFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/LinkFilter.java' object='source/gnu/xml/pipeline/LinkFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/LinkFilter.lo `test -f 'source/gnu/xml/pipeline/LinkFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/LinkFilter.java + + source/gnu/xml/pipeline/NSFilter.lo: source/gnu/xml/pipeline/NSFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/NSFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/NSFilter.Tpo" -c -o source/gnu/xml/pipeline/NSFilter.lo `test -f 'source/gnu/xml/pipeline/NSFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/NSFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/NSFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/NSFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/NSFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/NSFilter.java' object='source/gnu/xml/pipeline/NSFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/NSFilter.lo `test -f 'source/gnu/xml/pipeline/NSFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/NSFilter.java + + source/gnu/xml/pipeline/PipelineFactory.lo: source/gnu/xml/pipeline/PipelineFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/PipelineFactory.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/PipelineFactory.Tpo" -c -o source/gnu/xml/pipeline/PipelineFactory.lo `test -f 'source/gnu/xml/pipeline/PipelineFactory.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/PipelineFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/PipelineFactory.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/PipelineFactory.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/PipelineFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/PipelineFactory.java' object='source/gnu/xml/pipeline/PipelineFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/PipelineFactory.lo `test -f 'source/gnu/xml/pipeline/PipelineFactory.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/PipelineFactory.java + + source/gnu/xml/pipeline/TeeConsumer.lo: source/gnu/xml/pipeline/TeeConsumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/TeeConsumer.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/TeeConsumer.Tpo" -c -o source/gnu/xml/pipeline/TeeConsumer.lo `test -f 'source/gnu/xml/pipeline/TeeConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/TeeConsumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/TeeConsumer.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/TeeConsumer.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/TeeConsumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/TeeConsumer.java' object='source/gnu/xml/pipeline/TeeConsumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/TeeConsumer.lo `test -f 'source/gnu/xml/pipeline/TeeConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/TeeConsumer.java + + source/gnu/xml/pipeline/TextConsumer.lo: source/gnu/xml/pipeline/TextConsumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/TextConsumer.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/TextConsumer.Tpo" -c -o source/gnu/xml/pipeline/TextConsumer.lo `test -f 'source/gnu/xml/pipeline/TextConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/TextConsumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/TextConsumer.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/TextConsumer.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/TextConsumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/TextConsumer.java' object='source/gnu/xml/pipeline/TextConsumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/TextConsumer.lo `test -f 'source/gnu/xml/pipeline/TextConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/TextConsumer.java + + source/gnu/xml/pipeline/ValidationConsumer.lo: source/gnu/xml/pipeline/ValidationConsumer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/ValidationConsumer.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/ValidationConsumer.Tpo" -c -o source/gnu/xml/pipeline/ValidationConsumer.lo `test -f 'source/gnu/xml/pipeline/ValidationConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/ValidationConsumer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/ValidationConsumer.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/ValidationConsumer.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/ValidationConsumer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/ValidationConsumer.java' object='source/gnu/xml/pipeline/ValidationConsumer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/ValidationConsumer.lo `test -f 'source/gnu/xml/pipeline/ValidationConsumer.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/ValidationConsumer.java + + source/gnu/xml/pipeline/WellFormednessFilter.lo: source/gnu/xml/pipeline/WellFormednessFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/WellFormednessFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/WellFormednessFilter.Tpo" -c -o source/gnu/xml/pipeline/WellFormednessFilter.lo `test -f 'source/gnu/xml/pipeline/WellFormednessFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/WellFormednessFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/WellFormednessFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/WellFormednessFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/WellFormednessFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/WellFormednessFilter.java' object='source/gnu/xml/pipeline/WellFormednessFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/WellFormednessFilter.lo `test -f 'source/gnu/xml/pipeline/WellFormednessFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/WellFormednessFilter.java + + source/gnu/xml/pipeline/XIncludeFilter.lo: source/gnu/xml/pipeline/XIncludeFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/XIncludeFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/XIncludeFilter.Tpo" -c -o source/gnu/xml/pipeline/XIncludeFilter.lo `test -f 'source/gnu/xml/pipeline/XIncludeFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/XIncludeFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/XIncludeFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/XIncludeFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/XIncludeFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/XIncludeFilter.java' object='source/gnu/xml/pipeline/XIncludeFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/XIncludeFilter.lo `test -f 'source/gnu/xml/pipeline/XIncludeFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/XIncludeFilter.java + + source/gnu/xml/pipeline/XsltFilter.lo: source/gnu/xml/pipeline/XsltFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/pipeline/XsltFilter.lo -MD -MP -MF "source/gnu/xml/pipeline/$(DEPDIR)/XsltFilter.Tpo" -c -o source/gnu/xml/pipeline/XsltFilter.lo `test -f 'source/gnu/xml/pipeline/XsltFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/XsltFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/pipeline/$(DEPDIR)/XsltFilter.Tpo" "source/gnu/xml/pipeline/$(DEPDIR)/XsltFilter.Plo"; else rm -f "source/gnu/xml/pipeline/$(DEPDIR)/XsltFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/pipeline/XsltFilter.java' object='source/gnu/xml/pipeline/XsltFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/pipeline/XsltFilter.lo `test -f 'source/gnu/xml/pipeline/XsltFilter.java' || echo '$(srcdir)/'`source/gnu/xml/pipeline/XsltFilter.java + + source/gnu/xml/util/DoParse.lo: source/gnu/xml/util/DoParse.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/DoParse.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/DoParse.Tpo" -c -o source/gnu/xml/util/DoParse.lo `test -f 'source/gnu/xml/util/DoParse.java' || echo '$(srcdir)/'`source/gnu/xml/util/DoParse.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/DoParse.Tpo" "source/gnu/xml/util/$(DEPDIR)/DoParse.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/DoParse.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/DoParse.java' object='source/gnu/xml/util/DoParse.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/DoParse.lo `test -f 'source/gnu/xml/util/DoParse.java' || echo '$(srcdir)/'`source/gnu/xml/util/DoParse.java + + source/gnu/xml/util/DomParser.lo: source/gnu/xml/util/DomParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/DomParser.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/DomParser.Tpo" -c -o source/gnu/xml/util/DomParser.lo `test -f 'source/gnu/xml/util/DomParser.java' || echo '$(srcdir)/'`source/gnu/xml/util/DomParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/DomParser.Tpo" "source/gnu/xml/util/$(DEPDIR)/DomParser.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/DomParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/DomParser.java' object='source/gnu/xml/util/DomParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/DomParser.lo `test -f 'source/gnu/xml/util/DomParser.java' || echo '$(srcdir)/'`source/gnu/xml/util/DomParser.java + + source/gnu/xml/util/Resolver.lo: source/gnu/xml/util/Resolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/Resolver.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/Resolver.Tpo" -c -o source/gnu/xml/util/Resolver.lo `test -f 'source/gnu/xml/util/Resolver.java' || echo '$(srcdir)/'`source/gnu/xml/util/Resolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/Resolver.Tpo" "source/gnu/xml/util/$(DEPDIR)/Resolver.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/Resolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/Resolver.java' object='source/gnu/xml/util/Resolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/Resolver.lo `test -f 'source/gnu/xml/util/Resolver.java' || echo '$(srcdir)/'`source/gnu/xml/util/Resolver.java + + source/gnu/xml/util/SAXNullTransformerFactory.lo: source/gnu/xml/util/SAXNullTransformerFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/SAXNullTransformerFactory.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/SAXNullTransformerFactory.Tpo" -c -o source/gnu/xml/util/SAXNullTransformerFactory.lo `test -f 'source/gnu/xml/util/SAXNullTransformerFactory.java' || echo '$(srcdir)/'`source/gnu/xml/util/SAXNullTransformerFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/SAXNullTransformerFactory.Tpo" "source/gnu/xml/util/$(DEPDIR)/SAXNullTransformerFactory.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/SAXNullTransformerFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/SAXNullTransformerFactory.java' object='source/gnu/xml/util/SAXNullTransformerFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/SAXNullTransformerFactory.lo `test -f 'source/gnu/xml/util/SAXNullTransformerFactory.java' || echo '$(srcdir)/'`source/gnu/xml/util/SAXNullTransformerFactory.java + + source/gnu/xml/util/XCat.lo: source/gnu/xml/util/XCat.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/XCat.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/XCat.Tpo" -c -o source/gnu/xml/util/XCat.lo `test -f 'source/gnu/xml/util/XCat.java' || echo '$(srcdir)/'`source/gnu/xml/util/XCat.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/XCat.Tpo" "source/gnu/xml/util/$(DEPDIR)/XCat.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/XCat.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/XCat.java' object='source/gnu/xml/util/XCat.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/XCat.lo `test -f 'source/gnu/xml/util/XCat.java' || echo '$(srcdir)/'`source/gnu/xml/util/XCat.java + + source/gnu/xml/util/XHTMLWriter.lo: source/gnu/xml/util/XHTMLWriter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/XHTMLWriter.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/XHTMLWriter.Tpo" -c -o source/gnu/xml/util/XHTMLWriter.lo `test -f 'source/gnu/xml/util/XHTMLWriter.java' || echo '$(srcdir)/'`source/gnu/xml/util/XHTMLWriter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/XHTMLWriter.Tpo" "source/gnu/xml/util/$(DEPDIR)/XHTMLWriter.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/XHTMLWriter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/XHTMLWriter.java' object='source/gnu/xml/util/XHTMLWriter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/XHTMLWriter.lo `test -f 'source/gnu/xml/util/XHTMLWriter.java' || echo '$(srcdir)/'`source/gnu/xml/util/XHTMLWriter.java + + source/gnu/xml/util/XMLWriter.lo: source/gnu/xml/util/XMLWriter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/util/XMLWriter.lo -MD -MP -MF "source/gnu/xml/util/$(DEPDIR)/XMLWriter.Tpo" -c -o source/gnu/xml/util/XMLWriter.lo `test -f 'source/gnu/xml/util/XMLWriter.java' || echo '$(srcdir)/'`source/gnu/xml/util/XMLWriter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/util/$(DEPDIR)/XMLWriter.Tpo" "source/gnu/xml/util/$(DEPDIR)/XMLWriter.Plo"; else rm -f "source/gnu/xml/util/$(DEPDIR)/XMLWriter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/util/XMLWriter.java' object='source/gnu/xml/util/XMLWriter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/util/XMLWriter.lo `test -f 'source/gnu/xml/util/XMLWriter.java' || echo '$(srcdir)/'`source/gnu/xml/util/XMLWriter.java + + source/gnu/xml/xpath/AndExpr.lo: source/gnu/xml/xpath/AndExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/AndExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/AndExpr.Tpo" -c -o source/gnu/xml/xpath/AndExpr.lo `test -f 'source/gnu/xml/xpath/AndExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/AndExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/AndExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/AndExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/AndExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/AndExpr.java' object='source/gnu/xml/xpath/AndExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/AndExpr.lo `test -f 'source/gnu/xml/xpath/AndExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/AndExpr.java + + source/gnu/xml/xpath/ArithmeticExpr.lo: source/gnu/xml/xpath/ArithmeticExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/ArithmeticExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/ArithmeticExpr.Tpo" -c -o source/gnu/xml/xpath/ArithmeticExpr.lo `test -f 'source/gnu/xml/xpath/ArithmeticExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ArithmeticExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/ArithmeticExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/ArithmeticExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/ArithmeticExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/ArithmeticExpr.java' object='source/gnu/xml/xpath/ArithmeticExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/ArithmeticExpr.lo `test -f 'source/gnu/xml/xpath/ArithmeticExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ArithmeticExpr.java + + source/gnu/xml/xpath/Constant.lo: source/gnu/xml/xpath/Constant.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Constant.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Constant.Tpo" -c -o source/gnu/xml/xpath/Constant.lo `test -f 'source/gnu/xml/xpath/Constant.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Constant.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Constant.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Constant.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Constant.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Constant.java' object='source/gnu/xml/xpath/Constant.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Constant.lo `test -f 'source/gnu/xml/xpath/Constant.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Constant.java + + source/gnu/xml/xpath/EqualityExpr.lo: source/gnu/xml/xpath/EqualityExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/EqualityExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/EqualityExpr.Tpo" -c -o source/gnu/xml/xpath/EqualityExpr.lo `test -f 'source/gnu/xml/xpath/EqualityExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/EqualityExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/EqualityExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/EqualityExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/EqualityExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/EqualityExpr.java' object='source/gnu/xml/xpath/EqualityExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/EqualityExpr.lo `test -f 'source/gnu/xml/xpath/EqualityExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/EqualityExpr.java + + source/gnu/xml/xpath/Expr.lo: source/gnu/xml/xpath/Expr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Expr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Expr.Tpo" -c -o source/gnu/xml/xpath/Expr.lo `test -f 'source/gnu/xml/xpath/Expr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Expr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Expr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Expr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Expr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Expr.java' object='source/gnu/xml/xpath/Expr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Expr.lo `test -f 'source/gnu/xml/xpath/Expr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Expr.java + + source/gnu/xml/xpath/Function.lo: source/gnu/xml/xpath/Function.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Function.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Function.Tpo" -c -o source/gnu/xml/xpath/Function.lo `test -f 'source/gnu/xml/xpath/Function.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Function.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Function.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Function.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Function.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Function.java' object='source/gnu/xml/xpath/Function.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Function.lo `test -f 'source/gnu/xml/xpath/Function.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Function.java + + source/gnu/xml/xpath/FunctionCall.lo: source/gnu/xml/xpath/FunctionCall.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/FunctionCall.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/FunctionCall.Tpo" -c -o source/gnu/xml/xpath/FunctionCall.lo `test -f 'source/gnu/xml/xpath/FunctionCall.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FunctionCall.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/FunctionCall.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/FunctionCall.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/FunctionCall.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/FunctionCall.java' object='source/gnu/xml/xpath/FunctionCall.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/FunctionCall.lo `test -f 'source/gnu/xml/xpath/FunctionCall.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FunctionCall.java + + source/gnu/xml/xpath/NameTest.lo: source/gnu/xml/xpath/NameTest.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NameTest.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NameTest.Tpo" -c -o source/gnu/xml/xpath/NameTest.lo `test -f 'source/gnu/xml/xpath/NameTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NameTest.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NameTest.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NameTest.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NameTest.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NameTest.java' object='source/gnu/xml/xpath/NameTest.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NameTest.lo `test -f 'source/gnu/xml/xpath/NameTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NameTest.java + + source/gnu/xml/xpath/NegativeExpr.lo: source/gnu/xml/xpath/NegativeExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NegativeExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NegativeExpr.Tpo" -c -o source/gnu/xml/xpath/NegativeExpr.lo `test -f 'source/gnu/xml/xpath/NegativeExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NegativeExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NegativeExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NegativeExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NegativeExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NegativeExpr.java' object='source/gnu/xml/xpath/NegativeExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NegativeExpr.lo `test -f 'source/gnu/xml/xpath/NegativeExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NegativeExpr.java + + source/gnu/xml/xpath/NodeTypeTest.lo: source/gnu/xml/xpath/NodeTypeTest.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NodeTypeTest.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NodeTypeTest.Tpo" -c -o source/gnu/xml/xpath/NodeTypeTest.lo `test -f 'source/gnu/xml/xpath/NodeTypeTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NodeTypeTest.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NodeTypeTest.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NodeTypeTest.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NodeTypeTest.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NodeTypeTest.java' object='source/gnu/xml/xpath/NodeTypeTest.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NodeTypeTest.lo `test -f 'source/gnu/xml/xpath/NodeTypeTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NodeTypeTest.java + + source/gnu/xml/xpath/OrExpr.lo: source/gnu/xml/xpath/OrExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/OrExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/OrExpr.Tpo" -c -o source/gnu/xml/xpath/OrExpr.lo `test -f 'source/gnu/xml/xpath/OrExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/OrExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/OrExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/OrExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/OrExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/OrExpr.java' object='source/gnu/xml/xpath/OrExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/OrExpr.lo `test -f 'source/gnu/xml/xpath/OrExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/OrExpr.java + + source/gnu/xml/xpath/ParenthesizedExpr.lo: source/gnu/xml/xpath/ParenthesizedExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/ParenthesizedExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/ParenthesizedExpr.Tpo" -c -o source/gnu/xml/xpath/ParenthesizedExpr.lo `test -f 'source/gnu/xml/xpath/ParenthesizedExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ParenthesizedExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/ParenthesizedExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/ParenthesizedExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/ParenthesizedExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/ParenthesizedExpr.java' object='source/gnu/xml/xpath/ParenthesizedExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/ParenthesizedExpr.lo `test -f 'source/gnu/xml/xpath/ParenthesizedExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ParenthesizedExpr.java + + source/gnu/xml/xpath/Path.lo: source/gnu/xml/xpath/Path.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Path.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Path.Tpo" -c -o source/gnu/xml/xpath/Path.lo `test -f 'source/gnu/xml/xpath/Path.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Path.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Path.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Path.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Path.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Path.java' object='source/gnu/xml/xpath/Path.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Path.lo `test -f 'source/gnu/xml/xpath/Path.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Path.java + + source/gnu/xml/xpath/RelationalExpr.lo: source/gnu/xml/xpath/RelationalExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/RelationalExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/RelationalExpr.Tpo" -c -o source/gnu/xml/xpath/RelationalExpr.lo `test -f 'source/gnu/xml/xpath/RelationalExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/RelationalExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/RelationalExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/RelationalExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/RelationalExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/RelationalExpr.java' object='source/gnu/xml/xpath/RelationalExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/RelationalExpr.lo `test -f 'source/gnu/xml/xpath/RelationalExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/RelationalExpr.java + + source/gnu/xml/xpath/Root.lo: source/gnu/xml/xpath/Root.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Root.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Root.Tpo" -c -o source/gnu/xml/xpath/Root.lo `test -f 'source/gnu/xml/xpath/Root.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Root.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Root.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Root.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Root.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Root.java' object='source/gnu/xml/xpath/Root.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Root.lo `test -f 'source/gnu/xml/xpath/Root.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Root.java + + source/gnu/xml/xpath/Selector.lo: source/gnu/xml/xpath/Selector.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Selector.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Selector.Tpo" -c -o source/gnu/xml/xpath/Selector.lo `test -f 'source/gnu/xml/xpath/Selector.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Selector.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Selector.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Selector.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Selector.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Selector.java' object='source/gnu/xml/xpath/Selector.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Selector.lo `test -f 'source/gnu/xml/xpath/Selector.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Selector.java + + source/gnu/xml/xpath/Steps.lo: source/gnu/xml/xpath/Steps.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Steps.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Steps.Tpo" -c -o source/gnu/xml/xpath/Steps.lo `test -f 'source/gnu/xml/xpath/Steps.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Steps.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Steps.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Steps.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Steps.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Steps.java' object='source/gnu/xml/xpath/Steps.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Steps.lo `test -f 'source/gnu/xml/xpath/Steps.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Steps.java + + source/gnu/xml/xpath/Test.lo: source/gnu/xml/xpath/Test.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Test.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Test.Tpo" -c -o source/gnu/xml/xpath/Test.lo `test -f 'source/gnu/xml/xpath/Test.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Test.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Test.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Test.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Test.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Test.java' object='source/gnu/xml/xpath/Test.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Test.lo `test -f 'source/gnu/xml/xpath/Test.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Test.java + + source/gnu/xml/xpath/UnionExpr.lo: source/gnu/xml/xpath/UnionExpr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/UnionExpr.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/UnionExpr.Tpo" -c -o source/gnu/xml/xpath/UnionExpr.lo `test -f 'source/gnu/xml/xpath/UnionExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/UnionExpr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/UnionExpr.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/UnionExpr.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/UnionExpr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/UnionExpr.java' object='source/gnu/xml/xpath/UnionExpr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/UnionExpr.lo `test -f 'source/gnu/xml/xpath/UnionExpr.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/UnionExpr.java + + source/gnu/xml/xpath/XPathParser.lo: source/gnu/xml/xpath/XPathParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/XPathParser.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/XPathParser.Tpo" -c -o source/gnu/xml/xpath/XPathParser.lo `test -f 'source/gnu/xml/xpath/XPathParser.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/XPathParser.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/XPathParser.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/XPathParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/XPathParser.java' object='source/gnu/xml/xpath/XPathParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/XPathParser.lo `test -f 'source/gnu/xml/xpath/XPathParser.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathParser.java + + source/gnu/xml/xpath/XPathTokenizer.lo: source/gnu/xml/xpath/XPathTokenizer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/XPathTokenizer.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/XPathTokenizer.Tpo" -c -o source/gnu/xml/xpath/XPathTokenizer.lo `test -f 'source/gnu/xml/xpath/XPathTokenizer.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathTokenizer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/XPathTokenizer.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/XPathTokenizer.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/XPathTokenizer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/XPathTokenizer.java' object='source/gnu/xml/xpath/XPathTokenizer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/XPathTokenizer.lo `test -f 'source/gnu/xml/xpath/XPathTokenizer.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathTokenizer.java + + source/gnu/xml/xpath/BooleanFunction.lo: source/gnu/xml/xpath/BooleanFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/BooleanFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/BooleanFunction.Tpo" -c -o source/gnu/xml/xpath/BooleanFunction.lo `test -f 'source/gnu/xml/xpath/BooleanFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/BooleanFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/BooleanFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/BooleanFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/BooleanFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/BooleanFunction.java' object='source/gnu/xml/xpath/BooleanFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/BooleanFunction.lo `test -f 'source/gnu/xml/xpath/BooleanFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/BooleanFunction.java + + source/gnu/xml/xpath/CeilingFunction.lo: source/gnu/xml/xpath/CeilingFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/CeilingFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/CeilingFunction.Tpo" -c -o source/gnu/xml/xpath/CeilingFunction.lo `test -f 'source/gnu/xml/xpath/CeilingFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/CeilingFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/CeilingFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/CeilingFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/CeilingFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/CeilingFunction.java' object='source/gnu/xml/xpath/CeilingFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/CeilingFunction.lo `test -f 'source/gnu/xml/xpath/CeilingFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/CeilingFunction.java + + source/gnu/xml/xpath/ConcatFunction.lo: source/gnu/xml/xpath/ConcatFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/ConcatFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/ConcatFunction.Tpo" -c -o source/gnu/xml/xpath/ConcatFunction.lo `test -f 'source/gnu/xml/xpath/ConcatFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ConcatFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/ConcatFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/ConcatFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/ConcatFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/ConcatFunction.java' object='source/gnu/xml/xpath/ConcatFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/ConcatFunction.lo `test -f 'source/gnu/xml/xpath/ConcatFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ConcatFunction.java + + source/gnu/xml/xpath/ContainsFunction.lo: source/gnu/xml/xpath/ContainsFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/ContainsFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/ContainsFunction.Tpo" -c -o source/gnu/xml/xpath/ContainsFunction.lo `test -f 'source/gnu/xml/xpath/ContainsFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ContainsFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/ContainsFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/ContainsFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/ContainsFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/ContainsFunction.java' object='source/gnu/xml/xpath/ContainsFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/ContainsFunction.lo `test -f 'source/gnu/xml/xpath/ContainsFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/ContainsFunction.java + + source/gnu/xml/xpath/CountFunction.lo: source/gnu/xml/xpath/CountFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/CountFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/CountFunction.Tpo" -c -o source/gnu/xml/xpath/CountFunction.lo `test -f 'source/gnu/xml/xpath/CountFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/CountFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/CountFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/CountFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/CountFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/CountFunction.java' object='source/gnu/xml/xpath/CountFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/CountFunction.lo `test -f 'source/gnu/xml/xpath/CountFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/CountFunction.java + + source/gnu/xml/xpath/DocumentOrderComparator.lo: source/gnu/xml/xpath/DocumentOrderComparator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/DocumentOrderComparator.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/DocumentOrderComparator.Tpo" -c -o source/gnu/xml/xpath/DocumentOrderComparator.lo `test -f 'source/gnu/xml/xpath/DocumentOrderComparator.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/DocumentOrderComparator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/DocumentOrderComparator.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/DocumentOrderComparator.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/DocumentOrderComparator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/DocumentOrderComparator.java' object='source/gnu/xml/xpath/DocumentOrderComparator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/DocumentOrderComparator.lo `test -f 'source/gnu/xml/xpath/DocumentOrderComparator.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/DocumentOrderComparator.java + + source/gnu/xml/xpath/FalseFunction.lo: source/gnu/xml/xpath/FalseFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/FalseFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/FalseFunction.Tpo" -c -o source/gnu/xml/xpath/FalseFunction.lo `test -f 'source/gnu/xml/xpath/FalseFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FalseFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/FalseFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/FalseFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/FalseFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/FalseFunction.java' object='source/gnu/xml/xpath/FalseFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/FalseFunction.lo `test -f 'source/gnu/xml/xpath/FalseFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FalseFunction.java + + source/gnu/xml/xpath/FloorFunction.lo: source/gnu/xml/xpath/FloorFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/FloorFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/FloorFunction.Tpo" -c -o source/gnu/xml/xpath/FloorFunction.lo `test -f 'source/gnu/xml/xpath/FloorFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FloorFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/FloorFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/FloorFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/FloorFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/FloorFunction.java' object='source/gnu/xml/xpath/FloorFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/FloorFunction.lo `test -f 'source/gnu/xml/xpath/FloorFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/FloorFunction.java + + source/gnu/xml/xpath/IdFunction.lo: source/gnu/xml/xpath/IdFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/IdFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/IdFunction.Tpo" -c -o source/gnu/xml/xpath/IdFunction.lo `test -f 'source/gnu/xml/xpath/IdFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/IdFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/IdFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/IdFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/IdFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/IdFunction.java' object='source/gnu/xml/xpath/IdFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/IdFunction.lo `test -f 'source/gnu/xml/xpath/IdFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/IdFunction.java + + source/gnu/xml/xpath/LangFunction.lo: source/gnu/xml/xpath/LangFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/LangFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/LangFunction.Tpo" -c -o source/gnu/xml/xpath/LangFunction.lo `test -f 'source/gnu/xml/xpath/LangFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LangFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/LangFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/LangFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/LangFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/LangFunction.java' object='source/gnu/xml/xpath/LangFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/LangFunction.lo `test -f 'source/gnu/xml/xpath/LangFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LangFunction.java + + source/gnu/xml/xpath/LastFunction.lo: source/gnu/xml/xpath/LastFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/LastFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/LastFunction.Tpo" -c -o source/gnu/xml/xpath/LastFunction.lo `test -f 'source/gnu/xml/xpath/LastFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LastFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/LastFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/LastFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/LastFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/LastFunction.java' object='source/gnu/xml/xpath/LastFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/LastFunction.lo `test -f 'source/gnu/xml/xpath/LastFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LastFunction.java + + source/gnu/xml/xpath/LocalNameFunction.lo: source/gnu/xml/xpath/LocalNameFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/LocalNameFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/LocalNameFunction.Tpo" -c -o source/gnu/xml/xpath/LocalNameFunction.lo `test -f 'source/gnu/xml/xpath/LocalNameFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LocalNameFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/LocalNameFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/LocalNameFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/LocalNameFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/LocalNameFunction.java' object='source/gnu/xml/xpath/LocalNameFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/LocalNameFunction.lo `test -f 'source/gnu/xml/xpath/LocalNameFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/LocalNameFunction.java + + source/gnu/xml/xpath/NameFunction.lo: source/gnu/xml/xpath/NameFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NameFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NameFunction.Tpo" -c -o source/gnu/xml/xpath/NameFunction.lo `test -f 'source/gnu/xml/xpath/NameFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NameFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NameFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NameFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NameFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NameFunction.java' object='source/gnu/xml/xpath/NameFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NameFunction.lo `test -f 'source/gnu/xml/xpath/NameFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NameFunction.java + + source/gnu/xml/xpath/NamespaceUriFunction.lo: source/gnu/xml/xpath/NamespaceUriFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NamespaceUriFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NamespaceUriFunction.Tpo" -c -o source/gnu/xml/xpath/NamespaceUriFunction.lo `test -f 'source/gnu/xml/xpath/NamespaceUriFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NamespaceUriFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NamespaceUriFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NamespaceUriFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NamespaceUriFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NamespaceUriFunction.java' object='source/gnu/xml/xpath/NamespaceUriFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NamespaceUriFunction.lo `test -f 'source/gnu/xml/xpath/NamespaceUriFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NamespaceUriFunction.java + + source/gnu/xml/xpath/NormalizeSpaceFunction.lo: source/gnu/xml/xpath/NormalizeSpaceFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NormalizeSpaceFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NormalizeSpaceFunction.Tpo" -c -o source/gnu/xml/xpath/NormalizeSpaceFunction.lo `test -f 'source/gnu/xml/xpath/NormalizeSpaceFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NormalizeSpaceFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NormalizeSpaceFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NormalizeSpaceFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NormalizeSpaceFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NormalizeSpaceFunction.java' object='source/gnu/xml/xpath/NormalizeSpaceFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NormalizeSpaceFunction.lo `test -f 'source/gnu/xml/xpath/NormalizeSpaceFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NormalizeSpaceFunction.java + + source/gnu/xml/xpath/NotFunction.lo: source/gnu/xml/xpath/NotFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NotFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NotFunction.Tpo" -c -o source/gnu/xml/xpath/NotFunction.lo `test -f 'source/gnu/xml/xpath/NotFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NotFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NotFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NotFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NotFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NotFunction.java' object='source/gnu/xml/xpath/NotFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NotFunction.lo `test -f 'source/gnu/xml/xpath/NotFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NotFunction.java + + source/gnu/xml/xpath/NumberFunction.lo: source/gnu/xml/xpath/NumberFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NumberFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NumberFunction.Tpo" -c -o source/gnu/xml/xpath/NumberFunction.lo `test -f 'source/gnu/xml/xpath/NumberFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NumberFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NumberFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NumberFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NumberFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NumberFunction.java' object='source/gnu/xml/xpath/NumberFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NumberFunction.lo `test -f 'source/gnu/xml/xpath/NumberFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NumberFunction.java + + source/gnu/xml/xpath/PositionFunction.lo: source/gnu/xml/xpath/PositionFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/PositionFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/PositionFunction.Tpo" -c -o source/gnu/xml/xpath/PositionFunction.lo `test -f 'source/gnu/xml/xpath/PositionFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/PositionFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/PositionFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/PositionFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/PositionFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/PositionFunction.java' object='source/gnu/xml/xpath/PositionFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/PositionFunction.lo `test -f 'source/gnu/xml/xpath/PositionFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/PositionFunction.java + + source/gnu/xml/xpath/RoundFunction.lo: source/gnu/xml/xpath/RoundFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/RoundFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/RoundFunction.Tpo" -c -o source/gnu/xml/xpath/RoundFunction.lo `test -f 'source/gnu/xml/xpath/RoundFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/RoundFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/RoundFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/RoundFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/RoundFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/RoundFunction.java' object='source/gnu/xml/xpath/RoundFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/RoundFunction.lo `test -f 'source/gnu/xml/xpath/RoundFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/RoundFunction.java + + source/gnu/xml/xpath/StartsWithFunction.lo: source/gnu/xml/xpath/StartsWithFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/StartsWithFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/StartsWithFunction.Tpo" -c -o source/gnu/xml/xpath/StartsWithFunction.lo `test -f 'source/gnu/xml/xpath/StartsWithFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StartsWithFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/StartsWithFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/StartsWithFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/StartsWithFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/StartsWithFunction.java' object='source/gnu/xml/xpath/StartsWithFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/StartsWithFunction.lo `test -f 'source/gnu/xml/xpath/StartsWithFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StartsWithFunction.java + + source/gnu/xml/xpath/StringFunction.lo: source/gnu/xml/xpath/StringFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/StringFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/StringFunction.Tpo" -c -o source/gnu/xml/xpath/StringFunction.lo `test -f 'source/gnu/xml/xpath/StringFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StringFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/StringFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/StringFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/StringFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/StringFunction.java' object='source/gnu/xml/xpath/StringFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/StringFunction.lo `test -f 'source/gnu/xml/xpath/StringFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StringFunction.java + + source/gnu/xml/xpath/StringLengthFunction.lo: source/gnu/xml/xpath/StringLengthFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/StringLengthFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/StringLengthFunction.Tpo" -c -o source/gnu/xml/xpath/StringLengthFunction.lo `test -f 'source/gnu/xml/xpath/StringLengthFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StringLengthFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/StringLengthFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/StringLengthFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/StringLengthFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/StringLengthFunction.java' object='source/gnu/xml/xpath/StringLengthFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/StringLengthFunction.lo `test -f 'source/gnu/xml/xpath/StringLengthFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/StringLengthFunction.java + + source/gnu/xml/xpath/SubstringAfterFunction.lo: source/gnu/xml/xpath/SubstringAfterFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/SubstringAfterFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/SubstringAfterFunction.Tpo" -c -o source/gnu/xml/xpath/SubstringAfterFunction.lo `test -f 'source/gnu/xml/xpath/SubstringAfterFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringAfterFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringAfterFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/SubstringAfterFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringAfterFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/SubstringAfterFunction.java' object='source/gnu/xml/xpath/SubstringAfterFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/SubstringAfterFunction.lo `test -f 'source/gnu/xml/xpath/SubstringAfterFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringAfterFunction.java + + source/gnu/xml/xpath/SubstringBeforeFunction.lo: source/gnu/xml/xpath/SubstringBeforeFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/SubstringBeforeFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/SubstringBeforeFunction.Tpo" -c -o source/gnu/xml/xpath/SubstringBeforeFunction.lo `test -f 'source/gnu/xml/xpath/SubstringBeforeFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringBeforeFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringBeforeFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/SubstringBeforeFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringBeforeFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/SubstringBeforeFunction.java' object='source/gnu/xml/xpath/SubstringBeforeFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/SubstringBeforeFunction.lo `test -f 'source/gnu/xml/xpath/SubstringBeforeFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringBeforeFunction.java + + source/gnu/xml/xpath/SubstringFunction.lo: source/gnu/xml/xpath/SubstringFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/SubstringFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/SubstringFunction.Tpo" -c -o source/gnu/xml/xpath/SubstringFunction.lo `test -f 'source/gnu/xml/xpath/SubstringFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/SubstringFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/SubstringFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/SubstringFunction.java' object='source/gnu/xml/xpath/SubstringFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/SubstringFunction.lo `test -f 'source/gnu/xml/xpath/SubstringFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SubstringFunction.java + + source/gnu/xml/xpath/SumFunction.lo: source/gnu/xml/xpath/SumFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/SumFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/SumFunction.Tpo" -c -o source/gnu/xml/xpath/SumFunction.lo `test -f 'source/gnu/xml/xpath/SumFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SumFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/SumFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/SumFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/SumFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/SumFunction.java' object='source/gnu/xml/xpath/SumFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/SumFunction.lo `test -f 'source/gnu/xml/xpath/SumFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/SumFunction.java + + source/gnu/xml/xpath/TranslateFunction.lo: source/gnu/xml/xpath/TranslateFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/TranslateFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/TranslateFunction.Tpo" -c -o source/gnu/xml/xpath/TranslateFunction.lo `test -f 'source/gnu/xml/xpath/TranslateFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/TranslateFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/TranslateFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/TranslateFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/TranslateFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/TranslateFunction.java' object='source/gnu/xml/xpath/TranslateFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/TranslateFunction.lo `test -f 'source/gnu/xml/xpath/TranslateFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/TranslateFunction.java + + source/gnu/xml/xpath/TrueFunction.lo: source/gnu/xml/xpath/TrueFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/TrueFunction.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/TrueFunction.Tpo" -c -o source/gnu/xml/xpath/TrueFunction.lo `test -f 'source/gnu/xml/xpath/TrueFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/TrueFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/TrueFunction.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/TrueFunction.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/TrueFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/TrueFunction.java' object='source/gnu/xml/xpath/TrueFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/TrueFunction.lo `test -f 'source/gnu/xml/xpath/TrueFunction.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/TrueFunction.java + + source/gnu/xml/xpath/VariableReference.lo: source/gnu/xml/xpath/VariableReference.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/VariableReference.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/VariableReference.Tpo" -c -o source/gnu/xml/xpath/VariableReference.lo `test -f 'source/gnu/xml/xpath/VariableReference.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/VariableReference.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/VariableReference.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/VariableReference.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/VariableReference.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/VariableReference.java' object='source/gnu/xml/xpath/VariableReference.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/VariableReference.lo `test -f 'source/gnu/xml/xpath/VariableReference.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/VariableReference.java + + source/gnu/xml/xpath/XPathFactoryImpl.lo: source/gnu/xml/xpath/XPathFactoryImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/XPathFactoryImpl.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/XPathFactoryImpl.Tpo" -c -o source/gnu/xml/xpath/XPathFactoryImpl.lo `test -f 'source/gnu/xml/xpath/XPathFactoryImpl.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathFactoryImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/XPathFactoryImpl.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/XPathFactoryImpl.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/XPathFactoryImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/XPathFactoryImpl.java' object='source/gnu/xml/xpath/XPathFactoryImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/XPathFactoryImpl.lo `test -f 'source/gnu/xml/xpath/XPathFactoryImpl.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathFactoryImpl.java + + source/gnu/xml/xpath/XPathImpl.lo: source/gnu/xml/xpath/XPathImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/XPathImpl.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/XPathImpl.Tpo" -c -o source/gnu/xml/xpath/XPathImpl.lo `test -f 'source/gnu/xml/xpath/XPathImpl.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/XPathImpl.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/XPathImpl.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/XPathImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/XPathImpl.java' object='source/gnu/xml/xpath/XPathImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/XPathImpl.lo `test -f 'source/gnu/xml/xpath/XPathImpl.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathImpl.java + + source/gnu/xml/xpath/XPathTest.lo: source/gnu/xml/xpath/XPathTest.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/XPathTest.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/XPathTest.Tpo" -c -o source/gnu/xml/xpath/XPathTest.lo `test -f 'source/gnu/xml/xpath/XPathTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathTest.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/XPathTest.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/XPathTest.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/XPathTest.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/XPathTest.java' object='source/gnu/xml/xpath/XPathTest.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/XPathTest.lo `test -f 'source/gnu/xml/xpath/XPathTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/XPathTest.java + + source/gnu/xml/xpath/Pattern.lo: source/gnu/xml/xpath/Pattern.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Pattern.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Pattern.Tpo" -c -o source/gnu/xml/xpath/Pattern.lo `test -f 'source/gnu/xml/xpath/Pattern.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Pattern.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Pattern.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Pattern.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Pattern.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Pattern.java' object='source/gnu/xml/xpath/Pattern.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Pattern.lo `test -f 'source/gnu/xml/xpath/Pattern.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Pattern.java + + source/gnu/xml/xpath/Predicate.lo: source/gnu/xml/xpath/Predicate.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/Predicate.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/Predicate.Tpo" -c -o source/gnu/xml/xpath/Predicate.lo `test -f 'source/gnu/xml/xpath/Predicate.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Predicate.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/Predicate.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/Predicate.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/Predicate.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/Predicate.java' object='source/gnu/xml/xpath/Predicate.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/Predicate.lo `test -f 'source/gnu/xml/xpath/Predicate.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/Predicate.java + + source/gnu/xml/xpath/NamespaceTest.lo: source/gnu/xml/xpath/NamespaceTest.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/xpath/NamespaceTest.lo -MD -MP -MF "source/gnu/xml/xpath/$(DEPDIR)/NamespaceTest.Tpo" -c -o source/gnu/xml/xpath/NamespaceTest.lo `test -f 'source/gnu/xml/xpath/NamespaceTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NamespaceTest.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/xpath/$(DEPDIR)/NamespaceTest.Tpo" "source/gnu/xml/xpath/$(DEPDIR)/NamespaceTest.Plo"; else rm -f "source/gnu/xml/xpath/$(DEPDIR)/NamespaceTest.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/xpath/NamespaceTest.java' object='source/gnu/xml/xpath/NamespaceTest.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/xpath/NamespaceTest.lo `test -f 'source/gnu/xml/xpath/NamespaceTest.java' || echo '$(srcdir)/'`source/gnu/xml/xpath/NamespaceTest.java + + source/gnu/xml/transform/AbstractNumberNode.lo: source/gnu/xml/transform/AbstractNumberNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/AbstractNumberNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/AbstractNumberNode.Tpo" -c -o source/gnu/xml/transform/AbstractNumberNode.lo `test -f 'source/gnu/xml/transform/AbstractNumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AbstractNumberNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/AbstractNumberNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/AbstractNumberNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/AbstractNumberNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/AbstractNumberNode.java' object='source/gnu/xml/transform/AbstractNumberNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/AbstractNumberNode.lo `test -f 'source/gnu/xml/transform/AbstractNumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AbstractNumberNode.java + + source/gnu/xml/transform/ApplyTemplatesNode.lo: source/gnu/xml/transform/ApplyTemplatesNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ApplyTemplatesNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ApplyTemplatesNode.Tpo" -c -o source/gnu/xml/transform/ApplyTemplatesNode.lo `test -f 'source/gnu/xml/transform/ApplyTemplatesNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ApplyTemplatesNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ApplyTemplatesNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ApplyTemplatesNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ApplyTemplatesNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ApplyTemplatesNode.java' object='source/gnu/xml/transform/ApplyTemplatesNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ApplyTemplatesNode.lo `test -f 'source/gnu/xml/transform/ApplyTemplatesNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ApplyTemplatesNode.java + + source/gnu/xml/transform/AttributeNode.lo: source/gnu/xml/transform/AttributeNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/AttributeNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/AttributeNode.Tpo" -c -o source/gnu/xml/transform/AttributeNode.lo `test -f 'source/gnu/xml/transform/AttributeNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AttributeNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/AttributeNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/AttributeNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/AttributeNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/AttributeNode.java' object='source/gnu/xml/transform/AttributeNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/AttributeNode.lo `test -f 'source/gnu/xml/transform/AttributeNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AttributeNode.java + + source/gnu/xml/transform/Bindings.lo: source/gnu/xml/transform/Bindings.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/Bindings.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/Bindings.Tpo" -c -o source/gnu/xml/transform/Bindings.lo `test -f 'source/gnu/xml/transform/Bindings.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Bindings.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/Bindings.Tpo" "source/gnu/xml/transform/$(DEPDIR)/Bindings.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/Bindings.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/Bindings.java' object='source/gnu/xml/transform/Bindings.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/Bindings.lo `test -f 'source/gnu/xml/transform/Bindings.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Bindings.java + + source/gnu/xml/transform/CallTemplateNode.lo: source/gnu/xml/transform/CallTemplateNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/CallTemplateNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/CallTemplateNode.Tpo" -c -o source/gnu/xml/transform/CallTemplateNode.lo `test -f 'source/gnu/xml/transform/CallTemplateNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CallTemplateNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/CallTemplateNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/CallTemplateNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/CallTemplateNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/CallTemplateNode.java' object='source/gnu/xml/transform/CallTemplateNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/CallTemplateNode.lo `test -f 'source/gnu/xml/transform/CallTemplateNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CallTemplateNode.java + + source/gnu/xml/transform/ChooseNode.lo: source/gnu/xml/transform/ChooseNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ChooseNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ChooseNode.Tpo" -c -o source/gnu/xml/transform/ChooseNode.lo `test -f 'source/gnu/xml/transform/ChooseNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ChooseNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ChooseNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ChooseNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ChooseNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ChooseNode.java' object='source/gnu/xml/transform/ChooseNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ChooseNode.lo `test -f 'source/gnu/xml/transform/ChooseNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ChooseNode.java + + source/gnu/xml/transform/CommentNode.lo: source/gnu/xml/transform/CommentNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/CommentNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/CommentNode.Tpo" -c -o source/gnu/xml/transform/CommentNode.lo `test -f 'source/gnu/xml/transform/CommentNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CommentNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/CommentNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/CommentNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/CommentNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/CommentNode.java' object='source/gnu/xml/transform/CommentNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/CommentNode.lo `test -f 'source/gnu/xml/transform/CommentNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CommentNode.java + + source/gnu/xml/transform/CopyNode.lo: source/gnu/xml/transform/CopyNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/CopyNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/CopyNode.Tpo" -c -o source/gnu/xml/transform/CopyNode.lo `test -f 'source/gnu/xml/transform/CopyNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CopyNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/CopyNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/CopyNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/CopyNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/CopyNode.java' object='source/gnu/xml/transform/CopyNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/CopyNode.lo `test -f 'source/gnu/xml/transform/CopyNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CopyNode.java + + source/gnu/xml/transform/CopyOfNode.lo: source/gnu/xml/transform/CopyOfNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/CopyOfNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/CopyOfNode.Tpo" -c -o source/gnu/xml/transform/CopyOfNode.lo `test -f 'source/gnu/xml/transform/CopyOfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CopyOfNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/CopyOfNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/CopyOfNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/CopyOfNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/CopyOfNode.java' object='source/gnu/xml/transform/CopyOfNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/CopyOfNode.lo `test -f 'source/gnu/xml/transform/CopyOfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CopyOfNode.java + + source/gnu/xml/transform/DOMSourceLocator.lo: source/gnu/xml/transform/DOMSourceLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/DOMSourceLocator.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/DOMSourceLocator.Tpo" -c -o source/gnu/xml/transform/DOMSourceLocator.lo `test -f 'source/gnu/xml/transform/DOMSourceLocator.java' || echo '$(srcdir)/'`source/gnu/xml/transform/DOMSourceLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/DOMSourceLocator.Tpo" "source/gnu/xml/transform/$(DEPDIR)/DOMSourceLocator.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/DOMSourceLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/DOMSourceLocator.java' object='source/gnu/xml/transform/DOMSourceLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/DOMSourceLocator.lo `test -f 'source/gnu/xml/transform/DOMSourceLocator.java' || echo '$(srcdir)/'`source/gnu/xml/transform/DOMSourceLocator.java + + source/gnu/xml/transform/DocumentFunction.lo: source/gnu/xml/transform/DocumentFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/DocumentFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/DocumentFunction.Tpo" -c -o source/gnu/xml/transform/DocumentFunction.lo `test -f 'source/gnu/xml/transform/DocumentFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/DocumentFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/DocumentFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/DocumentFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/DocumentFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/DocumentFunction.java' object='source/gnu/xml/transform/DocumentFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/DocumentFunction.lo `test -f 'source/gnu/xml/transform/DocumentFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/DocumentFunction.java + + source/gnu/xml/transform/ElementNode.lo: source/gnu/xml/transform/ElementNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ElementNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ElementNode.Tpo" -c -o source/gnu/xml/transform/ElementNode.lo `test -f 'source/gnu/xml/transform/ElementNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ElementNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ElementNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ElementNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ElementNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ElementNode.java' object='source/gnu/xml/transform/ElementNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ElementNode.lo `test -f 'source/gnu/xml/transform/ElementNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ElementNode.java + + source/gnu/xml/transform/ForEachNode.lo: source/gnu/xml/transform/ForEachNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ForEachNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ForEachNode.Tpo" -c -o source/gnu/xml/transform/ForEachNode.lo `test -f 'source/gnu/xml/transform/ForEachNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ForEachNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ForEachNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ForEachNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ForEachNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ForEachNode.java' object='source/gnu/xml/transform/ForEachNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ForEachNode.lo `test -f 'source/gnu/xml/transform/ForEachNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ForEachNode.java + + source/gnu/xml/transform/ErrorListenerErrorHandler.lo: source/gnu/xml/transform/ErrorListenerErrorHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ErrorListenerErrorHandler.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo" -c -o source/gnu/xml/transform/ErrorListenerErrorHandler.lo `test -f 'source/gnu/xml/transform/ErrorListenerErrorHandler.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ErrorListenerErrorHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ErrorListenerErrorHandler.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ErrorListenerErrorHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ErrorListenerErrorHandler.java' object='source/gnu/xml/transform/ErrorListenerErrorHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ErrorListenerErrorHandler.lo `test -f 'source/gnu/xml/transform/ErrorListenerErrorHandler.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ErrorListenerErrorHandler.java + + source/gnu/xml/transform/IfNode.lo: source/gnu/xml/transform/IfNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/IfNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/IfNode.Tpo" -c -o source/gnu/xml/transform/IfNode.lo `test -f 'source/gnu/xml/transform/IfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/IfNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/IfNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/IfNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/IfNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/IfNode.java' object='source/gnu/xml/transform/IfNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/IfNode.lo `test -f 'source/gnu/xml/transform/IfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/IfNode.java + + source/gnu/xml/transform/KeyFunction.lo: source/gnu/xml/transform/KeyFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/KeyFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/KeyFunction.Tpo" -c -o source/gnu/xml/transform/KeyFunction.lo `test -f 'source/gnu/xml/transform/KeyFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/KeyFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/KeyFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/KeyFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/KeyFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/KeyFunction.java' object='source/gnu/xml/transform/KeyFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/KeyFunction.lo `test -f 'source/gnu/xml/transform/KeyFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/KeyFunction.java + + source/gnu/xml/transform/LiteralNode.lo: source/gnu/xml/transform/LiteralNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/LiteralNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/LiteralNode.Tpo" -c -o source/gnu/xml/transform/LiteralNode.lo `test -f 'source/gnu/xml/transform/LiteralNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/LiteralNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/LiteralNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/LiteralNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/LiteralNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/LiteralNode.java' object='source/gnu/xml/transform/LiteralNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/LiteralNode.lo `test -f 'source/gnu/xml/transform/LiteralNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/LiteralNode.java + + source/gnu/xml/transform/NodeNumberNode.lo: source/gnu/xml/transform/NodeNumberNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/NodeNumberNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/NodeNumberNode.Tpo" -c -o source/gnu/xml/transform/NodeNumberNode.lo `test -f 'source/gnu/xml/transform/NodeNumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/NodeNumberNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/NodeNumberNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/NodeNumberNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/NodeNumberNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/NodeNumberNode.java' object='source/gnu/xml/transform/NodeNumberNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/NodeNumberNode.lo `test -f 'source/gnu/xml/transform/NodeNumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/NodeNumberNode.java + + source/gnu/xml/transform/NumberNode.lo: source/gnu/xml/transform/NumberNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/NumberNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/NumberNode.Tpo" -c -o source/gnu/xml/transform/NumberNode.lo `test -f 'source/gnu/xml/transform/NumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/NumberNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/NumberNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/NumberNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/NumberNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/NumberNode.java' object='source/gnu/xml/transform/NumberNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/NumberNode.lo `test -f 'source/gnu/xml/transform/NumberNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/NumberNode.java + + source/gnu/xml/transform/OtherwiseNode.lo: source/gnu/xml/transform/OtherwiseNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/OtherwiseNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/OtherwiseNode.Tpo" -c -o source/gnu/xml/transform/OtherwiseNode.lo `test -f 'source/gnu/xml/transform/OtherwiseNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/OtherwiseNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/OtherwiseNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/OtherwiseNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/OtherwiseNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/OtherwiseNode.java' object='source/gnu/xml/transform/OtherwiseNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/OtherwiseNode.lo `test -f 'source/gnu/xml/transform/OtherwiseNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/OtherwiseNode.java + + source/gnu/xml/transform/ParameterNode.lo: source/gnu/xml/transform/ParameterNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ParameterNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ParameterNode.Tpo" -c -o source/gnu/xml/transform/ParameterNode.lo `test -f 'source/gnu/xml/transform/ParameterNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ParameterNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ParameterNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ParameterNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ParameterNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ParameterNode.java' object='source/gnu/xml/transform/ParameterNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ParameterNode.lo `test -f 'source/gnu/xml/transform/ParameterNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ParameterNode.java + + source/gnu/xml/transform/ProcessingInstructionNode.lo: source/gnu/xml/transform/ProcessingInstructionNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ProcessingInstructionNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ProcessingInstructionNode.Tpo" -c -o source/gnu/xml/transform/ProcessingInstructionNode.lo `test -f 'source/gnu/xml/transform/ProcessingInstructionNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ProcessingInstructionNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ProcessingInstructionNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ProcessingInstructionNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ProcessingInstructionNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ProcessingInstructionNode.java' object='source/gnu/xml/transform/ProcessingInstructionNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ProcessingInstructionNode.lo `test -f 'source/gnu/xml/transform/ProcessingInstructionNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ProcessingInstructionNode.java + + source/gnu/xml/transform/SAXSerializer.lo: source/gnu/xml/transform/SAXSerializer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/SAXSerializer.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/SAXSerializer.Tpo" -c -o source/gnu/xml/transform/SAXSerializer.lo `test -f 'source/gnu/xml/transform/SAXSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SAXSerializer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/SAXSerializer.Tpo" "source/gnu/xml/transform/$(DEPDIR)/SAXSerializer.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/SAXSerializer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/SAXSerializer.java' object='source/gnu/xml/transform/SAXSerializer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/SAXSerializer.lo `test -f 'source/gnu/xml/transform/SAXSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SAXSerializer.java + + source/gnu/xml/transform/SortKey.lo: source/gnu/xml/transform/SortKey.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/SortKey.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/SortKey.Tpo" -c -o source/gnu/xml/transform/SortKey.lo `test -f 'source/gnu/xml/transform/SortKey.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SortKey.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/SortKey.Tpo" "source/gnu/xml/transform/$(DEPDIR)/SortKey.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/SortKey.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/SortKey.java' object='source/gnu/xml/transform/SortKey.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/SortKey.lo `test -f 'source/gnu/xml/transform/SortKey.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SortKey.java + + source/gnu/xml/transform/StreamSerializer.lo: source/gnu/xml/transform/StreamSerializer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/StreamSerializer.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/StreamSerializer.Tpo" -c -o source/gnu/xml/transform/StreamSerializer.lo `test -f 'source/gnu/xml/transform/StreamSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/transform/StreamSerializer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/StreamSerializer.Tpo" "source/gnu/xml/transform/$(DEPDIR)/StreamSerializer.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/StreamSerializer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/StreamSerializer.java' object='source/gnu/xml/transform/StreamSerializer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/StreamSerializer.lo `test -f 'source/gnu/xml/transform/StreamSerializer.java' || echo '$(srcdir)/'`source/gnu/xml/transform/StreamSerializer.java + + source/gnu/xml/transform/Stylesheet.lo: source/gnu/xml/transform/Stylesheet.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/Stylesheet.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/Stylesheet.Tpo" -c -o source/gnu/xml/transform/Stylesheet.lo `test -f 'source/gnu/xml/transform/Stylesheet.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Stylesheet.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/Stylesheet.Tpo" "source/gnu/xml/transform/$(DEPDIR)/Stylesheet.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/Stylesheet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/Stylesheet.java' object='source/gnu/xml/transform/Stylesheet.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/Stylesheet.lo `test -f 'source/gnu/xml/transform/Stylesheet.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Stylesheet.java + + source/gnu/xml/transform/Template.lo: source/gnu/xml/transform/Template.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/Template.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/Template.Tpo" -c -o source/gnu/xml/transform/Template.lo `test -f 'source/gnu/xml/transform/Template.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Template.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/Template.Tpo" "source/gnu/xml/transform/$(DEPDIR)/Template.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/Template.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/Template.java' object='source/gnu/xml/transform/Template.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/Template.lo `test -f 'source/gnu/xml/transform/Template.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Template.java + + source/gnu/xml/transform/TemplateNode.lo: source/gnu/xml/transform/TemplateNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/TemplateNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/TemplateNode.Tpo" -c -o source/gnu/xml/transform/TemplateNode.lo `test -f 'source/gnu/xml/transform/TemplateNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TemplateNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/TemplateNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/TemplateNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/TemplateNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/TemplateNode.java' object='source/gnu/xml/transform/TemplateNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/TemplateNode.lo `test -f 'source/gnu/xml/transform/TemplateNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TemplateNode.java + + source/gnu/xml/transform/TemplatesImpl.lo: source/gnu/xml/transform/TemplatesImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/TemplatesImpl.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/TemplatesImpl.Tpo" -c -o source/gnu/xml/transform/TemplatesImpl.lo `test -f 'source/gnu/xml/transform/TemplatesImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TemplatesImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/TemplatesImpl.Tpo" "source/gnu/xml/transform/$(DEPDIR)/TemplatesImpl.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/TemplatesImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/TemplatesImpl.java' object='source/gnu/xml/transform/TemplatesImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/TemplatesImpl.lo `test -f 'source/gnu/xml/transform/TemplatesImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TemplatesImpl.java + + source/gnu/xml/transform/TextNode.lo: source/gnu/xml/transform/TextNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/TextNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/TextNode.Tpo" -c -o source/gnu/xml/transform/TextNode.lo `test -f 'source/gnu/xml/transform/TextNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TextNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/TextNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/TextNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/TextNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/TextNode.java' object='source/gnu/xml/transform/TextNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/TextNode.lo `test -f 'source/gnu/xml/transform/TextNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TextNode.java + + source/gnu/xml/transform/TransformerFactoryImpl.lo: source/gnu/xml/transform/TransformerFactoryImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/TransformerFactoryImpl.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/TransformerFactoryImpl.Tpo" -c -o source/gnu/xml/transform/TransformerFactoryImpl.lo `test -f 'source/gnu/xml/transform/TransformerFactoryImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TransformerFactoryImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/TransformerFactoryImpl.Tpo" "source/gnu/xml/transform/$(DEPDIR)/TransformerFactoryImpl.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/TransformerFactoryImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/TransformerFactoryImpl.java' object='source/gnu/xml/transform/TransformerFactoryImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/TransformerFactoryImpl.lo `test -f 'source/gnu/xml/transform/TransformerFactoryImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TransformerFactoryImpl.java + + source/gnu/xml/transform/TransformerImpl.lo: source/gnu/xml/transform/TransformerImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/TransformerImpl.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/TransformerImpl.Tpo" -c -o source/gnu/xml/transform/TransformerImpl.lo `test -f 'source/gnu/xml/transform/TransformerImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TransformerImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/TransformerImpl.Tpo" "source/gnu/xml/transform/$(DEPDIR)/TransformerImpl.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/TransformerImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/TransformerImpl.java' object='source/gnu/xml/transform/TransformerImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/TransformerImpl.lo `test -f 'source/gnu/xml/transform/TransformerImpl.java' || echo '$(srcdir)/'`source/gnu/xml/transform/TransformerImpl.java + + source/gnu/xml/transform/URIResolverEntityResolver.lo: source/gnu/xml/transform/URIResolverEntityResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/URIResolverEntityResolver.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo" -c -o source/gnu/xml/transform/URIResolverEntityResolver.lo `test -f 'source/gnu/xml/transform/URIResolverEntityResolver.java' || echo '$(srcdir)/'`source/gnu/xml/transform/URIResolverEntityResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo" "source/gnu/xml/transform/$(DEPDIR)/URIResolverEntityResolver.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/URIResolverEntityResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/URIResolverEntityResolver.java' object='source/gnu/xml/transform/URIResolverEntityResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/URIResolverEntityResolver.lo `test -f 'source/gnu/xml/transform/URIResolverEntityResolver.java' || echo '$(srcdir)/'`source/gnu/xml/transform/URIResolverEntityResolver.java + + source/gnu/xml/transform/ValueOfNode.lo: source/gnu/xml/transform/ValueOfNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/ValueOfNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/ValueOfNode.Tpo" -c -o source/gnu/xml/transform/ValueOfNode.lo `test -f 'source/gnu/xml/transform/ValueOfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ValueOfNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/ValueOfNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/ValueOfNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/ValueOfNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/ValueOfNode.java' object='source/gnu/xml/transform/ValueOfNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/ValueOfNode.lo `test -f 'source/gnu/xml/transform/ValueOfNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/ValueOfNode.java + + source/gnu/xml/transform/WhenNode.lo: source/gnu/xml/transform/WhenNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/WhenNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/WhenNode.Tpo" -c -o source/gnu/xml/transform/WhenNode.lo `test -f 'source/gnu/xml/transform/WhenNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/WhenNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/WhenNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/WhenNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/WhenNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/WhenNode.java' object='source/gnu/xml/transform/WhenNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/WhenNode.lo `test -f 'source/gnu/xml/transform/WhenNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/WhenNode.java + + source/gnu/xml/transform/WithParam.lo: source/gnu/xml/transform/WithParam.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/WithParam.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/WithParam.Tpo" -c -o source/gnu/xml/transform/WithParam.lo `test -f 'source/gnu/xml/transform/WithParam.java' || echo '$(srcdir)/'`source/gnu/xml/transform/WithParam.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/WithParam.Tpo" "source/gnu/xml/transform/$(DEPDIR)/WithParam.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/WithParam.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/WithParam.java' object='source/gnu/xml/transform/WithParam.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/WithParam.lo `test -f 'source/gnu/xml/transform/WithParam.java' || echo '$(srcdir)/'`source/gnu/xml/transform/WithParam.java + + source/gnu/xml/transform/XSLComparator.lo: source/gnu/xml/transform/XSLComparator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/XSLComparator.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/XSLComparator.Tpo" -c -o source/gnu/xml/transform/XSLComparator.lo `test -f 'source/gnu/xml/transform/XSLComparator.java' || echo '$(srcdir)/'`source/gnu/xml/transform/XSLComparator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/XSLComparator.Tpo" "source/gnu/xml/transform/$(DEPDIR)/XSLComparator.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/XSLComparator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/XSLComparator.java' object='source/gnu/xml/transform/XSLComparator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/XSLComparator.lo `test -f 'source/gnu/xml/transform/XSLComparator.java' || echo '$(srcdir)/'`source/gnu/xml/transform/XSLComparator.java + + source/gnu/xml/transform/XSLURIResolver.lo: source/gnu/xml/transform/XSLURIResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/XSLURIResolver.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/XSLURIResolver.Tpo" -c -o source/gnu/xml/transform/XSLURIResolver.lo `test -f 'source/gnu/xml/transform/XSLURIResolver.java' || echo '$(srcdir)/'`source/gnu/xml/transform/XSLURIResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/XSLURIResolver.Tpo" "source/gnu/xml/transform/$(DEPDIR)/XSLURIResolver.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/XSLURIResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/XSLURIResolver.java' object='source/gnu/xml/transform/XSLURIResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/XSLURIResolver.lo `test -f 'source/gnu/xml/transform/XSLURIResolver.java' || echo '$(srcdir)/'`source/gnu/xml/transform/XSLURIResolver.java + + source/gnu/xml/transform/CurrentFunction.lo: source/gnu/xml/transform/CurrentFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/CurrentFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/CurrentFunction.Tpo" -c -o source/gnu/xml/transform/CurrentFunction.lo `test -f 'source/gnu/xml/transform/CurrentFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CurrentFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/CurrentFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/CurrentFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/CurrentFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/CurrentFunction.java' object='source/gnu/xml/transform/CurrentFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/CurrentFunction.lo `test -f 'source/gnu/xml/transform/CurrentFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/CurrentFunction.java + + source/gnu/xml/transform/FormatNumberFunction.lo: source/gnu/xml/transform/FormatNumberFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/FormatNumberFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/FormatNumberFunction.Tpo" -c -o source/gnu/xml/transform/FormatNumberFunction.lo `test -f 'source/gnu/xml/transform/FormatNumberFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/FormatNumberFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/FormatNumberFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/FormatNumberFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/FormatNumberFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/FormatNumberFunction.java' object='source/gnu/xml/transform/FormatNumberFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/FormatNumberFunction.lo `test -f 'source/gnu/xml/transform/FormatNumberFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/FormatNumberFunction.java + + source/gnu/xml/transform/GenerateIdFunction.lo: source/gnu/xml/transform/GenerateIdFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/GenerateIdFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/GenerateIdFunction.Tpo" -c -o source/gnu/xml/transform/GenerateIdFunction.lo `test -f 'source/gnu/xml/transform/GenerateIdFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/GenerateIdFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/GenerateIdFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/GenerateIdFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/GenerateIdFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/GenerateIdFunction.java' object='source/gnu/xml/transform/GenerateIdFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/GenerateIdFunction.lo `test -f 'source/gnu/xml/transform/GenerateIdFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/GenerateIdFunction.java + + source/gnu/xml/transform/SystemPropertyFunction.lo: source/gnu/xml/transform/SystemPropertyFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/SystemPropertyFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/SystemPropertyFunction.Tpo" -c -o source/gnu/xml/transform/SystemPropertyFunction.lo `test -f 'source/gnu/xml/transform/SystemPropertyFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SystemPropertyFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/SystemPropertyFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/SystemPropertyFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/SystemPropertyFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/SystemPropertyFunction.java' object='source/gnu/xml/transform/SystemPropertyFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/SystemPropertyFunction.lo `test -f 'source/gnu/xml/transform/SystemPropertyFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/SystemPropertyFunction.java + + source/gnu/xml/transform/UnparsedEntityUriFunction.lo: source/gnu/xml/transform/UnparsedEntityUriFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/UnparsedEntityUriFunction.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/UnparsedEntityUriFunction.Tpo" -c -o source/gnu/xml/transform/UnparsedEntityUriFunction.lo `test -f 'source/gnu/xml/transform/UnparsedEntityUriFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/UnparsedEntityUriFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/UnparsedEntityUriFunction.Tpo" "source/gnu/xml/transform/$(DEPDIR)/UnparsedEntityUriFunction.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/UnparsedEntityUriFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/UnparsedEntityUriFunction.java' object='source/gnu/xml/transform/UnparsedEntityUriFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/UnparsedEntityUriFunction.lo `test -f 'source/gnu/xml/transform/UnparsedEntityUriFunction.java' || echo '$(srcdir)/'`source/gnu/xml/transform/UnparsedEntityUriFunction.java + + source/gnu/xml/transform/MessageNode.lo: source/gnu/xml/transform/MessageNode.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/MessageNode.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/MessageNode.Tpo" -c -o source/gnu/xml/transform/MessageNode.lo `test -f 'source/gnu/xml/transform/MessageNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/MessageNode.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/MessageNode.Tpo" "source/gnu/xml/transform/$(DEPDIR)/MessageNode.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/MessageNode.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/MessageNode.java' object='source/gnu/xml/transform/MessageNode.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/MessageNode.lo `test -f 'source/gnu/xml/transform/MessageNode.java' || echo '$(srcdir)/'`source/gnu/xml/transform/MessageNode.java + + source/gnu/xml/transform/AttributeSet.lo: source/gnu/xml/transform/AttributeSet.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/AttributeSet.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/AttributeSet.Tpo" -c -o source/gnu/xml/transform/AttributeSet.lo `test -f 'source/gnu/xml/transform/AttributeSet.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AttributeSet.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/AttributeSet.Tpo" "source/gnu/xml/transform/$(DEPDIR)/AttributeSet.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/AttributeSet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/AttributeSet.java' object='source/gnu/xml/transform/AttributeSet.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/AttributeSet.lo `test -f 'source/gnu/xml/transform/AttributeSet.java' || echo '$(srcdir)/'`source/gnu/xml/transform/AttributeSet.java + + source/gnu/xml/transform/Key.lo: source/gnu/xml/transform/Key.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/gnu/xml/transform/Key.lo -MD -MP -MF "source/gnu/xml/transform/$(DEPDIR)/Key.Tpo" -c -o source/gnu/xml/transform/Key.lo `test -f 'source/gnu/xml/transform/Key.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Key.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/gnu/xml/transform/$(DEPDIR)/Key.Tpo" "source/gnu/xml/transform/$(DEPDIR)/Key.Plo"; else rm -f "source/gnu/xml/transform/$(DEPDIR)/Key.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/gnu/xml/transform/Key.java' object='source/gnu/xml/transform/Key.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/gnu/xml/transform/Key.lo `test -f 'source/gnu/xml/transform/Key.java' || echo '$(srcdir)/'`source/gnu/xml/transform/Key.java + + source/javax/xml/datatype/DatatypeConfigurationException.lo: source/javax/xml/datatype/DatatypeConfigurationException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/datatype/DatatypeConfigurationException.lo -MD -MP -MF "source/javax/xml/datatype/$(DEPDIR)/DatatypeConfigurationException.Tpo" -c -o source/javax/xml/datatype/DatatypeConfigurationException.lo `test -f 'source/javax/xml/datatype/DatatypeConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeConfigurationException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeConfigurationException.Tpo" "source/javax/xml/datatype/$(DEPDIR)/DatatypeConfigurationException.Plo"; else rm -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeConfigurationException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/datatype/DatatypeConfigurationException.java' object='source/javax/xml/datatype/DatatypeConfigurationException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/datatype/DatatypeConfigurationException.lo `test -f 'source/javax/xml/datatype/DatatypeConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeConfigurationException.java + + source/javax/xml/datatype/DatatypeConstants.lo: source/javax/xml/datatype/DatatypeConstants.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/datatype/DatatypeConstants.lo -MD -MP -MF "source/javax/xml/datatype/$(DEPDIR)/DatatypeConstants.Tpo" -c -o source/javax/xml/datatype/DatatypeConstants.lo `test -f 'source/javax/xml/datatype/DatatypeConstants.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeConstants.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeConstants.Tpo" "source/javax/xml/datatype/$(DEPDIR)/DatatypeConstants.Plo"; else rm -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeConstants.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/datatype/DatatypeConstants.java' object='source/javax/xml/datatype/DatatypeConstants.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/datatype/DatatypeConstants.lo `test -f 'source/javax/xml/datatype/DatatypeConstants.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeConstants.java + + source/javax/xml/datatype/DatatypeFactory.lo: source/javax/xml/datatype/DatatypeFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/datatype/DatatypeFactory.lo -MD -MP -MF "source/javax/xml/datatype/$(DEPDIR)/DatatypeFactory.Tpo" -c -o source/javax/xml/datatype/DatatypeFactory.lo `test -f 'source/javax/xml/datatype/DatatypeFactory.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeFactory.Tpo" "source/javax/xml/datatype/$(DEPDIR)/DatatypeFactory.Plo"; else rm -f "source/javax/xml/datatype/$(DEPDIR)/DatatypeFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/datatype/DatatypeFactory.java' object='source/javax/xml/datatype/DatatypeFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/datatype/DatatypeFactory.lo `test -f 'source/javax/xml/datatype/DatatypeFactory.java' || echo '$(srcdir)/'`source/javax/xml/datatype/DatatypeFactory.java + + source/javax/xml/datatype/Duration.lo: source/javax/xml/datatype/Duration.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/datatype/Duration.lo -MD -MP -MF "source/javax/xml/datatype/$(DEPDIR)/Duration.Tpo" -c -o source/javax/xml/datatype/Duration.lo `test -f 'source/javax/xml/datatype/Duration.java' || echo '$(srcdir)/'`source/javax/xml/datatype/Duration.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/datatype/$(DEPDIR)/Duration.Tpo" "source/javax/xml/datatype/$(DEPDIR)/Duration.Plo"; else rm -f "source/javax/xml/datatype/$(DEPDIR)/Duration.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/datatype/Duration.java' object='source/javax/xml/datatype/Duration.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/datatype/Duration.lo `test -f 'source/javax/xml/datatype/Duration.java' || echo '$(srcdir)/'`source/javax/xml/datatype/Duration.java + + source/javax/xml/datatype/XMLGregorianCalendar.lo: source/javax/xml/datatype/XMLGregorianCalendar.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/datatype/XMLGregorianCalendar.lo -MD -MP -MF "source/javax/xml/datatype/$(DEPDIR)/XMLGregorianCalendar.Tpo" -c -o source/javax/xml/datatype/XMLGregorianCalendar.lo `test -f 'source/javax/xml/datatype/XMLGregorianCalendar.java' || echo '$(srcdir)/'`source/javax/xml/datatype/XMLGregorianCalendar.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/datatype/$(DEPDIR)/XMLGregorianCalendar.Tpo" "source/javax/xml/datatype/$(DEPDIR)/XMLGregorianCalendar.Plo"; else rm -f "source/javax/xml/datatype/$(DEPDIR)/XMLGregorianCalendar.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/datatype/XMLGregorianCalendar.java' object='source/javax/xml/datatype/XMLGregorianCalendar.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/datatype/XMLGregorianCalendar.lo `test -f 'source/javax/xml/datatype/XMLGregorianCalendar.java' || echo '$(srcdir)/'`source/javax/xml/datatype/XMLGregorianCalendar.java + + source/javax/xml/XMLConstants.lo: source/javax/xml/XMLConstants.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/XMLConstants.lo -MD -MP -MF "source/javax/xml/$(DEPDIR)/XMLConstants.Tpo" -c -o source/javax/xml/XMLConstants.lo `test -f 'source/javax/xml/XMLConstants.java' || echo '$(srcdir)/'`source/javax/xml/XMLConstants.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/$(DEPDIR)/XMLConstants.Tpo" "source/javax/xml/$(DEPDIR)/XMLConstants.Plo"; else rm -f "source/javax/xml/$(DEPDIR)/XMLConstants.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/XMLConstants.java' object='source/javax/xml/XMLConstants.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/XMLConstants.lo `test -f 'source/javax/xml/XMLConstants.java' || echo '$(srcdir)/'`source/javax/xml/XMLConstants.java + + source/javax/xml/namespace/NamespaceContext.lo: source/javax/xml/namespace/NamespaceContext.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/namespace/NamespaceContext.lo -MD -MP -MF "source/javax/xml/namespace/$(DEPDIR)/NamespaceContext.Tpo" -c -o source/javax/xml/namespace/NamespaceContext.lo `test -f 'source/javax/xml/namespace/NamespaceContext.java' || echo '$(srcdir)/'`source/javax/xml/namespace/NamespaceContext.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/namespace/$(DEPDIR)/NamespaceContext.Tpo" "source/javax/xml/namespace/$(DEPDIR)/NamespaceContext.Plo"; else rm -f "source/javax/xml/namespace/$(DEPDIR)/NamespaceContext.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/namespace/NamespaceContext.java' object='source/javax/xml/namespace/NamespaceContext.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/namespace/NamespaceContext.lo `test -f 'source/javax/xml/namespace/NamespaceContext.java' || echo '$(srcdir)/'`source/javax/xml/namespace/NamespaceContext.java + + source/javax/xml/namespace/QName.lo: source/javax/xml/namespace/QName.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/namespace/QName.lo -MD -MP -MF "source/javax/xml/namespace/$(DEPDIR)/QName.Tpo" -c -o source/javax/xml/namespace/QName.lo `test -f 'source/javax/xml/namespace/QName.java' || echo '$(srcdir)/'`source/javax/xml/namespace/QName.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/namespace/$(DEPDIR)/QName.Tpo" "source/javax/xml/namespace/$(DEPDIR)/QName.Plo"; else rm -f "source/javax/xml/namespace/$(DEPDIR)/QName.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/namespace/QName.java' object='source/javax/xml/namespace/QName.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/namespace/QName.lo `test -f 'source/javax/xml/namespace/QName.java' || echo '$(srcdir)/'`source/javax/xml/namespace/QName.java + + source/javax/xml/parsers/DocumentBuilder.lo: source/javax/xml/parsers/DocumentBuilder.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/DocumentBuilder.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilder.Tpo" -c -o source/javax/xml/parsers/DocumentBuilder.lo `test -f 'source/javax/xml/parsers/DocumentBuilder.java' || echo '$(srcdir)/'`source/javax/xml/parsers/DocumentBuilder.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilder.Tpo" "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilder.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilder.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/DocumentBuilder.java' object='source/javax/xml/parsers/DocumentBuilder.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/DocumentBuilder.lo `test -f 'source/javax/xml/parsers/DocumentBuilder.java' || echo '$(srcdir)/'`source/javax/xml/parsers/DocumentBuilder.java + + source/javax/xml/parsers/DocumentBuilderFactory.lo: source/javax/xml/parsers/DocumentBuilderFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/DocumentBuilderFactory.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilderFactory.Tpo" -c -o source/javax/xml/parsers/DocumentBuilderFactory.lo `test -f 'source/javax/xml/parsers/DocumentBuilderFactory.java' || echo '$(srcdir)/'`source/javax/xml/parsers/DocumentBuilderFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilderFactory.Tpo" "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilderFactory.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/DocumentBuilderFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/DocumentBuilderFactory.java' object='source/javax/xml/parsers/DocumentBuilderFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/DocumentBuilderFactory.lo `test -f 'source/javax/xml/parsers/DocumentBuilderFactory.java' || echo '$(srcdir)/'`source/javax/xml/parsers/DocumentBuilderFactory.java + + source/javax/xml/parsers/FactoryConfigurationError.lo: source/javax/xml/parsers/FactoryConfigurationError.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/FactoryConfigurationError.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/FactoryConfigurationError.Tpo" -c -o source/javax/xml/parsers/FactoryConfigurationError.lo `test -f 'source/javax/xml/parsers/FactoryConfigurationError.java' || echo '$(srcdir)/'`source/javax/xml/parsers/FactoryConfigurationError.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/FactoryConfigurationError.Tpo" "source/javax/xml/parsers/$(DEPDIR)/FactoryConfigurationError.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/FactoryConfigurationError.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/FactoryConfigurationError.java' object='source/javax/xml/parsers/FactoryConfigurationError.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/FactoryConfigurationError.lo `test -f 'source/javax/xml/parsers/FactoryConfigurationError.java' || echo '$(srcdir)/'`source/javax/xml/parsers/FactoryConfigurationError.java + + source/javax/xml/parsers/ParserConfigurationException.lo: source/javax/xml/parsers/ParserConfigurationException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/ParserConfigurationException.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/ParserConfigurationException.Tpo" -c -o source/javax/xml/parsers/ParserConfigurationException.lo `test -f 'source/javax/xml/parsers/ParserConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/parsers/ParserConfigurationException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/ParserConfigurationException.Tpo" "source/javax/xml/parsers/$(DEPDIR)/ParserConfigurationException.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/ParserConfigurationException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/ParserConfigurationException.java' object='source/javax/xml/parsers/ParserConfigurationException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/ParserConfigurationException.lo `test -f 'source/javax/xml/parsers/ParserConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/parsers/ParserConfigurationException.java + + source/javax/xml/parsers/SAXParser.lo: source/javax/xml/parsers/SAXParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/SAXParser.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/SAXParser.Tpo" -c -o source/javax/xml/parsers/SAXParser.lo `test -f 'source/javax/xml/parsers/SAXParser.java' || echo '$(srcdir)/'`source/javax/xml/parsers/SAXParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/SAXParser.Tpo" "source/javax/xml/parsers/$(DEPDIR)/SAXParser.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/SAXParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/SAXParser.java' object='source/javax/xml/parsers/SAXParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/SAXParser.lo `test -f 'source/javax/xml/parsers/SAXParser.java' || echo '$(srcdir)/'`source/javax/xml/parsers/SAXParser.java + + source/javax/xml/parsers/SAXParserFactory.lo: source/javax/xml/parsers/SAXParserFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/parsers/SAXParserFactory.lo -MD -MP -MF "source/javax/xml/parsers/$(DEPDIR)/SAXParserFactory.Tpo" -c -o source/javax/xml/parsers/SAXParserFactory.lo `test -f 'source/javax/xml/parsers/SAXParserFactory.java' || echo '$(srcdir)/'`source/javax/xml/parsers/SAXParserFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/parsers/$(DEPDIR)/SAXParserFactory.Tpo" "source/javax/xml/parsers/$(DEPDIR)/SAXParserFactory.Plo"; else rm -f "source/javax/xml/parsers/$(DEPDIR)/SAXParserFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/parsers/SAXParserFactory.java' object='source/javax/xml/parsers/SAXParserFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/parsers/SAXParserFactory.lo `test -f 'source/javax/xml/parsers/SAXParserFactory.java' || echo '$(srcdir)/'`source/javax/xml/parsers/SAXParserFactory.java + + source/javax/xml/transform/dom/DOMLocator.lo: source/javax/xml/transform/dom/DOMLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/dom/DOMLocator.lo -MD -MP -MF "source/javax/xml/transform/dom/$(DEPDIR)/DOMLocator.Tpo" -c -o source/javax/xml/transform/dom/DOMLocator.lo `test -f 'source/javax/xml/transform/dom/DOMLocator.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMLocator.Tpo" "source/javax/xml/transform/dom/$(DEPDIR)/DOMLocator.Plo"; else rm -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/dom/DOMLocator.java' object='source/javax/xml/transform/dom/DOMLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/dom/DOMLocator.lo `test -f 'source/javax/xml/transform/dom/DOMLocator.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMLocator.java + + source/javax/xml/transform/dom/DOMResult.lo: source/javax/xml/transform/dom/DOMResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/dom/DOMResult.lo -MD -MP -MF "source/javax/xml/transform/dom/$(DEPDIR)/DOMResult.Tpo" -c -o source/javax/xml/transform/dom/DOMResult.lo `test -f 'source/javax/xml/transform/dom/DOMResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMResult.Tpo" "source/javax/xml/transform/dom/$(DEPDIR)/DOMResult.Plo"; else rm -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/dom/DOMResult.java' object='source/javax/xml/transform/dom/DOMResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/dom/DOMResult.lo `test -f 'source/javax/xml/transform/dom/DOMResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMResult.java + + source/javax/xml/transform/dom/DOMSource.lo: source/javax/xml/transform/dom/DOMSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/dom/DOMSource.lo -MD -MP -MF "source/javax/xml/transform/dom/$(DEPDIR)/DOMSource.Tpo" -c -o source/javax/xml/transform/dom/DOMSource.lo `test -f 'source/javax/xml/transform/dom/DOMSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMSource.Tpo" "source/javax/xml/transform/dom/$(DEPDIR)/DOMSource.Plo"; else rm -f "source/javax/xml/transform/dom/$(DEPDIR)/DOMSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/dom/DOMSource.java' object='source/javax/xml/transform/dom/DOMSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/dom/DOMSource.lo `test -f 'source/javax/xml/transform/dom/DOMSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/dom/DOMSource.java + + source/javax/xml/transform/sax/SAXResult.lo: source/javax/xml/transform/sax/SAXResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/sax/SAXResult.lo -MD -MP -MF "source/javax/xml/transform/sax/$(DEPDIR)/SAXResult.Tpo" -c -o source/javax/xml/transform/sax/SAXResult.lo `test -f 'source/javax/xml/transform/sax/SAXResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXResult.Tpo" "source/javax/xml/transform/sax/$(DEPDIR)/SAXResult.Plo"; else rm -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/sax/SAXResult.java' object='source/javax/xml/transform/sax/SAXResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/sax/SAXResult.lo `test -f 'source/javax/xml/transform/sax/SAXResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXResult.java + + source/javax/xml/transform/sax/SAXSource.lo: source/javax/xml/transform/sax/SAXSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/sax/SAXSource.lo -MD -MP -MF "source/javax/xml/transform/sax/$(DEPDIR)/SAXSource.Tpo" -c -o source/javax/xml/transform/sax/SAXSource.lo `test -f 'source/javax/xml/transform/sax/SAXSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXSource.Tpo" "source/javax/xml/transform/sax/$(DEPDIR)/SAXSource.Plo"; else rm -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/sax/SAXSource.java' object='source/javax/xml/transform/sax/SAXSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/sax/SAXSource.lo `test -f 'source/javax/xml/transform/sax/SAXSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXSource.java + + source/javax/xml/transform/sax/SAXTransformerFactory.lo: source/javax/xml/transform/sax/SAXTransformerFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/sax/SAXTransformerFactory.lo -MD -MP -MF "source/javax/xml/transform/sax/$(DEPDIR)/SAXTransformerFactory.Tpo" -c -o source/javax/xml/transform/sax/SAXTransformerFactory.lo `test -f 'source/javax/xml/transform/sax/SAXTransformerFactory.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXTransformerFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXTransformerFactory.Tpo" "source/javax/xml/transform/sax/$(DEPDIR)/SAXTransformerFactory.Plo"; else rm -f "source/javax/xml/transform/sax/$(DEPDIR)/SAXTransformerFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/sax/SAXTransformerFactory.java' object='source/javax/xml/transform/sax/SAXTransformerFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/sax/SAXTransformerFactory.lo `test -f 'source/javax/xml/transform/sax/SAXTransformerFactory.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/SAXTransformerFactory.java + + source/javax/xml/transform/sax/TemplatesHandler.lo: source/javax/xml/transform/sax/TemplatesHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/sax/TemplatesHandler.lo -MD -MP -MF "source/javax/xml/transform/sax/$(DEPDIR)/TemplatesHandler.Tpo" -c -o source/javax/xml/transform/sax/TemplatesHandler.lo `test -f 'source/javax/xml/transform/sax/TemplatesHandler.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/TemplatesHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/sax/$(DEPDIR)/TemplatesHandler.Tpo" "source/javax/xml/transform/sax/$(DEPDIR)/TemplatesHandler.Plo"; else rm -f "source/javax/xml/transform/sax/$(DEPDIR)/TemplatesHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/sax/TemplatesHandler.java' object='source/javax/xml/transform/sax/TemplatesHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/sax/TemplatesHandler.lo `test -f 'source/javax/xml/transform/sax/TemplatesHandler.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/TemplatesHandler.java + + source/javax/xml/transform/sax/TransformerHandler.lo: source/javax/xml/transform/sax/TransformerHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/sax/TransformerHandler.lo -MD -MP -MF "source/javax/xml/transform/sax/$(DEPDIR)/TransformerHandler.Tpo" -c -o source/javax/xml/transform/sax/TransformerHandler.lo `test -f 'source/javax/xml/transform/sax/TransformerHandler.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/TransformerHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/sax/$(DEPDIR)/TransformerHandler.Tpo" "source/javax/xml/transform/sax/$(DEPDIR)/TransformerHandler.Plo"; else rm -f "source/javax/xml/transform/sax/$(DEPDIR)/TransformerHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/sax/TransformerHandler.java' object='source/javax/xml/transform/sax/TransformerHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/sax/TransformerHandler.lo `test -f 'source/javax/xml/transform/sax/TransformerHandler.java' || echo '$(srcdir)/'`source/javax/xml/transform/sax/TransformerHandler.java + + source/javax/xml/transform/ErrorListener.lo: source/javax/xml/transform/ErrorListener.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/ErrorListener.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/ErrorListener.Tpo" -c -o source/javax/xml/transform/ErrorListener.lo `test -f 'source/javax/xml/transform/ErrorListener.java' || echo '$(srcdir)/'`source/javax/xml/transform/ErrorListener.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/ErrorListener.Tpo" "source/javax/xml/transform/$(DEPDIR)/ErrorListener.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/ErrorListener.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/ErrorListener.java' object='source/javax/xml/transform/ErrorListener.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/ErrorListener.lo `test -f 'source/javax/xml/transform/ErrorListener.java' || echo '$(srcdir)/'`source/javax/xml/transform/ErrorListener.java + + source/javax/xml/transform/OutputKeys.lo: source/javax/xml/transform/OutputKeys.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/OutputKeys.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/OutputKeys.Tpo" -c -o source/javax/xml/transform/OutputKeys.lo `test -f 'source/javax/xml/transform/OutputKeys.java' || echo '$(srcdir)/'`source/javax/xml/transform/OutputKeys.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/OutputKeys.Tpo" "source/javax/xml/transform/$(DEPDIR)/OutputKeys.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/OutputKeys.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/OutputKeys.java' object='source/javax/xml/transform/OutputKeys.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/OutputKeys.lo `test -f 'source/javax/xml/transform/OutputKeys.java' || echo '$(srcdir)/'`source/javax/xml/transform/OutputKeys.java + + source/javax/xml/transform/Result.lo: source/javax/xml/transform/Result.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/Result.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/Result.Tpo" -c -o source/javax/xml/transform/Result.lo `test -f 'source/javax/xml/transform/Result.java' || echo '$(srcdir)/'`source/javax/xml/transform/Result.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/Result.Tpo" "source/javax/xml/transform/$(DEPDIR)/Result.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/Result.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/Result.java' object='source/javax/xml/transform/Result.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/Result.lo `test -f 'source/javax/xml/transform/Result.java' || echo '$(srcdir)/'`source/javax/xml/transform/Result.java + + source/javax/xml/transform/Source.lo: source/javax/xml/transform/Source.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/Source.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/Source.Tpo" -c -o source/javax/xml/transform/Source.lo `test -f 'source/javax/xml/transform/Source.java' || echo '$(srcdir)/'`source/javax/xml/transform/Source.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/Source.Tpo" "source/javax/xml/transform/$(DEPDIR)/Source.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/Source.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/Source.java' object='source/javax/xml/transform/Source.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/Source.lo `test -f 'source/javax/xml/transform/Source.java' || echo '$(srcdir)/'`source/javax/xml/transform/Source.java + + source/javax/xml/transform/SourceLocator.lo: source/javax/xml/transform/SourceLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/SourceLocator.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/SourceLocator.Tpo" -c -o source/javax/xml/transform/SourceLocator.lo `test -f 'source/javax/xml/transform/SourceLocator.java' || echo '$(srcdir)/'`source/javax/xml/transform/SourceLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/SourceLocator.Tpo" "source/javax/xml/transform/$(DEPDIR)/SourceLocator.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/SourceLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/SourceLocator.java' object='source/javax/xml/transform/SourceLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/SourceLocator.lo `test -f 'source/javax/xml/transform/SourceLocator.java' || echo '$(srcdir)/'`source/javax/xml/transform/SourceLocator.java + + source/javax/xml/transform/Templates.lo: source/javax/xml/transform/Templates.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/Templates.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/Templates.Tpo" -c -o source/javax/xml/transform/Templates.lo `test -f 'source/javax/xml/transform/Templates.java' || echo '$(srcdir)/'`source/javax/xml/transform/Templates.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/Templates.Tpo" "source/javax/xml/transform/$(DEPDIR)/Templates.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/Templates.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/Templates.java' object='source/javax/xml/transform/Templates.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/Templates.lo `test -f 'source/javax/xml/transform/Templates.java' || echo '$(srcdir)/'`source/javax/xml/transform/Templates.java + + source/javax/xml/transform/Transformer.lo: source/javax/xml/transform/Transformer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/Transformer.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/Transformer.Tpo" -c -o source/javax/xml/transform/Transformer.lo `test -f 'source/javax/xml/transform/Transformer.java' || echo '$(srcdir)/'`source/javax/xml/transform/Transformer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/Transformer.Tpo" "source/javax/xml/transform/$(DEPDIR)/Transformer.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/Transformer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/Transformer.java' object='source/javax/xml/transform/Transformer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/Transformer.lo `test -f 'source/javax/xml/transform/Transformer.java' || echo '$(srcdir)/'`source/javax/xml/transform/Transformer.java + + source/javax/xml/transform/TransformerConfigurationException.lo: source/javax/xml/transform/TransformerConfigurationException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/TransformerConfigurationException.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/TransformerConfigurationException.Tpo" -c -o source/javax/xml/transform/TransformerConfigurationException.lo `test -f 'source/javax/xml/transform/TransformerConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerConfigurationException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/TransformerConfigurationException.Tpo" "source/javax/xml/transform/$(DEPDIR)/TransformerConfigurationException.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/TransformerConfigurationException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/TransformerConfigurationException.java' object='source/javax/xml/transform/TransformerConfigurationException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/TransformerConfigurationException.lo `test -f 'source/javax/xml/transform/TransformerConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerConfigurationException.java + + source/javax/xml/transform/TransformerException.lo: source/javax/xml/transform/TransformerException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/TransformerException.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/TransformerException.Tpo" -c -o source/javax/xml/transform/TransformerException.lo `test -f 'source/javax/xml/transform/TransformerException.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/TransformerException.Tpo" "source/javax/xml/transform/$(DEPDIR)/TransformerException.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/TransformerException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/TransformerException.java' object='source/javax/xml/transform/TransformerException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/TransformerException.lo `test -f 'source/javax/xml/transform/TransformerException.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerException.java + + source/javax/xml/transform/TransformerFactory.lo: source/javax/xml/transform/TransformerFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/TransformerFactory.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/TransformerFactory.Tpo" -c -o source/javax/xml/transform/TransformerFactory.lo `test -f 'source/javax/xml/transform/TransformerFactory.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/TransformerFactory.Tpo" "source/javax/xml/transform/$(DEPDIR)/TransformerFactory.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/TransformerFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/TransformerFactory.java' object='source/javax/xml/transform/TransformerFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/TransformerFactory.lo `test -f 'source/javax/xml/transform/TransformerFactory.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerFactory.java + + source/javax/xml/transform/TransformerFactoryConfigurationError.lo: source/javax/xml/transform/TransformerFactoryConfigurationError.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/TransformerFactoryConfigurationError.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/TransformerFactoryConfigurationError.Tpo" -c -o source/javax/xml/transform/TransformerFactoryConfigurationError.lo `test -f 'source/javax/xml/transform/TransformerFactoryConfigurationError.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerFactoryConfigurationError.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/TransformerFactoryConfigurationError.Tpo" "source/javax/xml/transform/$(DEPDIR)/TransformerFactoryConfigurationError.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/TransformerFactoryConfigurationError.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/TransformerFactoryConfigurationError.java' object='source/javax/xml/transform/TransformerFactoryConfigurationError.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/TransformerFactoryConfigurationError.lo `test -f 'source/javax/xml/transform/TransformerFactoryConfigurationError.java' || echo '$(srcdir)/'`source/javax/xml/transform/TransformerFactoryConfigurationError.java + + source/javax/xml/transform/URIResolver.lo: source/javax/xml/transform/URIResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/URIResolver.lo -MD -MP -MF "source/javax/xml/transform/$(DEPDIR)/URIResolver.Tpo" -c -o source/javax/xml/transform/URIResolver.lo `test -f 'source/javax/xml/transform/URIResolver.java' || echo '$(srcdir)/'`source/javax/xml/transform/URIResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/$(DEPDIR)/URIResolver.Tpo" "source/javax/xml/transform/$(DEPDIR)/URIResolver.Plo"; else rm -f "source/javax/xml/transform/$(DEPDIR)/URIResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/URIResolver.java' object='source/javax/xml/transform/URIResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/URIResolver.lo `test -f 'source/javax/xml/transform/URIResolver.java' || echo '$(srcdir)/'`source/javax/xml/transform/URIResolver.java + + source/javax/xml/transform/stream/StreamResult.lo: source/javax/xml/transform/stream/StreamResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/stream/StreamResult.lo -MD -MP -MF "source/javax/xml/transform/stream/$(DEPDIR)/StreamResult.Tpo" -c -o source/javax/xml/transform/stream/StreamResult.lo `test -f 'source/javax/xml/transform/stream/StreamResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/stream/StreamResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/stream/$(DEPDIR)/StreamResult.Tpo" "source/javax/xml/transform/stream/$(DEPDIR)/StreamResult.Plo"; else rm -f "source/javax/xml/transform/stream/$(DEPDIR)/StreamResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/stream/StreamResult.java' object='source/javax/xml/transform/stream/StreamResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/stream/StreamResult.lo `test -f 'source/javax/xml/transform/stream/StreamResult.java' || echo '$(srcdir)/'`source/javax/xml/transform/stream/StreamResult.java + + source/javax/xml/transform/stream/StreamSource.lo: source/javax/xml/transform/stream/StreamSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/transform/stream/StreamSource.lo -MD -MP -MF "source/javax/xml/transform/stream/$(DEPDIR)/StreamSource.Tpo" -c -o source/javax/xml/transform/stream/StreamSource.lo `test -f 'source/javax/xml/transform/stream/StreamSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/stream/StreamSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/transform/stream/$(DEPDIR)/StreamSource.Tpo" "source/javax/xml/transform/stream/$(DEPDIR)/StreamSource.Plo"; else rm -f "source/javax/xml/transform/stream/$(DEPDIR)/StreamSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/transform/stream/StreamSource.java' object='source/javax/xml/transform/stream/StreamSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/transform/stream/StreamSource.lo `test -f 'source/javax/xml/transform/stream/StreamSource.java' || echo '$(srcdir)/'`source/javax/xml/transform/stream/StreamSource.java + + source/javax/xml/validation/Schema.lo: source/javax/xml/validation/Schema.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/validation/Schema.lo -MD -MP -MF "source/javax/xml/validation/$(DEPDIR)/Schema.Tpo" -c -o source/javax/xml/validation/Schema.lo `test -f 'source/javax/xml/validation/Schema.java' || echo '$(srcdir)/'`source/javax/xml/validation/Schema.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/validation/$(DEPDIR)/Schema.Tpo" "source/javax/xml/validation/$(DEPDIR)/Schema.Plo"; else rm -f "source/javax/xml/validation/$(DEPDIR)/Schema.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/validation/Schema.java' object='source/javax/xml/validation/Schema.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/validation/Schema.lo `test -f 'source/javax/xml/validation/Schema.java' || echo '$(srcdir)/'`source/javax/xml/validation/Schema.java + + source/javax/xml/validation/SchemaFactory.lo: source/javax/xml/validation/SchemaFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/validation/SchemaFactory.lo -MD -MP -MF "source/javax/xml/validation/$(DEPDIR)/SchemaFactory.Tpo" -c -o source/javax/xml/validation/SchemaFactory.lo `test -f 'source/javax/xml/validation/SchemaFactory.java' || echo '$(srcdir)/'`source/javax/xml/validation/SchemaFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/validation/$(DEPDIR)/SchemaFactory.Tpo" "source/javax/xml/validation/$(DEPDIR)/SchemaFactory.Plo"; else rm -f "source/javax/xml/validation/$(DEPDIR)/SchemaFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/validation/SchemaFactory.java' object='source/javax/xml/validation/SchemaFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/validation/SchemaFactory.lo `test -f 'source/javax/xml/validation/SchemaFactory.java' || echo '$(srcdir)/'`source/javax/xml/validation/SchemaFactory.java + + source/javax/xml/validation/TypeInfoProvider.lo: source/javax/xml/validation/TypeInfoProvider.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/validation/TypeInfoProvider.lo -MD -MP -MF "source/javax/xml/validation/$(DEPDIR)/TypeInfoProvider.Tpo" -c -o source/javax/xml/validation/TypeInfoProvider.lo `test -f 'source/javax/xml/validation/TypeInfoProvider.java' || echo '$(srcdir)/'`source/javax/xml/validation/TypeInfoProvider.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/validation/$(DEPDIR)/TypeInfoProvider.Tpo" "source/javax/xml/validation/$(DEPDIR)/TypeInfoProvider.Plo"; else rm -f "source/javax/xml/validation/$(DEPDIR)/TypeInfoProvider.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/validation/TypeInfoProvider.java' object='source/javax/xml/validation/TypeInfoProvider.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/validation/TypeInfoProvider.lo `test -f 'source/javax/xml/validation/TypeInfoProvider.java' || echo '$(srcdir)/'`source/javax/xml/validation/TypeInfoProvider.java + + source/javax/xml/validation/Validator.lo: source/javax/xml/validation/Validator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/validation/Validator.lo -MD -MP -MF "source/javax/xml/validation/$(DEPDIR)/Validator.Tpo" -c -o source/javax/xml/validation/Validator.lo `test -f 'source/javax/xml/validation/Validator.java' || echo '$(srcdir)/'`source/javax/xml/validation/Validator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/validation/$(DEPDIR)/Validator.Tpo" "source/javax/xml/validation/$(DEPDIR)/Validator.Plo"; else rm -f "source/javax/xml/validation/$(DEPDIR)/Validator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/validation/Validator.java' object='source/javax/xml/validation/Validator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/validation/Validator.lo `test -f 'source/javax/xml/validation/Validator.java' || echo '$(srcdir)/'`source/javax/xml/validation/Validator.java + + source/javax/xml/validation/ValidatorHandler.lo: source/javax/xml/validation/ValidatorHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/validation/ValidatorHandler.lo -MD -MP -MF "source/javax/xml/validation/$(DEPDIR)/ValidatorHandler.Tpo" -c -o source/javax/xml/validation/ValidatorHandler.lo `test -f 'source/javax/xml/validation/ValidatorHandler.java' || echo '$(srcdir)/'`source/javax/xml/validation/ValidatorHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/validation/$(DEPDIR)/ValidatorHandler.Tpo" "source/javax/xml/validation/$(DEPDIR)/ValidatorHandler.Plo"; else rm -f "source/javax/xml/validation/$(DEPDIR)/ValidatorHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/validation/ValidatorHandler.java' object='source/javax/xml/validation/ValidatorHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/validation/ValidatorHandler.lo `test -f 'source/javax/xml/validation/ValidatorHandler.java' || echo '$(srcdir)/'`source/javax/xml/validation/ValidatorHandler.java + + source/javax/xml/xpath/XPath.lo: source/javax/xml/xpath/XPath.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPath.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPath.Tpo" -c -o source/javax/xml/xpath/XPath.lo `test -f 'source/javax/xml/xpath/XPath.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPath.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPath.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPath.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPath.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPath.java' object='source/javax/xml/xpath/XPath.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPath.lo `test -f 'source/javax/xml/xpath/XPath.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPath.java + + source/javax/xml/xpath/XPathConstants.lo: source/javax/xml/xpath/XPathConstants.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathConstants.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathConstants.Tpo" -c -o source/javax/xml/xpath/XPathConstants.lo `test -f 'source/javax/xml/xpath/XPathConstants.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathConstants.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathConstants.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathConstants.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathConstants.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathConstants.java' object='source/javax/xml/xpath/XPathConstants.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathConstants.lo `test -f 'source/javax/xml/xpath/XPathConstants.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathConstants.java + + source/javax/xml/xpath/XPathException.lo: source/javax/xml/xpath/XPathException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathException.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathException.Tpo" -c -o source/javax/xml/xpath/XPathException.lo `test -f 'source/javax/xml/xpath/XPathException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathException.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathException.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathException.java' object='source/javax/xml/xpath/XPathException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathException.lo `test -f 'source/javax/xml/xpath/XPathException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathException.java + + source/javax/xml/xpath/XPathExpression.lo: source/javax/xml/xpath/XPathExpression.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathExpression.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathExpression.Tpo" -c -o source/javax/xml/xpath/XPathExpression.lo `test -f 'source/javax/xml/xpath/XPathExpression.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathExpression.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathExpression.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathExpression.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathExpression.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathExpression.java' object='source/javax/xml/xpath/XPathExpression.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathExpression.lo `test -f 'source/javax/xml/xpath/XPathExpression.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathExpression.java + + source/javax/xml/xpath/XPathExpressionException.lo: source/javax/xml/xpath/XPathExpressionException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathExpressionException.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathExpressionException.Tpo" -c -o source/javax/xml/xpath/XPathExpressionException.lo `test -f 'source/javax/xml/xpath/XPathExpressionException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathExpressionException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathExpressionException.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathExpressionException.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathExpressionException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathExpressionException.java' object='source/javax/xml/xpath/XPathExpressionException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathExpressionException.lo `test -f 'source/javax/xml/xpath/XPathExpressionException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathExpressionException.java + + source/javax/xml/xpath/XPathFactory.lo: source/javax/xml/xpath/XPathFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathFactory.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathFactory.Tpo" -c -o source/javax/xml/xpath/XPathFactory.lo `test -f 'source/javax/xml/xpath/XPathFactory.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathFactory.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathFactory.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathFactory.java' object='source/javax/xml/xpath/XPathFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathFactory.lo `test -f 'source/javax/xml/xpath/XPathFactory.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFactory.java + + source/javax/xml/xpath/XPathFactoryConfigurationException.lo: source/javax/xml/xpath/XPathFactoryConfigurationException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathFactoryConfigurationException.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathFactoryConfigurationException.Tpo" -c -o source/javax/xml/xpath/XPathFactoryConfigurationException.lo `test -f 'source/javax/xml/xpath/XPathFactoryConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFactoryConfigurationException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathFactoryConfigurationException.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathFactoryConfigurationException.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathFactoryConfigurationException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathFactoryConfigurationException.java' object='source/javax/xml/xpath/XPathFactoryConfigurationException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathFactoryConfigurationException.lo `test -f 'source/javax/xml/xpath/XPathFactoryConfigurationException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFactoryConfigurationException.java + + source/javax/xml/xpath/XPathFunction.lo: source/javax/xml/xpath/XPathFunction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathFunction.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathFunction.Tpo" -c -o source/javax/xml/xpath/XPathFunction.lo `test -f 'source/javax/xml/xpath/XPathFunction.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunction.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathFunction.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathFunction.java' object='source/javax/xml/xpath/XPathFunction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathFunction.lo `test -f 'source/javax/xml/xpath/XPathFunction.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunction.java + + source/javax/xml/xpath/XPathFunctionException.lo: source/javax/xml/xpath/XPathFunctionException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathFunctionException.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionException.Tpo" -c -o source/javax/xml/xpath/XPathFunctionException.lo `test -f 'source/javax/xml/xpath/XPathFunctionException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunctionException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionException.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionException.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathFunctionException.java' object='source/javax/xml/xpath/XPathFunctionException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathFunctionException.lo `test -f 'source/javax/xml/xpath/XPathFunctionException.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunctionException.java + + source/javax/xml/xpath/XPathFunctionResolver.lo: source/javax/xml/xpath/XPathFunctionResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathFunctionResolver.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionResolver.Tpo" -c -o source/javax/xml/xpath/XPathFunctionResolver.lo `test -f 'source/javax/xml/xpath/XPathFunctionResolver.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunctionResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionResolver.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionResolver.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathFunctionResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathFunctionResolver.java' object='source/javax/xml/xpath/XPathFunctionResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathFunctionResolver.lo `test -f 'source/javax/xml/xpath/XPathFunctionResolver.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathFunctionResolver.java + + source/javax/xml/xpath/XPathVariableResolver.lo: source/javax/xml/xpath/XPathVariableResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/javax/xml/xpath/XPathVariableResolver.lo -MD -MP -MF "source/javax/xml/xpath/$(DEPDIR)/XPathVariableResolver.Tpo" -c -o source/javax/xml/xpath/XPathVariableResolver.lo `test -f 'source/javax/xml/xpath/XPathVariableResolver.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathVariableResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/javax/xml/xpath/$(DEPDIR)/XPathVariableResolver.Tpo" "source/javax/xml/xpath/$(DEPDIR)/XPathVariableResolver.Plo"; else rm -f "source/javax/xml/xpath/$(DEPDIR)/XPathVariableResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/javax/xml/xpath/XPathVariableResolver.java' object='source/javax/xml/xpath/XPathVariableResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/javax/xml/xpath/XPathVariableResolver.lo `test -f 'source/javax/xml/xpath/XPathVariableResolver.java' || echo '$(srcdir)/'`source/javax/xml/xpath/XPathVariableResolver.java + + source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo: source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo -MD -MP -MF "source/org/w3c/dom/bootstrap/$(DEPDIR)/DOMImplementationRegistry.Tpo" -c -o source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo `test -f 'source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java' || echo '$(srcdir)/'`source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/bootstrap/$(DEPDIR)/DOMImplementationRegistry.Tpo" "source/org/w3c/dom/bootstrap/$(DEPDIR)/DOMImplementationRegistry.Plo"; else rm -f "source/org/w3c/dom/bootstrap/$(DEPDIR)/DOMImplementationRegistry.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java' object='source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/bootstrap/DOMImplementationRegistry.lo `test -f 'source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java' || echo '$(srcdir)/'`source/org/w3c/dom/bootstrap/DOMImplementationRegistry.java + + source/org/w3c/dom/Attr.lo: source/org/w3c/dom/Attr.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Attr.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Attr.Tpo" -c -o source/org/w3c/dom/Attr.lo `test -f 'source/org/w3c/dom/Attr.java' || echo '$(srcdir)/'`source/org/w3c/dom/Attr.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Attr.Tpo" "source/org/w3c/dom/$(DEPDIR)/Attr.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Attr.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Attr.java' object='source/org/w3c/dom/Attr.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Attr.lo `test -f 'source/org/w3c/dom/Attr.java' || echo '$(srcdir)/'`source/org/w3c/dom/Attr.java + + source/org/w3c/dom/CDATASection.lo: source/org/w3c/dom/CDATASection.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/CDATASection.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/CDATASection.Tpo" -c -o source/org/w3c/dom/CDATASection.lo `test -f 'source/org/w3c/dom/CDATASection.java' || echo '$(srcdir)/'`source/org/w3c/dom/CDATASection.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/CDATASection.Tpo" "source/org/w3c/dom/$(DEPDIR)/CDATASection.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/CDATASection.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/CDATASection.java' object='source/org/w3c/dom/CDATASection.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/CDATASection.lo `test -f 'source/org/w3c/dom/CDATASection.java' || echo '$(srcdir)/'`source/org/w3c/dom/CDATASection.java + + source/org/w3c/dom/CharacterData.lo: source/org/w3c/dom/CharacterData.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/CharacterData.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/CharacterData.Tpo" -c -o source/org/w3c/dom/CharacterData.lo `test -f 'source/org/w3c/dom/CharacterData.java' || echo '$(srcdir)/'`source/org/w3c/dom/CharacterData.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/CharacterData.Tpo" "source/org/w3c/dom/$(DEPDIR)/CharacterData.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/CharacterData.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/CharacterData.java' object='source/org/w3c/dom/CharacterData.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/CharacterData.lo `test -f 'source/org/w3c/dom/CharacterData.java' || echo '$(srcdir)/'`source/org/w3c/dom/CharacterData.java + + source/org/w3c/dom/Comment.lo: source/org/w3c/dom/Comment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Comment.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Comment.Tpo" -c -o source/org/w3c/dom/Comment.lo `test -f 'source/org/w3c/dom/Comment.java' || echo '$(srcdir)/'`source/org/w3c/dom/Comment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Comment.Tpo" "source/org/w3c/dom/$(DEPDIR)/Comment.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Comment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Comment.java' object='source/org/w3c/dom/Comment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Comment.lo `test -f 'source/org/w3c/dom/Comment.java' || echo '$(srcdir)/'`source/org/w3c/dom/Comment.java + + source/org/w3c/dom/DOMConfiguration.lo: source/org/w3c/dom/DOMConfiguration.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMConfiguration.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMConfiguration.Tpo" -c -o source/org/w3c/dom/DOMConfiguration.lo `test -f 'source/org/w3c/dom/DOMConfiguration.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMConfiguration.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMConfiguration.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMConfiguration.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMConfiguration.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMConfiguration.java' object='source/org/w3c/dom/DOMConfiguration.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMConfiguration.lo `test -f 'source/org/w3c/dom/DOMConfiguration.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMConfiguration.java + + source/org/w3c/dom/DOMError.lo: source/org/w3c/dom/DOMError.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMError.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMError.Tpo" -c -o source/org/w3c/dom/DOMError.lo `test -f 'source/org/w3c/dom/DOMError.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMError.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMError.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMError.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMError.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMError.java' object='source/org/w3c/dom/DOMError.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMError.lo `test -f 'source/org/w3c/dom/DOMError.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMError.java + + source/org/w3c/dom/DOMErrorHandler.lo: source/org/w3c/dom/DOMErrorHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMErrorHandler.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMErrorHandler.Tpo" -c -o source/org/w3c/dom/DOMErrorHandler.lo `test -f 'source/org/w3c/dom/DOMErrorHandler.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMErrorHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMErrorHandler.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMErrorHandler.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMErrorHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMErrorHandler.java' object='source/org/w3c/dom/DOMErrorHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMErrorHandler.lo `test -f 'source/org/w3c/dom/DOMErrorHandler.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMErrorHandler.java + + source/org/w3c/dom/DOMException.lo: source/org/w3c/dom/DOMException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMException.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMException.Tpo" -c -o source/org/w3c/dom/DOMException.lo `test -f 'source/org/w3c/dom/DOMException.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMException.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMException.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMException.java' object='source/org/w3c/dom/DOMException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMException.lo `test -f 'source/org/w3c/dom/DOMException.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMException.java + + source/org/w3c/dom/DOMImplementation.lo: source/org/w3c/dom/DOMImplementation.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMImplementation.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMImplementation.Tpo" -c -o source/org/w3c/dom/DOMImplementation.lo `test -f 'source/org/w3c/dom/DOMImplementation.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementation.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementation.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMImplementation.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementation.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMImplementation.java' object='source/org/w3c/dom/DOMImplementation.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMImplementation.lo `test -f 'source/org/w3c/dom/DOMImplementation.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementation.java + + source/org/w3c/dom/DOMImplementationList.lo: source/org/w3c/dom/DOMImplementationList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMImplementationList.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMImplementationList.Tpo" -c -o source/org/w3c/dom/DOMImplementationList.lo `test -f 'source/org/w3c/dom/DOMImplementationList.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementationList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementationList.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMImplementationList.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementationList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMImplementationList.java' object='source/org/w3c/dom/DOMImplementationList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMImplementationList.lo `test -f 'source/org/w3c/dom/DOMImplementationList.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementationList.java + + source/org/w3c/dom/DOMImplementationSource.lo: source/org/w3c/dom/DOMImplementationSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMImplementationSource.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMImplementationSource.Tpo" -c -o source/org/w3c/dom/DOMImplementationSource.lo `test -f 'source/org/w3c/dom/DOMImplementationSource.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementationSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementationSource.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMImplementationSource.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMImplementationSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMImplementationSource.java' object='source/org/w3c/dom/DOMImplementationSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMImplementationSource.lo `test -f 'source/org/w3c/dom/DOMImplementationSource.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMImplementationSource.java + + source/org/w3c/dom/DOMLocator.lo: source/org/w3c/dom/DOMLocator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMLocator.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMLocator.Tpo" -c -o source/org/w3c/dom/DOMLocator.lo `test -f 'source/org/w3c/dom/DOMLocator.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMLocator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMLocator.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMLocator.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMLocator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMLocator.java' object='source/org/w3c/dom/DOMLocator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMLocator.lo `test -f 'source/org/w3c/dom/DOMLocator.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMLocator.java + + source/org/w3c/dom/DOMStringList.lo: source/org/w3c/dom/DOMStringList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DOMStringList.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DOMStringList.Tpo" -c -o source/org/w3c/dom/DOMStringList.lo `test -f 'source/org/w3c/dom/DOMStringList.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMStringList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DOMStringList.Tpo" "source/org/w3c/dom/$(DEPDIR)/DOMStringList.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DOMStringList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DOMStringList.java' object='source/org/w3c/dom/DOMStringList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DOMStringList.lo `test -f 'source/org/w3c/dom/DOMStringList.java' || echo '$(srcdir)/'`source/org/w3c/dom/DOMStringList.java + + source/org/w3c/dom/Document.lo: source/org/w3c/dom/Document.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Document.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Document.Tpo" -c -o source/org/w3c/dom/Document.lo `test -f 'source/org/w3c/dom/Document.java' || echo '$(srcdir)/'`source/org/w3c/dom/Document.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Document.Tpo" "source/org/w3c/dom/$(DEPDIR)/Document.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Document.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Document.java' object='source/org/w3c/dom/Document.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Document.lo `test -f 'source/org/w3c/dom/Document.java' || echo '$(srcdir)/'`source/org/w3c/dom/Document.java + + source/org/w3c/dom/DocumentFragment.lo: source/org/w3c/dom/DocumentFragment.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DocumentFragment.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DocumentFragment.Tpo" -c -o source/org/w3c/dom/DocumentFragment.lo `test -f 'source/org/w3c/dom/DocumentFragment.java' || echo '$(srcdir)/'`source/org/w3c/dom/DocumentFragment.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DocumentFragment.Tpo" "source/org/w3c/dom/$(DEPDIR)/DocumentFragment.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DocumentFragment.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DocumentFragment.java' object='source/org/w3c/dom/DocumentFragment.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DocumentFragment.lo `test -f 'source/org/w3c/dom/DocumentFragment.java' || echo '$(srcdir)/'`source/org/w3c/dom/DocumentFragment.java + + source/org/w3c/dom/DocumentType.lo: source/org/w3c/dom/DocumentType.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/DocumentType.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/DocumentType.Tpo" -c -o source/org/w3c/dom/DocumentType.lo `test -f 'source/org/w3c/dom/DocumentType.java' || echo '$(srcdir)/'`source/org/w3c/dom/DocumentType.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/DocumentType.Tpo" "source/org/w3c/dom/$(DEPDIR)/DocumentType.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/DocumentType.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/DocumentType.java' object='source/org/w3c/dom/DocumentType.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/DocumentType.lo `test -f 'source/org/w3c/dom/DocumentType.java' || echo '$(srcdir)/'`source/org/w3c/dom/DocumentType.java + + source/org/w3c/dom/Element.lo: source/org/w3c/dom/Element.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Element.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Element.Tpo" -c -o source/org/w3c/dom/Element.lo `test -f 'source/org/w3c/dom/Element.java' || echo '$(srcdir)/'`source/org/w3c/dom/Element.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Element.Tpo" "source/org/w3c/dom/$(DEPDIR)/Element.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Element.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Element.java' object='source/org/w3c/dom/Element.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Element.lo `test -f 'source/org/w3c/dom/Element.java' || echo '$(srcdir)/'`source/org/w3c/dom/Element.java + + source/org/w3c/dom/Entity.lo: source/org/w3c/dom/Entity.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Entity.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Entity.Tpo" -c -o source/org/w3c/dom/Entity.lo `test -f 'source/org/w3c/dom/Entity.java' || echo '$(srcdir)/'`source/org/w3c/dom/Entity.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Entity.Tpo" "source/org/w3c/dom/$(DEPDIR)/Entity.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Entity.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Entity.java' object='source/org/w3c/dom/Entity.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Entity.lo `test -f 'source/org/w3c/dom/Entity.java' || echo '$(srcdir)/'`source/org/w3c/dom/Entity.java + + source/org/w3c/dom/EntityReference.lo: source/org/w3c/dom/EntityReference.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/EntityReference.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/EntityReference.Tpo" -c -o source/org/w3c/dom/EntityReference.lo `test -f 'source/org/w3c/dom/EntityReference.java' || echo '$(srcdir)/'`source/org/w3c/dom/EntityReference.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/EntityReference.Tpo" "source/org/w3c/dom/$(DEPDIR)/EntityReference.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/EntityReference.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/EntityReference.java' object='source/org/w3c/dom/EntityReference.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/EntityReference.lo `test -f 'source/org/w3c/dom/EntityReference.java' || echo '$(srcdir)/'`source/org/w3c/dom/EntityReference.java + + source/org/w3c/dom/NameList.lo: source/org/w3c/dom/NameList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/NameList.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/NameList.Tpo" -c -o source/org/w3c/dom/NameList.lo `test -f 'source/org/w3c/dom/NameList.java' || echo '$(srcdir)/'`source/org/w3c/dom/NameList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/NameList.Tpo" "source/org/w3c/dom/$(DEPDIR)/NameList.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/NameList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/NameList.java' object='source/org/w3c/dom/NameList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/NameList.lo `test -f 'source/org/w3c/dom/NameList.java' || echo '$(srcdir)/'`source/org/w3c/dom/NameList.java + + source/org/w3c/dom/NamedNodeMap.lo: source/org/w3c/dom/NamedNodeMap.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/NamedNodeMap.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/NamedNodeMap.Tpo" -c -o source/org/w3c/dom/NamedNodeMap.lo `test -f 'source/org/w3c/dom/NamedNodeMap.java' || echo '$(srcdir)/'`source/org/w3c/dom/NamedNodeMap.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/NamedNodeMap.Tpo" "source/org/w3c/dom/$(DEPDIR)/NamedNodeMap.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/NamedNodeMap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/NamedNodeMap.java' object='source/org/w3c/dom/NamedNodeMap.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/NamedNodeMap.lo `test -f 'source/org/w3c/dom/NamedNodeMap.java' || echo '$(srcdir)/'`source/org/w3c/dom/NamedNodeMap.java + + source/org/w3c/dom/Node.lo: source/org/w3c/dom/Node.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Node.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Node.Tpo" -c -o source/org/w3c/dom/Node.lo `test -f 'source/org/w3c/dom/Node.java' || echo '$(srcdir)/'`source/org/w3c/dom/Node.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Node.Tpo" "source/org/w3c/dom/$(DEPDIR)/Node.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Node.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Node.java' object='source/org/w3c/dom/Node.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Node.lo `test -f 'source/org/w3c/dom/Node.java' || echo '$(srcdir)/'`source/org/w3c/dom/Node.java + + source/org/w3c/dom/NodeList.lo: source/org/w3c/dom/NodeList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/NodeList.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/NodeList.Tpo" -c -o source/org/w3c/dom/NodeList.lo `test -f 'source/org/w3c/dom/NodeList.java' || echo '$(srcdir)/'`source/org/w3c/dom/NodeList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/NodeList.Tpo" "source/org/w3c/dom/$(DEPDIR)/NodeList.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/NodeList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/NodeList.java' object='source/org/w3c/dom/NodeList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/NodeList.lo `test -f 'source/org/w3c/dom/NodeList.java' || echo '$(srcdir)/'`source/org/w3c/dom/NodeList.java + + source/org/w3c/dom/Notation.lo: source/org/w3c/dom/Notation.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Notation.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Notation.Tpo" -c -o source/org/w3c/dom/Notation.lo `test -f 'source/org/w3c/dom/Notation.java' || echo '$(srcdir)/'`source/org/w3c/dom/Notation.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Notation.Tpo" "source/org/w3c/dom/$(DEPDIR)/Notation.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Notation.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Notation.java' object='source/org/w3c/dom/Notation.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Notation.lo `test -f 'source/org/w3c/dom/Notation.java' || echo '$(srcdir)/'`source/org/w3c/dom/Notation.java + + source/org/w3c/dom/ProcessingInstruction.lo: source/org/w3c/dom/ProcessingInstruction.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ProcessingInstruction.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/ProcessingInstruction.Tpo" -c -o source/org/w3c/dom/ProcessingInstruction.lo `test -f 'source/org/w3c/dom/ProcessingInstruction.java' || echo '$(srcdir)/'`source/org/w3c/dom/ProcessingInstruction.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/ProcessingInstruction.Tpo" "source/org/w3c/dom/$(DEPDIR)/ProcessingInstruction.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/ProcessingInstruction.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ProcessingInstruction.java' object='source/org/w3c/dom/ProcessingInstruction.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ProcessingInstruction.lo `test -f 'source/org/w3c/dom/ProcessingInstruction.java' || echo '$(srcdir)/'`source/org/w3c/dom/ProcessingInstruction.java + + source/org/w3c/dom/Text.lo: source/org/w3c/dom/Text.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/Text.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/Text.Tpo" -c -o source/org/w3c/dom/Text.lo `test -f 'source/org/w3c/dom/Text.java' || echo '$(srcdir)/'`source/org/w3c/dom/Text.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/Text.Tpo" "source/org/w3c/dom/$(DEPDIR)/Text.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/Text.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/Text.java' object='source/org/w3c/dom/Text.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/Text.lo `test -f 'source/org/w3c/dom/Text.java' || echo '$(srcdir)/'`source/org/w3c/dom/Text.java + + source/org/w3c/dom/TypeInfo.lo: source/org/w3c/dom/TypeInfo.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/TypeInfo.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/TypeInfo.Tpo" -c -o source/org/w3c/dom/TypeInfo.lo `test -f 'source/org/w3c/dom/TypeInfo.java' || echo '$(srcdir)/'`source/org/w3c/dom/TypeInfo.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/TypeInfo.Tpo" "source/org/w3c/dom/$(DEPDIR)/TypeInfo.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/TypeInfo.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/TypeInfo.java' object='source/org/w3c/dom/TypeInfo.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/TypeInfo.lo `test -f 'source/org/w3c/dom/TypeInfo.java' || echo '$(srcdir)/'`source/org/w3c/dom/TypeInfo.java + + source/org/w3c/dom/UserDataHandler.lo: source/org/w3c/dom/UserDataHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/UserDataHandler.lo -MD -MP -MF "source/org/w3c/dom/$(DEPDIR)/UserDataHandler.Tpo" -c -o source/org/w3c/dom/UserDataHandler.lo `test -f 'source/org/w3c/dom/UserDataHandler.java' || echo '$(srcdir)/'`source/org/w3c/dom/UserDataHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/$(DEPDIR)/UserDataHandler.Tpo" "source/org/w3c/dom/$(DEPDIR)/UserDataHandler.Plo"; else rm -f "source/org/w3c/dom/$(DEPDIR)/UserDataHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/UserDataHandler.java' object='source/org/w3c/dom/UserDataHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/UserDataHandler.lo `test -f 'source/org/w3c/dom/UserDataHandler.java' || echo '$(srcdir)/'`source/org/w3c/dom/UserDataHandler.java + + source/org/w3c/dom/css/CSS2Azimuth.lo: source/org/w3c/dom/css/CSS2Azimuth.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2Azimuth.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2Azimuth.Tpo" -c -o source/org/w3c/dom/css/CSS2Azimuth.lo `test -f 'source/org/w3c/dom/css/CSS2Azimuth.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Azimuth.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Azimuth.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2Azimuth.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Azimuth.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2Azimuth.java' object='source/org/w3c/dom/css/CSS2Azimuth.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2Azimuth.lo `test -f 'source/org/w3c/dom/css/CSS2Azimuth.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Azimuth.java + + source/org/w3c/dom/css/CSS2BackgroundPosition.lo: source/org/w3c/dom/css/CSS2BackgroundPosition.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2BackgroundPosition.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2BackgroundPosition.Tpo" -c -o source/org/w3c/dom/css/CSS2BackgroundPosition.lo `test -f 'source/org/w3c/dom/css/CSS2BackgroundPosition.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2BackgroundPosition.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2BackgroundPosition.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2BackgroundPosition.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2BackgroundPosition.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2BackgroundPosition.java' object='source/org/w3c/dom/css/CSS2BackgroundPosition.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2BackgroundPosition.lo `test -f 'source/org/w3c/dom/css/CSS2BackgroundPosition.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2BackgroundPosition.java + + source/org/w3c/dom/css/CSS2BorderSpacing.lo: source/org/w3c/dom/css/CSS2BorderSpacing.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2BorderSpacing.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2BorderSpacing.Tpo" -c -o source/org/w3c/dom/css/CSS2BorderSpacing.lo `test -f 'source/org/w3c/dom/css/CSS2BorderSpacing.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2BorderSpacing.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2BorderSpacing.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2BorderSpacing.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2BorderSpacing.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2BorderSpacing.java' object='source/org/w3c/dom/css/CSS2BorderSpacing.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2BorderSpacing.lo `test -f 'source/org/w3c/dom/css/CSS2BorderSpacing.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2BorderSpacing.java + + source/org/w3c/dom/css/CSS2CounterIncrement.lo: source/org/w3c/dom/css/CSS2CounterIncrement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2CounterIncrement.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterIncrement.Tpo" -c -o source/org/w3c/dom/css/CSS2CounterIncrement.lo `test -f 'source/org/w3c/dom/css/CSS2CounterIncrement.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2CounterIncrement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterIncrement.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterIncrement.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterIncrement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2CounterIncrement.java' object='source/org/w3c/dom/css/CSS2CounterIncrement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2CounterIncrement.lo `test -f 'source/org/w3c/dom/css/CSS2CounterIncrement.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2CounterIncrement.java + + source/org/w3c/dom/css/CSS2CounterReset.lo: source/org/w3c/dom/css/CSS2CounterReset.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2CounterReset.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterReset.Tpo" -c -o source/org/w3c/dom/css/CSS2CounterReset.lo `test -f 'source/org/w3c/dom/css/CSS2CounterReset.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2CounterReset.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterReset.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterReset.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2CounterReset.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2CounterReset.java' object='source/org/w3c/dom/css/CSS2CounterReset.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2CounterReset.lo `test -f 'source/org/w3c/dom/css/CSS2CounterReset.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2CounterReset.java + + source/org/w3c/dom/css/CSS2Cursor.lo: source/org/w3c/dom/css/CSS2Cursor.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2Cursor.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2Cursor.Tpo" -c -o source/org/w3c/dom/css/CSS2Cursor.lo `test -f 'source/org/w3c/dom/css/CSS2Cursor.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Cursor.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Cursor.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2Cursor.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Cursor.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2Cursor.java' object='source/org/w3c/dom/css/CSS2Cursor.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2Cursor.lo `test -f 'source/org/w3c/dom/css/CSS2Cursor.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Cursor.java + + source/org/w3c/dom/css/CSS2FontFaceSrc.lo: source/org/w3c/dom/css/CSS2FontFaceSrc.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2FontFaceSrc.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceSrc.Tpo" -c -o source/org/w3c/dom/css/CSS2FontFaceSrc.lo `test -f 'source/org/w3c/dom/css/CSS2FontFaceSrc.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2FontFaceSrc.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceSrc.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceSrc.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceSrc.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2FontFaceSrc.java' object='source/org/w3c/dom/css/CSS2FontFaceSrc.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2FontFaceSrc.lo `test -f 'source/org/w3c/dom/css/CSS2FontFaceSrc.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2FontFaceSrc.java + + source/org/w3c/dom/css/CSS2FontFaceWidths.lo: source/org/w3c/dom/css/CSS2FontFaceWidths.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2FontFaceWidths.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceWidths.Tpo" -c -o source/org/w3c/dom/css/CSS2FontFaceWidths.lo `test -f 'source/org/w3c/dom/css/CSS2FontFaceWidths.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2FontFaceWidths.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceWidths.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceWidths.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2FontFaceWidths.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2FontFaceWidths.java' object='source/org/w3c/dom/css/CSS2FontFaceWidths.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2FontFaceWidths.lo `test -f 'source/org/w3c/dom/css/CSS2FontFaceWidths.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2FontFaceWidths.java + + source/org/w3c/dom/css/CSS2PageSize.lo: source/org/w3c/dom/css/CSS2PageSize.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2PageSize.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2PageSize.Tpo" -c -o source/org/w3c/dom/css/CSS2PageSize.lo `test -f 'source/org/w3c/dom/css/CSS2PageSize.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2PageSize.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2PageSize.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2PageSize.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2PageSize.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2PageSize.java' object='source/org/w3c/dom/css/CSS2PageSize.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2PageSize.lo `test -f 'source/org/w3c/dom/css/CSS2PageSize.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2PageSize.java + + source/org/w3c/dom/css/CSS2PlayDuring.lo: source/org/w3c/dom/css/CSS2PlayDuring.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2PlayDuring.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2PlayDuring.Tpo" -c -o source/org/w3c/dom/css/CSS2PlayDuring.lo `test -f 'source/org/w3c/dom/css/CSS2PlayDuring.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2PlayDuring.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2PlayDuring.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2PlayDuring.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2PlayDuring.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2PlayDuring.java' object='source/org/w3c/dom/css/CSS2PlayDuring.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2PlayDuring.lo `test -f 'source/org/w3c/dom/css/CSS2PlayDuring.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2PlayDuring.java + + source/org/w3c/dom/css/CSS2Properties.lo: source/org/w3c/dom/css/CSS2Properties.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2Properties.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2Properties.Tpo" -c -o source/org/w3c/dom/css/CSS2Properties.lo `test -f 'source/org/w3c/dom/css/CSS2Properties.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Properties.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Properties.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2Properties.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2Properties.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2Properties.java' object='source/org/w3c/dom/css/CSS2Properties.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2Properties.lo `test -f 'source/org/w3c/dom/css/CSS2Properties.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2Properties.java + + source/org/w3c/dom/css/CSS2TextShadow.lo: source/org/w3c/dom/css/CSS2TextShadow.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSS2TextShadow.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSS2TextShadow.Tpo" -c -o source/org/w3c/dom/css/CSS2TextShadow.lo `test -f 'source/org/w3c/dom/css/CSS2TextShadow.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2TextShadow.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2TextShadow.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSS2TextShadow.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSS2TextShadow.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSS2TextShadow.java' object='source/org/w3c/dom/css/CSS2TextShadow.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSS2TextShadow.lo `test -f 'source/org/w3c/dom/css/CSS2TextShadow.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSS2TextShadow.java + + source/org/w3c/dom/css/CSSCharsetRule.lo: source/org/w3c/dom/css/CSSCharsetRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSCharsetRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSCharsetRule.Tpo" -c -o source/org/w3c/dom/css/CSSCharsetRule.lo `test -f 'source/org/w3c/dom/css/CSSCharsetRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSCharsetRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSCharsetRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSCharsetRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSCharsetRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSCharsetRule.java' object='source/org/w3c/dom/css/CSSCharsetRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSCharsetRule.lo `test -f 'source/org/w3c/dom/css/CSSCharsetRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSCharsetRule.java + + source/org/w3c/dom/css/CSSFontFaceRule.lo: source/org/w3c/dom/css/CSSFontFaceRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSFontFaceRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSFontFaceRule.Tpo" -c -o source/org/w3c/dom/css/CSSFontFaceRule.lo `test -f 'source/org/w3c/dom/css/CSSFontFaceRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSFontFaceRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSFontFaceRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSFontFaceRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSFontFaceRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSFontFaceRule.java' object='source/org/w3c/dom/css/CSSFontFaceRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSFontFaceRule.lo `test -f 'source/org/w3c/dom/css/CSSFontFaceRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSFontFaceRule.java + + source/org/w3c/dom/css/CSSImportRule.lo: source/org/w3c/dom/css/CSSImportRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSImportRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSImportRule.Tpo" -c -o source/org/w3c/dom/css/CSSImportRule.lo `test -f 'source/org/w3c/dom/css/CSSImportRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSImportRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSImportRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSImportRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSImportRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSImportRule.java' object='source/org/w3c/dom/css/CSSImportRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSImportRule.lo `test -f 'source/org/w3c/dom/css/CSSImportRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSImportRule.java + + source/org/w3c/dom/css/CSSMediaRule.lo: source/org/w3c/dom/css/CSSMediaRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSMediaRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSMediaRule.Tpo" -c -o source/org/w3c/dom/css/CSSMediaRule.lo `test -f 'source/org/w3c/dom/css/CSSMediaRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSMediaRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSMediaRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSMediaRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSMediaRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSMediaRule.java' object='source/org/w3c/dom/css/CSSMediaRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSMediaRule.lo `test -f 'source/org/w3c/dom/css/CSSMediaRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSMediaRule.java + + source/org/w3c/dom/css/CSSPageRule.lo: source/org/w3c/dom/css/CSSPageRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSPageRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSPageRule.Tpo" -c -o source/org/w3c/dom/css/CSSPageRule.lo `test -f 'source/org/w3c/dom/css/CSSPageRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSPageRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSPageRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSPageRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSPageRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSPageRule.java' object='source/org/w3c/dom/css/CSSPageRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSPageRule.lo `test -f 'source/org/w3c/dom/css/CSSPageRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSPageRule.java + + source/org/w3c/dom/css/CSSPrimitiveValue.lo: source/org/w3c/dom/css/CSSPrimitiveValue.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSPrimitiveValue.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSPrimitiveValue.Tpo" -c -o source/org/w3c/dom/css/CSSPrimitiveValue.lo `test -f 'source/org/w3c/dom/css/CSSPrimitiveValue.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSPrimitiveValue.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSPrimitiveValue.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSPrimitiveValue.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSPrimitiveValue.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSPrimitiveValue.java' object='source/org/w3c/dom/css/CSSPrimitiveValue.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSPrimitiveValue.lo `test -f 'source/org/w3c/dom/css/CSSPrimitiveValue.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSPrimitiveValue.java + + source/org/w3c/dom/css/CSSRule.lo: source/org/w3c/dom/css/CSSRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSRule.Tpo" -c -o source/org/w3c/dom/css/CSSRule.lo `test -f 'source/org/w3c/dom/css/CSSRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSRule.java' object='source/org/w3c/dom/css/CSSRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSRule.lo `test -f 'source/org/w3c/dom/css/CSSRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSRule.java + + source/org/w3c/dom/css/CSSRuleList.lo: source/org/w3c/dom/css/CSSRuleList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSRuleList.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSRuleList.Tpo" -c -o source/org/w3c/dom/css/CSSRuleList.lo `test -f 'source/org/w3c/dom/css/CSSRuleList.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSRuleList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSRuleList.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSRuleList.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSRuleList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSRuleList.java' object='source/org/w3c/dom/css/CSSRuleList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSRuleList.lo `test -f 'source/org/w3c/dom/css/CSSRuleList.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSRuleList.java + + source/org/w3c/dom/css/CSSStyleDeclaration.lo: source/org/w3c/dom/css/CSSStyleDeclaration.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSStyleDeclaration.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleDeclaration.Tpo" -c -o source/org/w3c/dom/css/CSSStyleDeclaration.lo `test -f 'source/org/w3c/dom/css/CSSStyleDeclaration.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleDeclaration.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleDeclaration.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleDeclaration.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleDeclaration.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSStyleDeclaration.java' object='source/org/w3c/dom/css/CSSStyleDeclaration.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSStyleDeclaration.lo `test -f 'source/org/w3c/dom/css/CSSStyleDeclaration.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleDeclaration.java + + source/org/w3c/dom/css/CSSStyleRule.lo: source/org/w3c/dom/css/CSSStyleRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSStyleRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleRule.Tpo" -c -o source/org/w3c/dom/css/CSSStyleRule.lo `test -f 'source/org/w3c/dom/css/CSSStyleRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSStyleRule.java' object='source/org/w3c/dom/css/CSSStyleRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSStyleRule.lo `test -f 'source/org/w3c/dom/css/CSSStyleRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleRule.java + + source/org/w3c/dom/css/CSSStyleSheet.lo: source/org/w3c/dom/css/CSSStyleSheet.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSStyleSheet.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleSheet.Tpo" -c -o source/org/w3c/dom/css/CSSStyleSheet.lo `test -f 'source/org/w3c/dom/css/CSSStyleSheet.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleSheet.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleSheet.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleSheet.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSStyleSheet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSStyleSheet.java' object='source/org/w3c/dom/css/CSSStyleSheet.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSStyleSheet.lo `test -f 'source/org/w3c/dom/css/CSSStyleSheet.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSStyleSheet.java + + source/org/w3c/dom/css/CSSUnknownRule.lo: source/org/w3c/dom/css/CSSUnknownRule.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSUnknownRule.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSUnknownRule.Tpo" -c -o source/org/w3c/dom/css/CSSUnknownRule.lo `test -f 'source/org/w3c/dom/css/CSSUnknownRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSUnknownRule.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSUnknownRule.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSUnknownRule.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSUnknownRule.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSUnknownRule.java' object='source/org/w3c/dom/css/CSSUnknownRule.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSUnknownRule.lo `test -f 'source/org/w3c/dom/css/CSSUnknownRule.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSUnknownRule.java + + source/org/w3c/dom/css/CSSValue.lo: source/org/w3c/dom/css/CSSValue.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSValue.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSValue.Tpo" -c -o source/org/w3c/dom/css/CSSValue.lo `test -f 'source/org/w3c/dom/css/CSSValue.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSValue.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSValue.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSValue.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSValue.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSValue.java' object='source/org/w3c/dom/css/CSSValue.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSValue.lo `test -f 'source/org/w3c/dom/css/CSSValue.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSValue.java + + source/org/w3c/dom/css/CSSValueList.lo: source/org/w3c/dom/css/CSSValueList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/CSSValueList.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/CSSValueList.Tpo" -c -o source/org/w3c/dom/css/CSSValueList.lo `test -f 'source/org/w3c/dom/css/CSSValueList.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSValueList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/CSSValueList.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/CSSValueList.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/CSSValueList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/CSSValueList.java' object='source/org/w3c/dom/css/CSSValueList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/CSSValueList.lo `test -f 'source/org/w3c/dom/css/CSSValueList.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/CSSValueList.java + + source/org/w3c/dom/css/Counter.lo: source/org/w3c/dom/css/Counter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/Counter.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/Counter.Tpo" -c -o source/org/w3c/dom/css/Counter.lo `test -f 'source/org/w3c/dom/css/Counter.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/Counter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/Counter.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/Counter.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/Counter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/Counter.java' object='source/org/w3c/dom/css/Counter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/Counter.lo `test -f 'source/org/w3c/dom/css/Counter.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/Counter.java + + source/org/w3c/dom/css/DOMImplementationCSS.lo: source/org/w3c/dom/css/DOMImplementationCSS.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/DOMImplementationCSS.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/DOMImplementationCSS.Tpo" -c -o source/org/w3c/dom/css/DOMImplementationCSS.lo `test -f 'source/org/w3c/dom/css/DOMImplementationCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/DOMImplementationCSS.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/DOMImplementationCSS.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/DOMImplementationCSS.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/DOMImplementationCSS.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/DOMImplementationCSS.java' object='source/org/w3c/dom/css/DOMImplementationCSS.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/DOMImplementationCSS.lo `test -f 'source/org/w3c/dom/css/DOMImplementationCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/DOMImplementationCSS.java + + source/org/w3c/dom/css/DocumentCSS.lo: source/org/w3c/dom/css/DocumentCSS.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/DocumentCSS.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/DocumentCSS.Tpo" -c -o source/org/w3c/dom/css/DocumentCSS.lo `test -f 'source/org/w3c/dom/css/DocumentCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/DocumentCSS.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/DocumentCSS.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/DocumentCSS.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/DocumentCSS.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/DocumentCSS.java' object='source/org/w3c/dom/css/DocumentCSS.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/DocumentCSS.lo `test -f 'source/org/w3c/dom/css/DocumentCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/DocumentCSS.java + + source/org/w3c/dom/css/ElementCSSInlineStyle.lo: source/org/w3c/dom/css/ElementCSSInlineStyle.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/ElementCSSInlineStyle.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/ElementCSSInlineStyle.Tpo" -c -o source/org/w3c/dom/css/ElementCSSInlineStyle.lo `test -f 'source/org/w3c/dom/css/ElementCSSInlineStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/ElementCSSInlineStyle.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/ElementCSSInlineStyle.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/ElementCSSInlineStyle.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/ElementCSSInlineStyle.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/ElementCSSInlineStyle.java' object='source/org/w3c/dom/css/ElementCSSInlineStyle.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/ElementCSSInlineStyle.lo `test -f 'source/org/w3c/dom/css/ElementCSSInlineStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/ElementCSSInlineStyle.java + + source/org/w3c/dom/css/RGBColor.lo: source/org/w3c/dom/css/RGBColor.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/RGBColor.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/RGBColor.Tpo" -c -o source/org/w3c/dom/css/RGBColor.lo `test -f 'source/org/w3c/dom/css/RGBColor.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/RGBColor.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/RGBColor.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/RGBColor.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/RGBColor.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/RGBColor.java' object='source/org/w3c/dom/css/RGBColor.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/RGBColor.lo `test -f 'source/org/w3c/dom/css/RGBColor.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/RGBColor.java + + source/org/w3c/dom/css/Rect.lo: source/org/w3c/dom/css/Rect.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/Rect.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/Rect.Tpo" -c -o source/org/w3c/dom/css/Rect.lo `test -f 'source/org/w3c/dom/css/Rect.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/Rect.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/Rect.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/Rect.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/Rect.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/Rect.java' object='source/org/w3c/dom/css/Rect.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/Rect.lo `test -f 'source/org/w3c/dom/css/Rect.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/Rect.java + + source/org/w3c/dom/css/ViewCSS.lo: source/org/w3c/dom/css/ViewCSS.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/css/ViewCSS.lo -MD -MP -MF "source/org/w3c/dom/css/$(DEPDIR)/ViewCSS.Tpo" -c -o source/org/w3c/dom/css/ViewCSS.lo `test -f 'source/org/w3c/dom/css/ViewCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/ViewCSS.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/css/$(DEPDIR)/ViewCSS.Tpo" "source/org/w3c/dom/css/$(DEPDIR)/ViewCSS.Plo"; else rm -f "source/org/w3c/dom/css/$(DEPDIR)/ViewCSS.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/css/ViewCSS.java' object='source/org/w3c/dom/css/ViewCSS.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/css/ViewCSS.lo `test -f 'source/org/w3c/dom/css/ViewCSS.java' || echo '$(srcdir)/'`source/org/w3c/dom/css/ViewCSS.java + + source/org/w3c/dom/events/DocumentEvent.lo: source/org/w3c/dom/events/DocumentEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/DocumentEvent.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/DocumentEvent.Tpo" -c -o source/org/w3c/dom/events/DocumentEvent.lo `test -f 'source/org/w3c/dom/events/DocumentEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/DocumentEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/DocumentEvent.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/DocumentEvent.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/DocumentEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/DocumentEvent.java' object='source/org/w3c/dom/events/DocumentEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/DocumentEvent.lo `test -f 'source/org/w3c/dom/events/DocumentEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/DocumentEvent.java + + source/org/w3c/dom/events/Event.lo: source/org/w3c/dom/events/Event.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/Event.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/Event.Tpo" -c -o source/org/w3c/dom/events/Event.lo `test -f 'source/org/w3c/dom/events/Event.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/Event.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/Event.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/Event.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/Event.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/Event.java' object='source/org/w3c/dom/events/Event.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/Event.lo `test -f 'source/org/w3c/dom/events/Event.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/Event.java + + source/org/w3c/dom/events/EventException.lo: source/org/w3c/dom/events/EventException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/EventException.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/EventException.Tpo" -c -o source/org/w3c/dom/events/EventException.lo `test -f 'source/org/w3c/dom/events/EventException.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/EventException.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/EventException.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/EventException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/EventException.java' object='source/org/w3c/dom/events/EventException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/EventException.lo `test -f 'source/org/w3c/dom/events/EventException.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventException.java + + source/org/w3c/dom/events/EventListener.lo: source/org/w3c/dom/events/EventListener.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/EventListener.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/EventListener.Tpo" -c -o source/org/w3c/dom/events/EventListener.lo `test -f 'source/org/w3c/dom/events/EventListener.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventListener.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/EventListener.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/EventListener.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/EventListener.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/EventListener.java' object='source/org/w3c/dom/events/EventListener.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/EventListener.lo `test -f 'source/org/w3c/dom/events/EventListener.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventListener.java + + source/org/w3c/dom/events/EventTarget.lo: source/org/w3c/dom/events/EventTarget.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/EventTarget.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/EventTarget.Tpo" -c -o source/org/w3c/dom/events/EventTarget.lo `test -f 'source/org/w3c/dom/events/EventTarget.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventTarget.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/EventTarget.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/EventTarget.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/EventTarget.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/EventTarget.java' object='source/org/w3c/dom/events/EventTarget.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/EventTarget.lo `test -f 'source/org/w3c/dom/events/EventTarget.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/EventTarget.java + + source/org/w3c/dom/events/MouseEvent.lo: source/org/w3c/dom/events/MouseEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/MouseEvent.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/MouseEvent.Tpo" -c -o source/org/w3c/dom/events/MouseEvent.lo `test -f 'source/org/w3c/dom/events/MouseEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/MouseEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/MouseEvent.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/MouseEvent.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/MouseEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/MouseEvent.java' object='source/org/w3c/dom/events/MouseEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/MouseEvent.lo `test -f 'source/org/w3c/dom/events/MouseEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/MouseEvent.java + + source/org/w3c/dom/events/MutationEvent.lo: source/org/w3c/dom/events/MutationEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/MutationEvent.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/MutationEvent.Tpo" -c -o source/org/w3c/dom/events/MutationEvent.lo `test -f 'source/org/w3c/dom/events/MutationEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/MutationEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/MutationEvent.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/MutationEvent.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/MutationEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/MutationEvent.java' object='source/org/w3c/dom/events/MutationEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/MutationEvent.lo `test -f 'source/org/w3c/dom/events/MutationEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/MutationEvent.java + + source/org/w3c/dom/events/UIEvent.lo: source/org/w3c/dom/events/UIEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/events/UIEvent.lo -MD -MP -MF "source/org/w3c/dom/events/$(DEPDIR)/UIEvent.Tpo" -c -o source/org/w3c/dom/events/UIEvent.lo `test -f 'source/org/w3c/dom/events/UIEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/UIEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/events/$(DEPDIR)/UIEvent.Tpo" "source/org/w3c/dom/events/$(DEPDIR)/UIEvent.Plo"; else rm -f "source/org/w3c/dom/events/$(DEPDIR)/UIEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/events/UIEvent.java' object='source/org/w3c/dom/events/UIEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/events/UIEvent.lo `test -f 'source/org/w3c/dom/events/UIEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/events/UIEvent.java + + source/org/w3c/dom/html/HTMLAnchorElement.lo: source/org/w3c/dom/html/HTMLAnchorElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLAnchorElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLAnchorElement.Tpo" -c -o source/org/w3c/dom/html/HTMLAnchorElement.lo `test -f 'source/org/w3c/dom/html/HTMLAnchorElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAnchorElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAnchorElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLAnchorElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAnchorElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLAnchorElement.java' object='source/org/w3c/dom/html/HTMLAnchorElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLAnchorElement.lo `test -f 'source/org/w3c/dom/html/HTMLAnchorElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAnchorElement.java + + source/org/w3c/dom/html/HTMLAppletElement.lo: source/org/w3c/dom/html/HTMLAppletElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLAppletElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLAppletElement.Tpo" -c -o source/org/w3c/dom/html/HTMLAppletElement.lo `test -f 'source/org/w3c/dom/html/HTMLAppletElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAppletElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAppletElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLAppletElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAppletElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLAppletElement.java' object='source/org/w3c/dom/html/HTMLAppletElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLAppletElement.lo `test -f 'source/org/w3c/dom/html/HTMLAppletElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAppletElement.java + + source/org/w3c/dom/html/HTMLAreaElement.lo: source/org/w3c/dom/html/HTMLAreaElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLAreaElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLAreaElement.Tpo" -c -o source/org/w3c/dom/html/HTMLAreaElement.lo `test -f 'source/org/w3c/dom/html/HTMLAreaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAreaElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAreaElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLAreaElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLAreaElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLAreaElement.java' object='source/org/w3c/dom/html/HTMLAreaElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLAreaElement.lo `test -f 'source/org/w3c/dom/html/HTMLAreaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLAreaElement.java + + source/org/w3c/dom/html/HTMLBRElement.lo: source/org/w3c/dom/html/HTMLBRElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLBRElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLBRElement.Tpo" -c -o source/org/w3c/dom/html/HTMLBRElement.lo `test -f 'source/org/w3c/dom/html/HTMLBRElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBRElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBRElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLBRElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBRElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLBRElement.java' object='source/org/w3c/dom/html/HTMLBRElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLBRElement.lo `test -f 'source/org/w3c/dom/html/HTMLBRElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBRElement.java + + source/org/w3c/dom/html/HTMLBaseElement.lo: source/org/w3c/dom/html/HTMLBaseElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLBaseElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseElement.Tpo" -c -o source/org/w3c/dom/html/HTMLBaseElement.lo `test -f 'source/org/w3c/dom/html/HTMLBaseElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBaseElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLBaseElement.java' object='source/org/w3c/dom/html/HTMLBaseElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLBaseElement.lo `test -f 'source/org/w3c/dom/html/HTMLBaseElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBaseElement.java + + source/org/w3c/dom/html/HTMLBaseFontElement.lo: source/org/w3c/dom/html/HTMLBaseFontElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLBaseFontElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseFontElement.Tpo" -c -o source/org/w3c/dom/html/HTMLBaseFontElement.lo `test -f 'source/org/w3c/dom/html/HTMLBaseFontElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBaseFontElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseFontElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseFontElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBaseFontElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLBaseFontElement.java' object='source/org/w3c/dom/html/HTMLBaseFontElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLBaseFontElement.lo `test -f 'source/org/w3c/dom/html/HTMLBaseFontElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBaseFontElement.java + + source/org/w3c/dom/html/HTMLBodyElement.lo: source/org/w3c/dom/html/HTMLBodyElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLBodyElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLBodyElement.Tpo" -c -o source/org/w3c/dom/html/HTMLBodyElement.lo `test -f 'source/org/w3c/dom/html/HTMLBodyElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBodyElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBodyElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLBodyElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLBodyElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLBodyElement.java' object='source/org/w3c/dom/html/HTMLBodyElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLBodyElement.lo `test -f 'source/org/w3c/dom/html/HTMLBodyElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLBodyElement.java + + source/org/w3c/dom/html/HTMLButtonElement.lo: source/org/w3c/dom/html/HTMLButtonElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLButtonElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLButtonElement.Tpo" -c -o source/org/w3c/dom/html/HTMLButtonElement.lo `test -f 'source/org/w3c/dom/html/HTMLButtonElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLButtonElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLButtonElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLButtonElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLButtonElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLButtonElement.java' object='source/org/w3c/dom/html/HTMLButtonElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLButtonElement.lo `test -f 'source/org/w3c/dom/html/HTMLButtonElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLButtonElement.java + + source/org/w3c/dom/html/HTMLCollection.lo: source/org/w3c/dom/html/HTMLCollection.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLCollection.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLCollection.Tpo" -c -o source/org/w3c/dom/html/HTMLCollection.lo `test -f 'source/org/w3c/dom/html/HTMLCollection.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLCollection.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLCollection.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLCollection.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLCollection.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLCollection.java' object='source/org/w3c/dom/html/HTMLCollection.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLCollection.lo `test -f 'source/org/w3c/dom/html/HTMLCollection.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLCollection.java + + source/org/w3c/dom/html/HTMLDListElement.lo: source/org/w3c/dom/html/HTMLDListElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLDListElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLDListElement.Tpo" -c -o source/org/w3c/dom/html/HTMLDListElement.lo `test -f 'source/org/w3c/dom/html/HTMLDListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDListElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDListElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLDListElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDListElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLDListElement.java' object='source/org/w3c/dom/html/HTMLDListElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLDListElement.lo `test -f 'source/org/w3c/dom/html/HTMLDListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDListElement.java + + source/org/w3c/dom/html/HTMLDOMImplementation.lo: source/org/w3c/dom/html/HTMLDOMImplementation.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLDOMImplementation.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLDOMImplementation.Tpo" -c -o source/org/w3c/dom/html/HTMLDOMImplementation.lo `test -f 'source/org/w3c/dom/html/HTMLDOMImplementation.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDOMImplementation.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDOMImplementation.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLDOMImplementation.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDOMImplementation.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLDOMImplementation.java' object='source/org/w3c/dom/html/HTMLDOMImplementation.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLDOMImplementation.lo `test -f 'source/org/w3c/dom/html/HTMLDOMImplementation.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDOMImplementation.java + + source/org/w3c/dom/html/HTMLDirectoryElement.lo: source/org/w3c/dom/html/HTMLDirectoryElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLDirectoryElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLDirectoryElement.Tpo" -c -o source/org/w3c/dom/html/HTMLDirectoryElement.lo `test -f 'source/org/w3c/dom/html/HTMLDirectoryElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDirectoryElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDirectoryElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLDirectoryElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDirectoryElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLDirectoryElement.java' object='source/org/w3c/dom/html/HTMLDirectoryElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLDirectoryElement.lo `test -f 'source/org/w3c/dom/html/HTMLDirectoryElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDirectoryElement.java + + source/org/w3c/dom/html/HTMLDivElement.lo: source/org/w3c/dom/html/HTMLDivElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLDivElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLDivElement.Tpo" -c -o source/org/w3c/dom/html/HTMLDivElement.lo `test -f 'source/org/w3c/dom/html/HTMLDivElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDivElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDivElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLDivElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDivElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLDivElement.java' object='source/org/w3c/dom/html/HTMLDivElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLDivElement.lo `test -f 'source/org/w3c/dom/html/HTMLDivElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDivElement.java + + source/org/w3c/dom/html/HTMLDocument.lo: source/org/w3c/dom/html/HTMLDocument.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLDocument.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLDocument.Tpo" -c -o source/org/w3c/dom/html/HTMLDocument.lo `test -f 'source/org/w3c/dom/html/HTMLDocument.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDocument.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDocument.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLDocument.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLDocument.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLDocument.java' object='source/org/w3c/dom/html/HTMLDocument.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLDocument.lo `test -f 'source/org/w3c/dom/html/HTMLDocument.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLDocument.java + + source/org/w3c/dom/html/HTMLElement.lo: source/org/w3c/dom/html/HTMLElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLElement.Tpo" -c -o source/org/w3c/dom/html/HTMLElement.lo `test -f 'source/org/w3c/dom/html/HTMLElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLElement.java' object='source/org/w3c/dom/html/HTMLElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLElement.lo `test -f 'source/org/w3c/dom/html/HTMLElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLElement.java + + source/org/w3c/dom/html/HTMLFieldSetElement.lo: source/org/w3c/dom/html/HTMLFieldSetElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLFieldSetElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLFieldSetElement.Tpo" -c -o source/org/w3c/dom/html/HTMLFieldSetElement.lo `test -f 'source/org/w3c/dom/html/HTMLFieldSetElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFieldSetElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFieldSetElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLFieldSetElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFieldSetElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLFieldSetElement.java' object='source/org/w3c/dom/html/HTMLFieldSetElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLFieldSetElement.lo `test -f 'source/org/w3c/dom/html/HTMLFieldSetElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFieldSetElement.java + + source/org/w3c/dom/html/HTMLFontElement.lo: source/org/w3c/dom/html/HTMLFontElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLFontElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLFontElement.Tpo" -c -o source/org/w3c/dom/html/HTMLFontElement.lo `test -f 'source/org/w3c/dom/html/HTMLFontElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFontElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFontElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLFontElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFontElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLFontElement.java' object='source/org/w3c/dom/html/HTMLFontElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLFontElement.lo `test -f 'source/org/w3c/dom/html/HTMLFontElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFontElement.java + + source/org/w3c/dom/html/HTMLFormElement.lo: source/org/w3c/dom/html/HTMLFormElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLFormElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLFormElement.Tpo" -c -o source/org/w3c/dom/html/HTMLFormElement.lo `test -f 'source/org/w3c/dom/html/HTMLFormElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFormElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFormElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLFormElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFormElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLFormElement.java' object='source/org/w3c/dom/html/HTMLFormElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLFormElement.lo `test -f 'source/org/w3c/dom/html/HTMLFormElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFormElement.java + + source/org/w3c/dom/html/HTMLFrameElement.lo: source/org/w3c/dom/html/HTMLFrameElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLFrameElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameElement.Tpo" -c -o source/org/w3c/dom/html/HTMLFrameElement.lo `test -f 'source/org/w3c/dom/html/HTMLFrameElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFrameElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLFrameElement.java' object='source/org/w3c/dom/html/HTMLFrameElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLFrameElement.lo `test -f 'source/org/w3c/dom/html/HTMLFrameElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFrameElement.java + + source/org/w3c/dom/html/HTMLFrameSetElement.lo: source/org/w3c/dom/html/HTMLFrameSetElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLFrameSetElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameSetElement.Tpo" -c -o source/org/w3c/dom/html/HTMLFrameSetElement.lo `test -f 'source/org/w3c/dom/html/HTMLFrameSetElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFrameSetElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameSetElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameSetElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLFrameSetElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLFrameSetElement.java' object='source/org/w3c/dom/html/HTMLFrameSetElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLFrameSetElement.lo `test -f 'source/org/w3c/dom/html/HTMLFrameSetElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLFrameSetElement.java + + source/org/w3c/dom/html/HTMLHRElement.lo: source/org/w3c/dom/html/HTMLHRElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLHRElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLHRElement.Tpo" -c -o source/org/w3c/dom/html/HTMLHRElement.lo `test -f 'source/org/w3c/dom/html/HTMLHRElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHRElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHRElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLHRElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHRElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLHRElement.java' object='source/org/w3c/dom/html/HTMLHRElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLHRElement.lo `test -f 'source/org/w3c/dom/html/HTMLHRElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHRElement.java + + source/org/w3c/dom/html/HTMLHeadElement.lo: source/org/w3c/dom/html/HTMLHeadElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLHeadElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadElement.Tpo" -c -o source/org/w3c/dom/html/HTMLHeadElement.lo `test -f 'source/org/w3c/dom/html/HTMLHeadElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHeadElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLHeadElement.java' object='source/org/w3c/dom/html/HTMLHeadElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLHeadElement.lo `test -f 'source/org/w3c/dom/html/HTMLHeadElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHeadElement.java + + source/org/w3c/dom/html/HTMLHeadingElement.lo: source/org/w3c/dom/html/HTMLHeadingElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLHeadingElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadingElement.Tpo" -c -o source/org/w3c/dom/html/HTMLHeadingElement.lo `test -f 'source/org/w3c/dom/html/HTMLHeadingElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHeadingElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadingElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadingElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHeadingElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLHeadingElement.java' object='source/org/w3c/dom/html/HTMLHeadingElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLHeadingElement.lo `test -f 'source/org/w3c/dom/html/HTMLHeadingElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHeadingElement.java + + source/org/w3c/dom/html/HTMLHtmlElement.lo: source/org/w3c/dom/html/HTMLHtmlElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLHtmlElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLHtmlElement.Tpo" -c -o source/org/w3c/dom/html/HTMLHtmlElement.lo `test -f 'source/org/w3c/dom/html/HTMLHtmlElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHtmlElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHtmlElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLHtmlElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLHtmlElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLHtmlElement.java' object='source/org/w3c/dom/html/HTMLHtmlElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLHtmlElement.lo `test -f 'source/org/w3c/dom/html/HTMLHtmlElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLHtmlElement.java + + source/org/w3c/dom/html/HTMLIFrameElement.lo: source/org/w3c/dom/html/HTMLIFrameElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLIFrameElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLIFrameElement.Tpo" -c -o source/org/w3c/dom/html/HTMLIFrameElement.lo `test -f 'source/org/w3c/dom/html/HTMLIFrameElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLIFrameElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLIFrameElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLIFrameElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLIFrameElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLIFrameElement.java' object='source/org/w3c/dom/html/HTMLIFrameElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLIFrameElement.lo `test -f 'source/org/w3c/dom/html/HTMLIFrameElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLIFrameElement.java + + source/org/w3c/dom/html/HTMLImageElement.lo: source/org/w3c/dom/html/HTMLImageElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLImageElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLImageElement.Tpo" -c -o source/org/w3c/dom/html/HTMLImageElement.lo `test -f 'source/org/w3c/dom/html/HTMLImageElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLImageElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLImageElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLImageElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLImageElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLImageElement.java' object='source/org/w3c/dom/html/HTMLImageElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLImageElement.lo `test -f 'source/org/w3c/dom/html/HTMLImageElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLImageElement.java + + source/org/w3c/dom/html/HTMLInputElement.lo: source/org/w3c/dom/html/HTMLInputElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLInputElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLInputElement.Tpo" -c -o source/org/w3c/dom/html/HTMLInputElement.lo `test -f 'source/org/w3c/dom/html/HTMLInputElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLInputElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLInputElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLInputElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLInputElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLInputElement.java' object='source/org/w3c/dom/html/HTMLInputElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLInputElement.lo `test -f 'source/org/w3c/dom/html/HTMLInputElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLInputElement.java + + source/org/w3c/dom/html/HTMLIsIndexElement.lo: source/org/w3c/dom/html/HTMLIsIndexElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLIsIndexElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLIsIndexElement.Tpo" -c -o source/org/w3c/dom/html/HTMLIsIndexElement.lo `test -f 'source/org/w3c/dom/html/HTMLIsIndexElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLIsIndexElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLIsIndexElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLIsIndexElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLIsIndexElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLIsIndexElement.java' object='source/org/w3c/dom/html/HTMLIsIndexElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLIsIndexElement.lo `test -f 'source/org/w3c/dom/html/HTMLIsIndexElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLIsIndexElement.java + + source/org/w3c/dom/html/HTMLLIElement.lo: source/org/w3c/dom/html/HTMLLIElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLLIElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLLIElement.Tpo" -c -o source/org/w3c/dom/html/HTMLLIElement.lo `test -f 'source/org/w3c/dom/html/HTMLLIElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLIElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLIElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLLIElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLIElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLLIElement.java' object='source/org/w3c/dom/html/HTMLLIElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLLIElement.lo `test -f 'source/org/w3c/dom/html/HTMLLIElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLIElement.java + + source/org/w3c/dom/html/HTMLLabelElement.lo: source/org/w3c/dom/html/HTMLLabelElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLLabelElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLLabelElement.Tpo" -c -o source/org/w3c/dom/html/HTMLLabelElement.lo `test -f 'source/org/w3c/dom/html/HTMLLabelElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLabelElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLabelElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLLabelElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLabelElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLLabelElement.java' object='source/org/w3c/dom/html/HTMLLabelElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLLabelElement.lo `test -f 'source/org/w3c/dom/html/HTMLLabelElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLabelElement.java + + source/org/w3c/dom/html/HTMLLegendElement.lo: source/org/w3c/dom/html/HTMLLegendElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLLegendElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLLegendElement.Tpo" -c -o source/org/w3c/dom/html/HTMLLegendElement.lo `test -f 'source/org/w3c/dom/html/HTMLLegendElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLegendElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLegendElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLLegendElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLegendElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLLegendElement.java' object='source/org/w3c/dom/html/HTMLLegendElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLLegendElement.lo `test -f 'source/org/w3c/dom/html/HTMLLegendElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLegendElement.java + + source/org/w3c/dom/html/HTMLLinkElement.lo: source/org/w3c/dom/html/HTMLLinkElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLLinkElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLLinkElement.Tpo" -c -o source/org/w3c/dom/html/HTMLLinkElement.lo `test -f 'source/org/w3c/dom/html/HTMLLinkElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLinkElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLinkElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLLinkElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLLinkElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLLinkElement.java' object='source/org/w3c/dom/html/HTMLLinkElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLLinkElement.lo `test -f 'source/org/w3c/dom/html/HTMLLinkElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLLinkElement.java + + source/org/w3c/dom/html/HTMLMapElement.lo: source/org/w3c/dom/html/HTMLMapElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLMapElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLMapElement.Tpo" -c -o source/org/w3c/dom/html/HTMLMapElement.lo `test -f 'source/org/w3c/dom/html/HTMLMapElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMapElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMapElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLMapElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMapElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLMapElement.java' object='source/org/w3c/dom/html/HTMLMapElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLMapElement.lo `test -f 'source/org/w3c/dom/html/HTMLMapElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMapElement.java + + source/org/w3c/dom/html/HTMLMenuElement.lo: source/org/w3c/dom/html/HTMLMenuElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLMenuElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLMenuElement.Tpo" -c -o source/org/w3c/dom/html/HTMLMenuElement.lo `test -f 'source/org/w3c/dom/html/HTMLMenuElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMenuElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMenuElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLMenuElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMenuElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLMenuElement.java' object='source/org/w3c/dom/html/HTMLMenuElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLMenuElement.lo `test -f 'source/org/w3c/dom/html/HTMLMenuElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMenuElement.java + + source/org/w3c/dom/html/HTMLMetaElement.lo: source/org/w3c/dom/html/HTMLMetaElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLMetaElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLMetaElement.Tpo" -c -o source/org/w3c/dom/html/HTMLMetaElement.lo `test -f 'source/org/w3c/dom/html/HTMLMetaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMetaElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMetaElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLMetaElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLMetaElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLMetaElement.java' object='source/org/w3c/dom/html/HTMLMetaElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLMetaElement.lo `test -f 'source/org/w3c/dom/html/HTMLMetaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLMetaElement.java + + source/org/w3c/dom/html/HTMLModElement.lo: source/org/w3c/dom/html/HTMLModElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLModElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLModElement.Tpo" -c -o source/org/w3c/dom/html/HTMLModElement.lo `test -f 'source/org/w3c/dom/html/HTMLModElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLModElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLModElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLModElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLModElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLModElement.java' object='source/org/w3c/dom/html/HTMLModElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLModElement.lo `test -f 'source/org/w3c/dom/html/HTMLModElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLModElement.java + + source/org/w3c/dom/html/HTMLOListElement.lo: source/org/w3c/dom/html/HTMLOListElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLOListElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLOListElement.Tpo" -c -o source/org/w3c/dom/html/HTMLOListElement.lo `test -f 'source/org/w3c/dom/html/HTMLOListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOListElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOListElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLOListElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOListElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLOListElement.java' object='source/org/w3c/dom/html/HTMLOListElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLOListElement.lo `test -f 'source/org/w3c/dom/html/HTMLOListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOListElement.java + + source/org/w3c/dom/html/HTMLObjectElement.lo: source/org/w3c/dom/html/HTMLObjectElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLObjectElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLObjectElement.Tpo" -c -o source/org/w3c/dom/html/HTMLObjectElement.lo `test -f 'source/org/w3c/dom/html/HTMLObjectElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLObjectElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLObjectElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLObjectElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLObjectElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLObjectElement.java' object='source/org/w3c/dom/html/HTMLObjectElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLObjectElement.lo `test -f 'source/org/w3c/dom/html/HTMLObjectElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLObjectElement.java + + source/org/w3c/dom/html/HTMLOptGroupElement.lo: source/org/w3c/dom/html/HTMLOptGroupElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLOptGroupElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptGroupElement.Tpo" -c -o source/org/w3c/dom/html/HTMLOptGroupElement.lo `test -f 'source/org/w3c/dom/html/HTMLOptGroupElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOptGroupElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptGroupElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptGroupElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptGroupElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLOptGroupElement.java' object='source/org/w3c/dom/html/HTMLOptGroupElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLOptGroupElement.lo `test -f 'source/org/w3c/dom/html/HTMLOptGroupElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOptGroupElement.java + + source/org/w3c/dom/html/HTMLOptionElement.lo: source/org/w3c/dom/html/HTMLOptionElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLOptionElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptionElement.Tpo" -c -o source/org/w3c/dom/html/HTMLOptionElement.lo `test -f 'source/org/w3c/dom/html/HTMLOptionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOptionElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptionElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptionElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLOptionElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLOptionElement.java' object='source/org/w3c/dom/html/HTMLOptionElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLOptionElement.lo `test -f 'source/org/w3c/dom/html/HTMLOptionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLOptionElement.java + + source/org/w3c/dom/html/HTMLParagraphElement.lo: source/org/w3c/dom/html/HTMLParagraphElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLParagraphElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLParagraphElement.Tpo" -c -o source/org/w3c/dom/html/HTMLParagraphElement.lo `test -f 'source/org/w3c/dom/html/HTMLParagraphElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLParagraphElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLParagraphElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLParagraphElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLParagraphElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLParagraphElement.java' object='source/org/w3c/dom/html/HTMLParagraphElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLParagraphElement.lo `test -f 'source/org/w3c/dom/html/HTMLParagraphElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLParagraphElement.java + + source/org/w3c/dom/html/HTMLParamElement.lo: source/org/w3c/dom/html/HTMLParamElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLParamElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLParamElement.Tpo" -c -o source/org/w3c/dom/html/HTMLParamElement.lo `test -f 'source/org/w3c/dom/html/HTMLParamElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLParamElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLParamElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLParamElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLParamElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLParamElement.java' object='source/org/w3c/dom/html/HTMLParamElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLParamElement.lo `test -f 'source/org/w3c/dom/html/HTMLParamElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLParamElement.java + + source/org/w3c/dom/html/HTMLPreElement.lo: source/org/w3c/dom/html/HTMLPreElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLPreElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLPreElement.Tpo" -c -o source/org/w3c/dom/html/HTMLPreElement.lo `test -f 'source/org/w3c/dom/html/HTMLPreElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLPreElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLPreElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLPreElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLPreElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLPreElement.java' object='source/org/w3c/dom/html/HTMLPreElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLPreElement.lo `test -f 'source/org/w3c/dom/html/HTMLPreElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLPreElement.java + + source/org/w3c/dom/html/HTMLQuoteElement.lo: source/org/w3c/dom/html/HTMLQuoteElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLQuoteElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLQuoteElement.Tpo" -c -o source/org/w3c/dom/html/HTMLQuoteElement.lo `test -f 'source/org/w3c/dom/html/HTMLQuoteElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLQuoteElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLQuoteElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLQuoteElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLQuoteElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLQuoteElement.java' object='source/org/w3c/dom/html/HTMLQuoteElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLQuoteElement.lo `test -f 'source/org/w3c/dom/html/HTMLQuoteElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLQuoteElement.java + + source/org/w3c/dom/html/HTMLScriptElement.lo: source/org/w3c/dom/html/HTMLScriptElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLScriptElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLScriptElement.Tpo" -c -o source/org/w3c/dom/html/HTMLScriptElement.lo `test -f 'source/org/w3c/dom/html/HTMLScriptElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLScriptElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLScriptElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLScriptElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLScriptElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLScriptElement.java' object='source/org/w3c/dom/html/HTMLScriptElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLScriptElement.lo `test -f 'source/org/w3c/dom/html/HTMLScriptElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLScriptElement.java + + source/org/w3c/dom/html/HTMLSelectElement.lo: source/org/w3c/dom/html/HTMLSelectElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLSelectElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLSelectElement.Tpo" -c -o source/org/w3c/dom/html/HTMLSelectElement.lo `test -f 'source/org/w3c/dom/html/HTMLSelectElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLSelectElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLSelectElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLSelectElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLSelectElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLSelectElement.java' object='source/org/w3c/dom/html/HTMLSelectElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLSelectElement.lo `test -f 'source/org/w3c/dom/html/HTMLSelectElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLSelectElement.java + + source/org/w3c/dom/html/HTMLStyleElement.lo: source/org/w3c/dom/html/HTMLStyleElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLStyleElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLStyleElement.Tpo" -c -o source/org/w3c/dom/html/HTMLStyleElement.lo `test -f 'source/org/w3c/dom/html/HTMLStyleElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLStyleElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLStyleElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLStyleElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLStyleElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLStyleElement.java' object='source/org/w3c/dom/html/HTMLStyleElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLStyleElement.lo `test -f 'source/org/w3c/dom/html/HTMLStyleElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLStyleElement.java + + source/org/w3c/dom/html/HTMLTableCaptionElement.lo: source/org/w3c/dom/html/HTMLTableCaptionElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableCaptionElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCaptionElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableCaptionElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableCaptionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableCaptionElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCaptionElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCaptionElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCaptionElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableCaptionElement.java' object='source/org/w3c/dom/html/HTMLTableCaptionElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableCaptionElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableCaptionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableCaptionElement.java + + source/org/w3c/dom/html/HTMLTableCellElement.lo: source/org/w3c/dom/html/HTMLTableCellElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableCellElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCellElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableCellElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableCellElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableCellElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCellElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCellElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableCellElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableCellElement.java' object='source/org/w3c/dom/html/HTMLTableCellElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableCellElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableCellElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableCellElement.java + + source/org/w3c/dom/html/HTMLTableColElement.lo: source/org/w3c/dom/html/HTMLTableColElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableColElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableColElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableColElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableColElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableColElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableColElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableColElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableColElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableColElement.java' object='source/org/w3c/dom/html/HTMLTableColElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableColElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableColElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableColElement.java + + source/org/w3c/dom/html/HTMLTableElement.lo: source/org/w3c/dom/html/HTMLTableElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableElement.java' object='source/org/w3c/dom/html/HTMLTableElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableElement.java + + source/org/w3c/dom/html/HTMLTableRowElement.lo: source/org/w3c/dom/html/HTMLTableRowElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableRowElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableRowElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableRowElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableRowElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableRowElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableRowElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableRowElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableRowElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableRowElement.java' object='source/org/w3c/dom/html/HTMLTableRowElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableRowElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableRowElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableRowElement.java + + source/org/w3c/dom/html/HTMLTableSectionElement.lo: source/org/w3c/dom/html/HTMLTableSectionElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTableSectionElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableSectionElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTableSectionElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableSectionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableSectionElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableSectionElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableSectionElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTableSectionElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTableSectionElement.java' object='source/org/w3c/dom/html/HTMLTableSectionElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTableSectionElement.lo `test -f 'source/org/w3c/dom/html/HTMLTableSectionElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTableSectionElement.java + + source/org/w3c/dom/html/HTMLTextAreaElement.lo: source/org/w3c/dom/html/HTMLTextAreaElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTextAreaElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTextAreaElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTextAreaElement.lo `test -f 'source/org/w3c/dom/html/HTMLTextAreaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTextAreaElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTextAreaElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTextAreaElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTextAreaElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTextAreaElement.java' object='source/org/w3c/dom/html/HTMLTextAreaElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTextAreaElement.lo `test -f 'source/org/w3c/dom/html/HTMLTextAreaElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTextAreaElement.java + + source/org/w3c/dom/html/HTMLTitleElement.lo: source/org/w3c/dom/html/HTMLTitleElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLTitleElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLTitleElement.Tpo" -c -o source/org/w3c/dom/html/HTMLTitleElement.lo `test -f 'source/org/w3c/dom/html/HTMLTitleElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTitleElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTitleElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLTitleElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLTitleElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLTitleElement.java' object='source/org/w3c/dom/html/HTMLTitleElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLTitleElement.lo `test -f 'source/org/w3c/dom/html/HTMLTitleElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLTitleElement.java + + source/org/w3c/dom/html/HTMLUListElement.lo: source/org/w3c/dom/html/HTMLUListElement.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/html/HTMLUListElement.lo -MD -MP -MF "source/org/w3c/dom/html/$(DEPDIR)/HTMLUListElement.Tpo" -c -o source/org/w3c/dom/html/HTMLUListElement.lo `test -f 'source/org/w3c/dom/html/HTMLUListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLUListElement.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLUListElement.Tpo" "source/org/w3c/dom/html/$(DEPDIR)/HTMLUListElement.Plo"; else rm -f "source/org/w3c/dom/html/$(DEPDIR)/HTMLUListElement.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/html/HTMLUListElement.java' object='source/org/w3c/dom/html/HTMLUListElement.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/html/HTMLUListElement.lo `test -f 'source/org/w3c/dom/html/HTMLUListElement.java' || echo '$(srcdir)/'`source/org/w3c/dom/html/HTMLUListElement.java + + source/org/w3c/dom/ls/DOMImplementationLS.lo: source/org/w3c/dom/ls/DOMImplementationLS.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/DOMImplementationLS.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/DOMImplementationLS.Tpo" -c -o source/org/w3c/dom/ls/DOMImplementationLS.lo `test -f 'source/org/w3c/dom/ls/DOMImplementationLS.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/DOMImplementationLS.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/DOMImplementationLS.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/DOMImplementationLS.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/DOMImplementationLS.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/DOMImplementationLS.java' object='source/org/w3c/dom/ls/DOMImplementationLS.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/DOMImplementationLS.lo `test -f 'source/org/w3c/dom/ls/DOMImplementationLS.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/DOMImplementationLS.java + + source/org/w3c/dom/ls/LSException.lo: source/org/w3c/dom/ls/LSException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSException.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSException.Tpo" -c -o source/org/w3c/dom/ls/LSException.lo `test -f 'source/org/w3c/dom/ls/LSException.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSException.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSException.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSException.java' object='source/org/w3c/dom/ls/LSException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSException.lo `test -f 'source/org/w3c/dom/ls/LSException.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSException.java + + source/org/w3c/dom/ls/LSInput.lo: source/org/w3c/dom/ls/LSInput.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSInput.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSInput.Tpo" -c -o source/org/w3c/dom/ls/LSInput.lo `test -f 'source/org/w3c/dom/ls/LSInput.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSInput.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSInput.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSInput.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSInput.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSInput.java' object='source/org/w3c/dom/ls/LSInput.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSInput.lo `test -f 'source/org/w3c/dom/ls/LSInput.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSInput.java + + source/org/w3c/dom/ls/LSLoadEvent.lo: source/org/w3c/dom/ls/LSLoadEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSLoadEvent.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSLoadEvent.Tpo" -c -o source/org/w3c/dom/ls/LSLoadEvent.lo `test -f 'source/org/w3c/dom/ls/LSLoadEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSLoadEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSLoadEvent.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSLoadEvent.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSLoadEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSLoadEvent.java' object='source/org/w3c/dom/ls/LSLoadEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSLoadEvent.lo `test -f 'source/org/w3c/dom/ls/LSLoadEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSLoadEvent.java + + source/org/w3c/dom/ls/LSOutput.lo: source/org/w3c/dom/ls/LSOutput.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSOutput.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSOutput.Tpo" -c -o source/org/w3c/dom/ls/LSOutput.lo `test -f 'source/org/w3c/dom/ls/LSOutput.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSOutput.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSOutput.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSOutput.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSOutput.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSOutput.java' object='source/org/w3c/dom/ls/LSOutput.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSOutput.lo `test -f 'source/org/w3c/dom/ls/LSOutput.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSOutput.java + + source/org/w3c/dom/ls/LSParser.lo: source/org/w3c/dom/ls/LSParser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSParser.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSParser.Tpo" -c -o source/org/w3c/dom/ls/LSParser.lo `test -f 'source/org/w3c/dom/ls/LSParser.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSParser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSParser.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSParser.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSParser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSParser.java' object='source/org/w3c/dom/ls/LSParser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSParser.lo `test -f 'source/org/w3c/dom/ls/LSParser.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSParser.java + + source/org/w3c/dom/ls/LSParserFilter.lo: source/org/w3c/dom/ls/LSParserFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSParserFilter.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSParserFilter.Tpo" -c -o source/org/w3c/dom/ls/LSParserFilter.lo `test -f 'source/org/w3c/dom/ls/LSParserFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSParserFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSParserFilter.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSParserFilter.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSParserFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSParserFilter.java' object='source/org/w3c/dom/ls/LSParserFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSParserFilter.lo `test -f 'source/org/w3c/dom/ls/LSParserFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSParserFilter.java + + source/org/w3c/dom/ls/LSProgressEvent.lo: source/org/w3c/dom/ls/LSProgressEvent.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSProgressEvent.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSProgressEvent.Tpo" -c -o source/org/w3c/dom/ls/LSProgressEvent.lo `test -f 'source/org/w3c/dom/ls/LSProgressEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSProgressEvent.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSProgressEvent.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSProgressEvent.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSProgressEvent.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSProgressEvent.java' object='source/org/w3c/dom/ls/LSProgressEvent.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSProgressEvent.lo `test -f 'source/org/w3c/dom/ls/LSProgressEvent.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSProgressEvent.java + + source/org/w3c/dom/ls/LSResourceResolver.lo: source/org/w3c/dom/ls/LSResourceResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSResourceResolver.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSResourceResolver.Tpo" -c -o source/org/w3c/dom/ls/LSResourceResolver.lo `test -f 'source/org/w3c/dom/ls/LSResourceResolver.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSResourceResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSResourceResolver.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSResourceResolver.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSResourceResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSResourceResolver.java' object='source/org/w3c/dom/ls/LSResourceResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSResourceResolver.lo `test -f 'source/org/w3c/dom/ls/LSResourceResolver.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSResourceResolver.java + + source/org/w3c/dom/ls/LSSerializer.lo: source/org/w3c/dom/ls/LSSerializer.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSSerializer.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializer.Tpo" -c -o source/org/w3c/dom/ls/LSSerializer.lo `test -f 'source/org/w3c/dom/ls/LSSerializer.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSSerializer.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializer.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializer.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializer.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSSerializer.java' object='source/org/w3c/dom/ls/LSSerializer.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSSerializer.lo `test -f 'source/org/w3c/dom/ls/LSSerializer.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSSerializer.java + + source/org/w3c/dom/ls/LSSerializerFilter.lo: source/org/w3c/dom/ls/LSSerializerFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ls/LSSerializerFilter.lo -MD -MP -MF "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializerFilter.Tpo" -c -o source/org/w3c/dom/ls/LSSerializerFilter.lo `test -f 'source/org/w3c/dom/ls/LSSerializerFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSSerializerFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializerFilter.Tpo" "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializerFilter.Plo"; else rm -f "source/org/w3c/dom/ls/$(DEPDIR)/LSSerializerFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ls/LSSerializerFilter.java' object='source/org/w3c/dom/ls/LSSerializerFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ls/LSSerializerFilter.lo `test -f 'source/org/w3c/dom/ls/LSSerializerFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/ls/LSSerializerFilter.java + + source/org/w3c/dom/ranges/DocumentRange.lo: source/org/w3c/dom/ranges/DocumentRange.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ranges/DocumentRange.lo -MD -MP -MF "source/org/w3c/dom/ranges/$(DEPDIR)/DocumentRange.Tpo" -c -o source/org/w3c/dom/ranges/DocumentRange.lo `test -f 'source/org/w3c/dom/ranges/DocumentRange.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/DocumentRange.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ranges/$(DEPDIR)/DocumentRange.Tpo" "source/org/w3c/dom/ranges/$(DEPDIR)/DocumentRange.Plo"; else rm -f "source/org/w3c/dom/ranges/$(DEPDIR)/DocumentRange.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ranges/DocumentRange.java' object='source/org/w3c/dom/ranges/DocumentRange.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ranges/DocumentRange.lo `test -f 'source/org/w3c/dom/ranges/DocumentRange.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/DocumentRange.java + + source/org/w3c/dom/ranges/Range.lo: source/org/w3c/dom/ranges/Range.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ranges/Range.lo -MD -MP -MF "source/org/w3c/dom/ranges/$(DEPDIR)/Range.Tpo" -c -o source/org/w3c/dom/ranges/Range.lo `test -f 'source/org/w3c/dom/ranges/Range.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/Range.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ranges/$(DEPDIR)/Range.Tpo" "source/org/w3c/dom/ranges/$(DEPDIR)/Range.Plo"; else rm -f "source/org/w3c/dom/ranges/$(DEPDIR)/Range.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ranges/Range.java' object='source/org/w3c/dom/ranges/Range.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ranges/Range.lo `test -f 'source/org/w3c/dom/ranges/Range.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/Range.java + + source/org/w3c/dom/ranges/RangeException.lo: source/org/w3c/dom/ranges/RangeException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/ranges/RangeException.lo -MD -MP -MF "source/org/w3c/dom/ranges/$(DEPDIR)/RangeException.Tpo" -c -o source/org/w3c/dom/ranges/RangeException.lo `test -f 'source/org/w3c/dom/ranges/RangeException.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/RangeException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/ranges/$(DEPDIR)/RangeException.Tpo" "source/org/w3c/dom/ranges/$(DEPDIR)/RangeException.Plo"; else rm -f "source/org/w3c/dom/ranges/$(DEPDIR)/RangeException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/ranges/RangeException.java' object='source/org/w3c/dom/ranges/RangeException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/ranges/RangeException.lo `test -f 'source/org/w3c/dom/ranges/RangeException.java' || echo '$(srcdir)/'`source/org/w3c/dom/ranges/RangeException.java + + source/org/w3c/dom/stylesheets/DocumentStyle.lo: source/org/w3c/dom/stylesheets/DocumentStyle.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/stylesheets/DocumentStyle.lo -MD -MP -MF "source/org/w3c/dom/stylesheets/$(DEPDIR)/DocumentStyle.Tpo" -c -o source/org/w3c/dom/stylesheets/DocumentStyle.lo `test -f 'source/org/w3c/dom/stylesheets/DocumentStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/DocumentStyle.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/DocumentStyle.Tpo" "source/org/w3c/dom/stylesheets/$(DEPDIR)/DocumentStyle.Plo"; else rm -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/DocumentStyle.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/stylesheets/DocumentStyle.java' object='source/org/w3c/dom/stylesheets/DocumentStyle.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/stylesheets/DocumentStyle.lo `test -f 'source/org/w3c/dom/stylesheets/DocumentStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/DocumentStyle.java + + source/org/w3c/dom/stylesheets/LinkStyle.lo: source/org/w3c/dom/stylesheets/LinkStyle.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/stylesheets/LinkStyle.lo -MD -MP -MF "source/org/w3c/dom/stylesheets/$(DEPDIR)/LinkStyle.Tpo" -c -o source/org/w3c/dom/stylesheets/LinkStyle.lo `test -f 'source/org/w3c/dom/stylesheets/LinkStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/LinkStyle.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/LinkStyle.Tpo" "source/org/w3c/dom/stylesheets/$(DEPDIR)/LinkStyle.Plo"; else rm -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/LinkStyle.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/stylesheets/LinkStyle.java' object='source/org/w3c/dom/stylesheets/LinkStyle.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/stylesheets/LinkStyle.lo `test -f 'source/org/w3c/dom/stylesheets/LinkStyle.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/LinkStyle.java + + source/org/w3c/dom/stylesheets/MediaList.lo: source/org/w3c/dom/stylesheets/MediaList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/stylesheets/MediaList.lo -MD -MP -MF "source/org/w3c/dom/stylesheets/$(DEPDIR)/MediaList.Tpo" -c -o source/org/w3c/dom/stylesheets/MediaList.lo `test -f 'source/org/w3c/dom/stylesheets/MediaList.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/MediaList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/MediaList.Tpo" "source/org/w3c/dom/stylesheets/$(DEPDIR)/MediaList.Plo"; else rm -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/MediaList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/stylesheets/MediaList.java' object='source/org/w3c/dom/stylesheets/MediaList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/stylesheets/MediaList.lo `test -f 'source/org/w3c/dom/stylesheets/MediaList.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/MediaList.java + + source/org/w3c/dom/stylesheets/StyleSheet.lo: source/org/w3c/dom/stylesheets/StyleSheet.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/stylesheets/StyleSheet.lo -MD -MP -MF "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheet.Tpo" -c -o source/org/w3c/dom/stylesheets/StyleSheet.lo `test -f 'source/org/w3c/dom/stylesheets/StyleSheet.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/StyleSheet.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheet.Tpo" "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheet.Plo"; else rm -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/stylesheets/StyleSheet.java' object='source/org/w3c/dom/stylesheets/StyleSheet.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/stylesheets/StyleSheet.lo `test -f 'source/org/w3c/dom/stylesheets/StyleSheet.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/StyleSheet.java + + source/org/w3c/dom/stylesheets/StyleSheetList.lo: source/org/w3c/dom/stylesheets/StyleSheetList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/stylesheets/StyleSheetList.lo -MD -MP -MF "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheetList.Tpo" -c -o source/org/w3c/dom/stylesheets/StyleSheetList.lo `test -f 'source/org/w3c/dom/stylesheets/StyleSheetList.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/StyleSheetList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheetList.Tpo" "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheetList.Plo"; else rm -f "source/org/w3c/dom/stylesheets/$(DEPDIR)/StyleSheetList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/stylesheets/StyleSheetList.java' object='source/org/w3c/dom/stylesheets/StyleSheetList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/stylesheets/StyleSheetList.lo `test -f 'source/org/w3c/dom/stylesheets/StyleSheetList.java' || echo '$(srcdir)/'`source/org/w3c/dom/stylesheets/StyleSheetList.java + + source/org/w3c/dom/traversal/DocumentTraversal.lo: source/org/w3c/dom/traversal/DocumentTraversal.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/traversal/DocumentTraversal.lo -MD -MP -MF "source/org/w3c/dom/traversal/$(DEPDIR)/DocumentTraversal.Tpo" -c -o source/org/w3c/dom/traversal/DocumentTraversal.lo `test -f 'source/org/w3c/dom/traversal/DocumentTraversal.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/DocumentTraversal.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/traversal/$(DEPDIR)/DocumentTraversal.Tpo" "source/org/w3c/dom/traversal/$(DEPDIR)/DocumentTraversal.Plo"; else rm -f "source/org/w3c/dom/traversal/$(DEPDIR)/DocumentTraversal.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/traversal/DocumentTraversal.java' object='source/org/w3c/dom/traversal/DocumentTraversal.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/traversal/DocumentTraversal.lo `test -f 'source/org/w3c/dom/traversal/DocumentTraversal.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/DocumentTraversal.java + + source/org/w3c/dom/traversal/NodeFilter.lo: source/org/w3c/dom/traversal/NodeFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/traversal/NodeFilter.lo -MD -MP -MF "source/org/w3c/dom/traversal/$(DEPDIR)/NodeFilter.Tpo" -c -o source/org/w3c/dom/traversal/NodeFilter.lo `test -f 'source/org/w3c/dom/traversal/NodeFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/NodeFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/traversal/$(DEPDIR)/NodeFilter.Tpo" "source/org/w3c/dom/traversal/$(DEPDIR)/NodeFilter.Plo"; else rm -f "source/org/w3c/dom/traversal/$(DEPDIR)/NodeFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/traversal/NodeFilter.java' object='source/org/w3c/dom/traversal/NodeFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/traversal/NodeFilter.lo `test -f 'source/org/w3c/dom/traversal/NodeFilter.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/NodeFilter.java + + source/org/w3c/dom/traversal/NodeIterator.lo: source/org/w3c/dom/traversal/NodeIterator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/traversal/NodeIterator.lo -MD -MP -MF "source/org/w3c/dom/traversal/$(DEPDIR)/NodeIterator.Tpo" -c -o source/org/w3c/dom/traversal/NodeIterator.lo `test -f 'source/org/w3c/dom/traversal/NodeIterator.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/NodeIterator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/traversal/$(DEPDIR)/NodeIterator.Tpo" "source/org/w3c/dom/traversal/$(DEPDIR)/NodeIterator.Plo"; else rm -f "source/org/w3c/dom/traversal/$(DEPDIR)/NodeIterator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/traversal/NodeIterator.java' object='source/org/w3c/dom/traversal/NodeIterator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/traversal/NodeIterator.lo `test -f 'source/org/w3c/dom/traversal/NodeIterator.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/NodeIterator.java + + source/org/w3c/dom/traversal/TreeWalker.lo: source/org/w3c/dom/traversal/TreeWalker.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/traversal/TreeWalker.lo -MD -MP -MF "source/org/w3c/dom/traversal/$(DEPDIR)/TreeWalker.Tpo" -c -o source/org/w3c/dom/traversal/TreeWalker.lo `test -f 'source/org/w3c/dom/traversal/TreeWalker.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/TreeWalker.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/traversal/$(DEPDIR)/TreeWalker.Tpo" "source/org/w3c/dom/traversal/$(DEPDIR)/TreeWalker.Plo"; else rm -f "source/org/w3c/dom/traversal/$(DEPDIR)/TreeWalker.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/traversal/TreeWalker.java' object='source/org/w3c/dom/traversal/TreeWalker.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/traversal/TreeWalker.lo `test -f 'source/org/w3c/dom/traversal/TreeWalker.java' || echo '$(srcdir)/'`source/org/w3c/dom/traversal/TreeWalker.java + + source/org/w3c/dom/views/AbstractView.lo: source/org/w3c/dom/views/AbstractView.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/views/AbstractView.lo -MD -MP -MF "source/org/w3c/dom/views/$(DEPDIR)/AbstractView.Tpo" -c -o source/org/w3c/dom/views/AbstractView.lo `test -f 'source/org/w3c/dom/views/AbstractView.java' || echo '$(srcdir)/'`source/org/w3c/dom/views/AbstractView.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/views/$(DEPDIR)/AbstractView.Tpo" "source/org/w3c/dom/views/$(DEPDIR)/AbstractView.Plo"; else rm -f "source/org/w3c/dom/views/$(DEPDIR)/AbstractView.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/views/AbstractView.java' object='source/org/w3c/dom/views/AbstractView.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/views/AbstractView.lo `test -f 'source/org/w3c/dom/views/AbstractView.java' || echo '$(srcdir)/'`source/org/w3c/dom/views/AbstractView.java + + source/org/w3c/dom/views/DocumentView.lo: source/org/w3c/dom/views/DocumentView.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/views/DocumentView.lo -MD -MP -MF "source/org/w3c/dom/views/$(DEPDIR)/DocumentView.Tpo" -c -o source/org/w3c/dom/views/DocumentView.lo `test -f 'source/org/w3c/dom/views/DocumentView.java' || echo '$(srcdir)/'`source/org/w3c/dom/views/DocumentView.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/views/$(DEPDIR)/DocumentView.Tpo" "source/org/w3c/dom/views/$(DEPDIR)/DocumentView.Plo"; else rm -f "source/org/w3c/dom/views/$(DEPDIR)/DocumentView.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/views/DocumentView.java' object='source/org/w3c/dom/views/DocumentView.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/views/DocumentView.lo `test -f 'source/org/w3c/dom/views/DocumentView.java' || echo '$(srcdir)/'`source/org/w3c/dom/views/DocumentView.java + + source/org/w3c/dom/xpath/XPathEvaluator.lo: source/org/w3c/dom/xpath/XPathEvaluator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathEvaluator.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathEvaluator.Tpo" -c -o source/org/w3c/dom/xpath/XPathEvaluator.lo `test -f 'source/org/w3c/dom/xpath/XPathEvaluator.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathEvaluator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathEvaluator.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathEvaluator.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathEvaluator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathEvaluator.java' object='source/org/w3c/dom/xpath/XPathEvaluator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathEvaluator.lo `test -f 'source/org/w3c/dom/xpath/XPathEvaluator.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathEvaluator.java + + source/org/w3c/dom/xpath/XPathException.lo: source/org/w3c/dom/xpath/XPathException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathException.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathException.Tpo" -c -o source/org/w3c/dom/xpath/XPathException.lo `test -f 'source/org/w3c/dom/xpath/XPathException.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathException.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathException.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathException.java' object='source/org/w3c/dom/xpath/XPathException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathException.lo `test -f 'source/org/w3c/dom/xpath/XPathException.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathException.java + + source/org/w3c/dom/xpath/XPathExpression.lo: source/org/w3c/dom/xpath/XPathExpression.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathExpression.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathExpression.Tpo" -c -o source/org/w3c/dom/xpath/XPathExpression.lo `test -f 'source/org/w3c/dom/xpath/XPathExpression.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathExpression.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathExpression.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathExpression.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathExpression.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathExpression.java' object='source/org/w3c/dom/xpath/XPathExpression.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathExpression.lo `test -f 'source/org/w3c/dom/xpath/XPathExpression.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathExpression.java + + source/org/w3c/dom/xpath/XPathNSResolver.lo: source/org/w3c/dom/xpath/XPathNSResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathNSResolver.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNSResolver.Tpo" -c -o source/org/w3c/dom/xpath/XPathNSResolver.lo `test -f 'source/org/w3c/dom/xpath/XPathNSResolver.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathNSResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNSResolver.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNSResolver.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNSResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathNSResolver.java' object='source/org/w3c/dom/xpath/XPathNSResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathNSResolver.lo `test -f 'source/org/w3c/dom/xpath/XPathNSResolver.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathNSResolver.java + + source/org/w3c/dom/xpath/XPathNamespace.lo: source/org/w3c/dom/xpath/XPathNamespace.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathNamespace.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNamespace.Tpo" -c -o source/org/w3c/dom/xpath/XPathNamespace.lo `test -f 'source/org/w3c/dom/xpath/XPathNamespace.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathNamespace.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNamespace.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNamespace.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathNamespace.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathNamespace.java' object='source/org/w3c/dom/xpath/XPathNamespace.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathNamespace.lo `test -f 'source/org/w3c/dom/xpath/XPathNamespace.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathNamespace.java + + source/org/w3c/dom/xpath/XPathResult.lo: source/org/w3c/dom/xpath/XPathResult.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/w3c/dom/xpath/XPathResult.lo -MD -MP -MF "source/org/w3c/dom/xpath/$(DEPDIR)/XPathResult.Tpo" -c -o source/org/w3c/dom/xpath/XPathResult.lo `test -f 'source/org/w3c/dom/xpath/XPathResult.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathResult.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathResult.Tpo" "source/org/w3c/dom/xpath/$(DEPDIR)/XPathResult.Plo"; else rm -f "source/org/w3c/dom/xpath/$(DEPDIR)/XPathResult.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/w3c/dom/xpath/XPathResult.java' object='source/org/w3c/dom/xpath/XPathResult.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/w3c/dom/xpath/XPathResult.lo `test -f 'source/org/w3c/dom/xpath/XPathResult.java' || echo '$(srcdir)/'`source/org/w3c/dom/xpath/XPathResult.java + + source/org/xml/sax/ext/Attributes2.lo: source/org/xml/sax/ext/Attributes2.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/Attributes2.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/Attributes2.Tpo" -c -o source/org/xml/sax/ext/Attributes2.lo `test -f 'source/org/xml/sax/ext/Attributes2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Attributes2.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/Attributes2.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/Attributes2.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/Attributes2.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/Attributes2.java' object='source/org/xml/sax/ext/Attributes2.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/Attributes2.lo `test -f 'source/org/xml/sax/ext/Attributes2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Attributes2.java + + source/org/xml/sax/ext/Attributes2Impl.lo: source/org/xml/sax/ext/Attributes2Impl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/Attributes2Impl.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Tpo" -c -o source/org/xml/sax/ext/Attributes2Impl.lo `test -f 'source/org/xml/sax/ext/Attributes2Impl.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Attributes2Impl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/Attributes2Impl.java' object='source/org/xml/sax/ext/Attributes2Impl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/Attributes2Impl.lo `test -f 'source/org/xml/sax/ext/Attributes2Impl.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Attributes2Impl.java + + source/org/xml/sax/ext/DeclHandler.lo: source/org/xml/sax/ext/DeclHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/DeclHandler.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/DeclHandler.Tpo" -c -o source/org/xml/sax/ext/DeclHandler.lo `test -f 'source/org/xml/sax/ext/DeclHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/DeclHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/DeclHandler.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/DeclHandler.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/DeclHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/DeclHandler.java' object='source/org/xml/sax/ext/DeclHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/DeclHandler.lo `test -f 'source/org/xml/sax/ext/DeclHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/DeclHandler.java + + source/org/xml/sax/ext/DefaultHandler2.lo: source/org/xml/sax/ext/DefaultHandler2.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/DefaultHandler2.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Tpo" -c -o source/org/xml/sax/ext/DefaultHandler2.lo `test -f 'source/org/xml/sax/ext/DefaultHandler2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/DefaultHandler2.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/DefaultHandler2.java' object='source/org/xml/sax/ext/DefaultHandler2.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/DefaultHandler2.lo `test -f 'source/org/xml/sax/ext/DefaultHandler2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/DefaultHandler2.java + + source/org/xml/sax/ext/EntityResolver2.lo: source/org/xml/sax/ext/EntityResolver2.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/EntityResolver2.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Tpo" -c -o source/org/xml/sax/ext/EntityResolver2.lo `test -f 'source/org/xml/sax/ext/EntityResolver2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/EntityResolver2.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/EntityResolver2.java' object='source/org/xml/sax/ext/EntityResolver2.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/EntityResolver2.lo `test -f 'source/org/xml/sax/ext/EntityResolver2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/EntityResolver2.java + + source/org/xml/sax/ext/LexicalHandler.lo: source/org/xml/sax/ext/LexicalHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/LexicalHandler.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Tpo" -c -o source/org/xml/sax/ext/LexicalHandler.lo `test -f 'source/org/xml/sax/ext/LexicalHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/LexicalHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/LexicalHandler.java' object='source/org/xml/sax/ext/LexicalHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/LexicalHandler.lo `test -f 'source/org/xml/sax/ext/LexicalHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/LexicalHandler.java + + source/org/xml/sax/ext/Locator2.lo: source/org/xml/sax/ext/Locator2.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/Locator2.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/Locator2.Tpo" -c -o source/org/xml/sax/ext/Locator2.lo `test -f 'source/org/xml/sax/ext/Locator2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Locator2.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/Locator2.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/Locator2.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/Locator2.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/Locator2.java' object='source/org/xml/sax/ext/Locator2.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/Locator2.lo `test -f 'source/org/xml/sax/ext/Locator2.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Locator2.java + + source/org/xml/sax/ext/Locator2Impl.lo: source/org/xml/sax/ext/Locator2Impl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ext/Locator2Impl.lo -MD -MP -MF "source/org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Tpo" -c -o source/org/xml/sax/ext/Locator2Impl.lo `test -f 'source/org/xml/sax/ext/Locator2Impl.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Locator2Impl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Tpo" "source/org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Plo"; else rm -f "source/org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ext/Locator2Impl.java' object='source/org/xml/sax/ext/Locator2Impl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ext/Locator2Impl.lo `test -f 'source/org/xml/sax/ext/Locator2Impl.java' || echo '$(srcdir)/'`source/org/xml/sax/ext/Locator2Impl.java + + source/org/xml/sax/AttributeList.lo: source/org/xml/sax/AttributeList.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/AttributeList.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/AttributeList.Tpo" -c -o source/org/xml/sax/AttributeList.lo `test -f 'source/org/xml/sax/AttributeList.java' || echo '$(srcdir)/'`source/org/xml/sax/AttributeList.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/AttributeList.Tpo" "source/org/xml/sax/$(DEPDIR)/AttributeList.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/AttributeList.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/AttributeList.java' object='source/org/xml/sax/AttributeList.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/AttributeList.lo `test -f 'source/org/xml/sax/AttributeList.java' || echo '$(srcdir)/'`source/org/xml/sax/AttributeList.java + + source/org/xml/sax/Attributes.lo: source/org/xml/sax/Attributes.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/Attributes.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/Attributes.Tpo" -c -o source/org/xml/sax/Attributes.lo `test -f 'source/org/xml/sax/Attributes.java' || echo '$(srcdir)/'`source/org/xml/sax/Attributes.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/Attributes.Tpo" "source/org/xml/sax/$(DEPDIR)/Attributes.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/Attributes.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/Attributes.java' object='source/org/xml/sax/Attributes.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/Attributes.lo `test -f 'source/org/xml/sax/Attributes.java' || echo '$(srcdir)/'`source/org/xml/sax/Attributes.java + + source/org/xml/sax/ContentHandler.lo: source/org/xml/sax/ContentHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ContentHandler.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/ContentHandler.Tpo" -c -o source/org/xml/sax/ContentHandler.lo `test -f 'source/org/xml/sax/ContentHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ContentHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/ContentHandler.Tpo" "source/org/xml/sax/$(DEPDIR)/ContentHandler.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/ContentHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ContentHandler.java' object='source/org/xml/sax/ContentHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ContentHandler.lo `test -f 'source/org/xml/sax/ContentHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ContentHandler.java + + source/org/xml/sax/DTDHandler.lo: source/org/xml/sax/DTDHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/DTDHandler.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/DTDHandler.Tpo" -c -o source/org/xml/sax/DTDHandler.lo `test -f 'source/org/xml/sax/DTDHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/DTDHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/DTDHandler.Tpo" "source/org/xml/sax/$(DEPDIR)/DTDHandler.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/DTDHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/DTDHandler.java' object='source/org/xml/sax/DTDHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/DTDHandler.lo `test -f 'source/org/xml/sax/DTDHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/DTDHandler.java + + source/org/xml/sax/DocumentHandler.lo: source/org/xml/sax/DocumentHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/DocumentHandler.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/DocumentHandler.Tpo" -c -o source/org/xml/sax/DocumentHandler.lo `test -f 'source/org/xml/sax/DocumentHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/DocumentHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/DocumentHandler.Tpo" "source/org/xml/sax/$(DEPDIR)/DocumentHandler.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/DocumentHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/DocumentHandler.java' object='source/org/xml/sax/DocumentHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/DocumentHandler.lo `test -f 'source/org/xml/sax/DocumentHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/DocumentHandler.java + + source/org/xml/sax/EntityResolver.lo: source/org/xml/sax/EntityResolver.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/EntityResolver.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/EntityResolver.Tpo" -c -o source/org/xml/sax/EntityResolver.lo `test -f 'source/org/xml/sax/EntityResolver.java' || echo '$(srcdir)/'`source/org/xml/sax/EntityResolver.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/EntityResolver.Tpo" "source/org/xml/sax/$(DEPDIR)/EntityResolver.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/EntityResolver.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/EntityResolver.java' object='source/org/xml/sax/EntityResolver.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/EntityResolver.lo `test -f 'source/org/xml/sax/EntityResolver.java' || echo '$(srcdir)/'`source/org/xml/sax/EntityResolver.java + + source/org/xml/sax/ErrorHandler.lo: source/org/xml/sax/ErrorHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/ErrorHandler.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/ErrorHandler.Tpo" -c -o source/org/xml/sax/ErrorHandler.lo `test -f 'source/org/xml/sax/ErrorHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ErrorHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/ErrorHandler.Tpo" "source/org/xml/sax/$(DEPDIR)/ErrorHandler.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/ErrorHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/ErrorHandler.java' object='source/org/xml/sax/ErrorHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/ErrorHandler.lo `test -f 'source/org/xml/sax/ErrorHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/ErrorHandler.java + + source/org/xml/sax/HandlerBase.lo: source/org/xml/sax/HandlerBase.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/HandlerBase.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/HandlerBase.Tpo" -c -o source/org/xml/sax/HandlerBase.lo `test -f 'source/org/xml/sax/HandlerBase.java' || echo '$(srcdir)/'`source/org/xml/sax/HandlerBase.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/HandlerBase.Tpo" "source/org/xml/sax/$(DEPDIR)/HandlerBase.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/HandlerBase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/HandlerBase.java' object='source/org/xml/sax/HandlerBase.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/HandlerBase.lo `test -f 'source/org/xml/sax/HandlerBase.java' || echo '$(srcdir)/'`source/org/xml/sax/HandlerBase.java + + source/org/xml/sax/InputSource.lo: source/org/xml/sax/InputSource.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/InputSource.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/InputSource.Tpo" -c -o source/org/xml/sax/InputSource.lo `test -f 'source/org/xml/sax/InputSource.java' || echo '$(srcdir)/'`source/org/xml/sax/InputSource.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/InputSource.Tpo" "source/org/xml/sax/$(DEPDIR)/InputSource.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/InputSource.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/InputSource.java' object='source/org/xml/sax/InputSource.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/InputSource.lo `test -f 'source/org/xml/sax/InputSource.java' || echo '$(srcdir)/'`source/org/xml/sax/InputSource.java + + source/org/xml/sax/Locator.lo: source/org/xml/sax/Locator.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/Locator.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/Locator.Tpo" -c -o source/org/xml/sax/Locator.lo `test -f 'source/org/xml/sax/Locator.java' || echo '$(srcdir)/'`source/org/xml/sax/Locator.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/Locator.Tpo" "source/org/xml/sax/$(DEPDIR)/Locator.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/Locator.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/Locator.java' object='source/org/xml/sax/Locator.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/Locator.lo `test -f 'source/org/xml/sax/Locator.java' || echo '$(srcdir)/'`source/org/xml/sax/Locator.java + + source/org/xml/sax/Parser.lo: source/org/xml/sax/Parser.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/Parser.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/Parser.Tpo" -c -o source/org/xml/sax/Parser.lo `test -f 'source/org/xml/sax/Parser.java' || echo '$(srcdir)/'`source/org/xml/sax/Parser.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/Parser.Tpo" "source/org/xml/sax/$(DEPDIR)/Parser.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/Parser.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/Parser.java' object='source/org/xml/sax/Parser.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/Parser.lo `test -f 'source/org/xml/sax/Parser.java' || echo '$(srcdir)/'`source/org/xml/sax/Parser.java + + source/org/xml/sax/SAXException.lo: source/org/xml/sax/SAXException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/SAXException.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/SAXException.Tpo" -c -o source/org/xml/sax/SAXException.lo `test -f 'source/org/xml/sax/SAXException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/SAXException.Tpo" "source/org/xml/sax/$(DEPDIR)/SAXException.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/SAXException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/SAXException.java' object='source/org/xml/sax/SAXException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/SAXException.lo `test -f 'source/org/xml/sax/SAXException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXException.java + + source/org/xml/sax/SAXNotRecognizedException.lo: source/org/xml/sax/SAXNotRecognizedException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/SAXNotRecognizedException.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Tpo" -c -o source/org/xml/sax/SAXNotRecognizedException.lo `test -f 'source/org/xml/sax/SAXNotRecognizedException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXNotRecognizedException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Tpo" "source/org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/SAXNotRecognizedException.java' object='source/org/xml/sax/SAXNotRecognizedException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/SAXNotRecognizedException.lo `test -f 'source/org/xml/sax/SAXNotRecognizedException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXNotRecognizedException.java + + source/org/xml/sax/SAXNotSupportedException.lo: source/org/xml/sax/SAXNotSupportedException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/SAXNotSupportedException.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Tpo" -c -o source/org/xml/sax/SAXNotSupportedException.lo `test -f 'source/org/xml/sax/SAXNotSupportedException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXNotSupportedException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Tpo" "source/org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/SAXNotSupportedException.java' object='source/org/xml/sax/SAXNotSupportedException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/SAXNotSupportedException.lo `test -f 'source/org/xml/sax/SAXNotSupportedException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXNotSupportedException.java + + source/org/xml/sax/SAXParseException.lo: source/org/xml/sax/SAXParseException.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/SAXParseException.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/SAXParseException.Tpo" -c -o source/org/xml/sax/SAXParseException.lo `test -f 'source/org/xml/sax/SAXParseException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXParseException.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/SAXParseException.Tpo" "source/org/xml/sax/$(DEPDIR)/SAXParseException.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/SAXParseException.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/SAXParseException.java' object='source/org/xml/sax/SAXParseException.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/SAXParseException.lo `test -f 'source/org/xml/sax/SAXParseException.java' || echo '$(srcdir)/'`source/org/xml/sax/SAXParseException.java + + source/org/xml/sax/XMLFilter.lo: source/org/xml/sax/XMLFilter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/XMLFilter.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/XMLFilter.Tpo" -c -o source/org/xml/sax/XMLFilter.lo `test -f 'source/org/xml/sax/XMLFilter.java' || echo '$(srcdir)/'`source/org/xml/sax/XMLFilter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/XMLFilter.Tpo" "source/org/xml/sax/$(DEPDIR)/XMLFilter.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/XMLFilter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/XMLFilter.java' object='source/org/xml/sax/XMLFilter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/XMLFilter.lo `test -f 'source/org/xml/sax/XMLFilter.java' || echo '$(srcdir)/'`source/org/xml/sax/XMLFilter.java + + source/org/xml/sax/XMLReader.lo: source/org/xml/sax/XMLReader.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/XMLReader.lo -MD -MP -MF "source/org/xml/sax/$(DEPDIR)/XMLReader.Tpo" -c -o source/org/xml/sax/XMLReader.lo `test -f 'source/org/xml/sax/XMLReader.java' || echo '$(srcdir)/'`source/org/xml/sax/XMLReader.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/$(DEPDIR)/XMLReader.Tpo" "source/org/xml/sax/$(DEPDIR)/XMLReader.Plo"; else rm -f "source/org/xml/sax/$(DEPDIR)/XMLReader.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/XMLReader.java' object='source/org/xml/sax/XMLReader.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/XMLReader.lo `test -f 'source/org/xml/sax/XMLReader.java' || echo '$(srcdir)/'`source/org/xml/sax/XMLReader.java + + source/org/xml/sax/helpers/AttributeListImpl.lo: source/org/xml/sax/helpers/AttributeListImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/AttributeListImpl.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Tpo" -c -o source/org/xml/sax/helpers/AttributeListImpl.lo `test -f 'source/org/xml/sax/helpers/AttributeListImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/AttributeListImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/AttributeListImpl.java' object='source/org/xml/sax/helpers/AttributeListImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/AttributeListImpl.lo `test -f 'source/org/xml/sax/helpers/AttributeListImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/AttributeListImpl.java + + source/org/xml/sax/helpers/AttributesImpl.lo: source/org/xml/sax/helpers/AttributesImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/AttributesImpl.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Tpo" -c -o source/org/xml/sax/helpers/AttributesImpl.lo `test -f 'source/org/xml/sax/helpers/AttributesImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/AttributesImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/AttributesImpl.java' object='source/org/xml/sax/helpers/AttributesImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/AttributesImpl.lo `test -f 'source/org/xml/sax/helpers/AttributesImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/AttributesImpl.java + + source/org/xml/sax/helpers/DefaultHandler.lo: source/org/xml/sax/helpers/DefaultHandler.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/DefaultHandler.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Tpo" -c -o source/org/xml/sax/helpers/DefaultHandler.lo `test -f 'source/org/xml/sax/helpers/DefaultHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/DefaultHandler.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/DefaultHandler.java' object='source/org/xml/sax/helpers/DefaultHandler.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/DefaultHandler.lo `test -f 'source/org/xml/sax/helpers/DefaultHandler.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/DefaultHandler.java + + source/org/xml/sax/helpers/LocatorImpl.lo: source/org/xml/sax/helpers/LocatorImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/LocatorImpl.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Tpo" -c -o source/org/xml/sax/helpers/LocatorImpl.lo `test -f 'source/org/xml/sax/helpers/LocatorImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/LocatorImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/LocatorImpl.java' object='source/org/xml/sax/helpers/LocatorImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/LocatorImpl.lo `test -f 'source/org/xml/sax/helpers/LocatorImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/LocatorImpl.java + + source/org/xml/sax/helpers/NamespaceSupport.lo: source/org/xml/sax/helpers/NamespaceSupport.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/NamespaceSupport.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Tpo" -c -o source/org/xml/sax/helpers/NamespaceSupport.lo `test -f 'source/org/xml/sax/helpers/NamespaceSupport.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/NamespaceSupport.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/NamespaceSupport.java' object='source/org/xml/sax/helpers/NamespaceSupport.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/NamespaceSupport.lo `test -f 'source/org/xml/sax/helpers/NamespaceSupport.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/NamespaceSupport.java + + source/org/xml/sax/helpers/NewInstance.lo: source/org/xml/sax/helpers/NewInstance.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/NewInstance.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/NewInstance.Tpo" -c -o source/org/xml/sax/helpers/NewInstance.lo `test -f 'source/org/xml/sax/helpers/NewInstance.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/NewInstance.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/NewInstance.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/NewInstance.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/NewInstance.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/NewInstance.java' object='source/org/xml/sax/helpers/NewInstance.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/NewInstance.lo `test -f 'source/org/xml/sax/helpers/NewInstance.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/NewInstance.java + + source/org/xml/sax/helpers/ParserAdapter.lo: source/org/xml/sax/helpers/ParserAdapter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/ParserAdapter.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Tpo" -c -o source/org/xml/sax/helpers/ParserAdapter.lo `test -f 'source/org/xml/sax/helpers/ParserAdapter.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/ParserAdapter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/ParserAdapter.java' object='source/org/xml/sax/helpers/ParserAdapter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/ParserAdapter.lo `test -f 'source/org/xml/sax/helpers/ParserAdapter.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/ParserAdapter.java + + source/org/xml/sax/helpers/ParserFactory.lo: source/org/xml/sax/helpers/ParserFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/ParserFactory.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Tpo" -c -o source/org/xml/sax/helpers/ParserFactory.lo `test -f 'source/org/xml/sax/helpers/ParserFactory.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/ParserFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/ParserFactory.java' object='source/org/xml/sax/helpers/ParserFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/ParserFactory.lo `test -f 'source/org/xml/sax/helpers/ParserFactory.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/ParserFactory.java + + source/org/xml/sax/helpers/XMLFilterImpl.lo: source/org/xml/sax/helpers/XMLFilterImpl.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/XMLFilterImpl.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Tpo" -c -o source/org/xml/sax/helpers/XMLFilterImpl.lo `test -f 'source/org/xml/sax/helpers/XMLFilterImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLFilterImpl.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/XMLFilterImpl.java' object='source/org/xml/sax/helpers/XMLFilterImpl.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/XMLFilterImpl.lo `test -f 'source/org/xml/sax/helpers/XMLFilterImpl.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLFilterImpl.java + + source/org/xml/sax/helpers/XMLReaderAdapter.lo: source/org/xml/sax/helpers/XMLReaderAdapter.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/XMLReaderAdapter.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Tpo" -c -o source/org/xml/sax/helpers/XMLReaderAdapter.lo `test -f 'source/org/xml/sax/helpers/XMLReaderAdapter.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLReaderAdapter.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/XMLReaderAdapter.java' object='source/org/xml/sax/helpers/XMLReaderAdapter.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/XMLReaderAdapter.lo `test -f 'source/org/xml/sax/helpers/XMLReaderAdapter.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLReaderAdapter.java + + source/org/xml/sax/helpers/XMLReaderFactory.lo: source/org/xml/sax/helpers/XMLReaderFactory.java + @am__fastdepGCJ_TRUE@ if $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -MT source/org/xml/sax/helpers/XMLReaderFactory.lo -MD -MP -MF "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Tpo" -c -o source/org/xml/sax/helpers/XMLReaderFactory.lo `test -f 'source/org/xml/sax/helpers/XMLReaderFactory.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLReaderFactory.java; \ + @am__fastdepGCJ_TRUE@ then mv -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Tpo" "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Plo"; else rm -f "source/org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='source/org/xml/sax/helpers/XMLReaderFactory.java' object='source/org/xml/sax/helpers/XMLReaderFactory.lo' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepGCJ_FALSE@ $(LIBTOOL) --mode=compile --tag=GCJ $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS) -c -o source/org/xml/sax/helpers/XMLReaderFactory.lo `test -f 'source/org/xml/sax/helpers/XMLReaderFactory.java' || echo '$(srcdir)/'`source/org/xml/sax/helpers/XMLReaderFactory.java mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs + -rm -rf source/gnu/xml/aelfred2/.libs source/gnu/xml/aelfred2/_libs + -rm -rf source/gnu/xml/dom/.libs source/gnu/xml/dom/_libs + -rm -rf source/gnu/xml/dom/ls/.libs source/gnu/xml/dom/ls/_libs + -rm -rf source/gnu/xml/libxmlj/.libs source/gnu/xml/libxmlj/_libs + -rm -rf source/gnu/xml/libxmlj/dom/.libs source/gnu/xml/libxmlj/dom/_libs + -rm -rf source/gnu/xml/libxmlj/sax/.libs source/gnu/xml/libxmlj/sax/_libs + -rm -rf source/gnu/xml/libxmlj/transform/.libs source/gnu/xml/libxmlj/transform/_libs + -rm -rf source/gnu/xml/libxmlj/util/.libs source/gnu/xml/libxmlj/util/_libs + -rm -rf source/gnu/xml/pipeline/.libs source/gnu/xml/pipeline/_libs + -rm -rf source/gnu/xml/transform/.libs source/gnu/xml/transform/_libs + -rm -rf source/gnu/xml/util/.libs source/gnu/xml/util/_libs + -rm -rf source/gnu/xml/xpath/.libs source/gnu/xml/xpath/_libs + -rm -rf source/javax/xml/.libs source/javax/xml/_libs + -rm -rf source/javax/xml/datatype/.libs source/javax/xml/datatype/_libs + -rm -rf source/javax/xml/namespace/.libs source/javax/xml/namespace/_libs + -rm -rf source/javax/xml/parsers/.libs source/javax/xml/parsers/_libs + -rm -rf source/javax/xml/transform/.libs source/javax/xml/transform/_libs + -rm -rf source/javax/xml/transform/dom/.libs source/javax/xml/transform/dom/_libs + -rm -rf source/javax/xml/transform/sax/.libs source/javax/xml/transform/sax/_libs + -rm -rf source/javax/xml/transform/stream/.libs source/javax/xml/transform/stream/_libs + -rm -rf source/javax/xml/validation/.libs source/javax/xml/validation/_libs + -rm -rf source/javax/xml/xpath/.libs source/javax/xml/xpath/_libs + -rm -rf source/org/w3c/dom/.libs source/org/w3c/dom/_libs + -rm -rf source/org/w3c/dom/bootstrap/.libs source/org/w3c/dom/bootstrap/_libs + -rm -rf source/org/w3c/dom/css/.libs source/org/w3c/dom/css/_libs + -rm -rf source/org/w3c/dom/events/.libs source/org/w3c/dom/events/_libs + -rm -rf source/org/w3c/dom/html/.libs source/org/w3c/dom/html/_libs + -rm -rf source/org/w3c/dom/ls/.libs source/org/w3c/dom/ls/_libs + -rm -rf source/org/w3c/dom/ranges/.libs source/org/w3c/dom/ranges/_libs + -rm -rf source/org/w3c/dom/stylesheets/.libs source/org/w3c/dom/stylesheets/_libs + -rm -rf source/org/w3c/dom/traversal/.libs source/org/w3c/dom/traversal/_libs + -rm -rf source/org/w3c/dom/views/.libs source/org/w3c/dom/views/_libs + -rm -rf source/org/w3c/dom/xpath/.libs source/org/w3c/dom/xpath/_libs + -rm -rf source/org/xml/sax/.libs source/org/xml/sax/_libs + -rm -rf source/org/xml/sax/ext/.libs source/org/xml/sax/ext/_libs + -rm -rf source/org/xml/sax/helpers/.libs source/org/xml/sax/helpers/_libs distclean-libtool: -rm -f libtool uninstall-info-am: ! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! mkid -fID $$unique ! tags: TAGS ! TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ ! here=`pwd`; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ! test -n "$$unique" || unique=$$empty_fix; \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$tags $$unique; \ ! fi ! ctags: CTAGS ! CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ ! here=`pwd`; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! test -z "$(CTAGS_ARGS)$$tags$$unique" \ ! || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! $$tags $$unique ! ! GTAGS: ! here=`$(am__cd) $(top_builddir) && pwd` \ ! && cd $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) $$here ! distclean-tags: ! -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) ! $(mkdir_p) $(distdir)/config ! @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ! topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ! list='$(DISTFILES)'; for file in $$list; do \ ! case $$file in \ ! $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ! $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ! esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ ! $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ *************** distdir: $(DISTFILES) *** 800,806 **** fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="${top_distdir}" distdir="$(distdir)" \ dist-hook -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ --- 8239,8245 ---- fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ *************** distdir: $(DISTFILES) *** 808,833 **** ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist dist-all: distdir ! $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist ! $(am__remove_distdir) ! GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) ! mkdir $(distdir)/=build ! mkdir $(distdir)/=inst chmod a-w $(distdir) ! dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ ! && cd $(distdir)/=build \ ! && ../configure --srcdir=.. --prefix=$$dc_install_base \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ --- 8247,8300 ---- ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir ! tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! $(am__remove_distdir) ! ! dist-bzip2: distdir ! tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 ! $(am__remove_distdir) ! ! dist-tarZ: distdir ! tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z ! $(am__remove_distdir) ! ! dist-shar: distdir ! shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz ! $(am__remove_distdir) ! ! dist-zip: distdir ! -rm -f $(distdir).zip ! zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir ! tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist ! case '$(DIST_ARCHIVES)' in \ ! *.tar.gz*) \ ! GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ ! *.tar.bz2*) \ ! bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ ! *.tar.Z*) \ ! uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ ! *.shar.gz*) \ ! GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ ! *.zip*) \ ! unzip $(distdir).zip ;;\ ! esac chmod -R a-w $(distdir); chmod a+w $(distdir) ! mkdir $(distdir)/_build ! mkdir $(distdir)/_inst chmod a-w $(distdir) ! dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ ! && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ! && cd $(distdir)/_build \ ! && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ *************** distcheck: dist *** 835,867 **** && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ ! && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ ! || { echo "ERROR: files left after uninstall:" ; \ ! find $$dc_install_base -type f -print ; \ ! exit 1; } >&2 ) \ ! && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ ! && rm -f $(distdir).tar.gz \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) ! @echo "$(distdir).tar.gz is ready for distribution" | \ ! sed 'h;s/./=/g;p;x;p;x' distcleancheck: distclean ! if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi ! test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ! || { echo "ERROR: files left after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local ! check: check-am ! all-am: Makefile ! installdirs: ! ! install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am --- 8302,8354 ---- && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ ! && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ ! distuninstallcheck \ ! && chmod -R a-w "$$dc_install_base" \ ! && ({ \ ! (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ ! && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ ! && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ ! && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ ! distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ ! } || { rm -rf "$$dc_destdir"; exit 1; }) \ ! && rm -rf "$$dc_destdir" \ ! && $(MAKE) $(AM_MAKEFLAGS) dist \ ! && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) ! @(echo "$(distdir) archives ready for distribution: "; \ ! list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ ! sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' ! distuninstallcheck: ! @cd $(distuninstallcheck_dir) \ ! && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ ! || { echo "ERROR: files left after uninstall:" ; \ ! if test -n "$(DESTDIR)"; then \ ! echo " (check DESTDIR support)"; \ ! fi ; \ ! $(distuninstallcheck_listfiles) ; \ ! exit 1; } >&2 distcleancheck: distclean ! @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi ! @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ! || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local ! check: $(BUILT_SOURCES) ! $(MAKE) $(AM_MAKEFLAGS) check-am ! all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: ! for dir in "$(DESTDIR)$(libdir)"; do \ ! test -z "$$dir" || $(mkdir_p) "$$dir"; \ ! done ! install: $(BUILT_SOURCES) ! $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am *************** install-am: all-am *** 872,878 **** installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: --- 8359,8365 ---- installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: *************** mostlyclean-generic: *** 880,886 **** clean-generic: distclean-generic: ! -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" --- 8367,8445 ---- clean-generic: distclean-generic: ! -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ! -rm -f source/gnu/xml/aelfred2/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/aelfred2/$(am__dirstamp) ! -rm -f source/gnu/xml/dom/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/dom/$(am__dirstamp) ! -rm -f source/gnu/xml/dom/ls/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/dom/ls/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/dom/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/dom/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/sax/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/sax/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/transform/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/transform/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/util/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/libxmlj/util/$(am__dirstamp) ! -rm -f source/gnu/xml/pipeline/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/pipeline/$(am__dirstamp) ! -rm -f source/gnu/xml/transform/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/transform/$(am__dirstamp) ! -rm -f source/gnu/xml/util/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/util/$(am__dirstamp) ! -rm -f source/gnu/xml/xpath/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/gnu/xml/xpath/$(am__dirstamp) ! -rm -f source/javax/xml/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/$(am__dirstamp) ! -rm -f source/javax/xml/datatype/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/datatype/$(am__dirstamp) ! -rm -f source/javax/xml/namespace/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/namespace/$(am__dirstamp) ! -rm -f source/javax/xml/parsers/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/parsers/$(am__dirstamp) ! -rm -f source/javax/xml/transform/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/transform/$(am__dirstamp) ! -rm -f source/javax/xml/transform/dom/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/transform/dom/$(am__dirstamp) ! -rm -f source/javax/xml/transform/sax/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/transform/sax/$(am__dirstamp) ! -rm -f source/javax/xml/transform/stream/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/transform/stream/$(am__dirstamp) ! -rm -f source/javax/xml/validation/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/validation/$(am__dirstamp) ! -rm -f source/javax/xml/xpath/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/javax/xml/xpath/$(am__dirstamp) ! -rm -f source/org/w3c/dom/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/$(am__dirstamp) ! -rm -f source/org/w3c/dom/bootstrap/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/bootstrap/$(am__dirstamp) ! -rm -f source/org/w3c/dom/css/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/css/$(am__dirstamp) ! -rm -f source/org/w3c/dom/events/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/events/$(am__dirstamp) ! -rm -f source/org/w3c/dom/html/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/html/$(am__dirstamp) ! -rm -f source/org/w3c/dom/ls/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/ls/$(am__dirstamp) ! -rm -f source/org/w3c/dom/ranges/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/ranges/$(am__dirstamp) ! -rm -f source/org/w3c/dom/stylesheets/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/stylesheets/$(am__dirstamp) ! -rm -f source/org/w3c/dom/traversal/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/traversal/$(am__dirstamp) ! -rm -f source/org/w3c/dom/views/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/views/$(am__dirstamp) ! -rm -f source/org/w3c/dom/xpath/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/w3c/dom/xpath/$(am__dirstamp) ! -rm -f source/org/xml/sax/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/xml/sax/$(am__dirstamp) ! -rm -f source/org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/xml/sax/ext/$(am__dirstamp) ! -rm -f source/org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp) ! -rm -f source/org/xml/sax/helpers/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" *************** maintainer-clean-generic: *** 888,910 **** -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am ! clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) ! distclean-am: clean-am distclean-generic distclean-libtool dvi: dvi-am dvi-am: info: info-am info-am: ! install-data-am: install-data-local ! install-exec-am: install-info: install-info-am --- 8447,8477 ---- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am ! clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ ! mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) ! -rm -rf ./$(DEPDIR) source/gnu/xml/aelfred2/$(DEPDIR) source/gnu/xml/dom/$(DEPDIR) source/gnu/xml/dom/ls/$(DEPDIR) source/gnu/xml/libxmlj/$(DEPDIR) source/gnu/xml/libxmlj/dom/$(DEPDIR) source/gnu/xml/libxmlj/sax/$(DEPDIR) source/gnu/xml/libxmlj/transform/$(DEPDIR) source/gnu/xml/libxmlj/util/$(DEPDIR) source/gnu/xml/pipeline/$(DEPDIR) source/gnu/xml/transform/$(DEPDIR) source/gnu/xml/util/$(DEPDIR) source/gnu/xml/xpath/$(DEPDIR) source/javax/xml/$(DEPDIR) source/javax/xml/datatype/$(DEPDIR) source/javax/xml/namespace/$(DEPDIR) source/javax/xml/parsers/$(DEPDIR) source/javax/xml/transform/$(DEPDIR) source/javax/xml/transform/dom/$(DEPDIR) source/javax/xml/transform/sax/$(DEPDIR) source/javax/xml/transform/stream/$(DEPDIR) source/javax/xml/validation/$(DEPDIR) source/javax/xml/xpath/$(DEPDIR) source/org/w3c/dom/$(DEPDIR) source/org/w3c/dom/bootstrap/$(DEPDIR) source/org/w3c/dom/css/$(DEPDIR) source/org/w3c/dom/events/$(DEPDIR) source/org/w3c/dom/html/$(DEPDIR) source/org/w3c/dom/ls/$(DEPDIR) source/org/w3c/dom/ranges/$(DEPDIR) source/org/w3c/dom/stylesheets/$(DEPDIR) source/org/w3c/dom/traversal/$(DEPDIR) source/org/w3c/dom/views/$(DEPDIR) source/org/w3c/dom/xpath/$(DEPDIR) source/org/xml/sax/$(DEPDIR) source/org/xml/sax/ext/$(DEPDIR) source/org/xml/sax/helpers/$(DEPDIR) ! -rm -f Makefile ! distclean-am: clean-am distclean-compile distclean-generic \ ! distclean-libtool distclean-tags dvi: dvi-am dvi-am: + html: html-am + info: info-am info-am: ! install-data-am: ! @$(NORMAL_INSTALL) ! $(MAKE) $(AM_MAKEFLAGS) install-data-hook ! install-exec-am: install-libLTLIBRARIES install-info: install-info-am *************** installcheck-am: *** 914,1000 **** maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) ! -rm -rf autom4te.cache maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am ! mostlyclean-am: mostlyclean-generic mostlyclean-libtool ! uninstall-am: uninstall-info-am ! .PHONY: all all-am check check-am check-local clean clean-generic \ ! clean-libtool clean-local dist dist-all dist-gzip distcheck \ ! distclean distclean-generic distclean-libtool distcleancheck \ ! distdir dvi dvi-am info info-am install install-am install-data \ ! install-data-am install-data-local install-exec install-exec-am \ ! install-info install-info-am install-man install-strip \ ! installcheck installcheck-am installdirs maintainer-clean \ ! maintainer-clean-generic mostlyclean mostlyclean-generic \ ! mostlyclean-libtool uninstall uninstall-am uninstall-info-am ! # Generate header files for classes containing native code. ! #$(headers): %.h: $(dst)/$(%:_=/).class) $(header_deps) ! # @JAVAH@ -jni -d $(jni) -classpath $(dst) $($<:/=.) # I did remove the -force argument (not available in gcjh nor in kaffe) ! #gnu_xml_libxmlj_dom_%.h: $(dst)/gnu/xml/libxmlj/dom/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.dom.$* ! # ! #gnu_xml_libxmlj_sax_%.h: $(dst)/gnu/xml/libxmlj/sax/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.sax.$* ! # ! #gnu_xml_libxmlj_transform_%.h: $(dst)/gnu/xml/libxmlj/transform/%.class ! # CLASSPATH=$(dst) @JAVAH@ -jni gnu.xml.libxmlj.transform.$* ! gnu_xml_libxmlj_dom_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.dom.$* ! gnu_xml_libxmlj_sax_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.sax.$* ! gnu_xml_libxmlj_transform_%.h: $(libj_jarfile) ! CLASSPATH=$(libj_jarfile) @JAVAH@ -jni gnu.xml.libxmlj.transform.$* ! ! # Rule for compiling Java source files ! $(classes): $(dst)/%.class: $(src)/%.java $(dst) ! @JAVAC@ @JAVACFLAGS@ -d $(dst) -classpath $(src) $< ! ! $(dst): ! mkdir -p $(dst) ! ! # Jar file ! $(libj_jarfile): $(classes) ! @JAR@ cfm $(libj_jarfile) $(top_srcdir)/manifest.mf \ ! -C $(dst) gnu \ ! -C $(dst) javax \ ! -C $(dst) org ! ! # JNI objects ! $(jni_lobjects): %.lo: @srcdir@/%.c $(headers) ! $(LT_COMPILE) $< ! ! # Shared JNI library ! $(libjso_target): $(jni_lobjects) ! $(LT_LINK) -shrext @JMODSUFFIX@ -o $@ $(jni_lobjects) # API documentation ! javadoc: ! mkdir -p $(doc) ! $(JAVADOC) -d $(doc) -sourcepath @srcdir@/source \ ! $(package_names) ! # -windowtitle "GNU JAXP Library" $(package_names) # Remove classes and jar file clean-local: ! rm -rf $(libj_jarfile) $(dst) $(doc) $(headers) $(jni_objects) # Run a simple transformation to check that the package is working check-local: gnu/xml/libxmlj/transform/TransformTest.class @JAVA@ -classpath "${CLASSPATH}:${libj_jarfile}:." -Djava.library.path=.libs gnu.xml.libxmlj.transform.TransformTest @srcdir@/testdocs/test.xml @srcdir@/testdocs/testsheet.xsl transformed.xml diff @srcdir@/testdocs/transformed.xml transformed.xml dist-hook: mkdir $(distdir)/source/gnu --- 8481,8578 ---- maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) ! -rm -rf $(top_srcdir)/autom4te.cache ! -rm -rf ./$(DEPDIR) source/gnu/xml/aelfred2/$(DEPDIR) source/gnu/xml/dom/$(DEPDIR) source/gnu/xml/dom/ls/$(DEPDIR) source/gnu/xml/libxmlj/$(DEPDIR) source/gnu/xml/libxmlj/dom/$(DEPDIR) source/gnu/xml/libxmlj/sax/$(DEPDIR) source/gnu/xml/libxmlj/transform/$(DEPDIR) source/gnu/xml/libxmlj/util/$(DEPDIR) source/gnu/xml/pipeline/$(DEPDIR) source/gnu/xml/transform/$(DEPDIR) source/gnu/xml/util/$(DEPDIR) source/gnu/xml/xpath/$(DEPDIR) source/javax/xml/$(DEPDIR) source/javax/xml/datatype/$(DEPDIR) source/javax/xml/namespace/$(DEPDIR) source/javax/xml/parsers/$(DEPDIR) source/javax/xml/transform/$(DEPDIR) source/javax/xml/transform/dom/$(DEPDIR) source/javax/xml/transform/sax/$(DEPDIR) source/javax/xml/transform/stream/$(DEPDIR) source/javax/xml/validation/$(DEPDIR) source/javax/xml/xpath/$(DEPDIR) source/org/w3c/dom/$(DEPDIR) source/org/w3c/dom/bootstrap/$(DEPDIR) source/org/w3c/dom/css/$(DEPDIR) source/org/w3c/dom/events/$(DEPDIR) source/org/w3c/dom/html/$(DEPDIR) source/org/w3c/dom/ls/$(DEPDIR) source/org/w3c/dom/ranges/$(DEPDIR) source/org/w3c/dom/stylesheets/$(DEPDIR) source/org/w3c/dom/traversal/$(DEPDIR) source/org/w3c/dom/views/$(DEPDIR) source/org/w3c/dom/xpath/$(DEPDIR) source/org/xml/sax/$(DEPDIR) source/org/xml/sax/ext/$(DEPDIR) source/org/xml/sax/helpers/$(DEPDIR) ! -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am ! mostlyclean-am: mostlyclean-compile mostlyclean-generic \ ! mostlyclean-libtool ! pdf: pdf-am ! pdf-am: + ps: ps-am ! ps-am: ! ! uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES ! ! .PHONY: CTAGS GTAGS all all-am am--refresh check check-am check-local \ ! clean clean-generic clean-libLTLIBRARIES clean-libtool \ ! clean-local ctags dist dist-all dist-bzip2 dist-gzip dist-hook \ ! dist-shar dist-tarZ dist-zip distcheck distclean \ ! distclean-compile distclean-generic distclean-libtool \ ! distclean-tags distcleancheck distdir distuninstallcheck dvi \ ! dvi-am html html-am info info-am install install-am \ ! install-data install-data-am install-data-hook install-exec \ ! install-exec-am install-info install-info-am \ ! install-libLTLIBRARIES install-man install-strip installcheck \ ! installcheck-am installdirs maintainer-clean \ ! maintainer-clean-generic mostlyclean mostlyclean-compile \ ! mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! tags uninstall uninstall-am uninstall-info-am \ ! uninstall-libLTLIBRARIES + + # Generate header files for classes containing native code. # I did remove the -force argument (not available in gcjh nor in kaffe) + $(noinst_HEADERS): $(gnu_xml_jar_CLASSES) ! gnu_xml_libxmlj_dom_%.h: classes/gnu/xml/libxmlj/dom/%.class ! $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.dom.$* ! gnu_xml_libxmlj_sax_%.h: classes/gnu/xml/libxmlj/sax/%.class ! $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.sax.$* ! gnu_xml_libxmlj_transform_%.h: classes/gnu/xml/libxmlj/transform/%.class ! $(JAVAH) -jni -classpath classes gnu.xml.libxmlj.transform.$* ! gnu-xml-$(VERSION).jar: classes $(gnu_xml_jar_CLASSES) ! $(JAR) cf $@ -C classes gnu ! ! javax-xml-$(VERSION).jar: classes $(javax_xml_jar_CLASSES) ! $(JAR) cf $@ -C classes javax ! ! org-w3c-dom-$(VERSION).jar: classes $(org_w3c_dom_jar_CLASSES) ! $(JAR) cf $@ -C classes org/w3c ! ! org-xml-sax-$(VERSION).jar: classes $(org_xml_sax_jar_CLASSES) ! $(JAR) cf $@ -C classes org/xml ! ! $(libj_jarfile): $(gnu_xml_jar_CLASSES) $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) ! $(JAR) cf $@ -C classes gnu -C classes javax -C classes org ! ! $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) $(gnu_xml_jar_CLASSES): classes ! ! $(javax_xml_jar_CLASSES) $(org_w3c_dom_jar_CLASSES) $(org_xml_sax_jar_CLASSES) $(gnu_xml_jar_CLASSES): classes/%.class: $(srcdir)/source/%.java ! $(GCJ) $(GCJ_CLASS_FLAGS) -g -C -d classes $< ! ! classes: ! mkdir -p classes # API documentation ! #javadoc: ! # mkdir -p $(doc) ! # $(JAVADOC) -d $(doc) -sourcepath @srcdir@/source \ ! # $(package_names) # Remove classes and jar file + clean-local: ! rm -f $(data_JARS) ! rm -rf classes ! rm -f $(noinst_HEADERS) # Run a simple transformation to check that the package is working check-local: gnu/xml/libxmlj/transform/TransformTest.class @JAVA@ -classpath "${CLASSPATH}:${libj_jarfile}:." -Djava.library.path=.libs gnu.xml.libxmlj.transform.TransformTest @srcdir@/testdocs/test.xml @srcdir@/testdocs/testsheet.xsl transformed.xml diff @srcdir@/testdocs/transformed.xml transformed.xml + # ./transform-test $(srcdir)/testdocs/test.xml $(srcdir)/testdocs/testsheet.xsl transformed.xml + # diff $(srcdir)/testdocs/transformed.xml transformed.xml dist-hook: mkdir $(distdir)/source/gnu *************** dist-hook: *** 1002,1012 **** mkdir $(distdir)/testdocs cp $(srcdir)/testdocs/* $(distdir)/testdocs ! install-data-local: ! @srcdir@/mkinstalldirs $(DESTDIR)$(libdir) ! $(LT_INSTALL) ${libjso_target} $(DESTDIR)$(libdir) ! @srcdir@/mkinstalldirs $(DESTDIR)$(datadir)/java/ ! $(INSTALL_DATA) ${libj_jarfile} $(DESTDIR)$(datadir)/java/ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: --- 8580,8593 ---- mkdir $(distdir)/testdocs cp $(srcdir)/testdocs/* $(distdir)/testdocs ! install-data-hook: ! $(INSTALL) -d $(datadir)/java ! $(INSTALL) -d $(datadir)/java/ext ! $(INSTALL) --mode 644 $(data_JARS) $(datadir)/java ! $(LN_S) -f $(datadir)/java/javax-xml-$(VERSION).jar $(datadir)/java/ext/javax-xml.jar ! $(LN_S) -f $(datadir)/java/gnu-xml-$(VERSION).jar $(datadir)/java/ext/gnu-xml.jar ! $(LN_S) -f $(datadir)/java/org-w3c-dom-$(VERSION).jar $(datadir)/java/ext/org-w3c-dom.jar ! $(LN_S) -f $(datadir)/java/org-xml-sax-$(VERSION).jar $(datadir)/java/ext/org-xml-sax.jar # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Index: aclocal.m4 =================================================================== RCS file: /cvsroot/classpathx/jaxp/aclocal.m4,v retrieving revision 1.21 diff -c -p -r1.21 aclocal.m4 *** aclocal.m4 2 Nov 2004 17:03:05 -0000 1.21 --- aclocal.m4 25 Nov 2004 22:01:23 -0000 *************** *** 1,6 **** ! # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*- ! # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,6 ---- ! # generated automatically by aclocal 1.9.2 -*- Autoconf -*- ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 11,4627 **** # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ! dnl @synopsis AC_CHECK_CLASS_COMPILATION ! dnl ! dnl AC_CHECK_CLASS_COMPILATION tests the existence of a given Java class, ! dnl either in a jar or in a '.class' file, for accessibility by the chosen ! dnl Java compiler. ! AC_DEFUN([AC_CHECK_CLASS_COMPILATION],[ ! AC_REQUIRE([AC_PROG_JAVAC]) ! AC_MSG_CHECKING([if $JAVAC can access class $1]) ! cat << \EOF > CompilerTest.java ! public class CompilerTest { ! public static void main(String[] args) ! { ! System.out.println($1.class.getName()); ! } ! } ! EOF ! if AC_TRY_COMMAND($JAVAC $JAVACFLAGS -classpath ".:$CLASSPATH" CompilerTest.java) && test -s CompilerTest.class; then ! HAVE_LAST_CLASS="yes" ! else ! HAVE_LAST_CLASS="no" ! fi ! rm -f CompilerTest.java ! rm -f CompilerTest.class ! AC_MSG_RESULT($HAVE_LAST_CLASS) ! ]) ! dnl ! dnl @synopsis AC_CHECK_CLASS ! dnl ! dnl AC_CHECK_CLASS tests the existence of a given Java class, either in ! dnl a jar or in a '.class' file. ! dnl ! dnl *Warning*: its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_CHECK_CLASS],[ ! AC_REQUIRE([AC_PROG_JAVA]) ! ac_var_name=`echo $1 | sed 's/\./_/g'` ! dnl Normaly I'd use a AC_CACHE_CHECK here but since the variable name is ! dnl dynamic I need an extra level of extraction ! AC_MSG_CHECKING([for $1 class]) ! AC_CACHE_VAL(ac_cv_class_$ac_var_name, [ ! if test x$ac_cv_prog_uudecode_base64 = xyes; then ! dnl /** ! dnl * Test.java: used to test dynamicaly if a class exists. ! dnl */ ! dnl public class Test ! dnl { ! dnl ! dnl public static void ! dnl main( String[] argv ) ! dnl { ! dnl Class lib; ! dnl if (argv.length < 1) ! dnl { ! dnl System.err.println ("Missing argument"); ! dnl System.exit (77); ! dnl } ! dnl try ! dnl { ! dnl lib = Class.forName (argv[0]); ! dnl } ! dnl catch (ClassNotFoundException e) ! dnl { ! dnl System.exit (1); ! dnl } ! dnl lib = null; ! dnl System.exit (0); ! dnl } ! dnl ! dnl } ! cat << \EOF > Test.uue ! begin-base64 644 Test.class ! yv66vgADAC0AKQcAAgEABFRlc3QHAAQBABBqYXZhL2xhbmcvT2JqZWN0AQAE ! bWFpbgEAFihbTGphdmEvbGFuZy9TdHJpbmc7KVYBAARDb2RlAQAPTGluZU51 ! bWJlclRhYmxlDAAKAAsBAANlcnIBABVMamF2YS9pby9QcmludFN0cmVhbTsJ ! AA0ACQcADgEAEGphdmEvbGFuZy9TeXN0ZW0IABABABBNaXNzaW5nIGFyZ3Vt ! ZW50DAASABMBAAdwcmludGxuAQAVKExqYXZhL2xhbmcvU3RyaW5nOylWCgAV ! ABEHABYBABNqYXZhL2lvL1ByaW50U3RyZWFtDAAYABkBAARleGl0AQAEKEkp ! VgoADQAXDAAcAB0BAAdmb3JOYW1lAQAlKExqYXZhL2xhbmcvU3RyaW5nOylM ! amF2YS9sYW5nL0NsYXNzOwoAHwAbBwAgAQAPamF2YS9sYW5nL0NsYXNzBwAi ! AQAgamF2YS9sYW5nL0NsYXNzTm90Rm91bmRFeGNlcHRpb24BAAY8aW5pdD4B ! AAMoKVYMACMAJAoAAwAlAQAKU291cmNlRmlsZQEACVRlc3QuamF2YQAhAAEA ! AwAAAAAAAgAJAAUABgABAAcAAABtAAMAAwAAACkqvgSiABCyAAwSD7YAFBBN ! uAAaKgMyuAAeTKcACE0EuAAaAUwDuAAasQABABMAGgAdACEAAQAIAAAAKgAK ! AAAACgAAAAsABgANAA4ADgATABAAEwASAB4AFgAiABgAJAAZACgAGgABACMA ! JAABAAcAAAAhAAEAAQAAAAUqtwAmsQAAAAEACAAAAAoAAgAAAAQABAAEAAEA ! JwAAAAIAKA== ! ==== ! EOF ! if uudecode$EXEEXT Test.uue; then ! : ! else ! echo "configure: __oline__: uudecode had trouble decoding base 64 file 'Test.uue'" >&AC_FD_CC ! echo "configure: failed file was:" >&AC_FD_CC ! cat Test.uue >&AC_FD_CC ! ac_cv_prog_uudecode_base64=no ! fi ! rm -f Test.uue ! if AC_TRY_COMMAND($JAVA $JAVAFLAGS Test $1) >/dev/null 2>&1; then ! eval "ac_cv_class_$ac_var_name=yes" ! else ! eval "ac_cv_class_$ac_var_name=no" ! fi ! rm -f Test.class ! else ! AC_TRY_COMPILE_JAVA([$1], , [eval "ac_cv_class_$ac_var_name=yes"], ! [eval "ac_cv_class_$ac_var_name=no"]) ! fi ! eval "ac_var_val=$`eval echo ac_cv_class_$ac_var_name`" ! eval "HAVE_$ac_var_name=$`echo ac_cv_class_$ac_var_val`" ! HAVE_LAST_CLASS=$ac_var_val ! if test x$ac_var_val = xyes; then ! ifelse([$2], , :, [$2]) ! else ! ifelse([$3], , :, [$3]) ! fi ! ]) ! dnl for some reason the above statment didn't fall though here? ! dnl do scripts have variable scoping? ! eval "ac_var_val=$`eval echo ac_cv_class_$ac_var_name`" ! AC_MSG_RESULT($ac_var_val) ! ]) ! dnl ! dnl @synopsis AC_CHECK_CLASSPATH ! dnl ! dnl AC_CHECK_CLASSPATH just displays the CLASSPATH, for the edification ! dnl of the user. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_CHECK_CLASSPATH],[ ! if test "x$CLASSPATH" = x; then ! echo "You have no CLASSPATH, I hope it is good" ! else ! echo "You have CLASSPATH $CLASSPATH, hope it is correct" ! fi ! ]) ! dnl ! dnl @synopsis AC_CHECK_JUNIT ! dnl ! dnl AC_CHECK_JUNIT tests the availability of the Junit testing ! dnl framework, and set some variables for conditional compilation ! dnl of the test suite by automake. ! dnl ! dnl If available, JUNIT is set to a command launching the text ! dnl based user interface of Junit, @JAVA_JUNIT@ is set to $JAVA_JUNIT ! dnl and @TESTS_JUNIT@ is set to $TESTS_JUNIT, otherwise they are set ! dnl to empty values. ! dnl ! dnl You can use these variables in your Makefile.am file like this : ! dnl ! dnl # Some of the following classes are built only if junit is available ! dnl JAVA_JUNIT = Class1Test.java Class2Test.java AllJunitTests.java ! dnl ! dnl noinst_JAVA = Example1.java Example2.java @JAVA_JUNIT@ ! dnl ! dnl EXTRA_JAVA = $(JAVA_JUNIT) ! dnl ! dnl TESTS_JUNIT = AllJunitTests ! dnl ! dnl TESTS = StandaloneTest1 StandaloneTest2 @TESTS_JUNIT@ ! dnl ! dnl EXTRA_TESTS = $(TESTS_JUNIT) ! dnl ! dnl AllJunitTests : ! dnl echo "#! /bin/sh" > $@ ! dnl echo "exec @JUNIT@ my.package.name.AllJunitTests" >> $@ ! dnl chmod +x $@ ! dnl ! dnl @author Luc Maisonobe ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_CHECK_JUNIT],[ ! AC_CACHE_VAL(ac_cv_prog_JUNIT,[ ! AC_CHECK_CLASS(junit.textui.TestRunner) ! if test x"`eval 'echo $ac_cv_class_junit_textui_TestRunner'`" != xno ; then ! ac_cv_prog_JUNIT='$(CLASSPATH_ENV) $(JAVA) $(JAVAFLAGS) junit.textui.TestRunner' ! fi]) ! AC_MSG_CHECKING([for junit]) ! if test x"`eval 'echo $ac_cv_prog_JUNIT'`" != x ; then ! JUNIT="$ac_cv_prog_JUNIT" ! JAVA_JUNIT='$(JAVA_JUNIT)' ! TESTS_JUNIT='$(TESTS_JUNIT)' ! else ! JUNIT= ! JAVA_JUNIT= ! TESTS_JUNIT= ! fi ! AC_MSG_RESULT($JAVA_JUNIT) ! AC_SUBST(JUNIT) ! AC_SUBST(JAVA_JUNIT) ! AC_SUBST(TESTS_JUNIT)]) ! dnl ! dnl @synopsis AC_CHECK_RQRD_CLASS ! dnl ! dnl AC_CHECK_RQRD_CLASS tests the existence of a given Java class, either in ! dnl a jar or in a '.class' file and fails if it doesn't exist. ! dnl Its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_CHECK_RQRD_CLASS],[ ! CLASS=`echo $1|sed 's/\./_/g'` ! AC_CHECK_CLASS($1) ! if test "$HAVE_LAST_CLASS" = "no"; then ! AC_MSG_ERROR([Required class $1 missing, exiting.]) ! fi ! ]) ! dnl ! dnl @synopsis AC_JAVA_OPTIONS ! dnl ! dnl AC_JAVA_OPTIONS adds configure command line options used for Java m4 ! dnl macros. This Macro is optional. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Devin Weaver ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_JAVA_OPTIONS],[ ! AC_ARG_WITH(java-prefix, ! [ --with-java-prefix=PFX prefix where Java runtime is installed (optional)]) ! AC_ARG_WITH(javac-flags, ! [ --with-javac-flags=FLAGS flags to pass to the Java compiler (optional)]) ! AC_ARG_WITH(java-flags, ! [ --with-java-flags=FLAGS flags to pass to the Java VM (optional)]) ! JAVAPREFIX=$with_java_prefix ! JAVACFLAGS=$with_javac_flags ! JAVAFLAGS=$with_java_flags ! AC_SUBST(JAVAPREFIX)dnl ! AC_SUBST(JAVACFLAGS)dnl ! AC_SUBST(JAVAFLAGS)dnl ! AC_SUBST(JAVA)dnl ! AC_SUBST(JAVAC)dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAR ! dnl ! dnl AC_PROG_JAR tests for an existing jar program. It uses the environment ! dnl variable JAR then tests in sequence various common jar programs. ! dnl ! dnl If you want to force a specific compiler: ! dnl ! dnl - at the configure.in level, set JAR=yourcompiler before calling ! dnl AC_PROG_JAR ! dnl ! dnl - at the configure level, setenv JAR ! dnl ! dnl You can use the JAR variable in your Makefile.in, with @address@hidden ! dnl ! dnl Note: This macro depends on the autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download that whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl ! dnl The general documentation of those macros, as well as the sample ! dnl configure.in, is included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Egon Willighagen ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAR],[ ! AC_REQUIRE([AC_EXEEXT])dnl ! if test "x$JAVAPREFIX" = x; then ! test "x$JAR" = x && AC_CHECK_PROGS(JAR, jar$EXEEXT) ! else ! test "x$JAR" = x && AC_CHECK_PROGS(JAR, jar, $JAVAPREFIX) ! fi ! test "x$JAR" = x && AC_MSG_ERROR([no acceptable jar program found in \$PATH]) ! AC_PROVIDE([$0])dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAVA ! dnl ! dnl Here is a summary of the main macros: ! dnl ! dnl AC_PROG_JAVAC: finds a Java compiler. ! dnl ! dnl AC_PROG_JAVA: finds a Java virtual machine. ! dnl ! dnl AC_CHECK_CLASS: finds if we have the given class (beware of CLASSPATH!). ! dnl ! dnl AC_CHECK_RQRD_CLASS: finds if we have the given class and stops otherwise. ! dnl ! dnl AC_TRY_COMPILE_JAVA: attempt to compile user given source. ! dnl ! dnl AC_TRY_RUN_JAVA: attempt to compile and run user given source. ! dnl ! dnl AC_JAVA_OPTIONS: adds Java configure options. ! dnl ! dnl AC_PROG_JAVA tests an existing Java virtual machine. It uses the ! dnl environment variable JAVA then tests in sequence various common Java ! dnl virtual machines. For political reasons, it starts with the free ones. ! dnl You *must* call [AC_PROG_JAVAC] before. ! dnl ! dnl If you want to force a specific VM: ! dnl ! dnl - at the configure.in level, set JAVA=yourvm before calling AC_PROG_JAVA ! dnl (but after AC_INIT) ! dnl ! dnl - at the configure level, setenv JAVA ! dnl ! dnl You can use the JAVA variable in your Makefile.in, with @address@hidden ! dnl ! dnl *Warning*: its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl TODO: allow to exclude virtual machines (rationale: most Java programs ! dnl cannot run with some VM like kaffe). ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl ! dnl A Web page, with a link to the latest CVS snapshot is at ! dnl . ! dnl ! dnl This is a sample configure.in ! dnl Process this file with autoconf to produce a configure script. ! dnl ! dnl AC_INIT(UnTag.java) ! dnl ! dnl dnl Checks for programs. ! dnl AC_CHECK_CLASSPATH ! dnl AC_PROG_JAVAC ! dnl AC_PROG_JAVA ! dnl ! #dnl dnl Checks for classes ! #dnl AC_CHECK_RQRD_CLASS(org.xml.sax.Parser) ! #dnl AC_CHECK_RQRD_CLASS(com.jclark.xml.sax.Driver) ! dnl ! dnl AC_OUTPUT(Makefile) ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAVA],[ ! AC_REQUIRE([AC_EXEEXT])dnl ! if test x$JAVAPREFIX = x; then ! test x$JAVA = x && AC_CHECK_PROGS(JAVA, kaffe$EXEEXT java$EXEEXT) ! else ! test x$JAVA = x && AC_CHECK_PROGS(JAVA, kaffe$EXEEXT java$EXEEXT, $JAVAPREFIX) ! fi ! test x$JAVA = x && AC_MSG_ERROR([no acceptable Java virtual machine found in \$PATH]) ! AC_PROG_JAVA_WORKS ! AC_PROVIDE([$0])dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAVA_WORKS ! dnl ! dnl Internal use ONLY. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAVA_WORKS], [ ! AC_CHECK_PROG(uudecode, uudecode$EXEEXT, yes) ! if test x$uudecode = xyes; then ! AC_CACHE_CHECK([if uudecode can decode base 64 file], ac_cv_prog_uudecode_base64, [ ! dnl /** ! dnl * Test.java: used to test if java compiler works. ! dnl */ ! dnl public class Test ! dnl { ! dnl ! dnl public static void ! dnl main( String[] argv ) ! dnl { ! dnl System.exit (0); ! dnl } ! dnl ! dnl } ! cat << \EOF > Test.uue ! begin-base64 644 Test.class ! yv66vgADAC0AFQcAAgEABFRlc3QHAAQBABBqYXZhL2xhbmcvT2JqZWN0AQAE ! bWFpbgEAFihbTGphdmEvbGFuZy9TdHJpbmc7KVYBAARDb2RlAQAPTGluZU51 ! bWJlclRhYmxlDAAKAAsBAARleGl0AQAEKEkpVgoADQAJBwAOAQAQamF2YS9s ! YW5nL1N5c3RlbQEABjxpbml0PgEAAygpVgwADwAQCgADABEBAApTb3VyY2VG ! aWxlAQAJVGVzdC5qYXZhACEAAQADAAAAAAACAAkABQAGAAEABwAAACEAAQAB ! AAAABQO4AAyxAAAAAQAIAAAACgACAAAACgAEAAsAAQAPABAAAQAHAAAAIQAB ! AAEAAAAFKrcAErEAAAABAAgAAAAKAAIAAAAEAAQABAABABMAAAACABQ= ! ==== ! EOF ! if uudecode$EXEEXT Test.uue; then ! ac_cv_prog_uudecode_base64=yes ! else ! echo "configure: __oline__: uudecode had trouble decoding base 64 file 'Test.uue'" >&AC_FD_CC ! echo "configure: failed file was:" >&AC_FD_CC ! cat Test.uue >&AC_FD_CC ! ac_cv_prog_uudecode_base64=no ! fi ! rm -f Test.uue]) ! fi ! if test x$ac_cv_prog_uudecode_base64 != xyes; then ! rm -f Test.class ! AC_MSG_WARN([I have to compile Test.class from scratch]) ! if test x$ac_cv_prog_javac_works = xno; then ! AC_MSG_ERROR([Cannot compile java source. $JAVAC does not work properly]) ! fi ! if test x$ac_cv_prog_javac_works = x; then ! AC_PROG_JAVAC ! fi ! fi ! AC_CACHE_CHECK(if $JAVA works, ac_cv_prog_java_works, [ ! JAVA_TEST=Test.java ! CLASS_TEST=Test.class ! TEST=Test ! changequote(, )dnl ! cat << \EOF > $JAVA_TEST ! /* [#]line __oline__ "configure" */ ! public class Test { ! public static void main (String args[]) { ! System.exit (0); ! } } ! EOF ! changequote([, ])dnl ! if test x$ac_cv_prog_uudecode_base64 != xyes; then ! if AC_TRY_COMMAND($JAVAC $JAVACFLAGS $JAVA_TEST) && test -s $CLASS_TEST; then ! : ! else ! echo "configure: failed program was:" >&AC_FD_CC ! cat $JAVA_TEST >&AC_FD_CC ! AC_MSG_ERROR(The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)) ! fi ! fi ! if AC_TRY_COMMAND($JAVA $JAVAFLAGS $TEST) >/dev/null 2>&1; then ! ac_cv_prog_java_works=yes ! else ! echo "configure: failed program was:" >&AC_FD_CC ! cat $JAVA_TEST >&AC_FD_CC ! AC_MSG_ERROR(The Java VM $JAVA failed (see config.log, check the CLASSPATH?)) ! fi ! rm -fr $JAVA_TEST $CLASS_TEST Test.uue ! ]) ! AC_PROVIDE([$0])dnl ! ] ! ) ! dnl ! dnl @synopsis AC_PROG_JAVAC ! dnl ! dnl AC_PROG_JAVAC tests an existing Java compiler. It uses the environment ! dnl variable JAVAC then tests in sequence various common Java compilers. For ! dnl political reasons, it starts with the free ones. ! dnl ! dnl If you want to force a specific compiler: ! dnl ! dnl - at the configure.in level, set JAVAC=yourcompiler before calling ! dnl AC_PROG_JAVAC ! dnl ! dnl - at the configure level, setenv JAVAC ! dnl ! dnl You can use the JAVAC variable in your Makefile.in, with @address@hidden ! dnl ! dnl *Warning*: its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl TODO: allow to exclude compilers (rationale: most Java programs cannot compile ! dnl with some compilers like guavac). ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAVAC],[ ! AC_REQUIRE([AC_EXEEXT])dnl ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAC" = x && AC_CHECK_PROGS(JAVAC, "gcj$EXEEXT -C" guavac$EXEEXT jikes$EXEEXT javac$EXEEXT) ! else ! test "x$JAVAC" = x && AC_CHECK_PROGS(JAVAC, "gcj$EXEEXT -C" guavac$EXEEXT jikes$EXEEXT javac$EXEEXT, $JAVAPREFIX) ! fi ! test "x$JAVAC" = x && AC_MSG_ERROR([no acceptable Java compiler found in \$PATH]) ! AC_PROG_JAVAC_WORKS ! AC_PROVIDE([$0])dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAVAC_WORKS ! dnl ! dnl Internal use ONLY. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Stephane Bortzmeyer ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAVAC_WORKS],[ ! AC_CACHE_CHECK([if $JAVAC works], ac_cv_prog_javac_works, [ ! JAVA_TEST=Test.java ! CLASS_TEST=Test.class ! cat << \EOF > $JAVA_TEST ! /* [#]line __oline__ "configure" */ ! public class Test { ! } ! EOF ! if AC_TRY_COMMAND($JAVAC $JAVACFLAGS $JAVA_TEST) >/dev/null 2>&1; then ! ac_cv_prog_javac_works=yes ! else ! AC_MSG_ERROR([The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)]) ! echo "configure: failed program was:" >&AC_FD_CC ! cat $JAVA_TEST >&AC_FD_CC ! fi ! rm -f $JAVA_TEST $CLASS_TEST ! ]) ! AC_PROVIDE([$0])dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAVADOC ! dnl ! dnl AC_PROG_JAVADOC tests for an existing javadoc generator. It uses the environment ! dnl variable JAVADOC then tests in sequence various common javadoc generator. ! dnl ! dnl If you want to force a specific compiler: ! dnl ! dnl - at the configure.in level, set JAVADOC=yourgenerator before calling ! dnl AC_PROG_JAVADOC ! dnl ! dnl - at the configure level, setenv JAVADOC ! dnl ! dnl You can use the JAVADOC variable in your Makefile.in, with @address@hidden ! dnl ! dnl Note: This macro depends on the autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download that whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl ! dnl The general documentation of those macros, as well as the sample ! dnl configure.in, is included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Egon Willighagen ! dnl @version 2004/05/05 11:27:01 ! dnl ! C_DEFUN([AC_PROG_JAVADOC],[ ! AC_REQUIRE([AC_EXEEXT])dnl ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVADOC" = x && AC_CHECK_PROGS(JAVADOC, javadoc$EXEEXT) ! else ! test "x$JAVADOC" = x && AC_CHECK_PROGS(JAVADOC, javadoc, $JAVAPREFIX) ! fi ! test "x$JAVADOC" = x && AC_MSG_ERROR([no acceptable javadoc generator found in \$PATH]) ! AC_PROVIDE([$0])dnl ! ]) ! dnl ! dnl @synopsis AC_PROG_JAVAH ! dnl ! dnl AC_PROG_JAVAH tests the availability of the javah header generator ! dnl and looks for the jni.h header file. If available, JAVAH is set to ! dnl the full path of javah and CPPFLAGS is updated accordingly. ! dnl ! dnl @author Luc Maisonobe ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_PROG_JAVAH],[ ! AC_REQUIRE([AC_EXEEXT])dnl ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && AC_CHECK_PROGS(JAVAH, gcjh$EXEEXT) ! else ! test "x$JAVAH" = x && AC_CHECK_PROGS(JAVAH, gcjh, $JAVAPREFIX) ! fi ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && AC_CHECK_PROGS(JAVAH, javah$EXEEXT) ! else ! test "x$JAVAH" = x && AC_CHECK_PROGS(JAVAH, javah, $JAVAPREFIX) ! fi ! test "x$JAVAH" = x && AC_MSG_ERROR([no JNI header file generator found in \$PATH]) ! if test "x$JAVA_HOME" != x; then ! CFLAGS="-I$JAVA_HOME/include $CFLAGS" ! else ! echo "JAVA_HOME is not defined, I hope you have a working jni.h" ! fi ! AC_PROVIDE([$0]) ! AC_REQUIRE([AC_PROG_CPP])dnl ! if test x"`eval 'echo $ac_cv_path_JAVAH'`" != x ; then ! AC_TRY_CPP([#include ],,[ ! ac_save_CPPFLAGS="$CPPFLAGS" ! changequote(, )dnl ! ac_dir=`echo $ac_cv_path_JAVAH | sed 's,\(.*\)/[^/]*/[^/]*$,\1/include,'` ! ac_machdep=`echo $build_os | sed 's,[-0-9].*,,' | sed 's,cygwin,win32,'` ! changequote([, ])dnl ! CPPFLAGS="$ac_save_CPPFLAGS -I$ac_dir -I$ac_dir/$ac_machdep" ! AC_TRY_CPP([#include ], ! ac_save_CPPFLAGS="$CPPFLAGS", ! AC_MSG_ERROR([unable to include ])) ! CPPFLAGS="$ac_save_CPPFLAGS"]) ! fi ! ]) ! dnl ! dnl @synopsis AC_TRY_COMPILE_JAVA ! dnl ! dnl AC_TRY_COMPILE_JAVA attempt to compile user given source. ! dnl ! dnl *Warning*: its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Devin Weaver ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_TRY_COMPILE_JAVA],[ ! AC_REQUIRE([AC_PROG_JAVAC])dnl ! cat << \EOF > Test.java ! /* [#]line __oline__ "configure" */ ! ifelse([$1], , , [import $1;]) ! public class Test { ! [$2] ! } ! EOF ! if AC_TRY_COMMAND($JAVAC $JAVACFLAGS Test.java) && test -s Test.class ! then ! dnl Don't remove the temporary files here, so they can be examined. ! ifelse([$3], , :, [$3]) ! else ! echo "configure: failed program was:" >&AC_FD_CC ! cat Test.java >&AC_FD_CC ! ifelse([$4], , , [ rm -fr Test* ! $4 ! ])dnl ! fi ! rm -fr Test*]) ! dnl ! dnl @synopsis AC_TRY_RUN_JAVA ! dnl ! dnl AC_TRY_RUN_JAVA attempt to compile and run user given source. ! dnl ! dnl *Warning*: its success or failure can depend on a proper setting of the ! dnl CLASSPATH env. variable. ! dnl ! dnl Note: This is part of the set of autoconf M4 macros for Java programs. ! dnl It is VERY IMPORTANT that you download the whole set, some ! dnl macros depend on other. Unfortunately, the autoconf archive does not ! dnl support the concept of set of macros, so I had to break it for ! dnl submission. ! dnl The general documentation, as well as the sample configure.in, is ! dnl included in the AC_PROG_JAVA macro. ! dnl ! dnl @author Devin Weaver ! dnl @version 2004/05/05 11:27:01 ! dnl ! AC_DEFUN([AC_TRY_RUN_JAVA],[ ! AC_REQUIRE([AC_PROG_JAVAC])dnl ! AC_REQUIRE([AC_PROG_JAVA])dnl ! cat << \EOF > Test.java ! /* [#]line __oline__ "configure" */ ! ifelse([$1], , , [include $1;]) ! public class Test { ! [$2] ! } ! EOF ! if AC_TRY_COMMAND($JAVAC $JAVACFLAGS Test.java) && test -s Test.class && ($JAVA $JAVAFLAGS Test; exit) 2>/dev/null ! then ! dnl Don't remove the temporary files here, so they can be examined. ! ifelse([$3], , :, [$3]) ! else ! echo "configure: failed program was:" >&AC_FD_CC ! cat Test.java >&AC_FD_CC ! ifelse([$4], , , [ rm -fr Test* ! $4 ! ])dnl ! fi ! rm -fr Test*]) ! # $Id: aclocal.m4,v 1.21 2004/11/02 17:03:05 dog Exp $ ! # Determine shared object suffixes. ! # ! # Our method is to use the libtool variable $library_names_spec, ! # set by using AC_PROG_LIBTOOL. This variable is a snippet of shell ! # defined in terms of $versuffix, $release, $libname and $module ! # We want to eval it and grab the suffix used for shared objects. ! # By setting $module to yes/no, we obtain the suffixes ! # used to create dlloadable, or java loadable modules. ! # On many (*nix) systems, these all evaluate to .so, but there ! # are some notable exceptions. ! # Before calling this macro, $LIBTOOL_PROG must be set to ! # the correct method of invoking libtool (e.g. $SHELL ./libtool) ! ! # This macro is used internally to discover the suffix for the current ! # settings of $module. The result is stored in $_SOSUFFIX. ! AC_DEFUN([_SOSUFFIX_INTERNAL], [ ! versuffix="" ! release="" ! libname=libfoo ! eval _SOSUFFIX=\"$shrext\" ! if test "X$_SOSUFFIX" = "X" ; then ! _SOSUFFIX=".so" ! if test `$LIBTOOL_PROG --config | grep build_libtool_libs | grep no` 2>/dev/null; then ! if test "X$_SOSUFFIX_MESSAGE" = "X"; then ! _SOSUFFIX_MESSAGE=yes ! AC_MSG_WARN([libtool may not know about this architecture.]) ! AC_MSG_WARN([assuming $_SUFFIX suffix for dynamic libraries.]) ! fi ! fi ! fi ! ]) - # SOSUFFIX_CONFIG will set the variable SOSUFFIX to be the - # shared library extension used for general linking, not dlopen. - AC_DEFUN([SOSUFFIX_CONFIG], [ - AC_MSG_CHECKING([SOSUFFIX from libtool]) - module=no - _SOSUFFIX_INTERNAL - SOSUFFIX=$_SOSUFFIX - AC_MSG_RESULT($SOSUFFIX) - AC_SUBST(SOSUFFIX) - ]) ! # MODSUFFIX_CONFIG will set the variable MODSUFFIX to be the ! # shared library extension used for dlopen'ed modules. ! # To discover this, we set $module, simulating libtool's -module option. ! AC_DEFUN([MODSUFFIX_CONFIG], [ ! AC_MSG_CHECKING([MODSUFFIX from libtool]) ! module=yes ! _SOSUFFIX_INTERNAL ! MODSUFFIX=$_SOSUFFIX ! AC_MSG_RESULT($MODSUFFIX) ! AC_SUBST(MODSUFFIX) ! ]) - # JMODSUFFIX_CONFIG will set the variable JMODSUFFIX to be the - # shared library extension used JNI modules opened by Java. - # To discover this, we set $jnimodule, simulating libtool's -shrext option. - # Robert Boehne: Not much point in this macro any more because apparently - # Darwin is the only OS that wants or needs the .jnilib extension. - AC_DEFUN([JMODSUFFIX_CONFIG], [ - AC_MSG_CHECKING([JMODSUFFIX from libtool]) - module=yes - _SOSUFFIX_INTERNAL - if test `uname` = "Darwin"; then - JMODSUFFIX=".jnilib" - else - JMODSUFFIX=$_SOSUFFIX - fi - AC_MSG_RESULT($JMODSUFFIX) - AC_SUBST(JMODSUFFIX) - ]) ! # Configure paths for LIBXML2 ! # Toshio Kuratomi 2001-04-21 ! # Adapted from: ! # Configure paths for GLIB ! # Owen Taylor 97-11-3 ! dnl AM_PATH_XML([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) ! dnl Test for XML, and define XML_CFLAGS and XML_LIBS ! dnl ! AC_DEFUN([AM_PATH_XML],[ ! AC_ARG_WITH(xml-prefix, ! [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)], ! xml_config_prefix="$withval", xml_config_prefix="") ! AC_ARG_WITH(xml-exec-prefix, ! [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)], ! xml_config_exec_prefix="$withval", xml_config_exec_prefix="") ! AC_ARG_ENABLE(xmltest, ! [ --disable-xmltest Do not try to compile and run a test LIBXML program],, ! enable_xmltest=yes) ! ! if test x$xml_config_exec_prefix != x ; then ! xml_config_args="$xml_config_args --exec-prefix=$xml_config_exec_prefix" ! if test x${XML2_CONFIG+set} != xset ; then ! XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config ! fi ! fi ! if test x$xml_config_prefix != x ; then ! xml_config_args="$xml_config_args --prefix=$xml_config_prefix" ! if test x${XML2_CONFIG+set} != xset ; then ! XML2_CONFIG=$xml_config_prefix/bin/xml2-config ! fi ! fi - AC_PATH_PROG(XML2_CONFIG, xml2-config, no) - min_xml_version=ifelse([$1], ,1.0.0,[$1]) - AC_MSG_CHECKING(for libxml - version >= $min_xml_version) - no_xml="" - if test "$XML2_CONFIG" = "no" ; then - no_xml=yes - else - XML_CFLAGS=`$XML2_CONFIG $xml_config_args --cflags` - XML_LIBS=`$XML2_CONFIG $xml_config_args --libs` - xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` - xml_config_minor_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` - xml_config_micro_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` - if test "x$enable_xmltest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" - CFLAGS="$CFLAGS $XML_CFLAGS" - LIBS="$XML_LIBS $LIBS" - dnl - dnl Now check if the installed libxml is sufficiently new. - dnl (Also sanity checks the results of xml2-config to some extent) - dnl - rm -f conf.xmltest - AC_TRY_RUN([ - #include - #include - #include - #include ! int ! main() ! { ! int xml_major_version, xml_minor_version, xml_micro_version; ! int major, minor, micro; ! char *tmp_version; ! int tmp_int_version; ! ! system("touch conf.xmltest"); ! ! /* Capture xml2-config output via autoconf/configure variables */ ! /* HP/UX 9 (address@hidden) writes to sscanf strings */ ! tmp_version = (char *)strdup("$min_xml_version"); ! if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { ! printf("%s, bad version string from xml2-config\n", "$min_xml_version"); ! exit(1); ! } ! free(tmp_version); ! ! /* Capture the version information from the header files */ ! tmp_int_version = LIBXML_VERSION; ! xml_major_version=tmp_int_version / 10000; ! xml_minor_version=(tmp_int_version - xml_major_version * 10000) / 100; ! xml_micro_version=(tmp_int_version - xml_minor_version * 100 - xml_major_version * 10000); ! ! /* Compare xml2-config output to the libxml headers */ ! if ((xml_major_version != $xml_config_major_version) || ! (xml_minor_version > $xml_config_minor_version) ! || ! /* The last released version of libxml-1.x has an incorrect micro version in ! * the header file so neither the includes nor the library will match the ! * micro_version to the output of xml2-config ! */ ! (xml_micro_version != $xml_config_micro_version) ! ) ! ! { ! printf("*** libxml header files (version %d.%d.%d) do not match\n", ! xml_major_version, xml_minor_version, xml_micro_version); ! printf("*** xml2-config (version %d.%d.%d)\n", ! $xml_config_major_version, $xml_config_minor_version, $xml_config_micro_version); ! return 1; ! } ! /* Compare the headers to the library to make sure we match */ ! /* Less than ideal -- doesn't provide us with return value feedback, ! * only exits if there's a serious mismatch between header and library. ! */ ! LIBXML_TEST_VERSION; ! ! /* Test that the library is greater than or equal to our minimum version */ ! if ((xml_major_version > major) || ! ((xml_major_version == major) && (xml_minor_version > minor)) || ! ((xml_major_version == major) && (xml_minor_version == minor) && ! (xml_micro_version >= micro))) ! { ! return 0; ! } ! else ! { ! printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", ! xml_major_version, xml_minor_version, xml_micro_version); ! printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", ! major, minor, micro); ! printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n"); ! printf("***\n"); ! printf("*** If you have already installed a sufficiently new version, this error\n"); ! printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); ! printf("*** being found. The easiest way to fix this is to remove the old version\n"); ! printf("*** of LIBXML, but you can also set the XML2_CONFIG environment to point to the\n"); ! printf("*** correct copy of xml2-config. (In this case, you will have to\n"); ! printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); ! printf("*** so that the correct libraries are found at run-time))\n"); ! } ! return 1; ! } ! ],, no_xml=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! if test "x$no_xml" = x ; then ! AC_MSG_RESULT(yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)) ! ifelse([$2], , :, [$2]) ! else ! AC_MSG_RESULT(no) ! if test "$XML2_CONFIG" = "no" ; then ! echo "*** The xml2-config script installed by LIBXML could not be found" ! echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in" ! echo "*** your path, or set the XML2_CONFIG environment variable to the" ! echo "*** full path to xml2-config." ! else ! if test -f conf.xmltest ; then ! : ! else ! echo "*** Could not run libxml test program, checking why..." ! CFLAGS="$CFLAGS $XML_CFLAGS" ! LIBS="$LIBS $XML_LIBS" ! AC_TRY_LINK([ ! #include ! #include ! ], [ LIBXML_TEST_VERSION; return 0;], ! [ echo "*** The test program compiled, but did not run. This usually means" ! echo "*** that the run-time linker is not finding LIBXML or finding the wrong" ! echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" ! echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" ! echo "*** to the installed location Also, make sure you have run ldconfig if that" ! echo "*** is required on your system" ! echo "***" ! echo "*** If you have an old version installed, it is best to remove it, although" ! echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], ! [ echo "*** The test program failed to compile or link. See the file config.log for the" ! echo "*** exact error that occured. This usually means LIBXML was incorrectly installed" ! echo "*** or that you have moved LIBXML since it was installed. In the latter case, you" ! echo "*** may want to edit the xml2-config script: $XML2_CONFIG" ]) ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! XML_CFLAGS="" ! XML_LIBS="" ! ifelse([$3], , :, [$3]) ! fi ! AC_SUBST(XML_CFLAGS) ! AC_SUBST(XML_LIBS) ! rm -f conf.xmltest ! ]) ! ! # Configure paths for LIBXML2 ! # Toshio Kuratomi 2001-04-21 ! # Adapted from: ! # Configure paths for GLIB ! # Owen Taylor 97-11-3 ! dnl AM_PATH_XML2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) ! dnl Test for XML, and define XML_CFLAGS and XML_LIBS ! dnl ! AC_DEFUN([AM_PATH_XML2],[ ! AC_ARG_WITH(xml-prefix, ! [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)], ! xml_config_prefix="$withval", xml_config_prefix="") ! AC_ARG_WITH(xml-exec-prefix, ! [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)], ! xml_config_exec_prefix="$withval", xml_config_exec_prefix="") ! AC_ARG_ENABLE(xmltest, ! [ --disable-xmltest Do not try to compile and run a test LIBXML program],, ! enable_xmltest=yes) ! ! if test x$xml_config_exec_prefix != x ; then ! xml_config_args="$xml_config_args --exec-prefix=$xml_config_exec_prefix" ! if test x${XML2_CONFIG+set} != xset ; then ! XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config ! fi ! fi ! if test x$xml_config_prefix != x ; then ! xml_config_args="$xml_config_args --prefix=$xml_config_prefix" ! if test x${XML2_CONFIG+set} != xset ; then ! XML2_CONFIG=$xml_config_prefix/bin/xml2-config ! fi ! fi ! AC_PATH_PROG(XML2_CONFIG, xml2-config, no) ! min_xml_version=ifelse([$1], ,2.0.0,[$1]) ! AC_MSG_CHECKING(for libxml - version >= $min_xml_version) ! no_xml="" ! if test "$XML2_CONFIG" = "no" ; then ! no_xml=yes ! else ! XML_CFLAGS=`$XML2_CONFIG $xml_config_args --cflags` ! XML_LIBS=`$XML2_CONFIG $xml_config_args --libs` ! xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` ! xml_config_minor_version=`$XML2_CONFIG $xml_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` ! xml_config_micro_version=`$XML2_CONFIG $xml_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` ! if test "x$enable_xmltest" = "xyes" ; then ! ac_save_CFLAGS="$CFLAGS" ! ac_save_LIBS="$LIBS" ! CFLAGS="$CFLAGS $XML_CFLAGS" ! LIBS="$XML_LIBS $LIBS" ! dnl ! dnl Now check if the installed libxml is sufficiently new. ! dnl (Also sanity checks the results of xml2-config to some extent) ! dnl ! rm -f conf.xmltest ! AC_TRY_RUN([ ! #include ! #include ! #include ! #include ! int ! main() ! { ! int xml_major_version, xml_minor_version, xml_micro_version; ! int major, minor, micro; ! char *tmp_version; ! ! system("touch conf.xmltest"); ! ! /* Capture xml2-config output via autoconf/configure variables */ ! /* HP/UX 9 (address@hidden) writes to sscanf strings */ ! tmp_version = (char *)strdup("$min_xml_version"); ! if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { ! printf("%s, bad version string from xml2-config\n", "$min_xml_version"); ! exit(1); ! } ! free(tmp_version); ! ! /* Capture the version information from the header files */ ! tmp_version = (char *)strdup(LIBXML_DOTTED_VERSION); ! if (sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) { ! printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION"); ! exit(1); ! } ! free(tmp_version); ! ! /* Compare xml2-config output to the libxml headers */ ! if ((xml_major_version != $xml_config_major_version) || ! (xml_minor_version != $xml_config_minor_version) || ! (xml_micro_version != $xml_config_micro_version)) ! { ! printf("*** libxml header files (version %d.%d.%d) do not match\n", ! xml_major_version, xml_minor_version, xml_micro_version); ! printf("*** xml2-config (version %d.%d.%d)\n", ! $xml_config_major_version, $xml_config_minor_version, $xml_config_micro_version); ! return 1; ! } ! /* Compare the headers to the library to make sure we match */ ! /* Less than ideal -- doesn't provide us with return value feedback, ! * only exits if there's a serious mismatch between header and library. ! */ ! LIBXML_TEST_VERSION; ! ! /* Test that the library is greater than our minimum version */ ! if ((xml_major_version > major) || ! ((xml_major_version == major) && (xml_minor_version > minor)) || ! ((xml_major_version == major) && (xml_minor_version == minor) && ! (xml_micro_version >= micro))) ! { ! return 0; ! } ! else ! { ! printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", ! xml_major_version, xml_minor_version, xml_micro_version); ! printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", ! major, minor, micro); ! printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n"); ! printf("***\n"); ! printf("*** If you have already installed a sufficiently new version, this error\n"); ! printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); ! printf("*** being found. The easiest way to fix this is to remove the old version\n"); ! printf("*** of LIBXML, but you can also set the XML2_CONFIG environment to point to the\n"); ! printf("*** correct copy of xml2-config. (In this case, you will have to\n"); ! printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); ! printf("*** so that the correct libraries are found at run-time))\n"); ! } ! return 1; ! } ! ],, no_xml=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi - if test "x$no_xml" = x ; then - AC_MSG_RESULT(yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)) - ifelse([$2], , :, [$2]) - else - AC_MSG_RESULT(no) - if test "$XML2_CONFIG" = "no" ; then - echo "*** The xml2-config script installed by LIBXML could not be found" - echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the XML2_CONFIG environment variable to the" - echo "*** full path to xml2-config." - else - if test -f conf.xmltest ; then - : - else - echo "*** Could not run libxml test program, checking why..." - CFLAGS="$CFLAGS $XML_CFLAGS" - LIBS="$LIBS $XML_LIBS" - AC_TRY_LINK([ - #include - #include - ], [ LIBXML_TEST_VERSION; return 0;], - [ echo "*** The test program compiled, but did not run. This usually means" - echo "*** that the run-time linker is not finding LIBXML or finding the wrong" - echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" - echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" - echo "*** to the installed location Also, make sure you have run ldconfig if that" - echo "*** is required on your system" - echo "***" - echo "*** If you have an old version installed, it is best to remove it, although" - echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], - [ echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means LIBXML was incorrectly installed" - echo "*** or that you have moved LIBXML since it was installed. In the latter case, you" - echo "*** may want to edit the xml2-config script: $XML2_CONFIG" ]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - fi ! XML_CFLAGS="" ! XML_LIBS="" ! ifelse([$3], , :, [$3]) ! fi ! AC_SUBST(XML_CFLAGS) ! AC_SUBST(XML_LIBS) ! rm -f conf.xmltest ! ]) ! # Based on: ! # Configure paths for LIBXML2 ! # Toshio Kuratomi 2001-04-21 ! # Adapted from: ! # Configure paths for GLIB ! # Owen Taylor 97-11-3 ! # ! # Modified to work with libxslt by Thomas Schraitle 2002/10/25 ! # ! dnl AM_PATH_XSLT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) ! dnl Test for XML, and define XML_CFLAGS and XML_LIBS dnl - AC_DEFUN([AM_PATH_XSLT],[ - AC_ARG_WITH(xslt-prefix, - [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)], - xslt_config_prefix="$withval", xslt_config_prefix="") - AC_ARG_WITH(xslt-exec-prefix, - [ --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional)], - xslt_config_exec_prefix="$withval", xslt_config_exec_prefix="") - AC_ARG_ENABLE(xslttest, - [ --disable-xslttest Do not try to compile and run a test LIBXSLT program],, - enable_xslttest=no) - - if test x$xslt_config_exec_prefix != x ; then - xslt_config_args="$xslt_config_args --exec-prefix=$xslt_config_exec_prefix" - if test x${XSLT_CONFIG+set} != xset ; then - XSLT_CONFIG=$xslt_config_exec_prefix/bin/xslt-config - fi - fi - if test x$xslt_config_prefix != x ; then - xslt_config_args="$xslt_config_args --prefix=$xslt_config_prefix" - if test x${XSLT_CONFIG+set} != xset ; then - XSLT_CONFIG=$xslt_config_prefix/bin/xslt-config - fi - fi ! AC_PATH_PROG(XSLT_CONFIG, xslt-config, no) ! min_xslt_version=ifelse([$1], ,1.0.0,[$1]) ! AC_MSG_CHECKING(for libxslt - version >= $min_xslt_version) ! no_xslt="" ! if test "$XSLT_CONFIG" = "no" ; then ! no_xslt=yes ! else ! XSLT_CFLAGS=`$XSLT_CONFIG $xslt_config_args --cflags` ! XSLT_LIBS=`$XSLT_CONFIG $xslt_config_args --libs` ! xslt_config_major_version=`$XSLT_CONFIG $xslt_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` ! xslt_config_minor_version=`$XSLT_CONFIG $xslt_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` ! xslt_config_micro_version=`$XSLT_CONFIG $xslt_config_args --version | \ ! sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` ! if test "x$enable_xslttest" = "xyes" ; then ! ac_save_CFLAGS="$CFLAGS" ! ac_save_LIBS="$LIBS" ! CFLAGS="$CFLAGS $XSLT_CFLAGS" ! LIBS="$XSLT_LIBS $LIBS" ! dnl ! dnl Now check if the installed libxslt is sufficiently new. ! dnl (Also sanity checks the results of xslt-config to some extent) ! dnl ! rm -f conf.xslttest ! AC_TRY_RUN([ ! #include ! #include ! #include ! #include ! int ! main() ! { ! int xslt_major_version, xslt_minor_version, xslt_micro_version; ! int major, minor, micro; ! char *tmp_version; ! ! system("touch conf.xslttest"); ! ! /* Capture xslt-config output via autoconf/configure variables */ ! /* HP/UX 9 (address@hidden) writes to sscanf strings */ ! tmp_version = (char *)strdup("$min_xslt_version"); ! if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { ! printf("%s, bad version string from xslt-config\n", "$min_xslt_version"); ! exit(1); ! } ! free(tmp_version); ! ! /* Capture the version information from the header files */ ! tmp_version = (char *)strdup(LIBXSLT_DOTTED_VERSION); ! if (sscanf(tmp_version, "%d.%d.%d", &xslt_major_version, &xslt_minor_version, &xslt_micro_version) != 3) { ! printf("%s, bad version string from libxslt includes\n", "LIBXSLT_DOTTED_VERSION"); ! exit(1); ! } ! free(tmp_version); ! ! /* Compare xslt-config output to the libxslt headers */ ! if ((xslt_major_version != $xslt_config_major_version) || ! (xslt_minor_version != $xslt_config_minor_version) || ! (xslt_micro_version != $xslt_config_micro_version)) ! { ! printf("*** libxslt header files (version %d.%d.%d) do not match\n", ! xslt_major_version, xslt_minor_version, xslt_micro_version); ! printf("*** xslt-config (version %d.%d.%d)\n", ! $xslt_config_major_version, $xslt_config_minor_version, $xslt_config_micro_version); ! return 1; ! } ! /* Compare the headers to the library to make sure we match */ ! /* Less than ideal -- doesn't provide us with return value feedback, ! * only exits if there's a serious mismatch between header and library. ! */ ! /* copied from LIBXXML_TEST_VERSION; */ ! xmlCheckVersion(LIBXSLT_VERSION_STRING); ! ! /* Test that the library is greater than our minimum version */ ! if ((xslt_major_version > major) || ! ((xslt_major_version == major) && (xslt_minor_version > minor)) || ! ((xslt_major_version == major) && (xslt_minor_version == minor) && ! (xslt_micro_version >= micro))) ! { ! return 0; ! } ! else ! { ! printf("\n*** An old version of libxslt (%d.%d.%d) was found.\n", ! xslt_major_version, xslt_minor_version, xslt_micro_version); ! printf("*** You need a version of libxslt newer than %d.%d.%d. The latest version of\n", ! major, minor, micro); ! printf("*** libxslt is always available from ftp://ftp.xmlsoft.org.\n"); ! printf("***\n"); ! printf("*** If you have already installed a sufficiently new version, this error\n"); ! printf("*** probably means that the wrong copy of the xslt-config shell script is\n"); ! printf("*** being found. The easiest way to fix this is to remove the old version\n"); ! printf("*** of LIBXSLT, but you can also set the XSLT_CONFIG environment to point to the\n"); ! printf("*** correct copy of xslt-config. (In this case, you will have to\n"); ! printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); ! printf("*** so that the correct libraries are found at run-time))\n"); ! } ! return 1; ! } ! ],, no_xslt=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! if test "x$no_xslt" = x ; then ! AC_MSG_RESULT(yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)) ! ifelse([$2], , :, [$2]) ! else ! AC_MSG_RESULT(no) ! if test "$XSLT_CONFIG" = "no" ; then ! echo "*** The xslt-config script installed by LIBXSLT could not be found" ! echo "*** If libxslt was installed in PREFIX, make sure PREFIX/bin is in" ! echo "*** your path, or set the XSLT_CONFIG environment variable to the" ! echo "*** full path to xslt-config." ! else ! if test -f conf.xslttest ; then ! : ! else ! echo "*** Could not run libxslt test program, checking why..." ! CFLAGS="$CFLAGS $XSLT_CFLAGS" ! LIBS="$LIBS $XSLT_LIBS" ! AC_TRY_LINK([ ! #include ! #include ! ], [ LIBXSLT_TEST_VERSION; return 0;], ! [ echo "*** The test program compiled, but did not run. This usually means" ! echo "*** that the run-time linker is not finding LIBXSLT or finding the wrong" ! echo "*** version of LIBXSLT. If it is not finding LIBXSLT, you'll need to set your" ! echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" ! echo "*** to the installed location Also, make sure you have run ldconfig if that" ! echo "*** is required on your system" ! echo "***" ! echo "*** If you have an old version installed, it is best to remove it, although" ! echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], ! [ echo "*** The test program failed to compile or link. See the file config.log for the" ! echo "*** exact error that occured. This usually means LIBXSLT was incorrectly installed" ! echo "*** or that you have moved LIBXSLT since it was installed. In the latter case, you" ! echo "*** may want to edit the xslt-config script: $XSLT_CONFIG" ]) ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! XSLT_CFLAGS="" ! XSLT_LIBS="" ! ifelse([$3], , :, [$3]) ! fi ! AC_SUBST(XSLT_CFLAGS) ! AC_SUBST(XSLT_LIBS) ! rm -f conf.xslttest ! ]) ! # Do all the work for Automake. -*- Autoconf -*- ! # This macro actually does too much some checks are only needed if ! # your package does certain things. But this isn't really a big deal. ! # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. ! # serial 8 ! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be ! # written in clear, in which case automake, when reading aclocal.m4, ! # will think it sees a *use*, and therefore will trigger all it's ! # C support machinery. Also note that it means that autoscan, seeing ! # CC etc. in the Makefile, will ask for an AC_PROG_CC use... ! AC_PREREQ([2.52]) ! # Autoconf 2.50 wants to disallow AM_ names. We explicitly allow ! # the ones we care about. ! m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl ! # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) ! # AM_INIT_AUTOMAKE([OPTIONS]) ! # ----------------------------------------------- ! # The call with PACKAGE and VERSION arguments is the old style ! # call (pre autoconf-2.50), which is being phased out. PACKAGE ! # and VERSION should now be passed to AC_INIT and removed from ! # the call to AM_INIT_AUTOMAKE. ! # We support both call styles for the transition. After ! # the next Automake release, Autoconf can make the AC_INIT ! # arguments mandatory, and then we can depend on a new Autoconf ! # release and drop the old call support. ! AC_DEFUN([AM_INIT_AUTOMAKE], ! [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl ! AC_REQUIRE([AC_PROG_INSTALL])dnl ! # test to see if srcdir already configured ! if test "`cd $srcdir && pwd`" != "`pwd`" && ! test -f $srcdir/config.status; then ! AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi ! # Define the identity of the package. ! dnl Distinguish between old-style and new-style calls. ! m4_ifval([$2], ! [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl ! AC_SUBST([PACKAGE], [$1])dnl ! AC_SUBST([VERSION], [$2])], ! [_AM_SET_OPTIONS([$1])dnl ! AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl ! AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl ! _AM_IF_OPTION([no-define],, ! [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) ! AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl ! # Some tools Automake needs. ! AC_REQUIRE([AM_SANITY_CHECK])dnl ! AC_REQUIRE([AC_ARG_PROGRAM])dnl ! AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) ! AM_MISSING_PROG(AUTOCONF, autoconf) ! AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) ! AM_MISSING_PROG(AUTOHEADER, autoheader) ! AM_MISSING_PROG(MAKEINFO, makeinfo) ! AM_MISSING_PROG(AMTAR, tar) ! AM_PROG_INSTALL_SH ! AM_PROG_INSTALL_STRIP ! # We need awk for the "check" target. The system "awk" is bad on ! # some platforms. ! AC_REQUIRE([AC_PROG_AWK])dnl ! AC_REQUIRE([AC_PROG_MAKE_SET])dnl ! _AM_IF_OPTION([no-dependencies],, ! [AC_PROVIDE_IFELSE([AC_PROG_][CC], ! [_AM_DEPENDENCIES(CC)], ! [define([AC_PROG_][CC], ! defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl ! AC_PROVIDE_IFELSE([AC_PROG_][CXX], ! [_AM_DEPENDENCIES(CXX)], ! [define([AC_PROG_][CXX], ! defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl ! ]) ! ]) ! # Copyright 2002 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # AM_AUTOMAKE_VERSION(VERSION) ! # ---------------------------- ! # Automake X.Y traces this macro to ensure aclocal.m4 has been ! # generated from the m4 files accompanying Automake X.Y. ! AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"]) ! # AM_SET_CURRENT_AUTOMAKE_VERSION ! # ------------------------------- ! # Call AM_AUTOMAKE_VERSION so it can be traced. ! # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. ! AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], ! [AM_AUTOMAKE_VERSION([1.6.3])]) - # Helper functions for option handling. -*- Autoconf -*- ! # Copyright 2001, 2002 Free Software Foundation, Inc. - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2, or (at your option) - # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. - # You should have received a copy of the GNU General Public License - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - # 02111-1307, USA. ! # serial 2 ! # _AM_MANGLE_OPTION(NAME) ! # ----------------------- ! AC_DEFUN([_AM_MANGLE_OPTION], ! [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) ! # _AM_SET_OPTION(NAME) ! # ------------------------------ ! # Set option NAME. Presently that only means defining a flag for this option. ! AC_DEFUN([_AM_SET_OPTION], ! [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) ! # _AM_SET_OPTIONS(OPTIONS) ! # ---------------------------------- ! # OPTIONS is a space-separated list of Automake options. ! AC_DEFUN([_AM_SET_OPTIONS], ! [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) ! # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) ! # ------------------------------------------- ! # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. ! AC_DEFUN([_AM_IF_OPTION], ! [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) ! # ! # Check to make sure that the build environment is sane. ! # ! # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. ! # serial 3 ! # AM_SANITY_CHECK ! # --------------- ! AC_DEFUN([AM_SANITY_CHECK], ! [AC_MSG_CHECKING([whether build environment is sane]) ! # Just in case ! sleep 1 ! echo timestamp > conftest.file ! # Do `set' in a subshell so we don't clobber the current shell's ! # arguments. Must try -L first in case configure is actually a ! # symlink; some systems play weird games with the mod time of symlinks ! # (eg FreeBSD returns the mod time of the symlink's containing ! # directory). ! if ( ! set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` ! if test "$[*]" = "X"; then ! # -L didn't work. ! set X `ls -t $srcdir/configure conftest.file` ! fi ! rm -f conftest.file ! if test "$[*]" != "X $srcdir/configure conftest.file" \ ! && test "$[*]" != "X conftest.file $srcdir/configure"; then ! ! # If neither matched, then we have a broken ls. This can happen ! # if, for instance, CONFIG_SHELL is bash and it inherits a ! # broken ls alias from the environment. This has actually ! # happened. Such a system could not be considered "sane". ! AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken ! alias in your environment]) ! fi ! ! test "$[2]" = conftest.file ! ) ! then ! # Ok. ! : ! else ! AC_MSG_ERROR([newly created file is older than distributed files! ! Check your system clock]) fi - AC_MSG_RESULT(yes)]) ! # -*- Autoconf -*- ! # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. ! # serial 3 ! # AM_MISSING_PROG(NAME, PROGRAM) ! # ------------------------------ ! AC_DEFUN([AM_MISSING_PROG], ! [AC_REQUIRE([AM_MISSING_HAS_RUN]) ! $1=${$1-"${am_missing_run}$2"} ! AC_SUBST($1)]) ! # AM_MISSING_HAS_RUN ! # ------------------ ! # Define MISSING if not defined so far and test if it supports --run. ! # If it does, set am_missing_run to use it, otherwise, to nothing. ! AC_DEFUN([AM_MISSING_HAS_RUN], ! [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl ! test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" ! # Use eval to expand $SHELL ! if eval "$MISSING --run true"; then ! am_missing_run="$MISSING --run " else ! am_missing_run= ! AC_MSG_WARN([`missing' script is too old or missing]) fi ! ]) - # AM_AUX_DIR_EXPAND ! # Copyright 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. - # This program is distributed in the hope that it will be useful, - # but WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - # GNU General Public License for more details. - - # You should have received a copy of the GNU General Public License - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - # 02111-1307, USA. - - # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets - # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to - # `$srcdir', `$srcdir/..', or `$srcdir/../..'. - # - # Of course, Automake must honor this variable whenever it calls a - # tool from the auxiliary directory. The problem is that $srcdir (and - # therefore $ac_aux_dir as well) can be either absolute or relative, - # depending on how configure is run. This is pretty annoying, since - # it makes $ac_aux_dir quite unusable in subdirectories: in the top - # source directory, any form will work fine, but in subdirectories a - # relative path needs to be adjusted first. - # - # $ac_aux_dir/missing - # fails when called from a subdirectory if $ac_aux_dir is relative - # $top_srcdir/$ac_aux_dir/missing - # fails if $ac_aux_dir is absolute, - # fails when called from a subdirectory in a VPATH build with - # a relative $ac_aux_dir - # - # The reason of the latter failure is that $top_srcdir and $ac_aux_dir - # are both prefixed by $srcdir. In an in-source build this is usually - # harmless because $srcdir is `.', but things will broke when you - # start a VPATH build or use an absolute $srcdir. - # - # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, - # iff we strip the leading $srcdir from $ac_aux_dir. That would be: - # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` - # and then we would define $MISSING as - # MISSING="\${SHELL} $am_aux_dir/missing" - # This will work as long as MISSING is not called from configure, because - # unfortunately $(top_srcdir) has no meaning in configure. - # However there are other variables, like CC, which are often used in - # configure, and could therefore not use this "fixed" $ac_aux_dir. - # - # Another solution, used here, is to always expand $ac_aux_dir to an - # absolute PATH. The drawback is that using absolute paths prevent a - # configured tree to be moved without reconfiguration. ! # Rely on autoconf to set up CDPATH properly. ! AC_PREREQ([2.50]) ! AC_DEFUN([AM_AUX_DIR_EXPAND], [ ! # expand $ac_aux_dir to an absolute path ! am_aux_dir=`cd $ac_aux_dir && pwd` ! ]) ! # AM_PROG_INSTALL_SH ! # ------------------ ! # Define $install_sh. ! # Copyright 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. - AC_DEFUN([AM_PROG_INSTALL_SH], - [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl - install_sh=${install_sh-"$am_aux_dir/install-sh"} - AC_SUBST(install_sh)]) ! # AM_PROG_INSTALL_STRIP - # Copyright 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. ! # One issue with vendor `install' (even GNU) is that you can't ! # specify the program used to strip binaries. This is especially ! # annoying in cross-compiling environments, where the build's strip ! # is unlikely to handle the host's binaries. ! # Fortunately install-sh will honor a STRIPPROG variable, so we ! # always use install-sh in `make install-strip', and initialize ! # STRIPPROG with the value of the STRIP variable (set by the user). ! AC_DEFUN([AM_PROG_INSTALL_STRIP], ! [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl ! # Installed binaries are usually stripped using `strip' when the user ! # run `make install-strip'. However `strip' might not be the right ! # tool to use in cross-compilation environments, therefore Automake ! # will honor the `STRIP' environment variable to overrule this program. ! dnl Don't test for $cross_compiling = yes, because it might be `maybe'. ! if test "$cross_compiling" != no; then ! AC_CHECK_TOOL([STRIP], [strip], :) ! fi ! INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" ! AC_SUBST([INSTALL_STRIP_PROGRAM])]) ! # serial 4 -*- Autoconf -*- ! # Copyright 1999, 2000, 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. ! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be ! # written in clear, in which case automake, when reading aclocal.m4, ! # will think it sees a *use*, and therefore will trigger all it's ! # C support machinery. Also note that it means that autoscan, seeing ! # CC etc. in the Makefile, will ask for an AC_PROG_CC use... ! # _AM_DEPENDENCIES(NAME) ! # ---------------------- ! # See how the compiler implements dependency checking. ! # NAME is "CC", "CXX", "GCJ", or "OBJC". ! # We try a few techniques and use that to set a single cache variable. ! # ! # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was ! # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular ! # dependency, and given that the user is not expected to run this macro, ! # just rely on AC_PROG_CC. ! AC_DEFUN([_AM_DEPENDENCIES], ! [AC_REQUIRE([AM_SET_DEPDIR])dnl ! AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl ! AC_REQUIRE([AM_MAKE_INCLUDE])dnl ! AC_REQUIRE([AM_DEP_TRACK])dnl ! ifelse([$1], CC, [depcc="$CC" am_compiler_list=], ! [$1], CXX, [depcc="$CXX" am_compiler_list=], ! [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], ! [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], ! [depcc="$$1" am_compiler_list=]) ! AC_CACHE_CHECK([dependency style of $depcc], ! [am_cv_$1_dependencies_compiler_type], ! [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then ! # We make a subdir and do the tests there. Otherwise we can end up ! # making bogus files that we don't know about and never remove. For ! # instance it was reported that on HP-UX the gcc test will end up ! # making a dummy file named `D' -- because `-MD' means `put the output ! # in D'. ! mkdir conftest.dir ! # Copy depcomp to subdir because otherwise we won't find it if we're ! # using a relative directory. ! cp "$am_depcomp" conftest.dir ! cd conftest.dir ! am_cv_$1_dependencies_compiler_type=none ! if test "$am_compiler_list" = ""; then ! am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi - for depmode in $am_compiler_list; do - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - echo '#include "conftest.h"' > conftest.c - echo 'int i;' > conftest.h - echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf ! case $depmode in ! nosideeffect) ! # after this tag, mechanisms are not by side-effect, so they'll ! # only be used when explicitly requested ! if test "x$enable_dependency_tracking" = xyes; then ! continue ! else ! break ! fi ! ;; ! none) break ;; ! esac ! # We check with `-c' and `-o' for the sake of the "dashmstdout" ! # mode. It turns out that the SunPro C++ compiler does not properly ! # handle `-M -o', and we need to detect this. ! if depmode=$depmode \ ! source=conftest.c object=conftest.o \ ! depfile=conftest.Po tmpdepfile=conftest.TPo \ ! $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && ! grep conftest.h conftest.Po > /dev/null 2>&1 && ! ${MAKE-make} -s -f confmf > /dev/null 2>&1; then ! am_cv_$1_dependencies_compiler_type=$depmode ! break ! fi ! done ! cd .. ! rm -rf conftest.dir ! else ! am_cv_$1_dependencies_compiler_type=none ! fi ! ]) ! AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) ! ]) ! # AM_SET_DEPDIR ! # ------------- ! # Choose a directory name for dependency files. ! # This macro is AC_REQUIREd in _AM_DEPENDENCIES ! AC_DEFUN([AM_SET_DEPDIR], ! [rm -f .deps 2>/dev/null ! mkdir .deps 2>/dev/null ! if test -d .deps; then ! DEPDIR=.deps ! else ! # MS-DOS does not allow filenames that begin with a dot. ! DEPDIR=_deps ! fi ! rmdir .deps 2>/dev/null ! AC_SUBST([DEPDIR]) ! ]) ! # AM_DEP_TRACK ! # ------------ ! AC_DEFUN([AM_DEP_TRACK], ! [AC_ARG_ENABLE(dependency-tracking, ! [ --disable-dependency-tracking Speeds up one-time builds ! --enable-dependency-tracking Do not reject slow dependency extractors]) ! if test "x$enable_dependency_tracking" != xno; then ! am_depcomp="$ac_aux_dir/depcomp" ! AMDEPBACKSLASH='\' ! fi ! AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) ! AC_SUBST([AMDEPBACKSLASH]) ! ]) ! # Generate code to set up dependency tracking. -*- Autoconf -*- ! # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2, or (at your option) - # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. - #serial 2 ! # _AM_OUTPUT_DEPENDENCY_COMMANDS ! # ------------------------------ ! AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], ! [for mf in $CONFIG_FILES; do ! # Strip MF so we end up with the name of the file. ! mf=`echo "$mf" | sed -e 's/:.*$//'` ! # Check whether this is an Automake generated Makefile or not. ! # We used to match only the files named `Makefile.in', but ! # some people rename them; so instead we look at the file content. ! # Grep'ing the first line is not enough: some people post-process ! # each Makefile.in and add a new line on top of each file to say so. ! # So let's grep whole file. ! if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then ! dirpart=`AS_DIRNAME("$mf")` ! else ! continue ! fi ! grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue ! # Extract the definition of DEP_FILES from the Makefile without ! # running `make'. ! DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` ! test -z "$DEPDIR" && continue ! # When using ansi2knr, U may be empty or an underscore; expand it ! U=`sed -n -e '/^U = / s///p' < "$mf"` ! test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ! # We invoke sed twice because it is the simplest approach to ! # changing $(DEPDIR) to its actual value in the expansion. ! for file in `sed -n -e ' ! /^DEP_FILES = .*\\\\$/ { ! s/^DEP_FILES = // ! :loop ! s/\\\\$// ! p ! n ! /\\\\$/ b loop ! p ! } ! /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ ! sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do ! # Make sure the directory exists. ! test -f "$dirpart/$file" && continue ! fdir=`AS_DIRNAME(["$file"])` ! AS_MKDIR_P([$dirpart/$fdir]) ! # echo "creating $dirpart/$file" ! echo '# dummy' > "$dirpart/$file" ! done ! done ! ])# _AM_OUTPUT_DEPENDENCY_COMMANDS ! ! ! # AM_OUTPUT_DEPENDENCY_COMMANDS ! # ----------------------------- ! # This macro should only be invoked once -- use via AC_REQUIRE. ! # ! # This code is only required when automatic dependency tracking ! # is enabled. FIXME. This creates each `.P' file that we will ! # need in order to bootstrap the dependency handling code. ! AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], ! [AC_CONFIG_COMMANDS([depfiles], ! [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], ! [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ! ]) ! ! # Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*- ! ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. - # serial 2 ! # AM_MAKE_INCLUDE() # ----------------- ! # Check to see how make treats includes. ! AC_DEFUN([AM_MAKE_INCLUDE], ! [am_make=${MAKE-make} ! cat > confinc << 'END' ! doit: ! @echo done ! END ! # If we don't find an include directive, just comment out the code. ! AC_MSG_CHECKING([for style of include used by $am_make]) ! am__include="#" ! am__quote= ! _am_result=none ! # First try GNU make style include. ! echo "include confinc" > confmf ! # We grep out `Entering directory' and `Leaving directory' ! # messages which can occur if `w' ends up in MAKEFLAGS. ! # In particular we don't look at `^make:' because GNU make might ! # be invoked under some other name (usually "gmake"), in which ! # case it prints its new name instead of `make'. ! if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then ! am__include=include ! am__quote= ! _am_result=GNU ! fi ! # Now try BSD make style include. ! if test "$am__include" = "#"; then ! echo '.include "confinc"' > confmf ! if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then ! am__include=.include ! am__quote="\"" ! _am_result=BSD ! fi fi ! AC_SUBST(am__include) ! AC_SUBST(am__quote) ! AC_MSG_RESULT($_am_result) ! rm -f confinc confmf ! ]) - # AM_CONDITIONAL -*- Autoconf -*- ! # Copyright 1997, 2000, 2001 Free Software Foundation, Inc. ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2, or (at your option) ! # any later version. ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. - # You should have received a copy of the GNU General Public License - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - # 02111-1307, USA. ! # serial 5 - AC_PREREQ(2.52) ! # AM_CONDITIONAL(NAME, SHELL-CONDITION) ! # ------------------------------------- ! # Define a conditional. ! AC_DEFUN([AM_CONDITIONAL], ! [ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], ! [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl ! AC_SUBST([$1_TRUE]) ! AC_SUBST([$1_FALSE]) ! if $2; then ! $1_TRUE= ! $1_FALSE='#' else ! $1_TRUE='#' ! $1_FALSE= fi ! AC_CONFIG_COMMANDS_PRE( ! [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then ! AC_MSG_ERROR([conditional \"$1\" was never defined. ! Usually this means the macro was only invoked conditionally.]) ! fi])]) ! # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- ! # serial 47 AC_PROG_LIBTOOL ! # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) ! # ----------------------------------------------------------- ! # If this macro is not defined by Autoconf, define it here. ! m4_ifdef([AC_PROVIDE_IFELSE], ! [], ! [m4_define([AC_PROVIDE_IFELSE], ! [m4_ifdef([AC_PROVIDE_$1], ! [$2], [$3])])]) ! ! ! # AC_PROG_LIBTOOL ! # --------------- ! AC_DEFUN([AC_PROG_LIBTOOL], ! [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl ! dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX ! dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. ! AC_PROVIDE_IFELSE([AC_PROG_CXX], ! [AC_LIBTOOL_CXX], ! [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX ! ])]) ! dnl And a similar setup for Fortran 77 support ! AC_PROVIDE_IFELSE([AC_PROG_F77], ! [AC_LIBTOOL_F77], ! [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 ! ])]) ! ! dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. ! dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run ! dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. ! AC_PROVIDE_IFELSE([AC_PROG_GCJ], ! [AC_LIBTOOL_GCJ], ! [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], ! [AC_LIBTOOL_GCJ], ! [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], ! [AC_LIBTOOL_GCJ], ! [ifdef([AC_PROG_GCJ], ! [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ! ifdef([A][M_PROG_GCJ], ! [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ! ifdef([LT_AC_PROG_GCJ], ! [define([LT_AC_PROG_GCJ], ! defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) ! ])])# AC_PROG_LIBTOOL ! ! ! # _AC_PROG_LIBTOOL ! # ---------------- ! AC_DEFUN([_AC_PROG_LIBTOOL], ! [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl ! AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl ! AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl ! AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl ! ! # This can be used to rebuild libtool when needed ! LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ! # Always use our own libtool. ! LIBTOOL='$(SHELL) $(top_builddir)/libtool' ! AC_SUBST(LIBTOOL)dnl ! # Prevent multiple expansion ! define([AC_PROG_LIBTOOL], []) ! ])# _AC_PROG_LIBTOOL ! # AC_LIBTOOL_SETUP ! # ---------------- ! AC_DEFUN([AC_LIBTOOL_SETUP], ! [AC_PREREQ(2.50)dnl ! AC_REQUIRE([AC_ENABLE_SHARED])dnl ! AC_REQUIRE([AC_ENABLE_STATIC])dnl ! AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl ! AC_REQUIRE([AC_CANONICAL_HOST])dnl ! AC_REQUIRE([AC_CANONICAL_BUILD])dnl ! AC_REQUIRE([AC_PROG_CC])dnl ! AC_REQUIRE([AC_PROG_LD])dnl ! AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl ! AC_REQUIRE([AC_PROG_NM])dnl ! AC_REQUIRE([AC_PROG_LN_S])dnl ! AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl ! # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! ! AC_REQUIRE([AC_OBJEXT])dnl ! AC_REQUIRE([AC_EXEEXT])dnl ! dnl ! AC_LIBTOOL_SYS_MAX_CMD_LEN ! AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ! AC_LIBTOOL_OBJDIR ! AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ! _LT_AC_PROG_ECHO_BACKSLASH ! case $host_os in ! aix3*) ! # AIX sometimes has problems with the GCC collect2 program. For some ! # reason, if we set the COLLECT_NAMES environment variable, the problems ! # vanish in a puff of smoke. ! if test "X${COLLECT_NAMES+set}" != Xset; then ! COLLECT_NAMES= ! export COLLECT_NAMES fi ;; - esac - - # Sed substitution that helps us do robust quoting. It backslashifies - # metacharacters that are still active within double-quoted strings. - Xsed='sed -e s/^X//' - [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] - - # Same as above, but do not quote variable references. - [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] - - # Sed substitution to delay expansion of an escaped shell variable in a - # double_quote_subst'ed string. - delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - - # Sed substitution to undo escaping of the cmd sep variable - unescape_variable_subst='s/\\\(${_S_}\)/\1/g' - - # Sed substitution to avoid accidental globbing in evaled expressions - no_glob_subst='s/\*/\\\*/g' ! # Constants: ! rm="rm -f" ! # Global variables: ! default_ofile=libtool ! can_build_shared=yes ! # All known linkers require a `.a' archive for static linking (except M$VC, ! # which needs '.lib'). ! libext=a ! ltmain="$ac_aux_dir/ltmain.sh" ! ofile="$default_ofile" ! with_gnu_ld="$lt_cv_prog_gnu_ld" ! AC_CHECK_TOOL(AR, ar, false) ! AC_CHECK_TOOL(RANLIB, ranlib, :) ! AC_CHECK_TOOL(STRIP, strip, :) ! ! old_CC="$CC" ! old_CFLAGS="$CFLAGS" ! # Set sane defaults for various variables ! test -z "$AR" && AR=ar ! test -z "$AR_FLAGS" && AR_FLAGS=cru ! test -z "$AS" && AS=as ! test -z "$CC" && CC=cc ! test -z "$LTCC" && LTCC=$CC ! test -z "$DLLTOOL" && DLLTOOL=dlltool ! test -z "$LD" && LD=ld ! test -z "$LN_S" && LN_S="ln -s" ! test -z "$MAGIC_CMD" && MAGIC_CMD=file ! test -z "$NM" && NM=nm ! test -z "$SED" && SED=sed ! test -z "$OBJDUMP" && OBJDUMP=objdump ! test -z "$RANLIB" && RANLIB=: ! test -z "$STRIP" && STRIP=: ! test -z "$ac_objext" && ac_objext=o ! # Determine commands to create old-style static archives. ! old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' ! old_postinstall_cmds='chmod 644 $oldlib' ! old_postuninstall_cmds= ! if test -n "$RANLIB"; then case $host_os in ! openbsd*) ! old_postinstall_cmds="\$RANLIB -t \$oldlib\${_S_}$old_postinstall_cmds" ;; *) ! old_postinstall_cmds="\$RANLIB \$oldlib\${_S_}$old_postinstall_cmds" ;; esac ! old_archive_cmds="$old_archive_cmds\${_S_}\$RANLIB \$oldlib" ! fi ! ! # Only perform the check for file, if the check method requires it ! case $deplibs_check_method in ! file_magic*) ! if test "$file_