XQuilla/include/Makefile.in

825 lines
27 KiB
Makefile
Raw Normal View History

2020-02-17 21:11:31 +00:00
# Makefile.in generated by automake 1.10 from Makefile.am.
2020-02-17 21:05:20 +00:00
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2020-02-17 21:11:31 +00:00
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2020-02-17 21:05:20 +00:00
# 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.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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@
target_triplet = @target@
subdir = include
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config/xqilla_config_unix.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
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)$(includedir)"
nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
HEADERS = $(nobase_include_HEADERS)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
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@
2020-02-17 21:10:06 +00:00
GREP = @GREP@
2020-02-17 21:11:31 +00:00
INSTALL = @INSTALL@
2020-02-17 21:05:20 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
2020-02-17 21:11:31 +00:00
MKDIR_P = @MKDIR_P@
2020-02-17 21:05:20 +00:00
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@
YACC = @YACC@
2020-02-17 21:10:06 +00:00
YFLAGS = @YFLAGS@
2020-02-17 21:11:31 +00:00
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
2020-02-17 21:05:20 +00:00
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
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@
2020-02-17 21:11:31 +00:00
builddir = @builddir@
2020-02-17 21:05:20 +00:00
datadir = @datadir@
2020-02-17 21:10:06 +00:00
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
2020-02-17 21:05:20 +00:00
exec_prefix = @exec_prefix@
2020-02-17 21:12:51 +00:00
faxpp_include = @faxpp_include@
faxpp_lib = @faxpp_lib@
faxpp_library = @faxpp_library@
2020-02-17 21:05:20 +00:00
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
2020-02-17 21:10:06 +00:00
htmldir = @htmldir@
2020-02-17 21:05:20 +00:00
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
2020-02-17 21:10:06 +00:00
localedir = @localedir@
2020-02-17 21:05:20 +00:00
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
2020-02-17 21:10:06 +00:00
pdfdir = @pdfdir@
2020-02-17 21:05:20 +00:00
prefix = @prefix@
program_transform_name = @program_transform_name@
2020-02-17 21:10:06 +00:00
psdir = @psdir@
2020-02-17 21:05:20 +00:00
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
2020-02-17 21:11:31 +00:00
srcdir = @srcdir@
2020-02-17 21:05:20 +00:00
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
2020-02-17 21:11:31 +00:00
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
2020-02-17 21:05:20 +00:00
xerces_include = @xerces_include@
xerces_lib = @xerces_lib@
nobase_include_HEADERS = \
xqilla/xqilla-dom3.hpp \
xqilla/xqilla-simple.hpp \
xqilla/ast/LocationInfo.hpp \
xqilla/ast/XQCastableAs.hpp \
xqilla/ast/XQCastAs.hpp \
xqilla/ast/XQContextItem.hpp \
xqilla/ast/XQFunction.hpp \
xqilla/ast/ASTNode.hpp \
xqilla/ast/XQIf.hpp \
xqilla/ast/ASTNodeImpl.hpp \
xqilla/ast/XQInstanceOf.hpp \
xqilla/ast/XQLiteral.hpp \
xqilla/ast/XQNav.hpp \
xqilla/ast/XQOperator.hpp \
xqilla/ast/XQParenthesizedExpr.hpp \
xqilla/ast/XQSequence.hpp \
xqilla/ast/XQStep.hpp \
xqilla/ast/XQTreatAs.hpp \
xqilla/ast/XQVariable.hpp \
2020-02-17 21:11:31 +00:00
xqilla/ast/StaticAnalysis.hpp \
2020-02-17 21:05:20 +00:00
xqilla/ast/StaticType.hpp \
xqilla/ast/ConstantFoldingFunction.hpp \
xqilla/ast/NumericFunction.hpp \
xqilla/ast/XQDOMConstructor.hpp \
xqilla/ast/XQDocumentConstructor.hpp \
xqilla/ast/XQElementConstructor.hpp \
xqilla/ast/XQAttributeConstructor.hpp \
xqilla/ast/XQPIConstructor.hpp \
xqilla/ast/XQCommentConstructor.hpp \
xqilla/ast/XQTextConstructor.hpp \
xqilla/ast/XQFunctionCall.hpp \
xqilla/ast/XQGlobalVariable.hpp \
xqilla/ast/XQOrderingChange.hpp \
xqilla/ast/XQQuantified.hpp \
xqilla/ast/XQTypeswitch.hpp \
xqilla/ast/XQValidate.hpp \
xqilla/ast/XQAtomize.hpp \
xqilla/ast/XPath1Compat.hpp \
xqilla/ast/ConvertFunctionArg.hpp \
xqilla/ast/XQDocumentOrder.hpp \
xqilla/ast/XQPredicate.hpp \
2020-02-17 21:11:31 +00:00
xqilla/ast/XQReturn.hpp \
xqilla/ast/TupleNode.hpp \
xqilla/ast/ContextTuple.hpp \
xqilla/ast/ForTuple.hpp \
xqilla/ast/LetTuple.hpp \
xqilla/ast/OrderByTuple.hpp \
xqilla/ast/WhereTuple.hpp \
xqilla/events/ContentSequenceFilter.hpp \
xqilla/events/EventHandler.hpp \
xqilla/events/EventSerializer.hpp \
xqilla/events/NSFixupFilter.hpp \
2020-02-17 21:12:51 +00:00
xqilla/events/QueryPathTreeFilter.hpp \
2020-02-17 21:11:31 +00:00
xqilla/events/SequenceBuilder.hpp \
xqilla/fastxdm/FastXDMConfiguration.hpp \
2020-02-17 21:05:20 +00:00
xqilla/fulltext/FTContains.hpp \
xqilla/fulltext/FTSelection.hpp \
xqilla/fulltext/FTWords.hpp \
xqilla/fulltext/FTOr.hpp \
xqilla/fulltext/FTAnd.hpp \
xqilla/fulltext/FTMildnot.hpp \
xqilla/fulltext/FTUnaryNot.hpp \
xqilla/fulltext/AllMatches.hpp \
xqilla/fulltext/Match.hpp \
xqilla/fulltext/TokenInfo.hpp \
xqilla/fulltext/Tokenizer.hpp \
xqilla/fulltext/DefaultTokenizer.hpp \
xqilla/fulltext/TokenStore.hpp \
xqilla/fulltext/DefaultTokenStore.hpp \
xqilla/fulltext/FTOption.hpp \
xqilla/fulltext/FTOrder.hpp \
xqilla/fulltext/FTRange.hpp \
xqilla/fulltext/FTDistance.hpp \
xqilla/fulltext/FTScope.hpp \
xqilla/fulltext/FTContent.hpp \
xqilla/fulltext/FTWindow.hpp \
xqilla/axis/NodeTest.hpp \
xqilla/axis/SelfAxis.hpp \
xqilla/context/ContextHelpers.hpp \
xqilla/context/DynamicContext.hpp \
xqilla/context/StaticContext.hpp \
xqilla/context/ItemFactory.hpp \
2020-02-17 21:11:31 +00:00
xqilla/context/MessageListener.hpp \
2020-02-17 21:05:20 +00:00
xqilla/context/ModuleResolver.hpp \
xqilla/context/URIResolver.hpp \
xqilla/context/VariableStore.hpp \
xqilla/context/Scope.hpp \
xqilla/context/VarHashEntry.hpp \
xqilla/context/VariableTypeStore.hpp \
xqilla/context/Collation.hpp \
xqilla/context/ModuleResolver.hpp \
2020-02-17 21:11:31 +00:00
xqilla/context/UpdateFactory.hpp \
2020-02-17 21:05:20 +00:00
xqilla/context/impl/CollationImpl.hpp \
xqilla/context/impl/VarHashEntryImpl.hpp \
2020-02-17 21:11:31 +00:00
xqilla/context/impl/VarStoreImpl.hpp \
2020-02-17 21:05:20 +00:00
xqilla/context/impl/VariableStoreTemplate.hpp \
xqilla/context/impl/CodepointCollation.hpp \
xqilla/context/impl/XQContextImpl.hpp \
xqilla/context/impl/XQDynamicContextImpl.hpp \
xqilla/context/impl/ItemFactoryImpl.hpp \
xqilla/dom-api/impl/XQillaNSResolverImpl.hpp \
xqilla/dom-api/XPath2Result.hpp \
xqilla/dom-api/XQillaExpression.hpp \
xqilla/dom-api/XQillaNSResolver.hpp \
xqilla/exceptions/XQillaException.hpp \
xqilla/exceptions/ContextException.hpp \
xqilla/exceptions/ASTException.hpp \
xqilla/exceptions/DynamicErrorException.hpp \
xqilla/exceptions/FunctionException.hpp \
xqilla/exceptions/IllegalArgumentException.hpp \
xqilla/exceptions/ItemException.hpp \
xqilla/exceptions/NamespaceLookupException.hpp \
xqilla/exceptions/StaticErrorException.hpp \
xqilla/exceptions/TypeErrorException.hpp \
xqilla/exceptions/TypeNotFoundException.hpp \
xqilla/exceptions/XMLParseException.hpp \
xqilla/exceptions/XPath2ErrorException.hpp \
xqilla/exceptions/XPath2TypeCastException.hpp \
xqilla/exceptions/XPath2TypeMatchException.hpp \
xqilla/exceptions/XQException.hpp \
xqilla/exceptions/QueryInterruptedException.hpp \
xqilla/exceptions/QueryTimeoutException.hpp \
2020-02-17 21:11:31 +00:00
xqilla/functions/ExternalFunction.hpp \
2020-02-17 21:05:20 +00:00
xqilla/functions/FunctionLookup.hpp \
xqilla/functions/FunctionAbs.hpp \
xqilla/functions/FunctionAdjustDateTimeToTimezone.hpp \
xqilla/functions/FunctionAdjustDateToTimezone.hpp \
xqilla/functions/FunctionAdjustTimeToTimezone.hpp \
xqilla/functions/FunctionAvg.hpp \
xqilla/functions/FunctionBaseURI.hpp \
xqilla/functions/FunctionBoolean.hpp \
xqilla/functions/FunctionCeiling.hpp \
xqilla/functions/FunctionCodepointEqual.hpp \
xqilla/functions/FunctionCodepointsToString.hpp \
xqilla/functions/FunctionCollection.hpp \
xqilla/functions/FunctionCompare.hpp \
xqilla/functions/FunctionConcat.hpp \
xqilla/functions/FunctionConstructor.hpp \
xqilla/functions/FunctionContains.hpp \
xqilla/functions/FunctionCount.hpp \
xqilla/functions/FunctionCurrentDate.hpp \
xqilla/functions/FunctionCurrentDateTime.hpp \
xqilla/functions/FunctionCurrentTime.hpp \
xqilla/functions/FunctionData.hpp \
xqilla/functions/FunctionDateTime.hpp \
xqilla/functions/FunctionDayFromDate.hpp \
xqilla/functions/FunctionDayFromDateTime.hpp \
xqilla/functions/FunctionDaysFromDuration.hpp \
xqilla/functions/FunctionDeepEqual.hpp \
xqilla/functions/FunctionDefaultCollation.hpp \
xqilla/functions/FunctionDistinctValues.hpp \
xqilla/functions/FunctionDocAvailable.hpp \
xqilla/functions/FunctionDoc.hpp \
xqilla/functions/FunctionDocumentURI.hpp \
xqilla/functions/FunctionEmpty.hpp \
xqilla/functions/FunctionEncodeForUri.hpp \
xqilla/functions/FunctionEndsWith.hpp \
xqilla/functions/FunctionError.hpp \
xqilla/functions/FunctionEscapeHtmlUri.hpp \
xqilla/functions/FunctionExactlyOne.hpp \
xqilla/functions/FunctionExists.hpp \
xqilla/functions/FunctionFalse.hpp \
xqilla/functions/FunctionFloor.hpp \
xqilla/functions/FunctionHoursFromDateTime.hpp \
xqilla/functions/FunctionHoursFromDuration.hpp \
xqilla/functions/FunctionHoursFromTime.hpp \
xqilla/functions/FunctionId.hpp \
xqilla/functions/FunctionIdref.hpp \
xqilla/functions/FunctionImplicitTimezone.hpp \
xqilla/functions/FunctionIndexOf.hpp \
xqilla/functions/FunctionInScopePrefixes.hpp \
xqilla/functions/FunctionInsertBefore.hpp \
xqilla/functions/FunctionIriToUri.hpp \
xqilla/functions/FunctionLang.hpp \
xqilla/functions/FunctionLast.hpp \
xqilla/functions/FunctionLocalNameFromQName.hpp \
xqilla/functions/FunctionLocalname.hpp \
xqilla/functions/FunctionLowerCase.hpp \
xqilla/functions/FunctionMatches.hpp \
xqilla/functions/FunctionMax.hpp \
xqilla/functions/FunctionMin.hpp \
xqilla/functions/FunctionMinutesFromDateTime.hpp \
xqilla/functions/FunctionMinutesFromDuration.hpp \
xqilla/functions/FunctionMinutesFromTime.hpp \
xqilla/functions/FunctionMonthFromDate.hpp \
xqilla/functions/FunctionMonthFromDateTime.hpp \
xqilla/functions/FunctionMonthsFromDuration.hpp \
xqilla/functions/FunctionName.hpp \
xqilla/functions/FunctionNamespaceURIForPrefix.hpp \
xqilla/functions/FunctionNamespaceURIFromQName.hpp \
xqilla/functions/FunctionNamespaceUri.hpp \
xqilla/functions/FunctionNilled.hpp \
xqilla/functions/FunctionNodeName.hpp \
xqilla/functions/FunctionNormalizeSpace.hpp \
xqilla/functions/FunctionNormalizeUnicode.hpp \
xqilla/functions/FunctionNot.hpp \
xqilla/functions/FunctionNumber.hpp \
xqilla/functions/FunctionOneOrMore.hpp \
2020-02-17 21:12:51 +00:00
xqilla/functions/FunctionParseXML.hpp \
2020-02-17 21:05:20 +00:00
xqilla/functions/FunctionPosition.hpp \
xqilla/functions/FunctionPrefixFromQName.hpp \
xqilla/functions/FunctionQName.hpp \
xqilla/functions/FunctionRemove.hpp \
xqilla/functions/FunctionReplace.hpp \
xqilla/functions/FunctionResolveQName.hpp \
xqilla/functions/FunctionResolveURI.hpp \
xqilla/functions/FunctionReverse.hpp \
xqilla/functions/FunctionRoot.hpp \
xqilla/functions/FunctionRoundHalfToEven.hpp \
xqilla/functions/FunctionRound.hpp \
xqilla/functions/FunctionSecondsFromDateTime.hpp \
xqilla/functions/FunctionSecondsFromDuration.hpp \
xqilla/functions/FunctionSecondsFromTime.hpp \
xqilla/functions/FunctionStartsWith.hpp \
xqilla/functions/FunctionStaticBaseURI.hpp \
xqilla/functions/FunctionString.hpp \
xqilla/functions/FunctionStringJoin.hpp \
xqilla/functions/FunctionStringLength.hpp \
xqilla/functions/FunctionStringToCodepoints.hpp \
xqilla/functions/FunctionSubsequence.hpp \
xqilla/functions/FunctionSubstringAfter.hpp \
xqilla/functions/FunctionSubstringBefore.hpp \
xqilla/functions/FunctionSubstring.hpp \
xqilla/functions/FunctionSum.hpp \
xqilla/functions/FunctionTimezoneFromDate.hpp \
xqilla/functions/FunctionTimezoneFromDateTime.hpp \
xqilla/functions/FunctionTimezoneFromTime.hpp \
xqilla/functions/FunctionTokenize.hpp \
xqilla/functions/FunctionTrace.hpp \
xqilla/functions/FunctionTranslate.hpp \
xqilla/functions/FunctionTrue.hpp \
xqilla/functions/FunctionUnordered.hpp \
xqilla/functions/FunctionUpperCase.hpp \
xqilla/functions/FunctionYearFromDate.hpp \
xqilla/functions/FunctionYearFromDateTime.hpp \
xqilla/functions/FunctionYearsFromDuration.hpp \
xqilla/functions/FunctionZeroOrOne.hpp \
xqilla/functions/FuncFactory.hpp \
xqilla/functions/XQUserFunction.hpp \
2020-02-17 21:12:51 +00:00
xqilla/functions/XQillaFunction.hpp \
2020-02-17 21:05:20 +00:00
xqilla/items/ATAnySimpleType.hpp \
xqilla/items/ATAnyURIOrDerived.hpp \
xqilla/items/ATBase64BinaryOrDerived.hpp \
xqilla/items/ATBooleanOrDerived.hpp \
xqilla/items/ATDateOrDerived.hpp \
xqilla/items/ATDateTimeOrDerived.hpp \
xqilla/items/ATDecimalOrDerived.hpp \
xqilla/items/ATDoubleOrDerived.hpp \
xqilla/items/ATDurationOrDerived.hpp \
xqilla/items/ATFloatOrDerived.hpp \
xqilla/items/ATGDayOrDerived.hpp \
xqilla/items/ATGMonthDayOrDerived.hpp \
xqilla/items/ATGMonthOrDerived.hpp \
xqilla/items/ATGYearMonthOrDerived.hpp \
xqilla/items/ATGYearOrDerived.hpp \
xqilla/items/ATHexBinaryOrDerived.hpp \
xqilla/items/ATNotationOrDerived.hpp \
xqilla/items/ATQNameConstructor.hpp \
xqilla/items/ATQNameOrDerived.hpp \
xqilla/items/ATStringOrDerived.hpp \
xqilla/items/ATTimeOrDerived.hpp \
xqilla/items/ATUntypedAtomic.hpp \
xqilla/items/AnyAtomicTypeConstructor.hpp \
xqilla/items/AnyAtomicType.hpp \
xqilla/items/DateOrTimeType.hpp \
xqilla/items/ItemConstructor.hpp \
xqilla/items/Item.hpp \
xqilla/items/Node.hpp \
xqilla/items/Numeric.hpp \
xqilla/items/NumericTypeConstructor.hpp \
xqilla/items/Timezone.hpp \
xqilla/items/DatatypeLookup.hpp \
xqilla/items/DatatypeFactory.hpp \
xqilla/items/impl/ATBooleanOrDerivedImpl.hpp \
xqilla/items/impl/ATDecimalOrDerivedImpl.hpp \
xqilla/items/impl/ATDoubleOrDerivedImpl.hpp \
xqilla/items/impl/ATFloatOrDerivedImpl.hpp \
xqilla/items/impl/ATQNameOrDerivedImpl.hpp \
xqilla/items/impl/ATDurationOrDerivedImpl.hpp \
xqilla/items/impl/ATDateTimeOrDerivedImpl.hpp \
xqilla/items/impl/ATDateOrDerivedImpl.hpp \
xqilla/items/impl/ATTimeOrDerivedImpl.hpp \
xqilla/items/impl/ATGDayOrDerivedImpl.hpp \
xqilla/items/impl/ATGMonthDayOrDerivedImpl.hpp \
xqilla/items/impl/ATGMonthOrDerivedImpl.hpp \
xqilla/items/impl/ATGYearMonthOrDerivedImpl.hpp \
xqilla/items/impl/ATGYearOrDerivedImpl.hpp \
xqilla/mapm/m_apm.h \
xqilla/operators/And.hpp \
xqilla/operators/ArithmeticOperator.hpp \
xqilla/operators/ComparisonOperator.hpp \
xqilla/operators/Divide.hpp \
xqilla/operators/Equals.hpp \
xqilla/operators/Except.hpp \
xqilla/operators/GeneralComp.hpp \
xqilla/operators/GreaterThanEqual.hpp \
xqilla/operators/GreaterThan.hpp \
xqilla/operators/IntegerDivide.hpp \
xqilla/operators/Intersect.hpp \
xqilla/operators/LessThanEqual.hpp \
xqilla/operators/LessThan.hpp \
xqilla/operators/Minus.hpp \
xqilla/operators/Mod.hpp \
xqilla/operators/Multiply.hpp \
xqilla/operators/NodeComparison.hpp \
xqilla/operators/NotEquals.hpp \
xqilla/operators/OrderComparison.hpp \
xqilla/operators/Or.hpp \
xqilla/operators/Plus.hpp \
xqilla/operators/Range.hpp \
xqilla/operators/UnaryMinus.hpp \
xqilla/operators/Union.hpp \
2020-02-17 21:12:51 +00:00
xqilla/optimizer/Optimizer.hpp \
xqilla/optimizer/ASTVisitor.hpp \
xqilla/optimizer/QueryPathNode.hpp \
xqilla/optimizer/QueryPathTreeGenerator.hpp \
2020-02-17 21:05:20 +00:00
xqilla/parser/QName.hpp \
2020-02-17 21:11:31 +00:00
xqilla/runtime/ClosureResult.hpp \
xqilla/runtime/TupleResult.hpp \
2020-02-17 21:05:20 +00:00
xqilla/runtime/Sequence.hpp \
xqilla/runtime/ResultBuffer.hpp \
xqilla/runtime/ResultBufferImpl.hpp \
xqilla/runtime/Result.hpp \
xqilla/runtime/ResultImpl.hpp \
xqilla/runtime/SingleResult.hpp \
xqilla/runtime/SequenceResult.hpp \
xqilla/runtime/LazySequenceResult.hpp \
xqilla/runtime/EmptyResult.hpp \
xqilla/schema/DocumentCache.hpp \
xqilla/schema/SequenceType.hpp \
xqilla/schema/AnyAtomicTypeDatatypeValidator.hpp \
xqilla/schema/DocumentCacheImpl.hpp \
2020-02-17 21:11:31 +00:00
xqilla/schema/SchemaValidatorFilter.hpp \
2020-02-17 21:05:20 +00:00
xqilla/simple-api/XQilla.hpp \
2020-02-17 21:11:31 +00:00
xqilla/simple-api/XQillaConfiguration.hpp \
2020-02-17 21:05:20 +00:00
xqilla/simple-api/XQQuery.hpp \
2020-02-17 21:11:31 +00:00
xqilla/update/FunctionPut.hpp \
xqilla/update/PendingUpdateList.hpp \
xqilla/update/UApplyUpdates.hpp \
xqilla/update/UDelete.hpp \
xqilla/update/URename.hpp \
xqilla/update/UReplace.hpp \
xqilla/update/UReplaceValueOf.hpp \
xqilla/update/UInsertAsFirst.hpp \
xqilla/update/UInsertAsLast.hpp \
xqilla/update/UInsertInto.hpp \
xqilla/update/UInsertAfter.hpp \
xqilla/update/UInsertBefore.hpp \
xqilla/update/UTransform.hpp \
2020-02-17 21:05:20 +00:00
xqilla/utils/NumUtils.hpp \
xqilla/utils/XPath2NSUtils.hpp \
xqilla/utils/XPath2Utils.hpp \
xqilla/utils/XMLChCompare.hpp \
xqilla/utils/XStr.hpp \
xqilla/utils/ContextUtils.hpp \
xqilla/utils/PrintAST.hpp \
xqilla/utils/UTF8Str.hpp \
xqilla/utils/XQillaPlatformUtils.hpp \
xqilla/utils/UCANormalizer.hpp \
xqilla/framework/ReferenceCounted.hpp \
xqilla/framework/XPath2MemoryManager.hpp \
xqilla/framework/BaseMemoryManager.hpp \
xqilla/framework/ProxyMemoryManager.hpp \
xqilla/framework/StringPool.hpp \
xqilla/framework/XPath2MemoryManagerImpl.hpp \
xqilla/framework/XQillaExport.hpp \
2020-02-17 21:11:31 +00:00
xqilla/xerces/XercesConfiguration.hpp \
2020-02-17 21:05:20 +00:00
xqilla/xqts/TestSuiteParser.hpp \
xqilla/xqts/TestSuiteResultListener.hpp \
xqilla/xqts/TestSuiteRunner.hpp
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
2020-02-17 21:12:51 +00:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
2020-02-17 21:05:20 +00:00
cd $(top_srcdir) && \
2020-02-17 21:12:51 +00:00
$(AUTOMAKE) --foreign include/Makefile
2020-02-17 21:05:20 +00:00
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
@$(NORMAL_INSTALL)
2020-02-17 21:11:31 +00:00
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
2020-02-17 21:05:20 +00:00
@$(am__vpath_adj_setup) \
list='$(nobase_include_HEADERS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
$(am__vpath_adj) \
echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
$(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
done
uninstall-nobase_includeHEADERS:
@$(NORMAL_UNINSTALL)
@$(am__vpath_adj_setup) \
list='$(nobase_include_HEADERS)'; for p in $$list; do \
$(am__vpath_adj) \
echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
rm -f "$(DESTDIR)$(includedir)/$$f"; \
done
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)
2020-02-17 21:11:31 +00:00
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
2020-02-17 21:05:20 +00:00
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
2020-02-17 21:11:31 +00:00
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2020-02-17 21:05:20 +00:00
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(HEADERS)
installdirs:
for dir in "$(DESTDIR)$(includedir)"; do \
2020-02-17 21:11:31 +00:00
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2020-02-17 21:05:20 +00:00
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
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:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
2020-02-17 21:11:31 +00:00
distclean-am: clean-am distclean-generic distclean-tags
2020-02-17 21:05:20 +00:00
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-nobase_includeHEADERS
2020-02-17 21:11:31 +00:00
install-dvi: install-dvi-am
2020-02-17 21:05:20 +00:00
install-exec-am:
2020-02-17 21:11:31 +00:00
install-html: install-html-am
2020-02-17 21:05:20 +00:00
install-info: install-info-am
install-man:
2020-02-17 21:11:31 +00:00
install-pdf: install-pdf-am
install-ps: install-ps-am
2020-02-17 21:05:20 +00:00
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
2020-02-17 21:11:31 +00:00
uninstall-am: uninstall-nobase_includeHEADERS
.MAKE: install-am install-strip
2020-02-17 21:05:20 +00:00
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
clean-libtool ctags distclean distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
2020-02-17 21:11:31 +00:00
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
2020-02-17 21:05:20 +00:00
install-info-am install-man install-nobase_includeHEADERS \
2020-02-17 21:11:31 +00:00
install-pdf install-pdf-am install-ps install-ps-am \
2020-02-17 21:05:20 +00:00
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2020-02-17 21:11:31 +00:00
tags uninstall uninstall-am uninstall-nobase_includeHEADERS
2020-02-17 21:05:20 +00:00
docs: $(top_srcdir)/docs/.simple-api-timestamp $(top_srcdir)/docs/.dom3-api-timestamp
2020-02-17 21:11:31 +00:00
docsclean:
rm -rf $(top_srcdir)/docs/simple-api $(top_srcdir)/docs/dom3-api && \
rm $(top_srcdir)/docs/.simple-api-timestamp $(top_srcdir)/docs/.dom3-api-timestamp && \
rm $(top_srcdir)/docs/Doxyfile.simpleapi $(top_srcdir)/docs/Doxyfile.dom3api
$(top_srcdir)/docs/.simple-api-timestamp: $(nobase_include_HEADERS) $(top_srcdir)/docs/Doxyfile.simpleapi $(top_srcdir)/docs/simple_header.html
2020-02-17 21:05:20 +00:00
cd $(top_srcdir)/docs && \
doxygen Doxyfile.simpleapi && \
touch .simple-api-timestamp
$(top_srcdir)/docs/Doxyfile.simpleapi: $(top_srcdir)/docs/Doxyfile.simpleapi.in
2020-02-17 21:11:31 +00:00
sed -e "s,%xerces_include%,$(xerces_include)," -e "s,%version%,$(VERSION)," $(top_srcdir)/docs/Doxyfile.simpleapi.in >$(top_srcdir)/docs/Doxyfile.simpleapi
2020-02-17 21:05:20 +00:00
$(top_srcdir)/docs/.dom3-api-timestamp: $(nobase_include_HEADERS) $(top_srcdir)/docs/Doxyfile.dom3api
cd $(top_srcdir)/docs && \
doxygen Doxyfile.dom3api && \
touch .dom3-api-timestamp
2020-02-17 21:11:31 +00:00
$(top_srcdir)/docs/Doxyfile.dom3api: $(top_srcdir)/docs/Doxyfile.dom3api.in $(top_srcdir)/docs/dom3_header.html
sed -e "s,%xerces_include%,$(xerces_include)," -e "s,%version%,$(VERSION)," $(top_srcdir)/docs/Doxyfile.dom3api.in >$(top_srcdir)/docs/Doxyfile.dom3api
2020-02-17 21:05:20 +00:00
devdocs: $(top_srcdir)/docs/.dev-api-timestamp
2020-02-17 21:11:31 +00:00
devdocsclean:
rm -rf $(top_srcdir)/docs/dev-api && \
rm $(top_srcdir)/docs/.dev-api-timestamp && \
rm $(top_srcdir)/docs/Doxyfile.devapi
2020-02-17 21:05:20 +00:00
$(top_srcdir)/docs/.dev-api-timestamp: $(nobase_include_HEADERS) $(top_srcdir)/docs/Doxyfile.devapi
cd $(top_srcdir)/docs && \
doxygen Doxyfile.devapi && \
touch .dev-api-timestamp
$(top_srcdir)/docs/Doxyfile.devapi: $(top_srcdir)/docs/Doxyfile.devapi.in
sed -e "s,%xerces_include%,$(xerces_include)," $(top_srcdir)/docs/Doxyfile.devapi.in >$(top_srcdir)/docs/Doxyfile.devapi
# 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: