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_magic_cmd" = '$MAGIC_CMD'; then ! AC_PATH_MAGIC ! fi ;; - esac - - AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) - AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], - enable_win32_dll=yes, enable_win32_dll=no) ! AC_ARG_ENABLE([libtool-lock], ! [AC_HELP_STRING([--disable-libtool-lock], ! [avoid locking (might break parallel builds)])]) ! test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes ! AC_ARG_WITH([pic], ! [AC_HELP_STRING([--with-pic], ! [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], ! [pic_mode="$withval"], ! [pic_mode=default]) ! test -z "$pic_mode" && pic_mode=default ! # Use C for the default configuration in the libtool script ! tagname= ! AC_LIBTOOL_LANG_C_CONFIG ! _LT_AC_TAGCONFIG ! ])# AC_LIBTOOL_SETUP ! # _LT_AC_SYS_COMPILER ! # ------------------- ! AC_DEFUN([_LT_AC_SYS_COMPILER], ! [AC_REQUIRE([AC_PROG_CC])dnl ! # If no C compiler was specified, use CC. ! LTCC=${LTCC-"$CC"} ! # Allow CC to be a program name with arguments. ! compiler=$CC ! ])# _LT_AC_SYS_COMPILER ! # _LT_AC_SYS_LIBPATH_AIX ! # ---------------------- ! # Links a minimal program and checks the executable ! # for the system default hardcoded library path. In most cases, ! # this is /usr/lib:/lib, but when the MPI compilers are used ! # the location of the communication and MPI libs are included too. ! # If we don't find anything, use the default library path according ! # to the aix ld manual. ! AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], ! [AC_LINK_IFELSE(AC_LANG_PROGRAM,[ ! aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ! }'` ! # Check for a 64-bit object if we didn't find anything. ! if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ! }'`; fi],[]) ! if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ! ])# _LT_AC_SYS_LIBPATH_AIX ! # _LT_AC_SHELL_INIT(ARG) ! # ---------------------- ! AC_DEFUN([_LT_AC_SHELL_INIT], ! [ifdef([AC_DIVERSION_NOTICE], ! [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], ! [AC_DIVERT_PUSH(NOTICE)]) ! $1 ! AC_DIVERT_POP ! ])# _LT_AC_SHELL_INIT ! # _LT_AC_PROG_ECHO_BACKSLASH ! # -------------------------- ! # Add some code to the start of the generated configure script which ! # will find an echo command which doesn't interpret backslashes. ! AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], ! [_LT_AC_SHELL_INIT([ ! # Check that we are running under the correct shell. ! SHELL=${CONFIG_SHELL-/bin/sh} ! case X$ECHO in ! X*--fallback-echo) ! # Remove one level of quotation (which was required for Make). ! ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac - echo=${ECHO-echo} - if test "X[$]1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift - elif test "X[$]1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : - elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then - # Yippee, $echo works! - : - else - # Restart under the correct shell. - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} - fi ! if test "X[$]1" = X--fallback-echo; then ! # used as fallback echo ! shift ! cat </dev/null && ! echo_test_string="`eval $cmd`" && ! (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ! then ! break fi ! done ! fi ! if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! : ! else ! # The Solaris, AIX, and Digital Unix default echo programs unquote ! # backslashes. This makes it impossible to quote backslashes using ! # echo "$something" | sed 's/\\/\\\\/g' ! # ! # So, first we look for a working echo in the user's PATH. ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" ! if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && ! test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! echo="$dir/echo" ! break fi - done - IFS="$lt_save_ifs" ! if test "X$echo" = Xecho; then ! # We didn't find a better echo, so look for alternatives. ! if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! # This shell has a builtin print -r that does the trick. ! echo='print -r' ! elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && ! test "X$CONFIG_SHELL" != X/bin/ksh; then ! # If we have ksh, try running configure again with it. ! ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} ! export ORIGINAL_CONFIG_SHELL ! CONFIG_SHELL=/bin/ksh ! export CONFIG_SHELL ! exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} ! else ! # Try using printf. ! echo='printf %s\n' ! if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! # Cool, printf works ! : ! elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ! test "X$echo_testing_string" = 'X\t' && ! echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL ! export CONFIG_SHELL ! SHELL="$CONFIG_SHELL" ! export SHELL ! echo="$CONFIG_SHELL [$]0 --fallback-echo" ! elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ! test "X$echo_testing_string" = 'X\t' && ! echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! echo="$CONFIG_SHELL [$]0 --fallback-echo" ! else ! # maybe with a smaller string... ! prev=: ! for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do ! if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null ! then ! break ! fi ! prev="$cmd" ! done ! if test "$prev" != 'sed 50q "[$]0"'; then ! echo_test_string=`eval $prev` ! export echo_test_string ! exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else ! # Oops. We lost completely, so just stick with echo. ! echo=echo fi ! fi fi fi fi ! fi - # Copy echo and quote the copy suitably for passing to libtool from - # the Makefile, instead of quoting the original, which is used later. - ECHO=$echo - if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then - ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" - fi ! AC_SUBST(ECHO) ! ])])# _LT_AC_PROG_ECHO_BACKSLASH ! # _LT_AC_LOCK ! # ----------- ! AC_DEFUN([_LT_AC_LOCK], ! [AC_ARG_ENABLE([libtool-lock], ! [AC_HELP_STRING([--disable-libtool-lock], ! [avoid locking (might break parallel builds)])]) ! test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes - # Some flags need to be propagated to the compiler or linker for good - # libtool support. - case $host in - ia64-*-hpux*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.$ac_objext` in - *ELF-32*) - HPUX_IA64_MODE="32" - ;; - *ELF-64*) - HPUX_IA64_MODE="64" - ;; - esac - fi - rm -rf conftest* - ;; - *-*-irix6*) - # Find out which ABI we are using. - echo '[#]line __oline__ "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - if test "$lt_cv_prog_gnu_ld" = yes; then - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -melf32bsmip" - ;; - *N32*) - LD="${LD-ld} -melf32bmipn32" - ;; - *64-bit*) - LD="${LD-ld} -melf64bmip" - ;; - esac - else - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -32" - ;; - *N32*) - LD="${LD-ld} -n32" - ;; - *64-bit*) - LD="${LD-ld} -64" - ;; - esac - fi - fi - rm -rf conftest* - ;; ! x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) ! # Find out which ABI we are using. ! echo 'int i;' > conftest.$ac_ext ! if AC_TRY_EVAL(ac_compile); then ! case "`/usr/bin/file conftest.o`" in ! *32-bit*) ! case $host in ! x86_64-*linux*) ! LD="${LD-ld} -m elf_i386" ! ;; ! ppc64-*linux*) ! LD="${LD-ld} -m elf32ppclinux" ! ;; ! s390x-*linux*) ! LD="${LD-ld} -m elf_s390" ! ;; ! sparc64-*linux*) ! LD="${LD-ld} -m elf32_sparc" ! ;; ! esac ! ;; ! *64-bit*) ! case $host in ! x86_64-*linux*) ! LD="${LD-ld} -m elf_x86_64" ! ;; ! ppc*-*linux*|powerpc*-*linux*) ! LD="${LD-ld} -m elf64ppc" ! ;; ! s390*-*linux*) ! LD="${LD-ld} -m elf64_s390" ! ;; ! sparc*-*linux*) ! LD="${LD-ld} -m elf64_sparc" ! ;; ! esac ;; ! esac ! fi ! rm -rf conftest* ! ;; ! ! *-*-sco3.2v5*) ! # On SCO OpenServer 5, we need -belf to get full-featured binaries. ! SAVE_CFLAGS="$CFLAGS" ! CFLAGS="$CFLAGS -belf" ! AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, ! [AC_LANG_PUSH(C) ! AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) ! AC_LANG_POP]) ! if test x"$lt_cv_cc_needs_belf" != x"yes"; then ! # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf ! CFLAGS="$SAVE_CFLAGS" ! fi ! ;; ! AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], ! [*-*-cygwin* | *-*-mingw* | *-*-pw32*) ! AC_CHECK_TOOL(DLLTOOL, dlltool, false) ! AC_CHECK_TOOL(AS, as, false) ! AC_CHECK_TOOL(OBJDUMP, objdump, false) ! ;; ! ]) ! esac - need_locks="$enable_libtool_lock" ! ])# _LT_AC_LOCK ! # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, ! # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) ! # ---------------------------------------------------------------- ! # Check whether the given compiler option works ! AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], ! [AC_CACHE_CHECK([$1], [$2], ! [$2=no ! ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) ! printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! lt_compiler_flag="$3" ! # Insert the option either (1) after the last *FLAGS variable, or ! # (2) before a word containing "conftest.", or (3) at the end. ! # Note that $ac_compile itself does not contain backslashes and begins ! # with a dollar sign (not a hyphen), so the echo should work correctly. ! # The option is referenced via a variable to avoid confusing sed. ! lt_compile=`echo "$ac_compile" | $SED \ ! -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ ! -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ ! -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) ! (eval "$lt_compile" 2>conftest.err) ! ac_status=$? ! cat conftest.err >&AS_MESSAGE_LOG_FD ! echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD ! if (exit $ac_status) && test -s "$ac_outfile"; then ! # The compiler can only warn and ignore the option if not recognized ! # So say no if there are warnings ! if test ! -s conftest.err; then ! $2=yes ! fi ! fi ! $rm conftest* ! ]) - if test x"[$]$2" = xyes; then - ifelse([$5], , :, [$5]) - else - ifelse([$6], , :, [$6]) - fi - ])# AC_LIBTOOL_COMPILER_OPTION - # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, - # [ACTION-SUCCESS], [ACTION-FAILURE]) - # ------------------------------------------------------------ - # Check whether the given compiler option works - AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], - [AC_CACHE_CHECK([$1], [$2], - [$2=no - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $3" - printf "$lt_simple_link_test_code" > conftest.$ac_ext - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings - if test -s conftest.err; then - # Append any errors to the config.log. - cat conftest.err 1>&AS_MESSAGE_LOG_FD - else - $2=yes - fi - fi - $rm conftest* - LDFLAGS="$save_LDFLAGS" - ]) ! if test x"[$]$2" = xyes; then ! ifelse([$4], , :, [$4]) ! else ! ifelse([$5], , :, [$5]) ! fi ! ])# AC_LIBTOOL_LINKER_OPTION ! # AC_LIBTOOL_SYS_MAX_CMD_LEN # -------------------------- ! AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], ! [# find the maximum length of command line arguments ! AC_MSG_CHECKING([the maximum length of command line arguments]) ! AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl ! i=0 ! testring="ABCD" - case $build_os in - msdosdjgpp*) - # On DJGPP, this test can blow up pretty badly due to problems in libc - # (any single argument exceeding 2000 bytes causes a buffer overrun - # during glob expansion). Even if it were fixed, the result of this - # check would be larger than it should be. - lt_cv_sys_max_cmd_len=12288; # 12K is about right - ;; ! gnu*) ! # Under GNU Hurd, this test is not required because there is ! # no limit to the length of command line arguments. ! # Libtool will interpret -1 as no limit whatsoever ! lt_cv_sys_max_cmd_len=-1; ! ;; - cygwin* | mingw*) - # On Win9x/ME, this test blows up -- it succeeds, but takes - # about 5 minutes as the teststring grows exponentially. - # Worse, since 9x/ME are not pre-emptively multitasking, - # you end up with a "frozen" computer, even though with patience - # the test eventually succeeds (with a max line length of 256k). - # Instead, let's just punt: use the minimum linelength reported by - # all of the supported platforms: 8192 (on NT/2K/XP). - lt_cv_sys_max_cmd_len=8192; - ;; ! *) ! # If test is not a shell built-in, we'll probably end up computing a ! # maximum length that is only half of the actual maximum length, but ! # we can't tell. ! while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \ ! = "XX$testring") >/dev/null 2>&1 && ! new_result=`expr "X$testring" : ".*" 2>&1` && ! lt_cv_sys_max_cmd_len=$new_result && ! test $i != 17 # 1/2 MB should be enough ! do ! i=`expr $i + 1` ! testring=$testring$testring ! done ! testring= ! # Add a significant safety factor because C++ compilers can tack on massive ! # amounts of additional arguments before passing them to the linker. ! # It appears as though 1/2 is a usable value. ! lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` ! ;; ! esac ! ]) ! if test -n $lt_cv_sys_max_cmd_len ; then ! AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else ! AC_MSG_RESULT(none) fi ! ])# AC_LIBTOOL_SYS_MAX_CMD_LEN ! # _LT_AC_CHECK_DLFCN ! # -------------------- ! AC_DEFUN([_LT_AC_CHECK_DLFCN], ! [AC_CHECK_HEADERS(dlfcn.h)dnl ! ])# _LT_AC_CHECK_DLFCN ! # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, ! # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) ! # ------------------------------------------------------------------ ! AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], ! [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ! if test "$cross_compiling" = yes; then : ! [$4] else ! lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 ! lt_status=$lt_dlunknown ! cat > conftest.$ac_ext < - #endif ! #include - #ifdef RTLD_GLOBAL - # define LT_DLGLOBAL RTLD_GLOBAL - #else - # ifdef DL_GLOBAL - # define LT_DLGLOBAL DL_GLOBAL - # else - # define LT_DLGLOBAL 0 - # endif - #endif ! /* We may have to define LT_DLLAZY_OR_NOW in the command line if we ! find out it does not work in some platform. */ ! #ifndef LT_DLLAZY_OR_NOW ! # ifdef RTLD_LAZY ! # define LT_DLLAZY_OR_NOW RTLD_LAZY ! # else ! # ifdef DL_LAZY ! # define LT_DLLAZY_OR_NOW DL_LAZY ! # else ! # ifdef RTLD_NOW ! # define LT_DLLAZY_OR_NOW RTLD_NOW ! # else ! # ifdef DL_NOW ! # define LT_DLLAZY_OR_NOW DL_NOW ! # else ! # define LT_DLLAZY_OR_NOW 0 ! # endif ! # endif ! # endif ! # endif ! #endif - #ifdef __cplusplus - extern "C" void exit (int); - #endif ! void fnord() { int i=42;} ! int main () ! { ! void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); ! int status = $lt_dlunknown; ! if (self) ! { ! if (dlsym (self,"fnord")) status = $lt_dlno_uscore; ! else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; ! /* dlclose (self); */ ! } ! exit (status); ! }] ! EOF ! if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then ! (./conftest; exit; ) 2>/dev/null ! lt_status=$? ! case x$lt_status in ! x$lt_dlno_uscore) $1 ;; ! x$lt_dlneed_uscore) $2 ;; ! x$lt_unknown|x*) $3 ;; ! esac ! else : ! # compilation failed ! $3 ! fi ! fi ! rm -fr conftest* ! ])# _LT_AC_TRY_DLOPEN_SELF ! # AC_LIBTOOL_DLOPEN_SELF ! # ------------------- ! AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], ! [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ! if test "x$enable_dlopen" != xyes; then ! enable_dlopen=unknown ! enable_dlopen_self=unknown ! enable_dlopen_self_static=unknown ! else ! lt_cv_dlopen=no ! lt_cv_dlopen_libs= ! case $host_os in ! beos*) ! lt_cv_dlopen="load_add_on" ! lt_cv_dlopen_libs= ! lt_cv_dlopen_self=yes ! ;; ! mingw* | pw32*) ! lt_cv_dlopen="LoadLibrary" ! lt_cv_dlopen_libs= ! ;; ! cygwin*) ! lt_cv_dlopen="dlopen" ! lt_cv_dlopen_libs= ! ;; ! darwin*) ! # if libdl is installed we need to link against it ! AC_CHECK_LIB([dl], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ ! lt_cv_dlopen="dyld" ! lt_cv_dlopen_libs= ! lt_cv_dlopen_self=yes ! ]) ! ;; ! *) ! AC_CHECK_FUNC([shl_load], ! [lt_cv_dlopen="shl_load"], ! [AC_CHECK_LIB([dld], [shl_load], ! [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], ! [AC_CHECK_FUNC([dlopen], ! [lt_cv_dlopen="dlopen"], ! [AC_CHECK_LIB([dl], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], ! [AC_CHECK_LIB([svld], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], ! [AC_CHECK_LIB([dld], [dld_link], ! [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ! ]) ! ]) ! ]) ! ]) ! ]) ;; esac ! if test "x$lt_cv_dlopen" != xno; then ! enable_dlopen=yes else ! enable_dlopen=no fi ! case $lt_cv_dlopen in ! dlopen) ! save_CPPFLAGS="$CPPFLAGS" ! test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" ! save_LDFLAGS="$LDFLAGS" ! eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" ! save_LIBS="$LIBS" ! LIBS="$lt_cv_dlopen_libs $LIBS" ! AC_CACHE_CHECK([whether a program can dlopen itself], ! lt_cv_dlopen_self, [dnl ! _LT_AC_TRY_DLOPEN_SELF( ! lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, ! lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ! ]) ! if test "x$lt_cv_dlopen_self" = xyes; then ! LDFLAGS="$LDFLAGS $link_static_flag" ! AC_CACHE_CHECK([whether a statically linked program can dlopen itself], ! lt_cv_dlopen_self_static, [dnl ! _LT_AC_TRY_DLOPEN_SELF( ! lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, ! lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ! ]) ! fi ! CPPFLAGS="$save_CPPFLAGS" ! LDFLAGS="$save_LDFLAGS" ! LIBS="$save_LIBS" ;; esac ! case $lt_cv_dlopen_self in ! yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; ! *) enable_dlopen_self=unknown ;; ! esac - case $lt_cv_dlopen_self_static in - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; - *) enable_dlopen_self_static=unknown ;; - esac - fi - ])# AC_LIBTOOL_DLOPEN_SELF - # AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) - # --------------------------------- - # Check to see if options -c and -o are simultaneously supported by compiler - AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], - [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl - AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no - $rm -r conftest 2>/dev/null - mkdir conftest - cd conftest - mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! # According to Tom Tromey, Ian Lance Taylor reported there are C compilers ! # that will create temporary files in the current directory regardless of ! # the output directory. Thus, making CWD read-only will cause this test ! # to fail, enabling locking or at least warning the user not to do parallel ! # builds. ! chmod -w . - lt_compiler_flag="-o out/conftest2.$ac_objext" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings - if test ! -s out/conftest.err; then - _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - fi - fi - chmod u+w . - $rm conftest* out/* - rmdir out - cd .. - rmdir conftest - $rm conftest* - ]) - ])# AC_LIBTOOL_PROG_CC_C_O - # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) - # ----------------------------------------- - # Check to see if we can do hard links to lock some files if needed - AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], - [AC_REQUIRE([_LT_AC_LOCK])dnl ! hard_links="nottested" ! if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then ! # do not overwrite the value of need_locks provided by the user ! AC_MSG_CHECKING([if we can lock with hard links]) ! hard_links=yes ! $rm conftest* ! ln conftest.a conftest.b 2>/dev/null && hard_links=no ! touch conftest.a ! ln conftest.a conftest.b 2>&5 || hard_links=no ! ln conftest.a conftest.b 2>/dev/null && hard_links=no ! AC_MSG_RESULT([$hard_links]) ! if test "$hard_links" = no; then ! AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) ! need_locks=warn fi ! else ! need_locks=no ! fi ! ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS ! - # AC_LIBTOOL_OBJDIR - # ----------------- - AC_DEFUN([AC_LIBTOOL_OBJDIR], - [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], - [rm -f .libs 2>/dev/null - mkdir .libs 2>/dev/null - if test -d .libs; then - lt_cv_objdir=.libs - else - # MS-DOS does not allow filenames that begin with a dot. - lt_cv_objdir=_libs - fi - rmdir .libs 2>/dev/null]) - objdir=$lt_cv_objdir - ])# AC_LIBTOOL_OBJDIR - # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) - # ---------------------------------------------- - # Check hardcoding attributes. - AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], - [AC_MSG_CHECKING([how to hardcode library paths into programs]) - _LT_AC_TAGVAR(hardcode_action, $1)= - if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ - test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ - test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then ! # We can hardcode non-existant directories. ! if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && ! # If the only mechanism to avoid hardcoding is shlibpath_var, we ! # have to relink, otherwise we might link with an installed library ! # when we should be linking with a yet-to-be-installed one ! ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && ! test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then ! # Linking always hardcodes the temporary library directory. ! _LT_AC_TAGVAR(hardcode_action, $1)=relink ! else ! # We can link without hardcoding, and we can hardcode nonexisting dirs. ! _LT_AC_TAGVAR(hardcode_action, $1)=immediate ! fi ! else ! # We cannot hardcode anything, or else we can only hardcode existing ! # directories. ! _LT_AC_TAGVAR(hardcode_action, $1)=unsupported ! fi ! AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) ! if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then ! # Fast installation is not supported ! enable_fast_install=no ! elif test "$shlibpath_overrides_runpath" = yes || ! test "$enable_shared" = no; then ! # Fast installation is not necessary ! enable_fast_install=needless fi ! ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH - # AC_LIBTOOL_SYS_LIB_STRIP - # ------------------------ - AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], - [striplib= - old_striplib= - AC_MSG_CHECKING([whether stripping libraries is possible]) - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - NOT-darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) - AC_MSG_RESULT([no]) - ;; - esac - fi - ])# AC_LIBTOOL_SYS_LIB_STRIP - # AC_LIBTOOL_SYS_DYNAMIC_LINKER - # ----------------------------- - # PORTME Fill in your ld.so characteristics - AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], - [AC_MSG_CHECKING([dynamic linker characteristics]) - library_names_spec= - libname_spec='lib$name' - soname_spec= - shrext=".so" - postinstall_cmds= - postuninstall_cmds= - finish_cmds= - finish_eval= - shlibpath_var= - shlibpath_overrides_runpath=unknown - version_type=none - dynamic_linker="$host_os ld.so" - sys_lib_dlsearch_path_spec="/lib /usr/lib" - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi - else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" - fi - need_lib_prefix=unknown - hardcode_into_libs=no ! # when you set need_version to no, make sure it does not cause -set_version ! # flags to be left without arguments ! need_version=unknown - case $host_os in - aix3*) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' - shlibpath_var=LIBPATH ! # AIX 3 has no versioning support, so we append a major version to the name. ! soname_spec='${libname}${release}${shared_ext}$major' ! ;; - aix4* | aix5*) - version_type=linux - need_lib_prefix=no - need_version=no - hardcode_into_libs=yes - if test "$host_cpu" = ia64; then - # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - else - # With GCC up to 2.95.x, collect2 would create an import file - # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in - # development snapshots of GCC prior to 3.0. - case $host_os in - aix4 | aix4.[[01]] | aix4.[[01]].*) - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' - echo ' yes ' - echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then - : - else - can_build_shared=no - fi - ;; - esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct - # soname into executable. Probably we can add versioning support to - # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then - # If using run time linking (on AIX 4.2 or later) use lib.so - # instead of lib.a to let people know that these are not - # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else - # We preserve .a as extension for shared libraries through AIX4.2 - # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi - shlibpath_var=LIBPATH - fi - ;; ! amigaos*) ! library_names_spec='$libname.ixlibrary $libname.a' ! # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ! ;; - beos*) - library_names_spec='${libname}${shared_ext}' - dynamic_linker="$host_os ld.so" - shlibpath_var=LIBRARY_PATH - ;; ! bsdi4*) ! version_type=linux ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" ! sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" ! # the default ld.so.conf also contains /usr/contrib/lib and ! # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow ! # libtool to hard-code these into programs ! ;; ! cygwin* | mingw* | pw32*) ! version_type=windows ! shrext=".dll" ! need_version=no ! need_lib_prefix=no ! case $GCC,$host_os in ! yes,cygwin* | yes,mingw* | yes,pw32*) ! library_names_spec='$libname.dll.a' ! # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`${_S_} ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_} ! dldir=$destdir/`dirname \$dlpath`${_S_} ! test -d \$dldir || mkdir -p \$dldir${_S_} ! $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_} ! dlpath=$dir/\$dldll${_S_} ! $rm \$dlpath' ! shlibpath_overrides_runpath=yes ! case $host_os in ! cygwin*) ! # Cygwin DLLs use 'cyg' prefix rather than 'lib' ! soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" ! ;; ! mingw*) ! # MinGW DLLs use traditional 'lib' prefix ! soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` ! if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then ! # It is most probably a Windows format PATH printed by ! # mingw gcc, but we are running on Cygwin. Gcc prints its search ! # path with ; separators, and with drive letters. We can handle the ! # drive letters (cygwin fileutils understands them), so leave them, ! # especially as we might pass files found there to a mingw objdump, ! # which wouldn't understand a cygwinified path. Ahh. ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` ! else ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ! fi ! ;; ! pw32*) ! # pw32 DLLs use 'pw' prefix rather than 'lib' ! library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! ;; ! esac ! ;; ! *) ! library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac ! dynamic_linker='Win32 ld.exe' ! # FIXME: first we should search . and the directory the executable is in ! shlibpath_var=PATH ! ;; ! ! darwin* | rhapsody*) ! dynamic_linker="$host_os dyld" ! version_type=darwin ! need_lib_prefix=no ! need_version=no ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. ! library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' ! soname_spec='${libname}${release}${major}$shared_ext' ! shlibpath_overrides_runpath=yes ! shlibpath_var=DYLD_LIBRARY_PATH ! shrext='$(test .$module = .yes && echo .so || echo .dylib)' ! # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` fi ! sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ! ;; - dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; ! freebsd1*) ! dynamic_linker=no ! ;; - freebsd*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' - need_version=yes - ;; - esac - shlibpath_var=LD_LIBRARY_PATH - case $host_os in - freebsd2*) - shlibpath_overrides_runpath=yes - ;; - freebsd3.[01]* | freebsdelf3.[01]*) - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - *) # from 3.2 on - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - esac - ;; ! gnu*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! hardcode_into_libs=yes ;; ! hpux9* | hpux10* | hpux11*) ! # Give a soname corresponding to the major version so that dld.sl refuses to ! # link against other versions. ! version_type=sunos ! need_lib_prefix=no ! need_version=no ! case "$host_cpu" in ! ia64*) ! shrext='.so' ! hardcode_into_libs=yes ! dynamic_linker="$host_os dld.so" ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! if test "X$HPUX_IA64_MODE" = X32; then ! sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" ! else ! sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" ! fi ! sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ! ;; ! hppa*64*) ! shrext='.sl' ! hardcode_into_libs=yes ! dynamic_linker="$host_os dld.sl" ! shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH ! shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" ! sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ! ;; ! *) ! shrext='.sl' ! dynamic_linker="$host_os dld.sl" ! shlibpath_var=SHLIB_PATH ! shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! ;; ! esac ! # HP-UX runs *really* slowly unless shared libraries are mode 555. ! postinstall_cmds='chmod 555 $lib' ! ;; ! ! irix5* | irix6* | nonstopux*) ! case $host_os in ! nonstopux*) version_type=nonstopux ;; ! *) ! if test "$lt_cv_prog_gnu_ld" = yes; then ! version_type=linux ! else ! version_type=irix ! fi ;; ! esac ! need_lib_prefix=no ! need_version=no ! soname_spec='${libname}${release}${shared_ext}$major' ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' ! case $host_os in ! irix5* | nonstopux*) ! libsuff= shlibsuff= ! ;; ! *) ! case $LD in # libtool.m4 will add one of these switches to LD ! *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") ! libsuff= shlibsuff= libmagic=32-bit;; ! *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") ! libsuff=32 shlibsuff=N32 libmagic=N32;; ! *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") ! libsuff=64 shlibsuff=64 libmagic=64-bit;; ! *) libsuff= shlibsuff= libmagic=never-match;; ! esac ;; ! esac ! shlibpath_var=LD_LIBRARY${shlibsuff}_PATH ! shlibpath_overrides_runpath=no ! sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" ! sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ! hardcode_into_libs=yes ! ;; ! # No shared lib support for Linux oldld, aout, or coff. ! linux*oldld* | linux*aout* | linux*coff*) ! dynamic_linker=no ! ;; ! # This must be Linux ELF. ! linux*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=no ! # This implies no fast_install, which is unacceptable. ! # Some rework will be needed to allow for fast_install ! # before this can be enabled. ! hardcode_into_libs=yes ! # We used to test for /lib/ld.so.1 and disable shared libraries on ! # powerpc, because MkLinux only supported shared libraries with the ! # GNU dynamic linker. Since this was broken with cross compilers, ! # most powerpc-linux boxes support dynamic linking these days and ! # people can always --disable-shared, the test was removed, and we ! # assume the GNU/Linux dynamic linker is in use. ! dynamic_linker='GNU/Linux ld.so' ! ;; - netbsd*) - version_type=sunos - need_lib_prefix=no - need_version=no - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - dynamic_linker='NetBSD (a.out) ld.so' - else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - dynamic_linker='NetBSD ld.elf_so' - fi - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; ! newsos6) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! ;; ! nto-qnx) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! ;; ! openbsd*) ! version_type=sunos ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! case $host_os in ! openbsd2.[[89]] | openbsd2.[[89]].*) ! shlibpath_overrides_runpath=no ! ;; ! *) ! shlibpath_overrides_runpath=yes ! ;; ! esac ! else ! shlibpath_overrides_runpath=yes ! fi ! ;; ! os2*) ! libname_spec='$name' ! shrext=".dll" ! need_lib_prefix=no ! library_names_spec='$libname${shared_ext} $libname.a' ! dynamic_linker='OS/2 ld.exe' ! shlibpath_var=LIBPATH ! ;; ! osf3* | osf4* | osf5*) ! version_type=osf ! need_lib_prefix=no ! need_version=no ! soname_spec='${libname}${release}${shared_ext}$major' ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" ! sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ! ;; ! sco3.2v5*) ! version_type=osf ! soname_spec='${libname}${release}${shared_ext}$major' ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! ;; ! solaris*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! hardcode_into_libs=yes ! # ldd complains unless libraries are executable ! postinstall_cmds='chmod +x $lib' ! ;; ! sunos4*) ! version_type=sunos ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ! finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! if test "$with_gnu_ld" = yes; then ! need_lib_prefix=no ! fi ! need_version=yes ! ;; ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! case $host_vendor in ! sni) ! shlibpath_overrides_runpath=no ! need_lib_prefix=no ! export_dynamic_flag_spec='${wl}-Blargedynsym' ! runpath_var=LD_RUN_PATH ! ;; ! siemens) ! need_lib_prefix=no ! ;; ! motorola) ! need_lib_prefix=no ! need_version=no ! shlibpath_overrides_runpath=no ! sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ! ;; ! esac ! ;; ! sysv4*MP*) ! if test -d /usr/nec ;then ! version_type=linux ! library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' ! soname_spec='$libname${shared_ext}.$major' ! shlibpath_var=LD_LIBRARY_PATH ! fi ! ;; ! uts4*) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! ;; ! *) ! dynamic_linker=no ! ;; ! esac ! AC_MSG_RESULT([$dynamic_linker]) ! test "$dynamic_linker" = no && can_build_shared=no ! ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER ! # _LT_AC_TAGCONFIG ! # ---------------- ! AC_DEFUN([_LT_AC_TAGCONFIG], ! [AC_ARG_WITH([tags], ! [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], ! [include additional configurations @<:@automatic@:>@])], ! [tagnames="$withval"]) ! if test -f "$ltmain" && test -n "$tagnames"; then ! if test ! -f "${ofile}"; then ! AC_MSG_WARN([output file `$ofile' does not exist]) ! fi ! if test -z "$LTCC"; then ! eval "`$SHELL ${ofile} --config | grep '^LTCC='`" ! if test -z "$LTCC"; then ! AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) else ! AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) fi fi ! # Extract list of available tagged configurations in $ofile. ! # Note that this assumes the entire list is on one line. ! available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for tagname in $tagnames; do ! IFS="$lt_save_ifs" ! # Check whether tagname contains only valid characters ! case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in ! "") ;; ! *) AC_MSG_ERROR([invalid tag name: $tagname]) ! ;; ! esac ! if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null ! then ! AC_MSG_ERROR([tag name \"$tagname\" already exists]) fi ! # Update the list of available tags. ! if test -n "$tagname"; then ! echo appending configuration tag \"$tagname\" to $ofile ! case $tagname in ! CXX) ! if test -n "$CXX" && test "X$CXX" != "Xno"; then ! AC_LIBTOOL_LANG_CXX_CONFIG ! else ! tagname="" ! fi ! ;; ! F77) ! if test -n "$F77" && test "X$F77" != "Xno"; then ! AC_LIBTOOL_LANG_F77_CONFIG else ! tagname="" fi ! ;; ! ! GCJ) ! if test -n "$GCJ" && test "X$GCJ" != "Xno"; then ! AC_LIBTOOL_LANG_GCJ_CONFIG else ! tagname="" fi ! ;; ! ! RC) ! AC_LIBTOOL_LANG_RC_CONFIG ! ;; ! ! *) ! AC_MSG_ERROR([Unsupported tag name: $tagname]) ! ;; ! esac ! ! # Append the new tag name to the list of available tags. ! if test -n "$tagname" ; then ! available_tags="$available_tags $tagname" ! fi fi - done - IFS="$lt_save_ifs" ! # Now substitute the updated list of available tags. ! if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then ! mv "${ofile}T" "$ofile" ! chmod +x "$ofile" ! else ! rm -f "${ofile}T" ! AC_MSG_ERROR([unable to update list of available tagged configurations.]) ! fi ! fi ! ])# _LT_AC_TAGCONFIG - # AC_LIBTOOL_DLOPEN - # ----------------- - # enable checks for dlopen support - AC_DEFUN([AC_LIBTOOL_DLOPEN], - [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) - ])# AC_LIBTOOL_DLOPEN ! # AC_LIBTOOL_WIN32_DLL ! # -------------------- ! # declare package support for building win32 dll's ! AC_DEFUN([AC_LIBTOOL_WIN32_DLL], ! [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ! ])# AC_LIBTOOL_WIN32_DLL ! # AC_ENABLE_SHARED([DEFAULT]) ! # --------------------------- ! # implement the --enable-shared flag ! # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ! AC_DEFUN([AC_ENABLE_SHARED], ! [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl ! AC_ARG_ENABLE([shared], ! [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], ! [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], ! [p=${PACKAGE-default} ! case $enableval in ! yes) enable_shared=yes ;; ! no) enable_shared=no ;; *) ! enable_shared=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_shared=yes ! fi ! done ! IFS="$lt_save_ifs" ;; - esac], - [enable_shared=]AC_ENABLE_SHARED_DEFAULT) - ])# AC_ENABLE_SHARED - - - # AC_DISABLE_SHARED - # ----------------- - #- set the default shared flag to --disable-shared - AC_DEFUN([AC_DISABLE_SHARED], - [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl - AC_ENABLE_SHARED(no) - ])# AC_DISABLE_SHARED - - - # AC_ENABLE_STATIC([DEFAULT]) - # --------------------------- - # implement the --enable-static flag - # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. - AC_DEFUN([AC_ENABLE_STATIC], - [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl - AC_ARG_ENABLE([static], - [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], - [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; *) ! enable_static=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_static=yes ! fi ! done ! IFS="$lt_save_ifs" ;; ! esac], ! [enable_static=]AC_ENABLE_STATIC_DEFAULT) ! ])# AC_ENABLE_STATIC ! ! ! # AC_DISABLE_STATIC ! # ----------------- ! # set the default static flag to --disable-static ! AC_DEFUN([AC_DISABLE_STATIC], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_ENABLE_STATIC(no) ! ])# AC_DISABLE_STATIC ! # AC_ENABLE_FAST_INSTALL([DEFAULT]) ! # --------------------------------- ! # implement the --enable-fast-install flag ! # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ! AC_DEFUN([AC_ENABLE_FAST_INSTALL], ! [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl ! AC_ARG_ENABLE([fast-install], ! [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], ! [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], ! [p=${PACKAGE-default} ! case $enableval in ! yes) enable_fast_install=yes ;; ! no) enable_fast_install=no ;; ! *) ! enable_fast_install=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_fast_install=yes fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac], ! [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) ! ])# AC_ENABLE_FAST_INSTALL ! # AC_DISABLE_FAST_INSTALL ! # ----------------------- ! # set the default to --disable-fast-install ! AC_DEFUN([AC_DISABLE_FAST_INSTALL], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_ENABLE_FAST_INSTALL(no) ! ])# AC_DISABLE_FAST_INSTALL ! # AC_LIBTOOL_PICMODE([MODE]) ! # -------------------------- ! # implement the --with-pic flag ! # MODE is either `yes' or `no'. If omitted, it defaults to `both'. ! AC_DEFUN([AC_LIBTOOL_PICMODE], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! pic_mode=ifelse($#,1,$1,default) ! ])# AC_LIBTOOL_PICMODE ! # AC_PROG_EGREP ! # ------------- ! # This is predefined starting with Autoconf 2.54, so this conditional ! # definition can be removed once we require Autoconf 2.54 or later. ! m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], ! [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], ! [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 ! then ac_cv_prog_egrep='grep -E' ! else ac_cv_prog_egrep='egrep' ! fi]) ! EGREP=$ac_cv_prog_egrep ! AC_SUBST([EGREP]) ! ])]) ! # AC_PATH_TOOL_PREFIX ! # ------------------- ! # find a file program which can recognise shared library ! AC_DEFUN([AC_PATH_TOOL_PREFIX], ! [AC_REQUIRE([AC_PROG_EGREP])dnl ! AC_MSG_CHECKING([for $1]) ! AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, ! [case $MAGIC_CMD in ! [[\\/*] | ?:[\\/]*]) ! lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ! ;; ! *) ! lt_save_MAGIC_CMD="$MAGIC_CMD" ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! dnl $ac_dummy forces splitting on constant user-supplied paths. ! dnl POSIX.2 word splitting is done only on the output of word expansions, ! dnl not every word. This closes a longstanding sh security hole. ! ac_dummy="ifelse([$2], , $PATH, [$2])" ! for ac_dir in $ac_dummy; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f $ac_dir/$1; then ! lt_cv_path_MAGIC_CMD="$ac_dir/$1" ! if test -n "$file_magic_test_file"; then ! case $deplibs_check_method in ! "file_magic "*) ! file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" ! MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ! if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | ! $EGREP "$file_magic_regex" > /dev/null; then ! : ! else ! cat <&2 ! *** Warning: the command libtool uses to detect shared libraries, ! *** $file_magic_cmd, produces output that libtool cannot recognize. ! *** The result is that libtool may fail to recognize shared libraries ! *** as such. This will affect the creation of libtool libraries that ! *** depend on shared libraries, but programs linked with such libtool ! *** libraries will work regardless of this problem. Nevertheless, you ! *** may want to report the problem to your system manager and/or to ! *** address@hidden ! EOF ! fi ;; ! esac ! fi ! break ! fi ! done ! IFS="$lt_save_ifs" ! MAGIC_CMD="$lt_save_MAGIC_CMD" ! ;; ! esac]) ! MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ! if test -n "$MAGIC_CMD"; then ! AC_MSG_RESULT($MAGIC_CMD) ! else ! AC_MSG_RESULT(no) ! fi ! ])# AC_PATH_TOOL_PREFIX ! # AC_PATH_MAGIC ! # ------------- ! # find a file program which can recognise a shared library ! AC_DEFUN([AC_PATH_MAGIC], ! [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) ! if test -z "$lt_cv_path_MAGIC_CMD"; then ! if test -n "$ac_tool_prefix"; then ! AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) ! else ! MAGIC_CMD=: ! fi ! fi ! ])# AC_PATH_MAGIC ! # AC_PROG_LD ! # ---------- ! # find the path to the GNU or non-GNU linker ! AC_DEFUN([AC_PROG_LD], ! [AC_ARG_WITH([gnu-ld], ! [AC_HELP_STRING([--with-gnu-ld], ! [assume the C compiler uses GNU ld @<:@default=no@:>@])], ! [test "$withval" = no || with_gnu_ld=yes], ! [with_gnu_ld=no]) ! AC_REQUIRE([LT_AC_PROG_SED])dnl ! AC_REQUIRE([AC_PROG_CC])dnl ! AC_REQUIRE([AC_CANONICAL_HOST])dnl ! AC_REQUIRE([AC_CANONICAL_BUILD])dnl ! ac_prog=ld ! if test "$GCC" = yes; then ! # Check if gcc -print-prog-name=ld gives a path. ! AC_MSG_CHECKING([for ld used by $CC]) ! case $host in ! *-*-mingw*) ! # gcc leaves a trailing carriage return which upsets mingw ! ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ! *) ! ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ! esac ! case $ac_prog in ! # Accept absolute paths. ! [[\\/]]* | ?:[[\\/]]*) ! re_direlt='/[[^/]][[^/]]*/\.\./' ! # Canonicalize the path of ld ! ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` ! while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ! ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` ! done ! test -z "$LD" && LD="$ac_prog" ! ;; ! "") ! # If it fails, then pretend we aren't using GCC. ! ac_prog=ld ! ;; ! *) ! # If it is relative, then search for the first ld in PATH. ! with_gnu_ld=unknown ;; ! esac ! elif test "$with_gnu_ld" = yes; then ! AC_MSG_CHECKING([for GNU ld]) ! else ! AC_MSG_CHECKING([for non-GNU ld]) ! fi ! AC_CACHE_VAL(lt_cv_path_LD, ! [if test -z "$LD"; then ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for ac_dir in $PATH; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then ! lt_cv_path_LD="$ac_dir/$ac_prog" ! # Check to see if the program is GNU ld. I'd rather use --version, ! # but apparently some GNU ld's only accept -v. ! # Break only if it was the GNU/non-GNU ld that we prefer. ! case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null; then ! case $host_cpu in ! i*86 ) ! # Not sure whether the presence of OpenBSD here was a mistake. ! # Let's accept both of them until this is cleared up. ! lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' ! lt_cv_file_magic_cmd=/usr/bin/file ! lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ! ;; esac - else - lt_cv_deplibs_check_method=pass_all - fi - ;; - - gnu*) - lt_cv_deplibs_check_method=pass_all - ;; - - hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=/usr/bin/file - case "$host_cpu" in - ia64*) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so - ;; - hppa*64*) - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; ! *) ! lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' ! lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; ! esac ! ;; ! ! irix5* | irix6* | nonstopux*) ! case $host_os in ! irix5* | nonstopux*) ! # this will be overridden with pass_all, but let us keep it just in case ! lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" ;; ! *) ! case $LD in ! *-32|*"-32 ") libmagic=32-bit;; ! *-n32|*"-n32 ") libmagic=N32;; ! *-64|*"-64 ") libmagic=64-bit;; ! *) libmagic=never-match;; esac - # this will be overridden with pass_all, but let us keep it just in case - lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" ;; ! esac ! lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` ! lt_cv_deplibs_check_method=pass_all ! ;; ! ! # This must be Linux ELF. ! linux*) ! case $host_cpu in ! alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) ! lt_cv_deplibs_check_method=pass_all ;; ! *) ! # glibc up to 2.1.1 does not perform some relocations on ARM ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; ! esac ! lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ! ;; ! ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' ! else ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' ! fi ! ;; ! newos6*) ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' ! lt_cv_file_magic_cmd=/usr/bin/file ! lt_cv_file_magic_test_file=/usr/lib/libnls.so ! ;; ! nto-qnx) ! lt_cv_deplibs_check_method=unknown ! ;; ! openbsd*) ! lt_cv_file_magic_cmd=/usr/bin/file ! lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ! if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' ! else ! lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' ! fi ! ;; ! osf3* | osf4* | osf5*) ! # this will be overridden with pass_all, but let us keep it just in case ! lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' ! lt_cv_file_magic_test_file=/shlib/libc.so ! lt_cv_deplibs_check_method=pass_all ! ;; ! sco3.2v5*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! solaris*) ! lt_cv_deplibs_check_method=pass_all ! lt_cv_file_magic_test_file=/lib/libc.so ! ;; ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! case $host_vendor in ! motorola) ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' ! lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ! ncr) ! lt_cv_deplibs_check_method=pass_all ;; ! sequent) ! lt_cv_file_magic_cmd='/bin/file' ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; ! sni) ! lt_cv_file_magic_cmd='/bin/file' ! lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" ! lt_cv_file_magic_test_file=/lib/libc.so ;; ! siemens) ! lt_cv_deplibs_check_method=pass_all ;; - esac - ;; - - sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) - lt_cv_deplibs_check_method=pass_all - ;; esac ! ]) ! file_magic_cmd=$lt_cv_file_magic_cmd ! deplibs_check_method=$lt_cv_deplibs_check_method ! test -z "$deplibs_check_method" && deplibs_check_method=unknown ! ])# AC_DEPLIBS_CHECK_METHOD ! ! ! # AC_PROG_NM ! # ---------- ! # find the path to a BSD-compatible name lister ! AC_DEFUN([AC_PROG_NM], ! [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, ! [if test -n "$NM"; then ! # Let the user override the test. ! lt_cv_path_NM="$NM" ! else ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! tmp_nm="$ac_dir/${ac_tool_prefix}nm" ! if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then ! # Check to see if the nm accepts a BSD-compat flag. ! # Adding the `sed 1q' prevents false positives on HP-UX, which says: ! # nm: unknown option "B" ignored ! # Tru64's nm complains that /dev/null is an invalid object file ! case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in ! */dev/null* | *'Invalid file or object type'*) ! lt_cv_path_NM="$tmp_nm -B" ! break ! ;; ! *) ! case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in ! */dev/null*) ! lt_cv_path_NM="$tmp_nm -p" ! break ! ;; ! *) ! lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but ! continue # so that we can try to find one that supports BSD flags ! ;; ! esac ! esac ! fi ! done ! IFS="$lt_save_ifs" ! test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm ! fi]) ! NM="$lt_cv_path_NM" ! ])# AC_PROG_NM ! # AC_CHECK_LIBM ! # ------------- ! # check for math library ! AC_DEFUN([AC_CHECK_LIBM], ! [AC_REQUIRE([AC_CANONICAL_HOST])dnl ! LIBM= ! case $host in ! *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) ! # These system don't have libm, or don't need it ! ;; ! *-ncr-sysv4.3*) ! AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") ! AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ! ;; ! *) ! AC_CHECK_LIB(m, cos, LIBM="-lm") ! ;; ! esac ! ])# AC_CHECK_LIBM ! # AC_LIBLTDL_CONVENIENCE([DIRECTORY]) ! # ----------------------------------- ! # sets LIBLTDL to the link flags for the libltdl convenience library and ! # LTDLINCL to the include flags for the libltdl header and adds ! # --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL ! # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If ! # DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will ! # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with ! # '${top_srcdir}/' (note the single quotes!). If your package is not ! # flat and you're not using automake, define top_builddir and ! # top_srcdir appropriately in the Makefiles. ! AC_DEFUN([AC_LIBLTDL_CONVENIENCE], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! case $enable_ltdl_convenience in ! no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; ! "") enable_ltdl_convenience=yes ! ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; ! esac ! LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la ! LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) ! # For backwards non-gettext consistent compatibility... ! INCLTDL="$LTDLINCL" ! ])# AC_LIBLTDL_CONVENIENCE ! # AC_LIBLTDL_INSTALLABLE([DIRECTORY]) ! # ----------------------------------- ! # sets LIBLTDL to the link flags for the libltdl installable library and ! # LTDLINCL to the include flags for the libltdl header and adds ! # --enable-ltdl-install to the configure arguments. Note that LIBLTDL ! # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If ! # DIRECTORY is not provided and an installed libltdl is not found, it is ! # assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' ! # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single ! # quotes!). If your package is not flat and you're not using automake, ! # define top_builddir and top_srcdir appropriately in the Makefiles. ! # In the future, this macro may have to be called after AC_PROG_LIBTOOL. ! AC_DEFUN([AC_LIBLTDL_INSTALLABLE], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_CHECK_LIB(ltdl, lt_dlinit, ! [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], ! [if test x"$enable_ltdl_install" = xno; then ! AC_MSG_WARN([libltdl not installed, but installation disabled]) ! else ! enable_ltdl_install=yes ! fi ! ]) ! if test x"$enable_ltdl_install" = x"yes"; then ! ac_configure_args="$ac_configure_args --enable-ltdl-install" ! LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la ! LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) ! else ! ac_configure_args="$ac_configure_args --enable-ltdl-install=no" ! LIBLTDL="-lltdl" ! LTDLINCL= ! fi ! # For backwards non-gettext consistent compatibility... ! INCLTDL="$LTDLINCL" ! ])# AC_LIBLTDL_INSTALLABLE ! # AC_LIBTOOL_CXX ! # -------------- ! # enable support for C++ libraries ! AC_DEFUN([AC_LIBTOOL_CXX], ! [AC_REQUIRE([_LT_AC_LANG_CXX]) ! ])# AC_LIBTOOL_CXX ! # _LT_AC_LANG_CXX ! # --------------- ! AC_DEFUN([_LT_AC_LANG_CXX], ! [AC_REQUIRE([AC_PROG_CXX]) ! AC_REQUIRE([AC_PROG_CXXCPP]) ! _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`]) ! ])# _LT_AC_LANG_CXX ! # AC_LIBTOOL_F77 ! # -------------- ! # enable support for Fortran 77 libraries ! AC_DEFUN([AC_LIBTOOL_F77], ! [AC_REQUIRE([_LT_AC_LANG_F77]) ! ])# AC_LIBTOOL_F77 ! ! ! # _LT_AC_LANG_F77 ! # --------------- ! AC_DEFUN([_LT_AC_LANG_F77], ! [AC_REQUIRE([AC_PROG_F77]) ! _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,F77" | sed 's/^,//'`]) ! ])# _LT_AC_LANG_F77 ! ! ! # AC_LIBTOOL_GCJ ! # -------------- ! # enable support for GCJ libraries ! AC_DEFUN([AC_LIBTOOL_GCJ], ! [AC_REQUIRE([_LT_AC_LANG_GCJ]) ! ])# AC_LIBTOOL_GCJ ! # _LT_AC_LANG_GCJ ! # --------------- ! AC_DEFUN([_LT_AC_LANG_GCJ], ! [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], ! [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], ! [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], ! [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], ! [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], ! [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) ! _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,GCJ" | sed 's/^,//'`]) ! ])# _LT_AC_LANG_GCJ ! # AC_LIBTOOL_RC ! # -------------- ! # enable support for Windows resource files ! AC_DEFUN([AC_LIBTOOL_RC], ! [AC_REQUIRE([LT_AC_PROG_RC]) ! _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,RC" | sed 's/^,//'`]) ! ])# AC_LIBTOOL_RC ! # AC_LIBTOOL_LANG_C_CONFIG # ------------------------ # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) ! AC_DEFUN([_LT_AC_LANG_C_CONFIG], ! [lt_save_CC="$CC" ! AC_LANG_PUSH(C) ! # Source file extension for C test sources. ! ac_ext=c ! # Object file extension for compiled C test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests ! lt_simple_compile_test_code="int some_variable = 0;\n" # Code to be used in simple link tests ! lt_simple_link_test_code='int main(){return(0);}\n' _LT_AC_SYS_COMPILER ! # ! # Check for any special shared library compilation flags. ! # ! _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= ! if test "$GCC" = no; then ! case $host_os in ! sco3.2v5*) ! _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' ! ;; ! esac ! fi ! if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then ! AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) ! if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then : ! else ! AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) ! _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no ! fi ! fi ! ! ! # ! # Check to make sure the static flag actually works. ! # ! AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], ! _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), ! $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), ! [], ! [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ! ! ! AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) ! AC_LIBTOOL_PROG_COMPILER_PIC($1) ! AC_LIBTOOL_PROG_CC_C_O($1) ! AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ! AC_LIBTOOL_PROG_LD_SHLIBS($1) ! AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ! AC_LIBTOOL_SYS_LIB_STRIP ! AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ! AC_LIBTOOL_DLOPEN_SELF($1) - # Report which librarie types wil actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) --- 11,3704 ---- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ! # 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 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~$old_postinstall_cmds" ! ;; ! *) ! old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ! ;; ! esac ! old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi ! cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` ! # Only perform the check for file, if the check method requires it ! case $deplibs_check_method in ! file_magic*) ! if test "$file_magic_cmd" = '$MAGIC_CMD'; then ! AC_PATH_MAGIC ! fi ! ;; ! esac ! AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) ! AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], ! enable_win32_dll=yes, enable_win32_dll=no) ! AC_ARG_ENABLE([libtool-lock], ! [AC_HELP_STRING([--disable-libtool-lock], ! [avoid locking (might break parallel builds)])]) ! test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes ! AC_ARG_WITH([pic], ! [AC_HELP_STRING([--with-pic], ! [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], ! [pic_mode="$withval"], ! [pic_mode=default]) ! test -z "$pic_mode" && pic_mode=default ! # Use C for the default configuration in the libtool script ! tagname= ! AC_LIBTOOL_LANG_C_CONFIG ! _LT_AC_TAGCONFIG ! ])# AC_LIBTOOL_SETUP ! # _LT_AC_SYS_COMPILER ! # ------------------- ! AC_DEFUN([_LT_AC_SYS_COMPILER], ! [AC_REQUIRE([AC_PROG_CC])dnl ! # If no C compiler was specified, use CC. ! LTCC=${LTCC-"$CC"} ! # Allow CC to be a program name with arguments. ! compiler=$CC ! ])# _LT_AC_SYS_COMPILER ! # _LT_AC_SYS_LIBPATH_AIX ! # ---------------------- ! # Links a minimal program and checks the executable ! # for the system default hardcoded library path. In most cases, ! # this is /usr/lib:/lib, but when the MPI compilers are used ! # the location of the communication and MPI libs are included too. ! # If we don't find anything, use the default library path according ! # to the aix ld manual. ! AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], ! [AC_LINK_IFELSE(AC_LANG_PROGRAM,[ ! aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ! }'` ! # Check for a 64-bit object if we didn't find anything. ! if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ! }'`; fi],[]) ! if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ! ])# _LT_AC_SYS_LIBPATH_AIX ! # _LT_AC_SHELL_INIT(ARG) ! # ---------------------- ! AC_DEFUN([_LT_AC_SHELL_INIT], ! [ifdef([AC_DIVERSION_NOTICE], ! [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], ! [AC_DIVERT_PUSH(NOTICE)]) ! $1 ! AC_DIVERT_POP ! ])# _LT_AC_SHELL_INIT ! # _LT_AC_PROG_ECHO_BACKSLASH ! # -------------------------- ! # Add some code to the start of the generated configure script which ! # will find an echo command which doesn't interpret backslashes. ! AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], ! [_LT_AC_SHELL_INIT([ ! # Check that we are running under the correct shell. ! SHELL=${CONFIG_SHELL-/bin/sh} ! case X$ECHO in ! X*--fallback-echo) ! # Remove one level of quotation (which was required for Make). ! ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ! ;; ! esac ! echo=${ECHO-echo} ! if test "X[$]1" = X--no-reexec; then ! # Discard the --no-reexec flag, and continue. ! shift ! elif test "X[$]1" = X--fallback-echo; then ! # Avoid inline document here, it may be left over ! : ! elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then ! # Yippee, $echo works! ! : ! else ! # Restart under the correct shell. ! exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} ! fi ! if test "X[$]1" = X--fallback-echo; then ! # used as fallback echo ! shift ! cat </dev/null 2>&1 && unset CDPATH ! if test -z "$ECHO"; then ! if test "X${echo_test_string+set}" != Xset; then ! # find a string as large as possible, as long as the shell can cope with it ! for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do ! # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... ! if (echo_test_string="`eval $cmd`") 2>/dev/null && ! echo_test_string="`eval $cmd`" && ! (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ! then ! break ! fi ! done ! fi ! if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! : ! else ! # The Solaris, AIX, and Digital Unix default echo programs unquote ! # backslashes. This makes it impossible to quote backslashes using ! # echo "$something" | sed 's/\\/\\\\/g' ! # ! # So, first we look for a working echo in the user's PATH. ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for dir in $PATH /usr/ucb; do ! IFS="$lt_save_ifs" ! if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && ! test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! echo="$dir/echo" ! break ! fi ! done ! IFS="$lt_save_ifs" ! if test "X$echo" = Xecho; then ! # We didn't find a better echo, so look for alternatives. ! if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! # This shell has a builtin print -r that does the trick. ! echo='print -r' ! elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && ! test "X$CONFIG_SHELL" != X/bin/ksh; then ! # If we have ksh, try running configure again with it. ! ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} ! export ORIGINAL_CONFIG_SHELL ! CONFIG_SHELL=/bin/ksh ! export CONFIG_SHELL ! exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} ! else ! # Try using printf. ! echo='printf %s\n' ! if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ! echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! # Cool, printf works ! : ! elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ! test "X$echo_testing_string" = 'X\t' && ! echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL ! export CONFIG_SHELL ! SHELL="$CONFIG_SHELL" ! export SHELL ! echo="$CONFIG_SHELL [$]0 --fallback-echo" ! elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ! test "X$echo_testing_string" = 'X\t' && ! echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ! test "X$echo_testing_string" = "X$echo_test_string"; then ! echo="$CONFIG_SHELL [$]0 --fallback-echo" ! else ! # maybe with a smaller string... ! prev=: ! for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do ! if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null ! then ! break ! fi ! prev="$cmd" ! done ! if test "$prev" != 'sed 50q "[$]0"'; then ! echo_test_string=`eval $prev` ! export echo_test_string ! exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} ! else ! # Oops. We lost completely, so just stick with echo. ! echo=echo ! fi ! fi ! fi ! fi ! fi ! fi ! # Copy echo and quote the copy suitably for passing to libtool from ! # the Makefile, instead of quoting the original, which is used later. ! ECHO=$echo ! if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then ! ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi ! AC_SUBST(ECHO) ! ])])# _LT_AC_PROG_ECHO_BACKSLASH ! # _LT_AC_LOCK ! # ----------- ! AC_DEFUN([_LT_AC_LOCK], ! [AC_ARG_ENABLE([libtool-lock], ! [AC_HELP_STRING([--disable-libtool-lock], ! [avoid locking (might break parallel builds)])]) ! test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes ! # Some flags need to be propagated to the compiler or linker for good ! # libtool support. ! case $host in ! ia64-*-hpux*) ! # Find out which ABI we are using. ! echo 'int i;' > conftest.$ac_ext ! if AC_TRY_EVAL(ac_compile); then ! case `/usr/bin/file conftest.$ac_objext` in ! *ELF-32*) ! HPUX_IA64_MODE="32" ! ;; ! *ELF-64*) ! HPUX_IA64_MODE="64" ! ;; ! esac ! fi ! rm -rf conftest* ! ;; ! *-*-irix6*) ! # Find out which ABI we are using. ! echo '[#]line __oline__ "configure"' > conftest.$ac_ext ! if AC_TRY_EVAL(ac_compile); then ! if test "$lt_cv_prog_gnu_ld" = yes; then ! case `/usr/bin/file conftest.$ac_objext` in ! *32-bit*) ! LD="${LD-ld} -melf32bsmip" ! ;; ! *N32*) ! LD="${LD-ld} -melf32bmipn32" ! ;; ! *64-bit*) ! LD="${LD-ld} -melf64bmip" ! ;; ! esac ! else ! case `/usr/bin/file conftest.$ac_objext` in ! *32-bit*) ! LD="${LD-ld} -32" ! ;; ! *N32*) ! LD="${LD-ld} -n32" ! ;; ! *64-bit*) ! LD="${LD-ld} -64" ! ;; ! esac ! fi ! fi ! rm -rf conftest* ! ;; ! x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) ! # Find out which ABI we are using. ! echo 'int i;' > conftest.$ac_ext ! if AC_TRY_EVAL(ac_compile); then ! case "`/usr/bin/file conftest.o`" in ! *32-bit*) ! case $host in ! x86_64-*linux*) ! LD="${LD-ld} -m elf_i386" ! ;; ! ppc64-*linux*|powerpc64-*linux*) ! LD="${LD-ld} -m elf32ppclinux" ! ;; ! s390x-*linux*) ! LD="${LD-ld} -m elf_s390" ! ;; ! sparc64-*linux*) ! LD="${LD-ld} -m elf32_sparc" ! ;; ! esac ! ;; ! *64-bit*) ! case $host in ! x86_64-*linux*) ! LD="${LD-ld} -m elf_x86_64" ! ;; ! ppc*-*linux*|powerpc*-*linux*) ! LD="${LD-ld} -m elf64ppc" ! ;; ! s390*-*linux*) ! LD="${LD-ld} -m elf64_s390" ! ;; ! sparc*-*linux*) ! LD="${LD-ld} -m elf64_sparc" ! ;; ! esac ! ;; ! esac ! fi ! rm -rf conftest* ! ;; ! *-*-sco3.2v5*) ! # On SCO OpenServer 5, we need -belf to get full-featured binaries. ! SAVE_CFLAGS="$CFLAGS" ! CFLAGS="$CFLAGS -belf" ! AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, ! [AC_LANG_PUSH(C) ! AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) ! AC_LANG_POP]) ! if test x"$lt_cv_cc_needs_belf" != x"yes"; then ! # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf ! CFLAGS="$SAVE_CFLAGS" ! fi ! ;; ! AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], ! [*-*-cygwin* | *-*-mingw* | *-*-pw32*) ! AC_CHECK_TOOL(DLLTOOL, dlltool, false) ! AC_CHECK_TOOL(AS, as, false) ! AC_CHECK_TOOL(OBJDUMP, objdump, false) ! ;; ! ]) ! esac ! need_locks="$enable_libtool_lock" ! ])# _LT_AC_LOCK ! # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, ! # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) ! # ---------------------------------------------------------------- ! # Check whether the given compiler option works ! AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], ! [AC_REQUIRE([LT_AC_PROG_SED]) ! AC_CACHE_CHECK([$1], [$2], ! [$2=no ! ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) ! printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! lt_compiler_flag="$3" ! # Insert the option either (1) after the last *FLAGS variable, or ! # (2) before a word containing "conftest.", or (3) at the end. ! # Note that $ac_compile itself does not contain backslashes and begins ! # with a dollar sign (not a hyphen), so the echo should work correctly. ! # The option is referenced via a variable to avoid confusing sed. ! lt_compile=`echo "$ac_compile" | $SED \ ! -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ ! -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ ! -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) ! (eval "$lt_compile" 2>conftest.err) ! ac_status=$? ! cat conftest.err >&AS_MESSAGE_LOG_FD ! echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD ! if (exit $ac_status) && test -s "$ac_outfile"; then ! # The compiler can only warn and ignore the option if not recognized ! # So say no if there are warnings ! if test ! -s conftest.err; then ! $2=yes ! fi ! fi ! $rm conftest* ! ]) ! ! if test x"[$]$2" = xyes; then ! ifelse([$5], , :, [$5]) else ! ifelse([$6], , :, [$6]) fi ! ])# AC_LIBTOOL_COMPILER_OPTION ! # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, ! # [ACTION-SUCCESS], [ACTION-FAILURE]) ! # ------------------------------------------------------------ ! # Check whether the given compiler option works ! AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], ! [AC_CACHE_CHECK([$1], [$2], ! [$2=no ! save_LDFLAGS="$LDFLAGS" ! LDFLAGS="$LDFLAGS $3" ! printf "$lt_simple_link_test_code" > conftest.$ac_ext ! if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then ! # The compiler can only warn and ignore the option if not recognized ! # So say no if there are warnings ! if test -s conftest.err; then ! # Append any errors to the config.log. ! cat conftest.err 1>&AS_MESSAGE_LOG_FD ! else ! $2=yes ! fi ! fi ! $rm conftest* ! LDFLAGS="$save_LDFLAGS" ! ]) ! if test x"[$]$2" = xyes; then ! ifelse([$4], , :, [$4]) ! else ! ifelse([$5], , :, [$5]) ! fi ! ])# AC_LIBTOOL_LINKER_OPTION ! # AC_LIBTOOL_SYS_MAX_CMD_LEN ! # -------------------------- ! AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], ! [# find the maximum length of command line arguments ! AC_MSG_CHECKING([the maximum length of command line arguments]) ! AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl ! i=0 ! teststring="ABCD" ! case $build_os in ! msdosdjgpp*) ! # On DJGPP, this test can blow up pretty badly due to problems in libc ! # (any single argument exceeding 2000 bytes causes a buffer overrun ! # during glob expansion). Even if it were fixed, the result of this ! # check would be larger than it should be. ! lt_cv_sys_max_cmd_len=12288; # 12K is about right ! ;; ! gnu*) ! # Under GNU Hurd, this test is not required because there is ! # no limit to the length of command line arguments. ! # Libtool will interpret -1 as no limit whatsoever ! lt_cv_sys_max_cmd_len=-1; ! ;; ! cygwin* | mingw*) ! # On Win9x/ME, this test blows up -- it succeeds, but takes ! # about 5 minutes as the teststring grows exponentially. ! # Worse, since 9x/ME are not pre-emptively multitasking, ! # you end up with a "frozen" computer, even though with patience ! # the test eventually succeeds (with a max line length of 256k). ! # Instead, let's just punt: use the minimum linelength reported by ! # all of the supported platforms: 8192 (on NT/2K/XP). ! lt_cv_sys_max_cmd_len=8192; ! ;; ! amigaos*) ! # On AmigaOS with pdksh, this test takes hours, literally. ! # So we just punt and use a minimum line length of 8192. ! lt_cv_sys_max_cmd_len=8192; ! ;; ! netbsd* | freebsd* | openbsd* | darwin* ) ! # This has been around since 386BSD, at least. Likely further. ! if test -x /sbin/sysctl; then ! lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` ! elif test -x /usr/sbin/sysctl; then ! lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` ! else ! lt_cv_sys_max_cmd_len=65536 # usable default for *BSD ! fi ! # And add a safety zone ! lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` ! ;; ! *) ! # If test is not a shell built-in, we'll probably end up computing a ! # maximum length that is only half of the actual maximum length, but ! # we can't tell. ! SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} ! while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ ! = "XX$teststring") >/dev/null 2>&1 && ! new_result=`expr "X$teststring" : ".*" 2>&1` && ! lt_cv_sys_max_cmd_len=$new_result && ! test $i != 17 # 1/2 MB should be enough ! do ! i=`expr $i + 1` ! teststring=$teststring$teststring ! done ! teststring= ! # Add a significant safety factor because C++ compilers can tack on massive ! # amounts of additional arguments before passing them to the linker. ! # It appears as though 1/2 is a usable value. ! lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` ! ;; ! esac ! ]) ! if test -n $lt_cv_sys_max_cmd_len ; then ! AC_MSG_RESULT($lt_cv_sys_max_cmd_len) ! else ! AC_MSG_RESULT(none) ! fi ! ])# AC_LIBTOOL_SYS_MAX_CMD_LEN ! # _LT_AC_CHECK_DLFCN ! # -------------------- ! AC_DEFUN([_LT_AC_CHECK_DLFCN], ! [AC_CHECK_HEADERS(dlfcn.h)dnl ! ])# _LT_AC_CHECK_DLFCN ! # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, ! # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) ! # ------------------------------------------------------------------ ! AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], ! [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ! if test "$cross_compiling" = yes; then : ! [$4] ! else ! lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 ! lt_status=$lt_dlunknown ! cat > conftest.$ac_ext < ! #endif ! #include ! #ifdef RTLD_GLOBAL ! # define LT_DLGLOBAL RTLD_GLOBAL ! #else ! # ifdef DL_GLOBAL ! # define LT_DLGLOBAL DL_GLOBAL ! # else ! # define LT_DLGLOBAL 0 ! # endif ! #endif ! /* We may have to define LT_DLLAZY_OR_NOW in the command line if we ! find out it does not work in some platform. */ ! #ifndef LT_DLLAZY_OR_NOW ! # ifdef RTLD_LAZY ! # define LT_DLLAZY_OR_NOW RTLD_LAZY ! # else ! # ifdef DL_LAZY ! # define LT_DLLAZY_OR_NOW DL_LAZY ! # else ! # ifdef RTLD_NOW ! # define LT_DLLAZY_OR_NOW RTLD_NOW ! # else ! # ifdef DL_NOW ! # define LT_DLLAZY_OR_NOW DL_NOW ! # else ! # define LT_DLLAZY_OR_NOW 0 ! # endif ! # endif ! # endif ! # endif ! #endif ! #ifdef __cplusplus ! extern "C" void exit (int); ! #endif ! void fnord() { int i=42;} ! int main () ! { ! void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); ! int status = $lt_dlunknown; ! if (self) ! { ! if (dlsym (self,"fnord")) status = $lt_dlno_uscore; ! else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; ! /* dlclose (self); */ ! } ! exit (status); ! }] ! EOF ! if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then ! (./conftest; exit; ) 2>/dev/null ! lt_status=$? ! case x$lt_status in ! x$lt_dlno_uscore) $1 ;; ! x$lt_dlneed_uscore) $2 ;; ! x$lt_unknown|x*) $3 ;; ! esac ! else : ! # compilation failed ! $3 ! fi ! fi ! rm -fr conftest* ! ])# _LT_AC_TRY_DLOPEN_SELF ! # AC_LIBTOOL_DLOPEN_SELF ! # ------------------- ! AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], ! [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ! if test "x$enable_dlopen" != xyes; then ! enable_dlopen=unknown ! enable_dlopen_self=unknown ! enable_dlopen_self_static=unknown ! else ! lt_cv_dlopen=no ! lt_cv_dlopen_libs= + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; ! cygwin*) ! lt_cv_dlopen="dlopen" ! lt_cv_dlopen_libs= ! ;; ! darwin*) ! # if libdl is installed we need to link against it ! AC_CHECK_LIB([dl], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ ! lt_cv_dlopen="dyld" ! lt_cv_dlopen_libs= ! lt_cv_dlopen_self=yes ! ]) ! ;; ! *) ! AC_CHECK_FUNC([shl_load], ! [lt_cv_dlopen="shl_load"], ! [AC_CHECK_LIB([dld], [shl_load], ! [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], ! [AC_CHECK_FUNC([dlopen], ! [lt_cv_dlopen="dlopen"], ! [AC_CHECK_LIB([dl], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], ! [AC_CHECK_LIB([svld], [dlopen], ! [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], ! [AC_CHECK_LIB([dld], [dld_link], ! [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ! ]) ! ]) ! ]) ! ]) ! ]) ! ;; ! esac ! if test "x$lt_cv_dlopen" != xno; then ! enable_dlopen=yes ! else ! enable_dlopen=no fi ! case $lt_cv_dlopen in ! dlopen) ! save_CPPFLAGS="$CPPFLAGS" ! test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" ! save_LDFLAGS="$LDFLAGS" ! eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" ! AC_CACHE_CHECK([whether a program can dlopen itself], ! lt_cv_dlopen_self, [dnl ! _LT_AC_TRY_DLOPEN_SELF( ! lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, ! lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ! ]) + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi ! CPPFLAGS="$save_CPPFLAGS" ! LDFLAGS="$save_LDFLAGS" ! LIBS="$save_LIBS" ! ;; ! esac ! case $lt_cv_dlopen_self in ! yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; ! *) enable_dlopen_self=unknown ;; ! esac ! case $lt_cv_dlopen_self_static in ! yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; ! *) enable_dlopen_self_static=unknown ;; ! esac ! fi ! ])# AC_LIBTOOL_DLOPEN_SELF ! # AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) ! # --------------------------------- ! # Check to see if options -c and -o are simultaneously supported by compiler ! AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], ! [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ! AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], ! [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], ! [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no ! $rm -r conftest 2>/dev/null ! mkdir conftest ! cd conftest ! mkdir out ! printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! lt_compiler_flag="-o out/conftest2.$ac_objext" ! # Insert the option either (1) after the last *FLAGS variable, or ! # (2) before a word containing "conftest.", or (3) at the end. ! # Note that $ac_compile itself does not contain backslashes and begins ! # with a dollar sign (not a hyphen), so the echo should work correctly. ! lt_compile=`echo "$ac_compile" | $SED \ ! -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ ! -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ ! -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) ! (eval "$lt_compile" 2>out/conftest.err) ! ac_status=$? ! cat out/conftest.err >&AS_MESSAGE_LOG_FD ! echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD ! if (exit $ac_status) && test -s out/conftest2.$ac_objext ! then ! # The compiler can only warn and ignore the option if not recognized ! # So say no if there are warnings ! if test ! -s out/conftest.err; then ! _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes ! fi ! fi ! chmod u+w . ! $rm conftest* ! # SGI C++ compiler will create directory out/ii_files/ for ! # template instantiation ! test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files ! $rm out/* && rmdir out ! cd .. ! rmdir conftest ! $rm conftest* ! ]) ! ])# AC_LIBTOOL_PROG_CC_C_O ! # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) ! # ----------------------------------------- ! # Check to see if we can do hard links to lock some files if needed ! AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], ! [AC_REQUIRE([_LT_AC_LOCK])dnl ! hard_links="nottested" ! if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then ! # do not overwrite the value of need_locks provided by the user ! AC_MSG_CHECKING([if we can lock with hard links]) ! hard_links=yes ! $rm conftest* ! ln conftest.a conftest.b 2>/dev/null && hard_links=no ! touch conftest.a ! ln conftest.a conftest.b 2>&5 || hard_links=no ! ln conftest.a conftest.b 2>/dev/null && hard_links=no ! AC_MSG_RESULT([$hard_links]) ! if test "$hard_links" = no; then ! AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) ! need_locks=warn ! fi ! else ! need_locks=no ! fi ! ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS ! # AC_LIBTOOL_OBJDIR # ----------------- ! AC_DEFUN([AC_LIBTOOL_OBJDIR], ! [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], ! [rm -f .libs 2>/dev/null ! mkdir .libs 2>/dev/null ! if test -d .libs; then ! lt_cv_objdir=.libs ! else ! # MS-DOS does not allow filenames that begin with a dot. ! lt_cv_objdir=_libs fi ! rmdir .libs 2>/dev/null]) ! objdir=$lt_cv_objdir ! ])# AC_LIBTOOL_OBJDIR ! # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) ! # ---------------------------------------------- ! # Check hardcoding attributes. ! AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], ! [AC_MSG_CHECKING([how to hardcode library paths into programs]) ! _LT_AC_TAGVAR(hardcode_action, $1)= ! if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ ! test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ ! test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then ! # We can hardcode non-existant directories. ! if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && ! # If the only mechanism to avoid hardcoding is shlibpath_var, we ! # have to relink, otherwise we might link with an installed library ! # when we should be linking with a yet-to-be-installed one ! ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && ! test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then ! # Linking always hardcodes the temporary library directory. ! _LT_AC_TAGVAR(hardcode_action, $1)=relink ! else ! # We can link without hardcoding, and we can hardcode nonexisting dirs. ! _LT_AC_TAGVAR(hardcode_action, $1)=immediate ! fi ! else ! # We cannot hardcode anything, or else we can only hardcode existing ! # directories. ! _LT_AC_TAGVAR(hardcode_action, $1)=unsupported ! fi ! AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) ! if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then ! # Fast installation is not supported ! enable_fast_install=no ! elif test "$shlibpath_overrides_runpath" = yes || ! test "$enable_shared" = no; then ! # Fast installation is not necessary ! enable_fast_install=needless ! fi ! ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH ! # AC_LIBTOOL_SYS_LIB_STRIP ! # ------------------------ ! AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], ! [striplib= ! old_striplib= ! AC_MSG_CHECKING([whether stripping libraries is possible]) ! if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then ! test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" ! test -z "$striplib" && striplib="$STRIP --strip-unneeded" ! AC_MSG_RESULT([yes]) ! else ! # FIXME - insert some real tests, host_os isn't really good enough ! case $host_os in ! darwin*) ! if test -n "$STRIP" ; then ! striplib="$STRIP -x" ! AC_MSG_RESULT([yes]) ! else ! AC_MSG_RESULT([no]) ! fi ! ;; ! *) ! AC_MSG_RESULT([no]) ! ;; ! esac ! fi ! ])# AC_LIBTOOL_SYS_LIB_STRIP ! # AC_LIBTOOL_SYS_DYNAMIC_LINKER ! # ----------------------------- ! # PORTME Fill in your ld.so characteristics ! AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], ! [AC_MSG_CHECKING([dynamic linker characteristics]) ! library_names_spec= ! libname_spec='lib$name' ! soname_spec= ! shrext_cmds=".so" ! postinstall_cmds= ! postuninstall_cmds= ! finish_cmds= ! finish_eval= ! shlibpath_var= ! shlibpath_overrides_runpath=unknown ! version_type=none ! dynamic_linker="$host_os ld.so" ! sys_lib_dlsearch_path_spec="/lib /usr/lib" ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` ! if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ! # if the path contains ";" then we assume it to be the separator ! # otherwise default to the standard path separator (i.e. ":") - it is ! # assumed that no part of a normal pathname contains ";" but that should ! # okay in the real world where ";" in dirpaths is itself problematic. ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` ! else ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ! fi else ! sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi ! need_lib_prefix=unknown ! hardcode_into_libs=no ! # when you set need_version to no, make sure it does not cause -set_version ! # flags to be left without arguments ! need_version=unknown ! case $host_os in ! aix3*) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' ! shlibpath_var=LIBPATH + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; ! aix4* | aix5*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! hardcode_into_libs=yes ! if test "$host_cpu" = ia64; then ! # AIX 5 supports IA64 ! library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! else ! # With GCC up to 2.95.x, collect2 would create an import file ! # for dependence libraries. The import file would start with ! # the line `#! .'. This would cause the generated library to ! # depend on `.', always an invalid library. This was fixed in ! # development snapshots of GCC prior to 3.0. ! case $host_os in ! aix4 | aix4.[[01]] | aix4.[[01]].*) ! if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' ! echo ' yes ' ! echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then ! : ! else ! can_build_shared=no ! fi ! ;; ! esac ! # AIX (on Power*) has no versioning support, so currently we can not hardcode correct ! # soname into executable. Probably we can add versioning support to ! # collect2, so additional links can be useful in future. ! if test "$aix_use_runtimelinking" = yes; then ! # If using run time linking (on AIX 4.2 or later) use lib.so ! # instead of lib.a to let people know that these are not ! # typical AIX shared libraries. ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! else ! # We preserve .a as extension for shared libraries through AIX4.2 ! # and later when we are not doing run time linking. ! library_names_spec='${libname}${release}.a $libname.a' ! soname_spec='${libname}${release}${shared_ext}$major' ! fi ! shlibpath_var=LIBPATH ! fi ! ;; ! amigaos*) ! library_names_spec='$libname.ixlibrary $libname.a' ! # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ! ;; ! beos*) ! library_names_spec='${libname}${shared_ext}' ! dynamic_linker="$host_os ld.so" ! shlibpath_var=LIBRARY_PATH ! ;; + bsdi[[45]]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; ! cygwin* | mingw* | pw32*) ! version_type=windows ! shrext_cmds=".dll" ! need_version=no ! need_lib_prefix=no ! case $GCC,$host_os in ! yes,cygwin* | yes,mingw* | yes,pw32*) ! library_names_spec='$libname.dll.a' ! # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`~ ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ! dldir=$destdir/`dirname \$dlpath`~ ! test -d \$dldir || mkdir -p \$dldir~ ! $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ! dlpath=$dir/\$dldll~ ! $rm \$dlpath' ! shlibpath_overrides_runpath=yes ! case $host_os in ! cygwin*) ! # Cygwin DLLs use 'cyg' prefix rather than 'lib' ! soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ! ;; ! mingw*) ! # MinGW DLLs use traditional 'lib' prefix ! soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` ! if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then ! # It is most probably a Windows format PATH printed by ! # mingw gcc, but we are running on Cygwin. Gcc prints its search ! # path with ; separators, and with drive letters. We can handle the ! # drive letters (cygwin fileutils understands them), so leave them, ! # especially as we might pass files found there to a mingw objdump, ! # which wouldn't understand a cygwinified path. Ahh. ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` ! else ! sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ! fi ! ;; ! pw32*) ! # pw32 DLLs use 'pw' prefix rather than 'lib' ! library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! ;; ! esac ! ;; ! *) ! library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ! ;; ! esac ! dynamic_linker='Win32 ld.exe' ! # FIXME: first we should search . and the directory the executable is in ! shlibpath_var=PATH ! ;; ! darwin* | rhapsody*) ! dynamic_linker="$host_os dyld" ! version_type=darwin ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' ! soname_spec='${libname}${release}${major}$shared_ext' ! shlibpath_overrides_runpath=yes ! shlibpath_var=DYLD_LIBRARY_PATH ! shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' ! # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ! else ! sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; ! dgux*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! ;; ! freebsd1*) ! dynamic_linker=no ! ;; ! kfreebsd*-gnu) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=no ! hardcode_into_libs=yes ! dynamic_linker='GNU ld.so' ! ;; ! freebsd*) ! objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ! version_type=freebsd-$objformat ! case $version_type in ! freebsd-elf*) ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' ! need_version=no ! need_lib_prefix=no ! ;; ! freebsd-*) ! library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' ! need_version=yes ! ;; ! esac ! shlibpath_var=LD_LIBRARY_PATH ! case $host_os in ! freebsd2*) ! shlibpath_overrides_runpath=yes ! ;; ! freebsd3.[01]* | freebsdelf3.[01]*) ! shlibpath_overrides_runpath=yes ! hardcode_into_libs=yes ! ;; ! *) # from 3.2 on ! shlibpath_overrides_runpath=no ! hardcode_into_libs=yes ! ;; ! esac ! ;; ! gnu*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! hardcode_into_libs=yes ! ;; ! hpux9* | hpux10* | hpux11*) ! # Give a soname corresponding to the major version so that dld.sl refuses to ! # link against other versions. ! version_type=sunos ! need_lib_prefix=no ! need_version=no ! case "$host_cpu" in ! ia64*) ! shrext_cmds='.so' ! hardcode_into_libs=yes ! dynamic_linker="$host_os dld.so" ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! if test "X$HPUX_IA64_MODE" = X32; then ! sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" ! else ! sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" ! fi ! sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ! ;; ! hppa*64*) ! shrext_cmds='.sl' ! hardcode_into_libs=yes ! dynamic_linker="$host_os dld.sl" ! shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH ! shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" ! sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ! ;; ! *) ! shrext_cmds='.sl' ! dynamic_linker="$host_os dld.sl" ! shlibpath_var=SHLIB_PATH ! shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! ;; ! esac ! # HP-UX runs *really* slowly unless shared libraries are mode 555. ! postinstall_cmds='chmod 555 $lib' ! ;; ! irix5* | irix6* | nonstopux*) case $host_os in ! nonstopux*) version_type=nonstopux ;; ! *) ! if test "$lt_cv_prog_gnu_ld" = yes; then ! version_type=linux ! else ! version_type=irix ! fi ;; ! esac ! need_lib_prefix=no ! need_version=no ! soname_spec='${libname}${release}${shared_ext}$major' ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' ! case $host_os in ! irix5* | nonstopux*) ! libsuff= shlibsuff= ;; *) ! case $LD in # libtool.m4 will add one of these switches to LD ! *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") ! libsuff= shlibsuff= libmagic=32-bit;; ! *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") ! libsuff=32 shlibsuff=N32 libmagic=N32;; ! *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") ! libsuff=64 shlibsuff=64 libmagic=64-bit;; ! *) libsuff= shlibsuff= libmagic=never-match;; ! esac ;; esac ! shlibpath_var=LD_LIBRARY${shlibsuff}_PATH ! shlibpath_overrides_runpath=no ! sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" ! sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ! hardcode_into_libs=yes ;; ! # No shared lib support for Linux oldld, aout, or coff. ! linux*oldld* | linux*aout* | linux*coff*) ! dynamic_linker=no ! ;; ! # This must be Linux ELF. ! linux*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=no ! # This implies no fast_install, which is unacceptable. ! # Some rework will be needed to allow for fast_install ! # before this can be enabled. ! hardcode_into_libs=yes ! # Append ld.so.conf contents to the search path ! if test -f /etc/ld.so.conf; then ! lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '` ! sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ! fi + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; ! knetbsd*-gnu) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=no ! hardcode_into_libs=yes ! dynamic_linker='GNU ld.so' ! ;; ! netbsd*) ! version_type=sunos ! need_lib_prefix=no ! need_version=no ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' ! dynamic_linker='NetBSD (a.out) ld.so' ! else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! dynamic_linker='NetBSD ld.elf_so' ! fi ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! hardcode_into_libs=yes ! ;; ! newsos6) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! ;; + nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; ! openbsd*) ! version_type=sunos ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ! finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! case $host_os in ! openbsd2.[[89]] | openbsd2.[[89]].*) ! shlibpath_overrides_runpath=no ! ;; ! *) ! shlibpath_overrides_runpath=yes ! ;; ! esac ! else ! shlibpath_overrides_runpath=yes ! fi ! ;; + os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; ! osf3* | osf4* | osf5*) ! version_type=osf ! need_lib_prefix=no ! need_version=no ! soname_spec='${libname}${release}${shared_ext}$major' ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! shlibpath_var=LD_LIBRARY_PATH ! sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" ! sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ! ;; + sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; ! solaris*) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! hardcode_into_libs=yes ! # ldd complains unless libraries are executable ! postinstall_cmds='chmod +x $lib' ! ;; ! sunos4*) ! version_type=sunos ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ! finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=yes ! if test "$with_gnu_ld" = yes; then ! need_lib_prefix=no ! fi ! need_version=yes ! ;; ! ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! case $host_vendor in ! sni) ! shlibpath_overrides_runpath=no ! need_lib_prefix=no ! export_dynamic_flag_spec='${wl}-Blargedynsym' ! runpath_var=LD_RUN_PATH ! ;; ! siemens) ! need_lib_prefix=no ! ;; ! motorola) ! need_lib_prefix=no ! need_version=no ! shlibpath_overrides_runpath=no ! sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ! ;; ! esac ! ;; ! ! sysv4*MP*) ! if test -d /usr/nec ;then ! version_type=linux ! library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' ! soname_spec='$libname${shared_ext}.$major' ! shlibpath_var=LD_LIBRARY_PATH ! fi ! ;; ! ! uts4*) ! version_type=linux ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! ;; ! ! *) ! dynamic_linker=no ;; esac + AC_MSG_RESULT([$dynamic_linker]) + test "$dynamic_linker" = no && can_build_shared=no + ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER ! # _LT_AC_TAGCONFIG ! # ---------------- ! AC_DEFUN([_LT_AC_TAGCONFIG], ! [AC_ARG_WITH([tags], ! [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], ! [include additional configurations @<:@automatic@:>@])], ! [tagnames="$withval"]) ! if test -f "$ltmain" && test -n "$tagnames"; then ! if test ! -f "${ofile}"; then ! AC_MSG_WARN([output file `$ofile' does not exist]) ! fi ! if test -z "$LTCC"; then ! eval "`$SHELL ${ofile} --config | grep '^LTCC='`" ! if test -z "$LTCC"; then ! AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) ! else ! AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) fi ! fi ! # Extract list of available tagged configurations in $ofile. ! # Note that this assumes the entire list is on one line. ! available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for tagname in $tagnames; do IFS="$lt_save_ifs" ! # Check whether tagname contains only valid characters ! case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in ! "") ;; ! *) AC_MSG_ERROR([invalid tag name: $tagname]) ! ;; ! esac ! ! if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null ! then ! AC_MSG_ERROR([tag name \"$tagname\" already exists]) fi ! # Update the list of available tags. ! if test -n "$tagname"; then ! echo appending configuration tag \"$tagname\" to $ofile ! case $tagname in ! CXX) ! if test -n "$CXX" && ( test "X$CXX" != "Xno" && ! ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || ! (test "X$CXX" != "Xg++"))) ; then ! AC_LIBTOOL_LANG_CXX_CONFIG ! else ! tagname="" ! fi ! ;; ! F77) ! if test -n "$F77" && test "X$F77" != "Xno"; then ! AC_LIBTOOL_LANG_F77_CONFIG else ! tagname="" fi ! ;; ! ! GCJ) ! if test -n "$GCJ" && test "X$GCJ" != "Xno"; then ! AC_LIBTOOL_LANG_GCJ_CONFIG ! else ! tagname="" ! fi ! ;; ! ! RC) ! AC_LIBTOOL_LANG_RC_CONFIG ! ;; ! ! *) ! AC_MSG_ERROR([Unsupported tag name: $tagname]) ! ;; ! esac ! ! # Append the new tag name to the list of available tags. ! if test -n "$tagname" ; then ! available_tags="$available_tags $tagname" fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + AC_MSG_ERROR([unable to update list of available tagged configurations.]) fi fi ! ])# _LT_AC_TAGCONFIG ! # AC_LIBTOOL_DLOPEN ! # ----------------- ! # enable checks for dlopen support ! AC_DEFUN([AC_LIBTOOL_DLOPEN], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) ! ])# AC_LIBTOOL_DLOPEN ! # AC_LIBTOOL_WIN32_DLL ! # -------------------- ! # declare package support for building win32 dll's ! AC_DEFUN([AC_LIBTOOL_WIN32_DLL], ! [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ! ])# AC_LIBTOOL_WIN32_DLL ! # AC_ENABLE_SHARED([DEFAULT]) ! # --------------------------- ! # implement the --enable-shared flag ! # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ! AC_DEFUN([AC_ENABLE_SHARED], ! [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl ! AC_ARG_ENABLE([shared], ! [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], ! [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], ! [p=${PACKAGE-default} ! case $enableval in ! yes) enable_shared=yes ;; ! no) enable_shared=no ;; ! *) ! enable_shared=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_shared=yes ! fi ! done ! IFS="$lt_save_ifs" ;; ! esac], ! [enable_shared=]AC_ENABLE_SHARED_DEFAULT) ! ])# AC_ENABLE_SHARED ! # AC_DISABLE_SHARED ! # ----------------- ! #- set the default shared flag to --disable-shared ! AC_DEFUN([AC_DISABLE_SHARED], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_ENABLE_SHARED(no) ! ])# AC_DISABLE_SHARED ! # AC_ENABLE_STATIC([DEFAULT]) ! # --------------------------- ! # implement the --enable-static flag ! # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ! AC_DEFUN([AC_ENABLE_STATIC], ! [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl ! AC_ARG_ENABLE([static], ! [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], ! [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], ! [p=${PACKAGE-default} ! case $enableval in ! yes) enable_static=yes ;; ! no) enable_static=no ;; ! *) ! enable_static=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_static=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac], ! [enable_static=]AC_ENABLE_STATIC_DEFAULT) ! ])# AC_ENABLE_STATIC + # AC_DISABLE_STATIC + # ----------------- + # set the default static flag to --disable-static + AC_DEFUN([AC_DISABLE_STATIC], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + AC_ENABLE_STATIC(no) + ])# AC_DISABLE_STATIC ! # AC_ENABLE_FAST_INSTALL([DEFAULT]) ! # --------------------------------- ! # implement the --enable-fast-install flag ! # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ! AC_DEFUN([AC_ENABLE_FAST_INSTALL], ! [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl ! AC_ARG_ENABLE([fast-install], ! [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], ! [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], ! [p=${PACKAGE-default} ! case $enableval in ! yes) enable_fast_install=yes ;; ! no) enable_fast_install=no ;; ! *) ! enable_fast_install=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_fast_install=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac], ! [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) ! ])# AC_ENABLE_FAST_INSTALL ! # AC_DISABLE_FAST_INSTALL ! # ----------------------- ! # set the default to --disable-fast-install ! AC_DEFUN([AC_DISABLE_FAST_INSTALL], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_ENABLE_FAST_INSTALL(no) ! ])# AC_DISABLE_FAST_INSTALL ! ! ! # AC_LIBTOOL_PICMODE([MODE]) # -------------------------- ! # implement the --with-pic flag ! # MODE is either `yes' or `no'. If omitted, it defaults to `both'. ! AC_DEFUN([AC_LIBTOOL_PICMODE], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! pic_mode=ifelse($#,1,$1,default) ! ])# AC_LIBTOOL_PICMODE ! # AC_PROG_EGREP ! # ------------- ! # This is predefined starting with Autoconf 2.54, so this conditional ! # definition can be removed once we require Autoconf 2.54 or later. ! m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], ! [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], ! [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 ! then ac_cv_prog_egrep='grep -E' ! else ac_cv_prog_egrep='egrep' ! fi]) ! EGREP=$ac_cv_prog_egrep ! AC_SUBST([EGREP]) ! ])]) ! # AC_PATH_TOOL_PREFIX ! # ------------------- ! # find a file program which can recognise shared library ! AC_DEFUN([AC_PATH_TOOL_PREFIX], ! [AC_REQUIRE([AC_PROG_EGREP])dnl ! AC_MSG_CHECKING([for $1]) ! AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, ! [case $MAGIC_CMD in ! [[\\/*] | ?:[\\/]*]) ! lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ! ;; ! *) ! lt_save_MAGIC_CMD="$MAGIC_CMD" ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! dnl $ac_dummy forces splitting on constant user-supplied paths. ! dnl POSIX.2 word splitting is done only on the output of word expansions, ! dnl not every word. This closes a longstanding sh security hole. ! ac_dummy="ifelse([$2], , $PATH, [$2])" ! for ac_dir in $ac_dummy; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f $ac_dir/$1; then ! lt_cv_path_MAGIC_CMD="$ac_dir/$1" ! if test -n "$file_magic_test_file"; then ! case $deplibs_check_method in ! "file_magic "*) ! file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" ! MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ! if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | ! $EGREP "$file_magic_regex" > /dev/null; then ! : ! else ! cat <&2 ! ! *** Warning: the command libtool uses to detect shared libraries, ! *** $file_magic_cmd, produces output that libtool cannot recognize. ! *** The result is that libtool may fail to recognize shared libraries ! *** as such. This will affect the creation of libtool libraries that ! *** depend on shared libraries, but programs linked with such libtool ! *** libraries will work regardless of this problem. Nevertheless, you ! *** may want to report the problem to your system manager and/or to ! *** address@hidden ! ! EOF ! fi ;; ! esac ! fi ! break ! fi ! done ! IFS="$lt_save_ifs" ! MAGIC_CMD="$lt_save_MAGIC_CMD" ! ;; ! esac]) ! MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ! if test -n "$MAGIC_CMD"; then ! AC_MSG_RESULT($MAGIC_CMD) else ! AC_MSG_RESULT(no) fi ! ])# AC_PATH_TOOL_PREFIX ! # AC_PATH_MAGIC ! # ------------- ! # find a file program which can recognise a shared library ! AC_DEFUN([AC_PATH_MAGIC], ! [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) ! if test -z "$lt_cv_path_MAGIC_CMD"; then ! if test -n "$ac_tool_prefix"; then ! AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) ! else ! MAGIC_CMD=: ! fi ! fi ! ])# AC_PATH_MAGIC ! # AC_PROG_LD ! # ---------- ! # find the pathname to the GNU or non-GNU linker ! AC_DEFUN([AC_PROG_LD], ! [AC_ARG_WITH([gnu-ld], ! [AC_HELP_STRING([--with-gnu-ld], ! [assume the C compiler uses GNU ld @<:@default=no@:>@])], ! [test "$withval" = no || with_gnu_ld=yes], ! [with_gnu_ld=no]) ! AC_REQUIRE([LT_AC_PROG_SED])dnl ! AC_REQUIRE([AC_PROG_CC])dnl ! AC_REQUIRE([AC_CANONICAL_HOST])dnl ! AC_REQUIRE([AC_CANONICAL_BUILD])dnl ! ac_prog=ld ! if test "$GCC" = yes; then ! # Check if gcc -print-prog-name=ld gives a path. ! AC_MSG_CHECKING([for ld used by $CC]) ! case $host in ! *-*-mingw*) ! # gcc leaves a trailing carriage return which upsets mingw ! ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ! *) ! ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ! esac ! case $ac_prog in ! # Accept absolute paths. ! [[\\/]]* | ?:[[\\/]]*) ! re_direlt='/[[^/]][[^/]]*/\.\./' ! # Canonicalize the pathname of ld ! ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` ! while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ! ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` ! done ! test -z "$LD" && LD="$ac_prog" ! ;; ! "") ! # If it fails, then pretend we aren't using GCC. ! ac_prog=ld ! ;; ! *) ! # If it is relative, then search for the first ld in PATH. ! with_gnu_ld=unknown ! ;; ! esac ! elif test "$with_gnu_ld" = yes; then ! AC_MSG_CHECKING([for GNU ld]) else ! AC_MSG_CHECKING([for non-GNU ld]) ! fi ! AC_CACHE_VAL(lt_cv_path_LD, ! [if test -z "$LD"; then ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for ac_dir in $PATH; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then ! lt_cv_path_LD="$ac_dir/$ac_prog" ! # Check to see if the program is GNU ld. I'd rather use --version, ! # but apparently some GNU ld's only accept -v. ! # Break only if it was the GNU/non-GNU ld that we prefer. ! case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null; then ! case $host_cpu in ! i*86 ) ! # Not sure whether the presence of OpenBSD here was a mistake. ! # Let's accept both of them until this is cleared up. ! lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' ! lt_cv_file_magic_cmd=/usr/bin/file ! lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ! ;; ! esac ! else ! lt_cv_deplibs_check_method=pass_all ! fi ! ;; ! gnu*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! ! hpux10.20* | hpux11*) ! lt_cv_file_magic_cmd=/usr/bin/file ! case "$host_cpu" in ! ia64*) ! lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' ! lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ! ;; ! hppa*64*) ! [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] ! lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ! ;; *) ! lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' ! lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac + ;; ! irix5* | irix6* | nonstopux*) ! case $LD in ! *-32|*"-32 ") libmagic=32-bit;; ! *-n32|*"-n32 ") libmagic=N32;; ! *-64|*"-64 ") libmagic=64-bit;; ! *) libmagic=never-match;; ! esac ! lt_cv_deplibs_check_method=pass_all ! ;; ! ! # This must be Linux ELF. ! linux*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi + ;; ! newos6*) ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' ! lt_cv_file_magic_cmd=/usr/bin/file ! lt_cv_file_magic_test_file=/usr/lib/libnls.so ! ;; ! nto-qnx*) ! lt_cv_deplibs_check_method=unknown ! ;; ! openbsd*) ! if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ! else ! lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' ! fi ! ;; ! osf3* | osf4* | osf5*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! sco3.2v5*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! solaris*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! case $host_vendor in ! motorola) ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' ! lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ! ;; ! ncr) ! lt_cv_deplibs_check_method=pass_all ! ;; ! sequent) ! lt_cv_file_magic_cmd='/bin/file' ! lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ! ;; ! sni) ! lt_cv_file_magic_cmd='/bin/file' ! lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" ! lt_cv_file_magic_test_file=/lib/libc.so ! ;; ! siemens) ! lt_cv_deplibs_check_method=pass_all ;; esac + ;; ! sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) ! lt_cv_deplibs_check_method=pass_all ! ;; ! esac ! ]) ! file_magic_cmd=$lt_cv_file_magic_cmd ! deplibs_check_method=$lt_cv_deplibs_check_method ! test -z "$deplibs_check_method" && deplibs_check_method=unknown ! ])# AC_DEPLIBS_CHECK_METHOD + # AC_PROG_NM + # ---------- + # find the pathname to a BSD-compatible name lister + AC_DEFUN([AC_PROG_NM], + [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, + [if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" + else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + esac + fi + done + IFS="$lt_save_ifs" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm + fi]) + NM="$lt_cv_path_NM" + ])# AC_PROG_NM ! # AC_CHECK_LIBM ! # ------------- ! # check for math library ! AC_DEFUN([AC_CHECK_LIBM], ! [AC_REQUIRE([AC_CANONICAL_HOST])dnl ! LIBM= ! case $host in ! *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) ! # These system don't have libm, or don't need it ! ;; ! *-ncr-sysv4.3*) ! AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") ! AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ! ;; ! *) ! AC_CHECK_LIB(m, cos, LIBM="-lm") ! ;; ! esac ! ])# AC_CHECK_LIBM + # AC_LIBLTDL_CONVENIENCE([DIRECTORY]) + # ----------------------------------- + # sets LIBLTDL to the link flags for the libltdl convenience library and + # LTDLINCL to the include flags for the libltdl header and adds + # --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL + # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If + # DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will + # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with + # '${top_srcdir}/' (note the single quotes!). If your package is not + # flat and you're not using automake, define top_builddir and + # top_srcdir appropriately in the Makefiles. + AC_DEFUN([AC_LIBLTDL_CONVENIENCE], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + case $enable_ltdl_convenience in + no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" + ])# AC_LIBLTDL_CONVENIENCE ! # AC_LIBLTDL_INSTALLABLE([DIRECTORY]) ! # ----------------------------------- ! # sets LIBLTDL to the link flags for the libltdl installable library and ! # LTDLINCL to the include flags for the libltdl header and adds ! # --enable-ltdl-install to the configure arguments. Note that LIBLTDL ! # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If ! # DIRECTORY is not provided and an installed libltdl is not found, it is ! # assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' ! # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single ! # quotes!). If your package is not flat and you're not using automake, ! # define top_builddir and top_srcdir appropriately in the Makefiles. ! # In the future, this macro may have to be called after AC_PROG_LIBTOOL. ! AC_DEFUN([AC_LIBLTDL_INSTALLABLE], ! [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ! AC_CHECK_LIB(ltdl, lt_dlinit, ! [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], ! [if test x"$enable_ltdl_install" = xno; then ! AC_MSG_WARN([libltdl not installed, but installation disabled]) ! else ! enable_ltdl_install=yes ! fi ! ]) ! if test x"$enable_ltdl_install" = x"yes"; then ! ac_configure_args="$ac_configure_args --enable-ltdl-install" ! LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la ! LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) ! else ! ac_configure_args="$ac_configure_args --enable-ltdl-install=no" ! LIBLTDL="-lltdl" ! LTDLINCL= fi ! # For backwards non-gettext consistent compatibility... ! INCLTDL="$LTDLINCL" ! ])# AC_LIBLTDL_INSTALLABLE + # AC_LIBTOOL_CXX + # -------------- + # enable support for C++ libraries + AC_DEFUN([AC_LIBTOOL_CXX], + [AC_REQUIRE([_LT_AC_LANG_CXX]) + ])# AC_LIBTOOL_CXX ! # _LT_AC_LANG_CXX ! # --------------- ! AC_DEFUN([_LT_AC_LANG_CXX], ! [AC_REQUIRE([AC_PROG_CXX]) ! AC_REQUIRE([_LT_AC_PROG_CXXCPP]) ! _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) ! ])# _LT_AC_LANG_CXX ! # _LT_AC_PROG_CXXCPP ! # --------------- ! AC_DEFUN([_LT_AC_PROG_CXXCPP], ! [ ! AC_REQUIRE([AC_PROG_CXX]) ! if test -n "$CXX" && ( test "X$CXX" != "Xno" && ! ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || ! (test "X$CXX" != "Xg++"))) ; then ! AC_PROG_CXXCPP fi ! ])# _LT_AC_PROG_CXXCPP + # AC_LIBTOOL_F77 + # -------------- + # enable support for Fortran 77 libraries + AC_DEFUN([AC_LIBTOOL_F77], + [AC_REQUIRE([_LT_AC_LANG_F77]) + ])# AC_LIBTOOL_F77 + # _LT_AC_LANG_F77 + # --------------- + AC_DEFUN([_LT_AC_LANG_F77], + [AC_REQUIRE([AC_PROG_F77]) + _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) + ])# _LT_AC_LANG_F77 ! # AC_LIBTOOL_GCJ ! # -------------- ! # enable support for GCJ libraries ! AC_DEFUN([AC_LIBTOOL_GCJ], ! [AC_REQUIRE([_LT_AC_LANG_GCJ]) ! ])# AC_LIBTOOL_GCJ ! # _LT_AC_LANG_GCJ ! # --------------- ! AC_DEFUN([_LT_AC_LANG_GCJ], ! [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], ! [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], ! [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], ! [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], ! [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], ! [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) ! _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) ! ])# _LT_AC_LANG_GCJ ! # AC_LIBTOOL_RC ! # -------------- ! # enable support for Windows resource files ! AC_DEFUN([AC_LIBTOOL_RC], ! [AC_REQUIRE([LT_AC_PROG_RC]) ! _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) ! ])# AC_LIBTOOL_RC ! # AC_LIBTOOL_LANG_C_CONFIG ! # ------------------------ ! # Ensure that the configuration vars for the C compiler are ! # suitably defined. Those variables are subsequently used by ! # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) ! AC_DEFUN([_LT_AC_LANG_C_CONFIG], ! [lt_save_CC="$CC" ! AC_LANG_PUSH(C) ! # Source file extension for C test sources. ! ac_ext=c ! # Object file extension for compiled C test sources. ! objext=o ! _LT_AC_TAGVAR(objext, $1)=$objext ! # Code to be used in simple compile tests ! lt_simple_compile_test_code="int some_variable = 0;\n" ! # Code to be used in simple link tests ! lt_simple_link_test_code='int main(){return(0);}\n' ! ! _LT_AC_SYS_COMPILER ! ! # ! # Check for any special shared library compilation flags. ! # ! _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= ! if test "$GCC" = no; then ! case $host_os in ! sco3.2v5*) ! _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' ;; esac ! fi ! if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then ! AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) ! if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : ! else ! AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) ! _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no fi ! fi ! # ! # Check to make sure the static flag actually works. ! # ! AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], ! _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), ! $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), ! [], ! [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ! AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) ! AC_LIBTOOL_PROG_COMPILER_PIC($1) ! AC_LIBTOOL_PROG_CC_C_O($1) ! AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ! AC_LIBTOOL_PROG_LD_SHLIBS($1) ! AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ! AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ! AC_LIBTOOL_SYS_LIB_STRIP ! AC_LIBTOOL_DLOPEN_SELF($1) ! ! # Report which librarie types wil actually be built ! AC_MSG_CHECKING([if libtool supports shared libraries]) ! AC_MSG_RESULT([$can_build_shared]) ! ! AC_MSG_CHECKING([whether to build shared libraries]) ! test "$can_build_shared" = "no" && enable_shared=no ! ! # On AIX, shared libraries and static libraries use the same namespace, and ! # are all built from PIC. ! case "$host_os" in ! aix3*) ! test "$enable_shared" = yes && enable_static=no ! if test -n "$RANLIB"; then ! archive_cmds="$archive_cmds~\$RANLIB \$lib" ! postinstall_cmds='$RANLIB $lib' ! fi ;; ! aix4* | aix5*) ! if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then ! test "$enable_shared" = yes && enable_static=no ! fi ;; ! esac ! AC_MSG_RESULT([$enable_shared]) ! AC_MSG_CHECKING([whether to build static libraries]) ! # Make sure either enable_shared or enable_static is yes. ! test "$enable_shared" = yes || enable_static=yes ! AC_MSG_RESULT([$enable_static]) ! AC_LIBTOOL_CONFIG($1) ! AC_LANG_POP ! CC="$lt_save_CC" ! ])# AC_LIBTOOL_LANG_C_CONFIG ! # AC_LIBTOOL_LANG_CXX_CONFIG ! # -------------------------- ! # Ensure that the configuration vars for the C compiler are ! # suitably defined. Those variables are subsequently used by ! # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) ! AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], ! [AC_LANG_PUSH(C++) ! AC_REQUIRE([AC_PROG_CXX]) ! AC_REQUIRE([_LT_AC_PROG_CXXCPP]) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)= ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=no ! _LT_AC_TAGVAR(module_cmds, $1)= ! _LT_AC_TAGVAR(module_expsym_cmds, $1)= ! _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ! _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds ! _LT_AC_TAGVAR(no_undefined_flag, $1)= ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ! # Dependencies to place before and after the object being linked: ! _LT_AC_TAGVAR(predep_objects, $1)= ! _LT_AC_TAGVAR(postdep_objects, $1)= ! _LT_AC_TAGVAR(predeps, $1)= ! _LT_AC_TAGVAR(postdeps, $1)= ! _LT_AC_TAGVAR(compiler_lib_search_path, $1)= ! # Source file extension for C++ test sources. ! ac_ext=cc ! # Object file extension for compiled C++ test sources. ! objext=o ! _LT_AC_TAGVAR(objext, $1)=$objext ! # Code to be used in simple compile tests ! lt_simple_compile_test_code="int some_variable = 0;\n" ! # Code to be used in simple link tests ! lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' ! # ltmain only uses $CC for tagged configurations so make sure $CC is set. ! _LT_AC_SYS_COMPILER ! # Allow CC to be a program name with arguments. ! lt_save_CC=$CC ! lt_save_LD=$LD ! lt_save_GCC=$GCC ! GCC=$GXX ! lt_save_with_gnu_ld=$with_gnu_ld ! lt_save_path_LD=$lt_cv_path_LD ! if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then ! lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx ! else ! unset lt_cv_prog_gnu_ld ! fi ! if test -n "${lt_cv_path_LDCXX+set}"; then ! lt_cv_path_LD=$lt_cv_path_LDCXX ! else ! unset lt_cv_path_LD ! fi ! test -z "${LDCXX+set}" || LD=$LDCXX ! CC=${CXX-"c++"} ! compiler=$CC ! _LT_AC_TAGVAR(compiler, $1)=$CC ! cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` ! # We don't want -fno-exception wen compiling C++ code, so set the ! # no_builtin_flag separately ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ! else ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ! fi ! if test "$GXX" = yes; then ! # Set up default GNU C++ configuration ! AC_PROG_LD + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ! # If archive_cmds runs LD, not CC, wlarc should be empty ! # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to ! # investigate it a little bit more. (MM) ! wlarc='${wl}' ! # ancient GNU ld didn't support --whole-archive et. al. ! if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ ! grep 'no-whole-archive' > /dev/null; then ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! GXX=no ! with_gnu_ld=no ! wlarc= ! fi ! # PORTME: fill in a description of your system's C++ link characteristics ! AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! case $host_os in ! aix3*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! aix4* | aix5*) ! if test "$host_cpu" = ia64; then ! # On IA64, the linker does run time linking by default, so we don't ! # have to do anything special. ! aix_use_runtimelinking=no ! exp_sym_flag='-Bexport' ! no_entry_flag="" ! else ! aix_use_runtimelinking=no ! ! # Test if we are trying to use run time linking or normal ! # AIX style linking. If -brtl is somewhere in LDFLAGS, we ! # need to do runtime linking. ! case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) ! for ld_flag in $LDFLAGS; do ! case $ld_flag in ! *-brtl*) ! aix_use_runtimelinking=yes ! break ! ;; ! esac ! done ! esac ! ! exp_sym_flag='-bexport' ! no_entry_flag='-bnoentry' fi ! # When large executables or shared objects are built, AIX ld can ! # have problems creating the table of contents. If linking a library ! # or program results in "error TOC overflow" add -mminimal-toc to ! # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ! # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. ! _LT_AC_TAGVAR(archive_cmds, $1)='' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! if test "$GXX" = yes; then ! case $host_os in aix4.[012]|aix4.[012].*) ! # We only want to do this on AIX 4.2 and lower, the check ! # below for broken collect2 doesn't work under 4.3+ ! collect2name=`${CC} -print-prog-name=collect2` ! if test -f "$collect2name" && \ ! strings "$collect2name" | grep resolve_lib_name >/dev/null ! then ! # We have reworked collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes else ! # We have old collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ! # It fails to find uninstalled libraries when the uninstalled ! # path is not listed in the libpath. Setting hardcode_minus_L ! # to unsupported forces relinking ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi ! esac ! shared_flag='-shared' ! else ! # not using gcc ! if test "$host_cpu" = ia64; then ! # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ! # chokes on -Wl,-G. The following line is correct: ! shared_flag='-G' ! else ! if test "$aix_use_runtimelinking" = yes; then ! shared_flag='${wl}-G' else ! shared_flag='${wl}-bM:SRE' fi ! fi fi ! # It seems that -bexpall does not export symbols beginning with ! # underscore (_), so it is better to generate a list of symbols to export. ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! if test "$aix_use_runtimelinking" = yes; then ! # Warning - without using the other runtime loading flags (-brtl), ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ! if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! # If the export-symbols file already is a .def file (1st line ! # is EXPORTS), use it as is; otherwise, prepend... ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ! cp $export_symbols $output_objdir/$soname.def; ! else ! echo EXPORTS > $output_objdir/$soname.def; ! cat $export_symbols >> $output_objdir/$soname.def; ! fi~ ! $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! darwin* | rhapsody*) ! case "$host_os" in ! rhapsody* | darwin1.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; ! esac ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + if test "$GXX" = yes ; then + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi + ;; ! dgux*) ! case $cc_basename in ! ec++) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! ghcx) ! # Green Hills C++ Compiler ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! freebsd[12]*) ! # C++ shared libraries reported to be fairly broken before switch to ELF ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! freebsd-elf*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! ;; ! freebsd* | kfreebsd*-gnu) ! # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF ! # conventions ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! ;; ! gnu*) ! ;; ! hpux9*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ! ! case $cc_basename in ! CC) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! aCC) ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; *) ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! ;; ! hpux10*|hpux11*) ! if test $with_gnu_ld = no; then ! case "$host_cpu" in ! hppa*64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! ia64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! ;; ! *) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! ;; ! esac ! fi ! case "$host_cpu" in ! hppa*64*) ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! ia64*) ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ;; *) ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ;; ! esac + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! # Archives containing C++ object files must be created using ! # "CC -ar", where "CC" is the IRIX C++ compiler. This is ! # necessary to make sure instantiated templates are included ! # in the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ! ;; ! *) ! if test "$GXX" = yes; then ! if test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' ! fi fi ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! ;; ! esac ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! linux*) ! case $cc_basename in ! KCC) ! # Kuck and Associates, Inc. (KAI) C++ Compiler + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' ! runpath_var=LD_RUN_PATH ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + m88k*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + openbsd2*) + # C++ shared libraries are fairly broken + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + ;; + osf3*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler ! # KCC will only create a shared library if the output file ! # ends with ".so" (or ".sl" for HP-UX), so rename the library ! # to its proper name (with version) after linking. ! _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Archives containing C++ object files must be created using ! # "CC -Bstatic", where "CC" is the KAI C++ compiler. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ! ;; ! RCC) ! # Rational C++ 2.4.1 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! cxx) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ;; ! osf4* | osf5*) ! case $cc_basename in ! KCC) ! # Kuck and Associates, Inc. (KAI) C++ Compiler ! ! # KCC will only create a shared library if the output file ! # ends with ".so" (or ".sl" for HP-UX), so rename the library ! # to its proper name (with version) after linking. ! _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' ! ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ! # Archives containing C++ object files must be created using ! # the KAI C++ compiler. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; ! RCC) ! # Rational C++ 2.4.1 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; ! cxx) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ ! echo "-hidden">> $lib.exp~ ! $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ ! $rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; esac ;; ! psos*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; ! sco*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! case $cc_basename in ! CC) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ;; ! sunos4*) ! case $cc_basename in ! CC) ! # Sun C++ 4.x ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! lcc) ! # Lucid ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; esac ;; ! solaris*) ! case $cc_basename in ! CC) ! # Sun C++ 4.2, 5.x and Centerline C++ ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! case $host_os in ! solaris2.[0-5] | solaris2.[0-5].*) ;; ! *) ! # The C++ compiler is used as linker so we must use $wl ! # flag to pass the commands to the underlying system ! # linker. ! # Supported since Solaris 2.6 (maybe 2.5.1?) ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ! ;; ! esac ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! # Archives containing C++ object files must be created using ! # "CC -xar", where "CC" is the Sun C++ compiler. This is ! # necessary to make sure instantiated templates are included ! # in the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ! ;; ! gcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! # The C++ compiler must be used to create the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ! ;; ! *) ! # GNU C++ compiler with Solaris linker ! if test "$GXX" = yes && test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' ! if $CC --version | grep -v '^2\.7' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ! else ! # g++ 2.7 appears to require `-G' NOT `-shared' on this ! # platform. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' ! fi ! ;; ! esac ;; ! sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; ! tandem*) ! case $cc_basename in ! NCC) ! # NonStop-UX NCC 3.20 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ;; ! vxworks*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ! AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ! test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + _LT_AC_TAGVAR(GCC, $1)="$GXX" + _LT_AC_TAGVAR(LD, $1)="$LD" ! AC_LIBTOOL_POSTDEP_PREDEP($1) ! AC_LIBTOOL_PROG_COMPILER_PIC($1) ! AC_LIBTOOL_PROG_CC_C_O($1) ! AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ! AC_LIBTOOL_PROG_LD_SHLIBS($1) ! AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ! AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ! AC_LIBTOOL_SYS_LIB_STRIP ! AC_LIBTOOL_DLOPEN_SELF($1) + AC_LIBTOOL_CONFIG($1) ! AC_LANG_POP ! CC=$lt_save_CC ! LDCXX=$LD ! LD=$lt_save_LD ! GCC=$lt_save_GCC ! with_gnu_ldcxx=$with_gnu_ld ! with_gnu_ld=$lt_save_with_gnu_ld ! lt_cv_path_LDCXX=$lt_cv_path_LD ! lt_cv_path_LD=$lt_save_path_LD ! lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld ! lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ! ])# AC_LIBTOOL_LANG_CXX_CONFIG + # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) + # ------------------------ + # Figure out "hidden" library dependencies from verbose + # compiler output when linking a shared library. + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ + dnl we can't use the lt_simple_compile_test_code here, + dnl because it contains code intended for an executable, + dnl not a library. It's possible we should let each + dnl tag define a new lt_????_link_test_code variable, + dnl but it's only used here... + ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&1 | grep 'Apple' >/dev/null ; then - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no - case "$host_os" in - rhapsody* | darwin1.[[012]]) - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' - ;; - darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0 - test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' - ;; - *) # Darwin 7.0 on - case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in - 10.[[012]]) - test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' - ;; - *) # 10.3 on - if test -z ${LD_TWOLEVEL_NAMESPACE}; then - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' - else - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' - fi - ;; - esac - ;; - esac - # FIXME: Relying on posixy $() will cause problems for - # cross-compilation, but unfortunately the echo tests do not - # yet detect zsh echo's removal of \ escapes. Also zsh mangles - # `"' quotes if we put them in here... so don't! - output_verbose_link_cmd='echo' - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' - _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' - _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' - _LT_AC_TAGVAR(hardcode_direct, $1)=no - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes - fi - ;; esac AC_MSG_RESULT([$enable_shared]) --- 3711,3723 ---- aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then ! archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; ! aix4* | aix5*) ! test "$enable_shared" = yes && enable_static=no ;; esac AC_MSG_RESULT([$enable_shared]) *************** AC_MSG_CHECKING([whether to build static *** 4694,8009 **** test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ! ])# AC_LIBTOOL_LANG_C_CONFIG ! # AC_LIBTOOL_LANG_CXX_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) ! AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], ! [AC_LANG_PUSH(C++) ! AC_REQUIRE([AC_PROG_CXX]) ! AC_REQUIRE([AC_PROG_CXXCPP]) ! ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)= ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=no ! _LT_AC_TAGVAR(module_cmds, $1)= ! _LT_AC_TAGVAR(module_expsym_cmds, $1)= ! _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ! _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds ! _LT_AC_TAGVAR(no_undefined_flag, $1)= ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ! ! # Dependencies to place before and after the object being linked: ! _LT_AC_TAGVAR(predep_objects, $1)= ! _LT_AC_TAGVAR(postdep_objects, $1)= ! _LT_AC_TAGVAR(predeps, $1)= ! _LT_AC_TAGVAR(postdeps, $1)= ! _LT_AC_TAGVAR(compiler_lib_search_path, $1)= ! # Source file extension for C++ test sources. ! ac_ext=cc ! # Object file extension for compiled C++ test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests ! lt_simple_compile_test_code="int some_variable = 0;\n" # Code to be used in simple link tests ! lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # Allow CC to be a program name with arguments. ! lt_save_CC=$CC ! lt_save_LD=$LD ! lt_save_GCC=$GCC ! GCC=$GXX ! lt_save_with_gnu_ld=$with_gnu_ld ! lt_save_path_LD=$lt_cv_path_LD ! if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then ! lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx ! else ! unset lt_cv_prog_gnu_ld ! fi ! if test -n "${lt_cv_path_LDCXX+set}"; then ! lt_cv_path_LD=$lt_cv_path_LDCXX ! else ! unset lt_cv_path_LD ! fi ! test -z "${LDCXX+set}" || LD=$LDCXX ! CC=${CXX-"c++"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC - cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` ! # We don't want -fno-exception wen compiling C++ code, so set the ! # no_builtin_flag separately ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ! else ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ! fi ! if test "$GXX" = yes; then ! # Set up default GNU C++ configuration ! AC_PROG_LD ! # Check if GNU C++ uses GNU ld as the underlying linker, since the ! # archiving commands below assume that GNU ld is being used. ! if test "$with_gnu_ld" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ! # If archive_cmds runs LD, not CC, wlarc should be empty ! # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to ! # investigate it a little bit more. (MM) ! wlarc='${wl}' ! # ancient GNU ld didn't support --whole-archive et. al. ! if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ ! grep 'no-whole-archive' > /dev/null; then ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' ! else ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! fi ! else ! with_gnu_ld=no ! wlarc= ! # A generic and very simple default shared library creation ! # command for GNU C++ for the case where it uses the native ! # linker, instead of GNU ld. If possible, this setting should ! # overridden to take advantage of the native linker features on ! # the platform it is being used on. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' ! fi ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! GXX=no ! with_gnu_ld=no ! wlarc= ! fi ! # PORTME: fill in a description of your system's C++ link characteristics ! AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! case $host_os in ! aix3*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! aix4* | aix5*) ! if test "$host_cpu" = ia64; then ! # On IA64, the linker does run time linking by default, so we don't ! # have to do anything special. ! aix_use_runtimelinking=no ! exp_sym_flag='-Bexport' ! no_entry_flag="" ! else ! aix_use_runtimelinking=no ! # Test if we are trying to use run time linking or normal ! # AIX style linking. If -brtl is somewhere in LDFLAGS, we ! # need to do runtime linking. ! case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) ! for ld_flag in $LDFLAGS; do ! case $ld_flag in ! *-brtl*) ! aix_use_runtimelinking=yes ! break ! ;; ! esac ! done ! esac ! exp_sym_flag='-bexport' ! no_entry_flag='-bnoentry' ! fi ! # When large executables or shared objects are built, AIX ld can ! # have problems creating the table of contents. If linking a library ! # or program results in "error TOC overflow" add -mminimal-toc to ! # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ! # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - _LT_AC_TAGVAR(archive_cmds, $1)='' - _LT_AC_TAGVAR(hardcode_direct, $1)=yes - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! if test "$GXX" = yes; then ! case $host_os in aix4.[012]|aix4.[012].*) ! # We only want to do this on AIX 4.2 and lower, the check ! # below for broken collect2 doesn't work under 4.3+ ! collect2name=`${CC} -print-prog-name=collect2` ! if test -f "$collect2name" && \ ! strings "$collect2name" | grep resolve_lib_name >/dev/null ! then ! # We have reworked collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! else ! # We have old collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ! # It fails to find uninstalled libraries when the uninstalled ! # path is not listed in the libpath. Setting hardcode_minus_L ! # to unsupported forces relinking ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! fi ! esac ! shared_flag='-shared' ! else ! # not using gcc ! if test "$host_cpu" = ia64; then ! # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ! # chokes on -Wl,-G. The following line is correct: ! shared_flag='-G' ! else ! if test "$aix_use_runtimelinking" = yes; then ! shared_flag='${wl}-G' ! else ! shared_flag='${wl}-bM:SRE' ! fi ! fi ! fi ! # It seems that -bexpall does not export symbols beginning with ! # underscore (_), so it is better to generate a list of symbols to export. ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! if test "$aix_use_runtimelinking" = yes; then ! # Warning - without using the other runtime loading flags (-brtl), ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" ! else ! if test "$host_cpu" = ia64; then ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" ! else ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! # Warning - without using the other run time loading flags, ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' ! # -bexpall does not export symbols beginning with underscore (_) ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! # Exported symbols can be pulled into shared objects from archives ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! # This is similar to how AIX traditionally builds it's shared libraries. ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' ! fi ! fi ! ;; ! chorus*) ! case $cc_basename in ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ;; ! cygwin* | mingw* | pw32*) ! # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, ! # as there is no search path for DLLs. ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ! if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! # If the export-symbols file already is a .def file (1st line ! # is EXPORTS), use it as is; otherwise, prepend... ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ! cp $export_symbols $output_objdir/$soname.def; ! else ! echo EXPORTS > $output_objdir/$soname.def; ! cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} ! $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! darwin* | rhapsody*) ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! case "$host_os" in ! rhapsody* | darwin1.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' ! ;; ! darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[[012]]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; ! esac ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! fi ! ;; ! dgux*) ! case $cc_basename in ! ec++) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! ghcx) ! # Green Hills C++ Compiler ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! freebsd[12]*) ! # C++ shared libraries reported to be fairly broken before switch to ELF ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! freebsd-elf*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! ;; ! freebsd*) ! # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF ! # conventions ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! ;; ! gnu*) ! ;; ! hpux9*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ! case $cc_basename in ! CC) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! aCC) ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; ! *) ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! ;; ! hpux10*|hpux11*) ! if test $with_gnu_ld = no; then ! case "$host_cpu" in ! hppa*64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! ia64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! ;; ! *) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! ;; ! esac ! fi ! case "$host_cpu" in ! hppa*64*) ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! ia64*) ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ! ;; ! *) ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ! # but as the default ! # location of the library. ! ;; ! esac ! case $cc_basename in ! CC) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! aCC) ! case "$host_cpu" in ! hppa*64*|ia64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! ;; ! esac ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; ! *) ! if test "$GXX" = yes; then ! if test $with_gnu_ld = no; then ! case "$host_cpu" in ! ia64*|hppa*64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! ;; ! esac ! fi ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! ;; ! irix5* | irix6*) ! case $cc_basename in ! CC) ! # SGI C++ ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! # Archives containing C++ object files must be created using ! # "CC -ar", where "CC" is the IRIX C++ compiler. This is ! # necessary to make sure instantiated templates are included ! # in the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ! ;; ! *) ! if test "$GXX" = yes; then ! if test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' ! fi ! fi ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! ;; ! esac ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! linux*) ! case $cc_basename in ! KCC) ! # Kuck and Associates, Inc. (KAI) C++ Compiler ! # KCC will only create a shared library if the output file ! # ends with ".so" (or ".sl" for HP-UX), so rename the library ! # to its proper name (with version) after linking. ! _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ! # Archives containing C++ object files must be created using ! # "CC -Bstatic", where "CC" is the KAI C++ compiler. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ! ;; ! icpc) ! # Intel C++ ! with_gnu_ld=yes ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ! ;; ! cxx) ! # Compaq C++ ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' ! runpath_var=LD_RUN_PATH ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; ! esac ! ;; ! lynxos*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! m88k*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! mvs*) ! case $cc_basename in ! cxx) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' ! wlarc= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! fi ! # Workaround some broken pre-1.5 toolchains ! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ! ;; ! osf3*) ! case $cc_basename in ! KCC) ! # Kuck and Associates, Inc. (KAI) C++ Compiler ! # KCC will only create a shared library if the output file ! # ends with ".so" (or ".sl" for HP-UX), so rename the library ! # to its proper name (with version) after linking. ! _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Archives containing C++ object files must be created using ! # "CC -Bstatic", where "CC" is the KAI C++ compiler. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ! ;; ! RCC) ! # Rational C++ 2.4.1 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! cxx) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; ! *) ! if test "$GXX" = yes && test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! ;; ! osf4* | osf5*) ! case $cc_basename in ! KCC) ! # Kuck and Associates, Inc. (KAI) C++ Compiler ! # KCC will only create a shared library if the output file ! # ends with ".so" (or ".sl" for HP-UX), so rename the library ! # to its proper name (with version) after linking. ! _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Archives containing C++ object files must be created using ! # the KAI C++ compiler. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ! ;; ! RCC) ! # Rational C++ 2.4.1 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! cxx) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done${_S_} ! echo "-hidden">> $lib.exp${_S_} ! $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib${_S_} ! $rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! ;; ! *) ! if test "$GXX" = yes && test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ! else ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! ;; ! psos*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! sco*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! case $cc_basename in ! CC) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! sunos4*) ! case $cc_basename in ! CC) ! # Sun C++ 4.x ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! lcc) ! # Lucid ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! solaris*) ! case $cc_basename in ! CC) ! # Sun C++ 4.2, 5.x and Centerline C++ ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! case $host_os in ! solaris2.[0-5] | solaris2.[0-5].*) ;; ! *) ! # The C++ compiler is used as linker so we must use $wl ! # flag to pass the commands to the underlying system ! # linker. ! # Supported since Solaris 2.6 (maybe 2.5.1?) ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ! ;; ! esac ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! # ! # There doesn't appear to be a way to prevent this compiler from ! # explicitly linking system object files so we need to strip them ! # from the output so that they don't get included in the library ! # dependencies. ! output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ! # Archives containing C++ object files must be created using ! # "CC -xar", where "CC" is the Sun C++ compiler. This is ! # necessary to make sure instantiated templates are included ! # in the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ! ;; ! gcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! # The C++ compiler must be used to create the archive. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ! ;; ! *) ! # GNU C++ compiler with Solaris linker ! if test "$GXX" = yes && test "$with_gnu_ld" = no; then ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' ! if $CC --version | grep -v '^2\.7' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ! else ! # g++ 2.7 appears to require `-G' NOT `-shared' on this ! # platform. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' ! # Commands to make compiler produce verbose output that lists ! # what "hidden" libraries, object files and flags are used when ! # linking a shared library. ! output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' ! fi ! ;; ! esac ! ;; ! sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! ;; ! tandem*) ! case $cc_basename in ! NCC) ! # NonStop-UX NCC 3.20 ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! ;; ! vxworks*) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! *) ! # FIXME: insert proper C++ library support ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ! test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no ! _LT_AC_TAGVAR(GCC, $1)="$GXX" ! _LT_AC_TAGVAR(LD, $1)="$LD" ! AC_LIBTOOL_POSTDEP_PREDEP($1) ! AC_LIBTOOL_PROG_COMPILER_PIC($1) ! AC_LIBTOOL_PROG_CC_C_O($1) ! AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ! AC_LIBTOOL_PROG_LD_SHLIBS($1) ! AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ! AC_LIBTOOL_SYS_LIB_STRIP ! AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ! AC_LIBTOOL_DLOPEN_SELF($1) ! AC_LIBTOOL_CONFIG($1) ! AC_LANG_POP ! CC=$lt_save_CC ! LDCXX=$LD ! LD=$lt_save_LD ! GCC=$lt_save_GCC ! with_gnu_ldcxx=$with_gnu_ld ! with_gnu_ld=$lt_save_with_gnu_ld ! lt_cv_path_LDCXX=$lt_cv_path_LD ! lt_cv_path_LD=$lt_save_path_LD ! lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld ! lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ! ])# AC_LIBTOOL_LANG_CXX_CONFIG ! # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) ! # ------------------------ ! # Figure out "hidden" library dependencies from verbose ! # compiler output when linking a shared library. ! # Parse the compiler output and extract the necessary ! # objects, libraries and library flags. ! AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ ! dnl we can't use the lt_simple_compile_test_code here, ! dnl because it contains code intended for an executable, ! dnl not a library. It's possible we should let each ! dnl tag define a new lt_????_link_test_code variable, ! dnl but it's only used here... ! ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <> "$cfgfile" ! ifelse([$1], [], ! [#! $SHELL ! # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. ! # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ! # NOTE: Changes made to this file will be lost: look at ltmain.sh. ! # ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ! # Free Software Foundation, Inc. ! # ! # This file is part of GNU Libtool: ! # Originally by Gordon Matzigkeit , 1996 ! # ! # 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 of the License, 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. ! # ! # As a special exception to the GNU General Public License, if you ! # distribute this file as part of a program that contains a ! # configuration script generated by Autoconf, you may include it under ! # the same distribution terms that you use for the rest of that program. ! # A sed program that does not truncate output. ! SED=$lt_SED ! # Sed that helps us avoid accidentally triggering echo(1) options like -n. ! Xsed="$SED -e s/^X//" ! # The HP-UX ksh and POSIX shell print the target directory to stdout ! # if CDPATH is set. ! if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi ! # The names of the tagged configurations supported by this script. ! available_tags= ! # ### BEGIN LIBTOOL CONFIG], ! [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) ! # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: ! # Set the command separator (default: ~) ! _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. - SHELL=$lt_SHELL ! # Whether or not to build shared libraries. ! build_libtool_libs=$enable_shared ! # Whether or not to build static libraries. ! build_old_libs=$enable_static ! # Whether or not to add -lc for building shared libraries. ! build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) ! # Whether or not to disallow shared libs when runtime libs are static ! allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) - # Whether or not to optimize for fast installation. - fast_install=$enable_fast_install ! # The host system. ! host_alias=$host_alias ! host=$host ! ! # An echo program that does not interpret backslashes. ! echo=$lt_echo ! ! # The archiver. ! AR=$lt_AR ! AR_FLAGS=$lt_AR_FLAGS ! ! # A C compiler. ! LTCC=$lt_LTCC ! ! # A language-specific compiler. ! CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) ! ! # Is the compiler the GNU C compiler? ! with_gcc=$_LT_AC_TAGVAR(GCC, $1) ! ! # An ERE matcher. ! EGREP=$lt_EGREP ! ! # The linker used to build libraries. ! LD=$lt_[]_LT_AC_TAGVAR(LD, $1) ! ! # Whether we need hard or soft links. ! LN_S=$lt_LN_S ! ! # A BSD-compatible nm program. ! NM=$lt_NM ! ! # A symbol stripping program ! STRIP=$STRIP ! # Used to examine libraries when file_magic_cmd begins "file" ! MAGIC_CMD=$MAGIC_CMD ! # Used on cygwin: DLL creation program. ! DLLTOOL="$DLLTOOL" ! # Used on cygwin: object dumper. ! OBJDUMP="$OBJDUMP" ! # Used on cygwin: assembler. ! AS="$AS" ! # The name of the directory that contains temporary libtool files. ! objdir=$objdir ! # How to create reloadable object files. ! reload_flag=$lt_reload_flag ! reload_cmds=$lt_reload_cmds ! # How to pass a linker flag through the compiler. ! wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ! # Object file suffix (normally "o"). ! objext="$ac_objext" ! # Old archive suffix (normally "a"). ! libext="$libext" ! # Shared library suffix (normally ".so"). ! shrext='$shrext' ! # Executable file suffix (normally ""). ! exeext="$exeext" ! # Additional compiler flags for building library objects. ! pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) ! pic_mode=$pic_mode ! # What is the maximum length of a command? ! max_cmd_len=$lt_cv_sys_max_cmd_len ! # Does compiler simultaneously support -c and -o options? ! compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) ! # Must we lock files when doing compilation ? ! need_locks=$lt_need_locks ! # Do we need the lib prefix for modules? ! need_lib_prefix=$need_lib_prefix ! # Do we need a version for libraries? ! need_version=$need_version ! # Whether dlopen is supported. ! dlopen_support=$enable_dlopen ! # Whether dlopen of programs is supported. ! dlopen_self=$enable_dlopen_self - # Whether dlopen of statically linked programs is supported. - dlopen_self_static=$enable_dlopen_self_static ! # Compiler flag to prevent dynamic linking. ! link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) ! # Compiler flag to turn off builtin functions. ! no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) ! # Compiler flag to allow reflexive dlopens. ! export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) ! ! # Compiler flag to generate shared objects directly from archives. ! whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) ! ! # Compiler flag to generate thread-safe objects. ! thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) ! ! # Library versioning type. ! version_type=$version_type ! ! # Format of library name prefix. ! libname_spec=$lt_libname_spec ! ! # List of archive names. First name is the real one, the rest are links. ! # The last name is the one that the linker finds with -lNAME. ! library_names_spec=$lt_library_names_spec ! ! # The coded name of the library, if different from the real name. ! soname_spec=$lt_soname_spec ! ! # Commands used to build and install an old-style archive. ! RANLIB=$lt_RANLIB ! old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) ! old_postinstall_cmds=$lt_old_postinstall_cmds ! old_postuninstall_cmds=$lt_old_postuninstall_cmds ! ! # Create an old-style archive from a shared archive. ! old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) ! ! # Create a temporary old-style archive to link instead of a shared archive. ! old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) ! ! # Commands used to build and install a shared archive. ! archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) ! archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) ! postinstall_cmds=$lt_postinstall_cmds ! postuninstall_cmds=$lt_postuninstall_cmds ! ! # Commands used to build a loadable module (assumed same as above if empty) ! module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) ! module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) ! ! # Commands to strip libraries. ! old_striplib=$lt_old_striplib ! striplib=$lt_striplib ! ! # Dependencies to place before the objects being linked to create a ! # shared library. ! predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) ! # Dependencies to place after the objects being linked to create a ! # shared library. ! postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) ! # Dependencies to place before the objects being linked to create a ! # shared library. ! predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) ! # Dependencies to place after the objects being linked to create a ! # shared library. ! postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) ! # The library search path used internally by the compiler when linking ! # a shared library. ! compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) ! # Method to check whether dependent libraries are shared objects. ! deplibs_check_method=$lt_deplibs_check_method ! # Command to use when deplibs_check_method == file_magic. ! file_magic_cmd=$lt_file_magic_cmd ! # Flag that allows shared libraries with undefined symbols to be built. ! allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) ! # Flag that forces no undefined symbols. ! no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) ! # Commands used to finish a libtool library installation in a directory. ! finish_cmds=$lt_finish_cmds ! # Same as above, but a single script fragment to be evaled but not shown. ! finish_eval=$lt_finish_eval ! # Take the output of nm and produce a listing of raw symbols and C names. ! global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe ! # Transform the output of nm in a proper C declaration ! global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl ! # Transform the output of nm in a C name address pair ! global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address ! # This is the shared library runtime path variable. ! runpath_var=$runpath_var ! # This is the shared library path variable. ! shlibpath_var=$shlibpath_var ! # Is shlibpath searched before the hard-coded library search path? ! shlibpath_overrides_runpath=$shlibpath_overrides_runpath ! # How to hardcode a shared library path into an executable. ! hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) ! # Whether we should hardcode library paths into libraries. ! hardcode_into_libs=$hardcode_into_libs ! # Flag to hardcode \$libdir into a binary during linking. ! # This must work even if \$libdir does not exist. ! hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) ! # If ld is used when linking, flag to hardcode \$libdir into ! # a binary during linking. This must work even if \$libdir does ! # not exist. ! hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) ! # Whether we need a single -rpath flag with a separated argument. ! hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) ! # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the ! # resulting binary. ! hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) ! # Set to yes if using the -LDIR flag during linking hardcodes DIR into the ! # resulting binary. ! hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) - # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into - # the resulting binary. - hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) ! # Set to yes if building a shared library automatically hardcodes DIR into the library ! # and all subsequent libraries and executables linked against it. ! hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) ! # Variables whose values should be saved in libtool wrapper scripts and ! # restored at relink time. ! variables_saved_for_relink="$variables_saved_for_relink" ! # Whether libtool must link a program against all its dependency libraries. ! link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) ! # Compile-time system search path for libraries ! sys_lib_search_path_spec=$lt_sys_lib_search_path_spec ! # Run-time system search path for libraries ! sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec ! # Fix the shell variable \$srcfile for the compiler. ! fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" ! # Set to yes if exported symbols are required. ! always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) ! # The commands to list exported symbols. ! export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) ! # The commands to extract the exported symbol list from a shared archive. ! extract_expsyms_cmds=$lt_extract_expsyms_cmds ! # Symbols that should not be listed in the preloaded symbols. ! exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) ! # Symbols that must always be exported. ! include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) ! ifelse([$1],[], ! [# ### END LIBTOOL CONFIG], ! [# ### END LIBTOOL TAG CONFIG: $tagname]) ! __EOF__ ! ifelse([$1],[], [ ! case $host_os in ! aix3*) ! cat <<\EOF >> "$cfgfile" - # 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 EOF ! ;; ! esac ! # We use sed instead of cat because bash on DJGPP gets confused if ! # if finds mixed CR/LF and LF-only lines. Since sed operates in ! # text mode, it properly converts lines to CR/LF. This bash problem ! # is reportedly fixed, but why not run on old versions too? ! sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) ! mv -f "$cfgfile" "$ofile" || \ ! (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") ! chmod +x "$ofile" ! ]) ! else ! # If there is no Makefile yet, we rely on a make rule to execute ! # `config.status --recheck' to rerun these tests and create the ! # libtool script then. ! test -f Makefile && make "$ltmain" ! fi ! ])# AC_LIBTOOL_CONFIG ! # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) ! # ------------------------------------------- ! AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], ! [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ! AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], ! lt_cv_prog_compiler_rtti_exceptions, ! [-fno-rtti -fno-exceptions], [], ! [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) ! fi ! ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI ! # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ! # --------------------------------- ! AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], ! [AC_REQUIRE([AC_CANONICAL_HOST]) ! AC_REQUIRE([AC_PROG_NM]) ! AC_REQUIRE([AC_OBJEXT]) ! # Check for command to grab the raw symbol name followed by C symbol from nm. ! AC_MSG_CHECKING([command to parse $NM output from $compiler object]) ! AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], ! [ ! # These are sane defaults that work on at least a few old systems. ! # [They come from Ultrix. What could be older than Ultrix?!! ;)] ! # Character class describing NM global symbol codes. ! symcode='[[BCDEGRST]]' ! # Regexp to match symbols that can be accessed directly from C. ! sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' ! # Transform the above into a raw symbol and a C symbol. ! symxfrm='\1 \2\3 \3' ! # Transform an extracted symbol line into a proper C declaration ! lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" ! # Transform an extracted symbol line into symbol name and symbol address ! lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ! # Define system-specific variables. ! case $host_os in ! aix*) ! symcode='[[BCDT]]' ! ;; ! cygwin* | mingw* | pw32*) ! symcode='[[ABCDGISTW]]' ! ;; ! hpux*) # Its linker distinguishes data from code symbols ! if test "$host_cpu" = ia64; then ! symcode='[[ABCDEGRST]]' ! fi ! lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" ! lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ! ;; ! irix* | nonstopux*) ! symcode='[[BCDEGRST]]' ! ;; ! osf*) ! symcode='[[BCDEGQRST]]' ! ;; ! solaris* | sysv5*) ! symcode='[[BDT]]' ! ;; ! sysv4) ! symcode='[[DFNSTU]]' ! ;; ! esac ! # Handle CRLF in mingw tool chain ! opt_cr= ! case $build_os in ! mingw*) ! opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ! ;; ! esac ! # If we're using GNU nm, then use its standard symbol codes. ! case `$NM -V 2>&1` in ! *GNU* | *'with BFD'*) ! symcode='[[ABCDGISTW]]' ;; ! esac ! # Try without a prefix undercore, then with it. ! for ac_symprfx in "" "_"; do ! # Write the raw and C identifiers. ! lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" ! # Check to see that the pipe works correctly. ! pipe_works=no ! rm -f conftest* ! cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then ! # Try sorting and uniquifying the output. ! if sort "$nlist" | uniq > "$nlist"T; then ! mv -f "$nlist"T "$nlist" else ! rm -f "$nlist"T fi ! # Make sure that we snagged all the symbols we need. ! if grep ' nm_test_var$' "$nlist" >/dev/null; then ! if grep ' nm_test_func$' "$nlist" >/dev/null; then ! cat < conftest.$ac_ext ! #ifdef __cplusplus ! extern "C" { ! #endif ! ! EOF ! # Now generate the symbol file. ! eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' ! cat <> conftest.$ac_ext ! #if defined (__STDC__) && __STDC__ ! # define lt_ptr_t void * ! #else ! # define lt_ptr_t char * ! # define const ! #endif ! /* The mapping between symbol names and symbols. */ ! const struct { ! const char *name; ! lt_ptr_t address; ! } ! lt_preloaded_symbols[[]] = ! { ! EOF ! $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext ! cat <<\EOF >> conftest.$ac_ext ! {0, (lt_ptr_t) 0} ! }; ! #ifdef __cplusplus ! } ! #endif ! EOF ! # Now try linking the two files. ! mv conftest.$ac_objext conftstm.$ac_objext ! lt_save_LIBS="$LIBS" ! lt_save_CFLAGS="$CFLAGS" ! LIBS="conftstm.$ac_objext" ! CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" ! if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then ! pipe_works=yes ! fi ! LIBS="$lt_save_LIBS" ! CFLAGS="$lt_save_CFLAGS" ! else ! echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD ! fi else ! echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi ! else ! echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD ! fi ! else ! echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD ! cat conftest.$ac_ext >&5 ! fi ! rm -f conftest* conftst* ! # Do not use the global_symbol_pipe unless it works. ! if test "$pipe_works" = yes; then ! break ! else ! lt_cv_sys_global_symbol_pipe= ! fi ! done ! ]) ! if test -z "$lt_cv_sys_global_symbol_pipe"; then ! lt_cv_sys_global_symbol_to_cdecl= ! fi ! if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then ! AC_MSG_RESULT(failed) ! else ! AC_MSG_RESULT(ok) ! fi ! ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ! # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) ! # --------------------------------------- ! AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], ! [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)= ! AC_MSG_CHECKING([for $compiler option to produce PIC]) ! ifelse([$1],[CXX],[ ! # C++ specific cases for pic, static, wl, etc. ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! case $host_os in ! aix*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; ! amigaos*) ! # FIXME: we need at least 68020 code to build shared libraries, but ! # adding the `-m68020' flag to GCC prevents building anything better, ! # like `-m68040'. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; ! beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ! # PIC is the default for these OSes. ;; ! mingw* | os2* | pw32*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; ! darwin* | rhapsody*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; ! *djgpp*) ! # DJGPP does not support shared libraries at all ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; sysv4*MP*) if test -d /usr/nec; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; ! hpux*) ! # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ! # not for PA HP-UX. ! case "$host_cpu" in ! hppa*64*|ia64*) ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ;; *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ! else ! case $host_os in ! aix4* | aix5*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! else ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' ! fi ! ;; ! chorus*) ! case $cc_basename in ! cxch68) ! # Green Hills C++ Compiler ! # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ! ;; ! esac ! ;; ! dgux*) ! case $cc_basename in ! ec++) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! ;; ! ghcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! *) ! ;; ! esac ! ;; ! freebsd*) ! # FreeBSD uses GNU C++ ! ;; ! hpux9* | hpux10* | hpux11*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ! if test "$host_cpu" != ia64; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ! fi ! ;; ! aCC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ! case "$host_cpu" in ! hppa*64*|ia64*) ! # +Z the default ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ! ;; ! esac ! ;; ! *) ! ;; ! esac ! ;; ! irix5* | irix6* | nonstopux*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! # CC pic flag -KPIC is the default. ! ;; ! *) ! ;; ! esac ! ;; ! linux*) ! case $cc_basename in ! KCC) ! # KAI C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! icpc) ! # Intel C++ ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! ;; ! cxx) ! # Compaq C++ ! # Make sure the PIC flag is empty. It appears that all Alpha ! # Linux and Compaq Tru64 Unix objects are PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! *) ! ;; ! esac ! ;; ! lynxos*) ! ;; ! m88k*) ! ;; ! mvs*) ! case $cc_basename in ! cxx) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ! ;; ! *) ! ;; ! esac ! ;; ! netbsd*) ! ;; ! osf3* | osf4* | osf5*) ! case $cc_basename in ! KCC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ! ;; ! RCC) ! # Rational C++ 2.4.1 ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! cxx) ! # Digital/Compaq C++ ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # Make sure the PIC flag is empty. It appears that all Alpha ! # Linux and Compaq Tru64 Unix objects are PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! *) ! ;; ! esac ! ;; ! psos*) ! ;; ! sco*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! *) ! ;; ! esac ! ;; ! solaris*) ! case $cc_basename in ! CC) ! # Sun C++ 4.2, 5.x and Centerline C++ ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ! ;; ! gcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ! ;; ! *) ! ;; ! esac ! ;; ! sunos4*) ! case $cc_basename in ! CC) ! # Sun C++ 4.x ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! lcc) ! # Lucid ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! *) ! ;; ! esac ! ;; ! tandem*) ! case $cc_basename in ! NCC) ! # NonStop-UX NCC 3.20 ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! ;; ! *) ! ;; ! esac ! ;; ! unixware*) ! ;; ! vxworks*) ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! ;; esac fi ! ], ! [ ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! case $host_os in ! aix*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! fi ! ;; ! amigaos*) ! # FIXME: we need at least 68020 code to build shared libraries, but ! # adding the `-m68020' flag to GCC prevents building anything better, ! # like `-m68040'. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ! ;; ! beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ! # PIC is the default for these OSes. ! ;; ! mingw* | pw32* | os2*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ! ;; ! darwin* | rhapsody*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ! ;; ! msdosdjgpp*) ! # Just because we use GCC doesn't mean we suddenly get shared libraries ! # on systems that don't support them. ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! enable_shared=no ! ;; ! sysv4*MP*) ! if test -d /usr/nec; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic ! fi ! ;; - hpux*) - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but - # not for PA HP-UX. - case "$host_cpu" in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ! else ! # PORTME Check for flag to pass linker flags through the system compiler. ! case $host_os in ! aix*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; ! mingw* | pw32* | os2*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ! ;; - hpux9* | hpux10* | hpux11*) - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but - # not for PA HP-UX. - case "$host_cpu" in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - ;; ! irix5* | irix6* | nonstopux*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # PIC (with -KPIC) is the default. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! newsos6) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! linux*) ! case $CC in ! icc|ecc) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! ;; ! ccc) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # All Alpha code is PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! esac ! ;; ! osf3* | osf4* | osf5*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # All OSF/1 code is PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! sco3.2v5*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' ! ;; ! solaris*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sunos4*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sysv4*MP*) ! if test -d /usr/nec ;then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! fi ! ;; ! uts4*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! ;; ! esac ! fi ! ]) ! AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) ! # ! # Check to make sure the PIC flag actually works. ! # ! if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then ! AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], ! _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), ! [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], ! [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in ! "" | " "*) ;; ! *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; ! esac], ! [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) ! fi ! case "$host_os" in ! # For platforms which do not support PIC, -DPIC is meaningless: ! *djgpp*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ! ;; ! esac ! ]) ! # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) ! # ------------------------------------ ! # See if the linker supports building shared libraries. ! AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], ! [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ! ifelse([$1],[CXX],[ ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! case $host_os in ! aix4* | aix5*) ! # If we're using GNU nm, then we don't want the "-C" option. ! # -C means demangle to AIX nm, but means don't demangle with GNU nm ! if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! else ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! fi ! ;; ! pw32*) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ! ;; ! cygwin* | mingw*) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ! ;; ! *) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! ;; ! esac ! ],[ ! runpath_var= ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ! _LT_AC_TAGVAR(archive_cmds, $1)= ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)= ! _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= ! _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ! _LT_AC_TAGVAR(hardcode_automatic, $1)=no ! _LT_AC_TAGVAR(module_cmds, $1)= ! _LT_AC_TAGVAR(module_expsym_cmds, $1)= ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! # include_expsyms should be a list of space-separated symbols to be *always* ! # included in the symbol list ! _LT_AC_TAGVAR(include_expsyms, $1)= ! # exclude_expsyms can be an extended regexp of symbols to exclude ! # it will be wrapped by ` (' and `)$', so one must not match beginning or ! # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', ! # as well as any symbol that contains `d'. ! _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" ! # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out ! # platforms (ab)use it in PIC code, but their linkers get confused if ! # the symbol is explicitly referenced. Since portable code cannot ! # rely on this symbol name, it's probably fine to never include it in ! # preloaded symbol tables. ! extract_expsyms_cmds= ! case $host_os in ! cygwin* | mingw* | pw32*) ! # FIXME: the MSVC++ port hasn't been tested in a loooong time ! # When not using gcc, we currently assume that we are using ! # Microsoft Visual C++. ! if test "$GCC" != yes; then ! with_gnu_ld=no ! fi ! ;; ! openbsd*) ! with_gnu_ld=no ! ;; ! esac ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! if test "$with_gnu_ld" = yes; then ! # If archive_cmds runs LD, not CC, wlarc should be empty ! wlarc='${wl}' ! # See if GNU ld supports shared libraries. ! case $host_os in ! aix3* | aix4* | aix5*) ! # On AIX/PPC, the GNU linker is very broken ! if test "$host_cpu" != ia64; then ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! cat <&2 ! *** Warning: the GNU linker, at least up to release 2.9.1, is reported ! *** to be unable to reliably create shared libraries on AIX. ! *** Therefore, libtool is disabling shared libraries support. If you ! *** really care for shared libraries, you may want to modify your PATH ! *** so that a non-GNU linker is found, and then restart. ! EOF ! fi ! ;; - amigaos*) - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! # Samuel A. Falvo II reports ! # that the semantics of dynamic libraries on AmigaOS, at least up ! # to version 4, is to share data among multiple programs linked ! # with the same dynamic library. Since this doesn't match the ! # behavior of shared libraries on other platforms, we can't use ! # them. ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! beos*) ! if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! # Joseph Beckenbach says some releases of gcc ! # support --undefined. This deserves some investigation. FIXME ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! cygwin* | mingw* | pw32*) ! # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, ! # as there is no search path for DLLs. ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ! if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! # If the export-symbols file already is a .def file (1st line ! # is EXPORTS), use it as is; otherwise, prepend... ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ! cp $export_symbols $output_objdir/$soname.def; ! else ! echo EXPORTS > $output_objdir/$soname.def; ! cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} ! $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! else ! ld_shlibs=no ! fi ! ;; ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' ! wlarc= ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! fi ! ;; ! solaris* | sysv5*) ! if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! cat <&2 ! *** Warning: The releases 2.8.* of the GNU linker cannot reliably ! *** create shared libraries on Solaris systems. Therefore, libtool ! *** is disabling shared libraries support. We urge you to upgrade GNU ! *** binutils to release 2.9.1 or newer. Another option is to modify ! *** your PATH or compiler configuration so that the native linker is ! *** used, and then restart. ! EOF ! elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! sunos4*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' ! wlarc= ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! *) ! if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac ! if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then ! runpath_var=LD_RUN_PATH ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ! # ancient GNU ld didn't support --whole-archive et. al. ! if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' ! else ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! fi ! fi ! else ! # PORTME fill in a description of your system's linker (not GNU ld) ! case $host_os in ! aix3*) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname' ! # Note: this linker hardcodes the directories in LIBPATH if there ! # are no directories specified by -L. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! if test "$GCC" = yes && test -z "$link_static_flag"; then ! # Neither direct hardcoding nor static linking is supported with a ! # broken collect2. ! _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ! fi ! ;; ! aix4* | aix5*) ! if test "$host_cpu" = ia64; then ! # On IA64, the linker does run time linking by default, so we don't ! # have to do anything special. ! aix_use_runtimelinking=no ! exp_sym_flag='-Bexport' ! no_entry_flag="" ! else ! # If we're using GNU nm, then we don't want the "-C" option. ! # -C means demangle to AIX nm, but means don't demangle with GNU nm ! if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! else ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! fi ! aix_use_runtimelinking=no ! # Test if we are trying to use run time linking or normal ! # AIX style linking. If -brtl is somewhere in LDFLAGS, we ! # need to do runtime linking. ! case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) ! for ld_flag in $LDFLAGS; do ! if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then ! aix_use_runtimelinking=yes ! break ! fi ! done ! esac ! exp_sym_flag='-bexport' ! no_entry_flag='-bnoentry' ! fi ! # When large executables or shared objects are built, AIX ld can ! # have problems creating the table of contents. If linking a library ! # or program results in "error TOC overflow" add -mminimal-toc to ! # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ! # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. ! _LT_AC_TAGVAR(archive_cmds, $1)='' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! if test "$GCC" = yes; then ! case $host_os in aix4.[012]|aix4.[012].*) ! # We only want to do this on AIX 4.2 and lower, the check ! # below for broken collect2 doesn't work under 4.3+ ! collect2name=`${CC} -print-prog-name=collect2` ! if test -f "$collect2name" && \ ! strings "$collect2name" | grep resolve_lib_name >/dev/null ! then ! # We have reworked collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! else ! # We have old collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ! # It fails to find uninstalled libraries when the uninstalled ! # path is not listed in the libpath. Setting hardcode_minus_L ! # to unsupported forces relinking ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! fi ! esac ! shared_flag='-shared' ! else ! # not using gcc ! if test "$host_cpu" = ia64; then ! # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ! # chokes on -Wl,-G. The following line is correct: ! shared_flag='-G' ! else ! if test "$aix_use_runtimelinking" = yes; then ! shared_flag='${wl}-G' ! else ! shared_flag='${wl}-bM:SRE' ! fi ! fi ! fi ! # It seems that -bexpall does not export symbols beginning with ! # underscore (_), so it is better to generate a list of symbols to export. ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! if test "$aix_use_runtimelinking" = yes; then ! # Warning - without using the other runtime loading flags (-brtl), ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" ! else ! if test "$host_cpu" = ia64; then ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" ! else ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! # Warning - without using the other run time loading flags, ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' ! # -bexpall does not export symbols beginning with underscore (_) ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! # Exported symbols can be pulled into shared objects from archives ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! # This is similar to how AIX traditionally builds it's shared libraries. ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' ! fi ! fi ! ;; ! amigaos*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! # see comment about different semantics on the GNU ld section ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! bsdi4*) ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ! ;; - cygwin* | mingw* | pw32*) - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' - fix_srcfile_path='`cygpath -w "$srcfile"`' - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; ! darwin* | rhapsody*) ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! case "$host_os" in ! rhapsody* | darwin1.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' ! ;; ! darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[[012]]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; ! esac ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. Also zsh mangles ! # `"' quotes if we put them in here... so don't! ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! fi ! ;; ! dgux*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! freebsd1*) ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor ! # support. Future versions do this automatically, but an explicit c++rt0.o ! # does not break anything, and helps significantly (at the cost of a little ! # extra space). ! freebsd2.2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! # Unfortunately, older versions of FreeBSD 2 do not have this feature. ! freebsd2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; - hpux9*) - if test "$GCC" = yes; then - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - else - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - fi - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! ;; ! hpux10* | hpux11*) ! if test "$GCC" = yes -a "$with_gnu_ld" = no; then ! case "$host_cpu" in ! hppa*64*|ia64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ! ;; ! esac ! else ! case "$host_cpu" in ! hppa*64*|ia64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ! ;; ! esac ! fi ! if test "$with_gnu_ld" = no; then ! case "$host_cpu" in ! hppa*64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! ia64*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! ;; ! *) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! ;; ! esac ! fi ! ;; ! irix5* | irix6* | nonstopux*) ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! ;; ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! newsos6) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! openbsd*) ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! else ! case $host_os in ! openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ! ;; ! esac ! fi ! ;; ! os2*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' ! _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ! ;; ! osf3*) ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! osf4* | osf5*) # as osf3* with the addition of -msym flag ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_} ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib${_S_}$rm $lib.exp' ! # Both c and cxx compiler support -rpath directly ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! sco3.2v5*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' ! runpath_var=LD_RUN_PATH ! hardcode_runpath_var=yes ! ;; ! solaris*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! case $host_os in ! solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; ! *) # Supported since Solaris 2.6 (maybe 2.5.1?) ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; ! esac ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! ;; ! sunos4*) ! if test "x$host_vendor" = xsequent; then ! # Use $CC to link under sequent, because it throws in some extra .o ! # files that make .init and .fini sections work. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! sysv4) ! case $host_vendor in ! sni) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ! ;; ! siemens) ! ## LD is ld it makes a PLAMLIB ! ## CC just makes a GrossModule. ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! ;; ! motorola) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ! ;; ! esac ! runpath_var='LD_RUN_PATH' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! sysv4.3*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ! ;; ! sysv4*MP*) ! if test -d /usr/nec; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! runpath_var=LD_RUN_PATH ! hardcode_runpath_var=yes ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! fi ! ;; ! sysv4.2uw2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! hardcode_runpath_var=yes ! runpath_var=LD_RUN_PATH ! ;; ! sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! fi ! runpath_var='LD_RUN_PATH' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! sysv5*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ! # $CC -shared without GNU ld will not create a library from C++ ! # object files and a static libstdc++, better avoid it by now ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! runpath_var='LD_RUN_PATH' ! ;; ! uts4*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! *) ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! fi ! ]) ! AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ! test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no ! variables_saved_for_relink="PATH $shlibpath_var $runpath_var" ! if test "$GCC" = yes; then ! variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi ! # ! # Do we need to explicitly link libc? ! # ! case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in ! x|xyes) ! # Assume -lc should be added ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! if test "$enable_shared" = yes && test "$GCC" = yes; then ! case $_LT_AC_TAGVAR(archive_cmds, $1) in ! *"$_S_"*) ! # FIXME: we may have to deal with multi-command sequences. ! ;; ! '$CC '*) ! # Test whether the compiler implicitly links with -lc since on some ! # systems, -lgcc has to come before -lc. If gcc already passes -lc ! # to ld, don't add -lc before -lgcc. ! AC_MSG_CHECKING([whether -lc should be explicitly linked in]) ! $rm conftest* ! printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! ! if AC_TRY_EVAL(ac_compile) 2>conftest.err; then ! soname=conftest ! lib=conftest ! libobjs=conftest.$ac_objext ! deplibs= ! wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ! compiler_flags=-v ! linker_flags=-v ! verstring= ! output_objdir=. ! libname=conftest ! lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) ! then ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! else ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! fi ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag ! else ! cat conftest.err 1>&5 ! fi ! $rm conftest* ! AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) ! ;; ! esac ! fi ! ;; ! esac ! ])# AC_LIBTOOL_PROG_LD_SHLIBS ! # _LT_AC_FILE_LTDLL_C ! # ------------------- ! # Be careful that the start marker always follows a newline. ! AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ ! # /* ltdll.c starts here */ ! # #define WIN32_LEAN_AND_MEAN ! # #include ! # #undef WIN32_LEAN_AND_MEAN ! # #include ! # ! # #ifndef __CYGWIN__ ! # # ifdef __CYGWIN32__ ! # # define __CYGWIN__ __CYGWIN32__ ! # # endif ! # #endif ! # ! # #ifdef __cplusplus ! # extern "C" { ! # #endif ! # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); ! # #ifdef __cplusplus ! # } ! # #endif ! # ! # #ifdef __CYGWIN__ ! # #include ! # DECLARE_CYGWIN_DLL( DllMain ); ! # #endif ! # HINSTANCE __hDllInstance_base; ! # ! # BOOL APIENTRY ! # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) ! # { ! # __hDllInstance_base = hInst; ! # return TRUE; ! # } ! # /* ltdll.c ends here */ ! ])# _LT_AC_FILE_LTDLL_C ! # _LT_AC_TAGVAR(VARNAME, [TAGNAME]) ! # --------------------------------- ! AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) ! # old names ! AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) ! AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) ! AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) ! AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) ! AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) ! AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) ! AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) ! # This is just to silence aclocal about the macro not being used ! ifelse([AC_DISABLE_FAST_INSTALL]) ! AC_DEFUN([LT_AC_PROG_GCJ], ! [AC_CHECK_TOOL(GCJ, gcj, no) ! test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" ! AC_SUBST(GCJFLAGS) ! ]) ! AC_DEFUN([LT_AC_PROG_RC], ! [AC_CHECK_TOOL(RC, windres, no) ! ]) ! # NOTE: This macro has been submitted for inclusion into # ! # GNU Autoconf as AC_PROG_SED. When it is available in # ! # a released version of Autoconf we should remove this # ! # macro and use it instead. # ! # LT_AC_PROG_SED ! # -------------- ! # Check for a fully-functional sed program, that truncates ! # as few characters as possible. Prefer GNU sed if found. ! AC_DEFUN([LT_AC_PROG_SED], ! [AC_MSG_CHECKING([for a sed that does not truncate output]) ! AC_CACHE_VAL(lt_cv_path_SED, ! [# Loop through the user's path and test for sed and gsed. ! # Then use that list of sed's as ones to test for truncation. ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for lt_ac_prog in sed gsed; do ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then ! lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" ! fi done ! done ! done ! lt_ac_max=0 ! lt_ac_count=0 ! # Add /usr/xpg4/bin/sed as it is typically found on Solaris ! # along with /bin/sed that truncates output. ! for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do ! test ! -f $lt_ac_sed && break ! cat /dev/null > conftest.in ! lt_ac_count=0 ! echo $ECHO_N "0123456789$ECHO_C" >conftest.in ! # Check for GNU sed and select it if it is found. ! if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then ! lt_cv_path_SED=$lt_ac_sed ! break fi - while true; do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo >>conftest.nl - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break - cmp -s conftest.out conftest.nl || break - # 10000 chars as input seems more than enough - test $lt_ac_count -gt 10 && break - lt_ac_count=`expr $lt_ac_count + 1` - if test $lt_ac_count -gt $lt_ac_max; then - lt_ac_max=$lt_ac_count - lt_cv_path_SED=$lt_ac_sed - fi - done done ! SED=$lt_cv_path_SED ! ]) ! AC_MSG_RESULT([$SED]) ! ]) --- 3726,7016 ---- test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) + test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_AC_TAGVAR(GCC, $1)="$G77" + _LT_AC_TAGVAR(LD, $1)="$LD" + + AC_LIBTOOL_PROG_COMPILER_PIC($1) + AC_LIBTOOL_PROG_CC_C_O($1) + AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) + AC_LIBTOOL_PROG_LD_SHLIBS($1) + AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) + AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) + AC_LIBTOOL_SYS_LIB_STRIP + + AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ! ])# AC_LIBTOOL_LANG_F77_CONFIG ! # AC_LIBTOOL_LANG_GCJ_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) ! AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], ! [AC_LANG_SAVE ! # Source file extension for Java test sources. ! ac_ext=java ! # Object file extension for compiled Java test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests ! lt_simple_compile_test_code="class foo {}\n" # Code to be used in simple link tests ! lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # Allow CC to be a program name with arguments. ! lt_save_CC="$CC" ! CC=${GCJ-"gcj"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC ! # GCJ did not exist at the time GCC didn't implicitly link libc in. ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) ! AC_LIBTOOL_PROG_COMPILER_PIC($1) ! AC_LIBTOOL_PROG_CC_C_O($1) ! AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ! AC_LIBTOOL_PROG_LD_SHLIBS($1) ! AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ! AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ! AC_LIBTOOL_SYS_LIB_STRIP ! AC_LIBTOOL_DLOPEN_SELF($1) ! AC_LIBTOOL_CONFIG($1) ! AC_LANG_RESTORE ! CC="$lt_save_CC" ! ])# AC_LIBTOOL_LANG_GCJ_CONFIG ! # AC_LIBTOOL_LANG_RC_CONFIG ! # -------------------------- ! # Ensure that the configuration vars for the Windows resource compiler are ! # suitably defined. Those variables are subsequently used by ! # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ! AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) ! AC_DEFUN([_LT_AC_LANG_RC_CONFIG], ! [AC_LANG_SAVE ! # Source file extension for RC test sources. ! ac_ext=rc ! # Object file extension for compiled RC test sources. ! objext=o ! _LT_AC_TAGVAR(objext, $1)=$objext ! # Code to be used in simple compile tests ! lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' ! # Code to be used in simple link tests ! lt_simple_link_test_code="$lt_simple_compile_test_code" ! # ltmain only uses $CC for tagged configurations so make sure $CC is set. ! _LT_AC_SYS_COMPILER ! # Allow CC to be a program name with arguments. ! lt_save_CC="$CC" ! CC=${RC-"windres"} ! compiler=$CC ! _LT_AC_TAGVAR(compiler, $1)=$CC ! _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes ! AC_LIBTOOL_CONFIG($1) ! AC_LANG_RESTORE ! CC="$lt_save_CC" ! ])# AC_LIBTOOL_LANG_RC_CONFIG ! # AC_LIBTOOL_CONFIG([TAGNAME]) ! # ---------------------------- ! # If TAGNAME is not passed, then create an initial libtool script ! # with a default configuration from the untagged config vars. Otherwise ! # add code to config.status for appending the configuration named by ! # TAGNAME from the matching tagged config vars. ! AC_DEFUN([AC_LIBTOOL_CONFIG], ! [# The else clause should only fire when bootstrapping the ! # libtool distribution, otherwise you forgot to ship ltmain.sh ! # with your package, and you will get complaints that there are ! # no rules to generate ltmain.sh. ! if test -f "$ltmain"; then ! # See if we are running on zsh, and set the options which allow our commands through ! # without removal of \ escapes. ! if test -n "${ZSH_VERSION+set}" ; then ! setopt NO_GLOB_SUBST ! fi ! # Now quote all the things that may contain metacharacters while being ! # careful not to overquote the AC_SUBSTed values. We take copies of the ! # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ ! SED SHELL STRIP \ ! libname_spec library_names_spec soname_spec extract_expsyms_cmds \ ! old_striplib striplib file_magic_cmd finish_cmds finish_eval \ ! deplibs_check_method reload_flag reload_cmds need_locks \ ! lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ ! lt_cv_sys_global_symbol_to_c_name_address \ ! sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ ! old_postinstall_cmds old_postuninstall_cmds \ ! _LT_AC_TAGVAR(compiler, $1) \ ! _LT_AC_TAGVAR(CC, $1) \ ! _LT_AC_TAGVAR(LD, $1) \ ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ ! _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ ! _LT_AC_TAGVAR(old_archive_cmds, $1) \ ! _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ ! _LT_AC_TAGVAR(predep_objects, $1) \ ! _LT_AC_TAGVAR(postdep_objects, $1) \ ! _LT_AC_TAGVAR(predeps, $1) \ ! _LT_AC_TAGVAR(postdeps, $1) \ ! _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ ! _LT_AC_TAGVAR(archive_cmds, $1) \ ! _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ ! _LT_AC_TAGVAR(postinstall_cmds, $1) \ ! _LT_AC_TAGVAR(postuninstall_cmds, $1) \ ! _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ ! _LT_AC_TAGVAR(allow_undefined_flag, $1) \ ! _LT_AC_TAGVAR(no_undefined_flag, $1) \ ! _LT_AC_TAGVAR(export_symbols_cmds, $1) \ ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ ! _LT_AC_TAGVAR(hardcode_automatic, $1) \ ! _LT_AC_TAGVAR(module_cmds, $1) \ ! _LT_AC_TAGVAR(module_expsym_cmds, $1) \ ! _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ ! _LT_AC_TAGVAR(exclude_expsyms, $1) \ ! _LT_AC_TAGVAR(include_expsyms, $1); do ! case $var in ! _LT_AC_TAGVAR(old_archive_cmds, $1) | \ ! _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ ! _LT_AC_TAGVAR(archive_cmds, $1) | \ ! _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ ! _LT_AC_TAGVAR(module_cmds, $1) | \ ! _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ ! _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ ! _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ ! extract_expsyms_cmds | reload_cmds | finish_cmds | \ ! postinstall_cmds | postuninstall_cmds | \ ! old_postinstall_cmds | old_postuninstall_cmds | \ ! sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) ! # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ! ;; ! *) ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ! ;; ! esac ! done ! case $lt_echo in ! *'\[$]0 --fallback-echo"') ! lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` ;; + esac ! ifelse([$1], [], ! [cfgfile="${ofile}T" ! trap "$rm \"$cfgfile\"; exit 1" 1 2 15 ! $rm -f "$cfgfile" ! AC_MSG_NOTICE([creating $ofile])], ! [cfgfile="$ofile"]) ! cat <<__EOF__ >> "$cfgfile" ! ifelse([$1], [], ! [#! $SHELL ! # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. ! # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ! # NOTE: Changes made to this file will be lost: look at ltmain.sh. ! # ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ! # Free Software Foundation, Inc. ! # ! # This file is part of GNU Libtool: ! # Originally by Gordon Matzigkeit , 1996 ! # ! # 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 of the License, 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. ! # ! # As a special exception to the GNU General Public License, if you ! # distribute this file as part of a program that contains a ! # configuration script generated by Autoconf, you may include it under ! # the same distribution terms that you use for the rest of that program. ! # A sed program that does not truncate output. ! SED=$lt_SED ! # Sed that helps us avoid accidentally triggering echo(1) options like -n. ! Xsed="$SED -e s/^X//" ! # The HP-UX ksh and POSIX shell print the target directory to stdout ! # if CDPATH is set. ! (unset CDPATH) >/dev/null 2>&1 && unset CDPATH ! # The names of the tagged configurations supported by this script. ! available_tags= ! # ### BEGIN LIBTOOL CONFIG], ! [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) ! # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: ! # Shell to use when invoking shell scripts. ! SHELL=$lt_SHELL ! # Whether or not to build shared libraries. ! build_libtool_libs=$enable_shared ! # Whether or not to build static libraries. ! build_old_libs=$enable_static ! # Whether or not to add -lc for building shared libraries. ! build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) ! # Whether or not to disallow shared libs when runtime libs are static ! allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) ! # Whether or not to optimize for fast installation. ! fast_install=$enable_fast_install ! # The host system. ! host_alias=$host_alias ! host=$host ! # An echo program that does not interpret backslashes. ! echo=$lt_echo ! # The archiver. ! AR=$lt_AR ! AR_FLAGS=$lt_AR_FLAGS ! # A C compiler. ! LTCC=$lt_LTCC ! # A language-specific compiler. ! CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) ! # Is the compiler the GNU C compiler? ! with_gcc=$_LT_AC_TAGVAR(GCC, $1) ! # An ERE matcher. ! EGREP=$lt_EGREP ! # The linker used to build libraries. ! LD=$lt_[]_LT_AC_TAGVAR(LD, $1) ! # Whether we need hard or soft links. ! LN_S=$lt_LN_S ! # A BSD-compatible nm program. ! NM=$lt_NM ! # A symbol stripping program ! STRIP=$lt_STRIP ! # Used to examine libraries when file_magic_cmd begins "file" ! MAGIC_CMD=$MAGIC_CMD ! # Used on cygwin: DLL creation program. ! DLLTOOL="$DLLTOOL" ! # Used on cygwin: object dumper. ! OBJDUMP="$OBJDUMP" ! # Used on cygwin: assembler. ! AS="$AS" ! # The name of the directory that contains temporary libtool files. ! objdir=$objdir ! # How to create reloadable object files. ! reload_flag=$lt_reload_flag ! reload_cmds=$lt_reload_cmds ! # How to pass a linker flag through the compiler. ! wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ! # Object file suffix (normally "o"). ! objext="$ac_objext" ! # Old archive suffix (normally "a"). ! libext="$libext" ! # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' ! # Executable file suffix (normally ""). ! exeext="$exeext" ! # Additional compiler flags for building library objects. ! pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) ! pic_mode=$pic_mode ! # What is the maximum length of a command? ! max_cmd_len=$lt_cv_sys_max_cmd_len ! # Does compiler simultaneously support -c and -o options? ! compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) ! # Must we lock files when doing compilation ? ! need_locks=$lt_need_locks ! # Do we need the lib prefix for modules? ! need_lib_prefix=$need_lib_prefix ! # Do we need a version for libraries? ! need_version=$need_version ! # Whether dlopen is supported. ! dlopen_support=$enable_dlopen ! # Whether dlopen of programs is supported. ! dlopen_self=$enable_dlopen_self ! # Whether dlopen of statically linked programs is supported. ! dlopen_self_static=$enable_dlopen_self_static ! # Compiler flag to prevent dynamic linking. ! link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) ! # Compiler flag to turn off builtin functions. ! no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) ! # Compiler flag to allow reflexive dlopens. ! export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) ! # Compiler flag to generate shared objects directly from archives. ! whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) ! # Compiler flag to generate thread-safe objects. ! thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) ! # Library versioning type. ! version_type=$version_type ! # Format of library name prefix. ! libname_spec=$lt_libname_spec ! # List of archive names. First name is the real one, the rest are links. ! # The last name is the one that the linker finds with -lNAME. ! library_names_spec=$lt_library_names_spec ! # The coded name of the library, if different from the real name. ! soname_spec=$lt_soname_spec ! # Commands used to build and install an old-style archive. ! RANLIB=$lt_RANLIB ! old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) ! old_postinstall_cmds=$lt_old_postinstall_cmds ! old_postuninstall_cmds=$lt_old_postuninstall_cmds ! # Create an old-style archive from a shared archive. ! old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) ! # Create a temporary old-style archive to link instead of a shared archive. ! old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) ! # Commands used to build and install a shared archive. ! archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) ! archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) ! postinstall_cmds=$lt_postinstall_cmds ! postuninstall_cmds=$lt_postuninstall_cmds ! # Commands used to build a loadable module (assumed same as above if empty) ! module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) ! module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) ! # Commands to strip libraries. ! old_striplib=$lt_old_striplib ! striplib=$lt_striplib ! # Dependencies to place before the objects being linked to create a ! # shared library. ! predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) ! # Dependencies to place after the objects being linked to create a ! # shared library. ! postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) ! # Dependencies to place before the objects being linked to create a ! # shared library. ! predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) ! # Dependencies to place after the objects being linked to create a ! # shared library. ! postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) ! # The library search path used internally by the compiler when linking ! # a shared library. ! compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) ! # Method to check whether dependent libraries are shared objects. ! deplibs_check_method=$lt_deplibs_check_method ! # Command to use when deplibs_check_method == file_magic. ! file_magic_cmd=$lt_file_magic_cmd ! # Flag that allows shared libraries with undefined symbols to be built. ! allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) ! # Flag that forces no undefined symbols. ! no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) ! # Commands used to finish a libtool library installation in a directory. ! finish_cmds=$lt_finish_cmds + # Same as above, but a single script fragment to be evaled but not shown. + finish_eval=$lt_finish_eval ! # Take the output of nm and produce a listing of raw symbols and C names. ! global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe ! # Transform the output of nm in a proper C declaration ! global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl ! # Transform the output of nm in a C name address pair ! global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address ! # This is the shared library runtime path variable. ! runpath_var=$runpath_var ! # This is the shared library path variable. ! shlibpath_var=$shlibpath_var ! # Is shlibpath searched before the hard-coded library search path? ! shlibpath_overrides_runpath=$shlibpath_overrides_runpath ! # How to hardcode a shared library path into an executable. ! hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) ! # Whether we should hardcode library paths into libraries. ! hardcode_into_libs=$hardcode_into_libs ! # Flag to hardcode \$libdir into a binary during linking. ! # This must work even if \$libdir does not exist. ! hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) ! # If ld is used when linking, flag to hardcode \$libdir into ! # a binary during linking. This must work even if \$libdir does ! # not exist. ! hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) ! # Whether we need a single -rpath flag with a separated argument. ! hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) + # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the + # resulting binary. + hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) ! # Set to yes if using the -LDIR flag during linking hardcodes DIR into the ! # resulting binary. ! hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) ! # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into ! # the resulting binary. ! hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) ! # Set to yes if building a shared library automatically hardcodes DIR into the library ! # and all subsequent libraries and executables linked against it. ! hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) ! # Variables whose values should be saved in libtool wrapper scripts and ! # restored at relink time. ! variables_saved_for_relink="$variables_saved_for_relink" ! # Whether libtool must link a program against all its dependency libraries. ! link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) + # Compile-time system search path for libraries + sys_lib_search_path_spec=$lt_sys_lib_search_path_spec ! # Run-time system search path for libraries ! sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec ! # Fix the shell variable \$srcfile for the compiler. ! fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" ! # Set to yes if exported symbols are required. ! always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) ! # The commands to list exported symbols. ! export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) ! # The commands to extract the exported symbol list from a shared archive. ! extract_expsyms_cmds=$lt_extract_expsyms_cmds ! # Symbols that should not be listed in the preloaded symbols. ! exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) ! # Symbols that must always be exported. ! include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) ! ifelse([$1],[], ! [# ### END LIBTOOL CONFIG], ! [# ### END LIBTOOL TAG CONFIG: $tagname]) ! __EOF__ ! ifelse([$1],[], [ ! case $host_os in ! aix3*) ! cat <<\EOF >> "$cfgfile" ! # 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 ! EOF ! ;; ! esac ! # We use sed instead of cat because bash on DJGPP gets confused if ! # if finds mixed CR/LF and LF-only lines. Since sed operates in ! # text mode, it properly converts lines to CR/LF. This bash problem ! # is reportedly fixed, but why not run on old versions too? ! sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) ! mv -f "$cfgfile" "$ofile" || \ ! (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") ! chmod +x "$ofile" ! ]) ! else ! # If there is no Makefile yet, we rely on a make rule to execute ! # `config.status --recheck' to rerun these tests and create the ! # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi ! fi ! ])# AC_LIBTOOL_CONFIG ! # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) ! # ------------------------------------------- ! AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], ! [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ! AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], ! lt_cv_prog_compiler_rtti_exceptions, ! [-fno-rtti -fno-exceptions], [], ! [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) ! fi ! ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI ! # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ! # --------------------------------- ! AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], ! [AC_REQUIRE([AC_CANONICAL_HOST]) ! AC_REQUIRE([AC_PROG_NM]) ! AC_REQUIRE([AC_OBJEXT]) ! # Check for command to grab the raw symbol name followed by C symbol from nm. ! AC_MSG_CHECKING([command to parse $NM output from $compiler object]) ! AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], ! [ ! # These are sane defaults that work on at least a few old systems. ! # [They come from Ultrix. What could be older than Ultrix?!! ;)] ! # Character class describing NM global symbol codes. ! symcode='[[BCDEGRST]]' ! # Regexp to match symbols that can be accessed directly from C. ! sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' ! # Transform the above into a raw symbol and a C symbol. ! symxfrm='\1 \2\3 \3' ! # Transform an extracted symbol line into a proper C declaration ! lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" ! # Transform an extracted symbol line into symbol name and symbol address ! lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ! # Define system-specific variables. ! case $host_os in ! aix*) ! symcode='[[BCDT]]' ! ;; ! cygwin* | mingw* | pw32*) ! symcode='[[ABCDGISTW]]' ! ;; ! hpux*) # Its linker distinguishes data from code symbols ! if test "$host_cpu" = ia64; then ! symcode='[[ABCDEGRST]]' ! fi ! lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" ! lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ! ;; ! linux*) ! if test "$host_cpu" = ia64; then ! symcode='[[ABCDGIRSTW]]' ! lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" ! lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ! fi ! ;; ! irix* | nonstopux*) ! symcode='[[BCDEGRST]]' ! ;; ! osf*) ! symcode='[[BCDEGQRST]]' ! ;; ! solaris* | sysv5*) ! symcode='[[BDRT]]' ! ;; ! sysv4) ! symcode='[[DFNSTU]]' ! ;; ! esac ! # Handle CRLF in mingw tool chain ! opt_cr= ! case $build_os in ! mingw*) ! opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ! ;; ! esac ! # If we're using GNU nm, then use its standard symbol codes. ! case `$NM -V 2>&1` in ! *GNU* | *'with BFD'*) ! symcode='[[ABCDGIRSTW]]' ;; ! esac ! # Try without a prefix undercore, then with it. ! for ac_symprfx in "" "_"; do ! # Write the raw and C identifiers. ! lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" ! # Check to see that the pipe works correctly. ! pipe_works=no ! rm -f conftest* ! cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then ! # Try sorting and uniquifying the output. ! if sort "$nlist" | uniq > "$nlist"T; then ! mv -f "$nlist"T "$nlist" ! else ! rm -f "$nlist"T ! fi ! # Make sure that we snagged all the symbols we need. ! if grep ' nm_test_var$' "$nlist" >/dev/null; then ! if grep ' nm_test_func$' "$nlist" >/dev/null; then ! cat < conftest.$ac_ext ! #ifdef __cplusplus ! extern "C" { ! #endif ! EOF ! # Now generate the symbol file. ! eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' ! cat <> conftest.$ac_ext ! #if defined (__STDC__) && __STDC__ ! # define lt_ptr_t void * ! #else ! # define lt_ptr_t char * ! # define const ! #endif ! /* The mapping between symbol names and symbols. */ ! const struct { ! const char *name; ! lt_ptr_t address; ! } ! lt_preloaded_symbols[[]] = ! { ! EOF ! $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext ! cat <<\EOF >> conftest.$ac_ext ! {0, (lt_ptr_t) 0} ! }; ! #ifdef __cplusplus ! } ! #endif ! EOF ! # Now try linking the two files. ! mv conftest.$ac_objext conftstm.$ac_objext ! lt_save_LIBS="$LIBS" ! lt_save_CFLAGS="$CFLAGS" ! LIBS="conftstm.$ac_objext" ! CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" ! if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then ! pipe_works=yes ! fi ! LIBS="$lt_save_LIBS" ! CFLAGS="$lt_save_CFLAGS" ! else ! echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD ! fi ! else ! echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD ! fi ! else ! echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD ! fi ! else ! echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD ! cat conftest.$ac_ext >&5 ! fi ! rm -f conftest* conftst* ! # Do not use the global_symbol_pipe unless it works. ! if test "$pipe_works" = yes; then ! break ! else ! lt_cv_sys_global_symbol_pipe= ! fi ! done ! ]) ! if test -z "$lt_cv_sys_global_symbol_pipe"; then ! lt_cv_sys_global_symbol_to_cdecl= ! fi ! if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then ! AC_MSG_RESULT(failed) ! else ! AC_MSG_RESULT(ok) ! fi ! ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ! # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) ! # --------------------------------------- ! AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], ! [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)= ! AC_MSG_CHECKING([for $compiler option to produce PIC]) ! ifelse([$1],[CXX],[ ! # C++ specific cases for pic, static, wl, etc. ! if test "$GXX" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! case $host_os in ! aix*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! fi ! ;; ! amigaos*) ! # FIXME: we need at least 68020 code to build shared libraries, but ! # adding the `-m68020' flag to GCC prevents building anything better, ! # like `-m68040'. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ! ;; ! beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ! # PIC is the default for these OSes. ! ;; ! mingw* | os2* | pw32*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ! ;; ! darwin* | rhapsody*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ! ;; ! *djgpp*) ! # DJGPP does not support shared libraries at all ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! ;; ! sysv4*MP*) ! if test -d /usr/nec; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic ! fi ! ;; ! hpux*) ! # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ! # not for PA HP-UX. ! case "$host_cpu" in ! hppa*64*|ia64*) ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ! else ! case $host_os in ! aix4* | aix5*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! else ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' ! fi ! ;; ! chorus*) ! case $cc_basename in ! cxch68) ! # Green Hills C++ Compiler ! # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ! ;; ! esac ! ;; ! darwin*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! case "$cc_basename" in ! xlc*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! ;; ! esac ! ;; ! dgux*) ! case $cc_basename in ! ec++) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! ;; ! ghcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! *) ! ;; ! esac ! ;; ! freebsd* | kfreebsd*-gnu) ! # FreeBSD uses GNU C++ ! ;; ! hpux9* | hpux10* | hpux11*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ! if test "$host_cpu" != ia64; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ! fi ! ;; ! aCC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ! case "$host_cpu" in ! hppa*64*|ia64*) ! # +Z the default ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ! ;; ! esac ! ;; ! *) ! ;; ! esac ! ;; ! irix5* | irix6* | nonstopux*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! # CC pic flag -KPIC is the default. ! ;; ! *) ! ;; ! esac ! ;; ! linux*) ! case $cc_basename in ! KCC) ! # KAI C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! icpc) ! # Intel C++ ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! ;; ! cxx) ! # Compaq C++ ! # Make sure the PIC flag is empty. It appears that all Alpha ! # Linux and Compaq Tru64 Unix objects are PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! *) ! ;; ! esac ! ;; ! lynxos*) ! ;; ! m88k*) ! ;; ! mvs*) ! case $cc_basename in ! cxx) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ! ;; ! *) ! ;; ! esac ! ;; ! netbsd*) ! ;; ! osf3* | osf4* | osf5*) ! case $cc_basename in ! KCC) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ! ;; ! RCC) ! # Rational C++ 2.4.1 ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! cxx) ! # Digital/Compaq C++ ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # Make sure the PIC flag is empty. It appears that all Alpha ! # Linux and Compaq Tru64 Unix objects are PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! *) ! ;; ! esac ! ;; ! psos*) ! ;; ! sco*) ! case $cc_basename in ! CC) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! *) ! ;; ! esac ! ;; ! solaris*) ! case $cc_basename in ! CC) ! # Sun C++ 4.2, 5.x and Centerline C++ ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ! ;; ! gcx) ! # Green Hills C++ Compiler ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ! ;; ! *) ! ;; ! esac ! ;; ! sunos4*) ! case $cc_basename in ! CC) ! # Sun C++ 4.x ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! lcc) ! # Lucid ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! ;; ! *) ! ;; ! esac ! ;; ! tandem*) ! case $cc_basename in ! NCC) ! # NonStop-UX NCC 3.20 ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! ;; ! *) ! ;; ! esac ! ;; ! unixware*) ! ;; ! vxworks*) ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! ;; ! esac ! fi ! ], ! [ ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! case $host_os in ! aix*) ! # All AIX code is PIC. ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! fi ! ;; ! amigaos*) ! # FIXME: we need at least 68020 code to build shared libraries, but ! # adding the `-m68020' flag to GCC prevents building anything better, ! # like `-m68040'. ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ! ;; ! beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ! # PIC is the default for these OSes. ! ;; ! mingw* | pw32* | os2*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ! ;; ! darwin* | rhapsody*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ! ;; ! msdosdjgpp*) ! # Just because we use GCC doesn't mean we suddenly get shared libraries ! # on systems that don't support them. ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! enable_shared=no ! ;; ! sysv4*MP*) ! if test -d /usr/nec; then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic ! fi ! ;; ! hpux*) ! # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ! # not for PA HP-UX. ! case "$host_cpu" in ! hppa*64*|ia64*) ! # +Z the default ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ! ;; ! esac ! else ! # PORTME Check for flag to pass linker flags through the system compiler. ! case $host_os in ! aix*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! if test "$host_cpu" = ia64; then ! # AIX 5 now supports IA64 processor ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! else ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' ! fi ! ;; ! darwin*) ! # PIC is the default on this platform ! # Common symbols not allowed in MH_DYLIB files ! case "$cc_basename" in ! xlc*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! ;; ! esac ! ;; ! mingw* | pw32* | os2*) ! # This hack is so that the source file can tell whether it is being ! # built for inclusion in a dll (and should export symbols for example). ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ! ;; ! hpux9* | hpux10* | hpux11*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ! # not for PA HP-UX. ! case "$host_cpu" in ! hppa*64*|ia64*) ! # +Z the default ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ! ;; ! esac ! # Is there a better lt_prog_compiler_static that works with the bundled CC? ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ! ;; ! irix5* | irix6* | nonstopux*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # PIC (with -KPIC) is the default. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! newsos6) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! linux*) ! case $CC in ! icc* | ecc*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ! ;; ! ccc*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # All Alpha code is PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! esac ! ;; ! osf3* | osf4* | osf5*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! # All OSF/1 code is PIC. ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ! ;; ! sco3.2v5*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' ! ;; ! solaris*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sunos4*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ! _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! sysv4*MP*) ! if test -d /usr/nec ;then ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! fi ! ;; ! uts4*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ! _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ! ;; ! esac ! fi ! ]) ! AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) ! # ! # Check to make sure the PIC flag actually works. ! # ! if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then ! AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], ! _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), ! [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], ! [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in ! "" | " "*) ;; ! *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; ! esac], ! [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) ! fi ! case "$host_os" in ! # For platforms which do not support PIC, -DPIC is meaningless: ! *djgpp*) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ! ;; ! *) ! _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ! ;; ! esac ! ]) ! # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) ! # ------------------------------------ ! # See if the linker supports building shared libraries. ! AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], ! [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ! ifelse([$1],[CXX],[ ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! case $host_os in ! aix4* | aix5*) ! # If we're using GNU nm, then we don't want the "-C" option. ! # -C means demangle to AIX nm, but means don't demangle with GNU nm ! if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! else ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! fi ! ;; ! pw32*) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ! ;; ! cygwin* | mingw*) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ! ;; ! *) ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! ;; ! esac ! ],[ ! runpath_var= ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ! _LT_AC_TAGVAR(archive_cmds, $1)= ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)= ! _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= ! _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ! _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ! _LT_AC_TAGVAR(hardcode_automatic, $1)=no ! _LT_AC_TAGVAR(module_cmds, $1)= ! _LT_AC_TAGVAR(module_expsym_cmds, $1)= ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ! # include_expsyms should be a list of space-separated symbols to be *always* ! # included in the symbol list ! _LT_AC_TAGVAR(include_expsyms, $1)= ! # exclude_expsyms can be an extended regexp of symbols to exclude ! # it will be wrapped by ` (' and `)$', so one must not match beginning or ! # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', ! # as well as any symbol that contains `d'. ! _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" ! # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out ! # platforms (ab)use it in PIC code, but their linkers get confused if ! # the symbol is explicitly referenced. Since portable code cannot ! # rely on this symbol name, it's probably fine to never include it in ! # preloaded symbol tables. ! extract_expsyms_cmds= ! case $host_os in ! cygwin* | mingw* | pw32*) ! # FIXME: the MSVC++ port hasn't been tested in a loooong time ! # When not using gcc, we currently assume that we are using ! # Microsoft Visual C++. ! if test "$GCC" != yes; then ! with_gnu_ld=no ! fi ! ;; ! openbsd*) ! with_gnu_ld=no ! ;; ! esac ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! if test "$with_gnu_ld" = yes; then ! # If archive_cmds runs LD, not CC, wlarc should be empty ! wlarc='${wl}' ! # See if GNU ld supports shared libraries. ! case $host_os in ! aix3* | aix4* | aix5*) ! # On AIX/PPC, the GNU linker is very broken ! if test "$host_cpu" != ia64; then ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! cat <&2 ! *** Warning: the GNU linker, at least up to release 2.9.1, is reported ! *** to be unable to reliably create shared libraries on AIX. ! *** Therefore, libtool is disabling shared libraries support. If you ! *** really care for shared libraries, you may want to modify your PATH ! *** so that a non-GNU linker is found, and then restart. ! EOF ! fi ! ;; ! amigaos*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! # Samuel A. Falvo II reports ! # that the semantics of dynamic libraries on AmigaOS, at least up ! # to version 4, is to share data among multiple programs linked ! # with the same dynamic library. Since this doesn't match the ! # behavior of shared libraries on other platforms, we can't use ! # them. ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! beos*) ! if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! # Joseph Beckenbach says some releases of gcc ! # support --undefined. This deserves some investigation. FIXME ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! cygwin* | mingw* | pw32*) ! # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, ! # as there is no search path for DLLs. ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(always_export_symbols, $1)=no ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ! if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! # If the export-symbols file already is a .def file (1st line ! # is EXPORTS), use it as is; otherwise, prepend... ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ! cp $export_symbols $output_objdir/$soname.def; ! else ! echo EXPORTS > $output_objdir/$soname.def; ! cat $export_symbols >> $output_objdir/$soname.def; ! fi~ ! $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ! else ! ld_shlibs=no ! fi ! ;; ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' ! wlarc= ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! fi ! ;; ! solaris* | sysv5*) ! if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! cat <&2 ! *** Warning: The releases 2.8.* of the GNU linker cannot reliably ! *** create shared libraries on Solaris systems. Therefore, libtool ! *** is disabling shared libraries support. We urge you to upgrade GNU ! *** binutils to release 2.9.1 or newer. Another option is to modify ! *** your PATH or compiler configuration so that the native linker is ! *** used, and then restart. EOF ! elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! sunos4*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' ! wlarc= ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! linux*) ! if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" ! supports_anon_versioning=no ! case `$LD -v 2>/dev/null` in ! *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ! *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... ! *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... ! *\ 2.11.*) ;; # other 2.11 versions ! *) supports_anon_versioning=yes ;; ! esac ! if test $supports_anon_versioning = yes; then ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ ! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ ! $echo "local: *; };" >> $output_objdir/$libname.ver~ ! $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' ! else ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" ! fi ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! ! *) ! if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ! else ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! fi ! ;; ! esac + if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; ! aix4* | aix5*) ! if test "$host_cpu" = ia64; then ! # On IA64, the linker does run time linking by default, so we don't ! # have to do anything special. ! aix_use_runtimelinking=no ! exp_sym_flag='-Bexport' ! no_entry_flag="" ! else ! # If we're using GNU nm, then we don't want the "-C" option. ! # -C means demangle to AIX nm, but means don't demangle with GNU nm ! if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! else ! _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ! fi ! aix_use_runtimelinking=no ! # Test if we are trying to use run time linking or normal ! # AIX style linking. If -brtl is somewhere in LDFLAGS, we ! # need to do runtime linking. ! case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) ! for ld_flag in $LDFLAGS; do ! if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then ! aix_use_runtimelinking=yes ! break ! fi ! done ! esac ! exp_sym_flag='-bexport' ! no_entry_flag='-bnoentry' ! fi ! # When large executables or shared objects are built, AIX ld can ! # have problems creating the table of contents. If linking a library ! # or program results in "error TOC overflow" add -mminimal-toc to ! # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ! # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! if test "$GCC" = yes; then ! case $host_os in aix4.[012]|aix4.[012].*) ! # We only want to do this on AIX 4.2 and lower, the check ! # below for broken collect2 doesn't work under 4.3+ ! collect2name=`${CC} -print-prog-name=collect2` ! if test -f "$collect2name" && \ ! strings "$collect2name" | grep resolve_lib_name >/dev/null ! then ! # We have reworked collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! else ! # We have old collect2 ! _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ! # It fails to find uninstalled libraries when the uninstalled ! # path is not listed in the libpath. Setting hardcode_minus_L ! # to unsupported forces relinking ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ! fi ! esac ! shared_flag='-shared' ! else ! # not using gcc ! if test "$host_cpu" = ia64; then ! # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ! # chokes on -Wl,-G. The following line is correct: ! shared_flag='-G' ! else ! if test "$aix_use_runtimelinking" = yes; then ! shared_flag='${wl}-G' ! else ! shared_flag='${wl}-bM:SRE' ! fi ! fi ! fi ! # It seems that -bexpall does not export symbols beginning with ! # underscore (_), so it is better to generate a list of symbols to export. ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! if test "$aix_use_runtimelinking" = yes; then ! # Warning - without using the other runtime loading flags (-brtl), ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" ! else ! if test "$host_cpu" = ia64; then ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" ! else ! # Determine the default libpath from the value encoded in an empty executable. ! _LT_AC_SYS_LIBPATH_AIX ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ! # Warning - without using the other run time loading flags, ! # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' ! # -bexpall does not export symbols beginning with underscore (_) ! _LT_AC_TAGVAR(always_export_symbols, $1)=yes ! # Exported symbols can be pulled into shared objects from archives ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! # This is similar to how AIX traditionally builds it's shared libraries. ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' ! fi ! fi ! ;; ! amigaos*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! # see comment about different semantics on the GNU ld section ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! bsdi[[45]]*) ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ! ;; ! cygwin* | mingw* | pw32*) ! # When not using gcc, we currently assume that we are using ! # Microsoft Visual C++. ! # hardcode_libdir_flag_spec is actually meaningless, as there is ! # no search path for DLLs. ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! # Tell ltmain to make .lib files, not .a files. ! libext=lib ! # Tell ltmain to make .dll files, not .so files. ! shrext_cmds=".dll" ! # FIXME: Setting linknames here is a bad hack. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' ! # The linker will automatically build a .lib file if we build a DLL. ! _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' ! # FIXME: Should let the user specify the lib program. ! _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' ! fix_srcfile_path='`cygpath -w "$srcfile"`' ! _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ! ;; ! darwin* | rhapsody*) ! case "$host_os" in ! rhapsody* | darwin1.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[[012]]) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; ! esac ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! if test "$GCC" = yes ; then ! output_verbose_link_cmd='echo' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! case "$cc_basename" in ! xlc*) ! output_verbose_link_cmd='echo' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' ! _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! ;; ! *) ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! esac ! fi ! ;; ! dgux*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! freebsd1*) ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ! ;; ! # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor ! # support. Future versions do this automatically, but an explicit c++rt0.o ! # does not break anything, and helps significantly (at the cost of a little ! # extra space). ! freebsd2.2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! # Unfortunately, older versions of FreeBSD 2 do not have this feature. ! freebsd2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd* | kfreebsd*-gnu) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! hpux9*) ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! ;; ! hpux10* | hpux11*) ! if test "$GCC" = yes -a "$with_gnu_ld" = no; then ! case "$host_cpu" in ! hppa*64*|ia64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ! ;; ! esac else ! case "$host_cpu" in ! hppa*64*|ia64*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' ! ;; ! *) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ! ;; ! esac fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! ;; ! *) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ! # hardcode_minus_L: Not really in the search PATH, ! # but as the default location of the library. ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! ;; ! esac ! fi ! ;; ! irix5* | irix6* | nonstopux*) ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ! ;; ! netbsd*) ! if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; ! newsos6) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! ;; + openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + ;; ! os2*) ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ! _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' ! _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ! ;; ! osf3*) ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ! ;; ! osf4* | osf5*) # as osf3* with the addition of -msym flag ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ! else ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' ! ! # Both c and cxx compiler support -rpath directly ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; ! ! sco3.2v5*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' ! runpath_var=LD_RUN_PATH ! hardcode_runpath_var=yes ;; ! ! solaris*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! case $host_os in ! solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; ! *) # Supported since Solaris 2.6 (maybe 2.5.1?) ! _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; ! esac ! _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; ! ! sunos4*) ! if test "x$host_vendor" = xsequent; then ! # Use $CC to link under sequent, because it throws in some extra .o ! # files that make .init and .fini sections work. ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' ! fi ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; ! ! sysv4) ! case $host_vendor in ! sni) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ! ;; ! siemens) ! ## LD is ld it makes a PLAMLIB ! ## CC just makes a GrossModule. ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no ! ;; ! motorola) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ! ;; ! esac ! runpath_var='LD_RUN_PATH' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; ! ! sysv4.3*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; + sysv4*MP*) if test -d /usr/nec; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! runpath_var=LD_RUN_PATH ! hardcode_runpath_var=yes ! _LT_AC_TAGVAR(ld_shlibs, $1)=yes ! fi ! ;; ! ! sysv4.2uw2*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_direct, $1)=yes ! _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! hardcode_runpath_var=yes ! runpath_var=LD_RUN_PATH ! ;; ! ! sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' ! if test "$GCC" = yes; then ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! else ! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' fi + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; ! ! sysv5*) ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ! # $CC -shared without GNU ld will not create a library from C++ ! # object files and a static libstdc++, better avoid it by now ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ! runpath_var='LD_RUN_PATH' ! ;; ! ! uts4*) ! _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ! _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ! _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; + *) ! _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ! fi ! ]) ! AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ! test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no ! ! variables_saved_for_relink="PATH $shlibpath_var $runpath_var" ! if test "$GCC" = yes; then ! variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" ! fi ! ! # ! # Do we need to explicitly link libc? ! # ! case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in ! x|xyes) ! # Assume -lc should be added ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! ! if test "$enable_shared" = yes && test "$GCC" = yes; then ! case $_LT_AC_TAGVAR(archive_cmds, $1) in ! *'~'*) ! # FIXME: we may have to deal with multi-command sequences. ! ;; ! '$CC '*) ! # Test whether the compiler implicitly links with -lc since on some ! # systems, -lgcc has to come before -lc. If gcc already passes -lc ! # to ld, don't add -lc before -lgcc. ! AC_MSG_CHECKING([whether -lc should be explicitly linked in]) ! $rm conftest* ! printf "$lt_simple_compile_test_code" > conftest.$ac_ext ! ! if AC_TRY_EVAL(ac_compile) 2>conftest.err; then ! soname=conftest ! lib=conftest ! libobjs=conftest.$ac_objext ! deplibs= ! wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ! compiler_flags=-v ! linker_flags=-v ! verstring= ! output_objdir=. ! libname=conftest ! lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) ! _LT_AC_TAGVAR(allow_undefined_flag, $1)= ! if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) ! then ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ! else ! _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ! fi ! _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag ! else ! cat conftest.err 1>&5 ! fi ! $rm conftest* ! AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) ! ;; esac fi ! ;; ! esac ! ])# AC_LIBTOOL_PROG_LD_SHLIBS ! ! ! # _LT_AC_FILE_LTDLL_C ! # ------------------- ! # Be careful that the start marker always follows a newline. ! AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ ! # /* ltdll.c starts here */ ! # #define WIN32_LEAN_AND_MEAN ! # #include ! # #undef WIN32_LEAN_AND_MEAN ! # #include ! # ! # #ifndef __CYGWIN__ ! # # ifdef __CYGWIN32__ ! # # define __CYGWIN__ __CYGWIN32__ ! # # endif ! # #endif ! # ! # #ifdef __cplusplus ! # extern "C" { ! # #endif ! # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); ! # #ifdef __cplusplus ! # } ! # #endif ! # ! # #ifdef __CYGWIN__ ! # #include ! # DECLARE_CYGWIN_DLL( DllMain ); ! # #endif ! # HINSTANCE __hDllInstance_base; ! # ! # BOOL APIENTRY ! # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) ! # { ! # __hDllInstance_base = hInst; ! # return TRUE; ! # } ! # /* ltdll.c ends here */ ! ])# _LT_AC_FILE_LTDLL_C ! ! ! # _LT_AC_TAGVAR(VARNAME, [TAGNAME]) ! # --------------------------------- ! AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) ! ! ! # old names ! AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) ! AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) ! AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) ! AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) ! AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) ! AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) ! AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) ! ! # This is just to silence aclocal about the macro not being used ! ifelse([AC_DISABLE_FAST_INSTALL]) ! ! AC_DEFUN([LT_AC_PROG_GCJ], ! [AC_CHECK_TOOL(GCJ, gcj, no) ! test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" ! AC_SUBST(GCJFLAGS) ! ]) ! ! AC_DEFUN([LT_AC_PROG_RC], ! [AC_CHECK_TOOL(RC, windres, no) ! ]) ! ! # NOTE: This macro has been submitted for inclusion into # ! # GNU Autoconf as AC_PROG_SED. When it is available in # ! # a released version of Autoconf we should remove this # ! # macro and use it instead. # ! # LT_AC_PROG_SED ! # -------------- ! # Check for a fully-functional sed program, that truncates ! # as few characters as possible. Prefer GNU sed if found. ! AC_DEFUN([LT_AC_PROG_SED], ! [AC_MSG_CHECKING([for a sed that does not truncate output]) ! AC_CACHE_VAL(lt_cv_path_SED, ! [# Loop through the user's path and test for sed and gsed. ! # Then use that list of sed's as ones to test for truncation. ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for lt_ac_prog in sed gsed; do ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then ! lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" ! fi ! done ! done ! done ! lt_ac_max=0 ! lt_ac_count=0 ! # Add /usr/xpg4/bin/sed as it is typically found on Solaris ! # along with /bin/sed that truncates output. ! for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do ! test ! -f $lt_ac_sed && break ! cat /dev/null > conftest.in ! lt_ac_count=0 ! echo $ECHO_N "0123456789$ECHO_C" >conftest.in ! # Check for GNU sed and select it if it is found. ! if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then ! lt_cv_path_SED=$lt_ac_sed ! break ! fi ! while true; do ! cat conftest.in conftest.in >conftest.tmp ! mv conftest.tmp conftest.in ! cp conftest.in conftest.nl ! echo >>conftest.nl ! $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break ! cmp -s conftest.out conftest.nl || break ! # 10000 chars as input seems more than enough ! test $lt_ac_count -gt 10 && break ! lt_ac_count=`expr $lt_ac_count + 1` ! if test $lt_ac_count -gt $lt_ac_max; then ! lt_ac_max=$lt_ac_count ! lt_cv_path_SED=$lt_ac_sed ! fi ! done ! done ! ]) ! SED=$lt_cv_path_SED ! AC_MSG_RESULT([$SED]) ! ]) ! ! # -*- Autoconf -*- ! # Copyright (C) 2002, 2003 Free Software Foundation, Inc. ! # Generated from amversion.in; do not edit by hand. ! ! # 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.9"]) ! ! # 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.9.2])]) ! ! # AM_AUX_DIR_EXPAND ! ! # Copyright (C) 2001, 2003 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. ! ! AC_DEFUN([AM_AUX_DIR_EXPAND], ! [dnl Rely on autoconf to set up CDPATH properly. ! AC_PREREQ([2.50])dnl ! # expand $ac_aux_dir to an absolute path ! am_aux_dir=`cd $ac_aux_dir && pwd` ! ]) ! ! # AM_CONDITIONAL -*- Autoconf -*- ! ! # Copyright (C) 1997, 2000, 2001, 2003, 2004 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 6 ! # AM_CONDITIONAL(NAME, SHELL-CONDITION) ! # ------------------------------------- ! # Define a conditional. ! AC_DEFUN([AM_CONDITIONAL], ! [AC_PREREQ(2.52)dnl ! 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])]) ! # serial 7 -*- Autoconf -*- ! # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 ! # 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 ! # We will build objects and dependencies in a subdirectory because ! # it helps to detect inapplicable dependency modes. For instance ! # both Tru64's cc and ICC support -MD to output dependencies as a ! # side effect of compilation, but ICC will put the dependencies in ! # the current directory while Tru64 will put them in the object ! # directory. ! mkdir sub ! ! 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 ! # Setup a source with many dependencies, because some compilers ! # like to wrap large dependency lists on column 80 (with \), and ! # we should not choose a depcomp mode which is confused by this. ! # ! # 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. ! : > sub/conftest.c ! for i in 1 2 3 4 5 6; do ! echo '#include "conftst'$i'.h"' >> sub/conftest.c ! # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with ! # Solaris 8's {/usr,}/bin/sh. ! touch sub/conftst$i.h ! done ! echo "${am__include} ${am__quote}sub/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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + 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_CONDITIONAL([am__fastdep$1], [ ! test "x$enable_dependency_tracking" != xno \ ! && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ! ]) ! # AM_SET_DEPDIR ! # ------------- ! # Choose a directory name for dependency files. ! # This macro is AC_REQUIREd in _AM_DEPENDENCIES ! AC_DEFUN([AM_SET_DEPDIR], ! [AC_REQUIRE([AM_SET_LEADING_DOT])dnl ! AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ! ]) ! ! ! # AM_DEP_TRACK ! # ------------ ! AC_DEFUN([AM_DEP_TRACK], ! [AC_ARG_ENABLE(dependency-tracking, ! [ --disable-dependency-tracking speeds up one-time build ! --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 (C) 1999, 2000, 2001, 2002, 2003, 2004 ! # 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 ! # Extract the definition of DEPDIR, am__include, and am__quote ! # from the Makefile without running `make'. ! DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` ! test -z "$DEPDIR" && continue ! am__include=`sed -n 's/^am__include = //p' < "$mf"` ! test -z "am__include" && continue ! am__quote=`sed -n 's/^am__quote = //p' < "$mf"` ! # When using ansi2knr, U may be empty or an underscore; expand it ! U=`sed -n 's/^U = //p' < "$mf"` ! # Find all dependency output files, they are included files with ! # $(DEPDIR) in their names. 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 " ! s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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"]) ! ]) ! # Check for Java compiler. ! # For now we only handle the GNU compiler. ! # Copyright (C) 1999, 2000, 2003 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_GCJ],[ ! AC_CHECK_PROGS(GCJ, gcj, gcj) ! test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH]) ! if test "x${GCJFLAGS-unset}" = xunset; then ! GCJFLAGS="-g -O2" ! fi ! AC_SUBST(GCJFLAGS) ! _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(GCJ)]) ! ]) ! # 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 (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 ! # 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 11 ! # 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_PREREQ([2.58])dnl ! dnl Autoconf wants to disallow AM_ names. We explicitly allow ! dnl the ones we care about. ! m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl ! 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 ! # test whether we have cygpath ! if test -z "$CYGPATH_W"; then ! if (cygpath --version) >/dev/null 2>/dev/null; then ! CYGPATH_W='cygpath -w' ! else ! CYGPATH_W=echo ! fi ! fi ! AC_SUBST([CYGPATH_W]) ! # 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_PROG_INSTALL_SH ! AM_PROG_INSTALL_STRIP ! AC_REQUIRE([AM_PROG_MKDIR_P])dnl ! # 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 ! AC_REQUIRE([AM_SET_LEADING_DOT])dnl ! _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], ! [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], ! [_AM_PROG_TAR([v7])])]) ! _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 ! ]) ! ]) ! # When config.status generates a header, we must update the stamp-h file. ! # This file resides in the same directory as the config header ! # that is generated. The stamp files are numbered to have different names. ! ! # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the ! # loop where config.status creates the headers, so we can generate ! # our stamp files there. ! AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], ! [# Compute $1's index in $config_headers. ! _am_stamp_count=1 ! for _am_header in $config_headers :; do ! case $_am_header in ! $1 | $1:* ) ! break ;; ! * ) ! _am_stamp_count=`expr $_am_stamp_count + 1` ;; ! esac ! done ! echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) ! # AM_PROG_INSTALL_SH ! # ------------------ ! # Define $install_sh. ! # Copyright (C) 2001, 2003 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)]) ! # -*- Autoconf -*- ! # Copyright (C) 2003 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 1 ! # Check whether the underlying file-system supports filenames ! # with a leading dot. For instance MS-DOS doesn't. ! AC_DEFUN([AM_SET_LEADING_DOT], ! [rm -rf .tst 2>/dev/null ! mkdir .tst 2>/dev/null ! if test -d .tst; then ! am__leading_dot=. ! else ! am__leading_dot=_ ! fi ! rmdir .tst 2>/dev/null ! AC_SUBST([am__leading_dot])]) ! # Check to see how 'make' treats includes. -*- Autoconf -*- ! # Copyright (C) 2001, 2002, 2003 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_MAKE_INCLUDE() ! # ----------------- ! # Check to see how make treats includes. ! AC_DEFUN([AM_MAKE_INCLUDE], ! [am_make=${MAKE-make} ! cat > confinc << 'END' ! am__doit: ! @echo done ! .PHONY: am__doit ! 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 | grep -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 ! ]) ! # -*- Autoconf -*- ! # Copyright (C) 1997, 1999, 2000, 2001, 2003 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_PROG_MKDIR_P ! # --------------- ! # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. ! # Copyright (C) 2003, 2004 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. ! # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories ! # created by `make install' are always world readable, even if the ! # installer happens to have an overly restrictive umask (e.g. 077). ! # This was a mistake. There are at least two reasons why we must not ! # use `-m 0755': ! # - it causes special bits like SGID to be ignored, ! # - it may be too restrictive (some setups expect 775 directories). ! # ! # Do not use -m 0755 and let people choose whatever they expect by ! # setting umask. ! # ! # We cannot accept any implementation of `mkdir' that recognizes `-p'. ! # Some implementations (such as Solaris 8's) are not thread-safe: if a ! # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' ! # concurrently, both version can detect that a/ is missing, but only ! # one can create it and the other will error out. Consequently we ! # restrict ourselves to GNU make (using the --version option ensures ! # this.) ! AC_DEFUN([AM_PROG_MKDIR_P], ! [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then ! # We used to keeping the `.' as first argument, in order to ! # allow $(mkdir_p) to be used without argument. As in ! # $(mkdir_p) $(somedir) ! # where $(somedir) is conditionally defined. However this is wrong ! # for two reasons: ! # 1. if the package is installed by a user who cannot write `.' ! # make install will fail, ! # 2. the above comment should most certainly read ! # $(mkdir_p) $(DESTDIR)$(somedir) ! # so it does not work when $(somedir) is undefined and ! # $(DESTDIR) is not. ! # To support the latter case, we have to write ! # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), ! # so the `.' trick is pointless. ! mkdir_p='mkdir -p --' ! else ! # On NextStep and OpenStep, the `mkdir' command does not ! # recognize any option. It will interpret all options as ! # directories to create, and then abort because `.' already ! # exists. ! for d in ./-p ./--version; ! do ! test -d $d && rmdir $d ! done ! # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. ! if test -f "$ac_aux_dir/mkinstalldirs"; then ! mkdir_p='$(mkinstalldirs)' ! else ! mkdir_p='$(install_sh) -d' ! fi ! fi ! AC_SUBST([mkdir_p])]) ! # Helper functions for option handling. -*- Autoconf -*- ! # Copyright (C) 2001, 2002, 2003 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 (C) 1996, 1997, 2000, 2001, 2003 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)]) ! # AM_PROG_INSTALL_STRIP ! # Copyright (C) 2001, 2003 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])]) + # Check how to create a tarball. -*- Autoconf -*- ! # Copyright (C) 2004 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 1 ! ! ! # _AM_PROG_TAR(FORMAT) ! # -------------------- ! # Check how to create a tarball in format FORMAT. ! # FORMAT should be one of `v7', `ustar', or `pax'. ! # ! # Substitute a variable $(am__tar) that is a command ! # writing to stdout a FORMAT-tarball containing the directory ! # $tardir. ! # tardir=directory && $(am__tar) > result.tar ! # ! # Substitute a variable $(am__untar) that extract such ! # a tarball read from stdin. ! # $(am__untar) < result.tar ! AC_DEFUN([_AM_PROG_TAR], ! [# Always define AMTAR for backward compatibility. ! AM_MISSING_PROG([AMTAR], [tar]) ! m4_if([$1], [v7], ! [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], ! [m4_case([$1], [ustar],, [pax],, ! [m4_fatal([Unknown tar format])]) ! AC_MSG_CHECKING([how to create a $1 tar archive]) ! # Loop over all known methods to create a tar archive until one works. ! _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' ! _am_tools=${am_cv_prog_tar_$1-$_am_tools} ! # Do not fold the above two line into one, because Tru64 sh and ! # Solaris sh will not grok spaces in the rhs of `-'. ! for _am_tool in $_am_tools do ! case $_am_tool in ! gnutar) ! for _am_tar in tar gnutar gtar; ! do ! AM_RUN_LOG([$_am_tar --version]) && break done ! am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' ! am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' ! am__untar="$_am_tar -xf -" ! ;; ! plaintar) ! # Must skip GNU tar: if it does not support --format= it doesn't create ! # ustar tarball either. ! (tar --version) >/dev/null 2>&1 && continue ! am__tar='tar chf - "$$tardir"' ! am__tar_='tar chf - "$tardir"' ! am__untar='tar xf -' ! ;; ! pax) ! am__tar='pax -L -x $1 -w "$$tardir"' ! am__tar_='pax -L -x $1 -w "$tardir"' ! am__untar='pax -r' ! ;; ! cpio) ! am__tar='find "$$tardir" -print | cpio -o -H $1 -L' ! am__tar_='find "$tardir" -print | cpio -o -H $1 -L' ! am__untar='cpio -i -H $1 -d' ! ;; ! none) ! am__tar=false ! am__tar_=false ! am__untar=false ! ;; ! esac ! ! # If the value was cached, stop now. We just wanted to have am__tar ! # and am__untar set. ! test -n "${am_cv_prog_tar_$1}" && break ! ! # tar/untar a dummy directory, and stop if the command works ! rm -rf conftest.dir ! mkdir conftest.dir ! echo GrepMe > conftest.dir/file ! AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) ! rm -rf conftest.dir ! if test -s conftest.tar; then ! AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done ! rm -rf conftest.dir ! ! AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) ! AC_MSG_RESULT([$am_cv_prog_tar_$1])]) ! AC_SUBST([am__tar]) ! AC_SUBST([am__untar]) ! ]) # _AM_PROG_TAR + m4_include([acinclude.m4]) Index: configure =================================================================== RCS file: /cvsroot/classpathx/jaxp/configure,v retrieving revision 1.23 diff -c -p -r1.23 configure *** configure 2 Nov 2004 17:03:06 -0000 1.23 --- configure 25 Nov 2004 22:01:24 -0000 *************** *** 1,11 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.57 for jaxp 1.1. # # Report bugs to . # ! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## --- 1,10 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59 for jaxp 1.1. # # Report bugs to . # ! # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## *************** if test -n "${ZSH_VERSION+set}" && (emul *** 22,30 **** elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi # Support unset when possible. ! if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset else as_unset=false --- 21,30 ---- elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi + DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. ! if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false *************** for as_var in \ *** 43,49 **** LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do ! if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var --- 43,49 ---- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do ! if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var *************** rm -f conf$$ conf$$.exe conf$$.file *** 220,235 **** if mkdir -p . 2>/dev/null; then as_mkdir_p=: else as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. ! as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" # Sed expression to map a string onto a valid variable name. ! as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" # IFS --- 220,236 ---- if mkdir -p . 2>/dev/null; then as_mkdir_p=: else + test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. ! as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. ! as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS *************** fi *** 279,285 **** # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi if test -z "$ECHO"; then if test "X${echo_test_string+set}" != Xset; then --- 280,286 ---- # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$ECHO"; then if test "X${echo_test_string+set}" != Xset; then *************** fi *** 392,400 **** ! tagnames=`echo "$tagnames,CXX" | sed 's/^,//'` ! tagnames=`echo "$tagnames,F77" | sed 's/^,//'` # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, --- 393,403 ---- ! tagnames=${tagnames+${tagnames},}CXX ! ! tagnames=${tagnames+${tagnames},}F77 ! tagnames=${tagnames+${tagnames},}GCJ # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, *************** PACKAGE_VERSION='1.1' *** 426,432 **** PACKAGE_STRING='jaxp 1.1' PACKAGE_BUGREPORT='jaxp' ! ac_unique_file="xmlj_util.c" # Factoring default headers for most tests. ac_includes_default="\ #include --- 429,435 ---- PACKAGE_STRING='jaxp 1.1' PACKAGE_BUGREPORT='jaxp' ! ac_unique_file="source" # Factoring default headers for most tests. ac_includes_default="\ #include *************** ac_includes_default="\ *** 464,470 **** # include #endif" ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE JAVAPREFIX JAVACFLAGS JAVAFLAGS JAVA JAVAC CFLAGS CPPFLAGS SOFLAGS build build_cpu build_vendor build_os host host_cpu host_vendor host_os XMLJ_VERSION_MAJOR XMLJ_VERSION_MINOR XML2_CONFIG CC LDFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE XML_CFLAGS XML_LIBS XSLT_CONFIG XSLT_CFLAGS XSLT_LIBS EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL JAVAH JAR SOSUFFIX MODSUFFIX JMODSUFFIX LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. --- 467,473 ---- # include #endif" ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP GCJ GCJFLAGS GCJDEPMODE am__fastdepGCJ_TRUE am__fastdepGCJ_FALSE LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL JAVAH JAR XMLJ_VERSION_MAJOR XMLJ_VERSION_MINOR XML2_CONFIG XML_CFLAGS XML_LIBS XSLT_CONFIG XSLT_CFLAGS XSLT_LIBS LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. *************** done *** 823,829 **** # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ ! localstatedir libdir includedir oldincludedir infodir mandir do eval ac_val=$`echo $ac_var` case $ac_val in --- 826,832 ---- # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ ! localstatedir libdir includedir oldincludedir infodir mandir do eval ac_val=$`echo $ac_var` case $ac_val in *************** if test -z "$srcdir"; then *** 863,872 **** # Try the directory containing this script, then its parent. ac_confdir=`(dirname "$0") 2>/dev/null || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$0" : 'X\(//\)[^/]' \| \ ! X"$0" : 'X\(//\)$' \| \ ! X"$0" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 866,875 ---- # Try the directory containing this script, then its parent. ac_confdir=`(dirname "$0") 2>/dev/null || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$0" : 'X\(//\)[^/]' \| \ ! X"$0" : 'X\(//\)$' \| \ ! X"$0" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } *************** _ACEOF *** 978,986 **** cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX ! [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX ! [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify --- 981,989 ---- cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX ! [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX ! [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify *************** if test -n "$ac_init_help"; then *** 1026,1058 **** Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ! --disable-xmltest Do not try to compile and run a test LIBXML program ! --disable-dependency-tracking Speeds up one-time builds ! --enable-dependency-tracking Do not reject slow dependency extractors ! --disable-xslttest Do not try to compile and run a test LIBXSLT program --enable-shared[=PKGS] build shared libraries [default=yes] - --enable-static[=PKGS] - build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-java-prefix=PFX prefix where Java runtime is installed (optional) - --with-javac-flags=FLAGS flags to pass to the Java compiler (optional) - --with-java-flags=FLAGS flags to pass to the Java VM (optional) - --with-xml-prefix=PFX Prefix where libxml is installed (optional) - --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional) - --with-xslt-prefix=PFX Prefix where libxslt is installed (optional) - --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] Some influential environment variables: CC C compiler command --- 1029,1058 ---- Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ! --disable-dependency-tracking speeds up one-time build ! --enable-dependency-tracking do not reject slow dependency extractors ! --enable-static[=PKGS] ! build static libraries [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) + --disable-xmltest Do not try to compile and run a test LIBXML program + --disable-xslttest Do not try to compile and run a test LIBXSLT program Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] + --with-xml-prefix=PFX Prefix where libxml is installed (optional) + --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional) + --with-xslt-prefix=PFX Prefix where libxslt is installed (optional) + --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional) Some influential environment variables: CC C compiler command *************** case $srcdir in *** 1105,1116 **** ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be ! # absolute. ! ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ! ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ! ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. --- 1105,1149 ---- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! ! # Do not use `cd foo && pwd` to compute absolute paths, because ! # the directories may not exist. ! case `pwd` in ! .) ac_abs_builddir="$ac_dir";; ! *) ! case "$ac_dir" in ! .) ac_abs_builddir=`pwd`;; ! [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; ! *) ac_abs_builddir=`pwd`/"$ac_dir";; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ! case ${ac_top_builddir}. in ! .) ac_abs_top_builddir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_srcdir=$ac_srcdir;; ! *) ! case $ac_srcdir in ! .) ac_abs_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; ! *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ! case $ac_top_srcdir in ! .) ac_abs_top_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; ! esac;; ! esac cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. *************** ac_abs_top_srcdir=`cd "$ac_dir" && cd $a *** 1121,1127 **** echo $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || ! test -f $ac_srcdir/configure.in; then echo $ac_configure --help else --- 1154,1160 ---- echo $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || ! test -f $ac_srcdir/configure.in; then echo $ac_configure --help else *************** test -n "$ac_init_help" && exit 0 *** 1135,1144 **** if $ac_init_version; then cat <<\_ACEOF jaxp configure 1.1 ! generated by GNU Autoconf 2.57 ! Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 ! Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF --- 1168,1176 ---- if $ac_init_version; then cat <<\_ACEOF jaxp configure 1.1 ! generated by GNU Autoconf 2.59 ! Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF *************** This file contains any messages produced *** 1150,1156 **** running configure, to aid debugging if configure makes a mistake. It was created by jaxp $as_me 1.1, which was ! generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ --- 1182,1188 ---- running configure, to aid debugging if configure makes a mistake. It was created by jaxp $as_me 1.1, which was ! generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ *************** do *** 1227,1245 **** 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ! ac_must_keep_next=false # Got value, back to normal. else ! case $ac_arg in ! *=* | --config-cache | -C | -disable-* | --disable-* \ ! | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ ! | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ ! | -with-* | --with-* | -without-* | --without-* | --x) ! case "$ac_configure_args0 " in ! "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; ! esac ! ;; ! -* ) ac_must_keep_next=true ;; ! esac fi ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" # Get rid of the leading space. --- 1259,1277 ---- 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ! ac_must_keep_next=false # Got value, back to normal. else ! case $ac_arg in ! *=* | --config-cache | -C | -disable-* | --disable-* \ ! | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ ! | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ ! | -with-* | --with-* | -without-* | --without-* | --x) ! case "$ac_configure_args0 " in ! "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; ! esac ! ;; ! -* ) ac_must_keep_next=true ;; ! esac fi ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" # Get rid of the leading space. *************** _ASBOX *** 1273,1284 **** case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in *ac_space=\ *) sed -n \ ! "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; ! s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ ! "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } --- 1305,1316 ---- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in *ac_space=\ *) sed -n \ ! "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; ! s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ ! "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } *************** _ASBOX *** 1307,1313 **** for ac_var in $ac_subst_files do eval ac_val=$`echo $ac_var` ! echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo fi --- 1339,1345 ---- for ac_var in $ac_subst_files do eval ac_val=$`echo $ac_var` ! echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo fi *************** _ASBOX *** 1326,1332 **** echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 ! rm -f core core.* *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 --- 1358,1364 ---- echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 ! rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 *************** fi *** 1406,1412 **** # value. ac_cache_corrupted=false for ac_var in `(set) 2>&1 | ! sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" --- 1438,1444 ---- # value. ac_cache_corrupted=false for ac_var in `(set) 2>&1 | ! sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" *************** echo "$as_me: error: \`$ac_var' was not *** 1423,1435 **** ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then ! { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ! { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} ! { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ! ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. --- 1455,1467 ---- ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then ! { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ! { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} ! { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ! ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. *************** ac_config_sub="$SHELL $ac_aux_dir/config *** 1512,1519 **** ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. ! #AM_INIT_AUTOMAKE(jaxp, 1.1) ! am__api_version="1.6" # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: --- 1544,1550 ---- ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. ! am__api_version="1.9" # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: *************** am__api_version="1.6" *** 1525,1530 **** --- 1556,1562 ---- # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" + # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 *************** do *** 1541,1546 **** --- 1573,1579 ---- case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. *************** case $as_dir/ in *** 1548,1567 **** # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then ! if test $ac_prog = install && ! grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then ! # AIX install. It has an incompatible calling convention. ! : ! elif test $ac_prog = install && ! grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then ! # program-specific install script used by HP pwplus--don't use. ! : ! else ! ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" ! break 3 ! fi ! fi done done ;; --- 1581,1600 ---- # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then ! if test $ac_prog = install && ! grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then ! # AIX install. It has an incompatible calling convention. ! : ! elif test $ac_prog = install && ! grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then ! # program-specific install script used by HP pwplus--don't use. ! : ! else ! ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" ! break 3 ! fi ! fi done done ;; *************** _ACEOF *** 1649,1655 **** program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm conftest.sed - # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` --- 1682,1687 ---- *************** else *** 1663,1668 **** --- 1695,1733 ---- echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi + if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' + else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi + fi + for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. *************** done *** 1705,1711 **** echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 ! set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else --- 1770,1776 ---- echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 ! set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else *************** echo "${ECHO_T}no" >&6 *** 1732,1738 **** SET_MAKE="MAKE=${MAKE-make}" fi ! # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 --- 1797,1812 ---- SET_MAKE="MAKE=${MAKE-make}" fi ! rm -rf .tst 2>/dev/null ! mkdir .tst 2>/dev/null ! if test -d .tst; then ! am__leading_dot=. ! else ! am__leading_dot=_ ! fi ! rmdir .tst 2>/dev/null ! ! # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 *************** echo "$as_me: error: source directory al *** 1740,1748 **** { (exit 1); exit 1; }; } fi # Define the identity of the package. ! PACKAGE=jaxp ! VERSION=1.1 cat >>confdefs.h <<_ACEOF --- 1814,1832 ---- { (exit 1); exit 1; }; } fi + # test whether we have cygpath + if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi + fi + + # Define the identity of the package. ! PACKAGE='jaxp' ! VERSION='1.1' cat >>confdefs.h <<_ACEOF *************** AUTOHEADER=${AUTOHEADER-"${am_missing_ru *** 1770,1778 **** MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - - AMTAR=${AMTAR-"${am_missing_run}tar"} - install_sh=${install_sh-"$am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user --- 1854,1859 ---- *************** INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst *** 1865,2043 **** # We need awk for the "check" target. The system "awk" is bad on # some platforms. - # Check whether --with-java-prefix or --without-java-prefix was given. - if test "${with_java_prefix+set}" = set; then - withval="$with_java_prefix" - - fi; - - # Check whether --with-javac-flags or --without-javac-flags was given. - if test "${with_javac_flags+set}" = set; then - withval="$with_javac_flags" - - fi; - - # Check whether --with-java-flags or --without-java-flags was given. - if test "${with_java_flags+set}" = set; then - withval="$with_java_flags" - - fi; - JAVAPREFIX=$with_java_prefix - JAVACFLAGS=$with_javac_flags - JAVAFLAGS=$with_java_flags - - - - - - - - - # Make sure we can run config.sub. - $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 - echo "$as_me: error: cannot run $ac_config_sub" >&2;} - { (exit 1); exit 1; }; } - - echo "$as_me:$LINENO: checking build system type" >&5 - echo $ECHO_N "checking build system type... $ECHO_C" >&6 - if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_build_alias=$build_alias - test -z "$ac_cv_build_alias" && - ac_cv_build_alias=`$ac_config_guess` - test -z "$ac_cv_build_alias" && - { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 - echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } - ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 - echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - - fi - echo "$as_me:$LINENO: result: $ac_cv_build" >&5 - echo "${ECHO_T}$ac_cv_build" >&6 - build=$ac_cv_build - build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` - build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` - build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - - echo "$as_me:$LINENO: checking host system type" >&5 - echo $ECHO_N "checking host system type... $ECHO_C" >&6 - if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_host_alias=$host_alias - test -z "$ac_cv_host_alias" && - ac_cv_host_alias=$ac_cv_build_alias - ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 - echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} - { (exit 1); exit 1; }; } - - fi - echo "$as_me:$LINENO: result: $ac_cv_host" >&5 - echo "${ECHO_T}$ac_cv_host" >&6 - host=$ac_cv_host - host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` - host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` - host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - - - 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 - - - - XMLJ_VERSION_MAJOR="0" - - XMLJ_VERSION_MINOR="99" - - # Checks for header files. - - 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_config_commands="$ac_config_commands depfiles" - - - am_make=${MAKE-make} - cat > confinc << 'END' - doit: - @echo done - END - # If we don't find an include directive, just comment out the code. - echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 - echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 - 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 - - - echo "$as_me:$LINENO: result: $_am_result" >&5 - echo "${ECHO_T}$_am_result" >&6 - rm -f confinc confmf - - # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. - if test "${enable_dependency_tracking+set}" = set; then - enableval="$enable_dependency_tracking" - - fi; - if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' - fi - - - if test "x$enable_dependency_tracking" != xno; then - AMDEP_TRUE= - AMDEP_FALSE='#' - else - AMDEP_TRUE='#' - AMDEP_FALSE= - fi --- 1946,1960 ---- # We need awk for the "check" target. The system "awk" is bad on # some platforms. + # Always define AMTAR for backward compatibility. + AMTAR=${AMTAR-"${am_missing_run}tar"} + am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' *************** ac_compiler=`set X $ac_compile; echo $2` *** 2377,2383 **** (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2294,2299 ---- *************** ac_clean_files="$ac_clean_files a.out a. *** 2397,2404 **** # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. ! echo "$as_me:$LINENO: checking for C compiler default output" >&5 ! echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 --- 2313,2320 ---- # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. ! echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 ! echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 *************** do *** 2418,2440 **** test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ! ;; conftest.$ac_ext ) ! # This is the source file. ! ;; [ab].out ) ! # We found the default executable, but exeext='' is most ! # certainly right. ! break;; *.* ) ! ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ! # FIXME: I believe we export ac_cv_exeext for Libtool, ! # but it would be cool to find out if it's true. Does anybody ! # maintain Libtool? --akim. ! export ac_cv_exeext ! break;; * ) ! break;; esac done else --- 2334,2356 ---- test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ! ;; conftest.$ac_ext ) ! # This is the source file. ! ;; [ab].out ) ! # We found the default executable, but exeext='' is most ! # certainly right. ! break;; *.* ) ! ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ! # FIXME: I believe we export ac_cv_exeext for Libtool, ! # but it would be cool to find out if it's true. Does anybody ! # maintain Libtool? --akim. ! export ac_cv_exeext ! break;; * ) ! break;; esac done else *************** for ac_file in conftest.exe conftest con *** 2508,2515 **** case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ! export ac_cv_exeext ! break;; * ) break;; esac done --- 2424,2431 ---- case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ! export ac_cv_exeext ! break;; * ) break;; esac done *************** if test "${ac_cv_objext+set}" = set; the *** 2534,2540 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2450,2455 ---- *************** if test "${ac_cv_c_compiler_gnu+set}" = *** 2585,2591 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2500,2505 ---- *************** main () *** 2605,2615 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 2519,2539 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 2622,2628 **** ac_compiler_gnu=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi --- 2546,2552 ---- ac_compiler_gnu=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi *************** if test "${ac_cv_prog_cc_g+set}" = set; *** 2638,2644 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2562,2567 ---- *************** main () *** 2655,2665 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 2578,2598 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 2672,2678 **** ac_cv_prog_cc_g=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 --- 2605,2611 ---- ac_cv_prog_cc_g=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 *************** else *** 2699,2705 **** ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2632,2637 ---- *************** static char *f (char * (*g) (char **, in *** 2727,2732 **** --- 2659,2674 ---- va_end (v); return s; } + + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std1 is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std1. */ + int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; *************** do *** 2753,2763 **** CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 2695,2715 ---- CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 2770,2776 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext done rm -f conftest.$ac_ext conftest.$ac_objext CC=$ac_save_CC --- 2722,2728 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext done rm -f conftest.$ac_ext conftest.$ac_objext CC=$ac_save_CC *************** cat >conftest.$ac_ext <<_ACEOF *** 2798,2816 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ! ''\ ! '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ --- 2750,2777 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ! '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 2818,2831 **** 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ - #include $ac_declaration int main () { --- 2779,2791 ---- 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration + #include int main () { *************** exit (42); *** 2836,2846 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 2796,2816 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 2853,2861 **** continue fi ! rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 2823,2830 ---- continue fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext *************** exit (42); *** 2872,2882 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 2841,2861 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? ! grep -v '^ *+' conftest.er1 >conftest.err ! rm -f conftest.er1 ! cat conftest.err >&5 ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 2888,2894 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then --- 2867,2873 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then *************** else *** 2902,2913 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= --- 2881,2957 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" + + ac_config_commands="$ac_config_commands depfiles" + + + am_make=${MAKE-make} + cat > confinc << 'END' + am__doit: + @echo done + .PHONY: am__doit + END + # If we don't find an include directive, just comment out the code. + echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 + echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 + 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 | grep -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 + + + echo "$as_me:$LINENO: result: $_am_result" >&5 + echo "${ECHO_T}$_am_result" >&6 + rm -f confinc confmf + + # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. + if test "${enable_dependency_tracking+set}" = set; then + enableval="$enable_dependency_tracking" + + fi; + if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + fi + + + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' + else + AMDEP_TRUE='#' + AMDEP_FALSE= + fi + + + depcc="$CC" am_compiler_list= *************** else *** 2927,2944 **** # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir am_cv_CC_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) --- 2971,3004 ---- # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub am_cv_CC_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 + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # # 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. ! : > sub/conftest.c ! for i in 1 2 3 4 5 6; do ! echo '#include "conftst'$i'.h"' >> sub/conftest.c ! # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with ! # Solaris 8's {/usr,}/bin/sh. ! touch sub/conftst$i.h ! done ! echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) *************** else *** 2956,2968 **** # 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_CC_dependencies_compiler_type=$depmode ! break fi done --- 3016,3040 ---- # 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ ! depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ ! $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ ! >/dev/null 2>conftest.err && ! grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && ! grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then ! # icc doesn't choke on unknown options, it will just issue warnings ! # or remarks (even with -Werror). So we grep stderr for any message ! # that says an option was ignored or not supported. ! # When given -MP, icc 7.0 and 7.1 complain thusly: ! # icc: Command line warning: ignoring option '-M'; no argument required ! # The diagnosis changed in icc 8.0: ! # icc: Command line remark: option '-MP' not supported ! if (grep 'ignoring option' conftest.err || ! grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else ! am_cv_CC_dependencies_compiler_type=$depmode ! break ! fi fi done *************** CCDEPMODE=depmode=$am_cv_CC_dependencies *** 2979,4287 **** ! ! ! # Check whether --with-xml-prefix or --without-xml-prefix was given. ! if test "${with_xml_prefix+set}" = set; then ! withval="$with_xml_prefix" ! xml_config_prefix="$withval" ! else ! xml_config_prefix="" ! fi; ! ! # Check whether --with-xml-exec-prefix or --without-xml-exec-prefix was given. ! if test "${with_xml_exec_prefix+set}" = set; then ! withval="$with_xml_exec_prefix" ! xml_config_exec_prefix="$withval" ! else ! xml_config_exec_prefix="" ! fi; ! # Check whether --enable-xmltest or --disable-xmltest was given. ! if test "${enable_xmltest+set}" = set; then ! enableval="$enable_xmltest" ! else ! enable_xmltest=yes ! fi; - 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 ! # Extract the first word of "xml2-config", so it can be a program name with args. ! set dummy xml2-config; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_path_XML2_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! case $XML2_CONFIG in ! [\\/]* | ?:[\\/]*) ! ac_cv_path_XML2_CONFIG="$XML2_CONFIG" # Let the user override the test with a path. ! ;; ! *) ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi done done - test -z "$ac_cv_path_XML2_CONFIG" && ac_cv_path_XML2_CONFIG="no" - ;; - esac fi - XML2_CONFIG=$ac_cv_path_XML2_CONFIG ! if test -n "$XML2_CONFIG"; then ! echo "$as_me:$LINENO: result: $XML2_CONFIG" >&5 ! echo "${ECHO_T}$XML2_CONFIG" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! min_xml_version=2.6.8 ! echo "$as_me:$LINENO: checking for libxml - version >= $min_xml_version" >&5 ! echo $ECHO_N "checking for libxml - version >= $min_xml_version... $ECHO_C" >&6 ! 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" ! rm -f conf.xmltest ! if test "$cross_compiling" = yes; then ! echo $ac_n "cross compiling; assumed OK... $ac_c" ! else ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #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; - } - _ACEOF - rm -f conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : - else - echo "$as_me: program exited with status $ac_status" >&5 - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 ! ( exit $ac_status ) ! no_xml=yes fi - rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - fi ! if test "x$no_xml" = x ; then ! echo "$as_me:$LINENO: result: yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&5 ! echo "${ECHO_T}yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&6 ! CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LIBS="${XML_LIBS} ${LIBS}" ! else ! echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 ! 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" ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include ! #include ! int main () { ! LIBXML_TEST_VERSION; return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ! 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" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - 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" fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! XML_CFLAGS="" ! XML_LIBS="" ! { { echo "$as_me:$LINENO: error: unable to locate libxml." >&5 ! echo "$as_me: error: unable to locate libxml." >&2;} ! { (exit 1); exit 1; }; } ! fi ! ! ! rm -f conf.xmltest ! ! ! # Check whether --with-xslt-prefix or --without-xslt-prefix was given. ! if test "${with_xslt_prefix+set}" = set; then ! withval="$with_xslt_prefix" ! xslt_config_prefix="$withval" else ! xslt_config_prefix="" ! fi; ! # Check whether --with-xslt-exec-prefix or --without-xslt-exec-prefix was given. ! if test "${with_xslt_exec_prefix+set}" = set; then ! withval="$with_xslt_exec_prefix" ! xslt_config_exec_prefix="$withval" ! else ! xslt_config_exec_prefix="" ! fi; ! # Check whether --enable-xslttest or --disable-xslttest was given. ! if test "${enable_xslttest+set}" = set; then ! enableval="$enable_xslttest" ! else ! enable_xslttest=no ! fi; - 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 ! # Extract the first word of "xslt-config", so it can be a program name with args. ! set dummy xslt-config; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_path_XSLT_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! case $XSLT_CONFIG in ! [\\/]* | ?:[\\/]*) ! ac_cv_path_XSLT_CONFIG="$XSLT_CONFIG" # Let the user override the test with a path. ! ;; ! *) ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_path_XSLT_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done - test -z "$ac_cv_path_XSLT_CONFIG" && ac_cv_path_XSLT_CONFIG="no" - ;; - esac fi ! XSLT_CONFIG=$ac_cv_path_XSLT_CONFIG ! ! if test -n "$XSLT_CONFIG"; then ! echo "$as_me:$LINENO: result: $XSLT_CONFIG" >&5 ! echo "${ECHO_T}$XSLT_CONFIG" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi ! min_xslt_version=1.1.11 ! echo "$as_me:$LINENO: checking for libxslt - version >= $min_xslt_version" >&5 ! echo $ECHO_N "checking for libxslt - version >= $min_xslt_version... $ECHO_C" >&6 ! 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" ! rm -f conf.xslttest ! if test "$cross_compiling" = yes; then ! echo $ac_n "cross compiling; assumed OK... $ac_c" ! else ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #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; ! } ! ! _ACEOF ! rm -f conftest$ac_exeext ! if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && { ac_try='./conftest$ac_exeext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! : ! else ! echo "$as_me: program exited with status $ac_status" >&5 ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! ( exit $ac_status ) ! no_xslt=yes ! fi ! rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext ! fi ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! if test "x$no_xslt" = x ; then ! echo "$as_me:$LINENO: result: yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)" >&5 ! echo "${ECHO_T}yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)" >&6 ! CFLAGS="${XSLT_CFLAGS} ${CFLAGS}" CPPFLAGS="${XSLT_CFLAGS} ${CPPFLAGS}" LIBS="${XSLT_LIBS} ${LIBS}" ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! 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" ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! ! #include ! #include ! ! int ! main () ! { ! LIBXSLT_TEST_VERSION; return 0; ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext conftest$ac_exeext ! if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! 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" ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! 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" ! fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! XSLT_CFLAGS="" ! XSLT_LIBS="" ! { { echo "$as_me:$LINENO: error: unable to locate libxslt." >&5 ! echo "$as_me: error: unable to locate libxslt." >&2;} ! { (exit 1); exit 1; }; } ! fi ! ! ! rm -f conf.xslttest ! ! ! # Libtool configuration ! ! SOFLAGS="-rpath \$(libdir)" ! LIBTOOL_PROG="${SHELL} ./libtool" ! ! # Checks for programs. ! ! ac_ext=c ! ac_cpp='$CPP $CPPFLAGS' ! ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ! ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ! ac_compiler_gnu=$ac_cv_c_compiler_gnu ! if test -n "$ac_tool_prefix"; then ! # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. ! set dummy ${ac_tool_prefix}gcc; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$CC"; then ! ac_cv_prog_CC="$CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_CC="${ac_tool_prefix}gcc" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! CC=$ac_cv_prog_CC ! if test -n "$CC"; then ! echo "$as_me:$LINENO: result: $CC" >&5 ! echo "${ECHO_T}$CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! fi ! if test -z "$ac_cv_prog_CC"; then ! ac_ct_CC=$CC ! # Extract the first word of "gcc", so it can be a program name with args. ! set dummy gcc; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_ac_ct_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$ac_ct_CC"; then ! ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_ac_ct_CC="gcc" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! ac_ct_CC=$ac_cv_prog_ac_ct_CC ! if test -n "$ac_ct_CC"; then ! echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 ! echo "${ECHO_T}$ac_ct_CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! CC=$ac_ct_CC ! else ! CC="$ac_cv_prog_CC" ! fi ! ! if test -z "$CC"; then ! if test -n "$ac_tool_prefix"; then ! # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. ! set dummy ${ac_tool_prefix}cc; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$CC"; then ! ac_cv_prog_CC="$CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_CC="${ac_tool_prefix}cc" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! CC=$ac_cv_prog_CC ! if test -n "$CC"; then ! echo "$as_me:$LINENO: result: $CC" >&5 ! echo "${ECHO_T}$CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! fi ! if test -z "$ac_cv_prog_CC"; then ! ac_ct_CC=$CC ! # Extract the first word of "cc", so it can be a program name with args. ! set dummy cc; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_ac_ct_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$ac_ct_CC"; then ! ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_ac_ct_CC="cc" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! ac_ct_CC=$ac_cv_prog_ac_ct_CC ! if test -n "$ac_ct_CC"; then ! echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 ! echo "${ECHO_T}$ac_ct_CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! CC=$ac_ct_CC ! else ! CC="$ac_cv_prog_CC" ! fi ! ! fi ! if test -z "$CC"; then ! # Extract the first word of "cc", so it can be a program name with args. ! set dummy cc; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$CC"; then ! ac_cv_prog_CC="$CC" # Let the user override the test. ! else ! ac_prog_rejected=no ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ! ac_prog_rejected=yes ! continue ! fi ! ac_cv_prog_CC="cc" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! if test $ac_prog_rejected = yes; then ! # We found a bogon in the path, so make sure we never use it. ! set dummy $ac_cv_prog_CC ! shift ! if test $# != 0; then ! # We chose a different compiler from the bogus one. ! # However, it has the same basename, so the bogon will be chosen ! # first if we set CC to just the basename; use the full file name. ! shift ! ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" ! fi ! fi ! fi ! fi ! CC=$ac_cv_prog_CC ! if test -n "$CC"; then ! echo "$as_me:$LINENO: result: $CC" >&5 ! echo "${ECHO_T}$CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! fi ! if test -z "$CC"; then ! if test -n "$ac_tool_prefix"; then ! for ac_prog in cl ! do ! # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. ! set dummy $ac_tool_prefix$ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$CC"; then ! ac_cv_prog_CC="$CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_CC="$ac_tool_prefix$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! CC=$ac_cv_prog_CC ! if test -n "$CC"; then ! echo "$as_me:$LINENO: result: $CC" >&5 ! echo "${ECHO_T}$CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$CC" && break ! done ! fi ! if test -z "$CC"; then ! ac_ct_CC=$CC ! for ac_prog in cl ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_ac_ct_CC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$ac_ct_CC"; then ! ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_ac_ct_CC="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! ac_ct_CC=$ac_cv_prog_ac_ct_CC ! if test -n "$ac_ct_CC"; then ! echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 ! echo "${ECHO_T}$ac_ct_CC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$ac_ct_CC" && break ! done ! ! CC=$ac_ct_CC ! fi ! ! fi ! ! ! test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH ! See \`config.log' for more details." >&5 ! echo "$as_me: error: no acceptable C compiler found in \$PATH ! See \`config.log' for more details." >&2;} ! { (exit 1); exit 1; }; } ! ! # Provide some information about the compiler. ! echo "$as_me:$LINENO:" \ ! "checking for C compiler version" >&5 ! ac_compiler=`set X $ac_compile; echo $2` ! { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 ! (eval $ac_compiler --version &5) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } ! { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 ! (eval $ac_compiler -v &5) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } ! { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 ! (eval $ac_compiler -V &5) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } ! ! echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 ! echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 ! if test "${ac_cv_c_compiler_gnu+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! ! int ! main () ! { ! #ifndef __GNUC__ ! choke me ! #endif ! ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! ac_compiler_gnu=yes ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! ac_compiler_gnu=no ! fi ! rm -f conftest.$ac_objext conftest.$ac_ext ! ac_cv_c_compiler_gnu=$ac_compiler_gnu ! ! fi ! echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 ! echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 ! GCC=`test $ac_compiler_gnu = yes && echo yes` ! ac_test_CFLAGS=${CFLAGS+set} ! ac_save_CFLAGS=$CFLAGS ! CFLAGS="-g" ! echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 ! echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 ! if test "${ac_cv_prog_cc_g+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! ! int ! main () ! { ! ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! ac_cv_prog_cc_g=yes ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! ac_cv_prog_cc_g=no ! fi ! rm -f conftest.$ac_objext conftest.$ac_ext ! fi ! echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 ! echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 ! if test "$ac_test_CFLAGS" = set; then ! CFLAGS=$ac_save_CFLAGS ! elif test $ac_cv_prog_cc_g = yes; then ! if test "$GCC" = yes; then ! CFLAGS="-g -O2" ! else ! CFLAGS="-g" ! fi ! else ! if test "$GCC" = yes; then ! CFLAGS="-O2" ! else ! CFLAGS= ! fi ! fi ! echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 ! echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 ! if test "${ac_cv_prog_cc_stdc+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! ac_cv_prog_cc_stdc=no ! ac_save_CC=$CC ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! #include ! #include ! #include ! /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ ! struct buf { int x; }; ! FILE * (*rcsopen) (struct buf *, struct stat *, int); ! static char *e (p, i) ! char **p; ! int i; ! { ! return p[i]; ! } ! static char *f (char * (*g) (char **, int), char **p, ...) ! { ! char *s; ! va_list v; ! va_start (v,p); ! s = g (p, va_arg (v,int)); ! va_end (v); ! return s; ! } ! int test (int i, double x); ! struct s1 {int (*f) (int a);}; ! struct s2 {int (*f) (double a);}; ! int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); ! int argc; ! char **argv; ! int ! main () ! { ! return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ! ; ! return 0; ! } ! _ACEOF ! # Don't try gcc -ansi; that turns off useful extensions and ! # breaks some systems' header files. ! # AIX -qlanglvl=ansi ! # Ultrix and OSF/1 -std1 ! # HP-UX 10.20 and later -Ae ! # HP-UX older versions -Aa -D_HPUX_SOURCE ! # SVR4 -Xc -D__EXTENSIONS__ ! for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" ! do ! CC="$ac_save_CC $ac_arg" ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! ac_cv_prog_cc_stdc=$ac_arg ! break ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! fi ! rm -f conftest.$ac_objext ! done ! rm -f conftest.$ac_ext conftest.$ac_objext ! CC=$ac_save_CC ! ! fi ! ! case "x$ac_cv_prog_cc_stdc" in ! x|xno) ! echo "$as_me:$LINENO: result: none needed" >&5 ! echo "${ECHO_T}none needed" >&6 ;; ! *) ! echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 ! echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 ! CC="$CC $ac_cv_prog_cc_stdc" ;; ! esac ! ! # Some people use a C++ compiler to compile C. Since we use `exit', ! # in C++ we need to declare it. In case someone uses the same compiler ! # for both compiling C and C++ we need to have the C++ compiler decide ! # the declaration of exit, since it's the most demanding environment. ! cat >conftest.$ac_ext <<_ACEOF ! #ifndef __cplusplus ! choke me ! #endif ! _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! for ac_declaration in \ ! ''\ ! '#include ' \ ! 'extern "C" void std::exit (int) throw (); using std::exit;' \ ! 'extern "C" void std::exit (int); using std::exit;' \ ! 'extern "C" void exit (int) throw ();' \ ! 'extern "C" void exit (int);' \ ! 'void exit (int);' ! do ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! $ac_declaration ! int ! main () ! { ! exit (42); ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! : ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! continue ! fi ! rm -f conftest.$ac_objext conftest.$ac_ext ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! $ac_declaration ! int ! main () ! { ! exit (42); ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! break ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! fi ! rm -f conftest.$ac_objext conftest.$ac_ext ! done ! rm -f conftest* ! if test -n "$ac_declaration"; then ! echo '#ifdef __cplusplus' >>confdefs.h ! echo $ac_declaration >>confdefs.h ! echo '#endif' >>confdefs.h ! fi ! ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! fi ! rm -f conftest.$ac_objext conftest.$ac_ext ! ac_ext=c ! ac_cpp='$CPP $CPPFLAGS' ! ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ! ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ! ac_compiler_gnu=$ac_cv_c_compiler_gnu ! ! depcc="$CC" am_compiler_list= ! ! echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 ! echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 ! if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! 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_CC_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) --- 3051,3523 ---- ! if ! test "x$enable_dependency_tracking" != xno \ ! && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then ! am__fastdepCC_TRUE= ! am__fastdepCC_FALSE='#' else ! am__fastdepCC_TRUE='#' ! am__fastdepCC_FALSE= ! fi ! echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 ! echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 ! if test "${lt_cv_path_SED+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! # Loop through the user's path and test for sed and gsed. ! # Then use that list of sed's as ones to test for truncation. ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. ! for lt_ac_prog in sed gsed; do ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then ! lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" ! fi ! done ! done done + lt_ac_max=0 + lt_ac_count=0 + # Add /usr/xpg4/bin/sed as it is typically found on Solaris + # along with /bin/sed that truncates output. + for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && break + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done done fi ! SED=$lt_cv_path_SED ! echo "$as_me:$LINENO: result: $SED" >&5 ! echo "${ECHO_T}$SED" >&6 ! # Make sure we can run config.sub. ! $ac_config_sub sun4 >/dev/null 2>&1 || ! { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 ! echo "$as_me: error: cannot run $ac_config_sub" >&2;} ! { (exit 1); exit 1; }; } ! echo "$as_me:$LINENO: checking build system type" >&5 ! echo $ECHO_N "checking build system type... $ECHO_C" >&6 ! if test "${ac_cv_build+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! ac_cv_build_alias=$build_alias ! test -z "$ac_cv_build_alias" && ! ac_cv_build_alias=`$ac_config_guess` ! test -z "$ac_cv_build_alias" && ! { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 ! echo "$as_me: error: cannot guess build type; you must specify one" >&2;} ! { (exit 1); exit 1; }; } ! ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || ! { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 ! echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} ! { (exit 1); exit 1; }; } ! fi ! echo "$as_me:$LINENO: result: $ac_cv_build" >&5 ! echo "${ECHO_T}$ac_cv_build" >&6 ! build=$ac_cv_build ! build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` ! build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` ! build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` ! echo "$as_me:$LINENO: checking host system type" >&5 ! echo $ECHO_N "checking host system type... $ECHO_C" >&6 ! if test "${ac_cv_host+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! ac_cv_host_alias=$host_alias ! test -z "$ac_cv_host_alias" && ! ac_cv_host_alias=$ac_cv_build_alias ! ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || ! { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 ! echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} ! { (exit 1); exit 1; }; } ! fi ! echo "$as_me:$LINENO: result: $ac_cv_host" >&5 ! echo "${ECHO_T}$ac_cv_host" >&6 ! host=$ac_cv_host ! host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` ! host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` ! host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` ! echo "$as_me:$LINENO: checking for egrep" >&5 ! echo $ECHO_N "checking for egrep... $ECHO_C" >&6 ! if test "${ac_cv_prog_egrep+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if echo a | (grep -E '(a|b)') >/dev/null 2>&1 ! then ac_cv_prog_egrep='grep -E' ! else ac_cv_prog_egrep='egrep' ! fi ! fi ! echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 ! echo "${ECHO_T}$ac_cv_prog_egrep" >&6 ! EGREP=$ac_cv_prog_egrep ! # Check whether --with-gnu-ld or --without-gnu-ld was given. ! if test "${with_gnu_ld+set}" = set; then ! withval="$with_gnu_ld" ! test "$withval" = no || with_gnu_ld=yes ! else ! with_gnu_ld=no ! fi; ! ac_prog=ld ! if test "$GCC" = yes; then ! # Check if gcc -print-prog-name=ld gives a path. ! echo "$as_me:$LINENO: checking for ld used by $CC" >&5 ! echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 ! case $host in ! *-*-mingw*) ! # gcc leaves a trailing carriage return which upsets mingw ! ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ! *) ! ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ! esac ! case $ac_prog in ! # Accept absolute paths. ! [\\/]* | ?:[\\/]*) ! re_direlt='/[^/][^/]*/\.\./' ! # Canonicalize the pathname of ld ! ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` ! while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ! ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` ! done ! test -z "$LD" && LD="$ac_prog" ! ;; ! "") ! # If it fails, then pretend we aren't using GCC. ! ac_prog=ld ! ;; ! *) ! # If it is relative, then search for the first ld in PATH. ! with_gnu_ld=unknown ! ;; ! esac ! elif test "$with_gnu_ld" = yes; then ! echo "$as_me:$LINENO: checking for GNU ld" >&5 ! echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 ! else ! echo "$as_me:$LINENO: checking for non-GNU ld" >&5 ! echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 ! fi ! if test "${lt_cv_path_LD+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -z "$LD"; then ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for ac_dir in $PATH; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then ! lt_cv_path_LD="$ac_dir/$ac_prog" ! # Check to see if the program is GNU ld. I'd rather use --version, ! # but apparently some GNU ld's only accept -v. ! # Break only if it was the GNU/non-GNU ld that we prefer. ! case `"$lt_cv_path_LD" -v 2>&1 &5 ! echo "${ECHO_T}$LD" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 ! fi ! test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 ! echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} ! { (exit 1); exit 1; }; } ! echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 ! echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 ! if test "${lt_cv_prog_gnu_ld+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! # I'd rather use --version here, but apparently some GNU ld's only accept -v. ! case `$LD -v 2>&1 &5 ! echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 ! with_gnu_ld=$lt_cv_prog_gnu_ld ! ! ! ! echo "$as_me:$LINENO: checking for library containing strerror" >&5 ! echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6 ! if test "${ac_cv_search_strerror+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! ac_func_search_save_LIBS=$LIBS ! ac_cv_search_strerror=no ! cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! /* Override any gcc2 internal prototype to avoid an error. */ ! #ifdef __cplusplus ! extern "C" ! #endif ! /* We use char because int might match the return type of a gcc2 ! builtin and then its argument prototype would still apply. */ ! char strerror (); int main () { ! strerror (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ! ac_cv_search_strerror="none required" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! if test "$ac_cv_search_strerror" = no; then ! for ac_lib in cposix; do ! LIBS="-l$ac_lib $ac_func_search_save_LIBS" ! cat >conftest.$ac_ext <<_ACEOF ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! /* Override any gcc2 internal prototype to avoid an error. */ ! #ifdef __cplusplus ! extern "C" ! #endif ! /* We use char because int might match the return type of a gcc2 ! builtin and then its argument prototype would still apply. */ ! char strerror (); ! int ! main () ! { ! strerror (); ! ; ! return 0; ! } ! _ACEOF ! rm -f conftest.$ac_objext conftest$ac_exeext ! if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ! ac_status=$? ! grep -v '^ *+' conftest.er1 >conftest.err ! rm -f conftest.er1 ! cat conftest.err >&5 ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! ac_cv_search_strerror="-l$ac_lib" ! break else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! done ! fi ! LIBS=$ac_func_search_save_LIBS ! fi ! echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 ! echo "${ECHO_T}$ac_cv_search_strerror" >&6 ! if test "$ac_cv_search_strerror" != no; then ! test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" ! fi ! for ac_prog in gcj ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! if test -n "$GCJ"; then ! ac_cv_prog_GCJ="$GCJ" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_GCJ="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi ! fi ! GCJ=$ac_cv_prog_GCJ ! if test -n "$GCJ"; then ! echo "$as_me:$LINENO: result: $GCJ" >&5 ! echo "${ECHO_T}$GCJ" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi ! test -n "$GCJ" && break ! done ! test -n "$GCJ" || GCJ="gcj" ! test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5 ! echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;} ! { (exit 1); exit 1; }; } ! if test "x${GCJFLAGS-unset}" = xunset; then ! GCJFLAGS="-g -O2" ! fi ! depcc="$GCJ" am_compiler_list='gcc3 gcc' ! echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 ! echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 ! if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! 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 ! # We will build objects and dependencies in a subdirectory because ! # it helps to detect inapplicable dependency modes. For instance ! # both Tru64's cc and ICC support -MD to output dependencies as a ! # side effect of compilation, but ICC will put the dependencies in ! # the current directory while Tru64 will put them in the object ! # directory. ! mkdir sub ! am_cv_GCJ_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 ! # Setup a source with many dependencies, because some compilers ! # like to wrap large dependency lists on column 80 (with \), and ! # we should not choose a depcomp mode which is confused by this. ! # ! # 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. ! : > sub/conftest.c ! for i in 1 2 3 4 5 6; do ! echo '#include "conftst'$i'.h"' >> sub/conftest.c ! # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with ! # Solaris 8's {/usr,}/bin/sh. ! touch sub/conftst$i.h ! done ! echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) *************** else *** 4299,4576 **** # 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_CC_dependencies_compiler_type=$depmode ! break fi done cd .. rm -rf conftest.dir else ! am_cv_CC_dependencies_compiler_type=none fi fi ! echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 ! echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 ! CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type ! ! ! # Check whether --enable-shared or --disable-shared was given. ! if test "${enable_shared+set}" = set; then ! enableval="$enable_shared" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_shared=yes ;; ! no) enable_shared=no ;; ! *) ! enable_shared=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_shared=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac ! else ! enable_shared=yes ! fi; ! ! # Check whether --enable-static or --disable-static was given. ! if test "${enable_static+set}" = set; then ! enableval="$enable_static" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_static=yes ;; ! no) enable_static=no ;; ! *) ! enable_static=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_static=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac ! else ! enable_static=yes ! fi; ! ! # Check whether --enable-fast-install or --disable-fast-install was given. ! if test "${enable_fast_install+set}" = set; then ! enableval="$enable_fast_install" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_fast_install=yes ;; ! no) enable_fast_install=no ;; ! *) ! enable_fast_install=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_fast_install=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac ! else ! enable_fast_install=yes ! fi; ! ! echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 ! echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 ! if test "${lt_cv_path_SED+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! # Loop through the user's path and test for sed and gsed. ! # Then use that list of sed's as ones to test for truncation. ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for lt_ac_prog in sed gsed; do ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then ! lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" ! fi ! done ! done ! done ! lt_ac_max=0 ! lt_ac_count=0 ! # Add /usr/xpg4/bin/sed as it is typically found on Solaris ! # along with /bin/sed that truncates output. ! for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do ! test ! -f $lt_ac_sed && break ! cat /dev/null > conftest.in ! lt_ac_count=0 ! echo $ECHO_N "0123456789$ECHO_C" >conftest.in ! # Check for GNU sed and select it if it is found. ! if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then ! lt_cv_path_SED=$lt_ac_sed ! break ! fi ! while true; do ! cat conftest.in conftest.in >conftest.tmp ! mv conftest.tmp conftest.in ! cp conftest.in conftest.nl ! echo >>conftest.nl ! $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break ! cmp -s conftest.out conftest.nl || break ! # 10000 chars as input seems more than enough ! test $lt_ac_count -gt 10 && break ! lt_ac_count=`expr $lt_ac_count + 1` ! if test $lt_ac_count -gt $lt_ac_max; then ! lt_ac_max=$lt_ac_count ! lt_cv_path_SED=$lt_ac_sed ! fi ! done ! done ! SED=$lt_cv_path_SED - fi - echo "$as_me:$LINENO: result: $SED" >&5 - echo "${ECHO_T}$SED" >&6 ! echo "$as_me:$LINENO: checking for egrep" >&5 ! echo $ECHO_N "checking for egrep... $ECHO_C" >&6 ! if test "${ac_cv_prog_egrep+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 else ! if echo a | (grep -E '(a|b)') >/dev/null 2>&1 ! then ac_cv_prog_egrep='grep -E' ! else ac_cv_prog_egrep='egrep' ! fi fi - echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 - echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep ! # Check whether --with-gnu-ld or --without-gnu-ld was given. ! if test "${with_gnu_ld+set}" = set; then ! withval="$with_gnu_ld" ! test "$withval" = no || with_gnu_ld=yes else ! with_gnu_ld=no fi; ! ac_prog=ld ! if test "$GCC" = yes; then ! # Check if gcc -print-prog-name=ld gives a path. ! echo "$as_me:$LINENO: checking for ld used by $CC" >&5 ! echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 ! case $host in ! *-*-mingw*) ! # gcc leaves a trailing carriage return which upsets mingw ! ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ! *) ! ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ! esac ! case $ac_prog in ! # Accept absolute paths. ! [\\/]* | ?:[\\/]*) ! re_direlt='/[^/][^/]*/\.\./' ! # Canonicalize the path of ld ! ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` ! while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ! ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done ! test -z "$LD" && LD="$ac_prog" ;; ! "") ! # If it fails, then pretend we aren't using GCC. ! ac_prog=ld ! ;; ! *) ! # If it is relative, then search for the first ld in PATH. ! with_gnu_ld=unknown ! ;; ! esac ! elif test "$with_gnu_ld" = yes; then ! echo "$as_me:$LINENO: checking for GNU ld" >&5 ! echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 ! else ! echo "$as_me:$LINENO: checking for non-GNU ld" >&5 ! echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 ! fi ! if test "${lt_cv_path_LD+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -z "$LD"; then ! lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ! for ac_dir in $PATH; do ! IFS="$lt_save_ifs" ! test -z "$ac_dir" && ac_dir=. ! if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then ! lt_cv_path_LD="$ac_dir/$ac_prog" ! # Check to see if the program is GNU ld. I'd rather use --version, ! # but apparently some GNU ld's only accept -v. ! # Break only if it was the GNU/non-GNU ld that we prefer. ! case `"$lt_cv_path_LD" -v 2>&1 &5 ! echo "${ECHO_T}$LD" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 ! echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} ! { (exit 1); exit 1; }; } ! echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 ! echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 ! if test "${lt_cv_prog_gnu_ld+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 else ! # I'd rather use --version here, but apparently some GNU ld's only accept -v. ! case `"$LD" -v 2>&1 &5 ! echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 ! with_gnu_ld=$lt_cv_prog_gnu_ld ! echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 --- 3535,3659 ---- # 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ ! depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ ! $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ ! >/dev/null 2>conftest.err && ! grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && ! grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then ! # icc doesn't choke on unknown options, it will just issue warnings ! # or remarks (even with -Werror). So we grep stderr for any message ! # that says an option was ignored or not supported. ! # When given -MP, icc 7.0 and 7.1 complain thusly: ! # icc: Command line warning: ignoring option '-M'; no argument required ! # The diagnosis changed in icc 8.0: ! # icc: Command line remark: option '-MP' not supported ! if (grep 'ignoring option' conftest.err || ! grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else ! am_cv_GCJ_dependencies_compiler_type=$depmode ! break ! fi fi done cd .. rm -rf conftest.dir else ! am_cv_GCJ_dependencies_compiler_type=none fi fi ! echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5 ! echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6 ! GCJDEPMODE=depmode=$am_cv_GCJ_dependencies_compiler_type ! if ! test "x$enable_dependency_tracking" != xno \ ! && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3; then ! am__fastdepGCJ_TRUE= ! am__fastdepGCJ_FALSE='#' else ! am__fastdepGCJ_TRUE='#' ! am__fastdepGCJ_FALSE= fi ! # Check whether --enable-static or --disable-static was given. ! if test "${enable_static+set}" = set; then ! enableval="$enable_static" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_static=yes ;; ! no) enable_static=no ;; ! *) ! enable_static=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_static=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac else ! enable_static=no fi; ! ! ! # Check whether --enable-shared or --disable-shared was given. ! if test "${enable_shared+set}" = set; then ! enableval="$enable_shared" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_shared=yes ;; ! no) enable_shared=no ;; ! *) ! enable_shared=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_shared=yes ! fi done ! IFS="$lt_save_ifs" ;; ! esac else ! enable_shared=yes ! fi; ! # Check whether --enable-fast-install or --disable-fast-install was given. ! if test "${enable_fast_install+set}" = set; then ! enableval="$enable_fast_install" ! p=${PACKAGE-default} ! case $enableval in ! yes) enable_fast_install=yes ;; ! no) enable_fast_install=no ;; ! *) ! enable_fast_install=no ! # Look at the argument we got. We use all the common list separators. ! lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ! for pkg in $enableval; do ! IFS="$lt_save_ifs" ! if test "X$pkg" = "X$p"; then ! enable_fast_install=yes ! fi ! done ! IFS="$lt_save_ifs" ! ;; ! esac else ! enable_fast_install=yes ! fi; echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 *************** case $reload_flag in *** 4586,4592 **** "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac ! reload_cmds='$CC -nostdlib -Xlinker$reload_flag $archargs -o $output$reload_objs' echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 --- 3669,3684 ---- "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac ! reload_cmds='$LD$reload_flag -o $output$reload_objs' ! case $host_os in ! darwin*) ! if test "$GCC" = yes; then ! reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs' ! else ! reload_cmds='$LD$reload_flag -o $output$reload_objs' ! fi ! ;; ! esac echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 *************** beos*) *** 4673,4706 **** lt_cv_deplibs_check_method=pass_all ;; ! bsdi4*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; ! cygwin* | mingw* | pw32*) ! # win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' ! lt_cv_file_magic_cmd='win32_libid' ;; darwin* | rhapsody*) - # this will be overwritten by pass_all, but leave it in just in case - lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' - lt_cv_file_magic_cmd='/usr/bin/file -L' - case "$host_os" in - rhapsody* | darwin1.[012]) - lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System` - ;; - *) # Darwin 1.3 on - lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' - ;; - esac lt_cv_deplibs_check_method=pass_all ;; ! freebsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) --- 3765,3794 ---- lt_cv_deplibs_check_method=pass_all ;; ! bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; ! cygwin*) ! # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' ! lt_cv_file_magic_cmd='func_win32_libid' ! ;; ! ! mingw* | pw32*) ! # Base MSYS/MinGW do not provide the 'file' command needed by ! # func_win32_libid shell function, so use a weaker test based on 'objdump'. ! lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' ! lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; ! freebsd* | kfreebsd*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) *************** hpux10.20* | hpux11*) *** 4739,4774 **** ;; irix5* | irix6* | nonstopux*) ! case $host_os in ! irix5* | nonstopux*) ! # this will be overridden with pass_all, but let us keep it just in case ! lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" ! ;; ! *) ! case $LD in ! *-32|*"-32 ") libmagic=32-bit;; ! *-n32|*"-n32 ") libmagic=N32;; ! *-64|*"-64 ") libmagic=64-bit;; ! *) libmagic=never-match;; ! esac ! # this will be overridden with pass_all, but let us keep it just in case ! lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" ! ;; esac - lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux*) ! case $host_cpu in ! alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) ! lt_cv_deplibs_check_method=pass_all ;; ! *) ! # glibc up to 2.1.1 does not perform some relocations on ARM ! lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; ! esac ! lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ;; netbsd*) --- 3827,3844 ---- ;; irix5* | irix6* | nonstopux*) ! case $LD in ! *-32|*"-32 ") libmagic=32-bit;; ! *-n32|*"-n32 ") libmagic=N32;; ! *-64|*"-64 ") libmagic=64-bit;; ! *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux*) ! lt_cv_deplibs_check_method=pass_all ;; netbsd*) *************** newos6*) *** 4785,4808 **** lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; ! nto-qnx) lt_cv_deplibs_check_method=unknown ;; openbsd*) - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' else ! lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' fi ;; osf3* | osf4* | osf5*) - # this will be overridden with pass_all, but let us keep it just in case - lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' - lt_cv_file_magic_test_file=/shlib/libc.so lt_cv_deplibs_check_method=pass_all ;; --- 3855,3873 ---- lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; ! nto-qnx*) lt_cv_deplibs_check_method=unknown ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ! lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else ! lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; *************** sco3.2v5*) *** 4812,4818 **** solaris*) lt_cv_deplibs_check_method=pass_all - lt_cv_file_magic_test_file=/lib/libc.so ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) --- 3877,3882 ---- *************** ia64-*-hpux*) *** 4891,4897 **** ;; *-*-irix6*) # Find out which ABI we are using. ! echo '#line 4894 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? --- 3955,3961 ---- ;; *-*-irix6*) # Find out which ABI we are using. ! echo '#line 3958 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? *************** x86_64-*linux*|ppc*-*linux*|powerpc*-*li *** 4940,4946 **** x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ! ppc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) --- 4004,4010 ---- x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ! ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) *************** ac_link='$CC -o conftest$ac_exeext $CFLA *** 4988,4994 **** ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4052,4057 ---- *************** main () *** 5005,5015 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4068,4088 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5022,5028 **** lt_cv_cc_needs_belf=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' --- 4095,4102 ---- lt_cv_cc_needs_belf=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' *************** do *** 5071,5077 **** # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4145,4150 ---- *************** cat >>conftest.$ac_ext <<_ACEOF *** 5082,5088 **** #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 --- 4155,4161 ---- #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 5094,5099 **** --- 4167,4173 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi *************** rm -f conftest.err conftest.$ac_ext *** 5114,5120 **** # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4188,4193 ---- *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 5132,5137 **** --- 4205,4211 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi *************** do *** 5178,5184 **** # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4252,4257 ---- *************** cat >>conftest.$ac_ext <<_ACEOF *** 5189,5195 **** #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 --- 4262,4268 ---- #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 5201,5206 **** --- 4274,4280 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi *************** rm -f conftest.err conftest.$ac_ext *** 5221,5227 **** # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4295,4300 ---- *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 5239,5244 **** --- 4312,4318 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi *************** if test "${ac_cv_header_stdc+set}" = set *** 5284,5290 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4358,4363 ---- *************** main () *** 5305,5315 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4378,4398 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5322,5333 **** ac_cv_header_stdc=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4405,4415 ---- ac_cv_header_stdc=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext *************** fi *** 5349,5355 **** if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4431,4436 ---- *************** if test $ac_cv_header_stdc = yes; then *** 5374,5380 **** : else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4455,4460 ---- *************** cat >>conftest.$ac_ext <<_ACEOF *** 5386,5394 **** # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ ! (('a' <= (c) && (c) <= 'i') \ ! || ('j' <= (c) && (c) <= 'r') \ ! || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif --- 4466,4474 ---- # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ ! (('a' <= (c) && (c) <= 'i') \ ! || ('j' <= (c) && (c) <= 'r') \ ! || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif *************** main () *** 5399,5405 **** int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) ! || toupper (i) != TOUPPER (i)) exit(2); exit (0); } --- 4479,4485 ---- int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) ! || toupper (i) != TOUPPER (i)) exit(2); exit (0); } *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5424,5430 **** ( exit $ac_status ) ac_cv_header_stdc=no fi ! rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi --- 4504,4510 ---- ( exit $ac_status ) ac_cv_header_stdc=no fi ! rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi *************** fi *** 5449,5455 **** for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ ! inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 4529,4535 ---- for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ ! inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** if eval "test \"\${$as_ac_Header+set}\" *** 5458,5464 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4538,4543 ---- *************** $ac_includes_default *** 5470,5480 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4549,4569 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5487,5493 **** eval "$as_ac_Header=no" fi ! rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 --- 4576,4582 ---- eval "$as_ac_Header=no" fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 *************** else *** 5518,5524 **** echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4607,4612 ---- *************** $ac_includes_default *** 5529,5539 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4617,4637 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5546,5552 **** ac_header_compiler=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 --- 4644,4650 ---- ac_header_compiler=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 *************** echo "${ECHO_T}$ac_header_compiler" >&6 *** 5554,5560 **** echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4652,4657 ---- *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 5572,5577 **** --- 4669,4675 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi *************** echo "$as_me:$LINENO: result: $ac_header *** 5591,5623 **** echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? ! case $ac_header_compiler:$ac_header_preproc in ! yes:no ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 ! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} ! ( ! cat <<\_ASBOX ! ## ------------------------------------ ## ! ## Report this to address@hidden ## ! ## ------------------------------------ ## ! _ASBOX ! ) | ! sed "s/^/$as_me: WARNING: /" >&2 ;; ! no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 ! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} ( cat <<\_ASBOX ! ## ------------------------------------ ## ! ## Report this to address@hidden ## ! ## ------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 --- 4689,4720 ---- echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? ! case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in ! yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 ! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ! ac_header_preproc=yes ;; ! no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 ! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 ! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} ! { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 ! echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 + echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ! ## ------------------- ## ! ## Report this to jaxp ## ! ## ------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 *************** echo $ECHO_N "checking for $ac_header... *** 5628,5634 **** if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! eval "$as_ac_Header=$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 --- 4725,4731 ---- if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 *************** if test "${ac_cv_cxx_compiler_gnu+set}" *** 5762,5768 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4859,4864 ---- *************** main () *** 5782,5792 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4878,4898 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5799,5805 **** ac_compiler_gnu=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi --- 4905,4911 ---- ac_compiler_gnu=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi *************** if test "${ac_cv_prog_cxx_g+set}" = set; *** 5815,5821 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 4921,4926 ---- *************** main () *** 5832,5842 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 4937,4957 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5849,5855 **** ac_cv_prog_cxx_g=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 --- 4964,4970 ---- ac_cv_prog_cxx_g=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 *************** else *** 5869,5876 **** fi fi for ac_declaration in \ ! ''\ ! '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ --- 4984,4990 ---- fi fi for ac_declaration in \ ! '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ *************** for ac_declaration in \ *** 5878,5891 **** 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ - #include $ac_declaration int main () { --- 4992,5004 ---- 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration + #include int main () { *************** exit (42); *** 5896,5906 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 5009,5029 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 5913,5921 **** continue fi ! rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 5036,5043 ---- continue fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext *************** exit (42); *** 5932,5942 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 5054,5074 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 5948,5954 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then --- 5080,5086 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then *************** else *** 5981,5998 **** # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir am_cv_CXX_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) --- 5113,5146 ---- # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub am_cv_CXX_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 + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # # 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. ! : > sub/conftest.c ! for i in 1 2 3 4 5 6; do ! echo '#include "conftst'$i'.h"' >> sub/conftest.c ! # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with ! # Solaris 8's {/usr,}/bin/sh. ! touch sub/conftst$i.h ! done ! echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) *************** else *** 6010,6022 **** # 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_CXX_dependencies_compiler_type=$depmode ! break fi done --- 5158,5182 ---- # 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ ! depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ ! $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ ! >/dev/null 2>conftest.err && ! grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && ! grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then ! # icc doesn't choke on unknown options, it will just issue warnings ! # or remarks (even with -Werror). So we grep stderr for any message ! # that says an option was ignored or not supported. ! # When given -MP, icc 7.0 and 7.1 complain thusly: ! # icc: Command line warning: ignoring option '-M'; no argument required ! # The diagnosis changed in icc 8.0: ! # icc: Command line remark: option '-MP' not supported ! if (grep 'ignoring option' conftest.err || ! grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else ! am_cv_CXX_dependencies_compiler_type=$depmode ! break ! fi fi done *************** echo "${ECHO_T}$am_cv_CXX_dependencies_c *** 6032,6038 **** CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type ! ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' --- 5192,5215 ---- CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type ! ! if ! test "x$enable_dependency_tracking" != xno \ ! && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then ! am__fastdepCXX_TRUE= ! am__fastdepCXX_FALSE='#' ! else ! am__fastdepCXX_TRUE='#' ! am__fastdepCXX_FALSE= ! fi ! ! ! ! ! if test -n "$CXX" && ( test "X$CXX" != "Xno" && ! ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || ! (test "X$CXX" != "Xg++"))) ; then ! ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' *************** do *** 6056,6062 **** # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 5233,5238 ---- *************** cat >>conftest.$ac_ext <<_ACEOF *** 6067,6073 **** #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 --- 5243,5249 ---- #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 6079,6084 **** --- 5255,5261 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag else ac_cpp_err= fi *************** rm -f conftest.err conftest.$ac_ext *** 6099,6105 **** # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 5276,5281 ---- *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 6117,6122 **** --- 5293,5299 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag else ac_cpp_err= fi *************** do *** 6163,6169 **** # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 5340,5345 ---- *************** cat >>conftest.$ac_ext <<_ACEOF *** 6174,6180 **** #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 --- 5350,5356 ---- #else # include #endif ! Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 6186,6191 **** --- 5362,5368 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag else ac_cpp_err= fi *************** rm -f conftest.err conftest.$ac_ext *** 6206,6212 **** # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 5383,5388 ---- *************** if { (eval echo "$as_me:$LINENO: \"$ac_c *** 6224,6229 **** --- 5400,5406 ---- (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag else ac_cpp_err= fi *************** ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS *** 6262,6274 **** ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu if test -n "$ac_tool_prefix"; then ! for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --- 5439,5453 ---- ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + fi + ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu if test -n "$ac_tool_prefix"; then ! for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 *************** fi *** 6310,6316 **** fi if test -z "$F77"; then ac_ct_F77=$F77 ! for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 --- 5489,5495 ---- fi if test -z "$F77"; then ac_ct_F77=$F77 ! for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 *************** fi *** 6355,6361 **** # Provide some information about the compiler. ! echo "$as_me:6358:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 --- 5534,5540 ---- # Provide some information about the compiler. ! echo "$as_me:5537:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 *************** ac_compiler=`set X $ac_compile; echo $2` *** 6373,6381 **** ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } # If we don't use `.F' as extension, the preprocessor is not run on the ! # input file. ac_save_ext=$ac_ext ac_ext=F echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 --- 5552,5561 ---- ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } + rm -f a.out # If we don't use `.F' as extension, the preprocessor is not run on the ! # input file. (Note that this only needs to work for GNU compilers.) ac_save_ext=$ac_ext ac_ext=F echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 *************** else *** 6393,6403 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 5573,5593 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_f77_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 6410,6423 **** ac_compiler_gnu=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_f77_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 ac_ext=$ac_save_ext - G77=`test $ac_compiler_gnu = yes && echo yes` ac_test_FFLAGS=${FFLAGS+set} ac_save_FFLAGS=$FFLAGS FFLAGS= --- 5600,5612 ---- ac_compiler_gnu=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_f77_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 ac_ext=$ac_save_ext ac_test_FFLAGS=${FFLAGS+set} ac_save_FFLAGS=$FFLAGS FFLAGS= *************** cat >conftest.$ac_ext <<_ACEOF *** 6434,6444 **** _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 5623,5643 ---- _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ! (eval $ac_compile) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_f77_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 6451,6457 **** ac_cv_prog_f77_g=no fi ! rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 --- 5650,5656 ---- ac_cv_prog_f77_g=no fi ! rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 *************** echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 *** 6459,6476 **** if test "$ac_test_FFLAGS" = set; then FFLAGS=$ac_save_FFLAGS elif test $ac_cv_prog_f77_g = yes; then ! if test "$G77" = yes; then FFLAGS="-g -O2" else FFLAGS="-g" fi else ! if test "$G77" = yes; then FFLAGS="-O2" else FFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' --- 5658,5677 ---- if test "$ac_test_FFLAGS" = set; then FFLAGS=$ac_save_FFLAGS elif test $ac_cv_prog_f77_g = yes; then ! if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-g -O2" else FFLAGS="-g" fi else ! if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-O2" else FFLAGS= fi fi + + G77=`test $ac_compiler_gnu = yes && echo yes` ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' *************** if test "${lt_cv_sys_max_cmd_len+set}" = *** 6488,6494 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else i=0 ! testring="ABCD" case $build_os in msdosdjgpp*) --- 5689,5695 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else i=0 ! teststring="ABCD" case $build_os in msdosdjgpp*) *************** else *** 6517,6536 **** lt_cv_sys_max_cmd_len=8192; ;; *) # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. ! while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \ ! = "XX$testring") >/dev/null 2>&1 && ! new_result=`expr "X$testring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` ! testring=$testring$testring done ! testring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. --- 5718,5757 ---- lt_cv_sys_max_cmd_len=8192; ;; + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* ) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for *BSD + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + ;; + *) # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. ! SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} ! while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ ! = "XX$teststring") >/dev/null 2>&1 && ! new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` ! teststring=$teststring$teststring done ! teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. *************** hpux*) # Its linker distinguishes data f *** 6591,6596 **** --- 5812,5824 ---- lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; + linux*) + if test "$host_cpu" = ia64; then + symcode='[ABCDGIRSTW]' + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + fi + ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; *************** osf*) *** 6598,6604 **** symcode='[BCDEGQRST]' ;; solaris* | sysv5*) ! symcode='[BDT]' ;; sysv4) symcode='[DFNSTU]' --- 5826,5832 ---- symcode='[BCDEGQRST]' ;; solaris* | sysv5*) ! symcode='[BDRT]' ;; sysv4) symcode='[DFNSTU]' *************** esac *** 6616,6622 **** # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) ! symcode='[ABCDGISTW]' ;; esac # Try without a prefix undercore, then with it. --- 5844,5850 ---- # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) ! symcode='[ABCDGIRSTW]' ;; esac # Try without a prefix undercore, then with it. *************** double_quote_subst='s/\([\\"\\`\\\\]\)/\ *** 6795,6803 **** # 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' --- 6023,6028 ---- *************** old_postuninstall_cmds= *** 7084,7098 **** 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*) --- 6309,6325 ---- if test -n "$RANLIB"; then case $host_os in openbsd*) ! old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" ;; *) ! old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ;; esac ! old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi + cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) *************** lt_prog_compiler_no_builtin_flag= *** 7345,7351 **** if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' ! echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 6572,6579 ---- if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' ! ! echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 7363,7373 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7366: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7370: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 6591,6601 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:6594: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:6598: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** echo $ECHO_N "checking for $compiler opt *** 7474,7479 **** --- 6702,6717 ---- lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic='-qnocommon' + lt_prog_compiler_wl='-Wl,' + ;; + esac + ;; mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being *************** echo $ECHO_N "checking for $compiler opt *** 7510,7521 **** linux*) case $CC in ! icc|ecc) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; ! ccc) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' --- 6748,6759 ---- linux*) case $CC in ! icc* | ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; ! ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' *************** echo "${ECHO_T}$lt_prog_compiler_pic" >& *** 7577,7583 **** # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 6815,6822 ---- # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then ! ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 7595,7605 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7598: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7602: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 6834,6844 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:6837: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:6841: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** else *** 7646,7658 **** mkdir out printf "$lt_simple_compile_test_code" > conftest.$ac_ext - # According to Tom Tromey, Ian Lance Taylor reported there are C compilers - # that will create temporary files in the current directory regardless of - # the output directory. Thus, making CWD read-only will cause this test - # to fail, enabling locking or at least warning the user not to do parallel - # builds. - chmod -w . - lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. --- 6885,6890 ---- *************** else *** 7662,7672 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7665: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:7669: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized --- 6894,6904 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:6897: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:6901: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized *************** else *** 7676,7683 **** fi fi chmod u+w . ! $rm conftest* out/* ! rmdir out cd .. rmdir conftest $rm conftest* --- 6908,6918 ---- fi fi chmod u+w . ! $rm conftest* ! # SGI C++ compiler will create directory out/ii_files/ for ! # template instantiation ! test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files ! $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* *************** EOF *** 7787,7793 **** ;; amigaos*) ! archive_cmds='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes --- 7022,7028 ---- ;; amigaos*) ! archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes *************** EOF *** 7829,7835 **** else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no --- 7064,7070 ---- else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no *************** EOF *** 7874,7879 **** --- 7109,7139 ---- hardcode_shlibpath_var=no ;; + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds="$tmp_archive_cmds" + fi + else + ld_shlibs=no + fi + ;; + *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' *************** EOF *** 7901,7907 **** aix3*) allow_undefined_flag=unsupported always_export_symbols=yes ! archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes --- 7161,7167 ---- aix3*) allow_undefined_flag=unsupported always_export_symbols=yes ! archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes *************** EOF *** 8002,8008 **** allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 7262,7267 ---- *************** main () *** 8019,8029 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 7278,7298 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 8040,8046 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" --- 7309,7316 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 8053,8059 **** else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 7323,7328 ---- *************** main () *** 8070,8080 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 7339,7359 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 8091,8097 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" --- 7370,7377 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 8105,8124 **** whole_archive_flag_spec=' ' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; ! bsdi4*) export_dynamic_flag_spec=-rdynamic ;; --- 7385,7404 ---- whole_archive_flag_spec=' ' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; ! bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; *************** if test -z "$aix_libpath"; then aix_libp *** 8132,8140 **** # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds='true' # FIXME: Should let the user specify the lib program. --- 7412,7420 ---- # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds='true' # FIXME: Should let the user specify the lib program. *************** if test -z "$aix_libpath"; then aix_libp *** 8144,8200 **** ;; darwin* | rhapsody*) - if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then - archive_cmds_need_lc=no case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag='-undefined suppress' ! ;; ! darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[012]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! allow_undefined_flag='-flat_namespace -undefined suppress' ! else ! allow_undefined_flag='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; esac ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. Also zsh mangles ! # `"' quotes if we put them in here... so don't! ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_cmds='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! module_cmds='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported ! whole_archive_flag_spec='-all_load $convenience' link_all_deplibs=yes fi ;; --- 7424,7475 ---- ;; darwin* | rhapsody*) case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[012]) ! allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; esac ! archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported ! whole_archive_flag_spec='' link_all_deplibs=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs=no + ;; + esac fi ;; *************** if test -z "$aix_libpath"; then aix_libp *** 8228,8234 **** ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes --- 7503,7509 ---- ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd* | kfreebsd*-gnu) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes *************** if test -z "$aix_libpath"; then aix_libp *** 8237,8245 **** hpux9*) if test "$GCC" = yes; then ! archive_cmds='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: --- 7512,7520 ---- hpux9*) if test "$GCC" = yes; then ! archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: *************** if test -z "$aix_libpath"; then aix_libp *** 8339,8344 **** --- 7614,7620 ---- hardcode_shlibpath_var=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else *************** if test -z "$aix_libpath"; then aix_libp *** 8359,8365 **** hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported ! archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; --- 7635,7641 ---- hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported ! archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; *************** if test -z "$aix_libpath"; then aix_libp *** 8383,8390 **** else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_} ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib${_S_}$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' --- 7659,7666 ---- else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' *************** if test -z "$aix_libpath"; then aix_libp *** 8404,8415 **** no_undefined_flag=' -z text' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp' else archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no --- 7680,7691 ---- no_undefined_flag=' -z text' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no *************** if test -z "$aix_libpath"; then aix_libp *** 8498,8505 **** # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' hardcode_libdir_flag_spec= hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' --- 7774,7781 ---- # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec= hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' *************** x|xyes) *** 8536,8542 **** if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in ! *"$_S_"*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) --- 7812,7818 ---- if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in ! *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) *************** echo "${ECHO_T}$archive_cmds_need_lc" >& *** 8588,8665 **** ;; esac - echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 - echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 - hardcode_action= - if test -n "$hardcode_libdir_flag_spec" || \ - test -n "$runpath_var " || \ - test "X$hardcode_automatic"="Xyes" ; then - - # We can hardcode non-existant directories. - if test "$hardcode_direct" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && - test "$hardcode_minus_L" != no; then - # Linking always hardcodes the temporary library directory. - hardcode_action=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - hardcode_action=immediate - fi - else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - hardcode_action=unsupported - fi - echo "$as_me:$LINENO: result: $hardcode_action" >&5 - echo "${ECHO_T}$hardcode_action" >&6 - - if test "$hardcode_action" = relink; then - # Fast installation is not supported - enable_fast_install=no - elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless - fi - - striplib= - old_striplib= - echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 - echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - NOT-darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - ;; - *) - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - ;; - esac - fi - echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= --- 7864,7875 ---- ;; esac echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= *************** aix4* | aix5*) *** 8747,8753 **** amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) --- 7957,7963 ---- amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) *************** beos*) *** 8756,8762 **** shlibpath_var=LIBRARY_PATH ;; ! bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' --- 7966,7972 ---- shlibpath_var=LIBRARY_PATH ;; ! bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' *************** bsdi4*) *** 8772,8778 **** cygwin* | mingw* | pw32*) version_type=windows ! shrext=".dll" need_version=no need_lib_prefix=no --- 7982,7988 ---- cygwin* | mingw* | pw32*) version_type=windows ! shrext_cmds=".dll" need_version=no need_lib_prefix=no *************** cygwin* | mingw* | pw32*) *** 8780,8792 **** yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`${_S_} ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_} ! dldir=$destdir/`dirname \$dlpath`${_S_} ! test -d \$dldir || mkdir -p \$dldir${_S_} $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_} ! dlpath=$dir/\$dldll${_S_} $rm \$dlpath' shlibpath_overrides_runpath=yes --- 7990,8002 ---- yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`~ ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ! dldir=$destdir/`dirname \$dlpath`~ ! test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ! dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes *************** cygwin* | mingw* | pw32*) *** 8794,8800 **** cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix --- 8004,8010 ---- cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix *************** darwin* | rhapsody*) *** 8833,8849 **** version_type=darwin need_lib_prefix=no need_version=no ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. ! library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; --- 8043,8058 ---- version_type=darwin need_lib_prefix=no need_version=no ! library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ! else ! sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; *************** freebsd1*) *** 8861,8866 **** --- 8070,8087 ---- dynamic_linker=no ;; + kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat *************** hpux9* | hpux10* | hpux11*) *** 8909,8915 **** need_version=no case "$host_cpu" in ia64*) ! shrext='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH --- 8130,8136 ---- need_version=no case "$host_cpu" in ia64*) ! shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH *************** hpux9* | hpux10* | hpux11*) *** 8924,8930 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH --- 8145,8151 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH *************** hpux9* | hpux10* | hpux11*) *** 8935,8941 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH --- 8156,8162 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH *************** linux*) *** 9004,9009 **** --- 8225,8236 ---- # before this can be enabled. hardcode_into_libs=yes + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, *************** linux*) *** 9013,9018 **** --- 8240,8257 ---- dynamic_linker='GNU/Linux ld.so' ;; + knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no *************** netbsd*) *** 9022,9028 **** finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi --- 8261,8267 ---- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi *************** newsos6) *** 9038,9044 **** shlibpath_overrides_runpath=yes ;; ! nto-qnx) version_type=linux need_lib_prefix=no need_version=no --- 8277,8283 ---- shlibpath_overrides_runpath=yes ;; ! nto-qnx*) version_type=linux need_lib_prefix=no need_version=no *************** openbsd*) *** 9071,9077 **** os2*) libname_spec='$name' ! shrext=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' --- 8310,8316 ---- os2*) libname_spec='$name' ! shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' *************** echo "$as_me:$LINENO: result: $dynamic_l *** 9169,9174 **** --- 8408,8479 ---- echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no + echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 + echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 + hardcode_action= + if test -n "$hardcode_libdir_flag_spec" || \ + test -n "$runpath_var" || \ + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi + else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported + fi + echo "$as_me:$LINENO: result: $hardcode_action" >&5 + echo "${ECHO_T}$hardcode_action" >&6 + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + enable_fast_install=no + elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless + fi + + striplib= + old_striplib= + echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 + echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 + if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + # FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + ;; + esac + fi + if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown *************** else *** 9204,9210 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 8509,8514 ---- *************** dlopen (); *** 9228,9238 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8532,8552 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9245,9251 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 8559,8566 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** if test "${ac_cv_func_shl_load+set}" = s *** 9269,9289 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 8584,8611 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ + #define shl_load innocuous_shl_load + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef shl_load + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != shl_load; *** 9314,9324 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8636,8656 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9331,9337 **** ac_cv_func_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 --- 8663,8670 ---- ac_cv_func_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 *************** else *** 9346,9352 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 8679,8684 ---- *************** shl_load (); *** 9370,9380 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8702,8722 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9387,9393 **** ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --- 8729,8736 ---- ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 *************** if test "${ac_cv_func_dlopen+set}" = set *** 9401,9421 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 8744,8771 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ + #define dlopen innocuous_dlopen + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef dlopen + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != dlopen; *** 9446,9456 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8796,8816 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9463,9469 **** ac_cv_func_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 --- 8823,8830 ---- ac_cv_func_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 *************** else *** 9478,9484 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 8839,8844 ---- *************** dlopen (); *** 9502,9512 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8862,8882 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9519,9525 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 8889,8896 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** else *** 9535,9541 **** ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 8906,8911 ---- *************** dlopen (); *** 9559,9569 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8929,8949 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9576,9582 **** ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 --- 8956,8963 ---- ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 *************** else *** 9592,9598 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 8973,8978 ---- *************** dld_link (); *** 9616,9626 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 8996,9016 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 9633,9639 **** ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 --- 9023,9030 ---- ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 *************** else *** 9688,9694 **** lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&1 | grep 'Apple' >/dev/null ; then - archive_cmds_need_lc=no - case "$host_os" in - rhapsody* | darwin1.[012]) - allow_undefined_flag='-undefined suppress' - ;; - darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0 - test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' - ;; - *) # Darwin 7.0 on - case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in - 10.[012]) - test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' - ;; - *) # 10.3 on - if test -z ${LD_TWOLEVEL_NAMESPACE}; then - allow_undefined_flag='-flat_namespace -undefined suppress' - else - allow_undefined_flag='-undefined dynamic_lookup' - fi - ;; - esac - ;; - esac - # FIXME: Relying on posixy $() will cause problems for - # cross-compilation, but unfortunately the echo tests do not - # yet detect zsh echo's removal of \ escapes. Also zsh mangles - # `"' quotes if we put them in here... so don't! - output_verbose_link_cmd='echo' - archive_cmds='$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' - module_cmds='$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's - archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' - module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' - hardcode_direct=no - hardcode_automatic=yes - hardcode_shlibpath_var=unsupported - whole_archive_flag_spec='-all_load $convenience' - link_all_deplibs=yes - fi ;; esac echo "$as_me:$LINENO: result: $enable_shared" >&5 --- 9297,9311 ---- aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then ! archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; ! aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac echo "$as_me:$LINENO: result: $enable_shared" >&5 *************** if test -f "$ltmain"; then *** 9982,9988 **** # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ --- 9331,9338 ---- # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ ! SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ *************** if test -f "$ltmain"; then *** 10040,10046 **** old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" --- 9390,9396 ---- old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" *************** Xsed="$SED -e s/^X//" *** 10100,10106 **** # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi # The names of the tagged configurations supported by this script. available_tags= --- 9450,9456 ---- # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # The names of the tagged configurations supported by this script. available_tags= *************** available_tags= *** 10109,10117 **** # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # Set the command separator (default: ~) - _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. SHELL=$lt_SHELL --- 9459,9464 ---- *************** LN_S=$lt_LN_S *** 10163,10169 **** NM=$lt_NM # A symbol stripping program ! STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD --- 9510,9516 ---- NM=$lt_NM # A symbol stripping program ! STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD *************** objext="$ac_objext" *** 10194,10200 **** libext="$libext" # Shared library suffix (normally ".so"). ! shrext='$shrext' # Executable file suffix (normally ""). exeext="$exeext" --- 9541,9547 ---- libext="$libext" # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" *************** else *** 10436,10442 **** # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! test -f Makefile && make "$ltmain" fi --- 9783,9792 ---- # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi fi *************** echo "$as_me: error: tag name \"$tagname *** 10501,10507 **** case $tagname in CXX) ! if test -n "$CXX" && test "X$CXX" != "Xno"; then ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' --- 9851,9859 ---- case $tagname in CXX) ! if test -n "$CXX" && ( test "X$CXX" != "Xno" && ! ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || ! (test "X$CXX" != "Xg++"))) ; then ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' *************** echo $ECHO_N "checking for ld used by $C *** 10617,10623 **** # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' ! # Canonicalize the path of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` --- 9969,9975 ---- # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' ! # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` *************** if test "${lt_cv_prog_gnu_ld+set}" = set *** 10686,10692 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. ! case `"$LD" -v 2>&1 &6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. ! case `$LD -v 2>&1 conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 10191,10196 ---- *************** main () *** 10856,10866 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 10207,10227 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 10877,10883 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" --- 10238,10245 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 10891,10897 **** else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 10253,10258 ---- *************** main () *** 10908,10918 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 10269,10289 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 10929,10935 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" --- 10300,10307 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 10943,10949 **** whole_archive_flag_spec_CXX=' ' archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; --- 10315,10321 ---- whole_archive_flag_spec_CXX=' ' archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; *************** if test -z "$aix_libpath"; then aix_libp *** 10956,10961 **** --- 10328,10334 ---- esac ;; + cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. *************** if test -z "$aix_libpath"; then aix_libp *** 10973,11036 **** else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs_CXX=no fi ;; ! ! darwin* | rhapsody*) ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! archive_cmds_need_lc_CXX=no ! case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_CXX='-undefined suppress' ! ;; ! darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[012]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! allow_undefined_flag_CXX='-flat_namespace -undefined suppress' ! else ! allow_undefined_flag_CXX='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; ! esac ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_cmds_CXX='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' fi - module_cmds_CXX='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' - - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else ! archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' fi ! module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! hardcode_direct_CXX=no ! hardcode_automatic_CXX=yes ! hardcode_shlibpath_var_CXX=unsupported ! whole_archive_flag_spec_CXX='-all_load $convenience' ! link_all_deplibs_CXX=yes ! fi ! ;; dgux*) case $cc_basename in --- 10346,10419 ---- else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs_CXX=no fi ;; ! darwin* | rhapsody*) ! case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[012]) ! allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; ! esac ! archive_cmds_need_lc_CXX=no ! hardcode_direct_CXX=no ! hardcode_automatic_CXX=yes ! hardcode_shlibpath_var_CXX=unsupported ! whole_archive_flag_spec_CXX='' ! link_all_deplibs_CXX=yes ! ! if test "$GXX" = yes ; then ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes fi if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' else ! archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! case "$cc_basename" in ! xlc*) ! output_verbose_link_cmd='echo' ! archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' ! module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! ;; ! *) ! ld_shlibs_CXX=no ! ;; ! esac fi ! ;; dgux*) case $cc_basename in *************** if test -z "$aix_libpath"; then aix_libp *** 11056,11062 **** freebsd-elf*) archive_cmds_need_lc_CXX=no ;; ! freebsd*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes --- 10439,10445 ---- freebsd-elf*) archive_cmds_need_lc_CXX=no ;; ! freebsd* | kfreebsd*-gnu) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes *************** if test -z "$aix_libpath"; then aix_libp *** 11078,11084 **** ld_shlibs_CXX=no ;; aCC) ! archive_cmds_CXX='$rm $output_objdir/$soname${_S_}$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. --- 10461,10467 ---- ld_shlibs_CXX=no ;; aCC) ! archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. *************** if test -z "$aix_libpath"; then aix_libp *** 11087,11097 **** # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. ! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then ! archive_cmds_CXX='$rm $output_objdir/$soname${_S_}$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no --- 10470,10480 ---- # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. ! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then ! archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no *************** if test -z "$aix_libpath"; then aix_libp *** 11236,11244 **** icpc) # Intel C++ with_gnu_ld=yes archive_cmds_need_lc_CXX=no - archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' --- 10619,10638 ---- icpc) # Intel C++ with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' *************** if test -z "$aix_libpath"; then aix_libp *** 11295,11300 **** --- 10689,10710 ---- # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + openbsd*) + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + ;; osf3*) case $cc_basename in KCC) *************** if test -z "$aix_libpath"; then aix_libp *** 11380,11388 **** cxx) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done${_S_} ! echo "-hidden">> $lib.exp${_S_} ! $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib${_S_} $rm $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' --- 10790,10798 ---- cxx) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ! archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ ! echo "-hidden">> $lib.exp~ ! $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ $rm $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' *************** if test -z "$aix_libpath"; then aix_libp *** 11459,11466 **** # Sun C++ 4.2, 5.x and Centerline C++ no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no --- 10869,10876 ---- # Sun C++ 4.2, 5.x and Centerline C++ no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no *************** if test -z "$aix_libpath"; then aix_libp *** 11505,11512 **** no_undefined_flag_CXX=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when --- 10915,10922 ---- no_undefined_flag_CXX=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when *************** if test -z "$aix_libpath"; then aix_libp *** 11516,11523 **** # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when --- 10926,10933 ---- # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' ! archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when *************** echo $ECHO_N "checking for $compiler opt *** 11750,11755 **** --- 11160,11175 ---- ;; esac ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_CXX='-qnocommon' + lt_prog_compiler_wl_CXX='-Wl,' + ;; + esac + ;; dgux*) case $cc_basename in ec++) *************** echo $ECHO_N "checking for $compiler opt *** 11763,11769 **** ;; esac ;; ! freebsd*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) --- 11183,11189 ---- ;; esac ;; ! freebsd* | kfreebsd*-gnu) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) *************** echo "${ECHO_T}$lt_prog_compiler_pic_CXX *** 11931,11937 **** # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 11351,11358 ---- # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then ! ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 11949,11959 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:11952: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:11956: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 11370,11380 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:11373: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:11377: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** else *** 12000,12012 **** mkdir out printf "$lt_simple_compile_test_code" > conftest.$ac_ext - # According to Tom Tromey, Ian Lance Taylor reported there are C compilers - # that will create temporary files in the current directory regardless of - # the output directory. Thus, making CWD read-only will cause this test - # to fail, enabling locking or at least warning the user not to do parallel - # builds. - chmod -w . - lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. --- 11421,11426 ---- *************** else *** 12016,12026 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:12019: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:12023: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized --- 11430,11440 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:11433: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:11437: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized *************** else *** 12030,12037 **** fi fi chmod u+w . ! $rm conftest* out/* ! rmdir out cd .. rmdir conftest $rm conftest* --- 11444,11454 ---- fi fi chmod u+w . ! $rm conftest* ! # SGI C++ compiler will create directory out/ii_files/ for ! # template instantiation ! test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files ! $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* *************** x|xyes) *** 12107,12113 **** if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_CXX in ! *"$_S_"*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) --- 11524,11530 ---- if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_CXX in ! *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) *************** echo "${ECHO_T}$archive_cmds_need_lc_CXX *** 12159,12236 **** ;; esac - echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 - echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 - hardcode_action_CXX= - if test -n "$hardcode_libdir_flag_spec_CXX" || \ - test -n "$runpath_var CXX" || \ - test "X$hardcode_automatic_CXX"="Xyes" ; then - - # We can hardcode non-existant directories. - if test "$hardcode_direct_CXX" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && - test "$hardcode_minus_L_CXX" != no; then - # Linking always hardcodes the temporary library directory. - hardcode_action_CXX=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - hardcode_action_CXX=immediate - fi - else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - hardcode_action_CXX=unsupported - fi - echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 - echo "${ECHO_T}$hardcode_action_CXX" >&6 - - if test "$hardcode_action_CXX" = relink; then - # Fast installation is not supported - enable_fast_install=no - elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless - fi - - striplib= - old_striplib= - echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 - echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - NOT-darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - ;; - *) - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - ;; - esac - fi - echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= --- 11576,11587 ---- ;; esac echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= *************** aix4* | aix5*) *** 12318,12324 **** amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) --- 11669,11675 ---- amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) *************** beos*) *** 12327,12333 **** shlibpath_var=LIBRARY_PATH ;; ! bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' --- 11678,11684 ---- shlibpath_var=LIBRARY_PATH ;; ! bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' *************** bsdi4*) *** 12343,12349 **** cygwin* | mingw* | pw32*) version_type=windows ! shrext=".dll" need_version=no need_lib_prefix=no --- 11694,11700 ---- cygwin* | mingw* | pw32*) version_type=windows ! shrext_cmds=".dll" need_version=no need_lib_prefix=no *************** cygwin* | mingw* | pw32*) *** 12351,12363 **** yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`${_S_} ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_} ! dldir=$destdir/`dirname \$dlpath`${_S_} ! test -d \$dldir || mkdir -p \$dldir${_S_} $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_} ! dlpath=$dir/\$dldll${_S_} $rm \$dlpath' shlibpath_overrides_runpath=yes --- 11702,11714 ---- yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`~ ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ! dldir=$destdir/`dirname \$dlpath`~ ! test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ! dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes *************** cygwin* | mingw* | pw32*) *** 12365,12371 **** cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix --- 11716,11722 ---- cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix *************** darwin* | rhapsody*) *** 12404,12420 **** version_type=darwin need_lib_prefix=no need_version=no ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. ! library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; --- 11755,11770 ---- version_type=darwin need_lib_prefix=no need_version=no ! library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ! else ! sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; *************** freebsd1*) *** 12432,12437 **** --- 11782,11799 ---- dynamic_linker=no ;; + kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat *************** hpux9* | hpux10* | hpux11*) *** 12480,12486 **** need_version=no case "$host_cpu" in ia64*) ! shrext='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH --- 11842,11848 ---- need_version=no case "$host_cpu" in ia64*) ! shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH *************** hpux9* | hpux10* | hpux11*) *** 12495,12501 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH --- 11857,11863 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH *************** hpux9* | hpux10* | hpux11*) *** 12506,12512 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH --- 11868,11874 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH *************** linux*) *** 12575,12580 **** --- 11937,11948 ---- # before this can be enabled. hardcode_into_libs=yes + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, *************** linux*) *** 12584,12589 **** --- 11952,11969 ---- dynamic_linker='GNU/Linux ld.so' ;; + knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no *************** netbsd*) *** 12593,12599 **** finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi --- 11973,11979 ---- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi *************** newsos6) *** 12609,12615 **** shlibpath_overrides_runpath=yes ;; ! nto-qnx) version_type=linux need_lib_prefix=no need_version=no --- 11989,11995 ---- shlibpath_overrides_runpath=yes ;; ! nto-qnx*) version_type=linux need_lib_prefix=no need_version=no *************** openbsd*) *** 12642,12648 **** os2*) libname_spec='$name' ! shrext=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' --- 12022,12028 ---- os2*) libname_spec='$name' ! shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' *************** uts4*) *** 12732,12744 **** shlibpath_var=LD_LIBRARY_PATH ;; ! *) ! dynamic_linker=no ! ;; ! esac ! echo "$as_me:$LINENO: result: $dynamic_linker" >&5 ! echo "${ECHO_T}$dynamic_linker" >&6 ! test "$dynamic_linker" = no && can_build_shared=no if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown --- 12112,12190 ---- shlibpath_var=LD_LIBRARY_PATH ;; ! *) ! dynamic_linker=no ! ;; ! esac ! echo "$as_me:$LINENO: result: $dynamic_linker" >&5 ! echo "${ECHO_T}$dynamic_linker" >&6 ! test "$dynamic_linker" = no && can_build_shared=no ! ! echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 ! echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 ! hardcode_action_CXX= ! if test -n "$hardcode_libdir_flag_spec_CXX" || \ ! test -n "$runpath_var_CXX" || \ ! test "X$hardcode_automatic_CXX" = "Xyes" ; then ! ! # We can hardcode non-existant directories. ! if test "$hardcode_direct_CXX" != no && ! # If the only mechanism to avoid hardcoding is shlibpath_var, we ! # have to relink, otherwise we might link with an installed library ! # when we should be linking with a yet-to-be-installed one ! ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && ! test "$hardcode_minus_L_CXX" != no; then ! # Linking always hardcodes the temporary library directory. ! hardcode_action_CXX=relink ! else ! # We can link without hardcoding, and we can hardcode nonexisting dirs. ! hardcode_action_CXX=immediate ! fi ! else ! # We cannot hardcode anything, or else we can only hardcode existing ! # directories. ! hardcode_action_CXX=unsupported ! fi ! echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 ! echo "${ECHO_T}$hardcode_action_CXX" >&6 ! ! if test "$hardcode_action_CXX" = relink; then ! # Fast installation is not supported ! enable_fast_install=no ! elif test "$shlibpath_overrides_runpath" = yes || ! test "$enable_shared" = no; then ! # Fast installation is not necessary ! enable_fast_install=needless ! fi ! ! striplib= ! old_striplib= ! echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 ! echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 ! if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then ! test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" ! test -z "$striplib" && striplib="$STRIP --strip-unneeded" ! echo "$as_me:$LINENO: result: yes" >&5 ! echo "${ECHO_T}yes" >&6 ! else ! # FIXME - insert some real tests, host_os isn't really good enough ! case $host_os in ! darwin*) ! if test -n "$STRIP" ; then ! striplib="$STRIP -x" ! echo "$as_me:$LINENO: result: yes" >&5 ! echo "${ECHO_T}yes" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ;; ! *) ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! ;; ! esac ! fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown *************** else *** 12775,12781 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 12221,12226 ---- *************** dlopen (); *** 12799,12809 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12244,12264 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 12816,12822 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 12271,12278 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** if test "${ac_cv_func_shl_load+set}" = s *** 12840,12860 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 12296,12323 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ + #define shl_load innocuous_shl_load + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef shl_load + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != shl_load; *** 12885,12895 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12348,12368 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 12902,12908 **** ac_cv_func_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 --- 12375,12382 ---- ac_cv_func_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 *************** else *** 12917,12923 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 12391,12396 ---- *************** shl_load (); *** 12941,12951 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12414,12434 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 12958,12964 **** ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --- 12441,12448 ---- ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 *************** if test "${ac_cv_func_dlopen+set}" = set *** 12972,12992 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 12456,12483 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ + #define dlopen innocuous_dlopen + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef dlopen + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != dlopen; *** 13017,13027 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12508,12528 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 13034,13040 **** ac_cv_func_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 --- 12535,12542 ---- ac_cv_func_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 *************** else *** 13049,13055 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 12551,12556 ---- *************** dlopen (); *** 13073,13083 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12574,12594 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 13090,13096 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 12601,12608 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** else *** 13106,13112 **** ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 12618,12623 ---- *************** dlopen (); *** 13130,13140 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12641,12661 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 13147,13153 **** ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 --- 12668,12675 ---- ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 *************** else *** 13163,13169 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 12685,12690 ---- *************** dld_link (); *** 13187,13197 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 12708,12728 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_cxx_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 13204,13210 **** ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 --- 12735,12742 ---- ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 *************** else *** 13259,13265 **** lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext </dev/null | sed 1q`: - # Set the command separator (default: ~) - _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. SHELL=$lt_SHELL --- 13086,13091 ---- *************** LN_S=$lt_LN_S *** 13607,13613 **** NM=$lt_NM # A symbol stripping program ! STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD --- 13137,13143 ---- NM=$lt_NM # A symbol stripping program ! STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD *************** objext="$ac_objext" *** 13638,13644 **** libext="$libext" # Shared library suffix (normally ".so"). ! shrext='$shrext' # Executable file suffix (normally ""). exeext="$exeext" --- 13168,13174 ---- libext="$libext" # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" *************** else *** 13855,13861 **** # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! test -f Makefile && make "$ltmain" fi --- 13385,13394 ---- # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi fi *************** case "$host_os" in *** 13953,13963 **** aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then ! archive_cmds="$archive_cmds\${_S_}\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; ! aix4*) test "$enable_shared" = yes && enable_static=no ;; esac --- 13486,13496 ---- aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then ! archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; ! aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac *************** echo $ECHO_N "checking for $compiler opt *** 14061,14066 **** --- 13594,13609 ---- lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' fi ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_F77='-qnocommon' + lt_prog_compiler_wl_F77='-Wl,' + ;; + esac + ;; mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being *************** echo $ECHO_N "checking for $compiler opt *** 14097,14108 **** linux*) case $CC in ! icc|ecc) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-static' ;; ! ccc) lt_prog_compiler_wl_F77='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' --- 13640,13651 ---- linux*) case $CC in ! icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-static' ;; ! ccc*) lt_prog_compiler_wl_F77='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' *************** echo "${ECHO_T}$lt_prog_compiler_pic_F77 *** 14164,14170 **** # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_F77"; then ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 13707,13714 ---- # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_F77"; then ! ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 14182,14192 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14185: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:14189: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 13726,13736 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:13729: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:13733: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** else *** 14233,14245 **** mkdir out printf "$lt_simple_compile_test_code" > conftest.$ac_ext - # According to Tom Tromey, Ian Lance Taylor reported there are C compilers - # that will create temporary files in the current directory regardless of - # the output directory. Thus, making CWD read-only will cause this test - # to fail, enabling locking or at least warning the user not to do parallel - # builds. - chmod -w . - lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. --- 13777,13782 ---- *************** else *** 14249,14259 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14252: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:14256: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized --- 13786,13796 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:13789: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:13793: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized *************** else *** 14263,14270 **** fi fi chmod u+w . ! $rm conftest* out/* ! rmdir out cd .. rmdir conftest $rm conftest* --- 13800,13810 ---- fi fi chmod u+w . ! $rm conftest* ! # SGI C++ compiler will create directory out/ii_files/ for ! # template instantiation ! test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files ! $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* *************** EOF *** 14374,14380 **** ;; amigaos*) ! archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes --- 13914,13920 ---- ;; amigaos*) ! archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes *************** EOF *** 14416,14422 **** else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no --- 13956,13962 ---- else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no *************** EOF *** 14461,14466 **** --- 14001,14031 ---- hardcode_shlibpath_var_F77=no ;; + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_F77="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_F77="$tmp_archive_cmds" + fi + else + ld_shlibs_F77=no + fi + ;; + *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' *************** EOF *** 14488,14494 **** aix3*) allow_undefined_flag_F77=unsupported always_export_symbols_F77=yes ! archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_F77=yes --- 14053,14059 ---- aix3*) allow_undefined_flag_F77=unsupported always_export_symbols_F77=yes ! archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_F77=yes *************** EOF *** 14595,14605 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 14160,14180 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_f77_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 14616,14622 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" --- 14191,14198 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 14635,14645 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 14211,14231 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_f77_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 14656,14662 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" --- 14242,14249 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 14670,14689 **** whole_archive_flag_spec_F77=' ' archive_cmds_need_lc_F77=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # see comment about different semantics on the GNU ld section ld_shlibs_F77=no ;; ! bsdi4*) export_dynamic_flag_spec_F77=-rdynamic ;; --- 14257,14276 ---- whole_archive_flag_spec_F77=' ' archive_cmds_need_lc_F77=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # see comment about different semantics on the GNU ld section ld_shlibs_F77=no ;; ! bsdi[45]*) export_dynamic_flag_spec_F77=-rdynamic ;; *************** if test -z "$aix_libpath"; then aix_libp *** 14697,14705 **** # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. --- 14284,14292 ---- # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. *************** if test -z "$aix_libpath"; then aix_libp *** 14709,14765 **** ;; darwin* | rhapsody*) - if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then - archive_cmds_need_lc_F77=no case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_F77='-undefined suppress' ! ;; ! darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[012]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! allow_undefined_flag_F77='-flat_namespace -undefined suppress' ! else ! allow_undefined_flag_F77='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; esac ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. Also zsh mangles ! # `"' quotes if we put them in here... so don't! ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_cmds_F77='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! module_cmds_F77='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' hardcode_direct_F77=no hardcode_automatic_F77=yes hardcode_shlibpath_var_F77=unsupported ! whole_archive_flag_spec_F77='-all_load $convenience' link_all_deplibs_F77=yes fi ;; --- 14296,14347 ---- ;; darwin* | rhapsody*) case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[012]) ! allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; esac ! archive_cmds_need_lc_F77=no hardcode_direct_F77=no hardcode_automatic_F77=yes hardcode_shlibpath_var_F77=unsupported ! whole_archive_flag_spec_F77='' link_all_deplibs_F77=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_F77=no + ;; + esac fi ;; *************** if test -z "$aix_libpath"; then aix_libp *** 14793,14799 **** ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes --- 14375,14381 ---- ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd* | kfreebsd*-gnu) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes *************** if test -z "$aix_libpath"; then aix_libp *** 14802,14810 **** hpux9*) if test "$GCC" = yes; then ! archive_cmds_F77='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds_F77='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: --- 14384,14392 ---- hpux9*) if test "$GCC" = yes; then ! archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: *************** if test -z "$aix_libpath"; then aix_libp *** 14904,14909 **** --- 14486,14492 ---- hardcode_shlibpath_var_F77=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' export_dynamic_flag_spec_F77='${wl}-E' else *************** if test -z "$aix_libpath"; then aix_libp *** 14924,14930 **** hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes allow_undefined_flag_F77=unsupported ! archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; --- 14507,14513 ---- hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes allow_undefined_flag_F77=unsupported ! archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; *************** if test -z "$aix_libpath"; then aix_libp *** 14948,14955 **** else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_} ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib${_S_}$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_F77='-rpath $libdir' --- 14531,14538 ---- else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_F77='-rpath $libdir' *************** if test -z "$aix_libpath"; then aix_libp *** 14969,14980 **** no_undefined_flag_F77=' -z text' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp' else archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_shlibpath_var_F77=no --- 14552,14563 ---- no_undefined_flag_F77=' -z text' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_shlibpath_var_F77=no *************** if test -z "$aix_libpath"; then aix_libp *** 15063,15070 **** # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' hardcode_libdir_flag_spec_F77= hardcode_shlibpath_var_F77=no runpath_var='LD_RUN_PATH' --- 14646,14653 ---- # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec_F77= hardcode_shlibpath_var_F77=no runpath_var='LD_RUN_PATH' *************** x|xyes) *** 15101,15107 **** if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_F77 in ! *"$_S_"*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) --- 14684,14690 ---- if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_F77 in ! *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) *************** echo "${ECHO_T}$archive_cmds_need_lc_F77 *** 15153,15230 **** ;; esac - echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 - echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 - hardcode_action_F77= - if test -n "$hardcode_libdir_flag_spec_F77" || \ - test -n "$runpath_var F77" || \ - test "X$hardcode_automatic_F77"="Xyes" ; then - - # We can hardcode non-existant directories. - if test "$hardcode_direct_F77" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && - test "$hardcode_minus_L_F77" != no; then - # Linking always hardcodes the temporary library directory. - hardcode_action_F77=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - hardcode_action_F77=immediate - fi - else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - hardcode_action_F77=unsupported - fi - echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 - echo "${ECHO_T}$hardcode_action_F77" >&6 - - if test "$hardcode_action_F77" = relink; then - # Fast installation is not supported - enable_fast_install=no - elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless - fi - - striplib= - old_striplib= - echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 - echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - NOT-darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - ;; - *) - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - ;; - esac - fi - echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= --- 14736,14747 ---- ;; esac echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= *************** aix4* | aix5*) *** 15312,15318 **** amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) --- 14829,14835 ---- amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) *************** beos*) *** 15321,15327 **** shlibpath_var=LIBRARY_PATH ;; ! bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' --- 14838,14844 ---- shlibpath_var=LIBRARY_PATH ;; ! bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' *************** bsdi4*) *** 15337,15343 **** cygwin* | mingw* | pw32*) version_type=windows ! shrext=".dll" need_version=no need_lib_prefix=no --- 14854,14860 ---- cygwin* | mingw* | pw32*) version_type=windows ! shrext_cmds=".dll" need_version=no need_lib_prefix=no *************** cygwin* | mingw* | pw32*) *** 15345,15357 **** yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`${_S_} ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_} ! dldir=$destdir/`dirname \$dlpath`${_S_} ! test -d \$dldir || mkdir -p \$dldir${_S_} $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_} ! dlpath=$dir/\$dldll${_S_} $rm \$dlpath' shlibpath_overrides_runpath=yes --- 14862,14874 ---- yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`~ ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ! dldir=$destdir/`dirname \$dlpath`~ ! test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ! dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes *************** cygwin* | mingw* | pw32*) *** 15359,15365 **** cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix --- 14876,14882 ---- cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix *************** darwin* | rhapsody*) *** 15398,15414 **** version_type=darwin need_lib_prefix=no need_version=no ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. ! library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; --- 14915,14930 ---- version_type=darwin need_lib_prefix=no need_version=no ! library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ! else ! sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; *************** freebsd1*) *** 15426,15431 **** --- 14942,14959 ---- dynamic_linker=no ;; + kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat *************** hpux9* | hpux10* | hpux11*) *** 15474,15480 **** need_version=no case "$host_cpu" in ia64*) ! shrext='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH --- 15002,15008 ---- need_version=no case "$host_cpu" in ia64*) ! shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH *************** hpux9* | hpux10* | hpux11*) *** 15489,15495 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH --- 15017,15023 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH *************** hpux9* | hpux10* | hpux11*) *** 15500,15506 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH --- 15028,15034 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH *************** linux*) *** 15568,15581 **** # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes ! ! # We used to test for /lib/ld.so.1 and disable shared libraries on ! # powerpc, because MkLinux only supported shared libraries with the ! # GNU dynamic linker. Since this was broken with cross compilers, ! # most powerpc-linux boxes support dynamic linking these days and ! # people can always --disable-shared, the test was removed, and we ! # assume the GNU/Linux dynamic linker is in use. ! dynamic_linker='GNU/Linux ld.so' ;; netbsd*) --- 15096,15127 ---- # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes ! ! # Append ld.so.conf contents to the search path ! if test -f /etc/ld.so.conf; then ! lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` ! sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ! fi ! ! # We used to test for /lib/ld.so.1 and disable shared libraries on ! # powerpc, because MkLinux only supported shared libraries with the ! # GNU dynamic linker. Since this was broken with cross compilers, ! # most powerpc-linux boxes support dynamic linking these days and ! # people can always --disable-shared, the test was removed, and we ! # assume the GNU/Linux dynamic linker is in use. ! dynamic_linker='GNU/Linux ld.so' ! ;; ! ! knetbsd*-gnu) ! version_type=linux ! need_lib_prefix=no ! need_version=no ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' ! soname_spec='${libname}${release}${shared_ext}$major' ! shlibpath_var=LD_LIBRARY_PATH ! shlibpath_overrides_runpath=no ! hardcode_into_libs=yes ! dynamic_linker='GNU ld.so' ;; netbsd*) *************** netbsd*) *** 15587,15593 **** finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi --- 15133,15139 ---- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi *************** newsos6) *** 15603,15609 **** shlibpath_overrides_runpath=yes ;; ! nto-qnx) version_type=linux need_lib_prefix=no need_version=no --- 15149,15155 ---- shlibpath_overrides_runpath=yes ;; ! nto-qnx*) version_type=linux need_lib_prefix=no need_version=no *************** openbsd*) *** 15636,15642 **** os2*) libname_spec='$name' ! shrext=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' --- 15182,15188 ---- os2*) libname_spec='$name' ! shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' *************** echo "$as_me:$LINENO: result: $dynamic_l *** 15734,15739 **** --- 15280,15352 ---- echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no + echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 + echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 + hardcode_action_F77= + if test -n "$hardcode_libdir_flag_spec_F77" || \ + test -n "$runpath_var_F77" || \ + test "X$hardcode_automatic_F77" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_F77" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && + test "$hardcode_minus_L_F77" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_F77=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_F77=immediate + fi + else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_F77=unsupported + fi + echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 + echo "${ECHO_T}$hardcode_action_F77" >&6 + + if test "$hardcode_action_F77" = relink; then + # Fast installation is not supported + enable_fast_install=no + elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless + fi + + striplib= + old_striplib= + echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 + echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 + if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + # FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + ;; + esac + fi + + # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh *************** if test -f "$ltmain"; then *** 15748,15754 **** # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ --- 15361,15368 ---- # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ ! SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ *************** if test -f "$ltmain"; then *** 15806,15812 **** old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" --- 15420,15426 ---- old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" *************** cfgfile="$ofile" *** 15827,15835 **** # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # Set the command separator (default: ~) - _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. SHELL=$lt_SHELL --- 15441,15446 ---- *************** LN_S=$lt_LN_S *** 15881,15887 **** NM=$lt_NM # A symbol stripping program ! STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD --- 15492,15498 ---- NM=$lt_NM # A symbol stripping program ! STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD *************** objext="$ac_objext" *** 15912,15918 **** libext="$libext" # Shared library suffix (normally ".so"). ! shrext='$shrext' # Executable file suffix (normally ""). exeext="$exeext" --- 15523,15529 ---- libext="$libext" # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" *************** else *** 16129,16135 **** # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! test -f Makefile && make "$ltmain" fi --- 15740,15749 ---- # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi fi *************** lt_prog_compiler_no_builtin_flag_GCJ= *** 16188,16194 **** if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' ! echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 15802,15809 ---- if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' ! ! echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 16206,16216 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16209: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:16213: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 15821,15831 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:15824: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:15828: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** echo $ECHO_N "checking for $compiler opt *** 16317,16322 **** --- 15932,15947 ---- lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' fi ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_GCJ='-qnocommon' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + esac + ;; mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being *************** echo $ECHO_N "checking for $compiler opt *** 16353,16364 **** linux*) case $CC in ! icc|ecc) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-static' ;; ! ccc) lt_prog_compiler_wl_GCJ='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' --- 15978,15989 ---- linux*) case $CC in ! icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-static' ;; ! ccc*) lt_prog_compiler_wl_GCJ='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' *************** echo "${ECHO_T}$lt_prog_compiler_pic_GCJ *** 16420,16426 **** # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 16045,16052 ---- # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then ! ! echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** else *** 16438,16448 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16441: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:16445: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings --- 16064,16074 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16067: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:16071: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings *************** else *** 16489,16501 **** mkdir out printf "$lt_simple_compile_test_code" > conftest.$ac_ext - # According to Tom Tromey, Ian Lance Taylor reported there are C compilers - # that will create temporary files in the current directory regardless of - # the output directory. Thus, making CWD read-only will cause this test - # to fail, enabling locking or at least warning the user not to do parallel - # builds. - chmod -w . - lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. --- 16115,16120 ---- *************** else *** 16505,16515 **** -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16508: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:16512: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized --- 16124,16134 ---- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16127: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:16131: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized *************** else *** 16519,16526 **** fi fi chmod u+w . ! $rm conftest* out/* ! rmdir out cd .. rmdir conftest $rm conftest* --- 16138,16148 ---- fi fi chmod u+w . ! $rm conftest* ! # SGI C++ compiler will create directory out/ii_files/ for ! # template instantiation ! test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files ! $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* *************** EOF *** 16630,16636 **** ;; amigaos*) ! archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes --- 16252,16258 ---- ;; amigaos*) ! archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes *************** EOF *** 16672,16678 **** else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi${_S_} $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no --- 16294,16300 ---- else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; ! fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else ld_shlibs=no *************** EOF *** 16717,16722 **** --- 16339,16369 ---- hardcode_shlibpath_var_GCJ=no ;; + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_GCJ="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_GCJ="$tmp_archive_cmds" + fi + else + ld_shlibs_GCJ=no + fi + ;; + *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' *************** EOF *** 16744,16750 **** aix3*) allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=yes ! archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_GCJ=yes --- 16391,16397 ---- aix3*) allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=yes ! archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_GCJ=yes *************** EOF *** 16845,16851 **** allow_undefined_flag_GCJ='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 16492,16497 ---- *************** main () *** 16862,16872 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 16508,16528 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 16883,16889 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" --- 16539,16546 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 16896,16902 **** else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 16553,16558 ---- *************** main () *** 16913,16923 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 16569,16589 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** else *** 16934,16940 **** sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" --- 16600,16607 ---- sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" *************** if test -z "$aix_libpath"; then aix_libp *** 16948,16967 **** whole_archive_flag_spec_GCJ=' ' archive_cmds_need_lc_GCJ=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # see comment about different semantics on the GNU ld section ld_shlibs_GCJ=no ;; ! bsdi4*) export_dynamic_flag_spec_GCJ=-rdynamic ;; --- 16615,16634 ---- whole_archive_flag_spec_GCJ=' ' archive_cmds_need_lc_GCJ=yes # This is similar to how AIX traditionally builds it's shared libraries. ! archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) ! archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # see comment about different semantics on the GNU ld section ld_shlibs_GCJ=no ;; ! bsdi[45]*) export_dynamic_flag_spec_GCJ=-rdynamic ;; *************** if test -z "$aix_libpath"; then aix_libp *** 16975,16983 **** # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. --- 16642,16650 ---- # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. ! shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. ! archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. *************** if test -z "$aix_libpath"; then aix_libp *** 16987,17043 **** ;; darwin* | rhapsody*) - if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then - archive_cmds_need_lc_GCJ=no case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_GCJ='-undefined suppress' ! ;; ! darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0 ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' ! ;; ! *) # Darwin 7.0 on ! case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in ! 10.[012]) ! test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' ! ;; ! *) # 10.3 on ! if test -z ${LD_TWOLEVEL_NAMESPACE}; then ! allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' ! else ! allow_undefined_flag_GCJ='-undefined dynamic_lookup' ! fi ! ;; ! esac ! ;; esac ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. Also zsh mangles ! # `"' quotes if we put them in here... so don't! ! lt_int_apple_cc_single_mod=no ! output_verbose_link_cmd='echo' ! if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ! lt_int_apple_cc_single_mod=yes ! fi ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_cmds_GCJ='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! else ! archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' ! fi ! module_cmds_GCJ='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags' ! # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ! if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ! archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! else ! archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ! fi ! module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' hardcode_direct_GCJ=no hardcode_automatic_GCJ=yes hardcode_shlibpath_var_GCJ=unsupported ! whole_archive_flag_spec_GCJ='-all_load $convenience' link_all_deplibs_GCJ=yes fi ;; --- 16654,16705 ---- ;; darwin* | rhapsody*) case "$host_os" in ! rhapsody* | darwin1.[012]) ! allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' ! ;; ! *) # Darwin 1.3 on ! if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ! allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! else ! case ${MACOSX_DEPLOYMENT_TARGET} in ! 10.[012]) ! allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ! ;; ! 10.*) ! allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' ! ;; ! esac ! fi ! ;; esac ! archive_cmds_need_lc_GCJ=no hardcode_direct_GCJ=no hardcode_automatic_GCJ=yes hardcode_shlibpath_var_GCJ=unsupported ! whole_archive_flag_spec_GCJ='' link_all_deplibs_GCJ=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_GCJ=no + ;; + esac fi ;; *************** if test -z "$aix_libpath"; then aix_libp *** 17071,17077 **** ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes --- 16733,16739 ---- ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ! freebsd* | kfreebsd*-gnu) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes *************** if test -z "$aix_libpath"; then aix_libp *** 17080,17088 **** hpux9*) if test "$GCC" = yes; then ! archive_cmds_GCJ='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds_GCJ='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: --- 16742,16750 ---- hpux9*) if test "$GCC" = yes; then ! archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else ! archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: *************** if test -z "$aix_libpath"; then aix_libp *** 17182,17187 **** --- 16844,16850 ---- hardcode_shlibpath_var_GCJ=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' export_dynamic_flag_spec_GCJ='${wl}-E' else *************** if test -z "$aix_libpath"; then aix_libp *** 17202,17208 **** hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes allow_undefined_flag_GCJ=unsupported ! archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; --- 16865,16871 ---- hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes allow_undefined_flag_GCJ=unsupported ! archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; *************** if test -z "$aix_libpath"; then aix_libp *** 17226,17233 **** else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_} ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib${_S_}$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_GCJ='-rpath $libdir' --- 16889,16896 ---- else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ! archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ ! $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_GCJ='-rpath $libdir' *************** if test -z "$aix_libpath"; then aix_libp *** 17247,17258 **** no_undefined_flag_GCJ=' -z text' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp' else archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_shlibpath_var_GCJ=no --- 16910,16921 ---- no_undefined_flag_GCJ=' -z text' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_shlibpath_var_GCJ=no *************** if test -z "$aix_libpath"; then aix_libp *** 17341,17348 **** # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_} ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp' hardcode_libdir_flag_spec_GCJ= hardcode_shlibpath_var_GCJ=no runpath_var='LD_RUN_PATH' --- 17004,17011 ---- # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ! archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ! $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec_GCJ= hardcode_shlibpath_var_GCJ=no runpath_var='LD_RUN_PATH' *************** x|xyes) *** 17379,17385 **** if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_GCJ in ! *"$_S_"*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) --- 17042,17048 ---- if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_GCJ in ! *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) *************** echo "${ECHO_T}$archive_cmds_need_lc_GCJ *** 17431,17508 **** ;; esac - echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 - echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 - hardcode_action_GCJ= - if test -n "$hardcode_libdir_flag_spec_GCJ" || \ - test -n "$runpath_var GCJ" || \ - test "X$hardcode_automatic_GCJ"="Xyes" ; then - - # We can hardcode non-existant directories. - if test "$hardcode_direct_GCJ" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && - test "$hardcode_minus_L_GCJ" != no; then - # Linking always hardcodes the temporary library directory. - hardcode_action_GCJ=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - hardcode_action_GCJ=immediate - fi - else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - hardcode_action_GCJ=unsupported - fi - echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 - echo "${ECHO_T}$hardcode_action_GCJ" >&6 - - if test "$hardcode_action_GCJ" = relink; then - # Fast installation is not supported - enable_fast_install=no - elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless - fi - - striplib= - old_striplib= - echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 - echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - NOT-darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - ;; - *) - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - ;; - esac - fi - echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= --- 17094,17105 ---- ;; esac echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= ! shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= *************** aix4* | aix5*) *** 17590,17596 **** amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) --- 17187,17193 ---- amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. ! finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) *************** beos*) *** 17599,17605 **** shlibpath_var=LIBRARY_PATH ;; ! bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' --- 17196,17202 ---- shlibpath_var=LIBRARY_PATH ;; ! bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' *************** bsdi4*) *** 17615,17621 **** cygwin* | mingw* | pw32*) version_type=windows ! shrext=".dll" need_version=no need_lib_prefix=no --- 17212,17218 ---- cygwin* | mingw* | pw32*) version_type=windows ! shrext_cmds=".dll" need_version=no need_lib_prefix=no *************** cygwin* | mingw* | pw32*) *** 17623,17635 **** yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`${_S_} ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_} ! dldir=$destdir/`dirname \$dlpath`${_S_} ! test -d \$dldir || mkdir -p \$dldir${_S_} $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_} ! dlpath=$dir/\$dldll${_S_} $rm \$dlpath' shlibpath_overrides_runpath=yes --- 17220,17232 ---- yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds ! postinstall_cmds='base_file=`basename \${file}`~ ! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ! dldir=$destdir/`dirname \$dlpath`~ ! test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' ! postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ! dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes *************** cygwin* | mingw* | pw32*) *** 17637,17643 **** cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix --- 17234,17240 ---- cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ! sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix *************** darwin* | rhapsody*) *** 17676,17692 **** version_type=darwin need_lib_prefix=no need_version=no ! # FIXME: Relying on posixy $() will cause problems for ! # cross-compilation, but unfortunately the echo tests do not ! # yet detect zsh echo's removal of \ escapes. ! library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; --- 17273,17288 ---- version_type=darwin need_lib_prefix=no need_version=no ! library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ! shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ! if test "$GCC" = yes; then ! sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ! else ! sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' fi sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; *************** freebsd1*) *** 17704,17709 **** --- 17300,17317 ---- dynamic_linker=no ;; + kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat *************** hpux9* | hpux10* | hpux11*) *** 17752,17758 **** need_version=no case "$host_cpu" in ia64*) ! shrext='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH --- 17360,17366 ---- need_version=no case "$host_cpu" in ia64*) ! shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH *************** hpux9* | hpux10* | hpux11*) *** 17767,17773 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH --- 17375,17381 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) ! shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH *************** hpux9* | hpux10* | hpux11*) *** 17778,17784 **** sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH --- 17386,17392 ---- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) ! shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH *************** linux*) *** 17847,17852 **** --- 17455,17466 ---- # before this can be enabled. hardcode_into_libs=yes + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, *************** linux*) *** 17856,17861 **** --- 17470,17487 ---- dynamic_linker='GNU/Linux ld.so' ;; + knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no *************** netbsd*) *** 17865,17871 **** finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi --- 17491,17497 ---- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else ! library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi *************** newsos6) *** 17881,17887 **** shlibpath_overrides_runpath=yes ;; ! nto-qnx) version_type=linux need_lib_prefix=no need_version=no --- 17507,17513 ---- shlibpath_overrides_runpath=yes ;; ! nto-qnx*) version_type=linux need_lib_prefix=no need_version=no *************** openbsd*) *** 17914,17920 **** os2*) libname_spec='$name' ! shrext=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' --- 17540,17546 ---- os2*) libname_spec='$name' ! shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' *************** echo "$as_me:$LINENO: result: $dynamic_l *** 18012,18017 **** --- 17638,17709 ---- echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no + echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 + echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 + hardcode_action_GCJ= + if test -n "$hardcode_libdir_flag_spec_GCJ" || \ + test -n "$runpath_var_GCJ" || \ + test "X$hardcode_automatic_GCJ" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_GCJ" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && + test "$hardcode_minus_L_GCJ" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_GCJ=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_GCJ=immediate + fi + else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_GCJ=unsupported + fi + echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 + echo "${ECHO_T}$hardcode_action_GCJ" >&6 + + if test "$hardcode_action_GCJ" = relink; then + # Fast installation is not supported + enable_fast_install=no + elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless + fi + + striplib= + old_striplib= + echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 + echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 + if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + # FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + ;; + esac + fi + if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown *************** else *** 18047,18053 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 17739,17744 ---- *************** dlopen (); *** 18071,18081 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 17762,17782 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18088,18094 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 17789,17796 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** if test "${ac_cv_func_shl_load+set}" = s *** 18112,18132 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 17814,17841 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ + #define shl_load innocuous_shl_load + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef shl_load + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != shl_load; *** 18157,18167 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 17866,17886 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18174,18180 **** ac_cv_func_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 --- 17893,17900 ---- ac_cv_func_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 *************** else *** 18189,18195 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 17909,17914 ---- *************** shl_load (); *** 18213,18223 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 17932,17952 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18230,18236 **** ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --- 17959,17966 ---- ac_cv_lib_dld_shl_load=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 *************** if test "${ac_cv_func_dlopen+set}" = set *** 18244,18264 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" --- 17974,18001 ---- echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + /* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ + #define dlopen innocuous_dlopen + /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ + #ifdef __STDC__ # include #else # include #endif + + #undef dlopen + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" *************** return f != dlopen; *** 18289,18299 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 18026,18046 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18306,18312 **** ac_cv_func_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 --- 18053,18060 ---- ac_cv_func_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 *************** else *** 18321,18327 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 18069,18074 ---- *************** dlopen (); *** 18345,18355 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 18092,18112 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18362,18368 **** ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --- 18119,18126 ---- ac_cv_lib_dl_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 *************** else *** 18378,18384 **** ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 18136,18141 ---- *************** dlopen (); *** 18402,18412 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 18159,18179 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18419,18425 **** ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 --- 18186,18193 ---- ac_cv_lib_svld_dlopen=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 *************** else *** 18435,18441 **** ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext --- 18203,18208 ---- *************** dld_link (); *** 18459,18469 **** _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? --- 18226,18246 ---- _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? *************** sed 's/^/| /' conftest.$ac_ext >&5 *** 18476,18482 **** ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 --- 18253,18260 ---- ac_cv_lib_dld_dld_link=no fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 *************** else *** 18531,18537 **** lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext </dev/null | sed 1q`: - # Set the command separator (default: ~) - _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. SHELL=$lt_SHELL --- 18604,18609 ---- *************** LN_S=$lt_LN_S *** 18879,18885 **** NM=$lt_NM # A symbol stripping program ! STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD --- 18655,18661 ---- NM=$lt_NM # A symbol stripping program ! STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD *************** objext="$ac_objext" *** 18910,18916 **** libext="$libext" # Shared library suffix (normally ".so"). ! shrext='$shrext' # Executable file suffix (normally ""). exeext="$exeext" --- 18686,18692 ---- libext="$libext" # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" *************** else *** 19127,19133 **** # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! test -f Makefile && make "$ltmain" fi --- 18903,18912 ---- # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi fi *************** if test -f "$ltmain"; then *** 19190,19196 **** # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ --- 18969,18976 ---- # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. ! for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ ! SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ *************** if test -f "$ltmain"; then *** 19248,19254 **** old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" --- 19028,19034 ---- old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. ! eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" *************** cfgfile="$ofile" *** 19269,19277 **** # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # Set the command separator (default: ~) - _S_=\${LIBTOOL_CMD_SEP-\~} - # Shell to use when invoking shell scripts. SHELL=$lt_SHELL --- 19049,19054 ---- *************** LN_S=$lt_LN_S *** 19323,19329 **** NM=$lt_NM # A symbol stripping program ! STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD --- 19100,19106 ---- NM=$lt_NM # A symbol stripping program ! STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD *************** objext="$ac_objext" *** 19354,19360 **** libext="$libext" # Shared library suffix (normally ".so"). ! shrext='$shrext' # Executable file suffix (normally ""). exeext="$exeext" --- 19131,19137 ---- libext="$libext" # Shared library suffix (normally ".so"). ! shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" *************** __EOF__ *** 19568,20312 **** else ! # If there is no Makefile yet, we rely on a make rule to execute ! # `config.status --recheck' to rerun these tests and create the ! # libtool script then. ! test -f Makefile && make "$ltmain" fi ! ac_ext=c ! ac_cpp='$CPP $CPPFLAGS' ! ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ! ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ! ac_compiler_gnu=$ac_cv_c_compiler_gnu ! CC="$lt_save_CC" ! ;; ! *) ! { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 ! echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ! ;; ! esac ! # Append the new tag name to the list of available tags. ! if test -n "$tagname" ; then ! available_tags="$available_tags $tagname" ! fi ! fi ! done ! IFS="$lt_save_ifs" ! # Now substitute the updated list of available tags. ! if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then ! mv "${ofile}T" "$ofile" ! chmod +x "$ofile" else ! rm -f "${ofile}T" ! { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 ! echo "$as_me: error: unable to update list of available tagged configurations." >&2;} ! { (exit 1); exit 1; }; } fi fi ! # 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' ! # Prevent multiple expansion ! echo "$as_me:$LINENO: checking for library containing strerror" >&5 ! echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6 ! if test "${ac_cv_search_strerror+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 else ! ac_func_search_save_LIBS=$LIBS ! ac_cv_search_strerror=no ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! /* Override any gcc2 internal prototype to avoid an error. */ ! #ifdef __cplusplus ! extern "C" ! #endif ! /* We use char because int might match the return type of a gcc2 ! builtin and then its argument prototype would still apply. */ ! char strerror (); int ! main () { ! strerror (); ! ; ! return 0; } _ACEOF ! rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ! ac_cv_search_strerror="none required" else ! echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ! if test "$ac_cv_search_strerror" = no; then ! for ac_lib in cposix; do ! LIBS="-l$ac_lib $ac_func_search_save_LIBS" ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! /* Override any gcc2 internal prototype to avoid an error. */ ! #ifdef __cplusplus ! extern "C" ! #endif ! /* We use char because int might match the return type of a gcc2 ! builtin and then its argument prototype would still apply. */ ! char strerror (); int main () { ! strerror (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! ac_cv_search_strerror="-l$ac_lib" ! break ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! fi ! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ! done ! fi ! LIBS=$ac_func_search_save_LIBS ! fi ! echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 ! echo "${ECHO_T}$ac_cv_search_strerror" >&6 ! if test "$ac_cv_search_strerror" != no; then ! test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" ! ! fi ! ! ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAC" = x && for ac_prog in "gcj$EXEEXT -C" guavac$EXEEXT jikes$EXEEXT javac$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAC"; then ! ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAC="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! JAVAC=$ac_cv_prog_JAVAC ! if test -n "$JAVAC"; then ! echo "$as_me:$LINENO: result: $JAVAC" >&5 ! echo "${ECHO_T}$JAVAC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$JAVAC" && break ! done ! ! else ! test "x$JAVAC" = x && for ac_prog in "gcj$EXEEXT -C" guavac$EXEEXT jikes$EXEEXT javac$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAC+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAC"; then ! ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAC="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! JAVAC=$ac_cv_prog_JAVAC ! if test -n "$JAVAC"; then ! echo "$as_me:$LINENO: result: $JAVAC" >&5 ! echo "${ECHO_T}$JAVAC" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$JAVAC" && break ! done ! test -n "$JAVAC" || JAVAC="$JAVAPREFIX" ! ! fi ! test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5 ! echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;} ! { (exit 1); exit 1; }; } ! ! echo "$as_me:$LINENO: checking if $JAVAC works" >&5 ! echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6 ! if test "${ac_cv_prog_javac_works+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! ! JAVA_TEST=Test.java ! CLASS_TEST=Test.class ! cat << \EOF > $JAVA_TEST ! /* #line 19848 "configure" */ ! public class Test { ! } ! EOF ! if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } >/dev/null 2>&1; then ! ac_cv_prog_javac_works=yes else ! { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 ! echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} ! { (exit 1); exit 1; }; } ! echo "configure: failed program was:" >&5 ! cat $JAVA_TEST >&5 ! fi ! rm -f $JAVA_TEST $CLASS_TEST fi ! echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5 ! echo "${ECHO_T}$ac_cv_prog_javac_works" >&6 ! ! ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && for ac_prog in gcjh$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 fi - done - done - - fi - fi - JAVAH=$ac_cv_prog_JAVAH - if test -n "$JAVAH"; then - echo "$as_me:$LINENO: result: $JAVAH" >&5 - echo "${ECHO_T}$JAVAH" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - test -n "$JAVAH" && break - done ! else ! test "x$JAVAH" = x && for ac_prog in gcjh ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done - fi - fi - JAVAH=$ac_cv_prog_JAVAH - if test -n "$JAVAH"; then - echo "$as_me:$LINENO: result: $JAVAH" >&5 - echo "${ECHO_T}$JAVAH" >&6 - else - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi - test -n "$JAVAH" && break - done - test -n "$JAVAH" || JAVAH="$JAVAPREFIX" ! fi ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && for ac_prog in javah$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done - fi - fi - JAVAH=$ac_cv_prog_JAVAH - if test -n "$JAVAH"; then - echo "$as_me:$LINENO: result: $JAVAH" >&5 - echo "${ECHO_T}$JAVAH" >&6 else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! test -n "$JAVAH" && break ! done ! else ! test "x$JAVAH" = x && for ac_prog in javah ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi ! fi ! JAVAH=$ac_cv_prog_JAVAH ! if test -n "$JAVAH"; then ! echo "$as_me:$LINENO: result: $JAVAH" >&5 ! echo "${ECHO_T}$JAVAH" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi ! test -n "$JAVAH" && break ! done ! test -n "$JAVAH" || JAVAH="$JAVAPREFIX" ! ! fi ! test "x$JAVAH" = x && { { echo "$as_me:$LINENO: error: no JNI header file generator found in \$PATH" >&5 ! echo "$as_me: error: no JNI header file generator found in \$PATH" >&2;} ! { (exit 1); exit 1; }; } ! 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 - - if test x"`eval 'echo $ac_cv_path_JAVAH'`" != x ; then cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ - #include - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi - else - ac_cpp_err=yes - fi - if test -z "$ac_cpp_err"; then - : - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 ! ac_save_CPPFLAGS="$CPPFLAGS" ! ac_dir=`echo $ac_cv_path_JAVAH | sed 's,\(.*\)/[^/]*/[^/]*$,\1/include,'` ! ac_machdep=`echo $build_os | sed 's,[-0-9].*,,' | sed 's,cygwin,win32,'` ! CPPFLAGS="$ac_save_CPPFLAGS -I$ac_dir -I$ac_dir/$ac_machdep" ! cat >conftest.$ac_ext <<_ACEOF ! #line $LINENO "configure" ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! _ACEOF ! if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 ! (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ! ac_status=$? ! grep -v '^ *+' conftest.er1 >conftest.err ! rm -f conftest.er1 ! cat conftest.err >&5 ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } >/dev/null; then ! if test -s conftest.err; then ! ac_cpp_err=$ac_c_preproc_warn_flag ! else ! ac_cpp_err= ! fi ! else ! ac_cpp_err=yes ! fi ! if test -z "$ac_cpp_err"; then ! ac_save_CPPFLAGS="$CPPFLAGS" ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! { { echo "$as_me:$LINENO: error: unable to include " >&5 ! echo "$as_me: error: unable to include " >&2;} ! { (exit 1); exit 1; }; } ! fi ! rm -f conftest.err conftest.$ac_ext ! CPPFLAGS="$ac_save_CPPFLAGS" ! fi ! rm -f conftest.err conftest.$ac_ext ! fi ! if test "x$JAVAPREFIX" = x; then ! test "x$JAR" = x && for ac_prog in jar$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAR+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAR"; then ! ac_cv_prog_JAR="$JAR" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAR="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done fi fi ! JAR=$ac_cv_prog_JAR ! if test -n "$JAR"; then ! echo "$as_me:$LINENO: result: $JAR" >&5 ! echo "${ECHO_T}$JAR" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 ! fi ! test -n "$JAR" && break ! done else ! test "x$JAR" = x && for ac_prog in jar ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAR+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAR"; then ! ac_cv_prog_JAR="$JAR" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAR="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done fi ! fi ! JAR=$ac_cv_prog_JAR ! if test -n "$JAR"; then ! echo "$as_me:$LINENO: result: $JAR" >&5 ! echo "${ECHO_T}$JAR" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$JAR" && break ! done ! test -n "$JAR" || JAR="$JAVAPREFIX" ! fi ! test "x$JAR" = x && { { echo "$as_me:$LINENO: error: no acceptable jar program found in \$PATH" >&5 ! echo "$as_me: error: no acceptable jar program found in \$PATH" >&2;} { (exit 1); exit 1; }; } ! # Set SOSUFFIX and friends ! ! ! echo "$as_me:$LINENO: checking SOSUFFIX from libtool" >&5 ! echo $ECHO_N "checking SOSUFFIX from libtool... $ECHO_C" >&6 ! module=no ! ! 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 ! { echo "$as_me:$LINENO: WARNING: libtool may not know about this architecture." >&5 ! echo "$as_me: WARNING: libtool may not know about this architecture." >&2;} ! { echo "$as_me:$LINENO: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&5 ! echo "$as_me: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&2;} ! fi ! fi ! fi ! ! SOSUFFIX=$_SOSUFFIX ! echo "$as_me:$LINENO: result: $SOSUFFIX" >&5 ! echo "${ECHO_T}$SOSUFFIX" >&6 ! ! ! ! echo "$as_me:$LINENO: checking MODSUFFIX from libtool" >&5 ! echo $ECHO_N "checking MODSUFFIX from libtool... $ECHO_C" >&6 ! module=yes ! ! 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 ! { echo "$as_me:$LINENO: WARNING: libtool may not know about this architecture." >&5 ! echo "$as_me: WARNING: libtool may not know about this architecture." >&2;} ! { echo "$as_me:$LINENO: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&5 ! echo "$as_me: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&2;} ! fi ! fi ! fi ! ! MODSUFFIX=$_SOSUFFIX ! echo "$as_me:$LINENO: result: $MODSUFFIX" >&5 ! echo "${ECHO_T}$MODSUFFIX" >&6 ! ! ! ! echo "$as_me:$LINENO: checking JMODSUFFIX from libtool" >&5 ! echo $ECHO_N "checking JMODSUFFIX from libtool... $ECHO_C" >&6 ! module=yes ! ! 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 ! { echo "$as_me:$LINENO: WARNING: libtool may not know about this architecture." >&5 ! echo "$as_me: WARNING: libtool may not know about this architecture." >&2;} ! { echo "$as_me:$LINENO: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&5 ! echo "$as_me: WARNING: assuming $_SUFFIX suffix for dynamic libraries." >&2;} ! fi ! fi ! fi ! ! if test `uname` = "Darwin"; then ! JMODSUFFIX=".jnilib" ! else ! JMODSUFFIX=$_SOSUFFIX ! fi ! echo "$as_me:$LINENO: result: $JMODSUFFIX" >&5 ! echo "${ECHO_T}$JMODSUFFIX" >&6 ! ac_config_files="$ac_config_files Makefile" - - cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure --- 19345,20408 ---- else ! # If there is no Makefile yet, we rely on a make rule to execute ! # `config.status --recheck' to rerun these tests and create the ! # libtool script then. ! ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` ! if test -f "$ltmain_in"; then ! test -f Makefile && make "$ltmain" ! fi ! fi ! ! ! ac_ext=c ! ac_cpp='$CPP $CPPFLAGS' ! ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ! ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ! ac_compiler_gnu=$ac_cv_c_compiler_gnu ! ! CC="$lt_save_CC" ! ! ;; ! ! *) ! { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 ! echo "$as_me: error: Unsupported tag name: $tagname" >&2;} ! { (exit 1); exit 1; }; } ! ;; ! esac ! ! # Append the new tag name to the list of available tags. ! if test -n "$tagname" ; then ! available_tags="$available_tags $tagname" ! fi ! fi ! done ! IFS="$lt_save_ifs" ! ! # Now substitute the updated list of available tags. ! if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then ! mv "${ofile}T" "$ofile" ! chmod +x "$ofile" ! else ! rm -f "${ofile}T" ! { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 ! echo "$as_me: error: unable to update list of available tagged configurations." >&2;} ! { (exit 1); exit 1; }; } ! fi ! fi ! ! ! ! # 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' ! ! # Prevent multiple expansion ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && for ac_prog in gcjh$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! JAVAH=$ac_cv_prog_JAVAH ! if test -n "$JAVAH"; then ! echo "$as_me:$LINENO: result: $JAVAH" >&5 ! echo "${ECHO_T}$JAVAH" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$JAVAH" && break ! done ! ! else ! test "x$JAVAH" = x && for ac_prog in gcjh ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! JAVAH=$ac_cv_prog_JAVAH ! if test -n "$JAVAH"; then ! echo "$as_me:$LINENO: result: $JAVAH" >&5 ! echo "${ECHO_T}$JAVAH" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! test -n "$JAVAH" && break ! done ! test -n "$JAVAH" || JAVAH="$JAVAPREFIX" ! ! fi ! if test "x$JAVAPREFIX" = x; then ! test "x$JAVAH" = x && for ac_prog in javah$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! fi ! fi ! JAVAH=$ac_cv_prog_JAVAH ! if test -n "$JAVAH"; then ! echo "$as_me:$LINENO: result: $JAVAH" >&5 ! echo "${ECHO_T}$JAVAH" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 fi + test -n "$JAVAH" && break + done ! else ! test "x$JAVAH" = x && for ac_prog in javah ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAVAH+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAVAH"; then ! ac_cv_prog_JAVAH="$JAVAH" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAVAH="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! fi ! fi ! JAVAH=$ac_cv_prog_JAVAH ! if test -n "$JAVAH"; then ! echo "$as_me:$LINENO: result: $JAVAH" >&5 ! echo "${ECHO_T}$JAVAH" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! test -n "$JAVAH" && break ! done ! test -n "$JAVAH" || JAVAH="$JAVAPREFIX" ! fi ! test "x$JAVAH" = x && { { echo "$as_me:$LINENO: error: no JNI header file generator found in \$PATH" >&5 ! echo "$as_me: error: no JNI header file generator found in \$PATH" >&2;} { (exit 1); exit 1; }; } ! 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 ! if test x"`eval 'echo $ac_cv_path_JAVAH'`" != x ; then ! cat >conftest.$ac_ext <<_ACEOF ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! _ACEOF ! if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 ! (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ! ac_status=$? ! grep -v '^ *+' conftest.er1 >conftest.err ! rm -f conftest.er1 ! cat conftest.err >&5 ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } >/dev/null; then ! if test -s conftest.err; then ! ac_cpp_err=$ac_c_preproc_warn_flag ! ac_cpp_err=$ac_cpp_err$ac_c_werror_flag ! else ! ac_cpp_err= ! fi ! else ! ac_cpp_err=yes ! fi ! if test -z "$ac_cpp_err"; then ! : ! else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 ! ! ac_save_CPPFLAGS="$CPPFLAGS" ! ac_dir=`echo $ac_cv_path_JAVAH | sed 's,\(.*\)/[^/]*/[^/]*$,\1/include,'` ! ac_machdep=`echo $build_os | sed 's,[-0-9].*,,' | sed 's,cygwin,win32,'` ! CPPFLAGS="$ac_save_CPPFLAGS -I$ac_dir -I$ac_dir/$ac_machdep" ! cat >conftest.$ac_ext <<_ACEOF ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! _ACEOF ! if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 ! (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ! ac_status=$? ! grep -v '^ *+' conftest.er1 >conftest.err ! rm -f conftest.er1 ! cat conftest.err >&5 ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } >/dev/null; then ! if test -s conftest.err; then ! ac_cpp_err=$ac_c_preproc_warn_flag ! ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ! ac_cpp_err= fi + else + ac_cpp_err=yes fi + if test -z "$ac_cpp_err"; then + ac_save_CPPFLAGS="$CPPFLAGS" + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + { { echo "$as_me:$LINENO: error: unable to include " >&5 + echo "$as_me: error: unable to include " >&2;} + { (exit 1); exit 1; }; } + fi + rm -f conftest.err conftest.$ac_ext + CPPFLAGS="$ac_save_CPPFLAGS" + fi + rm -f conftest.err conftest.$ac_ext + fi ! if test "x$JAVAPREFIX" = x; then ! test "x$JAR" = x && for ac_prog in jar$EXEEXT ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAR+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAR"; then ! ac_cv_prog_JAR="$JAR" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAR="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! fi ! fi ! JAR=$ac_cv_prog_JAR ! if test -n "$JAR"; then ! echo "$as_me:$LINENO: result: $JAR" >&5 ! echo "${ECHO_T}$JAR" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! test -n "$JAR" && break ! done ! ! else ! test "x$JAR" = x && for ac_prog in jar ! do ! # Extract the first word of "$ac_prog", so it can be a program name with args. ! set dummy $ac_prog; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_prog_JAR+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! if test -n "$JAR"; then ! ac_cv_prog_JAR="$JAR" # Let the user override the test. ! else ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ! for as_dir in $PATH ! do ! IFS=$as_save_IFS ! test -z "$as_dir" && as_dir=. ! for ac_exec_ext in '' $ac_executable_extensions; do ! if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_prog_JAR="$ac_prog" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done + fi + fi + JAR=$ac_cv_prog_JAR + if test -n "$JAR"; then + echo "$as_me:$LINENO: result: $JAR" >&5 + echo "${ECHO_T}$JAR" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi + test -n "$JAR" && break + done + test -n "$JAR" || JAR="$JAVAPREFIX" + fi + test "x$JAR" = x && { { echo "$as_me:$LINENO: error: no acceptable jar program found in \$PATH" >&5 + echo "$as_me: error: no acceptable jar program found in \$PATH" >&2;} + { (exit 1); exit 1; }; } + 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 + XMLJ_VERSION_MAJOR="0" + XMLJ_VERSION_MINOR="99" + # Check whether --with-xml-prefix or --without-xml-prefix was given. + if test "${with_xml_prefix+set}" = set; then + withval="$with_xml_prefix" + xml_config_prefix="$withval" + else + xml_config_prefix="" + fi; + # Check whether --with-xml-exec-prefix or --without-xml-exec-prefix was given. + if test "${with_xml_exec_prefix+set}" = set; then + withval="$with_xml_exec_prefix" + xml_config_exec_prefix="$withval" + else + xml_config_exec_prefix="" + fi; + # Check whether --enable-xmltest or --disable-xmltest was given. + if test "${enable_xmltest+set}" = set; then + enableval="$enable_xmltest" + else + enable_xmltest=yes + fi; + 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 + # Extract the first word of "xml2-config", so it can be a program name with args. + set dummy xml2-config; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_path_XML2_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + case $XML2_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_XML2_CONFIG="$XML2_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + test -z "$ac_cv_path_XML2_CONFIG" && ac_cv_path_XML2_CONFIG="no" + ;; + esac + fi + XML2_CONFIG=$ac_cv_path_XML2_CONFIG + if test -n "$XML2_CONFIG"; then + echo "$as_me:$LINENO: result: $XML2_CONFIG" >&5 + echo "${ECHO_T}$XML2_CONFIG" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + fi ! min_xml_version=2.6.8 ! echo "$as_me:$LINENO: checking for libxml - version >= $min_xml_version" >&5 ! echo $ECHO_N "checking for libxml - version >= $min_xml_version... $ECHO_C" >&6 ! 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" ! rm -f conf.xmltest ! if test "$cross_compiling" = yes; then ! echo $ac_n "cross compiling; assumed OK... $ac_c" else ! cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #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; } + _ACEOF ! rm -f conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ! : else ! echo "$as_me: program exited with status $ac_status" >&5 ! echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) + no_xml=yes fi ! rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext ! fi ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! if test "x$no_xml" = x ; then ! echo "$as_me:$LINENO: result: yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&5 ! echo "${ECHO_T}yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&6 ! CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LIBS="${XML_LIBS} ${LIBS}" ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! 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" ! cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include ! #include ! int main () { ! LIBXML_TEST_VERSION; return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>conftest.er1 ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && ! { ac_try='test -z "$ac_c_werror_flag" ! || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; } && ! { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! 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" else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 + 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" fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! XML_CFLAGS="" ! XML_LIBS="" ! { { echo "$as_me:$LINENO: error: unable to locate libxml." >&5 ! echo "$as_me: error: unable to locate libxml." >&2;} ! { (exit 1); exit 1; }; } fi ! rm -f conf.xmltest ! # Check whether --with-xslt-prefix or --without-xslt-prefix was given. ! if test "${with_xslt_prefix+set}" = set; then ! withval="$with_xslt_prefix" ! xslt_config_prefix="$withval" else ! xslt_config_prefix="" ! fi; ! ! # Check whether --with-xslt-exec-prefix or --without-xslt-exec-prefix was given. ! if test "${with_xslt_exec_prefix+set}" = set; then ! withval="$with_xslt_exec_prefix" ! xslt_config_exec_prefix="$withval" else ! xslt_config_exec_prefix="" ! fi; ! # Check whether --enable-xslttest or --disable-xslttest was given. ! if test "${enable_xslttest+set}" = set; then ! enableval="$enable_xslttest" else ! enable_xslttest=no ! fi; ! 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 ! # Extract the first word of "xslt-config", so it can be a program name with args. ! set dummy xslt-config; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_path_XSLT_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ! case $XSLT_CONFIG in ! [\\/]* | ?:[\\/]*) ! ac_cv_path_XSLT_CONFIG="$XSLT_CONFIG" # Let the user override the test with a path. ! ;; ! *) ! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_path_XSLT_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done + test -z "$ac_cv_path_XSLT_CONFIG" && ac_cv_path_XSLT_CONFIG="no" + ;; + esac fi ! XSLT_CONFIG=$ac_cv_path_XSLT_CONFIG ! ! if test -n "$XSLT_CONFIG"; then ! echo "$as_me:$LINENO: result: $XSLT_CONFIG" >&5 ! echo "${ECHO_T}$XSLT_CONFIG" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi ! min_xslt_version=1.1.11 ! echo "$as_me:$LINENO: checking for libxslt - version >= $min_xslt_version" >&5 ! echo $ECHO_N "checking for libxslt - version >= $min_xslt_version... $ECHO_C" >&6 ! 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" ! rm -f conf.xslttest ! if test "$cross_compiling" = yes; then ! echo $ac_n "cross compiling; assumed OK... $ac_c" else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + #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; ! } ! ! _ACEOF ! rm -f conftest$ac_exeext ! if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); } && { ac_try='./conftest$ac_exeext' ! { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ! (eval $ac_try) 2>&5 ! ac_status=$? ! echo "$as_me:$LINENO: \$? = $ac_status" >&5 ! (exit $ac_status); }; }; then ! : ! else ! echo "$as_me: program exited with status $ac_status" >&5 ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) + no_xslt=yes fi + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! ! if test "x$no_xslt" = x ; then ! echo "$as_me:$LINENO: result: yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)" >&5 ! echo "${ECHO_T}yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)" >&6 ! CFLAGS="${XSLT_CFLAGS} ${CFLAGS}" CPPFLAGS="${XSLT_CFLAGS} ${CPPFLAGS}" LIBS="${XSLT_LIBS} ${LIBS}" ! else ! echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 ! 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" ! cat >conftest.$ac_ext <<_ACEOF ! /* confdefs.h. */ ! _ACEOF ! cat confdefs.h >>conftest.$ac_ext ! cat >>conftest.$ac_ext <<_ACEOF ! /* end confdefs.h. */ ! #include ! #include + int + main () + { + LIBXSLT_TEST_VERSION; return 0; + ; + return 0; + } + _ACEOF + rm -f conftest.$ac_objext conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + 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" else ! echo "$as_me: failed program was:" >&5 ! sed 's/^/| /' conftest.$ac_ext >&5 + 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" fi ! rm -f conftest.err conftest.$ac_objext \ ! conftest$ac_exeext conftest.$ac_ext ! CFLAGS="$ac_save_CFLAGS" ! LIBS="$ac_save_LIBS" ! fi ! fi ! XSLT_CFLAGS="" ! XSLT_LIBS="" ! { { echo "$as_me:$LINENO: error: unable to locate libxslt." >&5 ! echo "$as_me: error: unable to locate libxslt." >&2;} { (exit 1); exit 1; }; } + fi ! rm -f conf.xslttest ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure *************** _ACEOF *** 20335,20347 **** # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ ! "s/'/'\\\\''/g; ! s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ ! "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } | --- 20431,20443 ---- # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ ! "s/'/'\\\\''/g; ! s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ ! "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } | *************** test "x$exec_prefix" = xNONE && exec_pre *** 20371,20383 **** # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ! ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:address@hidden@:*/:/; ! s/^\([^=]*=[ ]*\):*/\1/; s/:*$//; ! s/^[^=]*=[ ]*$//; }' fi --- 20467,20479 ---- # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ! ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:address@hidden@:*/:/; ! s/^\([^=]*=[ ]*\):*/\1/; s/:*$//; ! s/^[^=]*=[ ]*$//; }' fi *************** fi *** 20391,20403 **** cat >confdef2opt.sed <<\_ACEOF t clear : clear ! s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g t quote ! s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g t quote d : quote ! s,[ `~#$^&*(){}\\|;'"<>?],\\&,g s,\[,\\&,g s,\],\\&,g s,\$,$$,g --- 20487,20499 ---- cat >confdef2opt.sed <<\_ACEOF t clear : clear ! s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g t quote ! s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g t quote d : quote ! s,[ `~#$^&*(){}\\|;'"<>?],\\&,g s,\[,\\&,g s,\],\\&,g s,\$,$$,g *************** ac_ltlibobjs= *** 20419,20425 **** for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | ! sed 's/\$U\././;s/\.o$//;s/\.obj$//'` # 2. Add them. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' --- 20515,20521 ---- for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | ! sed 's/\$U\././;s/\.o$//;s/\.obj$//'` # 2. Add them. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' *************** echo "$as_me: error: conditional \"AMDEP *** 20436,20441 **** --- 20532,20558 ---- Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi + if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. + Usually this means the macro was only invoked conditionally." >&5 + echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. + Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } + fi + if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined. + Usually this means the macro was only invoked conditionally." >&5 + echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined. + Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } + fi + if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. + Usually this means the macro was only invoked conditionally." >&5 + echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. + Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } + fi : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files *************** if test -n "${ZSH_VERSION+set}" && (emul *** 20470,20478 **** elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi # Support unset when possible. ! if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset else as_unset=false --- 20587,20596 ---- elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi + DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. ! if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false *************** for as_var in \ *** 20491,20497 **** LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do ! if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var --- 20609,20615 ---- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do ! if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var *************** rm -f conf$$ conf$$.exe conf$$.file *** 20670,20685 **** if mkdir -p . 2>/dev/null; then as_mkdir_p=: else as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. ! as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" # Sed expression to map a string onto a valid variable name. ! as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" # IFS --- 20788,20804 ---- if mkdir -p . 2>/dev/null; then as_mkdir_p=: else + test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. ! as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. ! as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS *************** _ASBOX *** 20706,20712 **** cat >&5 <<_CSEOF This file was extended by jaxp $as_me 1.1, which was ! generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS --- 20825,20831 ---- cat >&5 <<_CSEOF This file was extended by jaxp $as_me 1.1, which was ! generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS *************** Usage: $0 [OPTIONS] [FILE]... *** 20750,20756 **** -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] ! instantiate the configuration file FILE Configuration files: $config_files --- 20869,20875 ---- -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] ! instantiate the configuration file FILE Configuration files: $config_files *************** _ACEOF *** 20764,20774 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ jaxp config.status 1.1 ! configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" ! Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 ! Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir --- 20883,20892 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ jaxp config.status 1.1 ! configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" ! Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir *************** s,@LIBS@,$LIBS,;t t *** 20963,20968 **** --- 21081,21087 ---- s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t + s,@CYGPATH_W@,$CYGPATH_W,;t t s,@PACKAGE@,$PACKAGE,;t t s,@VERSION@,$VERSION,;t t s,@ACLOCAL@,$ACLOCAL,;t t *************** s,@AUTOCONF@,$AUTOCONF,;t t *** 20970,21003 **** s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t - s,@AMTAR@,$AMTAR,;t t s,@install_sh@,$install_sh,;t t s,@STRIP@,$STRIP,;t t s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t ! s,@JAVAPREFIX@,$JAVAPREFIX,;t t ! s,@JAVACFLAGS@,$JAVACFLAGS,;t t ! s,@JAVAFLAGS@,$JAVAFLAGS,;t t ! s,@JAVA@,$JAVA,;t t ! s,@JAVAC@,$JAVAC,;t t ! s,@CFLAGS@,$CFLAGS,;t t ! s,@CPPFLAGS@,$CPPFLAGS,;t t ! s,@SOFLAGS@,$SOFLAGS,;t t ! s,@build@,$build,;t t ! s,@build_cpu@,$build_cpu,;t t ! s,@build_vendor@,$build_vendor,;t t ! s,@build_os@,$build_os,;t t ! s,@host@,$host,;t t ! s,@host_cpu@,$host_cpu,;t t ! s,@host_vendor@,$host_vendor,;t t ! s,@host_os@,$host_os,;t t ! s,@XMLJ_VERSION_MAJOR@,$XMLJ_VERSION_MAJOR,;t t ! s,@XMLJ_VERSION_MINOR@,$XMLJ_VERSION_MINOR,;t t ! s,@XML2_CONFIG@,$XML2_CONFIG,;t t s,@CC@,$CC,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t --- 21089,21109 ---- s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t s,@install_sh@,$install_sh,;t t s,@STRIP@,$STRIP,;t t s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t + s,@mkdir_p@,$mkdir_p,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t ! s,@am__leading_dot@,$am__leading_dot,;t t ! s,@AMTAR@,$AMTAR,;t t ! s,@am__tar@,$am__tar,;t t ! s,@am__untar@,$am__untar,;t t s,@CC@,$CC,;t t + s,@CFLAGS@,$CFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t + s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t *************** s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t *** 21008,21019 **** s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t s,@CCDEPMODE@,$CCDEPMODE,;t t ! s,@XML_CFLAGS@,$XML_CFLAGS,;t t ! s,@XML_LIBS@,$XML_LIBS,;t t ! s,@XSLT_CONFIG@,$XSLT_CONFIG,;t t ! s,@XSLT_CFLAGS@,$XSLT_CFLAGS,;t t ! s,@XSLT_LIBS@,$XSLT_LIBS,;t t s,@EGREP@,$EGREP,;t t s,@LN_S@,$LN_S,;t t s,@ECHO@,$ECHO,;t t s,@AR@,$AR,;t t --- 21114,21135 ---- s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t s,@CCDEPMODE@,$CCDEPMODE,;t t ! s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t ! s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t ! s,@build@,$build,;t t ! s,@build_cpu@,$build_cpu,;t t ! s,@build_vendor@,$build_vendor,;t t ! s,@build_os@,$build_os,;t t ! s,@host@,$host,;t t ! s,@host_cpu@,$host_cpu,;t t ! s,@host_vendor@,$host_vendor,;t t ! s,@host_os@,$host_os,;t t s,@EGREP@,$EGREP,;t t + s,@GCJ@,$GCJ,;t t + s,@GCJFLAGS@,$GCJFLAGS,;t t + s,@GCJDEPMODE@,$GCJDEPMODE,;t t + s,@am__fastdepGCJ_TRUE@,$am__fastdepGCJ_TRUE,;t t + s,@am__fastdepGCJ_FALSE@,$am__fastdepGCJ_FALSE,;t t s,@LN_S@,$LN_S,;t t s,@ECHO@,$ECHO,;t t s,@AR@,$AR,;t t *************** s,@CXX@,$CXX,;t t *** 21025,21030 **** --- 21141,21148 ---- s,@CXXFLAGS@,$CXXFLAGS,;t t s,@ac_ct_CXX@,$ac_ct_CXX,;t t s,@CXXDEPMODE@,$CXXDEPMODE,;t t + s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t + s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t s,@CXXCPP@,$CXXCPP,;t t s,@F77@,$F77,;t t s,@FFLAGS@,$FFLAGS,;t t *************** s,@ac_ct_F77@,$ac_ct_F77,;t t *** 21032,21040 **** s,@LIBTOOL@,$LIBTOOL,;t t s,@JAVAH@,$JAVAH,;t t s,@JAR@,$JAR,;t t ! s,@SOSUFFIX@,$SOSUFFIX,;t t ! s,@MODSUFFIX@,$MODSUFFIX,;t t ! s,@JMODSUFFIX@,$JMODSUFFIX,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF --- 21150,21163 ---- s,@LIBTOOL@,$LIBTOOL,;t t s,@JAVAH@,$JAVAH,;t t s,@JAR@,$JAR,;t t ! s,@XMLJ_VERSION_MAJOR@,$XMLJ_VERSION_MAJOR,;t t ! s,@XMLJ_VERSION_MINOR@,$XMLJ_VERSION_MINOR,;t t ! s,@XML2_CONFIG@,$XML2_CONFIG,;t t ! s,@XML_CFLAGS@,$XML_CFLAGS,;t t ! s,@XML_LIBS@,$XML_LIBS,;t t ! s,@XSLT_CONFIG@,$XSLT_CONFIG,;t t ! s,@XSLT_CFLAGS@,$XSLT_CFLAGS,;t t ! s,@XSLT_LIBS@,$XSLT_LIBS,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF *************** _ACEOF *** 21066,21074 **** (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ! ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ! ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end --- 21189,21197 ---- (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ! ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ! ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end *************** for ac_file in : $CONFIG_FILES; do test *** 21086,21106 **** # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin ! cat >$tmp/stdin ! ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ! ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ! ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$ac_file" : 'X\(//\)[^/]' \| \ ! X"$ac_file" : 'X\(//\)$' \| \ ! X"$ac_file" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 21209,21229 ---- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin ! cat >$tmp/stdin ! ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ! ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ! ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$ac_file" : 'X\(//\)[^/]' \| \ ! X"$ac_file" : 'X\(//\)$' \| \ ! X"$ac_file" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } *************** echo X"$ac_file" | *** 21116,21125 **** as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$as_dir" : 'X\(//\)[^/]' \| \ ! X"$as_dir" : 'X\(//\)$' \| \ ! X"$as_dir" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 21239,21248 ---- as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$as_dir" : 'X\(//\)[^/]' \| \ ! X"$as_dir" : 'X\(//\)$' \| \ ! X"$as_dir" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } *************** case $srcdir in *** 21157,21168 **** ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be ! # absolute. ! ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ! ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ! ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` case $INSTALL in --- 21280,21324 ---- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! ! # Do not use `cd foo && pwd` to compute absolute paths, because ! # the directories may not exist. ! case `pwd` in ! .) ac_abs_builddir="$ac_dir";; ! *) ! case "$ac_dir" in ! .) ac_abs_builddir=`pwd`;; ! [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; ! *) ac_abs_builddir=`pwd`/"$ac_dir";; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ! case ${ac_top_builddir}. in ! .) ac_abs_top_builddir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_srcdir=$ac_srcdir;; ! *) ! case $ac_srcdir in ! .) ac_abs_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; ! *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ! case $ac_top_srcdir in ! .) ac_abs_top_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; ! esac;; ! esac case $INSTALL in *************** echo "$as_me: creating $ac_file" >&6;} *** 21184,21190 **** configure_input="$ac_file. " fi configure_input=$configure_input"Generated from `echo $ac_file_in | ! sed 's,.*/,,'` by configure." # First look for the input files in the build tree, otherwise in the # src tree. --- 21340,21346 ---- configure_input="$ac_file. " fi configure_input=$configure_input"Generated from `echo $ac_file_in | ! sed 's,.*/,,'` by configure." # First look for the input files in the build tree, otherwise in the # src tree. *************** echo "$as_me: creating $ac_file" >&6;} *** 21193,21216 **** case $f in -) echo $tmp/stdin ;; [\\/$]*) ! # Absolute (can't be DOS-style, as IFS=:) ! test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } ! echo $f;; *) # Relative ! if test -f "$f"; then ! # Build tree ! echo $f ! elif test -f "$srcdir/$f"; then ! # Source tree ! echo $srcdir/$f ! else ! # /dev/null tree ! { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } ! fi;; esac done` || { (exit 1); exit 1; } _ACEOF --- 21349,21372 ---- case $f in -) echo $tmp/stdin ;; [\\/$]*) ! # Absolute (can't be DOS-style, as IFS=:) ! test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } ! echo "$f";; *) # Relative ! if test -f "$f"; then ! # Build tree ! echo "$f" ! elif test -f "$srcdir/$f"; then ! # Source tree ! echo "$srcdir/$f" ! else ! # /dev/null tree ! { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } ! fi;; esac done` || { (exit 1); exit 1; } _ACEOF *************** for ac_file in : $CONFIG_COMMANDS; do te *** 21252,21267 **** ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_dir=`(dirname "$ac_dest") 2>/dev/null || $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$ac_dest" : 'X\(//\)[^/]' \| \ ! X"$ac_dest" : 'X\(//\)$' \| \ ! X"$ac_dest" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$ac_dest" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` ac_builddir=. if test "$ac_dir" != .; then --- 21408,21448 ---- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_dir=`(dirname "$ac_dest") 2>/dev/null || $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$ac_dest" : 'X\(//\)[^/]' \| \ ! X"$ac_dest" : 'X\(//\)$' \| \ ! X"$ac_dest" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$ac_dest" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || + echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 + echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. if test "$ac_dir" != .; then *************** case $srcdir in *** 21287,21298 **** ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be ! # absolute. ! ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ! ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ! ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 --- 21468,21512 ---- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac ! ! # Do not use `cd foo && pwd` to compute absolute paths, because ! # the directories may not exist. ! case `pwd` in ! .) ac_abs_builddir="$ac_dir";; ! *) ! case "$ac_dir" in ! .) ac_abs_builddir=`pwd`;; ! [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; ! *) ac_abs_builddir=`pwd`/"$ac_dir";; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ! case ${ac_top_builddir}. in ! .) ac_abs_top_builddir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; ! *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_srcdir=$ac_srcdir;; ! *) ! case $ac_srcdir in ! .) ac_abs_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; ! *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; ! esac;; ! esac ! case $ac_abs_builddir in ! .) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ! case $ac_top_srcdir in ! .) ac_abs_top_srcdir=$ac_abs_builddir;; ! [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; ! *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; ! esac;; ! esac { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 *************** echo "$as_me: executing $ac_dest command *** 21310,21319 **** if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dirpart=`(dirname "$mf") 2>/dev/null || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$mf" : 'X\(//\)[^/]' \| \ ! X"$mf" : 'X\(//\)$' \| \ ! X"$mf" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 21524,21533 ---- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dirpart=`(dirname "$mf") 2>/dev/null || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$mf" : 'X\(//\)[^/]' \| \ ! X"$mf" : 'X\(//\)$' \| \ ! X"$mf" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } *************** echo X"$mf" | *** 21323,21358 **** 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=`(dirname "$file") 2>/dev/null || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$file" : 'X\(//\)[^/]' \| \ ! X"$file" : 'X\(//\)$' \| \ ! X"$file" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 21537,21566 ---- else continue fi ! # Extract the definition of DEPDIR, am__include, and am__quote ! # from the Makefile without running `make'. ! DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it ! U=`sed -n 's/^U = //p' < "$mf"` ! # Find all dependency output files, they are included files with ! # $(DEPDIR) in their names. 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 " ! s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`(dirname "$file") 2>/dev/null || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$file" : 'X\(//\)[^/]' \| \ ! X"$file" : 'X\(//\)$' \| \ ! X"$file" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } *************** echo X"$file" | *** 21368,21377 **** as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$as_dir" : 'X\(//\)[^/]' \| \ ! X"$as_dir" : 'X\(//\)$' \| \ ! X"$as_dir" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } --- 21576,21585 ---- as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ! X"$as_dir" : 'X\(//\)[^/]' \| \ ! X"$as_dir" : 'X\(//\)$' \| \ ! X"$as_dir" : 'X\(/\)' \| \ ! . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } Index: configure.ac =================================================================== RCS file: /cvsroot/classpathx/jaxp/configure.ac,v retrieving revision 1.12 diff -c -p -r1.12 configure.ac *** configure.ac 27 Oct 2004 18:20:33 -0000 1.12 --- configure.ac 25 Nov 2004 22:01:24 -0000 *************** *** 1,44 **** ! # Process this file with autoconf to produce a configure script. ! # ! # Copyright (C) 2003 Julian Scheid ! # ! # This file is part of GNU LibxmlJ, a JAXP-compliant Java wrapper for ! # the XML and XSLT C libraries for Gnome (libxml2/libxslt). ! # ! # GNU LibxmlJ 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. ! # ! # GNU LibxmlJ 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 GNU LibxmlJ; see the file COPYING. If not, write to the ! # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ! # 02111-1307 USA. ! # - #AC_INIT(source/javax/xml/parsers/SAXParserFactory.java) AC_INIT([jaxp], [1.1], [jaxp]) ! AC_CONFIG_SRCDIR([xmlj_util.c]) AC_CONFIG_AUX_DIR([config]) ! #AM_INIT_AUTOMAKE(jaxp, 1.1) ! AM_INIT_AUTOMAKE([1.6.0]) ! AC_JAVA_OPTIONS ! AC_SUBST(LIBS) ! AC_SUBST(CFLAGS) ! AC_SUBST(CPPFLAGS) ! AC_SUBST(JAVACFLAGS) ! AC_SUBST(SOFLAGS) ! ! AC_CANONICAL_HOST AC_CHECK_CLASSPATH AC_SUBST(XMLJ_VERSION_MAJOR) --- 1,48 ---- ! dnl Process this file with autoconf to produce a configure script. ! dnl ! dnl Copyright (C) 2003 Julian Scheid ! dnl ! dnl This file is part of GNU LibxmlJ, a JAXP-compliant Java wrapper for ! dnl the XML and XSLT C libraries for Gnome (libxml2/libxslt). ! dnl ! dnl GNU LibxmlJ is free software; you can redistribute it and/or modify it ! dnl under the terms of the GNU General Public License as published by the ! dnl Free Software Foundation; either version 2, or (at your option) any ! dnl later version. ! dnl ! dnl GNU LibxmlJ is distributed in the hope that it will be useful, but ! dnl WITHOUT ANY WARRANTY; without even the implied warranty of ! dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! dnl General Public License for more details. ! dnl ! dnl You should have received a copy of the GNU General Public License ! dnl along with GNU LibxmlJ; see the file COPYING. If not, write to the ! dnl Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ! dnl 02111-1307 USA. ! dnl AC_INIT([jaxp], [1.1], [jaxp]) ! AC_CONFIG_SRCDIR([source]) AC_CONFIG_AUX_DIR([config]) ! AM_INIT_AUTOMAKE ! dnl Checks for programs. ! AC_PROG_CC ! AC_PROG_LD ! AC_ISC_POSIX ! dnl FIXME ! dnl yacc works ... does isc_posix include that? ! dnl AC_PROG_YACC ! dnl FIXME: need to offer choice between traditional javac and gcj ! AM_PROG_GCJ ! AC_DISABLE_STATIC ! dnl AM_PROG_JAVAC ! AM_PROG_LIBTOOL ! AC_PROG_JAVAH ! AC_PROG_JAR AC_CHECK_CLASSPATH AC_SUBST(XMLJ_VERSION_MAJOR) *************** XMLJ_VERSION_MAJOR="0" *** 46,78 **** AC_SUBST(XMLJ_VERSION_MINOR) XMLJ_VERSION_MINOR="99" ! # Checks for header files. AM_PATH_XML([2.6.8],[CFLAGS="${CFLAGS}"] [CPPFLAGS="${CPPFLAGS}"] [LIBS="${XML_LIBS} ${LIBS}"] , AC_MSG_ERROR([unable to locate libxml.])) AM_PATH_XSLT([1.1.11],[CFLAGS="${XSLT_CFLAGS} ${CFLAGS}"] [CPPFLAGS="${XSLT_CFLAGS} ${CPPFLAGS}"] [LIBS="${XSLT_LIBS} ${LIBS}"] , AC_MSG_ERROR([unable to locate libxslt.])) ! # Libtool configuration ! ! SOFLAGS="-rpath \$(libdir)" ! LIBTOOL_PROG="${SHELL} ./libtool" ! ! # Checks for programs. ! ! AC_PROG_CC ! AC_PROG_LIBTOOL ! AC_ISC_POSIX ! AC_PROG_JAVAC ! AC_PROG_JAVAH ! AC_PROG_JAR ! ! # Set SOSUFFIX and friends ! ! SOSUFFIX_CONFIG ! MODSUFFIX_CONFIG ! JMODSUFFIX_CONFIG ! ! AC_CONFIG_FILES([Makefile]) ! ! AC_OUTPUT --- 50,60 ---- AC_SUBST(XMLJ_VERSION_MINOR) XMLJ_VERSION_MINOR="99" ! dnl Checks for header files. AM_PATH_XML([2.6.8],[CFLAGS="${CFLAGS}"] [CPPFLAGS="${CPPFLAGS}"] [LIBS="${XML_LIBS} ${LIBS}"] , AC_MSG_ERROR([unable to locate libxml.])) AM_PATH_XSLT([1.1.11],[CFLAGS="${XSLT_CFLAGS} ${CFLAGS}"] [CPPFLAGS="${XSLT_CFLAGS} ${CPPFLAGS}"] [LIBS="${XSLT_LIBS} ${LIBS}"] , AC_MSG_ERROR([unable to locate libxslt.])) ! AC_OUTPUT([Makefile]) Index: config/config.guess =================================================================== RCS file: /cvsroot/classpathx/jaxp/config/config.guess,v retrieving revision 1.2 diff -c -p -r1.2 config.guess *** config/config.guess 14 Apr 2004 15:40:07 -0000 1.2 --- config/config.guess 25 Nov 2004 22:01:24 -0000 *************** *** 3,9 **** # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ! timestamp='2004-01-05' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by --- 3,9 ---- # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ! timestamp='2003-06-17' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by *************** UNAME_RELEASE=`(uname -r) 2>/dev/null` | *** 136,141 **** --- 136,148 ---- UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + ## for Red Hat Linux + if test -f /etc/redhat-release ; then + VENDOR=redhat ; + else + VENDOR= ; + fi + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *************** case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *** 221,229 **** mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - pegasos:OpenBSD:*:*) - echo powerpc-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; --- 228,233 ---- *************** case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *** 310,318 **** *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; --- 314,319 ---- *************** EOF *** 740,746 **** echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) ! echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` --- 741,747 ---- echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) ! echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` *************** EOF *** 748,758 **** FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit 0 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; --- 749,754 ---- *************** EOF *** 762,768 **** *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; ! *:FreeBSD:*:*) # Determine whether the default compiler uses glibc. eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c --- 758,764 ---- *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; ! *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) # Determine whether the default compiler uses glibc. eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c *************** EOF *** 774,783 **** #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` ! # GNU/KFreeBSD systems have a "k" prefix to indicate we are using ! # FreeBSD's kernel, but not the complete OS. ! case ${LIBC} in gnu) kernel_only='k' ;; esac ! echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin --- 770,776 ---- #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` ! echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin *************** EOF *** 810,822 **** echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) - # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu - exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; --- 803,810 ---- *************** EOF *** 827,833 **** echo cris-axis-linux-gnu exit 0 ;; ia64:Linux:*:*) ! echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu --- 815,821 ---- echo cris-axis-linux-gnu exit 0 ;; ia64:Linux:*:*) ! echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu *************** EOF *** 871,880 **** test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; ppc:Linux:*:*) ! echo powerpc-unknown-linux-gnu exit 0 ;; ppc64:Linux:*:*) ! echo powerpc64-unknown-linux-gnu exit 0 ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in --- 859,868 ---- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; ppc:Linux:*:*) ! echo powerpc-${VENDOR:-unknown}-linux-gnu exit 0 ;; ppc64:Linux:*:*) ! echo powerpc64-${VENDOR:-unknown}-linux-gnu exit 0 ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in *************** EOF *** 902,908 **** echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) ! echo ${UNAME_MACHINE}-ibm-linux exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu --- 890,896 ---- echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) ! echo ${UNAME_MACHINE}-${VENDOR:-ibm}-linux-gnu exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu *************** EOF *** 914,920 **** echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) ! echo x86_64-unknown-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so --- 902,908 ---- echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) ! echo x86_64-${VENDOR:-unknown}-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so *************** EOF *** 964,975 **** LIBC=gnuaout #endif #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` ! test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; i*86:DYNIX/ptx:4*:*) --- 952,960 ---- LIBC=gnuaout #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` ! test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; i*86:DYNIX/ptx:4*:*) *************** EOF *** 997,1005 **** i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; --- 982,987 ---- *************** EOF *** 1071,1077 **** exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; ! 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` --- 1053,1059 ---- exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; ! 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` *************** EOF *** 1186,1192 **** *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; ! NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) --- 1168,1174 ---- *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; ! NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) *************** EOF *** 1230,1238 **** SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; - *:DRAGONFLY:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE} - exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 --- 1212,1217 ---- Index: config/config.sub =================================================================== RCS file: /cvsroot/classpathx/jaxp/config/config.sub,v retrieving revision 1.2 diff -c -p -r1.2 config.sub *** config/config.sub 14 Apr 2004 15:40:07 -0000 1.2 --- config/config.sub 25 Nov 2004 22:01:24 -0000 *************** *** 3,9 **** # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ! timestamp='2004-01-05' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software --- 3,9 ---- # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ! timestamp='2003-06-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software *************** esac *** 118,125 **** # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in ! nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ ! kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; --- 118,124 ---- # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in ! nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *************** case $basic_machine in *** 229,242 **** | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ ! | ip2k | iq2000 \ | m32r | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ --- 228,240 ---- | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ ! | ip2k \ | m32r | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ *************** case $basic_machine in *** 249,255 **** | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ --- 247,252 ---- *************** case $basic_machine in *** 260,265 **** --- 257,263 ---- | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | s390 | s390x \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ *************** case $basic_machine in *** 307,313 **** | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ ! | ip2k-* | iq2000-* \ | m32r-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ --- 305,311 ---- | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ ! | ip2k-* \ | m32r-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ *************** case $basic_machine in *** 322,328 **** | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ --- 320,325 ---- *************** case $basic_machine in *** 333,338 **** --- 330,336 ---- | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ + | s390-* | s390x-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ *************** case $basic_machine in *** 380,388 **** amd64) basic_machine=x86_64-pc ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; amdahl) basic_machine=580-amdahl os=-sysv --- 378,383 ---- *************** case $basic_machine in *** 747,756 **** basic_machine=or32-unknown os=-coff ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose --- 742,747 ---- *************** case $basic_machine in *** 842,853 **** rtpc | rtpc-*) basic_machine=romp-ibm ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; sa29200) basic_machine=a29k-amd os=-udi --- 833,838 ---- *************** case $basic_machine in *** 971,980 **** tower | tower-32) basic_machine=m68k-ncr ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; udi29k) basic_machine=a29k-amd os=-udi --- 956,961 ---- *************** case $os in *** 1143,1161 **** | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ ! | -hiux* | -386bsd* | -knetbsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ ! | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) --- 1124,1142 ---- | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ ! | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ ! | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) *************** case $os in *** 1179,1187 **** -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; --- 1160,1165 ---- *************** case $os in *** 1194,1202 **** -opened*) os=-openedition ;; - -os400*) - os=-os400 - ;; -wince*) os=-wince ;; --- 1172,1177 ---- *************** case $os in *** 1218,1226 **** -atheos*) os=-atheos ;; - -syllable*) - os=-syllable - ;; -386bsd) os=-bsd ;; --- 1193,1198 ---- *************** case $os in *** 1243,1251 **** -sinix*) os=-sysv4 ;; - -tpf*) - os=-tpf - ;; -triton*) os=-sysv3 ;; --- 1215,1220 ---- *************** case $basic_machine in *** 1313,1321 **** arm*-semi) os=-aout ;; ! c4x-* | tic4x-*) ! os=-coff ! ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 --- 1282,1290 ---- arm*-semi) os=-aout ;; ! c4x-* | tic4x-*) ! os=-coff ! ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 *************** case $basic_machine in *** 1494,1508 **** -mvs* | -opened*) vendor=ibm ;; - -os400*) - vendor=ibm - ;; -ptx*) vendor=sequent ;; - -tpf*) - vendor=ibm - ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; --- 1463,1471 ---- Index: config/ltmain.sh =================================================================== RCS file: /cvsroot/classpathx/jaxp/config/ltmain.sh,v retrieving revision 1.2 diff -c -p -r1.2 ltmain.sh *** config/ltmain.sh 14 Apr 2004 15:40:07 -0000 1.2 --- config/ltmain.sh 25 Nov 2004 22:01:25 -0000 *************** EXIT_FAILURE=1 *** 43,51 **** PROGRAM=ltmain.sh PACKAGE=libtool ! VERSION=1.5.4 ! TIMESTAMP=" (1.1220.2.90 2004/04/03 14:10:19) Debian$Rev: 203 $" # Check that we have a working $echo. if test "X$1" = X--no-reexec; then --- 43,56 ---- PROGRAM=ltmain.sh PACKAGE=libtool ! VERSION=1.5.10 ! TIMESTAMP=" (1.1220.2.130 2004/09/19 12:13:49)" + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi # Check that we have a working $echo. if test "X$1" = X--no-reexec; then *************** func_infer_tag () { *** 235,240 **** --- 240,361 ---- esac fi } + + + # func_extract_archives gentop oldlib ... + func_extract_archives () { + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + my_status="" + + $show "${rm}r $my_gentop" + $run ${rm}r "$my_gentop" + $show "$mkdir $my_gentop" + $run $mkdir "$my_gentop" + my_status=$? + if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then + exit $my_status + fi + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` + my_xdir="$my_gentop/$my_xlib" + + $show "${rm}r $my_xdir" + $run ${rm}r "$my_xdir" + $show "$mkdir $my_xdir" + $run $mkdir "$my_xdir" + status=$? + if test "$status" -ne 0 && test ! -d "$my_xdir"; then + exit $status + fi + case $host in + *-darwin*) + $show "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + if test -z "$run"; then + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename $darwin_archive` + darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` + if test -n "$darwin_arches"; then + darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + $show "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + # Remove the table of contents from the thin files. + $AR -d "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" __.SYMDEF 2>/dev/null || true + $AR -d "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" __.SYMDEF\ SORTED 2>/dev/null || true + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $AR -xo "${darwin_base_archive}" + rm "${darwin_base_archive}" + cd "$darwin_curdir" + done # $darwin_arches + ## Okay now we have a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f | xargs basename | sort -u | $NL2SP` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + lipo -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + rm -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + (cd $my_xdir && $AR x $my_xabs) || exit $? + fi # $darwin_arches + fi # $run + ;; + *) + # We will extract separately just the conflicting names and we will + # no longer touch any unique names. It is faster to leave these + # extract automatically by $AR in one run. + $show "(cd $my_xdir && $AR x $my_xabs)" + $run eval "(cd \$my_xdir && $AR x \$my_xabs)" || exit $? + if ($AR t "$my_xabs" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 + $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 + $AR t "$my_xabs" | sort | uniq -cd | while read -r count name + do + i=1 + while test "$i" -le "$count" + do + # Put our $i before any first dot (extension) + # Never overwrite any file + name_to="$name" + while test "X$name_to" = "X$name" || test -f "$my_xdir/$name_to" + do + name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` + done + $show "(cd $my_xdir && $AR xN $i $my_xabs '$name' && $mv '$name' '$name_to')" + $run eval "(cd \$my_xdir && $AR xN $i \$my_xabs '$name' && $mv '$name' '$name_to')" || exit $? + i=`expr $i + 1` + done + done + fi + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" + } # End of Shell function definitions ##################################### *************** EOF *** 1838,1847 **** case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; ! link) ! libs="$deplibs %DEPLIBS%" ! test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ! ;; esac fi if test "$pass" = dlopen; then --- 1959,1965 ---- case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; ! link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$pass" = dlopen; then *************** EOF *** 1981,1987 **** fi case $linkmode in lib) ! if test "$deplibs_check_method" != pass_all; then $echo $echo "*** Warning: Trying to link with static lib archive $deplib." $echo "*** I have the capability to make that library automatically link in when" --- 2099,2120 ---- fi case $linkmode in lib) ! valid_a_lib=no ! case $deplibs_check_method in ! match_pattern*) ! set dummy $deplibs_check_method ! match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` ! if eval $echo \"$deplib\" 2>/dev/null \ ! | $SED 10q \ ! | $EGREP "$match_pattern_regex" > /dev/null; then ! valid_a_lib=yes ! fi ! ;; ! pass_all) ! valid_a_lib=yes ! ;; ! esac ! if test "$valid_a_lib" != yes; then $echo $echo "*** Warning: Trying to link with static lib archive $deplib." $echo "*** I have the capability to make that library automatically link in when" *************** EOF *** 2154,2163 **** absdir="$libdir" fi else ! dir="$ladir/$objdir" ! absdir="$abs_ladir/$objdir" ! # Remove this search path later ! notinst_path="$notinst_path $abs_ladir" fi # $installed = yes name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` --- 2287,2303 ---- absdir="$libdir" fi else ! if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then ! dir="$ladir" ! absdir="$abs_ladir" ! # Remove this search path later ! notinst_path="$notinst_path $abs_ladir" ! else ! dir="$ladir/$objdir" ! absdir="$abs_ladir/$objdir" ! # Remove this search path later ! notinst_path="$notinst_path $abs_ladir" ! fi fi # $installed = yes name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` *************** EOF *** 2990,2996 **** versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` ! verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) --- 3130,3136 ---- versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` ! verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" ;; freebsd-aout) *************** EOF *** 3678,3744 **** eval libobjs=\"\$libobjs $whole_archive_flag_spec\" else gentop="$output_objdir/${outputname}x" - $show "${rm}r $gentop" - $run ${rm}r "$gentop" - $show "$mkdir $gentop" - $run $mkdir "$gentop" - status=$? - if test "$status" -ne 0 && test ! -d "$gentop"; then - exit $status - fi generated="$generated $gentop" ! for xlib in $convenience; do ! # Extract the objects. ! case $xlib in ! [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; ! *) xabs=`pwd`"/$xlib" ;; ! esac ! xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` ! xdir="$gentop/$xlib" ! ! $show "${rm}r $xdir" ! $run ${rm}r "$xdir" ! $show "$mkdir $xdir" ! $run $mkdir "$xdir" ! status=$? ! if test "$status" -ne 0 && test ! -d "$xdir"; then ! exit $status ! fi ! # We will extract separately just the conflicting names and we will no ! # longer touch any unique names. It is faster to leave these extract ! # automatically by $AR in one run. ! $show "(cd $xdir && $AR x $xabs)" ! $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? ! if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then ! : ! else ! $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 ! $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 ! $AR t "$xabs" | sort | uniq -cd | while read -r count name ! do ! i=1 ! while test "$i" -le "$count" ! do ! # Put our $i before any first dot (extension) ! # Never overwrite any file ! name_to="$name" ! while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" ! do ! name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` ! done ! $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" ! $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? ! i=`expr $i + 1` ! done ! done ! fi ! ! libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` ! done fi fi ! if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" --- 3818,3830 ---- eval libobjs=\"\$libobjs $whole_archive_flag_spec\" else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" ! func_extract_archives $gentop $convenience ! libobjs="$libobjs $func_extract_archives_result" fi fi ! if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" *************** EOF *** 3976,4039 **** eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" else gentop="$output_objdir/${obj}x" - $show "${rm}r $gentop" - $run ${rm}r "$gentop" - $show "$mkdir $gentop" - $run $mkdir "$gentop" - status=$? - if test "$status" -ne 0 && test ! -d "$gentop"; then - exit $status - fi generated="$generated $gentop" ! for xlib in $convenience; do ! # Extract the objects. ! case $xlib in ! [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; ! *) xabs=`pwd`"/$xlib" ;; ! esac ! xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` ! xdir="$gentop/$xlib" ! ! $show "${rm}r $xdir" ! $run ${rm}r "$xdir" ! $show "$mkdir $xdir" ! $run $mkdir "$xdir" ! status=$? ! if test "$status" -ne 0 && test ! -d "$xdir"; then ! exit $status ! fi ! # We will extract separately just the conflicting names and we will no ! # longer touch any unique names. It is faster to leave these extract ! # automatically by $AR in one run. ! $show "(cd $xdir && $AR x $xabs)" ! $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? ! if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then ! : ! else ! $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 ! $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 ! $AR t "$xabs" | sort | uniq -cd | while read -r count name ! do ! i=1 ! while test "$i" -le "$count" ! do ! # Put our $i before any first dot (extension) ! # Never overwrite any file ! name_to="$name" ! while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" ! do ! name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` ! done ! $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" ! $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? ! i=`expr $i + 1` ! done ! done ! fi ! ! reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` ! done fi fi --- 4062,4071 ---- eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" else gentop="$output_objdir/${obj}x" generated="$generated $gentop" ! func_extract_archives $gentop $convenience ! reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi *************** sed_quote_subst='$sed_quote_subst' *** 4814,4820 **** # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi relink_command=\"$relink_command\" --- 4846,4852 ---- # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" *************** fi\ *** 4991,5055 **** if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" - $show "${rm}r $gentop" - $run ${rm}r "$gentop" - $show "$mkdir $gentop" - $run $mkdir "$gentop" - status=$? - if test "$status" -ne 0 && test ! -d "$gentop"; then - exit $status - fi generated="$generated $gentop" ! # Add in members from convenience archives. ! for xlib in $addlibs; do ! # Extract the objects. ! case $xlib in ! [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; ! *) xabs=`pwd`"/$xlib" ;; ! esac ! xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` ! xdir="$gentop/$xlib" ! ! $show "${rm}r $xdir" ! $run ${rm}r "$xdir" ! $show "$mkdir $xdir" ! $run $mkdir "$xdir" ! status=$? ! if test "$status" -ne 0 && test ! -d "$xdir"; then ! exit $status ! fi ! # We will extract separately just the conflicting names and we will no ! # longer touch any unique names. It is faster to leave these extract ! # automatically by $AR in one run. ! $show "(cd $xdir && $AR x $xabs)" ! $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? ! if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then ! : ! else ! $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 ! $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 ! $AR t "$xabs" | sort | uniq -cd | while read -r count name ! do ! i=1 ! while test "$i" -le "$count" ! do ! # Put our $i before any first dot (extension) ! # Never overwrite any file ! name_to="$name" ! while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" ! do ! name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` ! done ! $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" ! $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? ! i=`expr $i + 1` ! done ! done ! fi ! ! oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` ! done fi # Do each command in the archive commands. --- 5023,5032 ---- if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" ! func_extract_archives $gentop $addlibs ! oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands.