diff --git a/ChangeLog b/ChangeLog index 53535021..6d44ab99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ XQilla: an XQuery and XPath 2.0 library and command line interpreter. +version 2.2.4 (2010.03.01): + * Modified to build against Xerces-C 3.1.0 + * Modified the DOM 3 API to only orphan grammars if PSVI is enabled. + * Fixed computed attribute constructors not to use the default element + namespace for names. + * Modified node serialization to generate prefixes for attributes with + no prefix but in a namespace. + * Modified node serialization to use existing prefixes if possible. + * Fixed an unknown exception during certain update operations. + * Build fix for Sun Workshop 6 compiler. + * Build fix for older GCC. + * Added maintainer mode (--enable-maintainer-mode) to rebuild build + related files. + version 2.2.3 (2009.11.12): * Work around for a Xerces-C bug in DOMDocument::importNode() that resulted in badly copied prefixes using XQuery Update. diff --git a/Makefile.am b/Makefile.am index f51069e9..1c089928 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = include INCLUDES = -I$(top_srcdir)/include/ $(xerces_include) -I$(top_srcdir)/src/lexer/ $(faxpp_include) $(tidy_include) LDFLAGS = -L$(xerces_lib) -R$(xerces_lib) $(faxpp_lib) $(tidy_lib) -lxerces-c $(faxpp_library) $(tidy_library) LDADD = libxqilla.la +ACLOCAL_AMFLAGS = -I autotools/m4 bin_PROGRAMS = xqilla noinst_PROGRAMS = xqtsRunner xmarkRunner simple-basic simple-context-item xqc-basic xqc-context-item @@ -16,7 +17,7 @@ lib_LTLIBRARIES = libxqilla.la # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html # -no-undefined for Cygwin (bug #1639669) -libxqilla_la_LDFLAGS = -version-info 5:3:0 -no-undefined +libxqilla_la_LDFLAGS = -version-info 5:4:0 -no-undefined libxqilla_la_SOURCES = \ src/framework/ReferenceCounted.cpp \ diff --git a/Makefile.in b/Makefile.in index aa946313..6d6e676a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -17,8 +18,9 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -47,7 +49,12 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ autotools/depcomp autotools/install-sh autotools/ltmain.sh \ autotools/missing autotools/mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/libtool.m4 \ + $(top_srcdir)/autotools/m4/ltoptions.m4 \ + $(top_srcdir)/autotools/m4/ltsugar.m4 \ + $(top_srcdir)/autotools/m4/ltversion.m4 \ + $(top_srcdir)/autotools/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -55,14 +62,29 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs CONFIG_HEADER = $(top_builddir)/src/config/xqilla_config_unix.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_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__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" -libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) libxqilla_la_LIBADD = am_libxqilla_la_OBJECTS = ReferenceCounted.lo BaseMemoryManager.lo \ @@ -219,7 +241,6 @@ libxqilla_la_OBJECTS = $(am_libxqilla_la_OBJECTS) libxqilla_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libxqilla_la_LDFLAGS) $(LDFLAGS) -o $@ -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) @BUILD_DOM_SAMPLES_TRUE@am__EXEEXT_1 = dom-basic$(EXEEXT) \ @BUILD_DOM_SAMPLES_TRUE@ dom-context-item$(EXEEXT) \ @BUILD_DOM_SAMPLES_TRUE@ dom-resolver$(EXEEXT) @@ -267,6 +288,7 @@ xqtsRunner_DEPENDENCIES = libxqilla.la DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/config depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -307,6 +329,9 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -314,9 +339,34 @@ 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); }; } + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print @@ -342,20 +392,20 @@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ -ECHO = @ECHO@ +DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ +FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ LDFLAGS = -L$(xerces_lib) -R$(xerces_lib) $(faxpp_lib) $(tidy_lib) -lxerces-c $(faxpp_library) $(tidy_library) LEX = @LEX@ LEXLIB = @LEXLIB@ @@ -363,17 +413,24 @@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ +NM = @NM@ NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ @@ -390,7 +447,7 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -424,6 +481,7 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -443,6 +501,7 @@ target_vendor = @target_vendor@ tidy_include = @tidy_include@ tidy_lib = @tidy_lib@ tidy_library = @tidy_library@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ xerces_include = @xerces_include@ @@ -452,11 +511,12 @@ AUTOMAKE_OPTIONS = foreign dist-zip SUBDIRS = include INCLUDES = -I$(top_srcdir)/include/ $(xerces_include) -I$(top_srcdir)/src/lexer/ $(faxpp_include) $(tidy_include) LDADD = libxqilla.la +ACLOCAL_AMFLAGS = -I autotools/m4 lib_LTLIBRARIES = libxqilla.la # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html # -no-undefined for Cygwin (bug #1639669) -libxqilla_la_LDFLAGS = -version-info 5:2:0 -no-undefined +libxqilla_la_LDFLAGS = -version-info 5:4:0 -no-undefined libxqilla_la_SOURCES = \ src/framework/ReferenceCounted.cpp \ src/framework/BaseMemoryManager.cpp \ @@ -1079,19 +1139,19 @@ all: all-recursive .SUFFIXES: .c .cpp .lo .o .obj am--refresh: @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ - cd $(srcdir) && $(AUTOMAKE) --foreign \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -1106,10 +1166,11 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(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) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): src/config/xqilla_config_unix.h: src/config/stamp-h1 @if test ! -f $@; then \ @@ -1120,8 +1181,8 @@ src/config/xqilla_config_unix.h: src/config/stamp-h1 src/config/stamp-h1: $(top_srcdir)/src/config/xqilla_config_unix.h.in $(top_builddir)/config.status @rm -f src/config/stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status src/config/xqilla_config_unix.h -$(top_srcdir)/src/config/xqilla_config_unix.h.in: $(am__configure_deps) - cd $(top_srcdir) && $(AUTOHEADER) +$(top_srcdir)/src/config/xqilla_config_unix.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f src/config/stamp-h1 touch $@ @@ -1130,20 +1191,24 @@ distclean-hdr: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ if test -f $$p; then \ - f=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + list2="$$list2 $$p"; \ else :; fi; \ - done + done; \ + test -z "$$list2" || { \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - p=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: @@ -1159,38 +1224,55 @@ libxqilla.la: $(libxqilla_la_OBJECTS) $(libxqilla_la_DEPENDENCIES) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p || test -f $$p1; \ + then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list dom-basic$(EXEEXT): $(dom_basic_OBJECTS) $(dom_basic_DEPENDENCIES) @rm -f dom-basic$(EXEEXT) $(CXXLINK) $(dom_basic_OBJECTS) $(dom_basic_LDADD) $(LIBS) @@ -1669,3171 +1751,3171 @@ distclean-compile: .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @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 $@ $< mapm5sin.lo: src/mapm/mapm5sin.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm5sin.lo -MD -MP -MF $(DEPDIR)/mapm5sin.Tpo -c -o mapm5sin.lo `test -f 'src/mapm/mapm5sin.c' || echo '$(srcdir)/'`src/mapm/mapm5sin.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm5sin.Tpo $(DEPDIR)/mapm5sin.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm5sin.lo -MD -MP -MF $(DEPDIR)/mapm5sin.Tpo -c -o mapm5sin.lo `test -f 'src/mapm/mapm5sin.c' || echo '$(srcdir)/'`src/mapm/mapm5sin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm5sin.Tpo $(DEPDIR)/mapm5sin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm5sin.c' object='mapm5sin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm5sin.lo `test -f 'src/mapm/mapm5sin.c' || echo '$(srcdir)/'`src/mapm/mapm5sin.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm5sin.lo `test -f 'src/mapm/mapm5sin.c' || echo '$(srcdir)/'`src/mapm/mapm5sin.c mapm_add.lo: src/mapm/mapm_add.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_add.lo -MD -MP -MF $(DEPDIR)/mapm_add.Tpo -c -o mapm_add.lo `test -f 'src/mapm/mapm_add.c' || echo '$(srcdir)/'`src/mapm/mapm_add.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_add.Tpo $(DEPDIR)/mapm_add.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_add.lo -MD -MP -MF $(DEPDIR)/mapm_add.Tpo -c -o mapm_add.lo `test -f 'src/mapm/mapm_add.c' || echo '$(srcdir)/'`src/mapm/mapm_add.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_add.Tpo $(DEPDIR)/mapm_add.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_add.c' object='mapm_add.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_add.lo `test -f 'src/mapm/mapm_add.c' || echo '$(srcdir)/'`src/mapm/mapm_add.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_add.lo `test -f 'src/mapm/mapm_add.c' || echo '$(srcdir)/'`src/mapm/mapm_add.c mapmasin.lo: src/mapm/mapmasin.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmasin.lo -MD -MP -MF $(DEPDIR)/mapmasin.Tpo -c -o mapmasin.lo `test -f 'src/mapm/mapmasin.c' || echo '$(srcdir)/'`src/mapm/mapmasin.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmasin.Tpo $(DEPDIR)/mapmasin.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmasin.lo -MD -MP -MF $(DEPDIR)/mapmasin.Tpo -c -o mapmasin.lo `test -f 'src/mapm/mapmasin.c' || echo '$(srcdir)/'`src/mapm/mapmasin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmasin.Tpo $(DEPDIR)/mapmasin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmasin.c' object='mapmasin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmasin.lo `test -f 'src/mapm/mapmasin.c' || echo '$(srcdir)/'`src/mapm/mapmasin.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmasin.lo `test -f 'src/mapm/mapmasin.c' || echo '$(srcdir)/'`src/mapm/mapmasin.c mapmasn0.lo: src/mapm/mapmasn0.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmasn0.lo -MD -MP -MF $(DEPDIR)/mapmasn0.Tpo -c -o mapmasn0.lo `test -f 'src/mapm/mapmasn0.c' || echo '$(srcdir)/'`src/mapm/mapmasn0.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmasn0.Tpo $(DEPDIR)/mapmasn0.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmasn0.lo -MD -MP -MF $(DEPDIR)/mapmasn0.Tpo -c -o mapmasn0.lo `test -f 'src/mapm/mapmasn0.c' || echo '$(srcdir)/'`src/mapm/mapmasn0.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmasn0.Tpo $(DEPDIR)/mapmasn0.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmasn0.c' object='mapmasn0.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmasn0.lo `test -f 'src/mapm/mapmasn0.c' || echo '$(srcdir)/'`src/mapm/mapmasn0.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmasn0.lo `test -f 'src/mapm/mapmasn0.c' || echo '$(srcdir)/'`src/mapm/mapmasn0.c mapmcbrt.lo: src/mapm/mapmcbrt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmcbrt.lo -MD -MP -MF $(DEPDIR)/mapmcbrt.Tpo -c -o mapmcbrt.lo `test -f 'src/mapm/mapmcbrt.c' || echo '$(srcdir)/'`src/mapm/mapmcbrt.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmcbrt.Tpo $(DEPDIR)/mapmcbrt.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmcbrt.lo -MD -MP -MF $(DEPDIR)/mapmcbrt.Tpo -c -o mapmcbrt.lo `test -f 'src/mapm/mapmcbrt.c' || echo '$(srcdir)/'`src/mapm/mapmcbrt.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmcbrt.Tpo $(DEPDIR)/mapmcbrt.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmcbrt.c' object='mapmcbrt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmcbrt.lo `test -f 'src/mapm/mapmcbrt.c' || echo '$(srcdir)/'`src/mapm/mapmcbrt.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmcbrt.lo `test -f 'src/mapm/mapmcbrt.c' || echo '$(srcdir)/'`src/mapm/mapmcbrt.c mapmcnst.lo: src/mapm/mapmcnst.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmcnst.lo -MD -MP -MF $(DEPDIR)/mapmcnst.Tpo -c -o mapmcnst.lo `test -f 'src/mapm/mapmcnst.c' || echo '$(srcdir)/'`src/mapm/mapmcnst.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmcnst.Tpo $(DEPDIR)/mapmcnst.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmcnst.lo -MD -MP -MF $(DEPDIR)/mapmcnst.Tpo -c -o mapmcnst.lo `test -f 'src/mapm/mapmcnst.c' || echo '$(srcdir)/'`src/mapm/mapmcnst.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmcnst.Tpo $(DEPDIR)/mapmcnst.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmcnst.c' object='mapmcnst.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmcnst.lo `test -f 'src/mapm/mapmcnst.c' || echo '$(srcdir)/'`src/mapm/mapmcnst.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmcnst.lo `test -f 'src/mapm/mapmcnst.c' || echo '$(srcdir)/'`src/mapm/mapmcnst.c mapm_cpi.lo: src/mapm/mapm_cpi.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_cpi.lo -MD -MP -MF $(DEPDIR)/mapm_cpi.Tpo -c -o mapm_cpi.lo `test -f 'src/mapm/mapm_cpi.c' || echo '$(srcdir)/'`src/mapm/mapm_cpi.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_cpi.Tpo $(DEPDIR)/mapm_cpi.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_cpi.lo -MD -MP -MF $(DEPDIR)/mapm_cpi.Tpo -c -o mapm_cpi.lo `test -f 'src/mapm/mapm_cpi.c' || echo '$(srcdir)/'`src/mapm/mapm_cpi.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_cpi.Tpo $(DEPDIR)/mapm_cpi.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_cpi.c' object='mapm_cpi.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_cpi.lo `test -f 'src/mapm/mapm_cpi.c' || echo '$(srcdir)/'`src/mapm/mapm_cpi.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_cpi.lo `test -f 'src/mapm/mapm_cpi.c' || echo '$(srcdir)/'`src/mapm/mapm_cpi.c mapm_div.lo: src/mapm/mapm_div.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_div.lo -MD -MP -MF $(DEPDIR)/mapm_div.Tpo -c -o mapm_div.lo `test -f 'src/mapm/mapm_div.c' || echo '$(srcdir)/'`src/mapm/mapm_div.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_div.Tpo $(DEPDIR)/mapm_div.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_div.lo -MD -MP -MF $(DEPDIR)/mapm_div.Tpo -c -o mapm_div.lo `test -f 'src/mapm/mapm_div.c' || echo '$(srcdir)/'`src/mapm/mapm_div.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_div.Tpo $(DEPDIR)/mapm_div.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_div.c' object='mapm_div.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_div.lo `test -f 'src/mapm/mapm_div.c' || echo '$(srcdir)/'`src/mapm/mapm_div.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_div.lo `test -f 'src/mapm/mapm_div.c' || echo '$(srcdir)/'`src/mapm/mapm_div.c mapm_exp.lo: src/mapm/mapm_exp.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_exp.lo -MD -MP -MF $(DEPDIR)/mapm_exp.Tpo -c -o mapm_exp.lo `test -f 'src/mapm/mapm_exp.c' || echo '$(srcdir)/'`src/mapm/mapm_exp.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_exp.Tpo $(DEPDIR)/mapm_exp.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_exp.lo -MD -MP -MF $(DEPDIR)/mapm_exp.Tpo -c -o mapm_exp.lo `test -f 'src/mapm/mapm_exp.c' || echo '$(srcdir)/'`src/mapm/mapm_exp.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_exp.Tpo $(DEPDIR)/mapm_exp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_exp.c' object='mapm_exp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_exp.lo `test -f 'src/mapm/mapm_exp.c' || echo '$(srcdir)/'`src/mapm/mapm_exp.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_exp.lo `test -f 'src/mapm/mapm_exp.c' || echo '$(srcdir)/'`src/mapm/mapm_exp.c mapmfact.lo: src/mapm/mapmfact.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmfact.lo -MD -MP -MF $(DEPDIR)/mapmfact.Tpo -c -o mapmfact.lo `test -f 'src/mapm/mapmfact.c' || echo '$(srcdir)/'`src/mapm/mapmfact.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmfact.Tpo $(DEPDIR)/mapmfact.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmfact.lo -MD -MP -MF $(DEPDIR)/mapmfact.Tpo -c -o mapmfact.lo `test -f 'src/mapm/mapmfact.c' || echo '$(srcdir)/'`src/mapm/mapmfact.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmfact.Tpo $(DEPDIR)/mapmfact.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmfact.c' object='mapmfact.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmfact.lo `test -f 'src/mapm/mapmfact.c' || echo '$(srcdir)/'`src/mapm/mapmfact.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmfact.lo `test -f 'src/mapm/mapmfact.c' || echo '$(srcdir)/'`src/mapm/mapmfact.c mapm_fam.lo: src/mapm/mapm_fam.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fam.lo -MD -MP -MF $(DEPDIR)/mapm_fam.Tpo -c -o mapm_fam.lo `test -f 'src/mapm/mapm_fam.c' || echo '$(srcdir)/'`src/mapm/mapm_fam.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_fam.Tpo $(DEPDIR)/mapm_fam.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fam.lo -MD -MP -MF $(DEPDIR)/mapm_fam.Tpo -c -o mapm_fam.lo `test -f 'src/mapm/mapm_fam.c' || echo '$(srcdir)/'`src/mapm/mapm_fam.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_fam.Tpo $(DEPDIR)/mapm_fam.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_fam.c' object='mapm_fam.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fam.lo `test -f 'src/mapm/mapm_fam.c' || echo '$(srcdir)/'`src/mapm/mapm_fam.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fam.lo `test -f 'src/mapm/mapm_fam.c' || echo '$(srcdir)/'`src/mapm/mapm_fam.c mapm_fft.lo: src/mapm/mapm_fft.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fft.lo -MD -MP -MF $(DEPDIR)/mapm_fft.Tpo -c -o mapm_fft.lo `test -f 'src/mapm/mapm_fft.c' || echo '$(srcdir)/'`src/mapm/mapm_fft.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_fft.Tpo $(DEPDIR)/mapm_fft.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fft.lo -MD -MP -MF $(DEPDIR)/mapm_fft.Tpo -c -o mapm_fft.lo `test -f 'src/mapm/mapm_fft.c' || echo '$(srcdir)/'`src/mapm/mapm_fft.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_fft.Tpo $(DEPDIR)/mapm_fft.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_fft.c' object='mapm_fft.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fft.lo `test -f 'src/mapm/mapm_fft.c' || echo '$(srcdir)/'`src/mapm/mapm_fft.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fft.lo `test -f 'src/mapm/mapm_fft.c' || echo '$(srcdir)/'`src/mapm/mapm_fft.c mapm_flr.lo: src/mapm/mapm_flr.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_flr.lo -MD -MP -MF $(DEPDIR)/mapm_flr.Tpo -c -o mapm_flr.lo `test -f 'src/mapm/mapm_flr.c' || echo '$(srcdir)/'`src/mapm/mapm_flr.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_flr.Tpo $(DEPDIR)/mapm_flr.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_flr.lo -MD -MP -MF $(DEPDIR)/mapm_flr.Tpo -c -o mapm_flr.lo `test -f 'src/mapm/mapm_flr.c' || echo '$(srcdir)/'`src/mapm/mapm_flr.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_flr.Tpo $(DEPDIR)/mapm_flr.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_flr.c' object='mapm_flr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_flr.lo `test -f 'src/mapm/mapm_flr.c' || echo '$(srcdir)/'`src/mapm/mapm_flr.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_flr.lo `test -f 'src/mapm/mapm_flr.c' || echo '$(srcdir)/'`src/mapm/mapm_flr.c mapmfmul.lo: src/mapm/mapmfmul.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmfmul.lo -MD -MP -MF $(DEPDIR)/mapmfmul.Tpo -c -o mapmfmul.lo `test -f 'src/mapm/mapmfmul.c' || echo '$(srcdir)/'`src/mapm/mapmfmul.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmfmul.Tpo $(DEPDIR)/mapmfmul.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmfmul.lo -MD -MP -MF $(DEPDIR)/mapmfmul.Tpo -c -o mapmfmul.lo `test -f 'src/mapm/mapmfmul.c' || echo '$(srcdir)/'`src/mapm/mapmfmul.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmfmul.Tpo $(DEPDIR)/mapmfmul.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmfmul.c' object='mapmfmul.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmfmul.lo `test -f 'src/mapm/mapmfmul.c' || echo '$(srcdir)/'`src/mapm/mapmfmul.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmfmul.lo `test -f 'src/mapm/mapmfmul.c' || echo '$(srcdir)/'`src/mapm/mapmfmul.c mapm_fpf.lo: src/mapm/mapm_fpf.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fpf.lo -MD -MP -MF $(DEPDIR)/mapm_fpf.Tpo -c -o mapm_fpf.lo `test -f 'src/mapm/mapm_fpf.c' || echo '$(srcdir)/'`src/mapm/mapm_fpf.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_fpf.Tpo $(DEPDIR)/mapm_fpf.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_fpf.lo -MD -MP -MF $(DEPDIR)/mapm_fpf.Tpo -c -o mapm_fpf.lo `test -f 'src/mapm/mapm_fpf.c' || echo '$(srcdir)/'`src/mapm/mapm_fpf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_fpf.Tpo $(DEPDIR)/mapm_fpf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_fpf.c' object='mapm_fpf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fpf.lo `test -f 'src/mapm/mapm_fpf.c' || echo '$(srcdir)/'`src/mapm/mapm_fpf.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_fpf.lo `test -f 'src/mapm/mapm_fpf.c' || echo '$(srcdir)/'`src/mapm/mapm_fpf.c mapm_gcd.lo: src/mapm/mapm_gcd.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_gcd.lo -MD -MP -MF $(DEPDIR)/mapm_gcd.Tpo -c -o mapm_gcd.lo `test -f 'src/mapm/mapm_gcd.c' || echo '$(srcdir)/'`src/mapm/mapm_gcd.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_gcd.Tpo $(DEPDIR)/mapm_gcd.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_gcd.lo -MD -MP -MF $(DEPDIR)/mapm_gcd.Tpo -c -o mapm_gcd.lo `test -f 'src/mapm/mapm_gcd.c' || echo '$(srcdir)/'`src/mapm/mapm_gcd.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_gcd.Tpo $(DEPDIR)/mapm_gcd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_gcd.c' object='mapm_gcd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_gcd.lo `test -f 'src/mapm/mapm_gcd.c' || echo '$(srcdir)/'`src/mapm/mapm_gcd.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_gcd.lo `test -f 'src/mapm/mapm_gcd.c' || echo '$(srcdir)/'`src/mapm/mapm_gcd.c mapmgues.lo: src/mapm/mapmgues.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmgues.lo -MD -MP -MF $(DEPDIR)/mapmgues.Tpo -c -o mapmgues.lo `test -f 'src/mapm/mapmgues.c' || echo '$(srcdir)/'`src/mapm/mapmgues.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmgues.Tpo $(DEPDIR)/mapmgues.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmgues.lo -MD -MP -MF $(DEPDIR)/mapmgues.Tpo -c -o mapmgues.lo `test -f 'src/mapm/mapmgues.c' || echo '$(srcdir)/'`src/mapm/mapmgues.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmgues.Tpo $(DEPDIR)/mapmgues.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmgues.c' object='mapmgues.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmgues.lo `test -f 'src/mapm/mapmgues.c' || echo '$(srcdir)/'`src/mapm/mapmgues.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmgues.lo `test -f 'src/mapm/mapmgues.c' || echo '$(srcdir)/'`src/mapm/mapmgues.c mapmhasn.lo: src/mapm/mapmhasn.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmhasn.lo -MD -MP -MF $(DEPDIR)/mapmhasn.Tpo -c -o mapmhasn.lo `test -f 'src/mapm/mapmhasn.c' || echo '$(srcdir)/'`src/mapm/mapmhasn.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmhasn.Tpo $(DEPDIR)/mapmhasn.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmhasn.lo -MD -MP -MF $(DEPDIR)/mapmhasn.Tpo -c -o mapmhasn.lo `test -f 'src/mapm/mapmhasn.c' || echo '$(srcdir)/'`src/mapm/mapmhasn.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmhasn.Tpo $(DEPDIR)/mapmhasn.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmhasn.c' object='mapmhasn.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmhasn.lo `test -f 'src/mapm/mapmhasn.c' || echo '$(srcdir)/'`src/mapm/mapmhasn.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmhasn.lo `test -f 'src/mapm/mapmhasn.c' || echo '$(srcdir)/'`src/mapm/mapmhasn.c mapmhsin.lo: src/mapm/mapmhsin.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmhsin.lo -MD -MP -MF $(DEPDIR)/mapmhsin.Tpo -c -o mapmhsin.lo `test -f 'src/mapm/mapmhsin.c' || echo '$(srcdir)/'`src/mapm/mapmhsin.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmhsin.Tpo $(DEPDIR)/mapmhsin.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmhsin.lo -MD -MP -MF $(DEPDIR)/mapmhsin.Tpo -c -o mapmhsin.lo `test -f 'src/mapm/mapmhsin.c' || echo '$(srcdir)/'`src/mapm/mapmhsin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmhsin.Tpo $(DEPDIR)/mapmhsin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmhsin.c' object='mapmhsin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmhsin.lo `test -f 'src/mapm/mapmhsin.c' || echo '$(srcdir)/'`src/mapm/mapmhsin.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmhsin.lo `test -f 'src/mapm/mapmhsin.c' || echo '$(srcdir)/'`src/mapm/mapmhsin.c mapmipwr.lo: src/mapm/mapmipwr.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmipwr.lo -MD -MP -MF $(DEPDIR)/mapmipwr.Tpo -c -o mapmipwr.lo `test -f 'src/mapm/mapmipwr.c' || echo '$(srcdir)/'`src/mapm/mapmipwr.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmipwr.Tpo $(DEPDIR)/mapmipwr.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmipwr.lo -MD -MP -MF $(DEPDIR)/mapmipwr.Tpo -c -o mapmipwr.lo `test -f 'src/mapm/mapmipwr.c' || echo '$(srcdir)/'`src/mapm/mapmipwr.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmipwr.Tpo $(DEPDIR)/mapmipwr.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmipwr.c' object='mapmipwr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmipwr.lo `test -f 'src/mapm/mapmipwr.c' || echo '$(srcdir)/'`src/mapm/mapmipwr.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmipwr.lo `test -f 'src/mapm/mapmipwr.c' || echo '$(srcdir)/'`src/mapm/mapmipwr.c mapmistr.lo: src/mapm/mapmistr.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmistr.lo -MD -MP -MF $(DEPDIR)/mapmistr.Tpo -c -o mapmistr.lo `test -f 'src/mapm/mapmistr.c' || echo '$(srcdir)/'`src/mapm/mapmistr.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmistr.Tpo $(DEPDIR)/mapmistr.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmistr.lo -MD -MP -MF $(DEPDIR)/mapmistr.Tpo -c -o mapmistr.lo `test -f 'src/mapm/mapmistr.c' || echo '$(srcdir)/'`src/mapm/mapmistr.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmistr.Tpo $(DEPDIR)/mapmistr.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmistr.c' object='mapmistr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmistr.lo `test -f 'src/mapm/mapmistr.c' || echo '$(srcdir)/'`src/mapm/mapmistr.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmistr.lo `test -f 'src/mapm/mapmistr.c' || echo '$(srcdir)/'`src/mapm/mapmistr.c mapm_lg2.lo: src/mapm/mapm_lg2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_lg2.lo -MD -MP -MF $(DEPDIR)/mapm_lg2.Tpo -c -o mapm_lg2.lo `test -f 'src/mapm/mapm_lg2.c' || echo '$(srcdir)/'`src/mapm/mapm_lg2.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_lg2.Tpo $(DEPDIR)/mapm_lg2.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_lg2.lo -MD -MP -MF $(DEPDIR)/mapm_lg2.Tpo -c -o mapm_lg2.lo `test -f 'src/mapm/mapm_lg2.c' || echo '$(srcdir)/'`src/mapm/mapm_lg2.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_lg2.Tpo $(DEPDIR)/mapm_lg2.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_lg2.c' object='mapm_lg2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_lg2.lo `test -f 'src/mapm/mapm_lg2.c' || echo '$(srcdir)/'`src/mapm/mapm_lg2.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_lg2.lo `test -f 'src/mapm/mapm_lg2.c' || echo '$(srcdir)/'`src/mapm/mapm_lg2.c mapm_lg3.lo: src/mapm/mapm_lg3.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_lg3.lo -MD -MP -MF $(DEPDIR)/mapm_lg3.Tpo -c -o mapm_lg3.lo `test -f 'src/mapm/mapm_lg3.c' || echo '$(srcdir)/'`src/mapm/mapm_lg3.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_lg3.Tpo $(DEPDIR)/mapm_lg3.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_lg3.lo -MD -MP -MF $(DEPDIR)/mapm_lg3.Tpo -c -o mapm_lg3.lo `test -f 'src/mapm/mapm_lg3.c' || echo '$(srcdir)/'`src/mapm/mapm_lg3.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_lg3.Tpo $(DEPDIR)/mapm_lg3.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_lg3.c' object='mapm_lg3.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_lg3.lo `test -f 'src/mapm/mapm_lg3.c' || echo '$(srcdir)/'`src/mapm/mapm_lg3.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_lg3.lo `test -f 'src/mapm/mapm_lg3.c' || echo '$(srcdir)/'`src/mapm/mapm_lg3.c mapm_log.lo: src/mapm/mapm_log.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_log.lo -MD -MP -MF $(DEPDIR)/mapm_log.Tpo -c -o mapm_log.lo `test -f 'src/mapm/mapm_log.c' || echo '$(srcdir)/'`src/mapm/mapm_log.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_log.Tpo $(DEPDIR)/mapm_log.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_log.lo -MD -MP -MF $(DEPDIR)/mapm_log.Tpo -c -o mapm_log.lo `test -f 'src/mapm/mapm_log.c' || echo '$(srcdir)/'`src/mapm/mapm_log.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_log.Tpo $(DEPDIR)/mapm_log.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_log.c' object='mapm_log.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_log.lo `test -f 'src/mapm/mapm_log.c' || echo '$(srcdir)/'`src/mapm/mapm_log.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_log.lo `test -f 'src/mapm/mapm_log.c' || echo '$(srcdir)/'`src/mapm/mapm_log.c mapm_mul.lo: src/mapm/mapm_mul.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_mul.lo -MD -MP -MF $(DEPDIR)/mapm_mul.Tpo -c -o mapm_mul.lo `test -f 'src/mapm/mapm_mul.c' || echo '$(srcdir)/'`src/mapm/mapm_mul.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_mul.Tpo $(DEPDIR)/mapm_mul.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_mul.lo -MD -MP -MF $(DEPDIR)/mapm_mul.Tpo -c -o mapm_mul.lo `test -f 'src/mapm/mapm_mul.c' || echo '$(srcdir)/'`src/mapm/mapm_mul.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_mul.Tpo $(DEPDIR)/mapm_mul.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_mul.c' object='mapm_mul.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_mul.lo `test -f 'src/mapm/mapm_mul.c' || echo '$(srcdir)/'`src/mapm/mapm_mul.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_mul.lo `test -f 'src/mapm/mapm_mul.c' || echo '$(srcdir)/'`src/mapm/mapm_mul.c mapm_pow.lo: src/mapm/mapm_pow.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_pow.lo -MD -MP -MF $(DEPDIR)/mapm_pow.Tpo -c -o mapm_pow.lo `test -f 'src/mapm/mapm_pow.c' || echo '$(srcdir)/'`src/mapm/mapm_pow.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_pow.Tpo $(DEPDIR)/mapm_pow.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_pow.lo -MD -MP -MF $(DEPDIR)/mapm_pow.Tpo -c -o mapm_pow.lo `test -f 'src/mapm/mapm_pow.c' || echo '$(srcdir)/'`src/mapm/mapm_pow.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_pow.Tpo $(DEPDIR)/mapm_pow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_pow.c' object='mapm_pow.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_pow.lo `test -f 'src/mapm/mapm_pow.c' || echo '$(srcdir)/'`src/mapm/mapm_pow.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_pow.lo `test -f 'src/mapm/mapm_pow.c' || echo '$(srcdir)/'`src/mapm/mapm_pow.c mapmpwr2.lo: src/mapm/mapmpwr2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmpwr2.lo -MD -MP -MF $(DEPDIR)/mapmpwr2.Tpo -c -o mapmpwr2.lo `test -f 'src/mapm/mapmpwr2.c' || echo '$(srcdir)/'`src/mapm/mapmpwr2.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmpwr2.Tpo $(DEPDIR)/mapmpwr2.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmpwr2.lo -MD -MP -MF $(DEPDIR)/mapmpwr2.Tpo -c -o mapmpwr2.lo `test -f 'src/mapm/mapmpwr2.c' || echo '$(srcdir)/'`src/mapm/mapmpwr2.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmpwr2.Tpo $(DEPDIR)/mapmpwr2.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmpwr2.c' object='mapmpwr2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmpwr2.lo `test -f 'src/mapm/mapmpwr2.c' || echo '$(srcdir)/'`src/mapm/mapmpwr2.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmpwr2.lo `test -f 'src/mapm/mapmpwr2.c' || echo '$(srcdir)/'`src/mapm/mapmpwr2.c mapm_rcp.lo: src/mapm/mapm_rcp.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_rcp.lo -MD -MP -MF $(DEPDIR)/mapm_rcp.Tpo -c -o mapm_rcp.lo `test -f 'src/mapm/mapm_rcp.c' || echo '$(srcdir)/'`src/mapm/mapm_rcp.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_rcp.Tpo $(DEPDIR)/mapm_rcp.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_rcp.lo -MD -MP -MF $(DEPDIR)/mapm_rcp.Tpo -c -o mapm_rcp.lo `test -f 'src/mapm/mapm_rcp.c' || echo '$(srcdir)/'`src/mapm/mapm_rcp.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_rcp.Tpo $(DEPDIR)/mapm_rcp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_rcp.c' object='mapm_rcp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_rcp.lo `test -f 'src/mapm/mapm_rcp.c' || echo '$(srcdir)/'`src/mapm/mapm_rcp.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_rcp.lo `test -f 'src/mapm/mapm_rcp.c' || echo '$(srcdir)/'`src/mapm/mapm_rcp.c mapm_rnd.lo: src/mapm/mapm_rnd.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_rnd.lo -MD -MP -MF $(DEPDIR)/mapm_rnd.Tpo -c -o mapm_rnd.lo `test -f 'src/mapm/mapm_rnd.c' || echo '$(srcdir)/'`src/mapm/mapm_rnd.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_rnd.Tpo $(DEPDIR)/mapm_rnd.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_rnd.lo -MD -MP -MF $(DEPDIR)/mapm_rnd.Tpo -c -o mapm_rnd.lo `test -f 'src/mapm/mapm_rnd.c' || echo '$(srcdir)/'`src/mapm/mapm_rnd.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_rnd.Tpo $(DEPDIR)/mapm_rnd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_rnd.c' object='mapm_rnd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_rnd.lo `test -f 'src/mapm/mapm_rnd.c' || echo '$(srcdir)/'`src/mapm/mapm_rnd.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_rnd.lo `test -f 'src/mapm/mapm_rnd.c' || echo '$(srcdir)/'`src/mapm/mapm_rnd.c mapmrsin.lo: src/mapm/mapmrsin.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmrsin.lo -MD -MP -MF $(DEPDIR)/mapmrsin.Tpo -c -o mapmrsin.lo `test -f 'src/mapm/mapmrsin.c' || echo '$(srcdir)/'`src/mapm/mapmrsin.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmrsin.Tpo $(DEPDIR)/mapmrsin.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmrsin.lo -MD -MP -MF $(DEPDIR)/mapmrsin.Tpo -c -o mapmrsin.lo `test -f 'src/mapm/mapmrsin.c' || echo '$(srcdir)/'`src/mapm/mapmrsin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmrsin.Tpo $(DEPDIR)/mapmrsin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmrsin.c' object='mapmrsin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmrsin.lo `test -f 'src/mapm/mapmrsin.c' || echo '$(srcdir)/'`src/mapm/mapmrsin.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmrsin.lo `test -f 'src/mapm/mapmrsin.c' || echo '$(srcdir)/'`src/mapm/mapmrsin.c mapm_set.lo: src/mapm/mapm_set.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_set.lo -MD -MP -MF $(DEPDIR)/mapm_set.Tpo -c -o mapm_set.lo `test -f 'src/mapm/mapm_set.c' || echo '$(srcdir)/'`src/mapm/mapm_set.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_set.Tpo $(DEPDIR)/mapm_set.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_set.lo -MD -MP -MF $(DEPDIR)/mapm_set.Tpo -c -o mapm_set.lo `test -f 'src/mapm/mapm_set.c' || echo '$(srcdir)/'`src/mapm/mapm_set.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_set.Tpo $(DEPDIR)/mapm_set.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_set.c' object='mapm_set.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_set.lo `test -f 'src/mapm/mapm_set.c' || echo '$(srcdir)/'`src/mapm/mapm_set.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_set.lo `test -f 'src/mapm/mapm_set.c' || echo '$(srcdir)/'`src/mapm/mapm_set.c mapm_sin.lo: src/mapm/mapm_sin.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_sin.lo -MD -MP -MF $(DEPDIR)/mapm_sin.Tpo -c -o mapm_sin.lo `test -f 'src/mapm/mapm_sin.c' || echo '$(srcdir)/'`src/mapm/mapm_sin.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapm_sin.Tpo $(DEPDIR)/mapm_sin.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapm_sin.lo -MD -MP -MF $(DEPDIR)/mapm_sin.Tpo -c -o mapm_sin.lo `test -f 'src/mapm/mapm_sin.c' || echo '$(srcdir)/'`src/mapm/mapm_sin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapm_sin.Tpo $(DEPDIR)/mapm_sin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapm_sin.c' object='mapm_sin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_sin.lo `test -f 'src/mapm/mapm_sin.c' || echo '$(srcdir)/'`src/mapm/mapm_sin.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapm_sin.lo `test -f 'src/mapm/mapm_sin.c' || echo '$(srcdir)/'`src/mapm/mapm_sin.c mapmsqrt.lo: src/mapm/mapmsqrt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmsqrt.lo -MD -MP -MF $(DEPDIR)/mapmsqrt.Tpo -c -o mapmsqrt.lo `test -f 'src/mapm/mapmsqrt.c' || echo '$(srcdir)/'`src/mapm/mapmsqrt.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmsqrt.Tpo $(DEPDIR)/mapmsqrt.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmsqrt.lo -MD -MP -MF $(DEPDIR)/mapmsqrt.Tpo -c -o mapmsqrt.lo `test -f 'src/mapm/mapmsqrt.c' || echo '$(srcdir)/'`src/mapm/mapmsqrt.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmsqrt.Tpo $(DEPDIR)/mapmsqrt.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmsqrt.c' object='mapmsqrt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmsqrt.lo `test -f 'src/mapm/mapmsqrt.c' || echo '$(srcdir)/'`src/mapm/mapmsqrt.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmsqrt.lo `test -f 'src/mapm/mapmsqrt.c' || echo '$(srcdir)/'`src/mapm/mapmsqrt.c mapmstck.lo: src/mapm/mapmstck.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmstck.lo -MD -MP -MF $(DEPDIR)/mapmstck.Tpo -c -o mapmstck.lo `test -f 'src/mapm/mapmstck.c' || echo '$(srcdir)/'`src/mapm/mapmstck.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmstck.Tpo $(DEPDIR)/mapmstck.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmstck.lo -MD -MP -MF $(DEPDIR)/mapmstck.Tpo -c -o mapmstck.lo `test -f 'src/mapm/mapmstck.c' || echo '$(srcdir)/'`src/mapm/mapmstck.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmstck.Tpo $(DEPDIR)/mapmstck.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmstck.c' object='mapmstck.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmstck.lo `test -f 'src/mapm/mapmstck.c' || echo '$(srcdir)/'`src/mapm/mapmstck.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmstck.lo `test -f 'src/mapm/mapmstck.c' || echo '$(srcdir)/'`src/mapm/mapmstck.c mapmutil.lo: src/mapm/mapmutil.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmutil.lo -MD -MP -MF $(DEPDIR)/mapmutil.Tpo -c -o mapmutil.lo `test -f 'src/mapm/mapmutil.c' || echo '$(srcdir)/'`src/mapm/mapmutil.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmutil.Tpo $(DEPDIR)/mapmutil.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmutil.lo -MD -MP -MF $(DEPDIR)/mapmutil.Tpo -c -o mapmutil.lo `test -f 'src/mapm/mapmutil.c' || echo '$(srcdir)/'`src/mapm/mapmutil.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmutil.Tpo $(DEPDIR)/mapmutil.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmutil.c' object='mapmutil.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmutil.lo `test -f 'src/mapm/mapmutil.c' || echo '$(srcdir)/'`src/mapm/mapmutil.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmutil.lo `test -f 'src/mapm/mapmutil.c' || echo '$(srcdir)/'`src/mapm/mapmutil.c mapmutl2.lo: src/mapm/mapmutl2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmutl2.lo -MD -MP -MF $(DEPDIR)/mapmutl2.Tpo -c -o mapmutl2.lo `test -f 'src/mapm/mapmutl2.c' || echo '$(srcdir)/'`src/mapm/mapmutl2.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mapmutl2.Tpo $(DEPDIR)/mapmutl2.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mapmutl2.lo -MD -MP -MF $(DEPDIR)/mapmutl2.Tpo -c -o mapmutl2.lo `test -f 'src/mapm/mapmutl2.c' || echo '$(srcdir)/'`src/mapm/mapmutl2.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mapmutl2.Tpo $(DEPDIR)/mapmutl2.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapm/mapmutl2.c' object='mapmutl2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmutl2.lo `test -f 'src/mapm/mapmutl2.c' || echo '$(srcdir)/'`src/mapm/mapmutl2.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mapmutl2.lo `test -f 'src/mapm/mapmutl2.c' || echo '$(srcdir)/'`src/mapm/mapmutl2.c yajl_buf.lo: src/yajl/yajl_buf.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_buf.lo -MD -MP -MF $(DEPDIR)/yajl_buf.Tpo -c -o yajl_buf.lo `test -f 'src/yajl/yajl_buf.c' || echo '$(srcdir)/'`src/yajl/yajl_buf.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl_buf.Tpo $(DEPDIR)/yajl_buf.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_buf.lo -MD -MP -MF $(DEPDIR)/yajl_buf.Tpo -c -o yajl_buf.lo `test -f 'src/yajl/yajl_buf.c' || echo '$(srcdir)/'`src/yajl/yajl_buf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl_buf.Tpo $(DEPDIR)/yajl_buf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl_buf.c' object='yajl_buf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_buf.lo `test -f 'src/yajl/yajl_buf.c' || echo '$(srcdir)/'`src/yajl/yajl_buf.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_buf.lo `test -f 'src/yajl/yajl_buf.c' || echo '$(srcdir)/'`src/yajl/yajl_buf.c yajl.lo: src/yajl/yajl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl.lo -MD -MP -MF $(DEPDIR)/yajl.Tpo -c -o yajl.lo `test -f 'src/yajl/yajl.c' || echo '$(srcdir)/'`src/yajl/yajl.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl.Tpo $(DEPDIR)/yajl.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl.lo -MD -MP -MF $(DEPDIR)/yajl.Tpo -c -o yajl.lo `test -f 'src/yajl/yajl.c' || echo '$(srcdir)/'`src/yajl/yajl.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl.Tpo $(DEPDIR)/yajl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl.c' object='yajl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl.lo `test -f 'src/yajl/yajl.c' || echo '$(srcdir)/'`src/yajl/yajl.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl.lo `test -f 'src/yajl/yajl.c' || echo '$(srcdir)/'`src/yajl/yajl.c yajl_encode.lo: src/yajl/yajl_encode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_encode.lo -MD -MP -MF $(DEPDIR)/yajl_encode.Tpo -c -o yajl_encode.lo `test -f 'src/yajl/yajl_encode.c' || echo '$(srcdir)/'`src/yajl/yajl_encode.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl_encode.Tpo $(DEPDIR)/yajl_encode.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_encode.lo -MD -MP -MF $(DEPDIR)/yajl_encode.Tpo -c -o yajl_encode.lo `test -f 'src/yajl/yajl_encode.c' || echo '$(srcdir)/'`src/yajl/yajl_encode.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl_encode.Tpo $(DEPDIR)/yajl_encode.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl_encode.c' object='yajl_encode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_encode.lo `test -f 'src/yajl/yajl_encode.c' || echo '$(srcdir)/'`src/yajl/yajl_encode.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_encode.lo `test -f 'src/yajl/yajl_encode.c' || echo '$(srcdir)/'`src/yajl/yajl_encode.c yajl_gen.lo: src/yajl/yajl_gen.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_gen.lo -MD -MP -MF $(DEPDIR)/yajl_gen.Tpo -c -o yajl_gen.lo `test -f 'src/yajl/yajl_gen.c' || echo '$(srcdir)/'`src/yajl/yajl_gen.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl_gen.Tpo $(DEPDIR)/yajl_gen.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_gen.lo -MD -MP -MF $(DEPDIR)/yajl_gen.Tpo -c -o yajl_gen.lo `test -f 'src/yajl/yajl_gen.c' || echo '$(srcdir)/'`src/yajl/yajl_gen.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl_gen.Tpo $(DEPDIR)/yajl_gen.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl_gen.c' object='yajl_gen.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_gen.lo `test -f 'src/yajl/yajl_gen.c' || echo '$(srcdir)/'`src/yajl/yajl_gen.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_gen.lo `test -f 'src/yajl/yajl_gen.c' || echo '$(srcdir)/'`src/yajl/yajl_gen.c yajl_lex.lo: src/yajl/yajl_lex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_lex.lo -MD -MP -MF $(DEPDIR)/yajl_lex.Tpo -c -o yajl_lex.lo `test -f 'src/yajl/yajl_lex.c' || echo '$(srcdir)/'`src/yajl/yajl_lex.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl_lex.Tpo $(DEPDIR)/yajl_lex.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_lex.lo -MD -MP -MF $(DEPDIR)/yajl_lex.Tpo -c -o yajl_lex.lo `test -f 'src/yajl/yajl_lex.c' || echo '$(srcdir)/'`src/yajl/yajl_lex.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl_lex.Tpo $(DEPDIR)/yajl_lex.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl_lex.c' object='yajl_lex.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_lex.lo `test -f 'src/yajl/yajl_lex.c' || echo '$(srcdir)/'`src/yajl/yajl_lex.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_lex.lo `test -f 'src/yajl/yajl_lex.c' || echo '$(srcdir)/'`src/yajl/yajl_lex.c yajl_parser.lo: src/yajl/yajl_parser.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_parser.lo -MD -MP -MF $(DEPDIR)/yajl_parser.Tpo -c -o yajl_parser.lo `test -f 'src/yajl/yajl_parser.c' || echo '$(srcdir)/'`src/yajl/yajl_parser.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/yajl_parser.Tpo $(DEPDIR)/yajl_parser.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yajl_parser.lo -MD -MP -MF $(DEPDIR)/yajl_parser.Tpo -c -o yajl_parser.lo `test -f 'src/yajl/yajl_parser.c' || echo '$(srcdir)/'`src/yajl/yajl_parser.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yajl_parser.Tpo $(DEPDIR)/yajl_parser.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/yajl/yajl_parser.c' object='yajl_parser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_parser.lo `test -f 'src/yajl/yajl_parser.c' || echo '$(srcdir)/'`src/yajl/yajl_parser.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yajl_parser.lo `test -f 'src/yajl/yajl_parser.c' || echo '$(srcdir)/'`src/yajl/yajl_parser.c xqc-basic.o: src/samples/xqc-api/xqc-basic.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xqc-basic.o -MD -MP -MF $(DEPDIR)/xqc-basic.Tpo -c -o xqc-basic.o `test -f 'src/samples/xqc-api/xqc-basic.c' || echo '$(srcdir)/'`src/samples/xqc-api/xqc-basic.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xqc-basic.Tpo $(DEPDIR)/xqc-basic.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xqc-basic.Tpo $(DEPDIR)/xqc-basic.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/samples/xqc-api/xqc-basic.c' object='xqc-basic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xqc-basic.o `test -f 'src/samples/xqc-api/xqc-basic.c' || echo '$(srcdir)/'`src/samples/xqc-api/xqc-basic.c xqc-basic.obj: src/samples/xqc-api/xqc-basic.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xqc-basic.obj -MD -MP -MF $(DEPDIR)/xqc-basic.Tpo -c -o xqc-basic.obj `if test -f 'src/samples/xqc-api/xqc-basic.c'; then $(CYGPATH_W) 'src/samples/xqc-api/xqc-basic.c'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqc-api/xqc-basic.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xqc-basic.Tpo $(DEPDIR)/xqc-basic.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xqc-basic.Tpo $(DEPDIR)/xqc-basic.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/samples/xqc-api/xqc-basic.c' object='xqc-basic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xqc-basic.obj `if test -f 'src/samples/xqc-api/xqc-basic.c'; then $(CYGPATH_W) 'src/samples/xqc-api/xqc-basic.c'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqc-api/xqc-basic.c'; fi` xqc-context-item.o: src/samples/xqc-api/xqc-context-item.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xqc-context-item.o -MD -MP -MF $(DEPDIR)/xqc-context-item.Tpo -c -o xqc-context-item.o `test -f 'src/samples/xqc-api/xqc-context-item.c' || echo '$(srcdir)/'`src/samples/xqc-api/xqc-context-item.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xqc-context-item.Tpo $(DEPDIR)/xqc-context-item.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xqc-context-item.Tpo $(DEPDIR)/xqc-context-item.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/samples/xqc-api/xqc-context-item.c' object='xqc-context-item.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xqc-context-item.o `test -f 'src/samples/xqc-api/xqc-context-item.c' || echo '$(srcdir)/'`src/samples/xqc-api/xqc-context-item.c xqc-context-item.obj: src/samples/xqc-api/xqc-context-item.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xqc-context-item.obj -MD -MP -MF $(DEPDIR)/xqc-context-item.Tpo -c -o xqc-context-item.obj `if test -f 'src/samples/xqc-api/xqc-context-item.c'; then $(CYGPATH_W) 'src/samples/xqc-api/xqc-context-item.c'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqc-api/xqc-context-item.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xqc-context-item.Tpo $(DEPDIR)/xqc-context-item.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xqc-context-item.Tpo $(DEPDIR)/xqc-context-item.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/samples/xqc-api/xqc-context-item.c' object='xqc-context-item.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xqc-context-item.obj `if test -f 'src/samples/xqc-api/xqc-context-item.c'; then $(CYGPATH_W) 'src/samples/xqc-api/xqc-context-item.c'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqc-api/xqc-context-item.c'; fi` .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< ReferenceCounted.lo: src/framework/ReferenceCounted.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ReferenceCounted.lo -MD -MP -MF $(DEPDIR)/ReferenceCounted.Tpo -c -o ReferenceCounted.lo `test -f 'src/framework/ReferenceCounted.cpp' || echo '$(srcdir)/'`src/framework/ReferenceCounted.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ReferenceCounted.Tpo $(DEPDIR)/ReferenceCounted.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ReferenceCounted.lo -MD -MP -MF $(DEPDIR)/ReferenceCounted.Tpo -c -o ReferenceCounted.lo `test -f 'src/framework/ReferenceCounted.cpp' || echo '$(srcdir)/'`src/framework/ReferenceCounted.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ReferenceCounted.Tpo $(DEPDIR)/ReferenceCounted.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/framework/ReferenceCounted.cpp' object='ReferenceCounted.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ReferenceCounted.lo `test -f 'src/framework/ReferenceCounted.cpp' || echo '$(srcdir)/'`src/framework/ReferenceCounted.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ReferenceCounted.lo `test -f 'src/framework/ReferenceCounted.cpp' || echo '$(srcdir)/'`src/framework/ReferenceCounted.cpp BaseMemoryManager.lo: src/framework/BaseMemoryManager.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BaseMemoryManager.lo -MD -MP -MF $(DEPDIR)/BaseMemoryManager.Tpo -c -o BaseMemoryManager.lo `test -f 'src/framework/BaseMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/BaseMemoryManager.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/BaseMemoryManager.Tpo $(DEPDIR)/BaseMemoryManager.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BaseMemoryManager.lo -MD -MP -MF $(DEPDIR)/BaseMemoryManager.Tpo -c -o BaseMemoryManager.lo `test -f 'src/framework/BaseMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/BaseMemoryManager.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/BaseMemoryManager.Tpo $(DEPDIR)/BaseMemoryManager.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/framework/BaseMemoryManager.cpp' object='BaseMemoryManager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BaseMemoryManager.lo `test -f 'src/framework/BaseMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/BaseMemoryManager.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BaseMemoryManager.lo `test -f 'src/framework/BaseMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/BaseMemoryManager.cpp ProxyMemoryManager.lo: src/framework/ProxyMemoryManager.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ProxyMemoryManager.lo -MD -MP -MF $(DEPDIR)/ProxyMemoryManager.Tpo -c -o ProxyMemoryManager.lo `test -f 'src/framework/ProxyMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/ProxyMemoryManager.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ProxyMemoryManager.Tpo $(DEPDIR)/ProxyMemoryManager.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ProxyMemoryManager.lo -MD -MP -MF $(DEPDIR)/ProxyMemoryManager.Tpo -c -o ProxyMemoryManager.lo `test -f 'src/framework/ProxyMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/ProxyMemoryManager.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ProxyMemoryManager.Tpo $(DEPDIR)/ProxyMemoryManager.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/framework/ProxyMemoryManager.cpp' object='ProxyMemoryManager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ProxyMemoryManager.lo `test -f 'src/framework/ProxyMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/ProxyMemoryManager.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ProxyMemoryManager.lo `test -f 'src/framework/ProxyMemoryManager.cpp' || echo '$(srcdir)/'`src/framework/ProxyMemoryManager.cpp StringPool.lo: src/framework/StringPool.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringPool.lo -MD -MP -MF $(DEPDIR)/StringPool.Tpo -c -o StringPool.lo `test -f 'src/framework/StringPool.cpp' || echo '$(srcdir)/'`src/framework/StringPool.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StringPool.Tpo $(DEPDIR)/StringPool.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringPool.lo -MD -MP -MF $(DEPDIR)/StringPool.Tpo -c -o StringPool.lo `test -f 'src/framework/StringPool.cpp' || echo '$(srcdir)/'`src/framework/StringPool.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StringPool.Tpo $(DEPDIR)/StringPool.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/framework/StringPool.cpp' object='StringPool.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StringPool.lo `test -f 'src/framework/StringPool.cpp' || echo '$(srcdir)/'`src/framework/StringPool.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StringPool.lo `test -f 'src/framework/StringPool.cpp' || echo '$(srcdir)/'`src/framework/StringPool.cpp XPath2MemoryManagerImpl.lo: src/framework/XPath2MemoryManagerImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2MemoryManagerImpl.lo -MD -MP -MF $(DEPDIR)/XPath2MemoryManagerImpl.Tpo -c -o XPath2MemoryManagerImpl.lo `test -f 'src/framework/XPath2MemoryManagerImpl.cpp' || echo '$(srcdir)/'`src/framework/XPath2MemoryManagerImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath2MemoryManagerImpl.Tpo $(DEPDIR)/XPath2MemoryManagerImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2MemoryManagerImpl.lo -MD -MP -MF $(DEPDIR)/XPath2MemoryManagerImpl.Tpo -c -o XPath2MemoryManagerImpl.lo `test -f 'src/framework/XPath2MemoryManagerImpl.cpp' || echo '$(srcdir)/'`src/framework/XPath2MemoryManagerImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath2MemoryManagerImpl.Tpo $(DEPDIR)/XPath2MemoryManagerImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/framework/XPath2MemoryManagerImpl.cpp' object='XPath2MemoryManagerImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2MemoryManagerImpl.lo `test -f 'src/framework/XPath2MemoryManagerImpl.cpp' || echo '$(srcdir)/'`src/framework/XPath2MemoryManagerImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2MemoryManagerImpl.lo `test -f 'src/framework/XPath2MemoryManagerImpl.cpp' || echo '$(srcdir)/'`src/framework/XPath2MemoryManagerImpl.cpp UpdateFactory.lo: src/context/UpdateFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UpdateFactory.lo -MD -MP -MF $(DEPDIR)/UpdateFactory.Tpo -c -o UpdateFactory.lo `test -f 'src/context/UpdateFactory.cpp' || echo '$(srcdir)/'`src/context/UpdateFactory.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UpdateFactory.Tpo $(DEPDIR)/UpdateFactory.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UpdateFactory.lo -MD -MP -MF $(DEPDIR)/UpdateFactory.Tpo -c -o UpdateFactory.lo `test -f 'src/context/UpdateFactory.cpp' || echo '$(srcdir)/'`src/context/UpdateFactory.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UpdateFactory.Tpo $(DEPDIR)/UpdateFactory.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/UpdateFactory.cpp' object='UpdateFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UpdateFactory.lo `test -f 'src/context/UpdateFactory.cpp' || echo '$(srcdir)/'`src/context/UpdateFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UpdateFactory.lo `test -f 'src/context/UpdateFactory.cpp' || echo '$(srcdir)/'`src/context/UpdateFactory.cpp CollationImpl.lo: src/context/impl/CollationImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CollationImpl.lo -MD -MP -MF $(DEPDIR)/CollationImpl.Tpo -c -o CollationImpl.lo `test -f 'src/context/impl/CollationImpl.cpp' || echo '$(srcdir)/'`src/context/impl/CollationImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/CollationImpl.Tpo $(DEPDIR)/CollationImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CollationImpl.lo -MD -MP -MF $(DEPDIR)/CollationImpl.Tpo -c -o CollationImpl.lo `test -f 'src/context/impl/CollationImpl.cpp' || echo '$(srcdir)/'`src/context/impl/CollationImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CollationImpl.Tpo $(DEPDIR)/CollationImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/CollationImpl.cpp' object='CollationImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CollationImpl.lo `test -f 'src/context/impl/CollationImpl.cpp' || echo '$(srcdir)/'`src/context/impl/CollationImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CollationImpl.lo `test -f 'src/context/impl/CollationImpl.cpp' || echo '$(srcdir)/'`src/context/impl/CollationImpl.cpp CodepointCollation.lo: src/context/impl/CodepointCollation.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CodepointCollation.lo -MD -MP -MF $(DEPDIR)/CodepointCollation.Tpo -c -o CodepointCollation.lo `test -f 'src/context/impl/CodepointCollation.cpp' || echo '$(srcdir)/'`src/context/impl/CodepointCollation.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/CodepointCollation.Tpo $(DEPDIR)/CodepointCollation.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CodepointCollation.lo -MD -MP -MF $(DEPDIR)/CodepointCollation.Tpo -c -o CodepointCollation.lo `test -f 'src/context/impl/CodepointCollation.cpp' || echo '$(srcdir)/'`src/context/impl/CodepointCollation.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CodepointCollation.Tpo $(DEPDIR)/CodepointCollation.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/CodepointCollation.cpp' object='CodepointCollation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CodepointCollation.lo `test -f 'src/context/impl/CodepointCollation.cpp' || echo '$(srcdir)/'`src/context/impl/CodepointCollation.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CodepointCollation.lo `test -f 'src/context/impl/CodepointCollation.cpp' || echo '$(srcdir)/'`src/context/impl/CodepointCollation.cpp VarStoreImpl.lo: src/context/impl/VarStoreImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarStoreImpl.lo -MD -MP -MF $(DEPDIR)/VarStoreImpl.Tpo -c -o VarStoreImpl.lo `test -f 'src/context/impl/VarStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarStoreImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/VarStoreImpl.Tpo $(DEPDIR)/VarStoreImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarStoreImpl.lo -MD -MP -MF $(DEPDIR)/VarStoreImpl.Tpo -c -o VarStoreImpl.lo `test -f 'src/context/impl/VarStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarStoreImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/VarStoreImpl.Tpo $(DEPDIR)/VarStoreImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/VarStoreImpl.cpp' object='VarStoreImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarStoreImpl.lo `test -f 'src/context/impl/VarStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarStoreImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarStoreImpl.lo `test -f 'src/context/impl/VarStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarStoreImpl.cpp VarTypeStoreImpl.lo: src/context/impl/VarTypeStoreImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarTypeStoreImpl.lo -MD -MP -MF $(DEPDIR)/VarTypeStoreImpl.Tpo -c -o VarTypeStoreImpl.lo `test -f 'src/context/impl/VarTypeStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarTypeStoreImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/VarTypeStoreImpl.Tpo $(DEPDIR)/VarTypeStoreImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarTypeStoreImpl.lo -MD -MP -MF $(DEPDIR)/VarTypeStoreImpl.Tpo -c -o VarTypeStoreImpl.lo `test -f 'src/context/impl/VarTypeStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarTypeStoreImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/VarTypeStoreImpl.Tpo $(DEPDIR)/VarTypeStoreImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/VarTypeStoreImpl.cpp' object='VarTypeStoreImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarTypeStoreImpl.lo `test -f 'src/context/impl/VarTypeStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarTypeStoreImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarTypeStoreImpl.lo `test -f 'src/context/impl/VarTypeStoreImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarTypeStoreImpl.cpp VarHashEntryImpl.lo: src/context/impl/VarHashEntryImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarHashEntryImpl.lo -MD -MP -MF $(DEPDIR)/VarHashEntryImpl.Tpo -c -o VarHashEntryImpl.lo `test -f 'src/context/impl/VarHashEntryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarHashEntryImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/VarHashEntryImpl.Tpo $(DEPDIR)/VarHashEntryImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT VarHashEntryImpl.lo -MD -MP -MF $(DEPDIR)/VarHashEntryImpl.Tpo -c -o VarHashEntryImpl.lo `test -f 'src/context/impl/VarHashEntryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarHashEntryImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/VarHashEntryImpl.Tpo $(DEPDIR)/VarHashEntryImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/VarHashEntryImpl.cpp' object='VarHashEntryImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarHashEntryImpl.lo `test -f 'src/context/impl/VarHashEntryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarHashEntryImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o VarHashEntryImpl.lo `test -f 'src/context/impl/VarHashEntryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/VarHashEntryImpl.cpp XQContextImpl.lo: src/context/impl/XQContextImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQContextImpl.lo -MD -MP -MF $(DEPDIR)/XQContextImpl.Tpo -c -o XQContextImpl.lo `test -f 'src/context/impl/XQContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQContextImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQContextImpl.Tpo $(DEPDIR)/XQContextImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQContextImpl.lo -MD -MP -MF $(DEPDIR)/XQContextImpl.Tpo -c -o XQContextImpl.lo `test -f 'src/context/impl/XQContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQContextImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQContextImpl.Tpo $(DEPDIR)/XQContextImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/XQContextImpl.cpp' object='XQContextImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQContextImpl.lo `test -f 'src/context/impl/XQContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQContextImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQContextImpl.lo `test -f 'src/context/impl/XQContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQContextImpl.cpp XQDynamicContextImpl.lo: src/context/impl/XQDynamicContextImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDynamicContextImpl.lo -MD -MP -MF $(DEPDIR)/XQDynamicContextImpl.Tpo -c -o XQDynamicContextImpl.lo `test -f 'src/context/impl/XQDynamicContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQDynamicContextImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQDynamicContextImpl.Tpo $(DEPDIR)/XQDynamicContextImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDynamicContextImpl.lo -MD -MP -MF $(DEPDIR)/XQDynamicContextImpl.Tpo -c -o XQDynamicContextImpl.lo `test -f 'src/context/impl/XQDynamicContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQDynamicContextImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQDynamicContextImpl.Tpo $(DEPDIR)/XQDynamicContextImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/XQDynamicContextImpl.cpp' object='XQDynamicContextImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDynamicContextImpl.lo `test -f 'src/context/impl/XQDynamicContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQDynamicContextImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDynamicContextImpl.lo `test -f 'src/context/impl/XQDynamicContextImpl.cpp' || echo '$(srcdir)/'`src/context/impl/XQDynamicContextImpl.cpp ItemFactoryImpl.lo: src/context/impl/ItemFactoryImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ItemFactoryImpl.lo -MD -MP -MF $(DEPDIR)/ItemFactoryImpl.Tpo -c -o ItemFactoryImpl.lo `test -f 'src/context/impl/ItemFactoryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/ItemFactoryImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ItemFactoryImpl.Tpo $(DEPDIR)/ItemFactoryImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ItemFactoryImpl.lo -MD -MP -MF $(DEPDIR)/ItemFactoryImpl.Tpo -c -o ItemFactoryImpl.lo `test -f 'src/context/impl/ItemFactoryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/ItemFactoryImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ItemFactoryImpl.Tpo $(DEPDIR)/ItemFactoryImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/context/impl/ItemFactoryImpl.cpp' object='ItemFactoryImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ItemFactoryImpl.lo `test -f 'src/context/impl/ItemFactoryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/ItemFactoryImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ItemFactoryImpl.lo `test -f 'src/context/impl/ItemFactoryImpl.cpp' || echo '$(srcdir)/'`src/context/impl/ItemFactoryImpl.cpp XQAtomize.lo: src/ast/XQAtomize.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAtomize.lo -MD -MP -MF $(DEPDIR)/XQAtomize.Tpo -c -o XQAtomize.lo `test -f 'src/ast/XQAtomize.cpp' || echo '$(srcdir)/'`src/ast/XQAtomize.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQAtomize.Tpo $(DEPDIR)/XQAtomize.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAtomize.lo -MD -MP -MF $(DEPDIR)/XQAtomize.Tpo -c -o XQAtomize.lo `test -f 'src/ast/XQAtomize.cpp' || echo '$(srcdir)/'`src/ast/XQAtomize.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQAtomize.Tpo $(DEPDIR)/XQAtomize.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQAtomize.cpp' object='XQAtomize.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAtomize.lo `test -f 'src/ast/XQAtomize.cpp' || echo '$(srcdir)/'`src/ast/XQAtomize.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAtomize.lo `test -f 'src/ast/XQAtomize.cpp' || echo '$(srcdir)/'`src/ast/XQAtomize.cpp XQEffectiveBooleanValue.lo: src/ast/XQEffectiveBooleanValue.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQEffectiveBooleanValue.lo -MD -MP -MF $(DEPDIR)/XQEffectiveBooleanValue.Tpo -c -o XQEffectiveBooleanValue.lo `test -f 'src/ast/XQEffectiveBooleanValue.cpp' || echo '$(srcdir)/'`src/ast/XQEffectiveBooleanValue.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQEffectiveBooleanValue.Tpo $(DEPDIR)/XQEffectiveBooleanValue.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQEffectiveBooleanValue.lo -MD -MP -MF $(DEPDIR)/XQEffectiveBooleanValue.Tpo -c -o XQEffectiveBooleanValue.lo `test -f 'src/ast/XQEffectiveBooleanValue.cpp' || echo '$(srcdir)/'`src/ast/XQEffectiveBooleanValue.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQEffectiveBooleanValue.Tpo $(DEPDIR)/XQEffectiveBooleanValue.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQEffectiveBooleanValue.cpp' object='XQEffectiveBooleanValue.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQEffectiveBooleanValue.lo `test -f 'src/ast/XQEffectiveBooleanValue.cpp' || echo '$(srcdir)/'`src/ast/XQEffectiveBooleanValue.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQEffectiveBooleanValue.lo `test -f 'src/ast/XQEffectiveBooleanValue.cpp' || echo '$(srcdir)/'`src/ast/XQEffectiveBooleanValue.cpp XQMap.lo: src/ast/XQMap.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQMap.lo -MD -MP -MF $(DEPDIR)/XQMap.Tpo -c -o XQMap.lo `test -f 'src/ast/XQMap.cpp' || echo '$(srcdir)/'`src/ast/XQMap.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQMap.Tpo $(DEPDIR)/XQMap.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQMap.lo -MD -MP -MF $(DEPDIR)/XQMap.Tpo -c -o XQMap.lo `test -f 'src/ast/XQMap.cpp' || echo '$(srcdir)/'`src/ast/XQMap.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQMap.Tpo $(DEPDIR)/XQMap.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQMap.cpp' object='XQMap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQMap.lo `test -f 'src/ast/XQMap.cpp' || echo '$(srcdir)/'`src/ast/XQMap.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQMap.lo `test -f 'src/ast/XQMap.cpp' || echo '$(srcdir)/'`src/ast/XQMap.cpp XQAnalyzeString.lo: src/ast/XQAnalyzeString.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAnalyzeString.lo -MD -MP -MF $(DEPDIR)/XQAnalyzeString.Tpo -c -o XQAnalyzeString.lo `test -f 'src/ast/XQAnalyzeString.cpp' || echo '$(srcdir)/'`src/ast/XQAnalyzeString.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQAnalyzeString.Tpo $(DEPDIR)/XQAnalyzeString.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAnalyzeString.lo -MD -MP -MF $(DEPDIR)/XQAnalyzeString.Tpo -c -o XQAnalyzeString.lo `test -f 'src/ast/XQAnalyzeString.cpp' || echo '$(srcdir)/'`src/ast/XQAnalyzeString.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQAnalyzeString.Tpo $(DEPDIR)/XQAnalyzeString.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQAnalyzeString.cpp' object='XQAnalyzeString.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAnalyzeString.lo `test -f 'src/ast/XQAnalyzeString.cpp' || echo '$(srcdir)/'`src/ast/XQAnalyzeString.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAnalyzeString.lo `test -f 'src/ast/XQAnalyzeString.cpp' || echo '$(srcdir)/'`src/ast/XQAnalyzeString.cpp XQCastableAs.lo: src/ast/XQCastableAs.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCastableAs.lo -MD -MP -MF $(DEPDIR)/XQCastableAs.Tpo -c -o XQCastableAs.lo `test -f 'src/ast/XQCastableAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastableAs.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCastableAs.Tpo $(DEPDIR)/XQCastableAs.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCastableAs.lo -MD -MP -MF $(DEPDIR)/XQCastableAs.Tpo -c -o XQCastableAs.lo `test -f 'src/ast/XQCastableAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastableAs.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCastableAs.Tpo $(DEPDIR)/XQCastableAs.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCastableAs.cpp' object='XQCastableAs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCastableAs.lo `test -f 'src/ast/XQCastableAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastableAs.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCastableAs.lo `test -f 'src/ast/XQCastableAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastableAs.cpp XQCastAs.lo: src/ast/XQCastAs.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCastAs.lo -MD -MP -MF $(DEPDIR)/XQCastAs.Tpo -c -o XQCastAs.lo `test -f 'src/ast/XQCastAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastAs.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCastAs.Tpo $(DEPDIR)/XQCastAs.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCastAs.lo -MD -MP -MF $(DEPDIR)/XQCastAs.Tpo -c -o XQCastAs.lo `test -f 'src/ast/XQCastAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastAs.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCastAs.Tpo $(DEPDIR)/XQCastAs.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCastAs.cpp' object='XQCastAs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCastAs.lo `test -f 'src/ast/XQCastAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastAs.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCastAs.lo `test -f 'src/ast/XQCastAs.cpp' || echo '$(srcdir)/'`src/ast/XQCastAs.cpp XQContextItem.lo: src/ast/XQContextItem.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQContextItem.lo -MD -MP -MF $(DEPDIR)/XQContextItem.Tpo -c -o XQContextItem.lo `test -f 'src/ast/XQContextItem.cpp' || echo '$(srcdir)/'`src/ast/XQContextItem.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQContextItem.Tpo $(DEPDIR)/XQContextItem.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQContextItem.lo -MD -MP -MF $(DEPDIR)/XQContextItem.Tpo -c -o XQContextItem.lo `test -f 'src/ast/XQContextItem.cpp' || echo '$(srcdir)/'`src/ast/XQContextItem.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQContextItem.Tpo $(DEPDIR)/XQContextItem.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQContextItem.cpp' object='XQContextItem.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQContextItem.lo `test -f 'src/ast/XQContextItem.cpp' || echo '$(srcdir)/'`src/ast/XQContextItem.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQContextItem.lo `test -f 'src/ast/XQContextItem.cpp' || echo '$(srcdir)/'`src/ast/XQContextItem.cpp XQCopy.lo: src/ast/XQCopy.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCopy.lo -MD -MP -MF $(DEPDIR)/XQCopy.Tpo -c -o XQCopy.lo `test -f 'src/ast/XQCopy.cpp' || echo '$(srcdir)/'`src/ast/XQCopy.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCopy.Tpo $(DEPDIR)/XQCopy.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCopy.lo -MD -MP -MF $(DEPDIR)/XQCopy.Tpo -c -o XQCopy.lo `test -f 'src/ast/XQCopy.cpp' || echo '$(srcdir)/'`src/ast/XQCopy.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCopy.Tpo $(DEPDIR)/XQCopy.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCopy.cpp' object='XQCopy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCopy.lo `test -f 'src/ast/XQCopy.cpp' || echo '$(srcdir)/'`src/ast/XQCopy.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCopy.lo `test -f 'src/ast/XQCopy.cpp' || echo '$(srcdir)/'`src/ast/XQCopy.cpp XQCopyOf.lo: src/ast/XQCopyOf.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCopyOf.lo -MD -MP -MF $(DEPDIR)/XQCopyOf.Tpo -c -o XQCopyOf.lo `test -f 'src/ast/XQCopyOf.cpp' || echo '$(srcdir)/'`src/ast/XQCopyOf.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCopyOf.Tpo $(DEPDIR)/XQCopyOf.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCopyOf.lo -MD -MP -MF $(DEPDIR)/XQCopyOf.Tpo -c -o XQCopyOf.lo `test -f 'src/ast/XQCopyOf.cpp' || echo '$(srcdir)/'`src/ast/XQCopyOf.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCopyOf.Tpo $(DEPDIR)/XQCopyOf.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCopyOf.cpp' object='XQCopyOf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCopyOf.lo `test -f 'src/ast/XQCopyOf.cpp' || echo '$(srcdir)/'`src/ast/XQCopyOf.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCopyOf.lo `test -f 'src/ast/XQCopyOf.cpp' || echo '$(srcdir)/'`src/ast/XQCopyOf.cpp XQFunction.lo: src/ast/XQFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunction.lo -MD -MP -MF $(DEPDIR)/XQFunction.Tpo -c -o XQFunction.lo `test -f 'src/ast/XQFunction.cpp' || echo '$(srcdir)/'`src/ast/XQFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQFunction.Tpo $(DEPDIR)/XQFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunction.lo -MD -MP -MF $(DEPDIR)/XQFunction.Tpo -c -o XQFunction.lo `test -f 'src/ast/XQFunction.cpp' || echo '$(srcdir)/'`src/ast/XQFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQFunction.Tpo $(DEPDIR)/XQFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQFunction.cpp' object='XQFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunction.lo `test -f 'src/ast/XQFunction.cpp' || echo '$(srcdir)/'`src/ast/XQFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunction.lo `test -f 'src/ast/XQFunction.cpp' || echo '$(srcdir)/'`src/ast/XQFunction.cpp XQIf.lo: src/ast/XQIf.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQIf.lo -MD -MP -MF $(DEPDIR)/XQIf.Tpo -c -o XQIf.lo `test -f 'src/ast/XQIf.cpp' || echo '$(srcdir)/'`src/ast/XQIf.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQIf.Tpo $(DEPDIR)/XQIf.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQIf.lo -MD -MP -MF $(DEPDIR)/XQIf.Tpo -c -o XQIf.lo `test -f 'src/ast/XQIf.cpp' || echo '$(srcdir)/'`src/ast/XQIf.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQIf.Tpo $(DEPDIR)/XQIf.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQIf.cpp' object='XQIf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQIf.lo `test -f 'src/ast/XQIf.cpp' || echo '$(srcdir)/'`src/ast/XQIf.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQIf.lo `test -f 'src/ast/XQIf.cpp' || echo '$(srcdir)/'`src/ast/XQIf.cpp ASTNodeImpl.lo: src/ast/ASTNodeImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTNodeImpl.lo -MD -MP -MF $(DEPDIR)/ASTNodeImpl.Tpo -c -o ASTNodeImpl.lo `test -f 'src/ast/ASTNodeImpl.cpp' || echo '$(srcdir)/'`src/ast/ASTNodeImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ASTNodeImpl.Tpo $(DEPDIR)/ASTNodeImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTNodeImpl.lo -MD -MP -MF $(DEPDIR)/ASTNodeImpl.Tpo -c -o ASTNodeImpl.lo `test -f 'src/ast/ASTNodeImpl.cpp' || echo '$(srcdir)/'`src/ast/ASTNodeImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ASTNodeImpl.Tpo $(DEPDIR)/ASTNodeImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/ASTNodeImpl.cpp' object='ASTNodeImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTNodeImpl.lo `test -f 'src/ast/ASTNodeImpl.cpp' || echo '$(srcdir)/'`src/ast/ASTNodeImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTNodeImpl.lo `test -f 'src/ast/ASTNodeImpl.cpp' || echo '$(srcdir)/'`src/ast/ASTNodeImpl.cpp XQInstanceOf.lo: src/ast/XQInstanceOf.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQInstanceOf.lo -MD -MP -MF $(DEPDIR)/XQInstanceOf.Tpo -c -o XQInstanceOf.lo `test -f 'src/ast/XQInstanceOf.cpp' || echo '$(srcdir)/'`src/ast/XQInstanceOf.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQInstanceOf.Tpo $(DEPDIR)/XQInstanceOf.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQInstanceOf.lo -MD -MP -MF $(DEPDIR)/XQInstanceOf.Tpo -c -o XQInstanceOf.lo `test -f 'src/ast/XQInstanceOf.cpp' || echo '$(srcdir)/'`src/ast/XQInstanceOf.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQInstanceOf.Tpo $(DEPDIR)/XQInstanceOf.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQInstanceOf.cpp' object='XQInstanceOf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQInstanceOf.lo `test -f 'src/ast/XQInstanceOf.cpp' || echo '$(srcdir)/'`src/ast/XQInstanceOf.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQInstanceOf.lo `test -f 'src/ast/XQInstanceOf.cpp' || echo '$(srcdir)/'`src/ast/XQInstanceOf.cpp XQInlineFunction.lo: src/ast/XQInlineFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQInlineFunction.lo -MD -MP -MF $(DEPDIR)/XQInlineFunction.Tpo -c -o XQInlineFunction.lo `test -f 'src/ast/XQInlineFunction.cpp' || echo '$(srcdir)/'`src/ast/XQInlineFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQInlineFunction.Tpo $(DEPDIR)/XQInlineFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQInlineFunction.lo -MD -MP -MF $(DEPDIR)/XQInlineFunction.Tpo -c -o XQInlineFunction.lo `test -f 'src/ast/XQInlineFunction.cpp' || echo '$(srcdir)/'`src/ast/XQInlineFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQInlineFunction.Tpo $(DEPDIR)/XQInlineFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQInlineFunction.cpp' object='XQInlineFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQInlineFunction.lo `test -f 'src/ast/XQInlineFunction.cpp' || echo '$(srcdir)/'`src/ast/XQInlineFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQInlineFunction.lo `test -f 'src/ast/XQInlineFunction.cpp' || echo '$(srcdir)/'`src/ast/XQInlineFunction.cpp XQLiteral.lo: src/ast/XQLiteral.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLiteral.lo -MD -MP -MF $(DEPDIR)/XQLiteral.Tpo -c -o XQLiteral.lo `test -f 'src/ast/XQLiteral.cpp' || echo '$(srcdir)/'`src/ast/XQLiteral.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQLiteral.Tpo $(DEPDIR)/XQLiteral.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLiteral.lo -MD -MP -MF $(DEPDIR)/XQLiteral.Tpo -c -o XQLiteral.lo `test -f 'src/ast/XQLiteral.cpp' || echo '$(srcdir)/'`src/ast/XQLiteral.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQLiteral.Tpo $(DEPDIR)/XQLiteral.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQLiteral.cpp' object='XQLiteral.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLiteral.lo `test -f 'src/ast/XQLiteral.cpp' || echo '$(srcdir)/'`src/ast/XQLiteral.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLiteral.lo `test -f 'src/ast/XQLiteral.cpp' || echo '$(srcdir)/'`src/ast/XQLiteral.cpp XQNav.lo: src/ast/XQNav.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNav.lo -MD -MP -MF $(DEPDIR)/XQNav.Tpo -c -o XQNav.lo `test -f 'src/ast/XQNav.cpp' || echo '$(srcdir)/'`src/ast/XQNav.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQNav.Tpo $(DEPDIR)/XQNav.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNav.lo -MD -MP -MF $(DEPDIR)/XQNav.Tpo -c -o XQNav.lo `test -f 'src/ast/XQNav.cpp' || echo '$(srcdir)/'`src/ast/XQNav.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQNav.Tpo $(DEPDIR)/XQNav.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQNav.cpp' object='XQNav.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNav.lo `test -f 'src/ast/XQNav.cpp' || echo '$(srcdir)/'`src/ast/XQNav.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNav.lo `test -f 'src/ast/XQNav.cpp' || echo '$(srcdir)/'`src/ast/XQNav.cpp XQOperator.lo: src/ast/XQOperator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQOperator.lo -MD -MP -MF $(DEPDIR)/XQOperator.Tpo -c -o XQOperator.lo `test -f 'src/ast/XQOperator.cpp' || echo '$(srcdir)/'`src/ast/XQOperator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQOperator.Tpo $(DEPDIR)/XQOperator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQOperator.lo -MD -MP -MF $(DEPDIR)/XQOperator.Tpo -c -o XQOperator.lo `test -f 'src/ast/XQOperator.cpp' || echo '$(srcdir)/'`src/ast/XQOperator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQOperator.Tpo $(DEPDIR)/XQOperator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQOperator.cpp' object='XQOperator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQOperator.lo `test -f 'src/ast/XQOperator.cpp' || echo '$(srcdir)/'`src/ast/XQOperator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQOperator.lo `test -f 'src/ast/XQOperator.cpp' || echo '$(srcdir)/'`src/ast/XQOperator.cpp XQSequence.lo: src/ast/XQSequence.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQSequence.lo -MD -MP -MF $(DEPDIR)/XQSequence.Tpo -c -o XQSequence.lo `test -f 'src/ast/XQSequence.cpp' || echo '$(srcdir)/'`src/ast/XQSequence.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQSequence.Tpo $(DEPDIR)/XQSequence.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQSequence.lo -MD -MP -MF $(DEPDIR)/XQSequence.Tpo -c -o XQSequence.lo `test -f 'src/ast/XQSequence.cpp' || echo '$(srcdir)/'`src/ast/XQSequence.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQSequence.Tpo $(DEPDIR)/XQSequence.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQSequence.cpp' object='XQSequence.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQSequence.lo `test -f 'src/ast/XQSequence.cpp' || echo '$(srcdir)/'`src/ast/XQSequence.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQSequence.lo `test -f 'src/ast/XQSequence.cpp' || echo '$(srcdir)/'`src/ast/XQSequence.cpp XQStep.lo: src/ast/XQStep.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQStep.lo -MD -MP -MF $(DEPDIR)/XQStep.Tpo -c -o XQStep.lo `test -f 'src/ast/XQStep.cpp' || echo '$(srcdir)/'`src/ast/XQStep.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQStep.Tpo $(DEPDIR)/XQStep.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQStep.lo -MD -MP -MF $(DEPDIR)/XQStep.Tpo -c -o XQStep.lo `test -f 'src/ast/XQStep.cpp' || echo '$(srcdir)/'`src/ast/XQStep.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQStep.Tpo $(DEPDIR)/XQStep.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQStep.cpp' object='XQStep.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQStep.lo `test -f 'src/ast/XQStep.cpp' || echo '$(srcdir)/'`src/ast/XQStep.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQStep.lo `test -f 'src/ast/XQStep.cpp' || echo '$(srcdir)/'`src/ast/XQStep.cpp XQTreatAs.lo: src/ast/XQTreatAs.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTreatAs.lo -MD -MP -MF $(DEPDIR)/XQTreatAs.Tpo -c -o XQTreatAs.lo `test -f 'src/ast/XQTreatAs.cpp' || echo '$(srcdir)/'`src/ast/XQTreatAs.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQTreatAs.Tpo $(DEPDIR)/XQTreatAs.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTreatAs.lo -MD -MP -MF $(DEPDIR)/XQTreatAs.Tpo -c -o XQTreatAs.lo `test -f 'src/ast/XQTreatAs.cpp' || echo '$(srcdir)/'`src/ast/XQTreatAs.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQTreatAs.Tpo $(DEPDIR)/XQTreatAs.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQTreatAs.cpp' object='XQTreatAs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTreatAs.lo `test -f 'src/ast/XQTreatAs.cpp' || echo '$(srcdir)/'`src/ast/XQTreatAs.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTreatAs.lo `test -f 'src/ast/XQTreatAs.cpp' || echo '$(srcdir)/'`src/ast/XQTreatAs.cpp XQVariable.lo: src/ast/XQVariable.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQVariable.lo -MD -MP -MF $(DEPDIR)/XQVariable.Tpo -c -o XQVariable.lo `test -f 'src/ast/XQVariable.cpp' || echo '$(srcdir)/'`src/ast/XQVariable.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQVariable.Tpo $(DEPDIR)/XQVariable.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQVariable.lo -MD -MP -MF $(DEPDIR)/XQVariable.Tpo -c -o XQVariable.lo `test -f 'src/ast/XQVariable.cpp' || echo '$(srcdir)/'`src/ast/XQVariable.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQVariable.Tpo $(DEPDIR)/XQVariable.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQVariable.cpp' object='XQVariable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQVariable.lo `test -f 'src/ast/XQVariable.cpp' || echo '$(srcdir)/'`src/ast/XQVariable.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQVariable.lo `test -f 'src/ast/XQVariable.cpp' || echo '$(srcdir)/'`src/ast/XQVariable.cpp StaticAnalysis.lo: src/ast/StaticAnalysis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticAnalysis.lo -MD -MP -MF $(DEPDIR)/StaticAnalysis.Tpo -c -o StaticAnalysis.lo `test -f 'src/ast/StaticAnalysis.cpp' || echo '$(srcdir)/'`src/ast/StaticAnalysis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StaticAnalysis.Tpo $(DEPDIR)/StaticAnalysis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticAnalysis.lo -MD -MP -MF $(DEPDIR)/StaticAnalysis.Tpo -c -o StaticAnalysis.lo `test -f 'src/ast/StaticAnalysis.cpp' || echo '$(srcdir)/'`src/ast/StaticAnalysis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StaticAnalysis.Tpo $(DEPDIR)/StaticAnalysis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/StaticAnalysis.cpp' object='StaticAnalysis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticAnalysis.lo `test -f 'src/ast/StaticAnalysis.cpp' || echo '$(srcdir)/'`src/ast/StaticAnalysis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticAnalysis.lo `test -f 'src/ast/StaticAnalysis.cpp' || echo '$(srcdir)/'`src/ast/StaticAnalysis.cpp StaticType.lo: src/ast/StaticType.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticType.lo -MD -MP -MF $(DEPDIR)/StaticType.Tpo -c -o StaticType.lo `test -f 'src/ast/StaticType.cpp' || echo '$(srcdir)/'`src/ast/StaticType.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StaticType.Tpo $(DEPDIR)/StaticType.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticType.lo -MD -MP -MF $(DEPDIR)/StaticType.Tpo -c -o StaticType.lo `test -f 'src/ast/StaticType.cpp' || echo '$(srcdir)/'`src/ast/StaticType.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StaticType.Tpo $(DEPDIR)/StaticType.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/StaticType.cpp' object='StaticType.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticType.lo `test -f 'src/ast/StaticType.cpp' || echo '$(srcdir)/'`src/ast/StaticType.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticType.lo `test -f 'src/ast/StaticType.cpp' || echo '$(srcdir)/'`src/ast/StaticType.cpp ConstantFoldingFunction.lo: src/ast/ConstantFoldingFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ConstantFoldingFunction.lo -MD -MP -MF $(DEPDIR)/ConstantFoldingFunction.Tpo -c -o ConstantFoldingFunction.lo `test -f 'src/ast/ConstantFoldingFunction.cpp' || echo '$(srcdir)/'`src/ast/ConstantFoldingFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ConstantFoldingFunction.Tpo $(DEPDIR)/ConstantFoldingFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ConstantFoldingFunction.lo -MD -MP -MF $(DEPDIR)/ConstantFoldingFunction.Tpo -c -o ConstantFoldingFunction.lo `test -f 'src/ast/ConstantFoldingFunction.cpp' || echo '$(srcdir)/'`src/ast/ConstantFoldingFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ConstantFoldingFunction.Tpo $(DEPDIR)/ConstantFoldingFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/ConstantFoldingFunction.cpp' object='ConstantFoldingFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ConstantFoldingFunction.lo `test -f 'src/ast/ConstantFoldingFunction.cpp' || echo '$(srcdir)/'`src/ast/ConstantFoldingFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ConstantFoldingFunction.lo `test -f 'src/ast/ConstantFoldingFunction.cpp' || echo '$(srcdir)/'`src/ast/ConstantFoldingFunction.cpp NumericFunction.lo: src/ast/NumericFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NumericFunction.lo -MD -MP -MF $(DEPDIR)/NumericFunction.Tpo -c -o NumericFunction.lo `test -f 'src/ast/NumericFunction.cpp' || echo '$(srcdir)/'`src/ast/NumericFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NumericFunction.Tpo $(DEPDIR)/NumericFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NumericFunction.lo -MD -MP -MF $(DEPDIR)/NumericFunction.Tpo -c -o NumericFunction.lo `test -f 'src/ast/NumericFunction.cpp' || echo '$(srcdir)/'`src/ast/NumericFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NumericFunction.Tpo $(DEPDIR)/NumericFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/NumericFunction.cpp' object='NumericFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NumericFunction.lo `test -f 'src/ast/NumericFunction.cpp' || echo '$(srcdir)/'`src/ast/NumericFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NumericFunction.lo `test -f 'src/ast/NumericFunction.cpp' || echo '$(srcdir)/'`src/ast/NumericFunction.cpp XQDOMConstructor.lo: src/ast/XQDOMConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDOMConstructor.lo -MD -MP -MF $(DEPDIR)/XQDOMConstructor.Tpo -c -o XQDOMConstructor.lo `test -f 'src/ast/XQDOMConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDOMConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQDOMConstructor.Tpo $(DEPDIR)/XQDOMConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDOMConstructor.lo -MD -MP -MF $(DEPDIR)/XQDOMConstructor.Tpo -c -o XQDOMConstructor.lo `test -f 'src/ast/XQDOMConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDOMConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQDOMConstructor.Tpo $(DEPDIR)/XQDOMConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQDOMConstructor.cpp' object='XQDOMConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDOMConstructor.lo `test -f 'src/ast/XQDOMConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDOMConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDOMConstructor.lo `test -f 'src/ast/XQDOMConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDOMConstructor.cpp XQDocumentConstructor.lo: src/ast/XQDocumentConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDocumentConstructor.lo -MD -MP -MF $(DEPDIR)/XQDocumentConstructor.Tpo -c -o XQDocumentConstructor.lo `test -f 'src/ast/XQDocumentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQDocumentConstructor.Tpo $(DEPDIR)/XQDocumentConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDocumentConstructor.lo -MD -MP -MF $(DEPDIR)/XQDocumentConstructor.Tpo -c -o XQDocumentConstructor.lo `test -f 'src/ast/XQDocumentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQDocumentConstructor.Tpo $(DEPDIR)/XQDocumentConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQDocumentConstructor.cpp' object='XQDocumentConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDocumentConstructor.lo `test -f 'src/ast/XQDocumentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDocumentConstructor.lo `test -f 'src/ast/XQDocumentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentConstructor.cpp XQElementConstructor.lo: src/ast/XQElementConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQElementConstructor.lo -MD -MP -MF $(DEPDIR)/XQElementConstructor.Tpo -c -o XQElementConstructor.lo `test -f 'src/ast/XQElementConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQElementConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQElementConstructor.Tpo $(DEPDIR)/XQElementConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQElementConstructor.lo -MD -MP -MF $(DEPDIR)/XQElementConstructor.Tpo -c -o XQElementConstructor.lo `test -f 'src/ast/XQElementConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQElementConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQElementConstructor.Tpo $(DEPDIR)/XQElementConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQElementConstructor.cpp' object='XQElementConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQElementConstructor.lo `test -f 'src/ast/XQElementConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQElementConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQElementConstructor.lo `test -f 'src/ast/XQElementConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQElementConstructor.cpp XQAttributeConstructor.lo: src/ast/XQAttributeConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAttributeConstructor.lo -MD -MP -MF $(DEPDIR)/XQAttributeConstructor.Tpo -c -o XQAttributeConstructor.lo `test -f 'src/ast/XQAttributeConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQAttributeConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQAttributeConstructor.Tpo $(DEPDIR)/XQAttributeConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQAttributeConstructor.lo -MD -MP -MF $(DEPDIR)/XQAttributeConstructor.Tpo -c -o XQAttributeConstructor.lo `test -f 'src/ast/XQAttributeConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQAttributeConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQAttributeConstructor.Tpo $(DEPDIR)/XQAttributeConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQAttributeConstructor.cpp' object='XQAttributeConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAttributeConstructor.lo `test -f 'src/ast/XQAttributeConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQAttributeConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQAttributeConstructor.lo `test -f 'src/ast/XQAttributeConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQAttributeConstructor.cpp XQNamespaceConstructor.lo: src/ast/XQNamespaceConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNamespaceConstructor.lo -MD -MP -MF $(DEPDIR)/XQNamespaceConstructor.Tpo -c -o XQNamespaceConstructor.lo `test -f 'src/ast/XQNamespaceConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQNamespaceConstructor.Tpo $(DEPDIR)/XQNamespaceConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNamespaceConstructor.lo -MD -MP -MF $(DEPDIR)/XQNamespaceConstructor.Tpo -c -o XQNamespaceConstructor.lo `test -f 'src/ast/XQNamespaceConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQNamespaceConstructor.Tpo $(DEPDIR)/XQNamespaceConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQNamespaceConstructor.cpp' object='XQNamespaceConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNamespaceConstructor.lo `test -f 'src/ast/XQNamespaceConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNamespaceConstructor.lo `test -f 'src/ast/XQNamespaceConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceConstructor.cpp XQPIConstructor.lo: src/ast/XQPIConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQPIConstructor.lo -MD -MP -MF $(DEPDIR)/XQPIConstructor.Tpo -c -o XQPIConstructor.lo `test -f 'src/ast/XQPIConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQPIConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQPIConstructor.Tpo $(DEPDIR)/XQPIConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQPIConstructor.lo -MD -MP -MF $(DEPDIR)/XQPIConstructor.Tpo -c -o XQPIConstructor.lo `test -f 'src/ast/XQPIConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQPIConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQPIConstructor.Tpo $(DEPDIR)/XQPIConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQPIConstructor.cpp' object='XQPIConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQPIConstructor.lo `test -f 'src/ast/XQPIConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQPIConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQPIConstructor.lo `test -f 'src/ast/XQPIConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQPIConstructor.cpp XQCommentConstructor.lo: src/ast/XQCommentConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCommentConstructor.lo -MD -MP -MF $(DEPDIR)/XQCommentConstructor.Tpo -c -o XQCommentConstructor.lo `test -f 'src/ast/XQCommentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQCommentConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCommentConstructor.Tpo $(DEPDIR)/XQCommentConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCommentConstructor.lo -MD -MP -MF $(DEPDIR)/XQCommentConstructor.Tpo -c -o XQCommentConstructor.lo `test -f 'src/ast/XQCommentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQCommentConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCommentConstructor.Tpo $(DEPDIR)/XQCommentConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCommentConstructor.cpp' object='XQCommentConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCommentConstructor.lo `test -f 'src/ast/XQCommentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQCommentConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCommentConstructor.lo `test -f 'src/ast/XQCommentConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQCommentConstructor.cpp XQTextConstructor.lo: src/ast/XQTextConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTextConstructor.lo -MD -MP -MF $(DEPDIR)/XQTextConstructor.Tpo -c -o XQTextConstructor.lo `test -f 'src/ast/XQTextConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQTextConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQTextConstructor.Tpo $(DEPDIR)/XQTextConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTextConstructor.lo -MD -MP -MF $(DEPDIR)/XQTextConstructor.Tpo -c -o XQTextConstructor.lo `test -f 'src/ast/XQTextConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQTextConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQTextConstructor.Tpo $(DEPDIR)/XQTextConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQTextConstructor.cpp' object='XQTextConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTextConstructor.lo `test -f 'src/ast/XQTextConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQTextConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTextConstructor.lo `test -f 'src/ast/XQTextConstructor.cpp' || echo '$(srcdir)/'`src/ast/XQTextConstructor.cpp XQFunctionCall.lo: src/ast/XQFunctionCall.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionCall.lo -MD -MP -MF $(DEPDIR)/XQFunctionCall.Tpo -c -o XQFunctionCall.lo `test -f 'src/ast/XQFunctionCall.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionCall.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQFunctionCall.Tpo $(DEPDIR)/XQFunctionCall.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionCall.lo -MD -MP -MF $(DEPDIR)/XQFunctionCall.Tpo -c -o XQFunctionCall.lo `test -f 'src/ast/XQFunctionCall.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionCall.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQFunctionCall.Tpo $(DEPDIR)/XQFunctionCall.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQFunctionCall.cpp' object='XQFunctionCall.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionCall.lo `test -f 'src/ast/XQFunctionCall.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionCall.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionCall.lo `test -f 'src/ast/XQFunctionCall.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionCall.cpp XQFunctionConversion.lo: src/ast/XQFunctionConversion.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionConversion.lo -MD -MP -MF $(DEPDIR)/XQFunctionConversion.Tpo -c -o XQFunctionConversion.lo `test -f 'src/ast/XQFunctionConversion.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionConversion.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQFunctionConversion.Tpo $(DEPDIR)/XQFunctionConversion.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionConversion.lo -MD -MP -MF $(DEPDIR)/XQFunctionConversion.Tpo -c -o XQFunctionConversion.lo `test -f 'src/ast/XQFunctionConversion.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionConversion.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQFunctionConversion.Tpo $(DEPDIR)/XQFunctionConversion.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQFunctionConversion.cpp' object='XQFunctionConversion.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionConversion.lo `test -f 'src/ast/XQFunctionConversion.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionConversion.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionConversion.lo `test -f 'src/ast/XQFunctionConversion.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionConversion.cpp XQFunctionDeref.lo: src/ast/XQFunctionDeref.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionDeref.lo -MD -MP -MF $(DEPDIR)/XQFunctionDeref.Tpo -c -o XQFunctionDeref.lo `test -f 'src/ast/XQFunctionDeref.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionDeref.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQFunctionDeref.Tpo $(DEPDIR)/XQFunctionDeref.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionDeref.lo -MD -MP -MF $(DEPDIR)/XQFunctionDeref.Tpo -c -o XQFunctionDeref.lo `test -f 'src/ast/XQFunctionDeref.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionDeref.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQFunctionDeref.Tpo $(DEPDIR)/XQFunctionDeref.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQFunctionDeref.cpp' object='XQFunctionDeref.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionDeref.lo `test -f 'src/ast/XQFunctionDeref.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionDeref.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionDeref.lo `test -f 'src/ast/XQFunctionDeref.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionDeref.cpp XQFunctionRef.lo: src/ast/XQFunctionRef.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionRef.lo -MD -MP -MF $(DEPDIR)/XQFunctionRef.Tpo -c -o XQFunctionRef.lo `test -f 'src/ast/XQFunctionRef.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionRef.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQFunctionRef.Tpo $(DEPDIR)/XQFunctionRef.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQFunctionRef.lo -MD -MP -MF $(DEPDIR)/XQFunctionRef.Tpo -c -o XQFunctionRef.lo `test -f 'src/ast/XQFunctionRef.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionRef.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQFunctionRef.Tpo $(DEPDIR)/XQFunctionRef.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQFunctionRef.cpp' object='XQFunctionRef.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionRef.lo `test -f 'src/ast/XQFunctionRef.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionRef.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQFunctionRef.lo `test -f 'src/ast/XQFunctionRef.cpp' || echo '$(srcdir)/'`src/ast/XQFunctionRef.cpp XQGlobalVariable.lo: src/ast/XQGlobalVariable.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQGlobalVariable.lo -MD -MP -MF $(DEPDIR)/XQGlobalVariable.Tpo -c -o XQGlobalVariable.lo `test -f 'src/ast/XQGlobalVariable.cpp' || echo '$(srcdir)/'`src/ast/XQGlobalVariable.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQGlobalVariable.Tpo $(DEPDIR)/XQGlobalVariable.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQGlobalVariable.lo -MD -MP -MF $(DEPDIR)/XQGlobalVariable.Tpo -c -o XQGlobalVariable.lo `test -f 'src/ast/XQGlobalVariable.cpp' || echo '$(srcdir)/'`src/ast/XQGlobalVariable.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQGlobalVariable.Tpo $(DEPDIR)/XQGlobalVariable.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQGlobalVariable.cpp' object='XQGlobalVariable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQGlobalVariable.lo `test -f 'src/ast/XQGlobalVariable.cpp' || echo '$(srcdir)/'`src/ast/XQGlobalVariable.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQGlobalVariable.lo `test -f 'src/ast/XQGlobalVariable.cpp' || echo '$(srcdir)/'`src/ast/XQGlobalVariable.cpp XQOrderingChange.lo: src/ast/XQOrderingChange.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQOrderingChange.lo -MD -MP -MF $(DEPDIR)/XQOrderingChange.Tpo -c -o XQOrderingChange.lo `test -f 'src/ast/XQOrderingChange.cpp' || echo '$(srcdir)/'`src/ast/XQOrderingChange.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQOrderingChange.Tpo $(DEPDIR)/XQOrderingChange.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQOrderingChange.lo -MD -MP -MF $(DEPDIR)/XQOrderingChange.Tpo -c -o XQOrderingChange.lo `test -f 'src/ast/XQOrderingChange.cpp' || echo '$(srcdir)/'`src/ast/XQOrderingChange.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQOrderingChange.Tpo $(DEPDIR)/XQOrderingChange.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQOrderingChange.cpp' object='XQOrderingChange.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQOrderingChange.lo `test -f 'src/ast/XQOrderingChange.cpp' || echo '$(srcdir)/'`src/ast/XQOrderingChange.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQOrderingChange.lo `test -f 'src/ast/XQOrderingChange.cpp' || echo '$(srcdir)/'`src/ast/XQOrderingChange.cpp XQQuantified.lo: src/ast/XQQuantified.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQQuantified.lo -MD -MP -MF $(DEPDIR)/XQQuantified.Tpo -c -o XQQuantified.lo `test -f 'src/ast/XQQuantified.cpp' || echo '$(srcdir)/'`src/ast/XQQuantified.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQQuantified.Tpo $(DEPDIR)/XQQuantified.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQQuantified.lo -MD -MP -MF $(DEPDIR)/XQQuantified.Tpo -c -o XQQuantified.lo `test -f 'src/ast/XQQuantified.cpp' || echo '$(srcdir)/'`src/ast/XQQuantified.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQQuantified.Tpo $(DEPDIR)/XQQuantified.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQQuantified.cpp' object='XQQuantified.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQQuantified.lo `test -f 'src/ast/XQQuantified.cpp' || echo '$(srcdir)/'`src/ast/XQQuantified.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQQuantified.lo `test -f 'src/ast/XQQuantified.cpp' || echo '$(srcdir)/'`src/ast/XQQuantified.cpp XQValidate.lo: src/ast/XQValidate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQValidate.lo -MD -MP -MF $(DEPDIR)/XQValidate.Tpo -c -o XQValidate.lo `test -f 'src/ast/XQValidate.cpp' || echo '$(srcdir)/'`src/ast/XQValidate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQValidate.Tpo $(DEPDIR)/XQValidate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQValidate.lo -MD -MP -MF $(DEPDIR)/XQValidate.Tpo -c -o XQValidate.lo `test -f 'src/ast/XQValidate.cpp' || echo '$(srcdir)/'`src/ast/XQValidate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQValidate.Tpo $(DEPDIR)/XQValidate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQValidate.cpp' object='XQValidate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQValidate.lo `test -f 'src/ast/XQValidate.cpp' || echo '$(srcdir)/'`src/ast/XQValidate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQValidate.lo `test -f 'src/ast/XQValidate.cpp' || echo '$(srcdir)/'`src/ast/XQValidate.cpp XQTypeswitch.lo: src/ast/XQTypeswitch.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTypeswitch.lo -MD -MP -MF $(DEPDIR)/XQTypeswitch.Tpo -c -o XQTypeswitch.lo `test -f 'src/ast/XQTypeswitch.cpp' || echo '$(srcdir)/'`src/ast/XQTypeswitch.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQTypeswitch.Tpo $(DEPDIR)/XQTypeswitch.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQTypeswitch.lo -MD -MP -MF $(DEPDIR)/XQTypeswitch.Tpo -c -o XQTypeswitch.lo `test -f 'src/ast/XQTypeswitch.cpp' || echo '$(srcdir)/'`src/ast/XQTypeswitch.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQTypeswitch.Tpo $(DEPDIR)/XQTypeswitch.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQTypeswitch.cpp' object='XQTypeswitch.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTypeswitch.lo `test -f 'src/ast/XQTypeswitch.cpp' || echo '$(srcdir)/'`src/ast/XQTypeswitch.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQTypeswitch.lo `test -f 'src/ast/XQTypeswitch.cpp' || echo '$(srcdir)/'`src/ast/XQTypeswitch.cpp XPath1Compat.lo: src/ast/XPath1Compat.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath1Compat.lo -MD -MP -MF $(DEPDIR)/XPath1Compat.Tpo -c -o XPath1Compat.lo `test -f 'src/ast/XPath1Compat.cpp' || echo '$(srcdir)/'`src/ast/XPath1Compat.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath1Compat.Tpo $(DEPDIR)/XPath1Compat.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath1Compat.lo -MD -MP -MF $(DEPDIR)/XPath1Compat.Tpo -c -o XPath1Compat.lo `test -f 'src/ast/XPath1Compat.cpp' || echo '$(srcdir)/'`src/ast/XPath1Compat.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath1Compat.Tpo $(DEPDIR)/XPath1Compat.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XPath1Compat.cpp' object='XPath1Compat.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath1Compat.lo `test -f 'src/ast/XPath1Compat.cpp' || echo '$(srcdir)/'`src/ast/XPath1Compat.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath1Compat.lo `test -f 'src/ast/XPath1Compat.cpp' || echo '$(srcdir)/'`src/ast/XPath1Compat.cpp ConvertFunctionArg.lo: src/ast/ConvertFunctionArg.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ConvertFunctionArg.lo -MD -MP -MF $(DEPDIR)/ConvertFunctionArg.Tpo -c -o ConvertFunctionArg.lo `test -f 'src/ast/ConvertFunctionArg.cpp' || echo '$(srcdir)/'`src/ast/ConvertFunctionArg.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ConvertFunctionArg.Tpo $(DEPDIR)/ConvertFunctionArg.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ConvertFunctionArg.lo -MD -MP -MF $(DEPDIR)/ConvertFunctionArg.Tpo -c -o ConvertFunctionArg.lo `test -f 'src/ast/ConvertFunctionArg.cpp' || echo '$(srcdir)/'`src/ast/ConvertFunctionArg.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ConvertFunctionArg.Tpo $(DEPDIR)/ConvertFunctionArg.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/ConvertFunctionArg.cpp' object='ConvertFunctionArg.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ConvertFunctionArg.lo `test -f 'src/ast/ConvertFunctionArg.cpp' || echo '$(srcdir)/'`src/ast/ConvertFunctionArg.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ConvertFunctionArg.lo `test -f 'src/ast/ConvertFunctionArg.cpp' || echo '$(srcdir)/'`src/ast/ConvertFunctionArg.cpp XQDocumentOrder.lo: src/ast/XQDocumentOrder.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDocumentOrder.lo -MD -MP -MF $(DEPDIR)/XQDocumentOrder.Tpo -c -o XQDocumentOrder.lo `test -f 'src/ast/XQDocumentOrder.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentOrder.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQDocumentOrder.Tpo $(DEPDIR)/XQDocumentOrder.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQDocumentOrder.lo -MD -MP -MF $(DEPDIR)/XQDocumentOrder.Tpo -c -o XQDocumentOrder.lo `test -f 'src/ast/XQDocumentOrder.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentOrder.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQDocumentOrder.Tpo $(DEPDIR)/XQDocumentOrder.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQDocumentOrder.cpp' object='XQDocumentOrder.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDocumentOrder.lo `test -f 'src/ast/XQDocumentOrder.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentOrder.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQDocumentOrder.lo `test -f 'src/ast/XQDocumentOrder.cpp' || echo '$(srcdir)/'`src/ast/XQDocumentOrder.cpp XQPredicate.lo: src/ast/XQPredicate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQPredicate.lo -MD -MP -MF $(DEPDIR)/XQPredicate.Tpo -c -o XQPredicate.lo `test -f 'src/ast/XQPredicate.cpp' || echo '$(srcdir)/'`src/ast/XQPredicate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQPredicate.Tpo $(DEPDIR)/XQPredicate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQPredicate.lo -MD -MP -MF $(DEPDIR)/XQPredicate.Tpo -c -o XQPredicate.lo `test -f 'src/ast/XQPredicate.cpp' || echo '$(srcdir)/'`src/ast/XQPredicate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQPredicate.Tpo $(DEPDIR)/XQPredicate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQPredicate.cpp' object='XQPredicate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQPredicate.lo `test -f 'src/ast/XQPredicate.cpp' || echo '$(srcdir)/'`src/ast/XQPredicate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQPredicate.lo `test -f 'src/ast/XQPredicate.cpp' || echo '$(srcdir)/'`src/ast/XQPredicate.cpp XQReturn.lo: src/ast/XQReturn.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQReturn.lo -MD -MP -MF $(DEPDIR)/XQReturn.Tpo -c -o XQReturn.lo `test -f 'src/ast/XQReturn.cpp' || echo '$(srcdir)/'`src/ast/XQReturn.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQReturn.Tpo $(DEPDIR)/XQReturn.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQReturn.lo -MD -MP -MF $(DEPDIR)/XQReturn.Tpo -c -o XQReturn.lo `test -f 'src/ast/XQReturn.cpp' || echo '$(srcdir)/'`src/ast/XQReturn.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQReturn.Tpo $(DEPDIR)/XQReturn.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQReturn.cpp' object='XQReturn.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQReturn.lo `test -f 'src/ast/XQReturn.cpp' || echo '$(srcdir)/'`src/ast/XQReturn.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQReturn.lo `test -f 'src/ast/XQReturn.cpp' || echo '$(srcdir)/'`src/ast/XQReturn.cpp TupleNode.lo: src/ast/TupleNode.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TupleNode.lo -MD -MP -MF $(DEPDIR)/TupleNode.Tpo -c -o TupleNode.lo `test -f 'src/ast/TupleNode.cpp' || echo '$(srcdir)/'`src/ast/TupleNode.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TupleNode.Tpo $(DEPDIR)/TupleNode.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TupleNode.lo -MD -MP -MF $(DEPDIR)/TupleNode.Tpo -c -o TupleNode.lo `test -f 'src/ast/TupleNode.cpp' || echo '$(srcdir)/'`src/ast/TupleNode.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TupleNode.Tpo $(DEPDIR)/TupleNode.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/TupleNode.cpp' object='TupleNode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TupleNode.lo `test -f 'src/ast/TupleNode.cpp' || echo '$(srcdir)/'`src/ast/TupleNode.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TupleNode.lo `test -f 'src/ast/TupleNode.cpp' || echo '$(srcdir)/'`src/ast/TupleNode.cpp ContextTuple.lo: src/ast/ContextTuple.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContextTuple.lo -MD -MP -MF $(DEPDIR)/ContextTuple.Tpo -c -o ContextTuple.lo `test -f 'src/ast/ContextTuple.cpp' || echo '$(srcdir)/'`src/ast/ContextTuple.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ContextTuple.Tpo $(DEPDIR)/ContextTuple.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContextTuple.lo -MD -MP -MF $(DEPDIR)/ContextTuple.Tpo -c -o ContextTuple.lo `test -f 'src/ast/ContextTuple.cpp' || echo '$(srcdir)/'`src/ast/ContextTuple.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ContextTuple.Tpo $(DEPDIR)/ContextTuple.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/ContextTuple.cpp' object='ContextTuple.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContextTuple.lo `test -f 'src/ast/ContextTuple.cpp' || echo '$(srcdir)/'`src/ast/ContextTuple.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContextTuple.lo `test -f 'src/ast/ContextTuple.cpp' || echo '$(srcdir)/'`src/ast/ContextTuple.cpp ForTuple.lo: src/ast/ForTuple.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ForTuple.lo -MD -MP -MF $(DEPDIR)/ForTuple.Tpo -c -o ForTuple.lo `test -f 'src/ast/ForTuple.cpp' || echo '$(srcdir)/'`src/ast/ForTuple.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ForTuple.Tpo $(DEPDIR)/ForTuple.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ForTuple.lo -MD -MP -MF $(DEPDIR)/ForTuple.Tpo -c -o ForTuple.lo `test -f 'src/ast/ForTuple.cpp' || echo '$(srcdir)/'`src/ast/ForTuple.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ForTuple.Tpo $(DEPDIR)/ForTuple.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/ForTuple.cpp' object='ForTuple.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ForTuple.lo `test -f 'src/ast/ForTuple.cpp' || echo '$(srcdir)/'`src/ast/ForTuple.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ForTuple.lo `test -f 'src/ast/ForTuple.cpp' || echo '$(srcdir)/'`src/ast/ForTuple.cpp LetTuple.lo: src/ast/LetTuple.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LetTuple.lo -MD -MP -MF $(DEPDIR)/LetTuple.Tpo -c -o LetTuple.lo `test -f 'src/ast/LetTuple.cpp' || echo '$(srcdir)/'`src/ast/LetTuple.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/LetTuple.Tpo $(DEPDIR)/LetTuple.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LetTuple.lo -MD -MP -MF $(DEPDIR)/LetTuple.Tpo -c -o LetTuple.lo `test -f 'src/ast/LetTuple.cpp' || echo '$(srcdir)/'`src/ast/LetTuple.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/LetTuple.Tpo $(DEPDIR)/LetTuple.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/LetTuple.cpp' object='LetTuple.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LetTuple.lo `test -f 'src/ast/LetTuple.cpp' || echo '$(srcdir)/'`src/ast/LetTuple.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LetTuple.lo `test -f 'src/ast/LetTuple.cpp' || echo '$(srcdir)/'`src/ast/LetTuple.cpp WhereTuple.lo: src/ast/WhereTuple.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT WhereTuple.lo -MD -MP -MF $(DEPDIR)/WhereTuple.Tpo -c -o WhereTuple.lo `test -f 'src/ast/WhereTuple.cpp' || echo '$(srcdir)/'`src/ast/WhereTuple.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/WhereTuple.Tpo $(DEPDIR)/WhereTuple.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT WhereTuple.lo -MD -MP -MF $(DEPDIR)/WhereTuple.Tpo -c -o WhereTuple.lo `test -f 'src/ast/WhereTuple.cpp' || echo '$(srcdir)/'`src/ast/WhereTuple.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/WhereTuple.Tpo $(DEPDIR)/WhereTuple.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/WhereTuple.cpp' object='WhereTuple.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o WhereTuple.lo `test -f 'src/ast/WhereTuple.cpp' || echo '$(srcdir)/'`src/ast/WhereTuple.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o WhereTuple.lo `test -f 'src/ast/WhereTuple.cpp' || echo '$(srcdir)/'`src/ast/WhereTuple.cpp OrderByTuple.lo: src/ast/OrderByTuple.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OrderByTuple.lo -MD -MP -MF $(DEPDIR)/OrderByTuple.Tpo -c -o OrderByTuple.lo `test -f 'src/ast/OrderByTuple.cpp' || echo '$(srcdir)/'`src/ast/OrderByTuple.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/OrderByTuple.Tpo $(DEPDIR)/OrderByTuple.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OrderByTuple.lo -MD -MP -MF $(DEPDIR)/OrderByTuple.Tpo -c -o OrderByTuple.lo `test -f 'src/ast/OrderByTuple.cpp' || echo '$(srcdir)/'`src/ast/OrderByTuple.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/OrderByTuple.Tpo $(DEPDIR)/OrderByTuple.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/OrderByTuple.cpp' object='OrderByTuple.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OrderByTuple.lo `test -f 'src/ast/OrderByTuple.cpp' || echo '$(srcdir)/'`src/ast/OrderByTuple.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OrderByTuple.lo `test -f 'src/ast/OrderByTuple.cpp' || echo '$(srcdir)/'`src/ast/OrderByTuple.cpp XQNamespaceBinding.lo: src/ast/XQNamespaceBinding.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNamespaceBinding.lo -MD -MP -MF $(DEPDIR)/XQNamespaceBinding.Tpo -c -o XQNamespaceBinding.lo `test -f 'src/ast/XQNamespaceBinding.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceBinding.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQNamespaceBinding.Tpo $(DEPDIR)/XQNamespaceBinding.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQNamespaceBinding.lo -MD -MP -MF $(DEPDIR)/XQNamespaceBinding.Tpo -c -o XQNamespaceBinding.lo `test -f 'src/ast/XQNamespaceBinding.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceBinding.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQNamespaceBinding.Tpo $(DEPDIR)/XQNamespaceBinding.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQNamespaceBinding.cpp' object='XQNamespaceBinding.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNamespaceBinding.lo `test -f 'src/ast/XQNamespaceBinding.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceBinding.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQNamespaceBinding.lo `test -f 'src/ast/XQNamespaceBinding.cpp' || echo '$(srcdir)/'`src/ast/XQNamespaceBinding.cpp XQCallTemplate.lo: src/ast/XQCallTemplate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCallTemplate.lo -MD -MP -MF $(DEPDIR)/XQCallTemplate.Tpo -c -o XQCallTemplate.lo `test -f 'src/ast/XQCallTemplate.cpp' || echo '$(srcdir)/'`src/ast/XQCallTemplate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQCallTemplate.Tpo $(DEPDIR)/XQCallTemplate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQCallTemplate.lo -MD -MP -MF $(DEPDIR)/XQCallTemplate.Tpo -c -o XQCallTemplate.lo `test -f 'src/ast/XQCallTemplate.cpp' || echo '$(srcdir)/'`src/ast/XQCallTemplate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQCallTemplate.Tpo $(DEPDIR)/XQCallTemplate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQCallTemplate.cpp' object='XQCallTemplate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCallTemplate.lo `test -f 'src/ast/XQCallTemplate.cpp' || echo '$(srcdir)/'`src/ast/XQCallTemplate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQCallTemplate.lo `test -f 'src/ast/XQCallTemplate.cpp' || echo '$(srcdir)/'`src/ast/XQCallTemplate.cpp XQApplyTemplates.lo: src/ast/XQApplyTemplates.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQApplyTemplates.lo -MD -MP -MF $(DEPDIR)/XQApplyTemplates.Tpo -c -o XQApplyTemplates.lo `test -f 'src/ast/XQApplyTemplates.cpp' || echo '$(srcdir)/'`src/ast/XQApplyTemplates.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQApplyTemplates.Tpo $(DEPDIR)/XQApplyTemplates.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQApplyTemplates.lo -MD -MP -MF $(DEPDIR)/XQApplyTemplates.Tpo -c -o XQApplyTemplates.lo `test -f 'src/ast/XQApplyTemplates.cpp' || echo '$(srcdir)/'`src/ast/XQApplyTemplates.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQApplyTemplates.Tpo $(DEPDIR)/XQApplyTemplates.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/ast/XQApplyTemplates.cpp' object='XQApplyTemplates.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQApplyTemplates.lo `test -f 'src/ast/XQApplyTemplates.cpp' || echo '$(srcdir)/'`src/ast/XQApplyTemplates.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQApplyTemplates.lo `test -f 'src/ast/XQApplyTemplates.cpp' || echo '$(srcdir)/'`src/ast/XQApplyTemplates.cpp ASTDebugHook.lo: src/debug/ASTDebugHook.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTDebugHook.lo -MD -MP -MF $(DEPDIR)/ASTDebugHook.Tpo -c -o ASTDebugHook.lo `test -f 'src/debug/ASTDebugHook.cpp' || echo '$(srcdir)/'`src/debug/ASTDebugHook.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ASTDebugHook.Tpo $(DEPDIR)/ASTDebugHook.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTDebugHook.lo -MD -MP -MF $(DEPDIR)/ASTDebugHook.Tpo -c -o ASTDebugHook.lo `test -f 'src/debug/ASTDebugHook.cpp' || echo '$(srcdir)/'`src/debug/ASTDebugHook.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ASTDebugHook.Tpo $(DEPDIR)/ASTDebugHook.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/ASTDebugHook.cpp' object='ASTDebugHook.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTDebugHook.lo `test -f 'src/debug/ASTDebugHook.cpp' || echo '$(srcdir)/'`src/debug/ASTDebugHook.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTDebugHook.lo `test -f 'src/debug/ASTDebugHook.cpp' || echo '$(srcdir)/'`src/debug/ASTDebugHook.cpp DebugHookDecorator.lo: src/debug/DebugHookDecorator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DebugHookDecorator.lo -MD -MP -MF $(DEPDIR)/DebugHookDecorator.Tpo -c -o DebugHookDecorator.lo `test -f 'src/debug/DebugHookDecorator.cpp' || echo '$(srcdir)/'`src/debug/DebugHookDecorator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DebugHookDecorator.Tpo $(DEPDIR)/DebugHookDecorator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DebugHookDecorator.lo -MD -MP -MF $(DEPDIR)/DebugHookDecorator.Tpo -c -o DebugHookDecorator.lo `test -f 'src/debug/DebugHookDecorator.cpp' || echo '$(srcdir)/'`src/debug/DebugHookDecorator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DebugHookDecorator.Tpo $(DEPDIR)/DebugHookDecorator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/DebugHookDecorator.cpp' object='DebugHookDecorator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DebugHookDecorator.lo `test -f 'src/debug/DebugHookDecorator.cpp' || echo '$(srcdir)/'`src/debug/DebugHookDecorator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DebugHookDecorator.lo `test -f 'src/debug/DebugHookDecorator.cpp' || echo '$(srcdir)/'`src/debug/DebugHookDecorator.cpp TupleDebugHook.lo: src/debug/TupleDebugHook.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TupleDebugHook.lo -MD -MP -MF $(DEPDIR)/TupleDebugHook.Tpo -c -o TupleDebugHook.lo `test -f 'src/debug/TupleDebugHook.cpp' || echo '$(srcdir)/'`src/debug/TupleDebugHook.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TupleDebugHook.Tpo $(DEPDIR)/TupleDebugHook.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TupleDebugHook.lo -MD -MP -MF $(DEPDIR)/TupleDebugHook.Tpo -c -o TupleDebugHook.lo `test -f 'src/debug/TupleDebugHook.cpp' || echo '$(srcdir)/'`src/debug/TupleDebugHook.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TupleDebugHook.Tpo $(DEPDIR)/TupleDebugHook.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/TupleDebugHook.cpp' object='TupleDebugHook.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TupleDebugHook.lo `test -f 'src/debug/TupleDebugHook.cpp' || echo '$(srcdir)/'`src/debug/TupleDebugHook.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TupleDebugHook.lo `test -f 'src/debug/TupleDebugHook.cpp' || echo '$(srcdir)/'`src/debug/TupleDebugHook.cpp InputParser.lo: src/debug/InputParser.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InputParser.lo -MD -MP -MF $(DEPDIR)/InputParser.Tpo -c -o InputParser.lo `test -f 'src/debug/InputParser.cpp' || echo '$(srcdir)/'`src/debug/InputParser.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/InputParser.Tpo $(DEPDIR)/InputParser.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InputParser.lo -MD -MP -MF $(DEPDIR)/InputParser.Tpo -c -o InputParser.lo `test -f 'src/debug/InputParser.cpp' || echo '$(srcdir)/'`src/debug/InputParser.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/InputParser.Tpo $(DEPDIR)/InputParser.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/InputParser.cpp' object='InputParser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InputParser.lo `test -f 'src/debug/InputParser.cpp' || echo '$(srcdir)/'`src/debug/InputParser.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InputParser.lo `test -f 'src/debug/InputParser.cpp' || echo '$(srcdir)/'`src/debug/InputParser.cpp InteractiveDebugger.lo: src/debug/InteractiveDebugger.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InteractiveDebugger.lo -MD -MP -MF $(DEPDIR)/InteractiveDebugger.Tpo -c -o InteractiveDebugger.lo `test -f 'src/debug/InteractiveDebugger.cpp' || echo '$(srcdir)/'`src/debug/InteractiveDebugger.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/InteractiveDebugger.Tpo $(DEPDIR)/InteractiveDebugger.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InteractiveDebugger.lo -MD -MP -MF $(DEPDIR)/InteractiveDebugger.Tpo -c -o InteractiveDebugger.lo `test -f 'src/debug/InteractiveDebugger.cpp' || echo '$(srcdir)/'`src/debug/InteractiveDebugger.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/InteractiveDebugger.Tpo $(DEPDIR)/InteractiveDebugger.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/InteractiveDebugger.cpp' object='InteractiveDebugger.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InteractiveDebugger.lo `test -f 'src/debug/InteractiveDebugger.cpp' || echo '$(srcdir)/'`src/debug/InteractiveDebugger.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InteractiveDebugger.lo `test -f 'src/debug/InteractiveDebugger.cpp' || echo '$(srcdir)/'`src/debug/InteractiveDebugger.cpp StackFrame.lo: src/debug/StackFrame.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StackFrame.lo -MD -MP -MF $(DEPDIR)/StackFrame.Tpo -c -o StackFrame.lo `test -f 'src/debug/StackFrame.cpp' || echo '$(srcdir)/'`src/debug/StackFrame.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StackFrame.Tpo $(DEPDIR)/StackFrame.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StackFrame.lo -MD -MP -MF $(DEPDIR)/StackFrame.Tpo -c -o StackFrame.lo `test -f 'src/debug/StackFrame.cpp' || echo '$(srcdir)/'`src/debug/StackFrame.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StackFrame.Tpo $(DEPDIR)/StackFrame.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debug/StackFrame.cpp' object='StackFrame.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StackFrame.lo `test -f 'src/debug/StackFrame.cpp' || echo '$(srcdir)/'`src/debug/StackFrame.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StackFrame.lo `test -f 'src/debug/StackFrame.cpp' || echo '$(srcdir)/'`src/debug/StackFrame.cpp ContentSequenceFilter.lo: src/events/ContentSequenceFilter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContentSequenceFilter.lo -MD -MP -MF $(DEPDIR)/ContentSequenceFilter.Tpo -c -o ContentSequenceFilter.lo `test -f 'src/events/ContentSequenceFilter.cpp' || echo '$(srcdir)/'`src/events/ContentSequenceFilter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ContentSequenceFilter.Tpo $(DEPDIR)/ContentSequenceFilter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContentSequenceFilter.lo -MD -MP -MF $(DEPDIR)/ContentSequenceFilter.Tpo -c -o ContentSequenceFilter.lo `test -f 'src/events/ContentSequenceFilter.cpp' || echo '$(srcdir)/'`src/events/ContentSequenceFilter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ContentSequenceFilter.Tpo $(DEPDIR)/ContentSequenceFilter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/ContentSequenceFilter.cpp' object='ContentSequenceFilter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContentSequenceFilter.lo `test -f 'src/events/ContentSequenceFilter.cpp' || echo '$(srcdir)/'`src/events/ContentSequenceFilter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContentSequenceFilter.lo `test -f 'src/events/ContentSequenceFilter.cpp' || echo '$(srcdir)/'`src/events/ContentSequenceFilter.cpp EventGenerator.lo: src/events/EventGenerator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EventGenerator.lo -MD -MP -MF $(DEPDIR)/EventGenerator.Tpo -c -o EventGenerator.lo `test -f 'src/events/EventGenerator.cpp' || echo '$(srcdir)/'`src/events/EventGenerator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/EventGenerator.Tpo $(DEPDIR)/EventGenerator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EventGenerator.lo -MD -MP -MF $(DEPDIR)/EventGenerator.Tpo -c -o EventGenerator.lo `test -f 'src/events/EventGenerator.cpp' || echo '$(srcdir)/'`src/events/EventGenerator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EventGenerator.Tpo $(DEPDIR)/EventGenerator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/EventGenerator.cpp' object='EventGenerator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EventGenerator.lo `test -f 'src/events/EventGenerator.cpp' || echo '$(srcdir)/'`src/events/EventGenerator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EventGenerator.lo `test -f 'src/events/EventGenerator.cpp' || echo '$(srcdir)/'`src/events/EventGenerator.cpp EventSerializer.lo: src/events/EventSerializer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EventSerializer.lo -MD -MP -MF $(DEPDIR)/EventSerializer.Tpo -c -o EventSerializer.lo `test -f 'src/events/EventSerializer.cpp' || echo '$(srcdir)/'`src/events/EventSerializer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/EventSerializer.Tpo $(DEPDIR)/EventSerializer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EventSerializer.lo -MD -MP -MF $(DEPDIR)/EventSerializer.Tpo -c -o EventSerializer.lo `test -f 'src/events/EventSerializer.cpp' || echo '$(srcdir)/'`src/events/EventSerializer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EventSerializer.Tpo $(DEPDIR)/EventSerializer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/EventSerializer.cpp' object='EventSerializer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EventSerializer.lo `test -f 'src/events/EventSerializer.cpp' || echo '$(srcdir)/'`src/events/EventSerializer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EventSerializer.lo `test -f 'src/events/EventSerializer.cpp' || echo '$(srcdir)/'`src/events/EventSerializer.cpp NoInheritFilter.lo: src/events/NoInheritFilter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NoInheritFilter.lo -MD -MP -MF $(DEPDIR)/NoInheritFilter.Tpo -c -o NoInheritFilter.lo `test -f 'src/events/NoInheritFilter.cpp' || echo '$(srcdir)/'`src/events/NoInheritFilter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NoInheritFilter.Tpo $(DEPDIR)/NoInheritFilter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NoInheritFilter.lo -MD -MP -MF $(DEPDIR)/NoInheritFilter.Tpo -c -o NoInheritFilter.lo `test -f 'src/events/NoInheritFilter.cpp' || echo '$(srcdir)/'`src/events/NoInheritFilter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NoInheritFilter.Tpo $(DEPDIR)/NoInheritFilter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/NoInheritFilter.cpp' object='NoInheritFilter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NoInheritFilter.lo `test -f 'src/events/NoInheritFilter.cpp' || echo '$(srcdir)/'`src/events/NoInheritFilter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NoInheritFilter.lo `test -f 'src/events/NoInheritFilter.cpp' || echo '$(srcdir)/'`src/events/NoInheritFilter.cpp NSFixupFilter.lo: src/events/NSFixupFilter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NSFixupFilter.lo -MD -MP -MF $(DEPDIR)/NSFixupFilter.Tpo -c -o NSFixupFilter.lo `test -f 'src/events/NSFixupFilter.cpp' || echo '$(srcdir)/'`src/events/NSFixupFilter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NSFixupFilter.Tpo $(DEPDIR)/NSFixupFilter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NSFixupFilter.lo -MD -MP -MF $(DEPDIR)/NSFixupFilter.Tpo -c -o NSFixupFilter.lo `test -f 'src/events/NSFixupFilter.cpp' || echo '$(srcdir)/'`src/events/NSFixupFilter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NSFixupFilter.Tpo $(DEPDIR)/NSFixupFilter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/NSFixupFilter.cpp' object='NSFixupFilter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NSFixupFilter.lo `test -f 'src/events/NSFixupFilter.cpp' || echo '$(srcdir)/'`src/events/NSFixupFilter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NSFixupFilter.lo `test -f 'src/events/NSFixupFilter.cpp' || echo '$(srcdir)/'`src/events/NSFixupFilter.cpp QueryPathTreeFilter.lo: src/events/QueryPathTreeFilter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathTreeFilter.lo -MD -MP -MF $(DEPDIR)/QueryPathTreeFilter.Tpo -c -o QueryPathTreeFilter.lo `test -f 'src/events/QueryPathTreeFilter.cpp' || echo '$(srcdir)/'`src/events/QueryPathTreeFilter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/QueryPathTreeFilter.Tpo $(DEPDIR)/QueryPathTreeFilter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathTreeFilter.lo -MD -MP -MF $(DEPDIR)/QueryPathTreeFilter.Tpo -c -o QueryPathTreeFilter.lo `test -f 'src/events/QueryPathTreeFilter.cpp' || echo '$(srcdir)/'`src/events/QueryPathTreeFilter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/QueryPathTreeFilter.Tpo $(DEPDIR)/QueryPathTreeFilter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/events/QueryPathTreeFilter.cpp' object='QueryPathTreeFilter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathTreeFilter.lo `test -f 'src/events/QueryPathTreeFilter.cpp' || echo '$(srcdir)/'`src/events/QueryPathTreeFilter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathTreeFilter.lo `test -f 'src/events/QueryPathTreeFilter.cpp' || echo '$(srcdir)/'`src/events/QueryPathTreeFilter.cpp FTContains.lo: src/fulltext/FTContains.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTContains.lo -MD -MP -MF $(DEPDIR)/FTContains.Tpo -c -o FTContains.lo `test -f 'src/fulltext/FTContains.cpp' || echo '$(srcdir)/'`src/fulltext/FTContains.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTContains.Tpo $(DEPDIR)/FTContains.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTContains.lo -MD -MP -MF $(DEPDIR)/FTContains.Tpo -c -o FTContains.lo `test -f 'src/fulltext/FTContains.cpp' || echo '$(srcdir)/'`src/fulltext/FTContains.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTContains.Tpo $(DEPDIR)/FTContains.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTContains.cpp' object='FTContains.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTContains.lo `test -f 'src/fulltext/FTContains.cpp' || echo '$(srcdir)/'`src/fulltext/FTContains.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTContains.lo `test -f 'src/fulltext/FTContains.cpp' || echo '$(srcdir)/'`src/fulltext/FTContains.cpp FTWords.lo: src/fulltext/FTWords.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTWords.lo -MD -MP -MF $(DEPDIR)/FTWords.Tpo -c -o FTWords.lo `test -f 'src/fulltext/FTWords.cpp' || echo '$(srcdir)/'`src/fulltext/FTWords.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTWords.Tpo $(DEPDIR)/FTWords.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTWords.lo -MD -MP -MF $(DEPDIR)/FTWords.Tpo -c -o FTWords.lo `test -f 'src/fulltext/FTWords.cpp' || echo '$(srcdir)/'`src/fulltext/FTWords.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTWords.Tpo $(DEPDIR)/FTWords.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTWords.cpp' object='FTWords.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTWords.lo `test -f 'src/fulltext/FTWords.cpp' || echo '$(srcdir)/'`src/fulltext/FTWords.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTWords.lo `test -f 'src/fulltext/FTWords.cpp' || echo '$(srcdir)/'`src/fulltext/FTWords.cpp FTOr.lo: src/fulltext/FTOr.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTOr.lo -MD -MP -MF $(DEPDIR)/FTOr.Tpo -c -o FTOr.lo `test -f 'src/fulltext/FTOr.cpp' || echo '$(srcdir)/'`src/fulltext/FTOr.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTOr.Tpo $(DEPDIR)/FTOr.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTOr.lo -MD -MP -MF $(DEPDIR)/FTOr.Tpo -c -o FTOr.lo `test -f 'src/fulltext/FTOr.cpp' || echo '$(srcdir)/'`src/fulltext/FTOr.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTOr.Tpo $(DEPDIR)/FTOr.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTOr.cpp' object='FTOr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTOr.lo `test -f 'src/fulltext/FTOr.cpp' || echo '$(srcdir)/'`src/fulltext/FTOr.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTOr.lo `test -f 'src/fulltext/FTOr.cpp' || echo '$(srcdir)/'`src/fulltext/FTOr.cpp FTAnd.lo: src/fulltext/FTAnd.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTAnd.lo -MD -MP -MF $(DEPDIR)/FTAnd.Tpo -c -o FTAnd.lo `test -f 'src/fulltext/FTAnd.cpp' || echo '$(srcdir)/'`src/fulltext/FTAnd.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTAnd.Tpo $(DEPDIR)/FTAnd.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTAnd.lo -MD -MP -MF $(DEPDIR)/FTAnd.Tpo -c -o FTAnd.lo `test -f 'src/fulltext/FTAnd.cpp' || echo '$(srcdir)/'`src/fulltext/FTAnd.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTAnd.Tpo $(DEPDIR)/FTAnd.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTAnd.cpp' object='FTAnd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTAnd.lo `test -f 'src/fulltext/FTAnd.cpp' || echo '$(srcdir)/'`src/fulltext/FTAnd.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTAnd.lo `test -f 'src/fulltext/FTAnd.cpp' || echo '$(srcdir)/'`src/fulltext/FTAnd.cpp FTMildnot.lo: src/fulltext/FTMildnot.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTMildnot.lo -MD -MP -MF $(DEPDIR)/FTMildnot.Tpo -c -o FTMildnot.lo `test -f 'src/fulltext/FTMildnot.cpp' || echo '$(srcdir)/'`src/fulltext/FTMildnot.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTMildnot.Tpo $(DEPDIR)/FTMildnot.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTMildnot.lo -MD -MP -MF $(DEPDIR)/FTMildnot.Tpo -c -o FTMildnot.lo `test -f 'src/fulltext/FTMildnot.cpp' || echo '$(srcdir)/'`src/fulltext/FTMildnot.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTMildnot.Tpo $(DEPDIR)/FTMildnot.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTMildnot.cpp' object='FTMildnot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTMildnot.lo `test -f 'src/fulltext/FTMildnot.cpp' || echo '$(srcdir)/'`src/fulltext/FTMildnot.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTMildnot.lo `test -f 'src/fulltext/FTMildnot.cpp' || echo '$(srcdir)/'`src/fulltext/FTMildnot.cpp FTUnaryNot.lo: src/fulltext/FTUnaryNot.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTUnaryNot.lo -MD -MP -MF $(DEPDIR)/FTUnaryNot.Tpo -c -o FTUnaryNot.lo `test -f 'src/fulltext/FTUnaryNot.cpp' || echo '$(srcdir)/'`src/fulltext/FTUnaryNot.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTUnaryNot.Tpo $(DEPDIR)/FTUnaryNot.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTUnaryNot.lo -MD -MP -MF $(DEPDIR)/FTUnaryNot.Tpo -c -o FTUnaryNot.lo `test -f 'src/fulltext/FTUnaryNot.cpp' || echo '$(srcdir)/'`src/fulltext/FTUnaryNot.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTUnaryNot.Tpo $(DEPDIR)/FTUnaryNot.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTUnaryNot.cpp' object='FTUnaryNot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTUnaryNot.lo `test -f 'src/fulltext/FTUnaryNot.cpp' || echo '$(srcdir)/'`src/fulltext/FTUnaryNot.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTUnaryNot.lo `test -f 'src/fulltext/FTUnaryNot.cpp' || echo '$(srcdir)/'`src/fulltext/FTUnaryNot.cpp DefaultTokenizer.lo: src/fulltext/DefaultTokenizer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefaultTokenizer.lo -MD -MP -MF $(DEPDIR)/DefaultTokenizer.Tpo -c -o DefaultTokenizer.lo `test -f 'src/fulltext/DefaultTokenizer.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenizer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DefaultTokenizer.Tpo $(DEPDIR)/DefaultTokenizer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefaultTokenizer.lo -MD -MP -MF $(DEPDIR)/DefaultTokenizer.Tpo -c -o DefaultTokenizer.lo `test -f 'src/fulltext/DefaultTokenizer.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenizer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DefaultTokenizer.Tpo $(DEPDIR)/DefaultTokenizer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/DefaultTokenizer.cpp' object='DefaultTokenizer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefaultTokenizer.lo `test -f 'src/fulltext/DefaultTokenizer.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenizer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefaultTokenizer.lo `test -f 'src/fulltext/DefaultTokenizer.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenizer.cpp DefaultTokenStore.lo: src/fulltext/DefaultTokenStore.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefaultTokenStore.lo -MD -MP -MF $(DEPDIR)/DefaultTokenStore.Tpo -c -o DefaultTokenStore.lo `test -f 'src/fulltext/DefaultTokenStore.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenStore.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DefaultTokenStore.Tpo $(DEPDIR)/DefaultTokenStore.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefaultTokenStore.lo -MD -MP -MF $(DEPDIR)/DefaultTokenStore.Tpo -c -o DefaultTokenStore.lo `test -f 'src/fulltext/DefaultTokenStore.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenStore.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DefaultTokenStore.Tpo $(DEPDIR)/DefaultTokenStore.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/DefaultTokenStore.cpp' object='DefaultTokenStore.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefaultTokenStore.lo `test -f 'src/fulltext/DefaultTokenStore.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenStore.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefaultTokenStore.lo `test -f 'src/fulltext/DefaultTokenStore.cpp' || echo '$(srcdir)/'`src/fulltext/DefaultTokenStore.cpp FTOrder.lo: src/fulltext/FTOrder.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTOrder.lo -MD -MP -MF $(DEPDIR)/FTOrder.Tpo -c -o FTOrder.lo `test -f 'src/fulltext/FTOrder.cpp' || echo '$(srcdir)/'`src/fulltext/FTOrder.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTOrder.Tpo $(DEPDIR)/FTOrder.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTOrder.lo -MD -MP -MF $(DEPDIR)/FTOrder.Tpo -c -o FTOrder.lo `test -f 'src/fulltext/FTOrder.cpp' || echo '$(srcdir)/'`src/fulltext/FTOrder.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTOrder.Tpo $(DEPDIR)/FTOrder.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTOrder.cpp' object='FTOrder.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTOrder.lo `test -f 'src/fulltext/FTOrder.cpp' || echo '$(srcdir)/'`src/fulltext/FTOrder.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTOrder.lo `test -f 'src/fulltext/FTOrder.cpp' || echo '$(srcdir)/'`src/fulltext/FTOrder.cpp FTDistance.lo: src/fulltext/FTDistance.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTDistance.lo -MD -MP -MF $(DEPDIR)/FTDistance.Tpo -c -o FTDistance.lo `test -f 'src/fulltext/FTDistance.cpp' || echo '$(srcdir)/'`src/fulltext/FTDistance.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTDistance.Tpo $(DEPDIR)/FTDistance.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTDistance.lo -MD -MP -MF $(DEPDIR)/FTDistance.Tpo -c -o FTDistance.lo `test -f 'src/fulltext/FTDistance.cpp' || echo '$(srcdir)/'`src/fulltext/FTDistance.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTDistance.Tpo $(DEPDIR)/FTDistance.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTDistance.cpp' object='FTDistance.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTDistance.lo `test -f 'src/fulltext/FTDistance.cpp' || echo '$(srcdir)/'`src/fulltext/FTDistance.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTDistance.lo `test -f 'src/fulltext/FTDistance.cpp' || echo '$(srcdir)/'`src/fulltext/FTDistance.cpp FTScope.lo: src/fulltext/FTScope.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTScope.lo -MD -MP -MF $(DEPDIR)/FTScope.Tpo -c -o FTScope.lo `test -f 'src/fulltext/FTScope.cpp' || echo '$(srcdir)/'`src/fulltext/FTScope.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTScope.Tpo $(DEPDIR)/FTScope.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTScope.lo -MD -MP -MF $(DEPDIR)/FTScope.Tpo -c -o FTScope.lo `test -f 'src/fulltext/FTScope.cpp' || echo '$(srcdir)/'`src/fulltext/FTScope.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTScope.Tpo $(DEPDIR)/FTScope.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTScope.cpp' object='FTScope.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTScope.lo `test -f 'src/fulltext/FTScope.cpp' || echo '$(srcdir)/'`src/fulltext/FTScope.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTScope.lo `test -f 'src/fulltext/FTScope.cpp' || echo '$(srcdir)/'`src/fulltext/FTScope.cpp FTContent.lo: src/fulltext/FTContent.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTContent.lo -MD -MP -MF $(DEPDIR)/FTContent.Tpo -c -o FTContent.lo `test -f 'src/fulltext/FTContent.cpp' || echo '$(srcdir)/'`src/fulltext/FTContent.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTContent.Tpo $(DEPDIR)/FTContent.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTContent.lo -MD -MP -MF $(DEPDIR)/FTContent.Tpo -c -o FTContent.lo `test -f 'src/fulltext/FTContent.cpp' || echo '$(srcdir)/'`src/fulltext/FTContent.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTContent.Tpo $(DEPDIR)/FTContent.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTContent.cpp' object='FTContent.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTContent.lo `test -f 'src/fulltext/FTContent.cpp' || echo '$(srcdir)/'`src/fulltext/FTContent.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTContent.lo `test -f 'src/fulltext/FTContent.cpp' || echo '$(srcdir)/'`src/fulltext/FTContent.cpp FTWindow.lo: src/fulltext/FTWindow.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTWindow.lo -MD -MP -MF $(DEPDIR)/FTWindow.Tpo -c -o FTWindow.lo `test -f 'src/fulltext/FTWindow.cpp' || echo '$(srcdir)/'`src/fulltext/FTWindow.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FTWindow.Tpo $(DEPDIR)/FTWindow.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FTWindow.lo -MD -MP -MF $(DEPDIR)/FTWindow.Tpo -c -o FTWindow.lo `test -f 'src/fulltext/FTWindow.cpp' || echo '$(srcdir)/'`src/fulltext/FTWindow.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FTWindow.Tpo $(DEPDIR)/FTWindow.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fulltext/FTWindow.cpp' object='FTWindow.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTWindow.lo `test -f 'src/fulltext/FTWindow.cpp' || echo '$(srcdir)/'`src/fulltext/FTWindow.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FTWindow.lo `test -f 'src/fulltext/FTWindow.cpp' || echo '$(srcdir)/'`src/fulltext/FTWindow.cpp XQillaBuilderImpl.lo: src/dom-api/impl/XQillaBuilderImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaBuilderImpl.lo -MD -MP -MF $(DEPDIR)/XQillaBuilderImpl.Tpo -c -o XQillaBuilderImpl.lo `test -f 'src/dom-api/impl/XQillaBuilderImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaBuilderImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaBuilderImpl.Tpo $(DEPDIR)/XQillaBuilderImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaBuilderImpl.lo -MD -MP -MF $(DEPDIR)/XQillaBuilderImpl.Tpo -c -o XQillaBuilderImpl.lo `test -f 'src/dom-api/impl/XQillaBuilderImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaBuilderImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaBuilderImpl.Tpo $(DEPDIR)/XQillaBuilderImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XQillaBuilderImpl.cpp' object='XQillaBuilderImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaBuilderImpl.lo `test -f 'src/dom-api/impl/XQillaBuilderImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaBuilderImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaBuilderImpl.lo `test -f 'src/dom-api/impl/XQillaBuilderImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaBuilderImpl.cpp XQillaDocumentImpl.lo: src/dom-api/impl/XQillaDocumentImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaDocumentImpl.lo -MD -MP -MF $(DEPDIR)/XQillaDocumentImpl.Tpo -c -o XQillaDocumentImpl.lo `test -f 'src/dom-api/impl/XQillaDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaDocumentImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaDocumentImpl.Tpo $(DEPDIR)/XQillaDocumentImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaDocumentImpl.lo -MD -MP -MF $(DEPDIR)/XQillaDocumentImpl.Tpo -c -o XQillaDocumentImpl.lo `test -f 'src/dom-api/impl/XQillaDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaDocumentImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaDocumentImpl.Tpo $(DEPDIR)/XQillaDocumentImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XQillaDocumentImpl.cpp' object='XQillaDocumentImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaDocumentImpl.lo `test -f 'src/dom-api/impl/XQillaDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaDocumentImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaDocumentImpl.lo `test -f 'src/dom-api/impl/XQillaDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaDocumentImpl.cpp XQillaExpressionImpl.lo: src/dom-api/impl/XQillaExpressionImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaExpressionImpl.lo -MD -MP -MF $(DEPDIR)/XQillaExpressionImpl.Tpo -c -o XQillaExpressionImpl.lo `test -f 'src/dom-api/impl/XQillaExpressionImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaExpressionImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaExpressionImpl.Tpo $(DEPDIR)/XQillaExpressionImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaExpressionImpl.lo -MD -MP -MF $(DEPDIR)/XQillaExpressionImpl.Tpo -c -o XQillaExpressionImpl.lo `test -f 'src/dom-api/impl/XQillaExpressionImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaExpressionImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaExpressionImpl.Tpo $(DEPDIR)/XQillaExpressionImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XQillaExpressionImpl.cpp' object='XQillaExpressionImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaExpressionImpl.lo `test -f 'src/dom-api/impl/XQillaExpressionImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaExpressionImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaExpressionImpl.lo `test -f 'src/dom-api/impl/XQillaExpressionImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaExpressionImpl.cpp XQillaNSResolverImpl.lo: src/dom-api/impl/XQillaNSResolverImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaNSResolverImpl.lo -MD -MP -MF $(DEPDIR)/XQillaNSResolverImpl.Tpo -c -o XQillaNSResolverImpl.lo `test -f 'src/dom-api/impl/XQillaNSResolverImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaNSResolverImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaNSResolverImpl.Tpo $(DEPDIR)/XQillaNSResolverImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaNSResolverImpl.lo -MD -MP -MF $(DEPDIR)/XQillaNSResolverImpl.Tpo -c -o XQillaNSResolverImpl.lo `test -f 'src/dom-api/impl/XQillaNSResolverImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaNSResolverImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaNSResolverImpl.Tpo $(DEPDIR)/XQillaNSResolverImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XQillaNSResolverImpl.cpp' object='XQillaNSResolverImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaNSResolverImpl.lo `test -f 'src/dom-api/impl/XQillaNSResolverImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaNSResolverImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaNSResolverImpl.lo `test -f 'src/dom-api/impl/XQillaNSResolverImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaNSResolverImpl.cpp XQillaXMLGrammarPoolImpl.lo: src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXMLGrammarPoolImpl.lo -MD -MP -MF $(DEPDIR)/XQillaXMLGrammarPoolImpl.Tpo -c -o XQillaXMLGrammarPoolImpl.lo `test -f 'src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXMLGrammarPoolImpl.Tpo $(DEPDIR)/XQillaXMLGrammarPoolImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXMLGrammarPoolImpl.lo -MD -MP -MF $(DEPDIR)/XQillaXMLGrammarPoolImpl.Tpo -c -o XQillaXMLGrammarPoolImpl.lo `test -f 'src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXMLGrammarPoolImpl.Tpo $(DEPDIR)/XQillaXMLGrammarPoolImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp' object='XQillaXMLGrammarPoolImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXMLGrammarPoolImpl.lo `test -f 'src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXMLGrammarPoolImpl.lo `test -f 'src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp XPathDocumentImpl.lo: src/dom-api/impl/XPathDocumentImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPathDocumentImpl.lo -MD -MP -MF $(DEPDIR)/XPathDocumentImpl.Tpo -c -o XPathDocumentImpl.lo `test -f 'src/dom-api/impl/XPathDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathDocumentImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPathDocumentImpl.Tpo $(DEPDIR)/XPathDocumentImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPathDocumentImpl.lo -MD -MP -MF $(DEPDIR)/XPathDocumentImpl.Tpo -c -o XPathDocumentImpl.lo `test -f 'src/dom-api/impl/XPathDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathDocumentImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPathDocumentImpl.Tpo $(DEPDIR)/XPathDocumentImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XPathDocumentImpl.cpp' object='XPathDocumentImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPathDocumentImpl.lo `test -f 'src/dom-api/impl/XPathDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathDocumentImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPathDocumentImpl.lo `test -f 'src/dom-api/impl/XPathDocumentImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathDocumentImpl.cpp XPathNamespaceImpl.lo: src/dom-api/impl/XPathNamespaceImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPathNamespaceImpl.lo -MD -MP -MF $(DEPDIR)/XPathNamespaceImpl.Tpo -c -o XPathNamespaceImpl.lo `test -f 'src/dom-api/impl/XPathNamespaceImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathNamespaceImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPathNamespaceImpl.Tpo $(DEPDIR)/XPathNamespaceImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPathNamespaceImpl.lo -MD -MP -MF $(DEPDIR)/XPathNamespaceImpl.Tpo -c -o XPathNamespaceImpl.lo `test -f 'src/dom-api/impl/XPathNamespaceImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathNamespaceImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPathNamespaceImpl.Tpo $(DEPDIR)/XPathNamespaceImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XPathNamespaceImpl.cpp' object='XPathNamespaceImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPathNamespaceImpl.lo `test -f 'src/dom-api/impl/XPathNamespaceImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathNamespaceImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPathNamespaceImpl.lo `test -f 'src/dom-api/impl/XPathNamespaceImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPathNamespaceImpl.cpp XPath2ResultImpl.lo: src/dom-api/impl/XPath2ResultImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2ResultImpl.lo -MD -MP -MF $(DEPDIR)/XPath2ResultImpl.Tpo -c -o XPath2ResultImpl.lo `test -f 'src/dom-api/impl/XPath2ResultImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPath2ResultImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath2ResultImpl.Tpo $(DEPDIR)/XPath2ResultImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2ResultImpl.lo -MD -MP -MF $(DEPDIR)/XPath2ResultImpl.Tpo -c -o XPath2ResultImpl.lo `test -f 'src/dom-api/impl/XPath2ResultImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPath2ResultImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath2ResultImpl.Tpo $(DEPDIR)/XPath2ResultImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/impl/XPath2ResultImpl.cpp' object='XPath2ResultImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2ResultImpl.lo `test -f 'src/dom-api/impl/XPath2ResultImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPath2ResultImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2ResultImpl.lo `test -f 'src/dom-api/impl/XPath2ResultImpl.cpp' || echo '$(srcdir)/'`src/dom-api/impl/XPath2ResultImpl.cpp XQillaImplementation.lo: src/dom-api/XQillaImplementation.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaImplementation.lo -MD -MP -MF $(DEPDIR)/XQillaImplementation.Tpo -c -o XQillaImplementation.lo `test -f 'src/dom-api/XQillaImplementation.cpp' || echo '$(srcdir)/'`src/dom-api/XQillaImplementation.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaImplementation.Tpo $(DEPDIR)/XQillaImplementation.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaImplementation.lo -MD -MP -MF $(DEPDIR)/XQillaImplementation.Tpo -c -o XQillaImplementation.lo `test -f 'src/dom-api/XQillaImplementation.cpp' || echo '$(srcdir)/'`src/dom-api/XQillaImplementation.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaImplementation.Tpo $(DEPDIR)/XQillaImplementation.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/XQillaImplementation.cpp' object='XQillaImplementation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaImplementation.lo `test -f 'src/dom-api/XQillaImplementation.cpp' || echo '$(srcdir)/'`src/dom-api/XQillaImplementation.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaImplementation.lo `test -f 'src/dom-api/XQillaImplementation.cpp' || echo '$(srcdir)/'`src/dom-api/XQillaImplementation.cpp XPath2NodeSerializer.lo: src/dom-api/XPath2NodeSerializer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2NodeSerializer.lo -MD -MP -MF $(DEPDIR)/XPath2NodeSerializer.Tpo -c -o XPath2NodeSerializer.lo `test -f 'src/dom-api/XPath2NodeSerializer.cpp' || echo '$(srcdir)/'`src/dom-api/XPath2NodeSerializer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath2NodeSerializer.Tpo $(DEPDIR)/XPath2NodeSerializer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2NodeSerializer.lo -MD -MP -MF $(DEPDIR)/XPath2NodeSerializer.Tpo -c -o XPath2NodeSerializer.lo `test -f 'src/dom-api/XPath2NodeSerializer.cpp' || echo '$(srcdir)/'`src/dom-api/XPath2NodeSerializer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath2NodeSerializer.Tpo $(DEPDIR)/XPath2NodeSerializer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/dom-api/XPath2NodeSerializer.cpp' object='XPath2NodeSerializer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2NodeSerializer.lo `test -f 'src/dom-api/XPath2NodeSerializer.cpp' || echo '$(srcdir)/'`src/dom-api/XPath2NodeSerializer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2NodeSerializer.lo `test -f 'src/dom-api/XPath2NodeSerializer.cpp' || echo '$(srcdir)/'`src/dom-api/XPath2NodeSerializer.cpp XQilla.lo: src/simple-api/XQilla.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQilla.lo -MD -MP -MF $(DEPDIR)/XQilla.Tpo -c -o XQilla.lo `test -f 'src/simple-api/XQilla.cpp' || echo '$(srcdir)/'`src/simple-api/XQilla.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQilla.Tpo $(DEPDIR)/XQilla.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQilla.lo -MD -MP -MF $(DEPDIR)/XQilla.Tpo -c -o XQilla.lo `test -f 'src/simple-api/XQilla.cpp' || echo '$(srcdir)/'`src/simple-api/XQilla.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQilla.Tpo $(DEPDIR)/XQilla.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple-api/XQilla.cpp' object='XQilla.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQilla.lo `test -f 'src/simple-api/XQilla.cpp' || echo '$(srcdir)/'`src/simple-api/XQilla.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQilla.lo `test -f 'src/simple-api/XQilla.cpp' || echo '$(srcdir)/'`src/simple-api/XQilla.cpp XQQuery.lo: src/simple-api/XQQuery.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQQuery.lo -MD -MP -MF $(DEPDIR)/XQQuery.Tpo -c -o XQQuery.lo `test -f 'src/simple-api/XQQuery.cpp' || echo '$(srcdir)/'`src/simple-api/XQQuery.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQQuery.Tpo $(DEPDIR)/XQQuery.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQQuery.lo -MD -MP -MF $(DEPDIR)/XQQuery.Tpo -c -o XQQuery.lo `test -f 'src/simple-api/XQQuery.cpp' || echo '$(srcdir)/'`src/simple-api/XQQuery.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQQuery.Tpo $(DEPDIR)/XQQuery.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple-api/XQQuery.cpp' object='XQQuery.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQQuery.lo `test -f 'src/simple-api/XQQuery.cpp' || echo '$(srcdir)/'`src/simple-api/XQQuery.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQQuery.lo `test -f 'src/simple-api/XQQuery.cpp' || echo '$(srcdir)/'`src/simple-api/XQQuery.cpp UTF8Str.lo: src/utils/UTF8Str.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UTF8Str.lo -MD -MP -MF $(DEPDIR)/UTF8Str.Tpo -c -o UTF8Str.lo `test -f 'src/utils/UTF8Str.cpp' || echo '$(srcdir)/'`src/utils/UTF8Str.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UTF8Str.Tpo $(DEPDIR)/UTF8Str.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UTF8Str.lo -MD -MP -MF $(DEPDIR)/UTF8Str.Tpo -c -o UTF8Str.lo `test -f 'src/utils/UTF8Str.cpp' || echo '$(srcdir)/'`src/utils/UTF8Str.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UTF8Str.Tpo $(DEPDIR)/UTF8Str.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UTF8Str.cpp' object='UTF8Str.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UTF8Str.lo `test -f 'src/utils/UTF8Str.cpp' || echo '$(srcdir)/'`src/utils/UTF8Str.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UTF8Str.lo `test -f 'src/utils/UTF8Str.cpp' || echo '$(srcdir)/'`src/utils/UTF8Str.cpp XMLChCompare.lo: src/utils/XMLChCompare.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XMLChCompare.lo -MD -MP -MF $(DEPDIR)/XMLChCompare.Tpo -c -o XMLChCompare.lo `test -f 'src/utils/XMLChCompare.cpp' || echo '$(srcdir)/'`src/utils/XMLChCompare.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XMLChCompare.Tpo $(DEPDIR)/XMLChCompare.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XMLChCompare.lo -MD -MP -MF $(DEPDIR)/XMLChCompare.Tpo -c -o XMLChCompare.lo `test -f 'src/utils/XMLChCompare.cpp' || echo '$(srcdir)/'`src/utils/XMLChCompare.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XMLChCompare.Tpo $(DEPDIR)/XMLChCompare.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/XMLChCompare.cpp' object='XMLChCompare.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XMLChCompare.lo `test -f 'src/utils/XMLChCompare.cpp' || echo '$(srcdir)/'`src/utils/XMLChCompare.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XMLChCompare.lo `test -f 'src/utils/XMLChCompare.cpp' || echo '$(srcdir)/'`src/utils/XMLChCompare.cpp XStr.lo: src/utils/XStr.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XStr.lo -MD -MP -MF $(DEPDIR)/XStr.Tpo -c -o XStr.lo `test -f 'src/utils/XStr.cpp' || echo '$(srcdir)/'`src/utils/XStr.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XStr.Tpo $(DEPDIR)/XStr.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XStr.lo -MD -MP -MF $(DEPDIR)/XStr.Tpo -c -o XStr.lo `test -f 'src/utils/XStr.cpp' || echo '$(srcdir)/'`src/utils/XStr.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XStr.Tpo $(DEPDIR)/XStr.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/XStr.cpp' object='XStr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XStr.lo `test -f 'src/utils/XStr.cpp' || echo '$(srcdir)/'`src/utils/XStr.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XStr.lo `test -f 'src/utils/XStr.cpp' || echo '$(srcdir)/'`src/utils/XStr.cpp ContextUtils.lo: src/utils/ContextUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContextUtils.lo -MD -MP -MF $(DEPDIR)/ContextUtils.Tpo -c -o ContextUtils.lo `test -f 'src/utils/ContextUtils.cpp' || echo '$(srcdir)/'`src/utils/ContextUtils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ContextUtils.Tpo $(DEPDIR)/ContextUtils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContextUtils.lo -MD -MP -MF $(DEPDIR)/ContextUtils.Tpo -c -o ContextUtils.lo `test -f 'src/utils/ContextUtils.cpp' || echo '$(srcdir)/'`src/utils/ContextUtils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ContextUtils.Tpo $(DEPDIR)/ContextUtils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/ContextUtils.cpp' object='ContextUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContextUtils.lo `test -f 'src/utils/ContextUtils.cpp' || echo '$(srcdir)/'`src/utils/ContextUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContextUtils.lo `test -f 'src/utils/ContextUtils.cpp' || echo '$(srcdir)/'`src/utils/ContextUtils.cpp DateUtils.lo: src/utils/DateUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DateUtils.lo -MD -MP -MF $(DEPDIR)/DateUtils.Tpo -c -o DateUtils.lo `test -f 'src/utils/DateUtils.cpp' || echo '$(srcdir)/'`src/utils/DateUtils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DateUtils.Tpo $(DEPDIR)/DateUtils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DateUtils.lo -MD -MP -MF $(DEPDIR)/DateUtils.Tpo -c -o DateUtils.lo `test -f 'src/utils/DateUtils.cpp' || echo '$(srcdir)/'`src/utils/DateUtils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DateUtils.Tpo $(DEPDIR)/DateUtils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/DateUtils.cpp' object='DateUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DateUtils.lo `test -f 'src/utils/DateUtils.cpp' || echo '$(srcdir)/'`src/utils/DateUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DateUtils.lo `test -f 'src/utils/DateUtils.cpp' || echo '$(srcdir)/'`src/utils/DateUtils.cpp NumUtils.lo: src/utils/NumUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NumUtils.lo -MD -MP -MF $(DEPDIR)/NumUtils.Tpo -c -o NumUtils.lo `test -f 'src/utils/NumUtils.cpp' || echo '$(srcdir)/'`src/utils/NumUtils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NumUtils.Tpo $(DEPDIR)/NumUtils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NumUtils.lo -MD -MP -MF $(DEPDIR)/NumUtils.Tpo -c -o NumUtils.lo `test -f 'src/utils/NumUtils.cpp' || echo '$(srcdir)/'`src/utils/NumUtils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NumUtils.Tpo $(DEPDIR)/NumUtils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/NumUtils.cpp' object='NumUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NumUtils.lo `test -f 'src/utils/NumUtils.cpp' || echo '$(srcdir)/'`src/utils/NumUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NumUtils.lo `test -f 'src/utils/NumUtils.cpp' || echo '$(srcdir)/'`src/utils/NumUtils.cpp XQillaPlatformUtils.lo: src/utils/XQillaPlatformUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaPlatformUtils.lo -MD -MP -MF $(DEPDIR)/XQillaPlatformUtils.Tpo -c -o XQillaPlatformUtils.lo `test -f 'src/utils/XQillaPlatformUtils.cpp' || echo '$(srcdir)/'`src/utils/XQillaPlatformUtils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaPlatformUtils.Tpo $(DEPDIR)/XQillaPlatformUtils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaPlatformUtils.lo -MD -MP -MF $(DEPDIR)/XQillaPlatformUtils.Tpo -c -o XQillaPlatformUtils.lo `test -f 'src/utils/XQillaPlatformUtils.cpp' || echo '$(srcdir)/'`src/utils/XQillaPlatformUtils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaPlatformUtils.Tpo $(DEPDIR)/XQillaPlatformUtils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/XQillaPlatformUtils.cpp' object='XQillaPlatformUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaPlatformUtils.lo `test -f 'src/utils/XQillaPlatformUtils.cpp' || echo '$(srcdir)/'`src/utils/XQillaPlatformUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaPlatformUtils.lo `test -f 'src/utils/XQillaPlatformUtils.cpp' || echo '$(srcdir)/'`src/utils/XQillaPlatformUtils.cpp PrintAST.lo: src/utils/PrintAST.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrintAST.lo -MD -MP -MF $(DEPDIR)/PrintAST.Tpo -c -o PrintAST.lo `test -f 'src/utils/PrintAST.cpp' || echo '$(srcdir)/'`src/utils/PrintAST.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PrintAST.Tpo $(DEPDIR)/PrintAST.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrintAST.lo -MD -MP -MF $(DEPDIR)/PrintAST.Tpo -c -o PrintAST.lo `test -f 'src/utils/PrintAST.cpp' || echo '$(srcdir)/'`src/utils/PrintAST.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PrintAST.Tpo $(DEPDIR)/PrintAST.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/PrintAST.cpp' object='PrintAST.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrintAST.lo `test -f 'src/utils/PrintAST.cpp' || echo '$(srcdir)/'`src/utils/PrintAST.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrintAST.lo `test -f 'src/utils/PrintAST.cpp' || echo '$(srcdir)/'`src/utils/PrintAST.cpp XPath2NSUtils.lo: src/utils/XPath2NSUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2NSUtils.lo -MD -MP -MF $(DEPDIR)/XPath2NSUtils.Tpo -c -o XPath2NSUtils.lo `test -f 'src/utils/XPath2NSUtils.cpp' || echo '$(srcdir)/'`src/utils/XPath2NSUtils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath2NSUtils.Tpo $(DEPDIR)/XPath2NSUtils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2NSUtils.lo -MD -MP -MF $(DEPDIR)/XPath2NSUtils.Tpo -c -o XPath2NSUtils.lo `test -f 'src/utils/XPath2NSUtils.cpp' || echo '$(srcdir)/'`src/utils/XPath2NSUtils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath2NSUtils.Tpo $(DEPDIR)/XPath2NSUtils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/XPath2NSUtils.cpp' object='XPath2NSUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2NSUtils.lo `test -f 'src/utils/XPath2NSUtils.cpp' || echo '$(srcdir)/'`src/utils/XPath2NSUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2NSUtils.lo `test -f 'src/utils/XPath2NSUtils.cpp' || echo '$(srcdir)/'`src/utils/XPath2NSUtils.cpp XPath2Utils.lo: src/utils/XPath2Utils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2Utils.lo -MD -MP -MF $(DEPDIR)/XPath2Utils.Tpo -c -o XPath2Utils.lo `test -f 'src/utils/XPath2Utils.cpp' || echo '$(srcdir)/'`src/utils/XPath2Utils.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XPath2Utils.Tpo $(DEPDIR)/XPath2Utils.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XPath2Utils.lo -MD -MP -MF $(DEPDIR)/XPath2Utils.Tpo -c -o XPath2Utils.lo `test -f 'src/utils/XPath2Utils.cpp' || echo '$(srcdir)/'`src/utils/XPath2Utils.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XPath2Utils.Tpo $(DEPDIR)/XPath2Utils.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/XPath2Utils.cpp' object='XPath2Utils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2Utils.lo `test -f 'src/utils/XPath2Utils.cpp' || echo '$(srcdir)/'`src/utils/XPath2Utils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XPath2Utils.lo `test -f 'src/utils/XPath2Utils.cpp' || echo '$(srcdir)/'`src/utils/XPath2Utils.cpp UCANormalizer1.lo: src/utils/UCANormalizer1.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer1.lo -MD -MP -MF $(DEPDIR)/UCANormalizer1.Tpo -c -o UCANormalizer1.lo `test -f 'src/utils/UCANormalizer1.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer1.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UCANormalizer1.Tpo $(DEPDIR)/UCANormalizer1.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer1.lo -MD -MP -MF $(DEPDIR)/UCANormalizer1.Tpo -c -o UCANormalizer1.lo `test -f 'src/utils/UCANormalizer1.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer1.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UCANormalizer1.Tpo $(DEPDIR)/UCANormalizer1.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UCANormalizer1.cpp' object='UCANormalizer1.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer1.lo `test -f 'src/utils/UCANormalizer1.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer1.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer1.lo `test -f 'src/utils/UCANormalizer1.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer1.cpp UCANormalizer2.lo: src/utils/UCANormalizer2.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer2.lo -MD -MP -MF $(DEPDIR)/UCANormalizer2.Tpo -c -o UCANormalizer2.lo `test -f 'src/utils/UCANormalizer2.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer2.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UCANormalizer2.Tpo $(DEPDIR)/UCANormalizer2.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer2.lo -MD -MP -MF $(DEPDIR)/UCANormalizer2.Tpo -c -o UCANormalizer2.lo `test -f 'src/utils/UCANormalizer2.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer2.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UCANormalizer2.Tpo $(DEPDIR)/UCANormalizer2.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UCANormalizer2.cpp' object='UCANormalizer2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer2.lo `test -f 'src/utils/UCANormalizer2.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer2.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer2.lo `test -f 'src/utils/UCANormalizer2.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer2.cpp UCANormalizer3.lo: src/utils/UCANormalizer3.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer3.lo -MD -MP -MF $(DEPDIR)/UCANormalizer3.Tpo -c -o UCANormalizer3.lo `test -f 'src/utils/UCANormalizer3.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer3.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UCANormalizer3.Tpo $(DEPDIR)/UCANormalizer3.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer3.lo -MD -MP -MF $(DEPDIR)/UCANormalizer3.Tpo -c -o UCANormalizer3.lo `test -f 'src/utils/UCANormalizer3.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer3.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UCANormalizer3.Tpo $(DEPDIR)/UCANormalizer3.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UCANormalizer3.cpp' object='UCANormalizer3.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer3.lo `test -f 'src/utils/UCANormalizer3.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer3.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer3.lo `test -f 'src/utils/UCANormalizer3.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer3.cpp UCANormalizer4.lo: src/utils/UCANormalizer4.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer4.lo -MD -MP -MF $(DEPDIR)/UCANormalizer4.Tpo -c -o UCANormalizer4.lo `test -f 'src/utils/UCANormalizer4.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer4.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UCANormalizer4.Tpo $(DEPDIR)/UCANormalizer4.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer4.lo -MD -MP -MF $(DEPDIR)/UCANormalizer4.Tpo -c -o UCANormalizer4.lo `test -f 'src/utils/UCANormalizer4.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer4.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UCANormalizer4.Tpo $(DEPDIR)/UCANormalizer4.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UCANormalizer4.cpp' object='UCANormalizer4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer4.lo `test -f 'src/utils/UCANormalizer4.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer4.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer4.lo `test -f 'src/utils/UCANormalizer4.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer4.cpp UCANormalizer.lo: src/utils/UCANormalizer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer.lo -MD -MP -MF $(DEPDIR)/UCANormalizer.Tpo -c -o UCANormalizer.lo `test -f 'src/utils/UCANormalizer.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UCANormalizer.Tpo $(DEPDIR)/UCANormalizer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UCANormalizer.lo -MD -MP -MF $(DEPDIR)/UCANormalizer.Tpo -c -o UCANormalizer.lo `test -f 'src/utils/UCANormalizer.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UCANormalizer.Tpo $(DEPDIR)/UCANormalizer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/utils/UCANormalizer.cpp' object='UCANormalizer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer.lo `test -f 'src/utils/UCANormalizer.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UCANormalizer.lo `test -f 'src/utils/UCANormalizer.cpp' || echo '$(srcdir)/'`src/utils/UCANormalizer.cpp XQillaException.lo: src/exceptions/XQillaException.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaException.lo -MD -MP -MF $(DEPDIR)/XQillaException.Tpo -c -o XQillaException.lo `test -f 'src/exceptions/XQillaException.cpp' || echo '$(srcdir)/'`src/exceptions/XQillaException.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaException.Tpo $(DEPDIR)/XQillaException.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaException.lo -MD -MP -MF $(DEPDIR)/XQillaException.Tpo -c -o XQillaException.lo `test -f 'src/exceptions/XQillaException.cpp' || echo '$(srcdir)/'`src/exceptions/XQillaException.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaException.Tpo $(DEPDIR)/XQillaException.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/exceptions/XQillaException.cpp' object='XQillaException.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaException.lo `test -f 'src/exceptions/XQillaException.cpp' || echo '$(srcdir)/'`src/exceptions/XQillaException.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaException.lo `test -f 'src/exceptions/XQillaException.cpp' || echo '$(srcdir)/'`src/exceptions/XQillaException.cpp XQException.lo: src/exceptions/XQException.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQException.lo -MD -MP -MF $(DEPDIR)/XQException.Tpo -c -o XQException.lo `test -f 'src/exceptions/XQException.cpp' || echo '$(srcdir)/'`src/exceptions/XQException.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQException.Tpo $(DEPDIR)/XQException.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQException.lo -MD -MP -MF $(DEPDIR)/XQException.Tpo -c -o XQException.lo `test -f 'src/exceptions/XQException.cpp' || echo '$(srcdir)/'`src/exceptions/XQException.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQException.Tpo $(DEPDIR)/XQException.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/exceptions/XQException.cpp' object='XQException.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQException.lo `test -f 'src/exceptions/XQException.cpp' || echo '$(srcdir)/'`src/exceptions/XQException.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQException.lo `test -f 'src/exceptions/XQException.cpp' || echo '$(srcdir)/'`src/exceptions/XQException.cpp ExternalFunction.lo: src/functions/ExternalFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExternalFunction.lo -MD -MP -MF $(DEPDIR)/ExternalFunction.Tpo -c -o ExternalFunction.lo `test -f 'src/functions/ExternalFunction.cpp' || echo '$(srcdir)/'`src/functions/ExternalFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ExternalFunction.Tpo $(DEPDIR)/ExternalFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExternalFunction.lo -MD -MP -MF $(DEPDIR)/ExternalFunction.Tpo -c -o ExternalFunction.lo `test -f 'src/functions/ExternalFunction.cpp' || echo '$(srcdir)/'`src/functions/ExternalFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ExternalFunction.Tpo $(DEPDIR)/ExternalFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/ExternalFunction.cpp' object='ExternalFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExternalFunction.lo `test -f 'src/functions/ExternalFunction.cpp' || echo '$(srcdir)/'`src/functions/ExternalFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExternalFunction.lo `test -f 'src/functions/ExternalFunction.cpp' || echo '$(srcdir)/'`src/functions/ExternalFunction.cpp XQillaFunction.lo: src/functions/XQillaFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaFunction.lo -MD -MP -MF $(DEPDIR)/XQillaFunction.Tpo -c -o XQillaFunction.lo `test -f 'src/functions/XQillaFunction.cpp' || echo '$(srcdir)/'`src/functions/XQillaFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaFunction.Tpo $(DEPDIR)/XQillaFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaFunction.lo -MD -MP -MF $(DEPDIR)/XQillaFunction.Tpo -c -o XQillaFunction.lo `test -f 'src/functions/XQillaFunction.cpp' || echo '$(srcdir)/'`src/functions/XQillaFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaFunction.Tpo $(DEPDIR)/XQillaFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/XQillaFunction.cpp' object='XQillaFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaFunction.lo `test -f 'src/functions/XQillaFunction.cpp' || echo '$(srcdir)/'`src/functions/XQillaFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaFunction.lo `test -f 'src/functions/XQillaFunction.cpp' || echo '$(srcdir)/'`src/functions/XQillaFunction.cpp FunctionParseXML.lo: src/functions/FunctionParseXML.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseXML.lo -MD -MP -MF $(DEPDIR)/FunctionParseXML.Tpo -c -o FunctionParseXML.lo `test -f 'src/functions/FunctionParseXML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseXML.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionParseXML.Tpo $(DEPDIR)/FunctionParseXML.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseXML.lo -MD -MP -MF $(DEPDIR)/FunctionParseXML.Tpo -c -o FunctionParseXML.lo `test -f 'src/functions/FunctionParseXML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseXML.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionParseXML.Tpo $(DEPDIR)/FunctionParseXML.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionParseXML.cpp' object='FunctionParseXML.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseXML.lo `test -f 'src/functions/FunctionParseXML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseXML.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseXML.lo `test -f 'src/functions/FunctionParseXML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseXML.cpp FuncFactory.lo: src/functions/FuncFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FuncFactory.lo -MD -MP -MF $(DEPDIR)/FuncFactory.Tpo -c -o FuncFactory.lo `test -f 'src/functions/FuncFactory.cpp' || echo '$(srcdir)/'`src/functions/FuncFactory.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FuncFactory.Tpo $(DEPDIR)/FuncFactory.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FuncFactory.lo -MD -MP -MF $(DEPDIR)/FuncFactory.Tpo -c -o FuncFactory.lo `test -f 'src/functions/FuncFactory.cpp' || echo '$(srcdir)/'`src/functions/FuncFactory.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FuncFactory.Tpo $(DEPDIR)/FuncFactory.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FuncFactory.cpp' object='FuncFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FuncFactory.lo `test -f 'src/functions/FuncFactory.cpp' || echo '$(srcdir)/'`src/functions/FuncFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FuncFactory.lo `test -f 'src/functions/FuncFactory.cpp' || echo '$(srcdir)/'`src/functions/FuncFactory.cpp FunctionLookup.lo: src/functions/FunctionLookup.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLookup.lo -MD -MP -MF $(DEPDIR)/FunctionLookup.Tpo -c -o FunctionLookup.lo `test -f 'src/functions/FunctionLookup.cpp' || echo '$(srcdir)/'`src/functions/FunctionLookup.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLookup.Tpo $(DEPDIR)/FunctionLookup.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLookup.lo -MD -MP -MF $(DEPDIR)/FunctionLookup.Tpo -c -o FunctionLookup.lo `test -f 'src/functions/FunctionLookup.cpp' || echo '$(srcdir)/'`src/functions/FunctionLookup.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLookup.Tpo $(DEPDIR)/FunctionLookup.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLookup.cpp' object='FunctionLookup.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLookup.lo `test -f 'src/functions/FunctionLookup.cpp' || echo '$(srcdir)/'`src/functions/FunctionLookup.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLookup.lo `test -f 'src/functions/FunctionLookup.cpp' || echo '$(srcdir)/'`src/functions/FunctionLookup.cpp FunctionAbs.lo: src/functions/FunctionAbs.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAbs.lo -MD -MP -MF $(DEPDIR)/FunctionAbs.Tpo -c -o FunctionAbs.lo `test -f 'src/functions/FunctionAbs.cpp' || echo '$(srcdir)/'`src/functions/FunctionAbs.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAbs.Tpo $(DEPDIR)/FunctionAbs.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAbs.lo -MD -MP -MF $(DEPDIR)/FunctionAbs.Tpo -c -o FunctionAbs.lo `test -f 'src/functions/FunctionAbs.cpp' || echo '$(srcdir)/'`src/functions/FunctionAbs.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAbs.Tpo $(DEPDIR)/FunctionAbs.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAbs.cpp' object='FunctionAbs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAbs.lo `test -f 'src/functions/FunctionAbs.cpp' || echo '$(srcdir)/'`src/functions/FunctionAbs.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAbs.lo `test -f 'src/functions/FunctionAbs.cpp' || echo '$(srcdir)/'`src/functions/FunctionAbs.cpp FunctionAvg.lo: src/functions/FunctionAvg.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAvg.lo -MD -MP -MF $(DEPDIR)/FunctionAvg.Tpo -c -o FunctionAvg.lo `test -f 'src/functions/FunctionAvg.cpp' || echo '$(srcdir)/'`src/functions/FunctionAvg.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAvg.Tpo $(DEPDIR)/FunctionAvg.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAvg.lo -MD -MP -MF $(DEPDIR)/FunctionAvg.Tpo -c -o FunctionAvg.lo `test -f 'src/functions/FunctionAvg.cpp' || echo '$(srcdir)/'`src/functions/FunctionAvg.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAvg.Tpo $(DEPDIR)/FunctionAvg.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAvg.cpp' object='FunctionAvg.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAvg.lo `test -f 'src/functions/FunctionAvg.cpp' || echo '$(srcdir)/'`src/functions/FunctionAvg.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAvg.lo `test -f 'src/functions/FunctionAvg.cpp' || echo '$(srcdir)/'`src/functions/FunctionAvg.cpp FunctionBaseURI.lo: src/functions/FunctionBaseURI.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionBaseURI.lo -MD -MP -MF $(DEPDIR)/FunctionBaseURI.Tpo -c -o FunctionBaseURI.lo `test -f 'src/functions/FunctionBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionBaseURI.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionBaseURI.Tpo $(DEPDIR)/FunctionBaseURI.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionBaseURI.lo -MD -MP -MF $(DEPDIR)/FunctionBaseURI.Tpo -c -o FunctionBaseURI.lo `test -f 'src/functions/FunctionBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionBaseURI.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionBaseURI.Tpo $(DEPDIR)/FunctionBaseURI.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionBaseURI.cpp' object='FunctionBaseURI.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionBaseURI.lo `test -f 'src/functions/FunctionBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionBaseURI.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionBaseURI.lo `test -f 'src/functions/FunctionBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionBaseURI.cpp FunctionBoolean.lo: src/functions/FunctionBoolean.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionBoolean.lo -MD -MP -MF $(DEPDIR)/FunctionBoolean.Tpo -c -o FunctionBoolean.lo `test -f 'src/functions/FunctionBoolean.cpp' || echo '$(srcdir)/'`src/functions/FunctionBoolean.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionBoolean.Tpo $(DEPDIR)/FunctionBoolean.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionBoolean.lo -MD -MP -MF $(DEPDIR)/FunctionBoolean.Tpo -c -o FunctionBoolean.lo `test -f 'src/functions/FunctionBoolean.cpp' || echo '$(srcdir)/'`src/functions/FunctionBoolean.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionBoolean.Tpo $(DEPDIR)/FunctionBoolean.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionBoolean.cpp' object='FunctionBoolean.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionBoolean.lo `test -f 'src/functions/FunctionBoolean.cpp' || echo '$(srcdir)/'`src/functions/FunctionBoolean.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionBoolean.lo `test -f 'src/functions/FunctionBoolean.cpp' || echo '$(srcdir)/'`src/functions/FunctionBoolean.cpp FunctionCeiling.lo: src/functions/FunctionCeiling.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCeiling.lo -MD -MP -MF $(DEPDIR)/FunctionCeiling.Tpo -c -o FunctionCeiling.lo `test -f 'src/functions/FunctionCeiling.cpp' || echo '$(srcdir)/'`src/functions/FunctionCeiling.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCeiling.Tpo $(DEPDIR)/FunctionCeiling.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCeiling.lo -MD -MP -MF $(DEPDIR)/FunctionCeiling.Tpo -c -o FunctionCeiling.lo `test -f 'src/functions/FunctionCeiling.cpp' || echo '$(srcdir)/'`src/functions/FunctionCeiling.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCeiling.Tpo $(DEPDIR)/FunctionCeiling.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCeiling.cpp' object='FunctionCeiling.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCeiling.lo `test -f 'src/functions/FunctionCeiling.cpp' || echo '$(srcdir)/'`src/functions/FunctionCeiling.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCeiling.lo `test -f 'src/functions/FunctionCeiling.cpp' || echo '$(srcdir)/'`src/functions/FunctionCeiling.cpp FunctionCodepointEqual.lo: src/functions/FunctionCodepointEqual.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCodepointEqual.lo -MD -MP -MF $(DEPDIR)/FunctionCodepointEqual.Tpo -c -o FunctionCodepointEqual.lo `test -f 'src/functions/FunctionCodepointEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointEqual.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCodepointEqual.Tpo $(DEPDIR)/FunctionCodepointEqual.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCodepointEqual.lo -MD -MP -MF $(DEPDIR)/FunctionCodepointEqual.Tpo -c -o FunctionCodepointEqual.lo `test -f 'src/functions/FunctionCodepointEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointEqual.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCodepointEqual.Tpo $(DEPDIR)/FunctionCodepointEqual.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCodepointEqual.cpp' object='FunctionCodepointEqual.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCodepointEqual.lo `test -f 'src/functions/FunctionCodepointEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointEqual.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCodepointEqual.lo `test -f 'src/functions/FunctionCodepointEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointEqual.cpp FunctionCodepointsToString.lo: src/functions/FunctionCodepointsToString.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCodepointsToString.lo -MD -MP -MF $(DEPDIR)/FunctionCodepointsToString.Tpo -c -o FunctionCodepointsToString.lo `test -f 'src/functions/FunctionCodepointsToString.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointsToString.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCodepointsToString.Tpo $(DEPDIR)/FunctionCodepointsToString.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCodepointsToString.lo -MD -MP -MF $(DEPDIR)/FunctionCodepointsToString.Tpo -c -o FunctionCodepointsToString.lo `test -f 'src/functions/FunctionCodepointsToString.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointsToString.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCodepointsToString.Tpo $(DEPDIR)/FunctionCodepointsToString.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCodepointsToString.cpp' object='FunctionCodepointsToString.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCodepointsToString.lo `test -f 'src/functions/FunctionCodepointsToString.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointsToString.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCodepointsToString.lo `test -f 'src/functions/FunctionCodepointsToString.cpp' || echo '$(srcdir)/'`src/functions/FunctionCodepointsToString.cpp FunctionCollection.lo: src/functions/FunctionCollection.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCollection.lo -MD -MP -MF $(DEPDIR)/FunctionCollection.Tpo -c -o FunctionCollection.lo `test -f 'src/functions/FunctionCollection.cpp' || echo '$(srcdir)/'`src/functions/FunctionCollection.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCollection.Tpo $(DEPDIR)/FunctionCollection.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCollection.lo -MD -MP -MF $(DEPDIR)/FunctionCollection.Tpo -c -o FunctionCollection.lo `test -f 'src/functions/FunctionCollection.cpp' || echo '$(srcdir)/'`src/functions/FunctionCollection.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCollection.Tpo $(DEPDIR)/FunctionCollection.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCollection.cpp' object='FunctionCollection.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCollection.lo `test -f 'src/functions/FunctionCollection.cpp' || echo '$(srcdir)/'`src/functions/FunctionCollection.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCollection.lo `test -f 'src/functions/FunctionCollection.cpp' || echo '$(srcdir)/'`src/functions/FunctionCollection.cpp FunctionCompare.lo: src/functions/FunctionCompare.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCompare.lo -MD -MP -MF $(DEPDIR)/FunctionCompare.Tpo -c -o FunctionCompare.lo `test -f 'src/functions/FunctionCompare.cpp' || echo '$(srcdir)/'`src/functions/FunctionCompare.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCompare.Tpo $(DEPDIR)/FunctionCompare.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCompare.lo -MD -MP -MF $(DEPDIR)/FunctionCompare.Tpo -c -o FunctionCompare.lo `test -f 'src/functions/FunctionCompare.cpp' || echo '$(srcdir)/'`src/functions/FunctionCompare.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCompare.Tpo $(DEPDIR)/FunctionCompare.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCompare.cpp' object='FunctionCompare.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCompare.lo `test -f 'src/functions/FunctionCompare.cpp' || echo '$(srcdir)/'`src/functions/FunctionCompare.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCompare.lo `test -f 'src/functions/FunctionCompare.cpp' || echo '$(srcdir)/'`src/functions/FunctionCompare.cpp FunctionConcat.lo: src/functions/FunctionConcat.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionConcat.lo -MD -MP -MF $(DEPDIR)/FunctionConcat.Tpo -c -o FunctionConcat.lo `test -f 'src/functions/FunctionConcat.cpp' || echo '$(srcdir)/'`src/functions/FunctionConcat.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionConcat.Tpo $(DEPDIR)/FunctionConcat.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionConcat.lo -MD -MP -MF $(DEPDIR)/FunctionConcat.Tpo -c -o FunctionConcat.lo `test -f 'src/functions/FunctionConcat.cpp' || echo '$(srcdir)/'`src/functions/FunctionConcat.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionConcat.Tpo $(DEPDIR)/FunctionConcat.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionConcat.cpp' object='FunctionConcat.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionConcat.lo `test -f 'src/functions/FunctionConcat.cpp' || echo '$(srcdir)/'`src/functions/FunctionConcat.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionConcat.lo `test -f 'src/functions/FunctionConcat.cpp' || echo '$(srcdir)/'`src/functions/FunctionConcat.cpp FunctionConstructor.lo: src/functions/FunctionConstructor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionConstructor.lo -MD -MP -MF $(DEPDIR)/FunctionConstructor.Tpo -c -o FunctionConstructor.lo `test -f 'src/functions/FunctionConstructor.cpp' || echo '$(srcdir)/'`src/functions/FunctionConstructor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionConstructor.Tpo $(DEPDIR)/FunctionConstructor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionConstructor.lo -MD -MP -MF $(DEPDIR)/FunctionConstructor.Tpo -c -o FunctionConstructor.lo `test -f 'src/functions/FunctionConstructor.cpp' || echo '$(srcdir)/'`src/functions/FunctionConstructor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionConstructor.Tpo $(DEPDIR)/FunctionConstructor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionConstructor.cpp' object='FunctionConstructor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionConstructor.lo `test -f 'src/functions/FunctionConstructor.cpp' || echo '$(srcdir)/'`src/functions/FunctionConstructor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionConstructor.lo `test -f 'src/functions/FunctionConstructor.cpp' || echo '$(srcdir)/'`src/functions/FunctionConstructor.cpp FunctionContains.lo: src/functions/FunctionContains.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionContains.lo -MD -MP -MF $(DEPDIR)/FunctionContains.Tpo -c -o FunctionContains.lo `test -f 'src/functions/FunctionContains.cpp' || echo '$(srcdir)/'`src/functions/FunctionContains.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionContains.Tpo $(DEPDIR)/FunctionContains.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionContains.lo -MD -MP -MF $(DEPDIR)/FunctionContains.Tpo -c -o FunctionContains.lo `test -f 'src/functions/FunctionContains.cpp' || echo '$(srcdir)/'`src/functions/FunctionContains.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionContains.Tpo $(DEPDIR)/FunctionContains.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionContains.cpp' object='FunctionContains.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionContains.lo `test -f 'src/functions/FunctionContains.cpp' || echo '$(srcdir)/'`src/functions/FunctionContains.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionContains.lo `test -f 'src/functions/FunctionContains.cpp' || echo '$(srcdir)/'`src/functions/FunctionContains.cpp FunctionCount.lo: src/functions/FunctionCount.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCount.lo -MD -MP -MF $(DEPDIR)/FunctionCount.Tpo -c -o FunctionCount.lo `test -f 'src/functions/FunctionCount.cpp' || echo '$(srcdir)/'`src/functions/FunctionCount.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCount.Tpo $(DEPDIR)/FunctionCount.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCount.lo -MD -MP -MF $(DEPDIR)/FunctionCount.Tpo -c -o FunctionCount.lo `test -f 'src/functions/FunctionCount.cpp' || echo '$(srcdir)/'`src/functions/FunctionCount.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCount.Tpo $(DEPDIR)/FunctionCount.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCount.cpp' object='FunctionCount.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCount.lo `test -f 'src/functions/FunctionCount.cpp' || echo '$(srcdir)/'`src/functions/FunctionCount.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCount.lo `test -f 'src/functions/FunctionCount.cpp' || echo '$(srcdir)/'`src/functions/FunctionCount.cpp FunctionCurrentDate.lo: src/functions/FunctionCurrentDate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentDate.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentDate.Tpo -c -o FunctionCurrentDate.lo `test -f 'src/functions/FunctionCurrentDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCurrentDate.Tpo $(DEPDIR)/FunctionCurrentDate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentDate.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentDate.Tpo -c -o FunctionCurrentDate.lo `test -f 'src/functions/FunctionCurrentDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCurrentDate.Tpo $(DEPDIR)/FunctionCurrentDate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCurrentDate.cpp' object='FunctionCurrentDate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentDate.lo `test -f 'src/functions/FunctionCurrentDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentDate.lo `test -f 'src/functions/FunctionCurrentDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDate.cpp FunctionCurrentDateTime.lo: src/functions/FunctionCurrentDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentDateTime.Tpo -c -o FunctionCurrentDateTime.lo `test -f 'src/functions/FunctionCurrentDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCurrentDateTime.Tpo $(DEPDIR)/FunctionCurrentDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentDateTime.Tpo -c -o FunctionCurrentDateTime.lo `test -f 'src/functions/FunctionCurrentDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCurrentDateTime.Tpo $(DEPDIR)/FunctionCurrentDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCurrentDateTime.cpp' object='FunctionCurrentDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentDateTime.lo `test -f 'src/functions/FunctionCurrentDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentDateTime.lo `test -f 'src/functions/FunctionCurrentDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentDateTime.cpp FunctionCurrentTime.lo: src/functions/FunctionCurrentTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentTime.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentTime.Tpo -c -o FunctionCurrentTime.lo `test -f 'src/functions/FunctionCurrentTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionCurrentTime.Tpo $(DEPDIR)/FunctionCurrentTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionCurrentTime.lo -MD -MP -MF $(DEPDIR)/FunctionCurrentTime.Tpo -c -o FunctionCurrentTime.lo `test -f 'src/functions/FunctionCurrentTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionCurrentTime.Tpo $(DEPDIR)/FunctionCurrentTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionCurrentTime.cpp' object='FunctionCurrentTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentTime.lo `test -f 'src/functions/FunctionCurrentTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionCurrentTime.lo `test -f 'src/functions/FunctionCurrentTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionCurrentTime.cpp FunctionData.lo: src/functions/FunctionData.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionData.lo -MD -MP -MF $(DEPDIR)/FunctionData.Tpo -c -o FunctionData.lo `test -f 'src/functions/FunctionData.cpp' || echo '$(srcdir)/'`src/functions/FunctionData.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionData.Tpo $(DEPDIR)/FunctionData.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionData.lo -MD -MP -MF $(DEPDIR)/FunctionData.Tpo -c -o FunctionData.lo `test -f 'src/functions/FunctionData.cpp' || echo '$(srcdir)/'`src/functions/FunctionData.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionData.Tpo $(DEPDIR)/FunctionData.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionData.cpp' object='FunctionData.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionData.lo `test -f 'src/functions/FunctionData.cpp' || echo '$(srcdir)/'`src/functions/FunctionData.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionData.lo `test -f 'src/functions/FunctionData.cpp' || echo '$(srcdir)/'`src/functions/FunctionData.cpp FunctionDateTime.lo: src/functions/FunctionDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionDateTime.Tpo -c -o FunctionDateTime.lo `test -f 'src/functions/FunctionDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDateTime.Tpo $(DEPDIR)/FunctionDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionDateTime.Tpo -c -o FunctionDateTime.lo `test -f 'src/functions/FunctionDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDateTime.Tpo $(DEPDIR)/FunctionDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDateTime.cpp' object='FunctionDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDateTime.lo `test -f 'src/functions/FunctionDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDateTime.lo `test -f 'src/functions/FunctionDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDateTime.cpp FunctionDeepEqual.lo: src/functions/FunctionDeepEqual.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDeepEqual.lo -MD -MP -MF $(DEPDIR)/FunctionDeepEqual.Tpo -c -o FunctionDeepEqual.lo `test -f 'src/functions/FunctionDeepEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionDeepEqual.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDeepEqual.Tpo $(DEPDIR)/FunctionDeepEqual.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDeepEqual.lo -MD -MP -MF $(DEPDIR)/FunctionDeepEqual.Tpo -c -o FunctionDeepEqual.lo `test -f 'src/functions/FunctionDeepEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionDeepEqual.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDeepEqual.Tpo $(DEPDIR)/FunctionDeepEqual.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDeepEqual.cpp' object='FunctionDeepEqual.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDeepEqual.lo `test -f 'src/functions/FunctionDeepEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionDeepEqual.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDeepEqual.lo `test -f 'src/functions/FunctionDeepEqual.cpp' || echo '$(srcdir)/'`src/functions/FunctionDeepEqual.cpp FunctionDefaultCollation.lo: src/functions/FunctionDefaultCollation.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDefaultCollation.lo -MD -MP -MF $(DEPDIR)/FunctionDefaultCollation.Tpo -c -o FunctionDefaultCollation.lo `test -f 'src/functions/FunctionDefaultCollation.cpp' || echo '$(srcdir)/'`src/functions/FunctionDefaultCollation.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDefaultCollation.Tpo $(DEPDIR)/FunctionDefaultCollation.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDefaultCollation.lo -MD -MP -MF $(DEPDIR)/FunctionDefaultCollation.Tpo -c -o FunctionDefaultCollation.lo `test -f 'src/functions/FunctionDefaultCollation.cpp' || echo '$(srcdir)/'`src/functions/FunctionDefaultCollation.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDefaultCollation.Tpo $(DEPDIR)/FunctionDefaultCollation.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDefaultCollation.cpp' object='FunctionDefaultCollation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDefaultCollation.lo `test -f 'src/functions/FunctionDefaultCollation.cpp' || echo '$(srcdir)/'`src/functions/FunctionDefaultCollation.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDefaultCollation.lo `test -f 'src/functions/FunctionDefaultCollation.cpp' || echo '$(srcdir)/'`src/functions/FunctionDefaultCollation.cpp FunctionDistinctValues.lo: src/functions/FunctionDistinctValues.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDistinctValues.lo -MD -MP -MF $(DEPDIR)/FunctionDistinctValues.Tpo -c -o FunctionDistinctValues.lo `test -f 'src/functions/FunctionDistinctValues.cpp' || echo '$(srcdir)/'`src/functions/FunctionDistinctValues.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDistinctValues.Tpo $(DEPDIR)/FunctionDistinctValues.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDistinctValues.lo -MD -MP -MF $(DEPDIR)/FunctionDistinctValues.Tpo -c -o FunctionDistinctValues.lo `test -f 'src/functions/FunctionDistinctValues.cpp' || echo '$(srcdir)/'`src/functions/FunctionDistinctValues.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDistinctValues.Tpo $(DEPDIR)/FunctionDistinctValues.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDistinctValues.cpp' object='FunctionDistinctValues.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDistinctValues.lo `test -f 'src/functions/FunctionDistinctValues.cpp' || echo '$(srcdir)/'`src/functions/FunctionDistinctValues.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDistinctValues.lo `test -f 'src/functions/FunctionDistinctValues.cpp' || echo '$(srcdir)/'`src/functions/FunctionDistinctValues.cpp FunctionDocAvailable.lo: src/functions/FunctionDocAvailable.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocAvailable.lo -MD -MP -MF $(DEPDIR)/FunctionDocAvailable.Tpo -c -o FunctionDocAvailable.lo `test -f 'src/functions/FunctionDocAvailable.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocAvailable.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDocAvailable.Tpo $(DEPDIR)/FunctionDocAvailable.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocAvailable.lo -MD -MP -MF $(DEPDIR)/FunctionDocAvailable.Tpo -c -o FunctionDocAvailable.lo `test -f 'src/functions/FunctionDocAvailable.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocAvailable.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDocAvailable.Tpo $(DEPDIR)/FunctionDocAvailable.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDocAvailable.cpp' object='FunctionDocAvailable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocAvailable.lo `test -f 'src/functions/FunctionDocAvailable.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocAvailable.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocAvailable.lo `test -f 'src/functions/FunctionDocAvailable.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocAvailable.cpp FunctionDoc.lo: src/functions/FunctionDoc.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDoc.lo -MD -MP -MF $(DEPDIR)/FunctionDoc.Tpo -c -o FunctionDoc.lo `test -f 'src/functions/FunctionDoc.cpp' || echo '$(srcdir)/'`src/functions/FunctionDoc.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDoc.Tpo $(DEPDIR)/FunctionDoc.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDoc.lo -MD -MP -MF $(DEPDIR)/FunctionDoc.Tpo -c -o FunctionDoc.lo `test -f 'src/functions/FunctionDoc.cpp' || echo '$(srcdir)/'`src/functions/FunctionDoc.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDoc.Tpo $(DEPDIR)/FunctionDoc.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDoc.cpp' object='FunctionDoc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDoc.lo `test -f 'src/functions/FunctionDoc.cpp' || echo '$(srcdir)/'`src/functions/FunctionDoc.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDoc.lo `test -f 'src/functions/FunctionDoc.cpp' || echo '$(srcdir)/'`src/functions/FunctionDoc.cpp FunctionDocument.lo: src/functions/FunctionDocument.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocument.lo -MD -MP -MF $(DEPDIR)/FunctionDocument.Tpo -c -o FunctionDocument.lo `test -f 'src/functions/FunctionDocument.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocument.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDocument.Tpo $(DEPDIR)/FunctionDocument.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocument.lo -MD -MP -MF $(DEPDIR)/FunctionDocument.Tpo -c -o FunctionDocument.lo `test -f 'src/functions/FunctionDocument.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocument.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDocument.Tpo $(DEPDIR)/FunctionDocument.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDocument.cpp' object='FunctionDocument.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocument.lo `test -f 'src/functions/FunctionDocument.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocument.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocument.lo `test -f 'src/functions/FunctionDocument.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocument.cpp FunctionDocumentURI.lo: src/functions/FunctionDocumentURI.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocumentURI.lo -MD -MP -MF $(DEPDIR)/FunctionDocumentURI.Tpo -c -o FunctionDocumentURI.lo `test -f 'src/functions/FunctionDocumentURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocumentURI.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDocumentURI.Tpo $(DEPDIR)/FunctionDocumentURI.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDocumentURI.lo -MD -MP -MF $(DEPDIR)/FunctionDocumentURI.Tpo -c -o FunctionDocumentURI.lo `test -f 'src/functions/FunctionDocumentURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocumentURI.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDocumentURI.Tpo $(DEPDIR)/FunctionDocumentURI.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDocumentURI.cpp' object='FunctionDocumentURI.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocumentURI.lo `test -f 'src/functions/FunctionDocumentURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocumentURI.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDocumentURI.lo `test -f 'src/functions/FunctionDocumentURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionDocumentURI.cpp FunctionEmpty.lo: src/functions/FunctionEmpty.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEmpty.lo -MD -MP -MF $(DEPDIR)/FunctionEmpty.Tpo -c -o FunctionEmpty.lo `test -f 'src/functions/FunctionEmpty.cpp' || echo '$(srcdir)/'`src/functions/FunctionEmpty.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionEmpty.Tpo $(DEPDIR)/FunctionEmpty.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEmpty.lo -MD -MP -MF $(DEPDIR)/FunctionEmpty.Tpo -c -o FunctionEmpty.lo `test -f 'src/functions/FunctionEmpty.cpp' || echo '$(srcdir)/'`src/functions/FunctionEmpty.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionEmpty.Tpo $(DEPDIR)/FunctionEmpty.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionEmpty.cpp' object='FunctionEmpty.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEmpty.lo `test -f 'src/functions/FunctionEmpty.cpp' || echo '$(srcdir)/'`src/functions/FunctionEmpty.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEmpty.lo `test -f 'src/functions/FunctionEmpty.cpp' || echo '$(srcdir)/'`src/functions/FunctionEmpty.cpp FunctionEncodeForUri.lo: src/functions/FunctionEncodeForUri.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEncodeForUri.lo -MD -MP -MF $(DEPDIR)/FunctionEncodeForUri.Tpo -c -o FunctionEncodeForUri.lo `test -f 'src/functions/FunctionEncodeForUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEncodeForUri.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionEncodeForUri.Tpo $(DEPDIR)/FunctionEncodeForUri.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEncodeForUri.lo -MD -MP -MF $(DEPDIR)/FunctionEncodeForUri.Tpo -c -o FunctionEncodeForUri.lo `test -f 'src/functions/FunctionEncodeForUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEncodeForUri.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionEncodeForUri.Tpo $(DEPDIR)/FunctionEncodeForUri.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionEncodeForUri.cpp' object='FunctionEncodeForUri.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEncodeForUri.lo `test -f 'src/functions/FunctionEncodeForUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEncodeForUri.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEncodeForUri.lo `test -f 'src/functions/FunctionEncodeForUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEncodeForUri.cpp FunctionEndsWith.lo: src/functions/FunctionEndsWith.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEndsWith.lo -MD -MP -MF $(DEPDIR)/FunctionEndsWith.Tpo -c -o FunctionEndsWith.lo `test -f 'src/functions/FunctionEndsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionEndsWith.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionEndsWith.Tpo $(DEPDIR)/FunctionEndsWith.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEndsWith.lo -MD -MP -MF $(DEPDIR)/FunctionEndsWith.Tpo -c -o FunctionEndsWith.lo `test -f 'src/functions/FunctionEndsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionEndsWith.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionEndsWith.Tpo $(DEPDIR)/FunctionEndsWith.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionEndsWith.cpp' object='FunctionEndsWith.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEndsWith.lo `test -f 'src/functions/FunctionEndsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionEndsWith.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEndsWith.lo `test -f 'src/functions/FunctionEndsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionEndsWith.cpp FunctionError.lo: src/functions/FunctionError.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionError.lo -MD -MP -MF $(DEPDIR)/FunctionError.Tpo -c -o FunctionError.lo `test -f 'src/functions/FunctionError.cpp' || echo '$(srcdir)/'`src/functions/FunctionError.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionError.Tpo $(DEPDIR)/FunctionError.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionError.lo -MD -MP -MF $(DEPDIR)/FunctionError.Tpo -c -o FunctionError.lo `test -f 'src/functions/FunctionError.cpp' || echo '$(srcdir)/'`src/functions/FunctionError.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionError.Tpo $(DEPDIR)/FunctionError.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionError.cpp' object='FunctionError.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionError.lo `test -f 'src/functions/FunctionError.cpp' || echo '$(srcdir)/'`src/functions/FunctionError.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionError.lo `test -f 'src/functions/FunctionError.cpp' || echo '$(srcdir)/'`src/functions/FunctionError.cpp FunctionEscapeHtmlUri.lo: src/functions/FunctionEscapeHtmlUri.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEscapeHtmlUri.lo -MD -MP -MF $(DEPDIR)/FunctionEscapeHtmlUri.Tpo -c -o FunctionEscapeHtmlUri.lo `test -f 'src/functions/FunctionEscapeHtmlUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEscapeHtmlUri.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionEscapeHtmlUri.Tpo $(DEPDIR)/FunctionEscapeHtmlUri.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionEscapeHtmlUri.lo -MD -MP -MF $(DEPDIR)/FunctionEscapeHtmlUri.Tpo -c -o FunctionEscapeHtmlUri.lo `test -f 'src/functions/FunctionEscapeHtmlUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEscapeHtmlUri.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionEscapeHtmlUri.Tpo $(DEPDIR)/FunctionEscapeHtmlUri.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionEscapeHtmlUri.cpp' object='FunctionEscapeHtmlUri.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEscapeHtmlUri.lo `test -f 'src/functions/FunctionEscapeHtmlUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEscapeHtmlUri.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionEscapeHtmlUri.lo `test -f 'src/functions/FunctionEscapeHtmlUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionEscapeHtmlUri.cpp FunctionExactlyOne.lo: src/functions/FunctionExactlyOne.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionExactlyOne.lo -MD -MP -MF $(DEPDIR)/FunctionExactlyOne.Tpo -c -o FunctionExactlyOne.lo `test -f 'src/functions/FunctionExactlyOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionExactlyOne.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionExactlyOne.Tpo $(DEPDIR)/FunctionExactlyOne.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionExactlyOne.lo -MD -MP -MF $(DEPDIR)/FunctionExactlyOne.Tpo -c -o FunctionExactlyOne.lo `test -f 'src/functions/FunctionExactlyOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionExactlyOne.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionExactlyOne.Tpo $(DEPDIR)/FunctionExactlyOne.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionExactlyOne.cpp' object='FunctionExactlyOne.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionExactlyOne.lo `test -f 'src/functions/FunctionExactlyOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionExactlyOne.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionExactlyOne.lo `test -f 'src/functions/FunctionExactlyOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionExactlyOne.cpp FunctionExists.lo: src/functions/FunctionExists.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionExists.lo -MD -MP -MF $(DEPDIR)/FunctionExists.Tpo -c -o FunctionExists.lo `test -f 'src/functions/FunctionExists.cpp' || echo '$(srcdir)/'`src/functions/FunctionExists.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionExists.Tpo $(DEPDIR)/FunctionExists.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionExists.lo -MD -MP -MF $(DEPDIR)/FunctionExists.Tpo -c -o FunctionExists.lo `test -f 'src/functions/FunctionExists.cpp' || echo '$(srcdir)/'`src/functions/FunctionExists.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionExists.Tpo $(DEPDIR)/FunctionExists.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionExists.cpp' object='FunctionExists.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionExists.lo `test -f 'src/functions/FunctionExists.cpp' || echo '$(srcdir)/'`src/functions/FunctionExists.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionExists.lo `test -f 'src/functions/FunctionExists.cpp' || echo '$(srcdir)/'`src/functions/FunctionExists.cpp FunctionFalse.lo: src/functions/FunctionFalse.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFalse.lo -MD -MP -MF $(DEPDIR)/FunctionFalse.Tpo -c -o FunctionFalse.lo `test -f 'src/functions/FunctionFalse.cpp' || echo '$(srcdir)/'`src/functions/FunctionFalse.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionFalse.Tpo $(DEPDIR)/FunctionFalse.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFalse.lo -MD -MP -MF $(DEPDIR)/FunctionFalse.Tpo -c -o FunctionFalse.lo `test -f 'src/functions/FunctionFalse.cpp' || echo '$(srcdir)/'`src/functions/FunctionFalse.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionFalse.Tpo $(DEPDIR)/FunctionFalse.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionFalse.cpp' object='FunctionFalse.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFalse.lo `test -f 'src/functions/FunctionFalse.cpp' || echo '$(srcdir)/'`src/functions/FunctionFalse.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFalse.lo `test -f 'src/functions/FunctionFalse.cpp' || echo '$(srcdir)/'`src/functions/FunctionFalse.cpp FunctionFloor.lo: src/functions/FunctionFloor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFloor.lo -MD -MP -MF $(DEPDIR)/FunctionFloor.Tpo -c -o FunctionFloor.lo `test -f 'src/functions/FunctionFloor.cpp' || echo '$(srcdir)/'`src/functions/FunctionFloor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionFloor.Tpo $(DEPDIR)/FunctionFloor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFloor.lo -MD -MP -MF $(DEPDIR)/FunctionFloor.Tpo -c -o FunctionFloor.lo `test -f 'src/functions/FunctionFloor.cpp' || echo '$(srcdir)/'`src/functions/FunctionFloor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionFloor.Tpo $(DEPDIR)/FunctionFloor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionFloor.cpp' object='FunctionFloor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFloor.lo `test -f 'src/functions/FunctionFloor.cpp' || echo '$(srcdir)/'`src/functions/FunctionFloor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFloor.lo `test -f 'src/functions/FunctionFloor.cpp' || echo '$(srcdir)/'`src/functions/FunctionFloor.cpp FunctionFunctionArity.lo: src/functions/FunctionFunctionArity.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFunctionArity.lo -MD -MP -MF $(DEPDIR)/FunctionFunctionArity.Tpo -c -o FunctionFunctionArity.lo `test -f 'src/functions/FunctionFunctionArity.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionArity.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionFunctionArity.Tpo $(DEPDIR)/FunctionFunctionArity.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFunctionArity.lo -MD -MP -MF $(DEPDIR)/FunctionFunctionArity.Tpo -c -o FunctionFunctionArity.lo `test -f 'src/functions/FunctionFunctionArity.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionArity.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionFunctionArity.Tpo $(DEPDIR)/FunctionFunctionArity.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionFunctionArity.cpp' object='FunctionFunctionArity.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFunctionArity.lo `test -f 'src/functions/FunctionFunctionArity.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionArity.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFunctionArity.lo `test -f 'src/functions/FunctionFunctionArity.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionArity.cpp FunctionFunctionName.lo: src/functions/FunctionFunctionName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFunctionName.lo -MD -MP -MF $(DEPDIR)/FunctionFunctionName.Tpo -c -o FunctionFunctionName.lo `test -f 'src/functions/FunctionFunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionFunctionName.Tpo $(DEPDIR)/FunctionFunctionName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionFunctionName.lo -MD -MP -MF $(DEPDIR)/FunctionFunctionName.Tpo -c -o FunctionFunctionName.lo `test -f 'src/functions/FunctionFunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionFunctionName.Tpo $(DEPDIR)/FunctionFunctionName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionFunctionName.cpp' object='FunctionFunctionName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFunctionName.lo `test -f 'src/functions/FunctionFunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionFunctionName.lo `test -f 'src/functions/FunctionFunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionFunctionName.cpp FunctionId.lo: src/functions/FunctionId.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionId.lo -MD -MP -MF $(DEPDIR)/FunctionId.Tpo -c -o FunctionId.lo `test -f 'src/functions/FunctionId.cpp' || echo '$(srcdir)/'`src/functions/FunctionId.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionId.Tpo $(DEPDIR)/FunctionId.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionId.lo -MD -MP -MF $(DEPDIR)/FunctionId.Tpo -c -o FunctionId.lo `test -f 'src/functions/FunctionId.cpp' || echo '$(srcdir)/'`src/functions/FunctionId.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionId.Tpo $(DEPDIR)/FunctionId.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionId.cpp' object='FunctionId.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionId.lo `test -f 'src/functions/FunctionId.cpp' || echo '$(srcdir)/'`src/functions/FunctionId.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionId.lo `test -f 'src/functions/FunctionId.cpp' || echo '$(srcdir)/'`src/functions/FunctionId.cpp FunctionIdref.lo: src/functions/FunctionIdref.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIdref.lo -MD -MP -MF $(DEPDIR)/FunctionIdref.Tpo -c -o FunctionIdref.lo `test -f 'src/functions/FunctionIdref.cpp' || echo '$(srcdir)/'`src/functions/FunctionIdref.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionIdref.Tpo $(DEPDIR)/FunctionIdref.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIdref.lo -MD -MP -MF $(DEPDIR)/FunctionIdref.Tpo -c -o FunctionIdref.lo `test -f 'src/functions/FunctionIdref.cpp' || echo '$(srcdir)/'`src/functions/FunctionIdref.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionIdref.Tpo $(DEPDIR)/FunctionIdref.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionIdref.cpp' object='FunctionIdref.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIdref.lo `test -f 'src/functions/FunctionIdref.cpp' || echo '$(srcdir)/'`src/functions/FunctionIdref.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIdref.lo `test -f 'src/functions/FunctionIdref.cpp' || echo '$(srcdir)/'`src/functions/FunctionIdref.cpp FunctionImplicitTimezone.lo: src/functions/FunctionImplicitTimezone.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionImplicitTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionImplicitTimezone.Tpo -c -o FunctionImplicitTimezone.lo `test -f 'src/functions/FunctionImplicitTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionImplicitTimezone.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionImplicitTimezone.Tpo $(DEPDIR)/FunctionImplicitTimezone.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionImplicitTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionImplicitTimezone.Tpo -c -o FunctionImplicitTimezone.lo `test -f 'src/functions/FunctionImplicitTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionImplicitTimezone.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionImplicitTimezone.Tpo $(DEPDIR)/FunctionImplicitTimezone.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionImplicitTimezone.cpp' object='FunctionImplicitTimezone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionImplicitTimezone.lo `test -f 'src/functions/FunctionImplicitTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionImplicitTimezone.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionImplicitTimezone.lo `test -f 'src/functions/FunctionImplicitTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionImplicitTimezone.cpp FunctionIndexOf.lo: src/functions/FunctionIndexOf.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIndexOf.lo -MD -MP -MF $(DEPDIR)/FunctionIndexOf.Tpo -c -o FunctionIndexOf.lo `test -f 'src/functions/FunctionIndexOf.cpp' || echo '$(srcdir)/'`src/functions/FunctionIndexOf.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionIndexOf.Tpo $(DEPDIR)/FunctionIndexOf.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIndexOf.lo -MD -MP -MF $(DEPDIR)/FunctionIndexOf.Tpo -c -o FunctionIndexOf.lo `test -f 'src/functions/FunctionIndexOf.cpp' || echo '$(srcdir)/'`src/functions/FunctionIndexOf.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionIndexOf.Tpo $(DEPDIR)/FunctionIndexOf.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionIndexOf.cpp' object='FunctionIndexOf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIndexOf.lo `test -f 'src/functions/FunctionIndexOf.cpp' || echo '$(srcdir)/'`src/functions/FunctionIndexOf.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIndexOf.lo `test -f 'src/functions/FunctionIndexOf.cpp' || echo '$(srcdir)/'`src/functions/FunctionIndexOf.cpp FunctionInScopePrefixes.lo: src/functions/FunctionInScopePrefixes.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionInScopePrefixes.lo -MD -MP -MF $(DEPDIR)/FunctionInScopePrefixes.Tpo -c -o FunctionInScopePrefixes.lo `test -f 'src/functions/FunctionInScopePrefixes.cpp' || echo '$(srcdir)/'`src/functions/FunctionInScopePrefixes.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionInScopePrefixes.Tpo $(DEPDIR)/FunctionInScopePrefixes.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionInScopePrefixes.lo -MD -MP -MF $(DEPDIR)/FunctionInScopePrefixes.Tpo -c -o FunctionInScopePrefixes.lo `test -f 'src/functions/FunctionInScopePrefixes.cpp' || echo '$(srcdir)/'`src/functions/FunctionInScopePrefixes.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionInScopePrefixes.Tpo $(DEPDIR)/FunctionInScopePrefixes.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionInScopePrefixes.cpp' object='FunctionInScopePrefixes.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionInScopePrefixes.lo `test -f 'src/functions/FunctionInScopePrefixes.cpp' || echo '$(srcdir)/'`src/functions/FunctionInScopePrefixes.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionInScopePrefixes.lo `test -f 'src/functions/FunctionInScopePrefixes.cpp' || echo '$(srcdir)/'`src/functions/FunctionInScopePrefixes.cpp FunctionInsertBefore.lo: src/functions/FunctionInsertBefore.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionInsertBefore.lo -MD -MP -MF $(DEPDIR)/FunctionInsertBefore.Tpo -c -o FunctionInsertBefore.lo `test -f 'src/functions/FunctionInsertBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionInsertBefore.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionInsertBefore.Tpo $(DEPDIR)/FunctionInsertBefore.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionInsertBefore.lo -MD -MP -MF $(DEPDIR)/FunctionInsertBefore.Tpo -c -o FunctionInsertBefore.lo `test -f 'src/functions/FunctionInsertBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionInsertBefore.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionInsertBefore.Tpo $(DEPDIR)/FunctionInsertBefore.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionInsertBefore.cpp' object='FunctionInsertBefore.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionInsertBefore.lo `test -f 'src/functions/FunctionInsertBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionInsertBefore.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionInsertBefore.lo `test -f 'src/functions/FunctionInsertBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionInsertBefore.cpp FunctionIriToUri.lo: src/functions/FunctionIriToUri.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIriToUri.lo -MD -MP -MF $(DEPDIR)/FunctionIriToUri.Tpo -c -o FunctionIriToUri.lo `test -f 'src/functions/FunctionIriToUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionIriToUri.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionIriToUri.Tpo $(DEPDIR)/FunctionIriToUri.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionIriToUri.lo -MD -MP -MF $(DEPDIR)/FunctionIriToUri.Tpo -c -o FunctionIriToUri.lo `test -f 'src/functions/FunctionIriToUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionIriToUri.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionIriToUri.Tpo $(DEPDIR)/FunctionIriToUri.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionIriToUri.cpp' object='FunctionIriToUri.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIriToUri.lo `test -f 'src/functions/FunctionIriToUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionIriToUri.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionIriToUri.lo `test -f 'src/functions/FunctionIriToUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionIriToUri.cpp FunctionLang.lo: src/functions/FunctionLang.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLang.lo -MD -MP -MF $(DEPDIR)/FunctionLang.Tpo -c -o FunctionLang.lo `test -f 'src/functions/FunctionLang.cpp' || echo '$(srcdir)/'`src/functions/FunctionLang.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLang.Tpo $(DEPDIR)/FunctionLang.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLang.lo -MD -MP -MF $(DEPDIR)/FunctionLang.Tpo -c -o FunctionLang.lo `test -f 'src/functions/FunctionLang.cpp' || echo '$(srcdir)/'`src/functions/FunctionLang.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLang.Tpo $(DEPDIR)/FunctionLang.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLang.cpp' object='FunctionLang.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLang.lo `test -f 'src/functions/FunctionLang.cpp' || echo '$(srcdir)/'`src/functions/FunctionLang.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLang.lo `test -f 'src/functions/FunctionLang.cpp' || echo '$(srcdir)/'`src/functions/FunctionLang.cpp FunctionLast.lo: src/functions/FunctionLast.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLast.lo -MD -MP -MF $(DEPDIR)/FunctionLast.Tpo -c -o FunctionLast.lo `test -f 'src/functions/FunctionLast.cpp' || echo '$(srcdir)/'`src/functions/FunctionLast.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLast.Tpo $(DEPDIR)/FunctionLast.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLast.lo -MD -MP -MF $(DEPDIR)/FunctionLast.Tpo -c -o FunctionLast.lo `test -f 'src/functions/FunctionLast.cpp' || echo '$(srcdir)/'`src/functions/FunctionLast.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLast.Tpo $(DEPDIR)/FunctionLast.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLast.cpp' object='FunctionLast.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLast.lo `test -f 'src/functions/FunctionLast.cpp' || echo '$(srcdir)/'`src/functions/FunctionLast.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLast.lo `test -f 'src/functions/FunctionLast.cpp' || echo '$(srcdir)/'`src/functions/FunctionLast.cpp FunctionLocalname.lo: src/functions/FunctionLocalname.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLocalname.lo -MD -MP -MF $(DEPDIR)/FunctionLocalname.Tpo -c -o FunctionLocalname.lo `test -f 'src/functions/FunctionLocalname.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalname.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLocalname.Tpo $(DEPDIR)/FunctionLocalname.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLocalname.lo -MD -MP -MF $(DEPDIR)/FunctionLocalname.Tpo -c -o FunctionLocalname.lo `test -f 'src/functions/FunctionLocalname.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalname.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLocalname.Tpo $(DEPDIR)/FunctionLocalname.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLocalname.cpp' object='FunctionLocalname.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLocalname.lo `test -f 'src/functions/FunctionLocalname.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalname.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLocalname.lo `test -f 'src/functions/FunctionLocalname.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalname.cpp FunctionLocalNameFromQName.lo: src/functions/FunctionLocalNameFromQName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLocalNameFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionLocalNameFromQName.Tpo -c -o FunctionLocalNameFromQName.lo `test -f 'src/functions/FunctionLocalNameFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalNameFromQName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLocalNameFromQName.Tpo $(DEPDIR)/FunctionLocalNameFromQName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLocalNameFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionLocalNameFromQName.Tpo -c -o FunctionLocalNameFromQName.lo `test -f 'src/functions/FunctionLocalNameFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalNameFromQName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLocalNameFromQName.Tpo $(DEPDIR)/FunctionLocalNameFromQName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLocalNameFromQName.cpp' object='FunctionLocalNameFromQName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLocalNameFromQName.lo `test -f 'src/functions/FunctionLocalNameFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalNameFromQName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLocalNameFromQName.lo `test -f 'src/functions/FunctionLocalNameFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionLocalNameFromQName.cpp FunctionLowerCase.lo: src/functions/FunctionLowerCase.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLowerCase.lo -MD -MP -MF $(DEPDIR)/FunctionLowerCase.Tpo -c -o FunctionLowerCase.lo `test -f 'src/functions/FunctionLowerCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionLowerCase.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionLowerCase.Tpo $(DEPDIR)/FunctionLowerCase.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionLowerCase.lo -MD -MP -MF $(DEPDIR)/FunctionLowerCase.Tpo -c -o FunctionLowerCase.lo `test -f 'src/functions/FunctionLowerCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionLowerCase.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionLowerCase.Tpo $(DEPDIR)/FunctionLowerCase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionLowerCase.cpp' object='FunctionLowerCase.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLowerCase.lo `test -f 'src/functions/FunctionLowerCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionLowerCase.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionLowerCase.lo `test -f 'src/functions/FunctionLowerCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionLowerCase.cpp FunctionMatches.lo: src/functions/FunctionMatches.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMatches.lo -MD -MP -MF $(DEPDIR)/FunctionMatches.Tpo -c -o FunctionMatches.lo `test -f 'src/functions/FunctionMatches.cpp' || echo '$(srcdir)/'`src/functions/FunctionMatches.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMatches.Tpo $(DEPDIR)/FunctionMatches.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMatches.lo -MD -MP -MF $(DEPDIR)/FunctionMatches.Tpo -c -o FunctionMatches.lo `test -f 'src/functions/FunctionMatches.cpp' || echo '$(srcdir)/'`src/functions/FunctionMatches.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMatches.Tpo $(DEPDIR)/FunctionMatches.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMatches.cpp' object='FunctionMatches.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMatches.lo `test -f 'src/functions/FunctionMatches.cpp' || echo '$(srcdir)/'`src/functions/FunctionMatches.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMatches.lo `test -f 'src/functions/FunctionMatches.cpp' || echo '$(srcdir)/'`src/functions/FunctionMatches.cpp FunctionMax.lo: src/functions/FunctionMax.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMax.lo -MD -MP -MF $(DEPDIR)/FunctionMax.Tpo -c -o FunctionMax.lo `test -f 'src/functions/FunctionMax.cpp' || echo '$(srcdir)/'`src/functions/FunctionMax.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMax.Tpo $(DEPDIR)/FunctionMax.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMax.lo -MD -MP -MF $(DEPDIR)/FunctionMax.Tpo -c -o FunctionMax.lo `test -f 'src/functions/FunctionMax.cpp' || echo '$(srcdir)/'`src/functions/FunctionMax.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMax.Tpo $(DEPDIR)/FunctionMax.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMax.cpp' object='FunctionMax.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMax.lo `test -f 'src/functions/FunctionMax.cpp' || echo '$(srcdir)/'`src/functions/FunctionMax.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMax.lo `test -f 'src/functions/FunctionMax.cpp' || echo '$(srcdir)/'`src/functions/FunctionMax.cpp FunctionMin.lo: src/functions/FunctionMin.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMin.lo -MD -MP -MF $(DEPDIR)/FunctionMin.Tpo -c -o FunctionMin.lo `test -f 'src/functions/FunctionMin.cpp' || echo '$(srcdir)/'`src/functions/FunctionMin.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMin.Tpo $(DEPDIR)/FunctionMin.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMin.lo -MD -MP -MF $(DEPDIR)/FunctionMin.Tpo -c -o FunctionMin.lo `test -f 'src/functions/FunctionMin.cpp' || echo '$(srcdir)/'`src/functions/FunctionMin.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMin.Tpo $(DEPDIR)/FunctionMin.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMin.cpp' object='FunctionMin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMin.lo `test -f 'src/functions/FunctionMin.cpp' || echo '$(srcdir)/'`src/functions/FunctionMin.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMin.lo `test -f 'src/functions/FunctionMin.cpp' || echo '$(srcdir)/'`src/functions/FunctionMin.cpp FunctionName.lo: src/functions/FunctionName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionName.lo -MD -MP -MF $(DEPDIR)/FunctionName.Tpo -c -o FunctionName.lo `test -f 'src/functions/FunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionName.Tpo $(DEPDIR)/FunctionName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionName.lo -MD -MP -MF $(DEPDIR)/FunctionName.Tpo -c -o FunctionName.lo `test -f 'src/functions/FunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionName.Tpo $(DEPDIR)/FunctionName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionName.cpp' object='FunctionName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionName.lo `test -f 'src/functions/FunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionName.lo `test -f 'src/functions/FunctionName.cpp' || echo '$(srcdir)/'`src/functions/FunctionName.cpp FunctionNamespaceUri.lo: src/functions/FunctionNamespaceUri.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceUri.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceUri.Tpo -c -o FunctionNamespaceUri.lo `test -f 'src/functions/FunctionNamespaceUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceUri.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNamespaceUri.Tpo $(DEPDIR)/FunctionNamespaceUri.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceUri.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceUri.Tpo -c -o FunctionNamespaceUri.lo `test -f 'src/functions/FunctionNamespaceUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceUri.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNamespaceUri.Tpo $(DEPDIR)/FunctionNamespaceUri.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNamespaceUri.cpp' object='FunctionNamespaceUri.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceUri.lo `test -f 'src/functions/FunctionNamespaceUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceUri.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceUri.lo `test -f 'src/functions/FunctionNamespaceUri.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceUri.cpp FunctionNamespaceURIForPrefix.lo: src/functions/FunctionNamespaceURIForPrefix.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceURIForPrefix.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceURIForPrefix.Tpo -c -o FunctionNamespaceURIForPrefix.lo `test -f 'src/functions/FunctionNamespaceURIForPrefix.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIForPrefix.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNamespaceURIForPrefix.Tpo $(DEPDIR)/FunctionNamespaceURIForPrefix.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceURIForPrefix.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceURIForPrefix.Tpo -c -o FunctionNamespaceURIForPrefix.lo `test -f 'src/functions/FunctionNamespaceURIForPrefix.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIForPrefix.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNamespaceURIForPrefix.Tpo $(DEPDIR)/FunctionNamespaceURIForPrefix.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNamespaceURIForPrefix.cpp' object='FunctionNamespaceURIForPrefix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceURIForPrefix.lo `test -f 'src/functions/FunctionNamespaceURIForPrefix.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIForPrefix.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceURIForPrefix.lo `test -f 'src/functions/FunctionNamespaceURIForPrefix.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIForPrefix.cpp FunctionNamespaceURIFromQName.lo: src/functions/FunctionNamespaceURIFromQName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceURIFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceURIFromQName.Tpo -c -o FunctionNamespaceURIFromQName.lo `test -f 'src/functions/FunctionNamespaceURIFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIFromQName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNamespaceURIFromQName.Tpo $(DEPDIR)/FunctionNamespaceURIFromQName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNamespaceURIFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionNamespaceURIFromQName.Tpo -c -o FunctionNamespaceURIFromQName.lo `test -f 'src/functions/FunctionNamespaceURIFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIFromQName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNamespaceURIFromQName.Tpo $(DEPDIR)/FunctionNamespaceURIFromQName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNamespaceURIFromQName.cpp' object='FunctionNamespaceURIFromQName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceURIFromQName.lo `test -f 'src/functions/FunctionNamespaceURIFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIFromQName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNamespaceURIFromQName.lo `test -f 'src/functions/FunctionNamespaceURIFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNamespaceURIFromQName.cpp FunctionNilled.lo: src/functions/FunctionNilled.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNilled.lo -MD -MP -MF $(DEPDIR)/FunctionNilled.Tpo -c -o FunctionNilled.lo `test -f 'src/functions/FunctionNilled.cpp' || echo '$(srcdir)/'`src/functions/FunctionNilled.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNilled.Tpo $(DEPDIR)/FunctionNilled.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNilled.lo -MD -MP -MF $(DEPDIR)/FunctionNilled.Tpo -c -o FunctionNilled.lo `test -f 'src/functions/FunctionNilled.cpp' || echo '$(srcdir)/'`src/functions/FunctionNilled.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNilled.Tpo $(DEPDIR)/FunctionNilled.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNilled.cpp' object='FunctionNilled.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNilled.lo `test -f 'src/functions/FunctionNilled.cpp' || echo '$(srcdir)/'`src/functions/FunctionNilled.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNilled.lo `test -f 'src/functions/FunctionNilled.cpp' || echo '$(srcdir)/'`src/functions/FunctionNilled.cpp FunctionNodeName.lo: src/functions/FunctionNodeName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNodeName.lo -MD -MP -MF $(DEPDIR)/FunctionNodeName.Tpo -c -o FunctionNodeName.lo `test -f 'src/functions/FunctionNodeName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNodeName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNodeName.Tpo $(DEPDIR)/FunctionNodeName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNodeName.lo -MD -MP -MF $(DEPDIR)/FunctionNodeName.Tpo -c -o FunctionNodeName.lo `test -f 'src/functions/FunctionNodeName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNodeName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNodeName.Tpo $(DEPDIR)/FunctionNodeName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNodeName.cpp' object='FunctionNodeName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNodeName.lo `test -f 'src/functions/FunctionNodeName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNodeName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNodeName.lo `test -f 'src/functions/FunctionNodeName.cpp' || echo '$(srcdir)/'`src/functions/FunctionNodeName.cpp FunctionNormalizeSpace.lo: src/functions/FunctionNormalizeSpace.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNormalizeSpace.lo -MD -MP -MF $(DEPDIR)/FunctionNormalizeSpace.Tpo -c -o FunctionNormalizeSpace.lo `test -f 'src/functions/FunctionNormalizeSpace.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeSpace.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNormalizeSpace.Tpo $(DEPDIR)/FunctionNormalizeSpace.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNormalizeSpace.lo -MD -MP -MF $(DEPDIR)/FunctionNormalizeSpace.Tpo -c -o FunctionNormalizeSpace.lo `test -f 'src/functions/FunctionNormalizeSpace.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeSpace.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNormalizeSpace.Tpo $(DEPDIR)/FunctionNormalizeSpace.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNormalizeSpace.cpp' object='FunctionNormalizeSpace.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNormalizeSpace.lo `test -f 'src/functions/FunctionNormalizeSpace.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeSpace.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNormalizeSpace.lo `test -f 'src/functions/FunctionNormalizeSpace.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeSpace.cpp FunctionNormalizeUnicode.lo: src/functions/FunctionNormalizeUnicode.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNormalizeUnicode.lo -MD -MP -MF $(DEPDIR)/FunctionNormalizeUnicode.Tpo -c -o FunctionNormalizeUnicode.lo `test -f 'src/functions/FunctionNormalizeUnicode.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeUnicode.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNormalizeUnicode.Tpo $(DEPDIR)/FunctionNormalizeUnicode.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNormalizeUnicode.lo -MD -MP -MF $(DEPDIR)/FunctionNormalizeUnicode.Tpo -c -o FunctionNormalizeUnicode.lo `test -f 'src/functions/FunctionNormalizeUnicode.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeUnicode.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNormalizeUnicode.Tpo $(DEPDIR)/FunctionNormalizeUnicode.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNormalizeUnicode.cpp' object='FunctionNormalizeUnicode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNormalizeUnicode.lo `test -f 'src/functions/FunctionNormalizeUnicode.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeUnicode.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNormalizeUnicode.lo `test -f 'src/functions/FunctionNormalizeUnicode.cpp' || echo '$(srcdir)/'`src/functions/FunctionNormalizeUnicode.cpp FunctionNot.lo: src/functions/FunctionNot.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNot.lo -MD -MP -MF $(DEPDIR)/FunctionNot.Tpo -c -o FunctionNot.lo `test -f 'src/functions/FunctionNot.cpp' || echo '$(srcdir)/'`src/functions/FunctionNot.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNot.Tpo $(DEPDIR)/FunctionNot.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNot.lo -MD -MP -MF $(DEPDIR)/FunctionNot.Tpo -c -o FunctionNot.lo `test -f 'src/functions/FunctionNot.cpp' || echo '$(srcdir)/'`src/functions/FunctionNot.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNot.Tpo $(DEPDIR)/FunctionNot.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNot.cpp' object='FunctionNot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNot.lo `test -f 'src/functions/FunctionNot.cpp' || echo '$(srcdir)/'`src/functions/FunctionNot.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNot.lo `test -f 'src/functions/FunctionNot.cpp' || echo '$(srcdir)/'`src/functions/FunctionNot.cpp FunctionNumber.lo: src/functions/FunctionNumber.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNumber.lo -MD -MP -MF $(DEPDIR)/FunctionNumber.Tpo -c -o FunctionNumber.lo `test -f 'src/functions/FunctionNumber.cpp' || echo '$(srcdir)/'`src/functions/FunctionNumber.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionNumber.Tpo $(DEPDIR)/FunctionNumber.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionNumber.lo -MD -MP -MF $(DEPDIR)/FunctionNumber.Tpo -c -o FunctionNumber.lo `test -f 'src/functions/FunctionNumber.cpp' || echo '$(srcdir)/'`src/functions/FunctionNumber.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionNumber.Tpo $(DEPDIR)/FunctionNumber.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionNumber.cpp' object='FunctionNumber.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNumber.lo `test -f 'src/functions/FunctionNumber.cpp' || echo '$(srcdir)/'`src/functions/FunctionNumber.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionNumber.lo `test -f 'src/functions/FunctionNumber.cpp' || echo '$(srcdir)/'`src/functions/FunctionNumber.cpp FunctionOneOrMore.lo: src/functions/FunctionOneOrMore.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionOneOrMore.lo -MD -MP -MF $(DEPDIR)/FunctionOneOrMore.Tpo -c -o FunctionOneOrMore.lo `test -f 'src/functions/FunctionOneOrMore.cpp' || echo '$(srcdir)/'`src/functions/FunctionOneOrMore.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionOneOrMore.Tpo $(DEPDIR)/FunctionOneOrMore.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionOneOrMore.lo -MD -MP -MF $(DEPDIR)/FunctionOneOrMore.Tpo -c -o FunctionOneOrMore.lo `test -f 'src/functions/FunctionOneOrMore.cpp' || echo '$(srcdir)/'`src/functions/FunctionOneOrMore.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionOneOrMore.Tpo $(DEPDIR)/FunctionOneOrMore.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionOneOrMore.cpp' object='FunctionOneOrMore.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionOneOrMore.lo `test -f 'src/functions/FunctionOneOrMore.cpp' || echo '$(srcdir)/'`src/functions/FunctionOneOrMore.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionOneOrMore.lo `test -f 'src/functions/FunctionOneOrMore.cpp' || echo '$(srcdir)/'`src/functions/FunctionOneOrMore.cpp FunctionPosition.lo: src/functions/FunctionPosition.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPosition.lo -MD -MP -MF $(DEPDIR)/FunctionPosition.Tpo -c -o FunctionPosition.lo `test -f 'src/functions/FunctionPosition.cpp' || echo '$(srcdir)/'`src/functions/FunctionPosition.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionPosition.Tpo $(DEPDIR)/FunctionPosition.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPosition.lo -MD -MP -MF $(DEPDIR)/FunctionPosition.Tpo -c -o FunctionPosition.lo `test -f 'src/functions/FunctionPosition.cpp' || echo '$(srcdir)/'`src/functions/FunctionPosition.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionPosition.Tpo $(DEPDIR)/FunctionPosition.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionPosition.cpp' object='FunctionPosition.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPosition.lo `test -f 'src/functions/FunctionPosition.cpp' || echo '$(srcdir)/'`src/functions/FunctionPosition.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPosition.lo `test -f 'src/functions/FunctionPosition.cpp' || echo '$(srcdir)/'`src/functions/FunctionPosition.cpp FunctionPrefixFromQName.lo: src/functions/FunctionPrefixFromQName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPrefixFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionPrefixFromQName.Tpo -c -o FunctionPrefixFromQName.lo `test -f 'src/functions/FunctionPrefixFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionPrefixFromQName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionPrefixFromQName.Tpo $(DEPDIR)/FunctionPrefixFromQName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPrefixFromQName.lo -MD -MP -MF $(DEPDIR)/FunctionPrefixFromQName.Tpo -c -o FunctionPrefixFromQName.lo `test -f 'src/functions/FunctionPrefixFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionPrefixFromQName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionPrefixFromQName.Tpo $(DEPDIR)/FunctionPrefixFromQName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionPrefixFromQName.cpp' object='FunctionPrefixFromQName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPrefixFromQName.lo `test -f 'src/functions/FunctionPrefixFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionPrefixFromQName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPrefixFromQName.lo `test -f 'src/functions/FunctionPrefixFromQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionPrefixFromQName.cpp FunctionQName.lo: src/functions/FunctionQName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionQName.lo -MD -MP -MF $(DEPDIR)/FunctionQName.Tpo -c -o FunctionQName.lo `test -f 'src/functions/FunctionQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionQName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionQName.Tpo $(DEPDIR)/FunctionQName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionQName.lo -MD -MP -MF $(DEPDIR)/FunctionQName.Tpo -c -o FunctionQName.lo `test -f 'src/functions/FunctionQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionQName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionQName.Tpo $(DEPDIR)/FunctionQName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionQName.cpp' object='FunctionQName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionQName.lo `test -f 'src/functions/FunctionQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionQName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionQName.lo `test -f 'src/functions/FunctionQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionQName.cpp FunctionRegexGroup.lo: src/functions/FunctionRegexGroup.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRegexGroup.lo -MD -MP -MF $(DEPDIR)/FunctionRegexGroup.Tpo -c -o FunctionRegexGroup.lo `test -f 'src/functions/FunctionRegexGroup.cpp' || echo '$(srcdir)/'`src/functions/FunctionRegexGroup.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRegexGroup.Tpo $(DEPDIR)/FunctionRegexGroup.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRegexGroup.lo -MD -MP -MF $(DEPDIR)/FunctionRegexGroup.Tpo -c -o FunctionRegexGroup.lo `test -f 'src/functions/FunctionRegexGroup.cpp' || echo '$(srcdir)/'`src/functions/FunctionRegexGroup.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRegexGroup.Tpo $(DEPDIR)/FunctionRegexGroup.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionRegexGroup.cpp' object='FunctionRegexGroup.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRegexGroup.lo `test -f 'src/functions/FunctionRegexGroup.cpp' || echo '$(srcdir)/'`src/functions/FunctionRegexGroup.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRegexGroup.lo `test -f 'src/functions/FunctionRegexGroup.cpp' || echo '$(srcdir)/'`src/functions/FunctionRegexGroup.cpp FunctionRemove.lo: src/functions/FunctionRemove.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRemove.lo -MD -MP -MF $(DEPDIR)/FunctionRemove.Tpo -c -o FunctionRemove.lo `test -f 'src/functions/FunctionRemove.cpp' || echo '$(srcdir)/'`src/functions/FunctionRemove.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRemove.Tpo $(DEPDIR)/FunctionRemove.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRemove.lo -MD -MP -MF $(DEPDIR)/FunctionRemove.Tpo -c -o FunctionRemove.lo `test -f 'src/functions/FunctionRemove.cpp' || echo '$(srcdir)/'`src/functions/FunctionRemove.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRemove.Tpo $(DEPDIR)/FunctionRemove.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionRemove.cpp' object='FunctionRemove.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRemove.lo `test -f 'src/functions/FunctionRemove.cpp' || echo '$(srcdir)/'`src/functions/FunctionRemove.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRemove.lo `test -f 'src/functions/FunctionRemove.cpp' || echo '$(srcdir)/'`src/functions/FunctionRemove.cpp FunctionReplace.lo: src/functions/FunctionReplace.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionReplace.lo -MD -MP -MF $(DEPDIR)/FunctionReplace.Tpo -c -o FunctionReplace.lo `test -f 'src/functions/FunctionReplace.cpp' || echo '$(srcdir)/'`src/functions/FunctionReplace.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionReplace.Tpo $(DEPDIR)/FunctionReplace.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionReplace.lo -MD -MP -MF $(DEPDIR)/FunctionReplace.Tpo -c -o FunctionReplace.lo `test -f 'src/functions/FunctionReplace.cpp' || echo '$(srcdir)/'`src/functions/FunctionReplace.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionReplace.Tpo $(DEPDIR)/FunctionReplace.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionReplace.cpp' object='FunctionReplace.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionReplace.lo `test -f 'src/functions/FunctionReplace.cpp' || echo '$(srcdir)/'`src/functions/FunctionReplace.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionReplace.lo `test -f 'src/functions/FunctionReplace.cpp' || echo '$(srcdir)/'`src/functions/FunctionReplace.cpp FunctionResolveQName.lo: src/functions/FunctionResolveQName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionResolveQName.lo -MD -MP -MF $(DEPDIR)/FunctionResolveQName.Tpo -c -o FunctionResolveQName.lo `test -f 'src/functions/FunctionResolveQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveQName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionResolveQName.Tpo $(DEPDIR)/FunctionResolveQName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionResolveQName.lo -MD -MP -MF $(DEPDIR)/FunctionResolveQName.Tpo -c -o FunctionResolveQName.lo `test -f 'src/functions/FunctionResolveQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveQName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionResolveQName.Tpo $(DEPDIR)/FunctionResolveQName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionResolveQName.cpp' object='FunctionResolveQName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionResolveQName.lo `test -f 'src/functions/FunctionResolveQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveQName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionResolveQName.lo `test -f 'src/functions/FunctionResolveQName.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveQName.cpp FunctionResolveURI.lo: src/functions/FunctionResolveURI.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionResolveURI.lo -MD -MP -MF $(DEPDIR)/FunctionResolveURI.Tpo -c -o FunctionResolveURI.lo `test -f 'src/functions/FunctionResolveURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveURI.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionResolveURI.Tpo $(DEPDIR)/FunctionResolveURI.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionResolveURI.lo -MD -MP -MF $(DEPDIR)/FunctionResolveURI.Tpo -c -o FunctionResolveURI.lo `test -f 'src/functions/FunctionResolveURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveURI.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionResolveURI.Tpo $(DEPDIR)/FunctionResolveURI.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionResolveURI.cpp' object='FunctionResolveURI.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionResolveURI.lo `test -f 'src/functions/FunctionResolveURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveURI.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionResolveURI.lo `test -f 'src/functions/FunctionResolveURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionResolveURI.cpp FunctionReverse.lo: src/functions/FunctionReverse.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionReverse.lo -MD -MP -MF $(DEPDIR)/FunctionReverse.Tpo -c -o FunctionReverse.lo `test -f 'src/functions/FunctionReverse.cpp' || echo '$(srcdir)/'`src/functions/FunctionReverse.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionReverse.Tpo $(DEPDIR)/FunctionReverse.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionReverse.lo -MD -MP -MF $(DEPDIR)/FunctionReverse.Tpo -c -o FunctionReverse.lo `test -f 'src/functions/FunctionReverse.cpp' || echo '$(srcdir)/'`src/functions/FunctionReverse.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionReverse.Tpo $(DEPDIR)/FunctionReverse.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionReverse.cpp' object='FunctionReverse.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionReverse.lo `test -f 'src/functions/FunctionReverse.cpp' || echo '$(srcdir)/'`src/functions/FunctionReverse.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionReverse.lo `test -f 'src/functions/FunctionReverse.cpp' || echo '$(srcdir)/'`src/functions/FunctionReverse.cpp FunctionRoot.lo: src/functions/FunctionRoot.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRoot.lo -MD -MP -MF $(DEPDIR)/FunctionRoot.Tpo -c -o FunctionRoot.lo `test -f 'src/functions/FunctionRoot.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoot.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRoot.Tpo $(DEPDIR)/FunctionRoot.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRoot.lo -MD -MP -MF $(DEPDIR)/FunctionRoot.Tpo -c -o FunctionRoot.lo `test -f 'src/functions/FunctionRoot.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoot.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRoot.Tpo $(DEPDIR)/FunctionRoot.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionRoot.cpp' object='FunctionRoot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRoot.lo `test -f 'src/functions/FunctionRoot.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoot.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRoot.lo `test -f 'src/functions/FunctionRoot.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoot.cpp FunctionRound.lo: src/functions/FunctionRound.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRound.lo -MD -MP -MF $(DEPDIR)/FunctionRound.Tpo -c -o FunctionRound.lo `test -f 'src/functions/FunctionRound.cpp' || echo '$(srcdir)/'`src/functions/FunctionRound.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRound.Tpo $(DEPDIR)/FunctionRound.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRound.lo -MD -MP -MF $(DEPDIR)/FunctionRound.Tpo -c -o FunctionRound.lo `test -f 'src/functions/FunctionRound.cpp' || echo '$(srcdir)/'`src/functions/FunctionRound.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRound.Tpo $(DEPDIR)/FunctionRound.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionRound.cpp' object='FunctionRound.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRound.lo `test -f 'src/functions/FunctionRound.cpp' || echo '$(srcdir)/'`src/functions/FunctionRound.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRound.lo `test -f 'src/functions/FunctionRound.cpp' || echo '$(srcdir)/'`src/functions/FunctionRound.cpp FunctionRoundHalfToEven.lo: src/functions/FunctionRoundHalfToEven.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRoundHalfToEven.lo -MD -MP -MF $(DEPDIR)/FunctionRoundHalfToEven.Tpo -c -o FunctionRoundHalfToEven.lo `test -f 'src/functions/FunctionRoundHalfToEven.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoundHalfToEven.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRoundHalfToEven.Tpo $(DEPDIR)/FunctionRoundHalfToEven.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRoundHalfToEven.lo -MD -MP -MF $(DEPDIR)/FunctionRoundHalfToEven.Tpo -c -o FunctionRoundHalfToEven.lo `test -f 'src/functions/FunctionRoundHalfToEven.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoundHalfToEven.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRoundHalfToEven.Tpo $(DEPDIR)/FunctionRoundHalfToEven.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionRoundHalfToEven.cpp' object='FunctionRoundHalfToEven.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRoundHalfToEven.lo `test -f 'src/functions/FunctionRoundHalfToEven.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoundHalfToEven.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRoundHalfToEven.lo `test -f 'src/functions/FunctionRoundHalfToEven.cpp' || echo '$(srcdir)/'`src/functions/FunctionRoundHalfToEven.cpp FunctionStartsWith.lo: src/functions/FunctionStartsWith.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStartsWith.lo -MD -MP -MF $(DEPDIR)/FunctionStartsWith.Tpo -c -o FunctionStartsWith.lo `test -f 'src/functions/FunctionStartsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionStartsWith.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionStartsWith.Tpo $(DEPDIR)/FunctionStartsWith.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStartsWith.lo -MD -MP -MF $(DEPDIR)/FunctionStartsWith.Tpo -c -o FunctionStartsWith.lo `test -f 'src/functions/FunctionStartsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionStartsWith.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionStartsWith.Tpo $(DEPDIR)/FunctionStartsWith.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionStartsWith.cpp' object='FunctionStartsWith.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStartsWith.lo `test -f 'src/functions/FunctionStartsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionStartsWith.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStartsWith.lo `test -f 'src/functions/FunctionStartsWith.cpp' || echo '$(srcdir)/'`src/functions/FunctionStartsWith.cpp FunctionStaticBaseURI.lo: src/functions/FunctionStaticBaseURI.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStaticBaseURI.lo -MD -MP -MF $(DEPDIR)/FunctionStaticBaseURI.Tpo -c -o FunctionStaticBaseURI.lo `test -f 'src/functions/FunctionStaticBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionStaticBaseURI.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionStaticBaseURI.Tpo $(DEPDIR)/FunctionStaticBaseURI.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStaticBaseURI.lo -MD -MP -MF $(DEPDIR)/FunctionStaticBaseURI.Tpo -c -o FunctionStaticBaseURI.lo `test -f 'src/functions/FunctionStaticBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionStaticBaseURI.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionStaticBaseURI.Tpo $(DEPDIR)/FunctionStaticBaseURI.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionStaticBaseURI.cpp' object='FunctionStaticBaseURI.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStaticBaseURI.lo `test -f 'src/functions/FunctionStaticBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionStaticBaseURI.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStaticBaseURI.lo `test -f 'src/functions/FunctionStaticBaseURI.cpp' || echo '$(srcdir)/'`src/functions/FunctionStaticBaseURI.cpp FunctionString.lo: src/functions/FunctionString.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionString.lo -MD -MP -MF $(DEPDIR)/FunctionString.Tpo -c -o FunctionString.lo `test -f 'src/functions/FunctionString.cpp' || echo '$(srcdir)/'`src/functions/FunctionString.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionString.Tpo $(DEPDIR)/FunctionString.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionString.lo -MD -MP -MF $(DEPDIR)/FunctionString.Tpo -c -o FunctionString.lo `test -f 'src/functions/FunctionString.cpp' || echo '$(srcdir)/'`src/functions/FunctionString.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionString.Tpo $(DEPDIR)/FunctionString.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionString.cpp' object='FunctionString.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionString.lo `test -f 'src/functions/FunctionString.cpp' || echo '$(srcdir)/'`src/functions/FunctionString.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionString.lo `test -f 'src/functions/FunctionString.cpp' || echo '$(srcdir)/'`src/functions/FunctionString.cpp FunctionStringJoin.lo: src/functions/FunctionStringJoin.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringJoin.lo -MD -MP -MF $(DEPDIR)/FunctionStringJoin.Tpo -c -o FunctionStringJoin.lo `test -f 'src/functions/FunctionStringJoin.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringJoin.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionStringJoin.Tpo $(DEPDIR)/FunctionStringJoin.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringJoin.lo -MD -MP -MF $(DEPDIR)/FunctionStringJoin.Tpo -c -o FunctionStringJoin.lo `test -f 'src/functions/FunctionStringJoin.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringJoin.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionStringJoin.Tpo $(DEPDIR)/FunctionStringJoin.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionStringJoin.cpp' object='FunctionStringJoin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringJoin.lo `test -f 'src/functions/FunctionStringJoin.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringJoin.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringJoin.lo `test -f 'src/functions/FunctionStringJoin.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringJoin.cpp FunctionStringLength.lo: src/functions/FunctionStringLength.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringLength.lo -MD -MP -MF $(DEPDIR)/FunctionStringLength.Tpo -c -o FunctionStringLength.lo `test -f 'src/functions/FunctionStringLength.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringLength.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionStringLength.Tpo $(DEPDIR)/FunctionStringLength.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringLength.lo -MD -MP -MF $(DEPDIR)/FunctionStringLength.Tpo -c -o FunctionStringLength.lo `test -f 'src/functions/FunctionStringLength.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringLength.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionStringLength.Tpo $(DEPDIR)/FunctionStringLength.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionStringLength.cpp' object='FunctionStringLength.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringLength.lo `test -f 'src/functions/FunctionStringLength.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringLength.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringLength.lo `test -f 'src/functions/FunctionStringLength.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringLength.cpp FunctionStringToCodepoints.lo: src/functions/FunctionStringToCodepoints.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringToCodepoints.lo -MD -MP -MF $(DEPDIR)/FunctionStringToCodepoints.Tpo -c -o FunctionStringToCodepoints.lo `test -f 'src/functions/FunctionStringToCodepoints.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringToCodepoints.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionStringToCodepoints.Tpo $(DEPDIR)/FunctionStringToCodepoints.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionStringToCodepoints.lo -MD -MP -MF $(DEPDIR)/FunctionStringToCodepoints.Tpo -c -o FunctionStringToCodepoints.lo `test -f 'src/functions/FunctionStringToCodepoints.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringToCodepoints.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionStringToCodepoints.Tpo $(DEPDIR)/FunctionStringToCodepoints.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionStringToCodepoints.cpp' object='FunctionStringToCodepoints.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringToCodepoints.lo `test -f 'src/functions/FunctionStringToCodepoints.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringToCodepoints.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionStringToCodepoints.lo `test -f 'src/functions/FunctionStringToCodepoints.cpp' || echo '$(srcdir)/'`src/functions/FunctionStringToCodepoints.cpp FunctionSubsequence.lo: src/functions/FunctionSubsequence.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubsequence.lo -MD -MP -MF $(DEPDIR)/FunctionSubsequence.Tpo -c -o FunctionSubsequence.lo `test -f 'src/functions/FunctionSubsequence.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubsequence.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSubsequence.Tpo $(DEPDIR)/FunctionSubsequence.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubsequence.lo -MD -MP -MF $(DEPDIR)/FunctionSubsequence.Tpo -c -o FunctionSubsequence.lo `test -f 'src/functions/FunctionSubsequence.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubsequence.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSubsequence.Tpo $(DEPDIR)/FunctionSubsequence.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSubsequence.cpp' object='FunctionSubsequence.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubsequence.lo `test -f 'src/functions/FunctionSubsequence.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubsequence.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubsequence.lo `test -f 'src/functions/FunctionSubsequence.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubsequence.cpp FunctionSubstringAfter.lo: src/functions/FunctionSubstringAfter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstringAfter.lo -MD -MP -MF $(DEPDIR)/FunctionSubstringAfter.Tpo -c -o FunctionSubstringAfter.lo `test -f 'src/functions/FunctionSubstringAfter.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringAfter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSubstringAfter.Tpo $(DEPDIR)/FunctionSubstringAfter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstringAfter.lo -MD -MP -MF $(DEPDIR)/FunctionSubstringAfter.Tpo -c -o FunctionSubstringAfter.lo `test -f 'src/functions/FunctionSubstringAfter.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringAfter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSubstringAfter.Tpo $(DEPDIR)/FunctionSubstringAfter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSubstringAfter.cpp' object='FunctionSubstringAfter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstringAfter.lo `test -f 'src/functions/FunctionSubstringAfter.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringAfter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstringAfter.lo `test -f 'src/functions/FunctionSubstringAfter.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringAfter.cpp FunctionSubstringBefore.lo: src/functions/FunctionSubstringBefore.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstringBefore.lo -MD -MP -MF $(DEPDIR)/FunctionSubstringBefore.Tpo -c -o FunctionSubstringBefore.lo `test -f 'src/functions/FunctionSubstringBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringBefore.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSubstringBefore.Tpo $(DEPDIR)/FunctionSubstringBefore.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstringBefore.lo -MD -MP -MF $(DEPDIR)/FunctionSubstringBefore.Tpo -c -o FunctionSubstringBefore.lo `test -f 'src/functions/FunctionSubstringBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringBefore.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSubstringBefore.Tpo $(DEPDIR)/FunctionSubstringBefore.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSubstringBefore.cpp' object='FunctionSubstringBefore.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstringBefore.lo `test -f 'src/functions/FunctionSubstringBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringBefore.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstringBefore.lo `test -f 'src/functions/FunctionSubstringBefore.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstringBefore.cpp FunctionSubstring.lo: src/functions/FunctionSubstring.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstring.lo -MD -MP -MF $(DEPDIR)/FunctionSubstring.Tpo -c -o FunctionSubstring.lo `test -f 'src/functions/FunctionSubstring.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstring.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSubstring.Tpo $(DEPDIR)/FunctionSubstring.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSubstring.lo -MD -MP -MF $(DEPDIR)/FunctionSubstring.Tpo -c -o FunctionSubstring.lo `test -f 'src/functions/FunctionSubstring.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstring.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSubstring.Tpo $(DEPDIR)/FunctionSubstring.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSubstring.cpp' object='FunctionSubstring.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstring.lo `test -f 'src/functions/FunctionSubstring.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstring.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSubstring.lo `test -f 'src/functions/FunctionSubstring.cpp' || echo '$(srcdir)/'`src/functions/FunctionSubstring.cpp FunctionSum.lo: src/functions/FunctionSum.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSum.lo -MD -MP -MF $(DEPDIR)/FunctionSum.Tpo -c -o FunctionSum.lo `test -f 'src/functions/FunctionSum.cpp' || echo '$(srcdir)/'`src/functions/FunctionSum.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSum.Tpo $(DEPDIR)/FunctionSum.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSum.lo -MD -MP -MF $(DEPDIR)/FunctionSum.Tpo -c -o FunctionSum.lo `test -f 'src/functions/FunctionSum.cpp' || echo '$(srcdir)/'`src/functions/FunctionSum.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSum.Tpo $(DEPDIR)/FunctionSum.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSum.cpp' object='FunctionSum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSum.lo `test -f 'src/functions/FunctionSum.cpp' || echo '$(srcdir)/'`src/functions/FunctionSum.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSum.lo `test -f 'src/functions/FunctionSum.cpp' || echo '$(srcdir)/'`src/functions/FunctionSum.cpp FunctionTime.lo: src/functions/FunctionTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTime.lo -MD -MP -MF $(DEPDIR)/FunctionTime.Tpo -c -o FunctionTime.lo `test -f 'src/functions/FunctionTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTime.Tpo $(DEPDIR)/FunctionTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTime.lo -MD -MP -MF $(DEPDIR)/FunctionTime.Tpo -c -o FunctionTime.lo `test -f 'src/functions/FunctionTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTime.Tpo $(DEPDIR)/FunctionTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTime.cpp' object='FunctionTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTime.lo `test -f 'src/functions/FunctionTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTime.lo `test -f 'src/functions/FunctionTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTime.cpp FunctionTokenize.lo: src/functions/FunctionTokenize.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTokenize.lo -MD -MP -MF $(DEPDIR)/FunctionTokenize.Tpo -c -o FunctionTokenize.lo `test -f 'src/functions/FunctionTokenize.cpp' || echo '$(srcdir)/'`src/functions/FunctionTokenize.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTokenize.Tpo $(DEPDIR)/FunctionTokenize.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTokenize.lo -MD -MP -MF $(DEPDIR)/FunctionTokenize.Tpo -c -o FunctionTokenize.lo `test -f 'src/functions/FunctionTokenize.cpp' || echo '$(srcdir)/'`src/functions/FunctionTokenize.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTokenize.Tpo $(DEPDIR)/FunctionTokenize.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTokenize.cpp' object='FunctionTokenize.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTokenize.lo `test -f 'src/functions/FunctionTokenize.cpp' || echo '$(srcdir)/'`src/functions/FunctionTokenize.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTokenize.lo `test -f 'src/functions/FunctionTokenize.cpp' || echo '$(srcdir)/'`src/functions/FunctionTokenize.cpp FunctionTrace.lo: src/functions/FunctionTrace.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTrace.lo -MD -MP -MF $(DEPDIR)/FunctionTrace.Tpo -c -o FunctionTrace.lo `test -f 'src/functions/FunctionTrace.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrace.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTrace.Tpo $(DEPDIR)/FunctionTrace.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTrace.lo -MD -MP -MF $(DEPDIR)/FunctionTrace.Tpo -c -o FunctionTrace.lo `test -f 'src/functions/FunctionTrace.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrace.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTrace.Tpo $(DEPDIR)/FunctionTrace.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTrace.cpp' object='FunctionTrace.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTrace.lo `test -f 'src/functions/FunctionTrace.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrace.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTrace.lo `test -f 'src/functions/FunctionTrace.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrace.cpp FunctionTranslate.lo: src/functions/FunctionTranslate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTranslate.lo -MD -MP -MF $(DEPDIR)/FunctionTranslate.Tpo -c -o FunctionTranslate.lo `test -f 'src/functions/FunctionTranslate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTranslate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTranslate.Tpo $(DEPDIR)/FunctionTranslate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTranslate.lo -MD -MP -MF $(DEPDIR)/FunctionTranslate.Tpo -c -o FunctionTranslate.lo `test -f 'src/functions/FunctionTranslate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTranslate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTranslate.Tpo $(DEPDIR)/FunctionTranslate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTranslate.cpp' object='FunctionTranslate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTranslate.lo `test -f 'src/functions/FunctionTranslate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTranslate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTranslate.lo `test -f 'src/functions/FunctionTranslate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTranslate.cpp FunctionTrue.lo: src/functions/FunctionTrue.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTrue.lo -MD -MP -MF $(DEPDIR)/FunctionTrue.Tpo -c -o FunctionTrue.lo `test -f 'src/functions/FunctionTrue.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrue.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTrue.Tpo $(DEPDIR)/FunctionTrue.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTrue.lo -MD -MP -MF $(DEPDIR)/FunctionTrue.Tpo -c -o FunctionTrue.lo `test -f 'src/functions/FunctionTrue.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrue.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTrue.Tpo $(DEPDIR)/FunctionTrue.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTrue.cpp' object='FunctionTrue.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTrue.lo `test -f 'src/functions/FunctionTrue.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrue.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTrue.lo `test -f 'src/functions/FunctionTrue.cpp' || echo '$(srcdir)/'`src/functions/FunctionTrue.cpp FunctionUnordered.lo: src/functions/FunctionUnordered.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUnordered.lo -MD -MP -MF $(DEPDIR)/FunctionUnordered.Tpo -c -o FunctionUnordered.lo `test -f 'src/functions/FunctionUnordered.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnordered.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionUnordered.Tpo $(DEPDIR)/FunctionUnordered.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUnordered.lo -MD -MP -MF $(DEPDIR)/FunctionUnordered.Tpo -c -o FunctionUnordered.lo `test -f 'src/functions/FunctionUnordered.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnordered.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionUnordered.Tpo $(DEPDIR)/FunctionUnordered.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionUnordered.cpp' object='FunctionUnordered.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUnordered.lo `test -f 'src/functions/FunctionUnordered.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnordered.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUnordered.lo `test -f 'src/functions/FunctionUnordered.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnordered.cpp FunctionUnparsedText.lo: src/functions/FunctionUnparsedText.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUnparsedText.lo -MD -MP -MF $(DEPDIR)/FunctionUnparsedText.Tpo -c -o FunctionUnparsedText.lo `test -f 'src/functions/FunctionUnparsedText.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnparsedText.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionUnparsedText.Tpo $(DEPDIR)/FunctionUnparsedText.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUnparsedText.lo -MD -MP -MF $(DEPDIR)/FunctionUnparsedText.Tpo -c -o FunctionUnparsedText.lo `test -f 'src/functions/FunctionUnparsedText.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnparsedText.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionUnparsedText.Tpo $(DEPDIR)/FunctionUnparsedText.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionUnparsedText.cpp' object='FunctionUnparsedText.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUnparsedText.lo `test -f 'src/functions/FunctionUnparsedText.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnparsedText.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUnparsedText.lo `test -f 'src/functions/FunctionUnparsedText.cpp' || echo '$(srcdir)/'`src/functions/FunctionUnparsedText.cpp FunctionUpperCase.lo: src/functions/FunctionUpperCase.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUpperCase.lo -MD -MP -MF $(DEPDIR)/FunctionUpperCase.Tpo -c -o FunctionUpperCase.lo `test -f 'src/functions/FunctionUpperCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionUpperCase.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionUpperCase.Tpo $(DEPDIR)/FunctionUpperCase.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionUpperCase.lo -MD -MP -MF $(DEPDIR)/FunctionUpperCase.Tpo -c -o FunctionUpperCase.lo `test -f 'src/functions/FunctionUpperCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionUpperCase.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionUpperCase.Tpo $(DEPDIR)/FunctionUpperCase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionUpperCase.cpp' object='FunctionUpperCase.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUpperCase.lo `test -f 'src/functions/FunctionUpperCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionUpperCase.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionUpperCase.lo `test -f 'src/functions/FunctionUpperCase.cpp' || echo '$(srcdir)/'`src/functions/FunctionUpperCase.cpp FunctionZeroOrOne.lo: src/functions/FunctionZeroOrOne.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionZeroOrOne.lo -MD -MP -MF $(DEPDIR)/FunctionZeroOrOne.Tpo -c -o FunctionZeroOrOne.lo `test -f 'src/functions/FunctionZeroOrOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionZeroOrOne.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionZeroOrOne.Tpo $(DEPDIR)/FunctionZeroOrOne.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionZeroOrOne.lo -MD -MP -MF $(DEPDIR)/FunctionZeroOrOne.Tpo -c -o FunctionZeroOrOne.lo `test -f 'src/functions/FunctionZeroOrOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionZeroOrOne.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionZeroOrOne.Tpo $(DEPDIR)/FunctionZeroOrOne.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionZeroOrOne.cpp' object='FunctionZeroOrOne.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionZeroOrOne.lo `test -f 'src/functions/FunctionZeroOrOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionZeroOrOne.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionZeroOrOne.lo `test -f 'src/functions/FunctionZeroOrOne.cpp' || echo '$(srcdir)/'`src/functions/FunctionZeroOrOne.cpp FunctionAdjustDateTimeToTimezone.lo: src/functions/FunctionAdjustDateTimeToTimezone.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustDateTimeToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Tpo -c -o FunctionAdjustDateTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustDateTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateTimeToTimezone.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Tpo $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustDateTimeToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Tpo -c -o FunctionAdjustDateTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustDateTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateTimeToTimezone.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Tpo $(DEPDIR)/FunctionAdjustDateTimeToTimezone.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAdjustDateTimeToTimezone.cpp' object='FunctionAdjustDateTimeToTimezone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustDateTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustDateTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateTimeToTimezone.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustDateTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustDateTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateTimeToTimezone.cpp FunctionAdjustDateToTimezone.lo: src/functions/FunctionAdjustDateToTimezone.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustDateToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustDateToTimezone.Tpo -c -o FunctionAdjustDateToTimezone.lo `test -f 'src/functions/FunctionAdjustDateToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateToTimezone.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAdjustDateToTimezone.Tpo $(DEPDIR)/FunctionAdjustDateToTimezone.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustDateToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustDateToTimezone.Tpo -c -o FunctionAdjustDateToTimezone.lo `test -f 'src/functions/FunctionAdjustDateToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateToTimezone.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAdjustDateToTimezone.Tpo $(DEPDIR)/FunctionAdjustDateToTimezone.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAdjustDateToTimezone.cpp' object='FunctionAdjustDateToTimezone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustDateToTimezone.lo `test -f 'src/functions/FunctionAdjustDateToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateToTimezone.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustDateToTimezone.lo `test -f 'src/functions/FunctionAdjustDateToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustDateToTimezone.cpp FunctionAdjustTimeToTimezone.lo: src/functions/FunctionAdjustTimeToTimezone.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustTimeToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustTimeToTimezone.Tpo -c -o FunctionAdjustTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustTimeToTimezone.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAdjustTimeToTimezone.Tpo $(DEPDIR)/FunctionAdjustTimeToTimezone.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAdjustTimeToTimezone.lo -MD -MP -MF $(DEPDIR)/FunctionAdjustTimeToTimezone.Tpo -c -o FunctionAdjustTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustTimeToTimezone.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAdjustTimeToTimezone.Tpo $(DEPDIR)/FunctionAdjustTimeToTimezone.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAdjustTimeToTimezone.cpp' object='FunctionAdjustTimeToTimezone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustTimeToTimezone.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAdjustTimeToTimezone.lo `test -f 'src/functions/FunctionAdjustTimeToTimezone.cpp' || echo '$(srcdir)/'`src/functions/FunctionAdjustTimeToTimezone.cpp FunctionDayFromDate.lo: src/functions/FunctionDayFromDate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDayFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionDayFromDate.Tpo -c -o FunctionDayFromDate.lo `test -f 'src/functions/FunctionDayFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDayFromDate.Tpo $(DEPDIR)/FunctionDayFromDate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDayFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionDayFromDate.Tpo -c -o FunctionDayFromDate.lo `test -f 'src/functions/FunctionDayFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDayFromDate.Tpo $(DEPDIR)/FunctionDayFromDate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDayFromDate.cpp' object='FunctionDayFromDate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDayFromDate.lo `test -f 'src/functions/FunctionDayFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDayFromDate.lo `test -f 'src/functions/FunctionDayFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDate.cpp FunctionDayFromDateTime.lo: src/functions/FunctionDayFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDayFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionDayFromDateTime.Tpo -c -o FunctionDayFromDateTime.lo `test -f 'src/functions/FunctionDayFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDayFromDateTime.Tpo $(DEPDIR)/FunctionDayFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDayFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionDayFromDateTime.Tpo -c -o FunctionDayFromDateTime.lo `test -f 'src/functions/FunctionDayFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDayFromDateTime.Tpo $(DEPDIR)/FunctionDayFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDayFromDateTime.cpp' object='FunctionDayFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDayFromDateTime.lo `test -f 'src/functions/FunctionDayFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDayFromDateTime.lo `test -f 'src/functions/FunctionDayFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionDayFromDateTime.cpp FunctionDaysFromDuration.lo: src/functions/FunctionDaysFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDaysFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionDaysFromDuration.Tpo -c -o FunctionDaysFromDuration.lo `test -f 'src/functions/FunctionDaysFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionDaysFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionDaysFromDuration.Tpo $(DEPDIR)/FunctionDaysFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionDaysFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionDaysFromDuration.Tpo -c -o FunctionDaysFromDuration.lo `test -f 'src/functions/FunctionDaysFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionDaysFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionDaysFromDuration.Tpo $(DEPDIR)/FunctionDaysFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionDaysFromDuration.cpp' object='FunctionDaysFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDaysFromDuration.lo `test -f 'src/functions/FunctionDaysFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionDaysFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionDaysFromDuration.lo `test -f 'src/functions/FunctionDaysFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionDaysFromDuration.cpp FunctionHoursFromDateTime.lo: src/functions/FunctionHoursFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromDateTime.Tpo -c -o FunctionHoursFromDateTime.lo `test -f 'src/functions/FunctionHoursFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionHoursFromDateTime.Tpo $(DEPDIR)/FunctionHoursFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromDateTime.Tpo -c -o FunctionHoursFromDateTime.lo `test -f 'src/functions/FunctionHoursFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionHoursFromDateTime.Tpo $(DEPDIR)/FunctionHoursFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionHoursFromDateTime.cpp' object='FunctionHoursFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromDateTime.lo `test -f 'src/functions/FunctionHoursFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromDateTime.lo `test -f 'src/functions/FunctionHoursFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDateTime.cpp FunctionHoursFromDuration.lo: src/functions/FunctionHoursFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromDuration.Tpo -c -o FunctionHoursFromDuration.lo `test -f 'src/functions/FunctionHoursFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionHoursFromDuration.Tpo $(DEPDIR)/FunctionHoursFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromDuration.Tpo -c -o FunctionHoursFromDuration.lo `test -f 'src/functions/FunctionHoursFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionHoursFromDuration.Tpo $(DEPDIR)/FunctionHoursFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionHoursFromDuration.cpp' object='FunctionHoursFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromDuration.lo `test -f 'src/functions/FunctionHoursFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromDuration.lo `test -f 'src/functions/FunctionHoursFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromDuration.cpp FunctionHoursFromTime.lo: src/functions/FunctionHoursFromTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromTime.Tpo -c -o FunctionHoursFromTime.lo `test -f 'src/functions/FunctionHoursFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionHoursFromTime.Tpo $(DEPDIR)/FunctionHoursFromTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionHoursFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionHoursFromTime.Tpo -c -o FunctionHoursFromTime.lo `test -f 'src/functions/FunctionHoursFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionHoursFromTime.Tpo $(DEPDIR)/FunctionHoursFromTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionHoursFromTime.cpp' object='FunctionHoursFromTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromTime.lo `test -f 'src/functions/FunctionHoursFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionHoursFromTime.lo `test -f 'src/functions/FunctionHoursFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionHoursFromTime.cpp FunctionMinutesFromDateTime.lo: src/functions/FunctionMinutesFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromDateTime.Tpo -c -o FunctionMinutesFromDateTime.lo `test -f 'src/functions/FunctionMinutesFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMinutesFromDateTime.Tpo $(DEPDIR)/FunctionMinutesFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromDateTime.Tpo -c -o FunctionMinutesFromDateTime.lo `test -f 'src/functions/FunctionMinutesFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMinutesFromDateTime.Tpo $(DEPDIR)/FunctionMinutesFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMinutesFromDateTime.cpp' object='FunctionMinutesFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromDateTime.lo `test -f 'src/functions/FunctionMinutesFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromDateTime.lo `test -f 'src/functions/FunctionMinutesFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDateTime.cpp FunctionMinutesFromDuration.lo: src/functions/FunctionMinutesFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromDuration.Tpo -c -o FunctionMinutesFromDuration.lo `test -f 'src/functions/FunctionMinutesFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMinutesFromDuration.Tpo $(DEPDIR)/FunctionMinutesFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromDuration.Tpo -c -o FunctionMinutesFromDuration.lo `test -f 'src/functions/FunctionMinutesFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMinutesFromDuration.Tpo $(DEPDIR)/FunctionMinutesFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMinutesFromDuration.cpp' object='FunctionMinutesFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromDuration.lo `test -f 'src/functions/FunctionMinutesFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromDuration.lo `test -f 'src/functions/FunctionMinutesFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromDuration.cpp FunctionMinutesFromTime.lo: src/functions/FunctionMinutesFromTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromTime.Tpo -c -o FunctionMinutesFromTime.lo `test -f 'src/functions/FunctionMinutesFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMinutesFromTime.Tpo $(DEPDIR)/FunctionMinutesFromTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMinutesFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionMinutesFromTime.Tpo -c -o FunctionMinutesFromTime.lo `test -f 'src/functions/FunctionMinutesFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMinutesFromTime.Tpo $(DEPDIR)/FunctionMinutesFromTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMinutesFromTime.cpp' object='FunctionMinutesFromTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromTime.lo `test -f 'src/functions/FunctionMinutesFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMinutesFromTime.lo `test -f 'src/functions/FunctionMinutesFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMinutesFromTime.cpp FunctionMonthFromDate.lo: src/functions/FunctionMonthFromDate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionMonthFromDate.Tpo -c -o FunctionMonthFromDate.lo `test -f 'src/functions/FunctionMonthFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMonthFromDate.Tpo $(DEPDIR)/FunctionMonthFromDate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionMonthFromDate.Tpo -c -o FunctionMonthFromDate.lo `test -f 'src/functions/FunctionMonthFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMonthFromDate.Tpo $(DEPDIR)/FunctionMonthFromDate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMonthFromDate.cpp' object='FunctionMonthFromDate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthFromDate.lo `test -f 'src/functions/FunctionMonthFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthFromDate.lo `test -f 'src/functions/FunctionMonthFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDate.cpp FunctionMonthFromDateTime.lo: src/functions/FunctionMonthFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionMonthFromDateTime.Tpo -c -o FunctionMonthFromDateTime.lo `test -f 'src/functions/FunctionMonthFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMonthFromDateTime.Tpo $(DEPDIR)/FunctionMonthFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionMonthFromDateTime.Tpo -c -o FunctionMonthFromDateTime.lo `test -f 'src/functions/FunctionMonthFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMonthFromDateTime.Tpo $(DEPDIR)/FunctionMonthFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMonthFromDateTime.cpp' object='FunctionMonthFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthFromDateTime.lo `test -f 'src/functions/FunctionMonthFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthFromDateTime.lo `test -f 'src/functions/FunctionMonthFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthFromDateTime.cpp FunctionMonthsFromDuration.lo: src/functions/FunctionMonthsFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionMonthsFromDuration.Tpo -c -o FunctionMonthsFromDuration.lo `test -f 'src/functions/FunctionMonthsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthsFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionMonthsFromDuration.Tpo $(DEPDIR)/FunctionMonthsFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionMonthsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionMonthsFromDuration.Tpo -c -o FunctionMonthsFromDuration.lo `test -f 'src/functions/FunctionMonthsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthsFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionMonthsFromDuration.Tpo $(DEPDIR)/FunctionMonthsFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionMonthsFromDuration.cpp' object='FunctionMonthsFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthsFromDuration.lo `test -f 'src/functions/FunctionMonthsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthsFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionMonthsFromDuration.lo `test -f 'src/functions/FunctionMonthsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionMonthsFromDuration.cpp FunctionSecondsFromDateTime.lo: src/functions/FunctionSecondsFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromDateTime.Tpo -c -o FunctionSecondsFromDateTime.lo `test -f 'src/functions/FunctionSecondsFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSecondsFromDateTime.Tpo $(DEPDIR)/FunctionSecondsFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromDateTime.Tpo -c -o FunctionSecondsFromDateTime.lo `test -f 'src/functions/FunctionSecondsFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSecondsFromDateTime.Tpo $(DEPDIR)/FunctionSecondsFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSecondsFromDateTime.cpp' object='FunctionSecondsFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromDateTime.lo `test -f 'src/functions/FunctionSecondsFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromDateTime.lo `test -f 'src/functions/FunctionSecondsFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDateTime.cpp FunctionSecondsFromDuration.lo: src/functions/FunctionSecondsFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromDuration.Tpo -c -o FunctionSecondsFromDuration.lo `test -f 'src/functions/FunctionSecondsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSecondsFromDuration.Tpo $(DEPDIR)/FunctionSecondsFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromDuration.Tpo -c -o FunctionSecondsFromDuration.lo `test -f 'src/functions/FunctionSecondsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSecondsFromDuration.Tpo $(DEPDIR)/FunctionSecondsFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSecondsFromDuration.cpp' object='FunctionSecondsFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromDuration.lo `test -f 'src/functions/FunctionSecondsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromDuration.lo `test -f 'src/functions/FunctionSecondsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromDuration.cpp FunctionSecondsFromTime.lo: src/functions/FunctionSecondsFromTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromTime.Tpo -c -o FunctionSecondsFromTime.lo `test -f 'src/functions/FunctionSecondsFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSecondsFromTime.Tpo $(DEPDIR)/FunctionSecondsFromTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSecondsFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionSecondsFromTime.Tpo -c -o FunctionSecondsFromTime.lo `test -f 'src/functions/FunctionSecondsFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSecondsFromTime.Tpo $(DEPDIR)/FunctionSecondsFromTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSecondsFromTime.cpp' object='FunctionSecondsFromTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromTime.lo `test -f 'src/functions/FunctionSecondsFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSecondsFromTime.lo `test -f 'src/functions/FunctionSecondsFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionSecondsFromTime.cpp FunctionTimezoneFromDate.lo: src/functions/FunctionTimezoneFromDate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromDate.Tpo -c -o FunctionTimezoneFromDate.lo `test -f 'src/functions/FunctionTimezoneFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTimezoneFromDate.Tpo $(DEPDIR)/FunctionTimezoneFromDate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromDate.Tpo -c -o FunctionTimezoneFromDate.lo `test -f 'src/functions/FunctionTimezoneFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTimezoneFromDate.Tpo $(DEPDIR)/FunctionTimezoneFromDate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTimezoneFromDate.cpp' object='FunctionTimezoneFromDate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromDate.lo `test -f 'src/functions/FunctionTimezoneFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromDate.lo `test -f 'src/functions/FunctionTimezoneFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDate.cpp FunctionTimezoneFromDateTime.lo: src/functions/FunctionTimezoneFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromDateTime.Tpo -c -o FunctionTimezoneFromDateTime.lo `test -f 'src/functions/FunctionTimezoneFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTimezoneFromDateTime.Tpo $(DEPDIR)/FunctionTimezoneFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromDateTime.Tpo -c -o FunctionTimezoneFromDateTime.lo `test -f 'src/functions/FunctionTimezoneFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTimezoneFromDateTime.Tpo $(DEPDIR)/FunctionTimezoneFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTimezoneFromDateTime.cpp' object='FunctionTimezoneFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromDateTime.lo `test -f 'src/functions/FunctionTimezoneFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromDateTime.lo `test -f 'src/functions/FunctionTimezoneFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromDateTime.cpp FunctionTimezoneFromTime.lo: src/functions/FunctionTimezoneFromTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromTime.Tpo -c -o FunctionTimezoneFromTime.lo `test -f 'src/functions/FunctionTimezoneFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionTimezoneFromTime.Tpo $(DEPDIR)/FunctionTimezoneFromTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionTimezoneFromTime.lo -MD -MP -MF $(DEPDIR)/FunctionTimezoneFromTime.Tpo -c -o FunctionTimezoneFromTime.lo `test -f 'src/functions/FunctionTimezoneFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionTimezoneFromTime.Tpo $(DEPDIR)/FunctionTimezoneFromTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionTimezoneFromTime.cpp' object='FunctionTimezoneFromTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromTime.lo `test -f 'src/functions/FunctionTimezoneFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionTimezoneFromTime.lo `test -f 'src/functions/FunctionTimezoneFromTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionTimezoneFromTime.cpp FunctionYearFromDate.lo: src/functions/FunctionYearFromDate.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionYearFromDate.Tpo -c -o FunctionYearFromDate.lo `test -f 'src/functions/FunctionYearFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDate.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionYearFromDate.Tpo $(DEPDIR)/FunctionYearFromDate.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearFromDate.lo -MD -MP -MF $(DEPDIR)/FunctionYearFromDate.Tpo -c -o FunctionYearFromDate.lo `test -f 'src/functions/FunctionYearFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDate.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionYearFromDate.Tpo $(DEPDIR)/FunctionYearFromDate.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionYearFromDate.cpp' object='FunctionYearFromDate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearFromDate.lo `test -f 'src/functions/FunctionYearFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDate.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearFromDate.lo `test -f 'src/functions/FunctionYearFromDate.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDate.cpp FunctionYearFromDateTime.lo: src/functions/FunctionYearFromDateTime.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionYearFromDateTime.Tpo -c -o FunctionYearFromDateTime.lo `test -f 'src/functions/FunctionYearFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDateTime.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionYearFromDateTime.Tpo $(DEPDIR)/FunctionYearFromDateTime.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearFromDateTime.lo -MD -MP -MF $(DEPDIR)/FunctionYearFromDateTime.Tpo -c -o FunctionYearFromDateTime.lo `test -f 'src/functions/FunctionYearFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDateTime.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionYearFromDateTime.Tpo $(DEPDIR)/FunctionYearFromDateTime.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionYearFromDateTime.cpp' object='FunctionYearFromDateTime.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearFromDateTime.lo `test -f 'src/functions/FunctionYearFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDateTime.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearFromDateTime.lo `test -f 'src/functions/FunctionYearFromDateTime.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearFromDateTime.cpp FunctionYearsFromDuration.lo: src/functions/FunctionYearsFromDuration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionYearsFromDuration.Tpo -c -o FunctionYearsFromDuration.lo `test -f 'src/functions/FunctionYearsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearsFromDuration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionYearsFromDuration.Tpo $(DEPDIR)/FunctionYearsFromDuration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionYearsFromDuration.lo -MD -MP -MF $(DEPDIR)/FunctionYearsFromDuration.Tpo -c -o FunctionYearsFromDuration.lo `test -f 'src/functions/FunctionYearsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearsFromDuration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionYearsFromDuration.Tpo $(DEPDIR)/FunctionYearsFromDuration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionYearsFromDuration.cpp' object='FunctionYearsFromDuration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearsFromDuration.lo `test -f 'src/functions/FunctionYearsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearsFromDuration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionYearsFromDuration.lo `test -f 'src/functions/FunctionYearsFromDuration.cpp' || echo '$(srcdir)/'`src/functions/FunctionYearsFromDuration.cpp FunctionParseJSON.lo: src/functions/FunctionParseJSON.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseJSON.lo -MD -MP -MF $(DEPDIR)/FunctionParseJSON.Tpo -c -o FunctionParseJSON.lo `test -f 'src/functions/FunctionParseJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseJSON.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionParseJSON.Tpo $(DEPDIR)/FunctionParseJSON.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseJSON.lo -MD -MP -MF $(DEPDIR)/FunctionParseJSON.Tpo -c -o FunctionParseJSON.lo `test -f 'src/functions/FunctionParseJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseJSON.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionParseJSON.Tpo $(DEPDIR)/FunctionParseJSON.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionParseJSON.cpp' object='FunctionParseJSON.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseJSON.lo `test -f 'src/functions/FunctionParseJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseJSON.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseJSON.lo `test -f 'src/functions/FunctionParseJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseJSON.cpp FunctionSerializeJSON.lo: src/functions/FunctionSerializeJSON.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSerializeJSON.lo -MD -MP -MF $(DEPDIR)/FunctionSerializeJSON.Tpo -c -o FunctionSerializeJSON.lo `test -f 'src/functions/FunctionSerializeJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionSerializeJSON.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionSerializeJSON.Tpo $(DEPDIR)/FunctionSerializeJSON.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionSerializeJSON.lo -MD -MP -MF $(DEPDIR)/FunctionSerializeJSON.Tpo -c -o FunctionSerializeJSON.lo `test -f 'src/functions/FunctionSerializeJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionSerializeJSON.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionSerializeJSON.Tpo $(DEPDIR)/FunctionSerializeJSON.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionSerializeJSON.cpp' object='FunctionSerializeJSON.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSerializeJSON.lo `test -f 'src/functions/FunctionSerializeJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionSerializeJSON.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionSerializeJSON.lo `test -f 'src/functions/FunctionSerializeJSON.cpp' || echo '$(srcdir)/'`src/functions/FunctionSerializeJSON.cpp FunctionParseHTML.lo: src/functions/FunctionParseHTML.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseHTML.lo -MD -MP -MF $(DEPDIR)/FunctionParseHTML.Tpo -c -o FunctionParseHTML.lo `test -f 'src/functions/FunctionParseHTML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseHTML.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionParseHTML.Tpo $(DEPDIR)/FunctionParseHTML.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionParseHTML.lo -MD -MP -MF $(DEPDIR)/FunctionParseHTML.Tpo -c -o FunctionParseHTML.lo `test -f 'src/functions/FunctionParseHTML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseHTML.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionParseHTML.Tpo $(DEPDIR)/FunctionParseHTML.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionParseHTML.cpp' object='FunctionParseHTML.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseHTML.lo `test -f 'src/functions/FunctionParseHTML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseHTML.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionParseHTML.lo `test -f 'src/functions/FunctionParseHTML.cpp' || echo '$(srcdir)/'`src/functions/FunctionParseHTML.cpp FunctionPartialApply.lo: src/functions/FunctionPartialApply.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPartialApply.lo -MD -MP -MF $(DEPDIR)/FunctionPartialApply.Tpo -c -o FunctionPartialApply.lo `test -f 'src/functions/FunctionPartialApply.cpp' || echo '$(srcdir)/'`src/functions/FunctionPartialApply.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionPartialApply.Tpo $(DEPDIR)/FunctionPartialApply.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPartialApply.lo -MD -MP -MF $(DEPDIR)/FunctionPartialApply.Tpo -c -o FunctionPartialApply.lo `test -f 'src/functions/FunctionPartialApply.cpp' || echo '$(srcdir)/'`src/functions/FunctionPartialApply.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionPartialApply.Tpo $(DEPDIR)/FunctionPartialApply.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionPartialApply.cpp' object='FunctionPartialApply.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPartialApply.lo `test -f 'src/functions/FunctionPartialApply.cpp' || echo '$(srcdir)/'`src/functions/FunctionPartialApply.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPartialApply.lo `test -f 'src/functions/FunctionPartialApply.cpp' || echo '$(srcdir)/'`src/functions/FunctionPartialApply.cpp FunctionAnalyzeString.lo: src/functions/FunctionAnalyzeString.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAnalyzeString.lo -MD -MP -MF $(DEPDIR)/FunctionAnalyzeString.Tpo -c -o FunctionAnalyzeString.lo `test -f 'src/functions/FunctionAnalyzeString.cpp' || echo '$(srcdir)/'`src/functions/FunctionAnalyzeString.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionAnalyzeString.Tpo $(DEPDIR)/FunctionAnalyzeString.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionAnalyzeString.lo -MD -MP -MF $(DEPDIR)/FunctionAnalyzeString.Tpo -c -o FunctionAnalyzeString.lo `test -f 'src/functions/FunctionAnalyzeString.cpp' || echo '$(srcdir)/'`src/functions/FunctionAnalyzeString.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionAnalyzeString.Tpo $(DEPDIR)/FunctionAnalyzeString.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/FunctionAnalyzeString.cpp' object='FunctionAnalyzeString.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAnalyzeString.lo `test -f 'src/functions/FunctionAnalyzeString.cpp' || echo '$(srcdir)/'`src/functions/FunctionAnalyzeString.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionAnalyzeString.lo `test -f 'src/functions/FunctionAnalyzeString.cpp' || echo '$(srcdir)/'`src/functions/FunctionAnalyzeString.cpp XQUserFunction.lo: src/functions/XQUserFunction.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQUserFunction.lo -MD -MP -MF $(DEPDIR)/XQUserFunction.Tpo -c -o XQUserFunction.lo `test -f 'src/functions/XQUserFunction.cpp' || echo '$(srcdir)/'`src/functions/XQUserFunction.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQUserFunction.Tpo $(DEPDIR)/XQUserFunction.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQUserFunction.lo -MD -MP -MF $(DEPDIR)/XQUserFunction.Tpo -c -o XQUserFunction.lo `test -f 'src/functions/XQUserFunction.cpp' || echo '$(srcdir)/'`src/functions/XQUserFunction.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQUserFunction.Tpo $(DEPDIR)/XQUserFunction.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/functions/XQUserFunction.cpp' object='XQUserFunction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQUserFunction.lo `test -f 'src/functions/XQUserFunction.cpp' || echo '$(srcdir)/'`src/functions/XQUserFunction.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQUserFunction.lo `test -f 'src/functions/XQUserFunction.cpp' || echo '$(srcdir)/'`src/functions/XQUserFunction.cpp ATAnySimpleTypeImpl.lo: src/items/impl/ATAnySimpleTypeImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATAnySimpleTypeImpl.lo -MD -MP -MF $(DEPDIR)/ATAnySimpleTypeImpl.Tpo -c -o ATAnySimpleTypeImpl.lo `test -f 'src/items/impl/ATAnySimpleTypeImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnySimpleTypeImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATAnySimpleTypeImpl.Tpo $(DEPDIR)/ATAnySimpleTypeImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATAnySimpleTypeImpl.lo -MD -MP -MF $(DEPDIR)/ATAnySimpleTypeImpl.Tpo -c -o ATAnySimpleTypeImpl.lo `test -f 'src/items/impl/ATAnySimpleTypeImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnySimpleTypeImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATAnySimpleTypeImpl.Tpo $(DEPDIR)/ATAnySimpleTypeImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATAnySimpleTypeImpl.cpp' object='ATAnySimpleTypeImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATAnySimpleTypeImpl.lo `test -f 'src/items/impl/ATAnySimpleTypeImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnySimpleTypeImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATAnySimpleTypeImpl.lo `test -f 'src/items/impl/ATAnySimpleTypeImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnySimpleTypeImpl.cpp ATAnyURIOrDerivedImpl.lo: src/items/impl/ATAnyURIOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATAnyURIOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATAnyURIOrDerivedImpl.Tpo -c -o ATAnyURIOrDerivedImpl.lo `test -f 'src/items/impl/ATAnyURIOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnyURIOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATAnyURIOrDerivedImpl.Tpo $(DEPDIR)/ATAnyURIOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATAnyURIOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATAnyURIOrDerivedImpl.Tpo -c -o ATAnyURIOrDerivedImpl.lo `test -f 'src/items/impl/ATAnyURIOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnyURIOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATAnyURIOrDerivedImpl.Tpo $(DEPDIR)/ATAnyURIOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATAnyURIOrDerivedImpl.cpp' object='ATAnyURIOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATAnyURIOrDerivedImpl.lo `test -f 'src/items/impl/ATAnyURIOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnyURIOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATAnyURIOrDerivedImpl.lo `test -f 'src/items/impl/ATAnyURIOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATAnyURIOrDerivedImpl.cpp ATBase64BinaryOrDerivedImpl.lo: src/items/impl/ATBase64BinaryOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATBase64BinaryOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Tpo -c -o ATBase64BinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATBase64BinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBase64BinaryOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Tpo $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATBase64BinaryOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Tpo -c -o ATBase64BinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATBase64BinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBase64BinaryOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Tpo $(DEPDIR)/ATBase64BinaryOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATBase64BinaryOrDerivedImpl.cpp' object='ATBase64BinaryOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATBase64BinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATBase64BinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBase64BinaryOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATBase64BinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATBase64BinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBase64BinaryOrDerivedImpl.cpp ATBooleanOrDerivedImpl.lo: src/items/impl/ATBooleanOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATBooleanOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATBooleanOrDerivedImpl.Tpo -c -o ATBooleanOrDerivedImpl.lo `test -f 'src/items/impl/ATBooleanOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBooleanOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATBooleanOrDerivedImpl.Tpo $(DEPDIR)/ATBooleanOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATBooleanOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATBooleanOrDerivedImpl.Tpo -c -o ATBooleanOrDerivedImpl.lo `test -f 'src/items/impl/ATBooleanOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBooleanOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATBooleanOrDerivedImpl.Tpo $(DEPDIR)/ATBooleanOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATBooleanOrDerivedImpl.cpp' object='ATBooleanOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATBooleanOrDerivedImpl.lo `test -f 'src/items/impl/ATBooleanOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBooleanOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATBooleanOrDerivedImpl.lo `test -f 'src/items/impl/ATBooleanOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATBooleanOrDerivedImpl.cpp ATDateOrDerivedImpl.lo: src/items/impl/ATDateOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDateOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDateOrDerivedImpl.Tpo -c -o ATDateOrDerivedImpl.lo `test -f 'src/items/impl/ATDateOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDateOrDerivedImpl.Tpo $(DEPDIR)/ATDateOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDateOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDateOrDerivedImpl.Tpo -c -o ATDateOrDerivedImpl.lo `test -f 'src/items/impl/ATDateOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDateOrDerivedImpl.Tpo $(DEPDIR)/ATDateOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATDateOrDerivedImpl.cpp' object='ATDateOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDateOrDerivedImpl.lo `test -f 'src/items/impl/ATDateOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDateOrDerivedImpl.lo `test -f 'src/items/impl/ATDateOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateOrDerivedImpl.cpp ATDateTimeOrDerivedImpl.lo: src/items/impl/ATDateTimeOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDateTimeOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDateTimeOrDerivedImpl.Tpo -c -o ATDateTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATDateTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateTimeOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDateTimeOrDerivedImpl.Tpo $(DEPDIR)/ATDateTimeOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDateTimeOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDateTimeOrDerivedImpl.Tpo -c -o ATDateTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATDateTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateTimeOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDateTimeOrDerivedImpl.Tpo $(DEPDIR)/ATDateTimeOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATDateTimeOrDerivedImpl.cpp' object='ATDateTimeOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDateTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATDateTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateTimeOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDateTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATDateTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDateTimeOrDerivedImpl.cpp ATDecimalOrDerivedImpl.lo: src/items/impl/ATDecimalOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDecimalOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDecimalOrDerivedImpl.Tpo -c -o ATDecimalOrDerivedImpl.lo `test -f 'src/items/impl/ATDecimalOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDecimalOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDecimalOrDerivedImpl.Tpo $(DEPDIR)/ATDecimalOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDecimalOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDecimalOrDerivedImpl.Tpo -c -o ATDecimalOrDerivedImpl.lo `test -f 'src/items/impl/ATDecimalOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDecimalOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDecimalOrDerivedImpl.Tpo $(DEPDIR)/ATDecimalOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATDecimalOrDerivedImpl.cpp' object='ATDecimalOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDecimalOrDerivedImpl.lo `test -f 'src/items/impl/ATDecimalOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDecimalOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDecimalOrDerivedImpl.lo `test -f 'src/items/impl/ATDecimalOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDecimalOrDerivedImpl.cpp ATDoubleOrDerivedImpl.lo: src/items/impl/ATDoubleOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDoubleOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDoubleOrDerivedImpl.Tpo -c -o ATDoubleOrDerivedImpl.lo `test -f 'src/items/impl/ATDoubleOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDoubleOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDoubleOrDerivedImpl.Tpo $(DEPDIR)/ATDoubleOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDoubleOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDoubleOrDerivedImpl.Tpo -c -o ATDoubleOrDerivedImpl.lo `test -f 'src/items/impl/ATDoubleOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDoubleOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDoubleOrDerivedImpl.Tpo $(DEPDIR)/ATDoubleOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATDoubleOrDerivedImpl.cpp' object='ATDoubleOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDoubleOrDerivedImpl.lo `test -f 'src/items/impl/ATDoubleOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDoubleOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDoubleOrDerivedImpl.lo `test -f 'src/items/impl/ATDoubleOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDoubleOrDerivedImpl.cpp ATDurationOrDerivedImpl.lo: src/items/impl/ATDurationOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDurationOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDurationOrDerivedImpl.Tpo -c -o ATDurationOrDerivedImpl.lo `test -f 'src/items/impl/ATDurationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDurationOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDurationOrDerivedImpl.Tpo $(DEPDIR)/ATDurationOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDurationOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATDurationOrDerivedImpl.Tpo -c -o ATDurationOrDerivedImpl.lo `test -f 'src/items/impl/ATDurationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDurationOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDurationOrDerivedImpl.Tpo $(DEPDIR)/ATDurationOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATDurationOrDerivedImpl.cpp' object='ATDurationOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDurationOrDerivedImpl.lo `test -f 'src/items/impl/ATDurationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDurationOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDurationOrDerivedImpl.lo `test -f 'src/items/impl/ATDurationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATDurationOrDerivedImpl.cpp ATFloatOrDerivedImpl.lo: src/items/impl/ATFloatOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATFloatOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATFloatOrDerivedImpl.Tpo -c -o ATFloatOrDerivedImpl.lo `test -f 'src/items/impl/ATFloatOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATFloatOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATFloatOrDerivedImpl.Tpo $(DEPDIR)/ATFloatOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATFloatOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATFloatOrDerivedImpl.Tpo -c -o ATFloatOrDerivedImpl.lo `test -f 'src/items/impl/ATFloatOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATFloatOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATFloatOrDerivedImpl.Tpo $(DEPDIR)/ATFloatOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATFloatOrDerivedImpl.cpp' object='ATFloatOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATFloatOrDerivedImpl.lo `test -f 'src/items/impl/ATFloatOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATFloatOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATFloatOrDerivedImpl.lo `test -f 'src/items/impl/ATFloatOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATFloatOrDerivedImpl.cpp ATGDayOrDerivedImpl.lo: src/items/impl/ATGDayOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGDayOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGDayOrDerivedImpl.Tpo -c -o ATGDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGDayOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATGDayOrDerivedImpl.Tpo $(DEPDIR)/ATGDayOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGDayOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGDayOrDerivedImpl.Tpo -c -o ATGDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGDayOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATGDayOrDerivedImpl.Tpo $(DEPDIR)/ATGDayOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATGDayOrDerivedImpl.cpp' object='ATGDayOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGDayOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGDayOrDerivedImpl.cpp ATGMonthDayOrDerivedImpl.lo: src/items/impl/ATGMonthDayOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGMonthDayOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGMonthDayOrDerivedImpl.Tpo -c -o ATGMonthDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthDayOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATGMonthDayOrDerivedImpl.Tpo $(DEPDIR)/ATGMonthDayOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGMonthDayOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGMonthDayOrDerivedImpl.Tpo -c -o ATGMonthDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthDayOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATGMonthDayOrDerivedImpl.Tpo $(DEPDIR)/ATGMonthDayOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATGMonthDayOrDerivedImpl.cpp' object='ATGMonthDayOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGMonthDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthDayOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGMonthDayOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthDayOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthDayOrDerivedImpl.cpp ATGMonthOrDerivedImpl.lo: src/items/impl/ATGMonthOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGMonthOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGMonthOrDerivedImpl.Tpo -c -o ATGMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATGMonthOrDerivedImpl.Tpo $(DEPDIR)/ATGMonthOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGMonthOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGMonthOrDerivedImpl.Tpo -c -o ATGMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATGMonthOrDerivedImpl.Tpo $(DEPDIR)/ATGMonthOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATGMonthOrDerivedImpl.cpp' object='ATGMonthOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGMonthOrDerivedImpl.cpp ATGYearMonthOrDerivedImpl.lo: src/items/impl/ATGYearMonthOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGYearMonthOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGYearMonthOrDerivedImpl.Tpo -c -o ATGYearMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearMonthOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATGYearMonthOrDerivedImpl.Tpo $(DEPDIR)/ATGYearMonthOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGYearMonthOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGYearMonthOrDerivedImpl.Tpo -c -o ATGYearMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearMonthOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATGYearMonthOrDerivedImpl.Tpo $(DEPDIR)/ATGYearMonthOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATGYearMonthOrDerivedImpl.cpp' object='ATGYearMonthOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGYearMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearMonthOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGYearMonthOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearMonthOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearMonthOrDerivedImpl.cpp ATGYearOrDerivedImpl.lo: src/items/impl/ATGYearOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGYearOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGYearOrDerivedImpl.Tpo -c -o ATGYearOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATGYearOrDerivedImpl.Tpo $(DEPDIR)/ATGYearOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATGYearOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATGYearOrDerivedImpl.Tpo -c -o ATGYearOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATGYearOrDerivedImpl.Tpo $(DEPDIR)/ATGYearOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATGYearOrDerivedImpl.cpp' object='ATGYearOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGYearOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATGYearOrDerivedImpl.lo `test -f 'src/items/impl/ATGYearOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATGYearOrDerivedImpl.cpp ATHexBinaryOrDerivedImpl.lo: src/items/impl/ATHexBinaryOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATHexBinaryOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATHexBinaryOrDerivedImpl.Tpo -c -o ATHexBinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATHexBinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATHexBinaryOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATHexBinaryOrDerivedImpl.Tpo $(DEPDIR)/ATHexBinaryOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATHexBinaryOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATHexBinaryOrDerivedImpl.Tpo -c -o ATHexBinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATHexBinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATHexBinaryOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATHexBinaryOrDerivedImpl.Tpo $(DEPDIR)/ATHexBinaryOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATHexBinaryOrDerivedImpl.cpp' object='ATHexBinaryOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATHexBinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATHexBinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATHexBinaryOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATHexBinaryOrDerivedImpl.lo `test -f 'src/items/impl/ATHexBinaryOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATHexBinaryOrDerivedImpl.cpp ATNotationOrDerivedImpl.lo: src/items/impl/ATNotationOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATNotationOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATNotationOrDerivedImpl.Tpo -c -o ATNotationOrDerivedImpl.lo `test -f 'src/items/impl/ATNotationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATNotationOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATNotationOrDerivedImpl.Tpo $(DEPDIR)/ATNotationOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATNotationOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATNotationOrDerivedImpl.Tpo -c -o ATNotationOrDerivedImpl.lo `test -f 'src/items/impl/ATNotationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATNotationOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATNotationOrDerivedImpl.Tpo $(DEPDIR)/ATNotationOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATNotationOrDerivedImpl.cpp' object='ATNotationOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATNotationOrDerivedImpl.lo `test -f 'src/items/impl/ATNotationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATNotationOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATNotationOrDerivedImpl.lo `test -f 'src/items/impl/ATNotationOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATNotationOrDerivedImpl.cpp ATQNameOrDerivedImpl.lo: src/items/impl/ATQNameOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATQNameOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATQNameOrDerivedImpl.Tpo -c -o ATQNameOrDerivedImpl.lo `test -f 'src/items/impl/ATQNameOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATQNameOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATQNameOrDerivedImpl.Tpo $(DEPDIR)/ATQNameOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATQNameOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATQNameOrDerivedImpl.Tpo -c -o ATQNameOrDerivedImpl.lo `test -f 'src/items/impl/ATQNameOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATQNameOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATQNameOrDerivedImpl.Tpo $(DEPDIR)/ATQNameOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATQNameOrDerivedImpl.cpp' object='ATQNameOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATQNameOrDerivedImpl.lo `test -f 'src/items/impl/ATQNameOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATQNameOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATQNameOrDerivedImpl.lo `test -f 'src/items/impl/ATQNameOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATQNameOrDerivedImpl.cpp ATStringOrDerivedImpl.lo: src/items/impl/ATStringOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATStringOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATStringOrDerivedImpl.Tpo -c -o ATStringOrDerivedImpl.lo `test -f 'src/items/impl/ATStringOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATStringOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATStringOrDerivedImpl.Tpo $(DEPDIR)/ATStringOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATStringOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATStringOrDerivedImpl.Tpo -c -o ATStringOrDerivedImpl.lo `test -f 'src/items/impl/ATStringOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATStringOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATStringOrDerivedImpl.Tpo $(DEPDIR)/ATStringOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATStringOrDerivedImpl.cpp' object='ATStringOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATStringOrDerivedImpl.lo `test -f 'src/items/impl/ATStringOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATStringOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATStringOrDerivedImpl.lo `test -f 'src/items/impl/ATStringOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATStringOrDerivedImpl.cpp ATTimeOrDerivedImpl.lo: src/items/impl/ATTimeOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATTimeOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATTimeOrDerivedImpl.Tpo -c -o ATTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATTimeOrDerivedImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATTimeOrDerivedImpl.Tpo $(DEPDIR)/ATTimeOrDerivedImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATTimeOrDerivedImpl.lo -MD -MP -MF $(DEPDIR)/ATTimeOrDerivedImpl.Tpo -c -o ATTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATTimeOrDerivedImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATTimeOrDerivedImpl.Tpo $(DEPDIR)/ATTimeOrDerivedImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATTimeOrDerivedImpl.cpp' object='ATTimeOrDerivedImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATTimeOrDerivedImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATTimeOrDerivedImpl.lo `test -f 'src/items/impl/ATTimeOrDerivedImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATTimeOrDerivedImpl.cpp ATUntypedAtomicImpl.lo: src/items/impl/ATUntypedAtomicImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATUntypedAtomicImpl.lo -MD -MP -MF $(DEPDIR)/ATUntypedAtomicImpl.Tpo -c -o ATUntypedAtomicImpl.lo `test -f 'src/items/impl/ATUntypedAtomicImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATUntypedAtomicImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATUntypedAtomicImpl.Tpo $(DEPDIR)/ATUntypedAtomicImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATUntypedAtomicImpl.lo -MD -MP -MF $(DEPDIR)/ATUntypedAtomicImpl.Tpo -c -o ATUntypedAtomicImpl.lo `test -f 'src/items/impl/ATUntypedAtomicImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATUntypedAtomicImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATUntypedAtomicImpl.Tpo $(DEPDIR)/ATUntypedAtomicImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/ATUntypedAtomicImpl.cpp' object='ATUntypedAtomicImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATUntypedAtomicImpl.lo `test -f 'src/items/impl/ATUntypedAtomicImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATUntypedAtomicImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATUntypedAtomicImpl.lo `test -f 'src/items/impl/ATUntypedAtomicImpl.cpp' || echo '$(srcdir)/'`src/items/impl/ATUntypedAtomicImpl.cpp FunctionRefImpl.lo: src/items/impl/FunctionRefImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRefImpl.lo -MD -MP -MF $(DEPDIR)/FunctionRefImpl.Tpo -c -o FunctionRefImpl.lo `test -f 'src/items/impl/FunctionRefImpl.cpp' || echo '$(srcdir)/'`src/items/impl/FunctionRefImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionRefImpl.Tpo $(DEPDIR)/FunctionRefImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionRefImpl.lo -MD -MP -MF $(DEPDIR)/FunctionRefImpl.Tpo -c -o FunctionRefImpl.lo `test -f 'src/items/impl/FunctionRefImpl.cpp' || echo '$(srcdir)/'`src/items/impl/FunctionRefImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionRefImpl.Tpo $(DEPDIR)/FunctionRefImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/impl/FunctionRefImpl.cpp' object='FunctionRefImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRefImpl.lo `test -f 'src/items/impl/FunctionRefImpl.cpp' || echo '$(srcdir)/'`src/items/impl/FunctionRefImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionRefImpl.lo `test -f 'src/items/impl/FunctionRefImpl.cpp' || echo '$(srcdir)/'`src/items/impl/FunctionRefImpl.cpp DatatypeFactory.lo: src/items/DatatypeFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DatatypeFactory.lo -MD -MP -MF $(DEPDIR)/DatatypeFactory.Tpo -c -o DatatypeFactory.lo `test -f 'src/items/DatatypeFactory.cpp' || echo '$(srcdir)/'`src/items/DatatypeFactory.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DatatypeFactory.Tpo $(DEPDIR)/DatatypeFactory.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DatatypeFactory.lo -MD -MP -MF $(DEPDIR)/DatatypeFactory.Tpo -c -o DatatypeFactory.lo `test -f 'src/items/DatatypeFactory.cpp' || echo '$(srcdir)/'`src/items/DatatypeFactory.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DatatypeFactory.Tpo $(DEPDIR)/DatatypeFactory.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/DatatypeFactory.cpp' object='DatatypeFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DatatypeFactory.lo `test -f 'src/items/DatatypeFactory.cpp' || echo '$(srcdir)/'`src/items/DatatypeFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DatatypeFactory.lo `test -f 'src/items/DatatypeFactory.cpp' || echo '$(srcdir)/'`src/items/DatatypeFactory.cpp DatatypeLookup.lo: src/items/DatatypeLookup.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DatatypeLookup.lo -MD -MP -MF $(DEPDIR)/DatatypeLookup.Tpo -c -o DatatypeLookup.lo `test -f 'src/items/DatatypeLookup.cpp' || echo '$(srcdir)/'`src/items/DatatypeLookup.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DatatypeLookup.Tpo $(DEPDIR)/DatatypeLookup.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DatatypeLookup.lo -MD -MP -MF $(DEPDIR)/DatatypeLookup.Tpo -c -o DatatypeLookup.lo `test -f 'src/items/DatatypeLookup.cpp' || echo '$(srcdir)/'`src/items/DatatypeLookup.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DatatypeLookup.Tpo $(DEPDIR)/DatatypeLookup.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/DatatypeLookup.cpp' object='DatatypeLookup.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DatatypeLookup.lo `test -f 'src/items/DatatypeLookup.cpp' || echo '$(srcdir)/'`src/items/DatatypeLookup.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DatatypeLookup.lo `test -f 'src/items/DatatypeLookup.cpp' || echo '$(srcdir)/'`src/items/DatatypeLookup.cpp AnyAtomicType.lo: src/items/AnyAtomicType.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AnyAtomicType.lo -MD -MP -MF $(DEPDIR)/AnyAtomicType.Tpo -c -o AnyAtomicType.lo `test -f 'src/items/AnyAtomicType.cpp' || echo '$(srcdir)/'`src/items/AnyAtomicType.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/AnyAtomicType.Tpo $(DEPDIR)/AnyAtomicType.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AnyAtomicType.lo -MD -MP -MF $(DEPDIR)/AnyAtomicType.Tpo -c -o AnyAtomicType.lo `test -f 'src/items/AnyAtomicType.cpp' || echo '$(srcdir)/'`src/items/AnyAtomicType.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AnyAtomicType.Tpo $(DEPDIR)/AnyAtomicType.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/AnyAtomicType.cpp' object='AnyAtomicType.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AnyAtomicType.lo `test -f 'src/items/AnyAtomicType.cpp' || echo '$(srcdir)/'`src/items/AnyAtomicType.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AnyAtomicType.lo `test -f 'src/items/AnyAtomicType.cpp' || echo '$(srcdir)/'`src/items/AnyAtomicType.cpp ATDurationOrDerived.lo: src/items/ATDurationOrDerived.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDurationOrDerived.lo -MD -MP -MF $(DEPDIR)/ATDurationOrDerived.Tpo -c -o ATDurationOrDerived.lo `test -f 'src/items/ATDurationOrDerived.cpp' || echo '$(srcdir)/'`src/items/ATDurationOrDerived.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATDurationOrDerived.Tpo $(DEPDIR)/ATDurationOrDerived.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATDurationOrDerived.lo -MD -MP -MF $(DEPDIR)/ATDurationOrDerived.Tpo -c -o ATDurationOrDerived.lo `test -f 'src/items/ATDurationOrDerived.cpp' || echo '$(srcdir)/'`src/items/ATDurationOrDerived.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATDurationOrDerived.Tpo $(DEPDIR)/ATDurationOrDerived.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/ATDurationOrDerived.cpp' object='ATDurationOrDerived.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDurationOrDerived.lo `test -f 'src/items/ATDurationOrDerived.cpp' || echo '$(srcdir)/'`src/items/ATDurationOrDerived.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATDurationOrDerived.lo `test -f 'src/items/ATDurationOrDerived.cpp' || echo '$(srcdir)/'`src/items/ATDurationOrDerived.cpp ATUntypedAtomic.lo: src/items/ATUntypedAtomic.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATUntypedAtomic.lo -MD -MP -MF $(DEPDIR)/ATUntypedAtomic.Tpo -c -o ATUntypedAtomic.lo `test -f 'src/items/ATUntypedAtomic.cpp' || echo '$(srcdir)/'`src/items/ATUntypedAtomic.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ATUntypedAtomic.Tpo $(DEPDIR)/ATUntypedAtomic.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ATUntypedAtomic.lo -MD -MP -MF $(DEPDIR)/ATUntypedAtomic.Tpo -c -o ATUntypedAtomic.lo `test -f 'src/items/ATUntypedAtomic.cpp' || echo '$(srcdir)/'`src/items/ATUntypedAtomic.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ATUntypedAtomic.Tpo $(DEPDIR)/ATUntypedAtomic.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/ATUntypedAtomic.cpp' object='ATUntypedAtomic.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATUntypedAtomic.lo `test -f 'src/items/ATUntypedAtomic.cpp' || echo '$(srcdir)/'`src/items/ATUntypedAtomic.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ATUntypedAtomic.lo `test -f 'src/items/ATUntypedAtomic.cpp' || echo '$(srcdir)/'`src/items/ATUntypedAtomic.cpp DateOrTimeType.lo: src/items/DateOrTimeType.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DateOrTimeType.lo -MD -MP -MF $(DEPDIR)/DateOrTimeType.Tpo -c -o DateOrTimeType.lo `test -f 'src/items/DateOrTimeType.cpp' || echo '$(srcdir)/'`src/items/DateOrTimeType.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DateOrTimeType.Tpo $(DEPDIR)/DateOrTimeType.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DateOrTimeType.lo -MD -MP -MF $(DEPDIR)/DateOrTimeType.Tpo -c -o DateOrTimeType.lo `test -f 'src/items/DateOrTimeType.cpp' || echo '$(srcdir)/'`src/items/DateOrTimeType.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DateOrTimeType.Tpo $(DEPDIR)/DateOrTimeType.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/DateOrTimeType.cpp' object='DateOrTimeType.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DateOrTimeType.lo `test -f 'src/items/DateOrTimeType.cpp' || echo '$(srcdir)/'`src/items/DateOrTimeType.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DateOrTimeType.lo `test -f 'src/items/DateOrTimeType.cpp' || echo '$(srcdir)/'`src/items/DateOrTimeType.cpp Item.lo: src/items/Item.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Item.lo -MD -MP -MF $(DEPDIR)/Item.Tpo -c -o Item.lo `test -f 'src/items/Item.cpp' || echo '$(srcdir)/'`src/items/Item.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Item.Tpo $(DEPDIR)/Item.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Item.lo -MD -MP -MF $(DEPDIR)/Item.Tpo -c -o Item.lo `test -f 'src/items/Item.cpp' || echo '$(srcdir)/'`src/items/Item.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Item.Tpo $(DEPDIR)/Item.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/Item.cpp' object='Item.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Item.lo `test -f 'src/items/Item.cpp' || echo '$(srcdir)/'`src/items/Item.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Item.lo `test -f 'src/items/Item.cpp' || echo '$(srcdir)/'`src/items/Item.cpp Node.lo: src/items/Node.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Node.lo -MD -MP -MF $(DEPDIR)/Node.Tpo -c -o Node.lo `test -f 'src/items/Node.cpp' || echo '$(srcdir)/'`src/items/Node.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Node.Tpo $(DEPDIR)/Node.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Node.lo -MD -MP -MF $(DEPDIR)/Node.Tpo -c -o Node.lo `test -f 'src/items/Node.cpp' || echo '$(srcdir)/'`src/items/Node.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Node.Tpo $(DEPDIR)/Node.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/Node.cpp' object='Node.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Node.lo `test -f 'src/items/Node.cpp' || echo '$(srcdir)/'`src/items/Node.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Node.lo `test -f 'src/items/Node.cpp' || echo '$(srcdir)/'`src/items/Node.cpp Numeric.lo: src/items/Numeric.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Numeric.lo -MD -MP -MF $(DEPDIR)/Numeric.Tpo -c -o Numeric.lo `test -f 'src/items/Numeric.cpp' || echo '$(srcdir)/'`src/items/Numeric.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Numeric.Tpo $(DEPDIR)/Numeric.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Numeric.lo -MD -MP -MF $(DEPDIR)/Numeric.Tpo -c -o Numeric.lo `test -f 'src/items/Numeric.cpp' || echo '$(srcdir)/'`src/items/Numeric.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Numeric.Tpo $(DEPDIR)/Numeric.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/Numeric.cpp' object='Numeric.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Numeric.lo `test -f 'src/items/Numeric.cpp' || echo '$(srcdir)/'`src/items/Numeric.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Numeric.lo `test -f 'src/items/Numeric.cpp' || echo '$(srcdir)/'`src/items/Numeric.cpp Timezone.lo: src/items/Timezone.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Timezone.lo -MD -MP -MF $(DEPDIR)/Timezone.Tpo -c -o Timezone.lo `test -f 'src/items/Timezone.cpp' || echo '$(srcdir)/'`src/items/Timezone.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Timezone.Tpo $(DEPDIR)/Timezone.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Timezone.lo -MD -MP -MF $(DEPDIR)/Timezone.Tpo -c -o Timezone.lo `test -f 'src/items/Timezone.cpp' || echo '$(srcdir)/'`src/items/Timezone.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Timezone.Tpo $(DEPDIR)/Timezone.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/items/Timezone.cpp' object='Timezone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Timezone.lo `test -f 'src/items/Timezone.cpp' || echo '$(srcdir)/'`src/items/Timezone.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Timezone.lo `test -f 'src/items/Timezone.cpp' || echo '$(srcdir)/'`src/items/Timezone.cpp QName.lo: src/parser/QName.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QName.lo -MD -MP -MF $(DEPDIR)/QName.Tpo -c -o QName.lo `test -f 'src/parser/QName.cpp' || echo '$(srcdir)/'`src/parser/QName.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/QName.Tpo $(DEPDIR)/QName.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QName.lo -MD -MP -MF $(DEPDIR)/QName.Tpo -c -o QName.lo `test -f 'src/parser/QName.cpp' || echo '$(srcdir)/'`src/parser/QName.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/QName.Tpo $(DEPDIR)/QName.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/parser/QName.cpp' object='QName.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QName.lo `test -f 'src/parser/QName.cpp' || echo '$(srcdir)/'`src/parser/QName.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QName.lo `test -f 'src/parser/QName.cpp' || echo '$(srcdir)/'`src/parser/QName.cpp XQParser.lo: src/parser/XQParser.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQParser.lo -MD -MP -MF $(DEPDIR)/XQParser.Tpo -c -o XQParser.lo `test -f 'src/parser/XQParser.cpp' || echo '$(srcdir)/'`src/parser/XQParser.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQParser.Tpo $(DEPDIR)/XQParser.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQParser.lo -MD -MP -MF $(DEPDIR)/XQParser.Tpo -c -o XQParser.lo `test -f 'src/parser/XQParser.cpp' || echo '$(srcdir)/'`src/parser/XQParser.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQParser.Tpo $(DEPDIR)/XQParser.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/parser/XQParser.cpp' object='XQParser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQParser.lo `test -f 'src/parser/XQParser.cpp' || echo '$(srcdir)/'`src/parser/XQParser.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQParser.lo `test -f 'src/parser/XQParser.cpp' || echo '$(srcdir)/'`src/parser/XQParser.cpp XQLexer.lo: src/lexer/XQLexer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLexer.lo -MD -MP -MF $(DEPDIR)/XQLexer.Tpo -c -o XQLexer.lo `test -f 'src/lexer/XQLexer.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQLexer.Tpo $(DEPDIR)/XQLexer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLexer.lo -MD -MP -MF $(DEPDIR)/XQLexer.Tpo -c -o XQLexer.lo `test -f 'src/lexer/XQLexer.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQLexer.Tpo $(DEPDIR)/XQLexer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/lexer/XQLexer.cpp' object='XQLexer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLexer.lo `test -f 'src/lexer/XQLexer.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLexer.lo `test -f 'src/lexer/XQLexer.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer.cpp XQLexer2.lo: src/lexer/XQLexer2.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLexer2.lo -MD -MP -MF $(DEPDIR)/XQLexer2.Tpo -c -o XQLexer2.lo `test -f 'src/lexer/XQLexer2.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer2.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQLexer2.Tpo $(DEPDIR)/XQLexer2.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQLexer2.lo -MD -MP -MF $(DEPDIR)/XQLexer2.Tpo -c -o XQLexer2.lo `test -f 'src/lexer/XQLexer2.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer2.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQLexer2.Tpo $(DEPDIR)/XQLexer2.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/lexer/XQLexer2.cpp' object='XQLexer2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLexer2.lo `test -f 'src/lexer/XQLexer2.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer2.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQLexer2.lo `test -f 'src/lexer/XQLexer2.cpp' || echo '$(srcdir)/'`src/lexer/XQLexer2.cpp XSLT2Lexer.lo: src/lexer/XSLT2Lexer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XSLT2Lexer.lo -MD -MP -MF $(DEPDIR)/XSLT2Lexer.Tpo -c -o XSLT2Lexer.lo `test -f 'src/lexer/XSLT2Lexer.cpp' || echo '$(srcdir)/'`src/lexer/XSLT2Lexer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XSLT2Lexer.Tpo $(DEPDIR)/XSLT2Lexer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XSLT2Lexer.lo -MD -MP -MF $(DEPDIR)/XSLT2Lexer.Tpo -c -o XSLT2Lexer.lo `test -f 'src/lexer/XSLT2Lexer.cpp' || echo '$(srcdir)/'`src/lexer/XSLT2Lexer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XSLT2Lexer.Tpo $(DEPDIR)/XSLT2Lexer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/lexer/XSLT2Lexer.cpp' object='XSLT2Lexer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XSLT2Lexer.lo `test -f 'src/lexer/XSLT2Lexer.cpp' || echo '$(srcdir)/'`src/lexer/XSLT2Lexer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XSLT2Lexer.lo `test -f 'src/lexer/XSLT2Lexer.cpp' || echo '$(srcdir)/'`src/lexer/XSLT2Lexer.cpp m_apm.lo: src/mapm/m_apm.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT m_apm.lo -MD -MP -MF $(DEPDIR)/m_apm.Tpo -c -o m_apm.lo `test -f 'src/mapm/m_apm.cpp' || echo '$(srcdir)/'`src/mapm/m_apm.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/m_apm.Tpo $(DEPDIR)/m_apm.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT m_apm.lo -MD -MP -MF $(DEPDIR)/m_apm.Tpo -c -o m_apm.lo `test -f 'src/mapm/m_apm.cpp' || echo '$(srcdir)/'`src/mapm/m_apm.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/m_apm.Tpo $(DEPDIR)/m_apm.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/mapm/m_apm.cpp' object='m_apm.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o m_apm.lo `test -f 'src/mapm/m_apm.cpp' || echo '$(srcdir)/'`src/mapm/m_apm.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o m_apm.lo `test -f 'src/mapm/m_apm.cpp' || echo '$(srcdir)/'`src/mapm/m_apm.cpp mapm_mt.lo: src/mapm/mapm_mt.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mapm_mt.lo -MD -MP -MF $(DEPDIR)/mapm_mt.Tpo -c -o mapm_mt.lo `test -f 'src/mapm/mapm_mt.cpp' || echo '$(srcdir)/'`src/mapm/mapm_mt.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/mapm_mt.Tpo $(DEPDIR)/mapm_mt.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mapm_mt.lo -MD -MP -MF $(DEPDIR)/mapm_mt.Tpo -c -o mapm_mt.lo `test -f 'src/mapm/mapm_mt.cpp' || echo '$(srcdir)/'`src/mapm/mapm_mt.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/mapm_mt.Tpo $(DEPDIR)/mapm_mt.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/mapm/mapm_mt.cpp' object='mapm_mt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mapm_mt.lo `test -f 'src/mapm/mapm_mt.cpp' || echo '$(srcdir)/'`src/mapm/mapm_mt.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mapm_mt.lo `test -f 'src/mapm/mapm_mt.cpp' || echo '$(srcdir)/'`src/mapm/mapm_mt.cpp NodeTest.lo: src/axis/NodeTest.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NodeTest.lo -MD -MP -MF $(DEPDIR)/NodeTest.Tpo -c -o NodeTest.lo `test -f 'src/axis/NodeTest.cpp' || echo '$(srcdir)/'`src/axis/NodeTest.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NodeTest.Tpo $(DEPDIR)/NodeTest.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NodeTest.lo -MD -MP -MF $(DEPDIR)/NodeTest.Tpo -c -o NodeTest.lo `test -f 'src/axis/NodeTest.cpp' || echo '$(srcdir)/'`src/axis/NodeTest.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NodeTest.Tpo $(DEPDIR)/NodeTest.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/axis/NodeTest.cpp' object='NodeTest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NodeTest.lo `test -f 'src/axis/NodeTest.cpp' || echo '$(srcdir)/'`src/axis/NodeTest.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NodeTest.lo `test -f 'src/axis/NodeTest.cpp' || echo '$(srcdir)/'`src/axis/NodeTest.cpp SelfAxis.lo: src/axis/SelfAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SelfAxis.lo -MD -MP -MF $(DEPDIR)/SelfAxis.Tpo -c -o SelfAxis.lo `test -f 'src/axis/SelfAxis.cpp' || echo '$(srcdir)/'`src/axis/SelfAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SelfAxis.Tpo $(DEPDIR)/SelfAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SelfAxis.lo -MD -MP -MF $(DEPDIR)/SelfAxis.Tpo -c -o SelfAxis.lo `test -f 'src/axis/SelfAxis.cpp' || echo '$(srcdir)/'`src/axis/SelfAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SelfAxis.Tpo $(DEPDIR)/SelfAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/axis/SelfAxis.cpp' object='SelfAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SelfAxis.lo `test -f 'src/axis/SelfAxis.cpp' || echo '$(srcdir)/'`src/axis/SelfAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SelfAxis.lo `test -f 'src/axis/SelfAxis.cpp' || echo '$(srcdir)/'`src/axis/SelfAxis.cpp And.lo: src/operators/And.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT And.lo -MD -MP -MF $(DEPDIR)/And.Tpo -c -o And.lo `test -f 'src/operators/And.cpp' || echo '$(srcdir)/'`src/operators/And.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/And.Tpo $(DEPDIR)/And.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT And.lo -MD -MP -MF $(DEPDIR)/And.Tpo -c -o And.lo `test -f 'src/operators/And.cpp' || echo '$(srcdir)/'`src/operators/And.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/And.Tpo $(DEPDIR)/And.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/And.cpp' object='And.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o And.lo `test -f 'src/operators/And.cpp' || echo '$(srcdir)/'`src/operators/And.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o And.lo `test -f 'src/operators/And.cpp' || echo '$(srcdir)/'`src/operators/And.cpp ArithmeticOperator.lo: src/operators/ArithmeticOperator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ArithmeticOperator.lo -MD -MP -MF $(DEPDIR)/ArithmeticOperator.Tpo -c -o ArithmeticOperator.lo `test -f 'src/operators/ArithmeticOperator.cpp' || echo '$(srcdir)/'`src/operators/ArithmeticOperator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ArithmeticOperator.Tpo $(DEPDIR)/ArithmeticOperator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ArithmeticOperator.lo -MD -MP -MF $(DEPDIR)/ArithmeticOperator.Tpo -c -o ArithmeticOperator.lo `test -f 'src/operators/ArithmeticOperator.cpp' || echo '$(srcdir)/'`src/operators/ArithmeticOperator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ArithmeticOperator.Tpo $(DEPDIR)/ArithmeticOperator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/ArithmeticOperator.cpp' object='ArithmeticOperator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ArithmeticOperator.lo `test -f 'src/operators/ArithmeticOperator.cpp' || echo '$(srcdir)/'`src/operators/ArithmeticOperator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ArithmeticOperator.lo `test -f 'src/operators/ArithmeticOperator.cpp' || echo '$(srcdir)/'`src/operators/ArithmeticOperator.cpp ComparisonOperator.lo: src/operators/ComparisonOperator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ComparisonOperator.lo -MD -MP -MF $(DEPDIR)/ComparisonOperator.Tpo -c -o ComparisonOperator.lo `test -f 'src/operators/ComparisonOperator.cpp' || echo '$(srcdir)/'`src/operators/ComparisonOperator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ComparisonOperator.Tpo $(DEPDIR)/ComparisonOperator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ComparisonOperator.lo -MD -MP -MF $(DEPDIR)/ComparisonOperator.Tpo -c -o ComparisonOperator.lo `test -f 'src/operators/ComparisonOperator.cpp' || echo '$(srcdir)/'`src/operators/ComparisonOperator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ComparisonOperator.Tpo $(DEPDIR)/ComparisonOperator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/ComparisonOperator.cpp' object='ComparisonOperator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ComparisonOperator.lo `test -f 'src/operators/ComparisonOperator.cpp' || echo '$(srcdir)/'`src/operators/ComparisonOperator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ComparisonOperator.lo `test -f 'src/operators/ComparisonOperator.cpp' || echo '$(srcdir)/'`src/operators/ComparisonOperator.cpp Divide.lo: src/operators/Divide.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Divide.lo -MD -MP -MF $(DEPDIR)/Divide.Tpo -c -o Divide.lo `test -f 'src/operators/Divide.cpp' || echo '$(srcdir)/'`src/operators/Divide.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Divide.Tpo $(DEPDIR)/Divide.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Divide.lo -MD -MP -MF $(DEPDIR)/Divide.Tpo -c -o Divide.lo `test -f 'src/operators/Divide.cpp' || echo '$(srcdir)/'`src/operators/Divide.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Divide.Tpo $(DEPDIR)/Divide.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Divide.cpp' object='Divide.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Divide.lo `test -f 'src/operators/Divide.cpp' || echo '$(srcdir)/'`src/operators/Divide.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Divide.lo `test -f 'src/operators/Divide.cpp' || echo '$(srcdir)/'`src/operators/Divide.cpp Equals.lo: src/operators/Equals.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Equals.lo -MD -MP -MF $(DEPDIR)/Equals.Tpo -c -o Equals.lo `test -f 'src/operators/Equals.cpp' || echo '$(srcdir)/'`src/operators/Equals.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Equals.Tpo $(DEPDIR)/Equals.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Equals.lo -MD -MP -MF $(DEPDIR)/Equals.Tpo -c -o Equals.lo `test -f 'src/operators/Equals.cpp' || echo '$(srcdir)/'`src/operators/Equals.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Equals.Tpo $(DEPDIR)/Equals.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Equals.cpp' object='Equals.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Equals.lo `test -f 'src/operators/Equals.cpp' || echo '$(srcdir)/'`src/operators/Equals.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Equals.lo `test -f 'src/operators/Equals.cpp' || echo '$(srcdir)/'`src/operators/Equals.cpp Except.lo: src/operators/Except.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Except.lo -MD -MP -MF $(DEPDIR)/Except.Tpo -c -o Except.lo `test -f 'src/operators/Except.cpp' || echo '$(srcdir)/'`src/operators/Except.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Except.Tpo $(DEPDIR)/Except.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Except.lo -MD -MP -MF $(DEPDIR)/Except.Tpo -c -o Except.lo `test -f 'src/operators/Except.cpp' || echo '$(srcdir)/'`src/operators/Except.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Except.Tpo $(DEPDIR)/Except.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Except.cpp' object='Except.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Except.lo `test -f 'src/operators/Except.cpp' || echo '$(srcdir)/'`src/operators/Except.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Except.lo `test -f 'src/operators/Except.cpp' || echo '$(srcdir)/'`src/operators/Except.cpp GeneralComp.lo: src/operators/GeneralComp.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GeneralComp.lo -MD -MP -MF $(DEPDIR)/GeneralComp.Tpo -c -o GeneralComp.lo `test -f 'src/operators/GeneralComp.cpp' || echo '$(srcdir)/'`src/operators/GeneralComp.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GeneralComp.Tpo $(DEPDIR)/GeneralComp.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GeneralComp.lo -MD -MP -MF $(DEPDIR)/GeneralComp.Tpo -c -o GeneralComp.lo `test -f 'src/operators/GeneralComp.cpp' || echo '$(srcdir)/'`src/operators/GeneralComp.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GeneralComp.Tpo $(DEPDIR)/GeneralComp.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/GeneralComp.cpp' object='GeneralComp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GeneralComp.lo `test -f 'src/operators/GeneralComp.cpp' || echo '$(srcdir)/'`src/operators/GeneralComp.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GeneralComp.lo `test -f 'src/operators/GeneralComp.cpp' || echo '$(srcdir)/'`src/operators/GeneralComp.cpp GreaterThan.lo: src/operators/GreaterThan.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GreaterThan.lo -MD -MP -MF $(DEPDIR)/GreaterThan.Tpo -c -o GreaterThan.lo `test -f 'src/operators/GreaterThan.cpp' || echo '$(srcdir)/'`src/operators/GreaterThan.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GreaterThan.Tpo $(DEPDIR)/GreaterThan.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GreaterThan.lo -MD -MP -MF $(DEPDIR)/GreaterThan.Tpo -c -o GreaterThan.lo `test -f 'src/operators/GreaterThan.cpp' || echo '$(srcdir)/'`src/operators/GreaterThan.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GreaterThan.Tpo $(DEPDIR)/GreaterThan.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/GreaterThan.cpp' object='GreaterThan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GreaterThan.lo `test -f 'src/operators/GreaterThan.cpp' || echo '$(srcdir)/'`src/operators/GreaterThan.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GreaterThan.lo `test -f 'src/operators/GreaterThan.cpp' || echo '$(srcdir)/'`src/operators/GreaterThan.cpp GreaterThanEqual.lo: src/operators/GreaterThanEqual.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GreaterThanEqual.lo -MD -MP -MF $(DEPDIR)/GreaterThanEqual.Tpo -c -o GreaterThanEqual.lo `test -f 'src/operators/GreaterThanEqual.cpp' || echo '$(srcdir)/'`src/operators/GreaterThanEqual.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GreaterThanEqual.Tpo $(DEPDIR)/GreaterThanEqual.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GreaterThanEqual.lo -MD -MP -MF $(DEPDIR)/GreaterThanEqual.Tpo -c -o GreaterThanEqual.lo `test -f 'src/operators/GreaterThanEqual.cpp' || echo '$(srcdir)/'`src/operators/GreaterThanEqual.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GreaterThanEqual.Tpo $(DEPDIR)/GreaterThanEqual.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/GreaterThanEqual.cpp' object='GreaterThanEqual.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GreaterThanEqual.lo `test -f 'src/operators/GreaterThanEqual.cpp' || echo '$(srcdir)/'`src/operators/GreaterThanEqual.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GreaterThanEqual.lo `test -f 'src/operators/GreaterThanEqual.cpp' || echo '$(srcdir)/'`src/operators/GreaterThanEqual.cpp IntegerDivide.lo: src/operators/IntegerDivide.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IntegerDivide.lo -MD -MP -MF $(DEPDIR)/IntegerDivide.Tpo -c -o IntegerDivide.lo `test -f 'src/operators/IntegerDivide.cpp' || echo '$(srcdir)/'`src/operators/IntegerDivide.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/IntegerDivide.Tpo $(DEPDIR)/IntegerDivide.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IntegerDivide.lo -MD -MP -MF $(DEPDIR)/IntegerDivide.Tpo -c -o IntegerDivide.lo `test -f 'src/operators/IntegerDivide.cpp' || echo '$(srcdir)/'`src/operators/IntegerDivide.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/IntegerDivide.Tpo $(DEPDIR)/IntegerDivide.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/IntegerDivide.cpp' object='IntegerDivide.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IntegerDivide.lo `test -f 'src/operators/IntegerDivide.cpp' || echo '$(srcdir)/'`src/operators/IntegerDivide.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IntegerDivide.lo `test -f 'src/operators/IntegerDivide.cpp' || echo '$(srcdir)/'`src/operators/IntegerDivide.cpp Intersect.lo: src/operators/Intersect.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Intersect.lo -MD -MP -MF $(DEPDIR)/Intersect.Tpo -c -o Intersect.lo `test -f 'src/operators/Intersect.cpp' || echo '$(srcdir)/'`src/operators/Intersect.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Intersect.Tpo $(DEPDIR)/Intersect.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Intersect.lo -MD -MP -MF $(DEPDIR)/Intersect.Tpo -c -o Intersect.lo `test -f 'src/operators/Intersect.cpp' || echo '$(srcdir)/'`src/operators/Intersect.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Intersect.Tpo $(DEPDIR)/Intersect.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Intersect.cpp' object='Intersect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Intersect.lo `test -f 'src/operators/Intersect.cpp' || echo '$(srcdir)/'`src/operators/Intersect.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Intersect.lo `test -f 'src/operators/Intersect.cpp' || echo '$(srcdir)/'`src/operators/Intersect.cpp LessThan.lo: src/operators/LessThan.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LessThan.lo -MD -MP -MF $(DEPDIR)/LessThan.Tpo -c -o LessThan.lo `test -f 'src/operators/LessThan.cpp' || echo '$(srcdir)/'`src/operators/LessThan.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/LessThan.Tpo $(DEPDIR)/LessThan.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LessThan.lo -MD -MP -MF $(DEPDIR)/LessThan.Tpo -c -o LessThan.lo `test -f 'src/operators/LessThan.cpp' || echo '$(srcdir)/'`src/operators/LessThan.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/LessThan.Tpo $(DEPDIR)/LessThan.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/LessThan.cpp' object='LessThan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LessThan.lo `test -f 'src/operators/LessThan.cpp' || echo '$(srcdir)/'`src/operators/LessThan.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LessThan.lo `test -f 'src/operators/LessThan.cpp' || echo '$(srcdir)/'`src/operators/LessThan.cpp LessThanEqual.lo: src/operators/LessThanEqual.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LessThanEqual.lo -MD -MP -MF $(DEPDIR)/LessThanEqual.Tpo -c -o LessThanEqual.lo `test -f 'src/operators/LessThanEqual.cpp' || echo '$(srcdir)/'`src/operators/LessThanEqual.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/LessThanEqual.Tpo $(DEPDIR)/LessThanEqual.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LessThanEqual.lo -MD -MP -MF $(DEPDIR)/LessThanEqual.Tpo -c -o LessThanEqual.lo `test -f 'src/operators/LessThanEqual.cpp' || echo '$(srcdir)/'`src/operators/LessThanEqual.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/LessThanEqual.Tpo $(DEPDIR)/LessThanEqual.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/LessThanEqual.cpp' object='LessThanEqual.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LessThanEqual.lo `test -f 'src/operators/LessThanEqual.cpp' || echo '$(srcdir)/'`src/operators/LessThanEqual.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LessThanEqual.lo `test -f 'src/operators/LessThanEqual.cpp' || echo '$(srcdir)/'`src/operators/LessThanEqual.cpp Minus.lo: src/operators/Minus.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Minus.lo -MD -MP -MF $(DEPDIR)/Minus.Tpo -c -o Minus.lo `test -f 'src/operators/Minus.cpp' || echo '$(srcdir)/'`src/operators/Minus.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Minus.Tpo $(DEPDIR)/Minus.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Minus.lo -MD -MP -MF $(DEPDIR)/Minus.Tpo -c -o Minus.lo `test -f 'src/operators/Minus.cpp' || echo '$(srcdir)/'`src/operators/Minus.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Minus.Tpo $(DEPDIR)/Minus.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Minus.cpp' object='Minus.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Minus.lo `test -f 'src/operators/Minus.cpp' || echo '$(srcdir)/'`src/operators/Minus.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Minus.lo `test -f 'src/operators/Minus.cpp' || echo '$(srcdir)/'`src/operators/Minus.cpp Mod.lo: src/operators/Mod.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mod.lo -MD -MP -MF $(DEPDIR)/Mod.Tpo -c -o Mod.lo `test -f 'src/operators/Mod.cpp' || echo '$(srcdir)/'`src/operators/Mod.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Mod.Tpo $(DEPDIR)/Mod.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mod.lo -MD -MP -MF $(DEPDIR)/Mod.Tpo -c -o Mod.lo `test -f 'src/operators/Mod.cpp' || echo '$(srcdir)/'`src/operators/Mod.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Mod.Tpo $(DEPDIR)/Mod.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Mod.cpp' object='Mod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mod.lo `test -f 'src/operators/Mod.cpp' || echo '$(srcdir)/'`src/operators/Mod.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mod.lo `test -f 'src/operators/Mod.cpp' || echo '$(srcdir)/'`src/operators/Mod.cpp Multiply.lo: src/operators/Multiply.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Multiply.lo -MD -MP -MF $(DEPDIR)/Multiply.Tpo -c -o Multiply.lo `test -f 'src/operators/Multiply.cpp' || echo '$(srcdir)/'`src/operators/Multiply.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Multiply.Tpo $(DEPDIR)/Multiply.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Multiply.lo -MD -MP -MF $(DEPDIR)/Multiply.Tpo -c -o Multiply.lo `test -f 'src/operators/Multiply.cpp' || echo '$(srcdir)/'`src/operators/Multiply.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Multiply.Tpo $(DEPDIR)/Multiply.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Multiply.cpp' object='Multiply.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Multiply.lo `test -f 'src/operators/Multiply.cpp' || echo '$(srcdir)/'`src/operators/Multiply.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Multiply.lo `test -f 'src/operators/Multiply.cpp' || echo '$(srcdir)/'`src/operators/Multiply.cpp NodeComparison.lo: src/operators/NodeComparison.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NodeComparison.lo -MD -MP -MF $(DEPDIR)/NodeComparison.Tpo -c -o NodeComparison.lo `test -f 'src/operators/NodeComparison.cpp' || echo '$(srcdir)/'`src/operators/NodeComparison.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NodeComparison.Tpo $(DEPDIR)/NodeComparison.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NodeComparison.lo -MD -MP -MF $(DEPDIR)/NodeComparison.Tpo -c -o NodeComparison.lo `test -f 'src/operators/NodeComparison.cpp' || echo '$(srcdir)/'`src/operators/NodeComparison.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NodeComparison.Tpo $(DEPDIR)/NodeComparison.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/NodeComparison.cpp' object='NodeComparison.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NodeComparison.lo `test -f 'src/operators/NodeComparison.cpp' || echo '$(srcdir)/'`src/operators/NodeComparison.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NodeComparison.lo `test -f 'src/operators/NodeComparison.cpp' || echo '$(srcdir)/'`src/operators/NodeComparison.cpp NotEquals.lo: src/operators/NotEquals.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NotEquals.lo -MD -MP -MF $(DEPDIR)/NotEquals.Tpo -c -o NotEquals.lo `test -f 'src/operators/NotEquals.cpp' || echo '$(srcdir)/'`src/operators/NotEquals.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NotEquals.Tpo $(DEPDIR)/NotEquals.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NotEquals.lo -MD -MP -MF $(DEPDIR)/NotEquals.Tpo -c -o NotEquals.lo `test -f 'src/operators/NotEquals.cpp' || echo '$(srcdir)/'`src/operators/NotEquals.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NotEquals.Tpo $(DEPDIR)/NotEquals.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/NotEquals.cpp' object='NotEquals.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NotEquals.lo `test -f 'src/operators/NotEquals.cpp' || echo '$(srcdir)/'`src/operators/NotEquals.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NotEquals.lo `test -f 'src/operators/NotEquals.cpp' || echo '$(srcdir)/'`src/operators/NotEquals.cpp Or.lo: src/operators/Or.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Or.lo -MD -MP -MF $(DEPDIR)/Or.Tpo -c -o Or.lo `test -f 'src/operators/Or.cpp' || echo '$(srcdir)/'`src/operators/Or.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Or.Tpo $(DEPDIR)/Or.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Or.lo -MD -MP -MF $(DEPDIR)/Or.Tpo -c -o Or.lo `test -f 'src/operators/Or.cpp' || echo '$(srcdir)/'`src/operators/Or.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Or.Tpo $(DEPDIR)/Or.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Or.cpp' object='Or.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Or.lo `test -f 'src/operators/Or.cpp' || echo '$(srcdir)/'`src/operators/Or.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Or.lo `test -f 'src/operators/Or.cpp' || echo '$(srcdir)/'`src/operators/Or.cpp OrderComparison.lo: src/operators/OrderComparison.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OrderComparison.lo -MD -MP -MF $(DEPDIR)/OrderComparison.Tpo -c -o OrderComparison.lo `test -f 'src/operators/OrderComparison.cpp' || echo '$(srcdir)/'`src/operators/OrderComparison.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/OrderComparison.Tpo $(DEPDIR)/OrderComparison.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OrderComparison.lo -MD -MP -MF $(DEPDIR)/OrderComparison.Tpo -c -o OrderComparison.lo `test -f 'src/operators/OrderComparison.cpp' || echo '$(srcdir)/'`src/operators/OrderComparison.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/OrderComparison.Tpo $(DEPDIR)/OrderComparison.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/OrderComparison.cpp' object='OrderComparison.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OrderComparison.lo `test -f 'src/operators/OrderComparison.cpp' || echo '$(srcdir)/'`src/operators/OrderComparison.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OrderComparison.lo `test -f 'src/operators/OrderComparison.cpp' || echo '$(srcdir)/'`src/operators/OrderComparison.cpp Plus.lo: src/operators/Plus.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Plus.lo -MD -MP -MF $(DEPDIR)/Plus.Tpo -c -o Plus.lo `test -f 'src/operators/Plus.cpp' || echo '$(srcdir)/'`src/operators/Plus.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Plus.Tpo $(DEPDIR)/Plus.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Plus.lo -MD -MP -MF $(DEPDIR)/Plus.Tpo -c -o Plus.lo `test -f 'src/operators/Plus.cpp' || echo '$(srcdir)/'`src/operators/Plus.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Plus.Tpo $(DEPDIR)/Plus.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Plus.cpp' object='Plus.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Plus.lo `test -f 'src/operators/Plus.cpp' || echo '$(srcdir)/'`src/operators/Plus.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Plus.lo `test -f 'src/operators/Plus.cpp' || echo '$(srcdir)/'`src/operators/Plus.cpp Range.lo: src/operators/Range.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Range.lo -MD -MP -MF $(DEPDIR)/Range.Tpo -c -o Range.lo `test -f 'src/operators/Range.cpp' || echo '$(srcdir)/'`src/operators/Range.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Range.Tpo $(DEPDIR)/Range.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Range.lo -MD -MP -MF $(DEPDIR)/Range.Tpo -c -o Range.lo `test -f 'src/operators/Range.cpp' || echo '$(srcdir)/'`src/operators/Range.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Range.Tpo $(DEPDIR)/Range.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Range.cpp' object='Range.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Range.lo `test -f 'src/operators/Range.cpp' || echo '$(srcdir)/'`src/operators/Range.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Range.lo `test -f 'src/operators/Range.cpp' || echo '$(srcdir)/'`src/operators/Range.cpp UnaryMinus.lo: src/operators/UnaryMinus.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnaryMinus.lo -MD -MP -MF $(DEPDIR)/UnaryMinus.Tpo -c -o UnaryMinus.lo `test -f 'src/operators/UnaryMinus.cpp' || echo '$(srcdir)/'`src/operators/UnaryMinus.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UnaryMinus.Tpo $(DEPDIR)/UnaryMinus.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnaryMinus.lo -MD -MP -MF $(DEPDIR)/UnaryMinus.Tpo -c -o UnaryMinus.lo `test -f 'src/operators/UnaryMinus.cpp' || echo '$(srcdir)/'`src/operators/UnaryMinus.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UnaryMinus.Tpo $(DEPDIR)/UnaryMinus.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/UnaryMinus.cpp' object='UnaryMinus.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnaryMinus.lo `test -f 'src/operators/UnaryMinus.cpp' || echo '$(srcdir)/'`src/operators/UnaryMinus.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnaryMinus.lo `test -f 'src/operators/UnaryMinus.cpp' || echo '$(srcdir)/'`src/operators/UnaryMinus.cpp Union.lo: src/operators/Union.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Union.lo -MD -MP -MF $(DEPDIR)/Union.Tpo -c -o Union.lo `test -f 'src/operators/Union.cpp' || echo '$(srcdir)/'`src/operators/Union.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Union.Tpo $(DEPDIR)/Union.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Union.lo -MD -MP -MF $(DEPDIR)/Union.Tpo -c -o Union.lo `test -f 'src/operators/Union.cpp' || echo '$(srcdir)/'`src/operators/Union.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Union.Tpo $(DEPDIR)/Union.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/operators/Union.cpp' object='Union.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Union.lo `test -f 'src/operators/Union.cpp' || echo '$(srcdir)/'`src/operators/Union.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Union.lo `test -f 'src/operators/Union.cpp' || echo '$(srcdir)/'`src/operators/Union.cpp DocumentCacheImpl.lo: src/schema/DocumentCacheImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DocumentCacheImpl.lo -MD -MP -MF $(DEPDIR)/DocumentCacheImpl.Tpo -c -o DocumentCacheImpl.lo `test -f 'src/schema/DocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/DocumentCacheImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DocumentCacheImpl.Tpo $(DEPDIR)/DocumentCacheImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DocumentCacheImpl.lo -MD -MP -MF $(DEPDIR)/DocumentCacheImpl.Tpo -c -o DocumentCacheImpl.lo `test -f 'src/schema/DocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/DocumentCacheImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DocumentCacheImpl.Tpo $(DEPDIR)/DocumentCacheImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/schema/DocumentCacheImpl.cpp' object='DocumentCacheImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DocumentCacheImpl.lo `test -f 'src/schema/DocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/DocumentCacheImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DocumentCacheImpl.lo `test -f 'src/schema/DocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/DocumentCacheImpl.cpp SequenceType.lo: src/schema/SequenceType.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SequenceType.lo -MD -MP -MF $(DEPDIR)/SequenceType.Tpo -c -o SequenceType.lo `test -f 'src/schema/SequenceType.cpp' || echo '$(srcdir)/'`src/schema/SequenceType.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SequenceType.Tpo $(DEPDIR)/SequenceType.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SequenceType.lo -MD -MP -MF $(DEPDIR)/SequenceType.Tpo -c -o SequenceType.lo `test -f 'src/schema/SequenceType.cpp' || echo '$(srcdir)/'`src/schema/SequenceType.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SequenceType.Tpo $(DEPDIR)/SequenceType.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/schema/SequenceType.cpp' object='SequenceType.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SequenceType.lo `test -f 'src/schema/SequenceType.cpp' || echo '$(srcdir)/'`src/schema/SequenceType.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SequenceType.lo `test -f 'src/schema/SequenceType.cpp' || echo '$(srcdir)/'`src/schema/SequenceType.cpp AnyAtomicTypeDatatypeValidator.lo: src/schema/AnyAtomicTypeDatatypeValidator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AnyAtomicTypeDatatypeValidator.lo -MD -MP -MF $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Tpo -c -o AnyAtomicTypeDatatypeValidator.lo `test -f 'src/schema/AnyAtomicTypeDatatypeValidator.cpp' || echo '$(srcdir)/'`src/schema/AnyAtomicTypeDatatypeValidator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Tpo $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AnyAtomicTypeDatatypeValidator.lo -MD -MP -MF $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Tpo -c -o AnyAtomicTypeDatatypeValidator.lo `test -f 'src/schema/AnyAtomicTypeDatatypeValidator.cpp' || echo '$(srcdir)/'`src/schema/AnyAtomicTypeDatatypeValidator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Tpo $(DEPDIR)/AnyAtomicTypeDatatypeValidator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/schema/AnyAtomicTypeDatatypeValidator.cpp' object='AnyAtomicTypeDatatypeValidator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AnyAtomicTypeDatatypeValidator.lo `test -f 'src/schema/AnyAtomicTypeDatatypeValidator.cpp' || echo '$(srcdir)/'`src/schema/AnyAtomicTypeDatatypeValidator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AnyAtomicTypeDatatypeValidator.lo `test -f 'src/schema/AnyAtomicTypeDatatypeValidator.cpp' || echo '$(srcdir)/'`src/schema/AnyAtomicTypeDatatypeValidator.cpp SchemaValidatorFilter.lo: src/schema/SchemaValidatorFilter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SchemaValidatorFilter.lo -MD -MP -MF $(DEPDIR)/SchemaValidatorFilter.Tpo -c -o SchemaValidatorFilter.lo `test -f 'src/schema/SchemaValidatorFilter.cpp' || echo '$(srcdir)/'`src/schema/SchemaValidatorFilter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SchemaValidatorFilter.Tpo $(DEPDIR)/SchemaValidatorFilter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SchemaValidatorFilter.lo -MD -MP -MF $(DEPDIR)/SchemaValidatorFilter.Tpo -c -o SchemaValidatorFilter.lo `test -f 'src/schema/SchemaValidatorFilter.cpp' || echo '$(srcdir)/'`src/schema/SchemaValidatorFilter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SchemaValidatorFilter.Tpo $(DEPDIR)/SchemaValidatorFilter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/schema/SchemaValidatorFilter.cpp' object='SchemaValidatorFilter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SchemaValidatorFilter.lo `test -f 'src/schema/SchemaValidatorFilter.cpp' || echo '$(srcdir)/'`src/schema/SchemaValidatorFilter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SchemaValidatorFilter.lo `test -f 'src/schema/SchemaValidatorFilter.cpp' || echo '$(srcdir)/'`src/schema/SchemaValidatorFilter.cpp FaxppDocumentCacheImpl.lo: src/schema/FaxppDocumentCacheImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FaxppDocumentCacheImpl.lo -MD -MP -MF $(DEPDIR)/FaxppDocumentCacheImpl.Tpo -c -o FaxppDocumentCacheImpl.lo `test -f 'src/schema/FaxppDocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/FaxppDocumentCacheImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FaxppDocumentCacheImpl.Tpo $(DEPDIR)/FaxppDocumentCacheImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FaxppDocumentCacheImpl.lo -MD -MP -MF $(DEPDIR)/FaxppDocumentCacheImpl.Tpo -c -o FaxppDocumentCacheImpl.lo `test -f 'src/schema/FaxppDocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/FaxppDocumentCacheImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FaxppDocumentCacheImpl.Tpo $(DEPDIR)/FaxppDocumentCacheImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/schema/FaxppDocumentCacheImpl.cpp' object='FaxppDocumentCacheImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FaxppDocumentCacheImpl.lo `test -f 'src/schema/FaxppDocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/FaxppDocumentCacheImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FaxppDocumentCacheImpl.lo `test -f 'src/schema/FaxppDocumentCacheImpl.cpp' || echo '$(srcdir)/'`src/schema/FaxppDocumentCacheImpl.cpp ClosureResult.lo: src/runtime/ClosureResult.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ClosureResult.lo -MD -MP -MF $(DEPDIR)/ClosureResult.Tpo -c -o ClosureResult.lo `test -f 'src/runtime/ClosureResult.cpp' || echo '$(srcdir)/'`src/runtime/ClosureResult.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ClosureResult.Tpo $(DEPDIR)/ClosureResult.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ClosureResult.lo -MD -MP -MF $(DEPDIR)/ClosureResult.Tpo -c -o ClosureResult.lo `test -f 'src/runtime/ClosureResult.cpp' || echo '$(srcdir)/'`src/runtime/ClosureResult.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ClosureResult.Tpo $(DEPDIR)/ClosureResult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/ClosureResult.cpp' object='ClosureResult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ClosureResult.lo `test -f 'src/runtime/ClosureResult.cpp' || echo '$(srcdir)/'`src/runtime/ClosureResult.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ClosureResult.lo `test -f 'src/runtime/ClosureResult.cpp' || echo '$(srcdir)/'`src/runtime/ClosureResult.cpp EmptyResult.lo: src/runtime/EmptyResult.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EmptyResult.lo -MD -MP -MF $(DEPDIR)/EmptyResult.Tpo -c -o EmptyResult.lo `test -f 'src/runtime/EmptyResult.cpp' || echo '$(srcdir)/'`src/runtime/EmptyResult.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/EmptyResult.Tpo $(DEPDIR)/EmptyResult.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EmptyResult.lo -MD -MP -MF $(DEPDIR)/EmptyResult.Tpo -c -o EmptyResult.lo `test -f 'src/runtime/EmptyResult.cpp' || echo '$(srcdir)/'`src/runtime/EmptyResult.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EmptyResult.Tpo $(DEPDIR)/EmptyResult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/EmptyResult.cpp' object='EmptyResult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EmptyResult.lo `test -f 'src/runtime/EmptyResult.cpp' || echo '$(srcdir)/'`src/runtime/EmptyResult.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EmptyResult.lo `test -f 'src/runtime/EmptyResult.cpp' || echo '$(srcdir)/'`src/runtime/EmptyResult.cpp LazySequenceResult.lo: src/runtime/LazySequenceResult.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LazySequenceResult.lo -MD -MP -MF $(DEPDIR)/LazySequenceResult.Tpo -c -o LazySequenceResult.lo `test -f 'src/runtime/LazySequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/LazySequenceResult.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/LazySequenceResult.Tpo $(DEPDIR)/LazySequenceResult.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LazySequenceResult.lo -MD -MP -MF $(DEPDIR)/LazySequenceResult.Tpo -c -o LazySequenceResult.lo `test -f 'src/runtime/LazySequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/LazySequenceResult.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/LazySequenceResult.Tpo $(DEPDIR)/LazySequenceResult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/LazySequenceResult.cpp' object='LazySequenceResult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LazySequenceResult.lo `test -f 'src/runtime/LazySequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/LazySequenceResult.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LazySequenceResult.lo `test -f 'src/runtime/LazySequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/LazySequenceResult.cpp ResultBuffer.lo: src/runtime/ResultBuffer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultBuffer.lo -MD -MP -MF $(DEPDIR)/ResultBuffer.Tpo -c -o ResultBuffer.lo `test -f 'src/runtime/ResultBuffer.cpp' || echo '$(srcdir)/'`src/runtime/ResultBuffer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ResultBuffer.Tpo $(DEPDIR)/ResultBuffer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultBuffer.lo -MD -MP -MF $(DEPDIR)/ResultBuffer.Tpo -c -o ResultBuffer.lo `test -f 'src/runtime/ResultBuffer.cpp' || echo '$(srcdir)/'`src/runtime/ResultBuffer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ResultBuffer.Tpo $(DEPDIR)/ResultBuffer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/ResultBuffer.cpp' object='ResultBuffer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultBuffer.lo `test -f 'src/runtime/ResultBuffer.cpp' || echo '$(srcdir)/'`src/runtime/ResultBuffer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultBuffer.lo `test -f 'src/runtime/ResultBuffer.cpp' || echo '$(srcdir)/'`src/runtime/ResultBuffer.cpp ResultBufferImpl.lo: src/runtime/ResultBufferImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultBufferImpl.lo -MD -MP -MF $(DEPDIR)/ResultBufferImpl.Tpo -c -o ResultBufferImpl.lo `test -f 'src/runtime/ResultBufferImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultBufferImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ResultBufferImpl.Tpo $(DEPDIR)/ResultBufferImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultBufferImpl.lo -MD -MP -MF $(DEPDIR)/ResultBufferImpl.Tpo -c -o ResultBufferImpl.lo `test -f 'src/runtime/ResultBufferImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultBufferImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ResultBufferImpl.Tpo $(DEPDIR)/ResultBufferImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/ResultBufferImpl.cpp' object='ResultBufferImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultBufferImpl.lo `test -f 'src/runtime/ResultBufferImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultBufferImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultBufferImpl.lo `test -f 'src/runtime/ResultBufferImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultBufferImpl.cpp Result.lo: src/runtime/Result.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Result.lo -MD -MP -MF $(DEPDIR)/Result.Tpo -c -o Result.lo `test -f 'src/runtime/Result.cpp' || echo '$(srcdir)/'`src/runtime/Result.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Result.Tpo $(DEPDIR)/Result.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Result.lo -MD -MP -MF $(DEPDIR)/Result.Tpo -c -o Result.lo `test -f 'src/runtime/Result.cpp' || echo '$(srcdir)/'`src/runtime/Result.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Result.Tpo $(DEPDIR)/Result.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/Result.cpp' object='Result.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Result.lo `test -f 'src/runtime/Result.cpp' || echo '$(srcdir)/'`src/runtime/Result.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Result.lo `test -f 'src/runtime/Result.cpp' || echo '$(srcdir)/'`src/runtime/Result.cpp ResultImpl.lo: src/runtime/ResultImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultImpl.lo -MD -MP -MF $(DEPDIR)/ResultImpl.Tpo -c -o ResultImpl.lo `test -f 'src/runtime/ResultImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ResultImpl.Tpo $(DEPDIR)/ResultImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ResultImpl.lo -MD -MP -MF $(DEPDIR)/ResultImpl.Tpo -c -o ResultImpl.lo `test -f 'src/runtime/ResultImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ResultImpl.Tpo $(DEPDIR)/ResultImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/ResultImpl.cpp' object='ResultImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultImpl.lo `test -f 'src/runtime/ResultImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ResultImpl.lo `test -f 'src/runtime/ResultImpl.cpp' || echo '$(srcdir)/'`src/runtime/ResultImpl.cpp SequenceResult.lo: src/runtime/SequenceResult.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SequenceResult.lo -MD -MP -MF $(DEPDIR)/SequenceResult.Tpo -c -o SequenceResult.lo `test -f 'src/runtime/SequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/SequenceResult.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SequenceResult.Tpo $(DEPDIR)/SequenceResult.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SequenceResult.lo -MD -MP -MF $(DEPDIR)/SequenceResult.Tpo -c -o SequenceResult.lo `test -f 'src/runtime/SequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/SequenceResult.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SequenceResult.Tpo $(DEPDIR)/SequenceResult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/SequenceResult.cpp' object='SequenceResult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SequenceResult.lo `test -f 'src/runtime/SequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/SequenceResult.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SequenceResult.lo `test -f 'src/runtime/SequenceResult.cpp' || echo '$(srcdir)/'`src/runtime/SequenceResult.cpp SingleResult.lo: src/runtime/SingleResult.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SingleResult.lo -MD -MP -MF $(DEPDIR)/SingleResult.Tpo -c -o SingleResult.lo `test -f 'src/runtime/SingleResult.cpp' || echo '$(srcdir)/'`src/runtime/SingleResult.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SingleResult.Tpo $(DEPDIR)/SingleResult.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SingleResult.lo -MD -MP -MF $(DEPDIR)/SingleResult.Tpo -c -o SingleResult.lo `test -f 'src/runtime/SingleResult.cpp' || echo '$(srcdir)/'`src/runtime/SingleResult.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SingleResult.Tpo $(DEPDIR)/SingleResult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/SingleResult.cpp' object='SingleResult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SingleResult.lo `test -f 'src/runtime/SingleResult.cpp' || echo '$(srcdir)/'`src/runtime/SingleResult.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SingleResult.lo `test -f 'src/runtime/SingleResult.cpp' || echo '$(srcdir)/'`src/runtime/SingleResult.cpp Sequence.lo: src/runtime/Sequence.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Sequence.lo -MD -MP -MF $(DEPDIR)/Sequence.Tpo -c -o Sequence.lo `test -f 'src/runtime/Sequence.cpp' || echo '$(srcdir)/'`src/runtime/Sequence.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Sequence.Tpo $(DEPDIR)/Sequence.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Sequence.lo -MD -MP -MF $(DEPDIR)/Sequence.Tpo -c -o Sequence.lo `test -f 'src/runtime/Sequence.cpp' || echo '$(srcdir)/'`src/runtime/Sequence.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Sequence.Tpo $(DEPDIR)/Sequence.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/runtime/Sequence.cpp' object='Sequence.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Sequence.lo `test -f 'src/runtime/Sequence.cpp' || echo '$(srcdir)/'`src/runtime/Sequence.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Sequence.lo `test -f 'src/runtime/Sequence.cpp' || echo '$(srcdir)/'`src/runtime/Sequence.cpp FunctionPut.lo: src/update/FunctionPut.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPut.lo -MD -MP -MF $(DEPDIR)/FunctionPut.Tpo -c -o FunctionPut.lo `test -f 'src/update/FunctionPut.cpp' || echo '$(srcdir)/'`src/update/FunctionPut.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FunctionPut.Tpo $(DEPDIR)/FunctionPut.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FunctionPut.lo -MD -MP -MF $(DEPDIR)/FunctionPut.Tpo -c -o FunctionPut.lo `test -f 'src/update/FunctionPut.cpp' || echo '$(srcdir)/'`src/update/FunctionPut.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FunctionPut.Tpo $(DEPDIR)/FunctionPut.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/FunctionPut.cpp' object='FunctionPut.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPut.lo `test -f 'src/update/FunctionPut.cpp' || echo '$(srcdir)/'`src/update/FunctionPut.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FunctionPut.lo `test -f 'src/update/FunctionPut.cpp' || echo '$(srcdir)/'`src/update/FunctionPut.cpp PendingUpdateList.lo: src/update/PendingUpdateList.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PendingUpdateList.lo -MD -MP -MF $(DEPDIR)/PendingUpdateList.Tpo -c -o PendingUpdateList.lo `test -f 'src/update/PendingUpdateList.cpp' || echo '$(srcdir)/'`src/update/PendingUpdateList.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PendingUpdateList.Tpo $(DEPDIR)/PendingUpdateList.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PendingUpdateList.lo -MD -MP -MF $(DEPDIR)/PendingUpdateList.Tpo -c -o PendingUpdateList.lo `test -f 'src/update/PendingUpdateList.cpp' || echo '$(srcdir)/'`src/update/PendingUpdateList.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PendingUpdateList.Tpo $(DEPDIR)/PendingUpdateList.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/PendingUpdateList.cpp' object='PendingUpdateList.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PendingUpdateList.lo `test -f 'src/update/PendingUpdateList.cpp' || echo '$(srcdir)/'`src/update/PendingUpdateList.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PendingUpdateList.lo `test -f 'src/update/PendingUpdateList.cpp' || echo '$(srcdir)/'`src/update/PendingUpdateList.cpp UApplyUpdates.lo: src/update/UApplyUpdates.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UApplyUpdates.lo -MD -MP -MF $(DEPDIR)/UApplyUpdates.Tpo -c -o UApplyUpdates.lo `test -f 'src/update/UApplyUpdates.cpp' || echo '$(srcdir)/'`src/update/UApplyUpdates.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UApplyUpdates.Tpo $(DEPDIR)/UApplyUpdates.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UApplyUpdates.lo -MD -MP -MF $(DEPDIR)/UApplyUpdates.Tpo -c -o UApplyUpdates.lo `test -f 'src/update/UApplyUpdates.cpp' || echo '$(srcdir)/'`src/update/UApplyUpdates.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UApplyUpdates.Tpo $(DEPDIR)/UApplyUpdates.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UApplyUpdates.cpp' object='UApplyUpdates.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UApplyUpdates.lo `test -f 'src/update/UApplyUpdates.cpp' || echo '$(srcdir)/'`src/update/UApplyUpdates.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UApplyUpdates.lo `test -f 'src/update/UApplyUpdates.cpp' || echo '$(srcdir)/'`src/update/UApplyUpdates.cpp UDelete.lo: src/update/UDelete.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UDelete.lo -MD -MP -MF $(DEPDIR)/UDelete.Tpo -c -o UDelete.lo `test -f 'src/update/UDelete.cpp' || echo '$(srcdir)/'`src/update/UDelete.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UDelete.Tpo $(DEPDIR)/UDelete.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UDelete.lo -MD -MP -MF $(DEPDIR)/UDelete.Tpo -c -o UDelete.lo `test -f 'src/update/UDelete.cpp' || echo '$(srcdir)/'`src/update/UDelete.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UDelete.Tpo $(DEPDIR)/UDelete.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UDelete.cpp' object='UDelete.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UDelete.lo `test -f 'src/update/UDelete.cpp' || echo '$(srcdir)/'`src/update/UDelete.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UDelete.lo `test -f 'src/update/UDelete.cpp' || echo '$(srcdir)/'`src/update/UDelete.cpp URename.lo: src/update/URename.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT URename.lo -MD -MP -MF $(DEPDIR)/URename.Tpo -c -o URename.lo `test -f 'src/update/URename.cpp' || echo '$(srcdir)/'`src/update/URename.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/URename.Tpo $(DEPDIR)/URename.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT URename.lo -MD -MP -MF $(DEPDIR)/URename.Tpo -c -o URename.lo `test -f 'src/update/URename.cpp' || echo '$(srcdir)/'`src/update/URename.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/URename.Tpo $(DEPDIR)/URename.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/URename.cpp' object='URename.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o URename.lo `test -f 'src/update/URename.cpp' || echo '$(srcdir)/'`src/update/URename.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o URename.lo `test -f 'src/update/URename.cpp' || echo '$(srcdir)/'`src/update/URename.cpp UReplace.lo: src/update/UReplace.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UReplace.lo -MD -MP -MF $(DEPDIR)/UReplace.Tpo -c -o UReplace.lo `test -f 'src/update/UReplace.cpp' || echo '$(srcdir)/'`src/update/UReplace.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UReplace.Tpo $(DEPDIR)/UReplace.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UReplace.lo -MD -MP -MF $(DEPDIR)/UReplace.Tpo -c -o UReplace.lo `test -f 'src/update/UReplace.cpp' || echo '$(srcdir)/'`src/update/UReplace.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UReplace.Tpo $(DEPDIR)/UReplace.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UReplace.cpp' object='UReplace.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UReplace.lo `test -f 'src/update/UReplace.cpp' || echo '$(srcdir)/'`src/update/UReplace.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UReplace.lo `test -f 'src/update/UReplace.cpp' || echo '$(srcdir)/'`src/update/UReplace.cpp UReplaceValueOf.lo: src/update/UReplaceValueOf.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UReplaceValueOf.lo -MD -MP -MF $(DEPDIR)/UReplaceValueOf.Tpo -c -o UReplaceValueOf.lo `test -f 'src/update/UReplaceValueOf.cpp' || echo '$(srcdir)/'`src/update/UReplaceValueOf.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UReplaceValueOf.Tpo $(DEPDIR)/UReplaceValueOf.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UReplaceValueOf.lo -MD -MP -MF $(DEPDIR)/UReplaceValueOf.Tpo -c -o UReplaceValueOf.lo `test -f 'src/update/UReplaceValueOf.cpp' || echo '$(srcdir)/'`src/update/UReplaceValueOf.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UReplaceValueOf.Tpo $(DEPDIR)/UReplaceValueOf.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UReplaceValueOf.cpp' object='UReplaceValueOf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UReplaceValueOf.lo `test -f 'src/update/UReplaceValueOf.cpp' || echo '$(srcdir)/'`src/update/UReplaceValueOf.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UReplaceValueOf.lo `test -f 'src/update/UReplaceValueOf.cpp' || echo '$(srcdir)/'`src/update/UReplaceValueOf.cpp UInsertAsFirst.lo: src/update/UInsertAsFirst.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAsFirst.lo -MD -MP -MF $(DEPDIR)/UInsertAsFirst.Tpo -c -o UInsertAsFirst.lo `test -f 'src/update/UInsertAsFirst.cpp' || echo '$(srcdir)/'`src/update/UInsertAsFirst.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UInsertAsFirst.Tpo $(DEPDIR)/UInsertAsFirst.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAsFirst.lo -MD -MP -MF $(DEPDIR)/UInsertAsFirst.Tpo -c -o UInsertAsFirst.lo `test -f 'src/update/UInsertAsFirst.cpp' || echo '$(srcdir)/'`src/update/UInsertAsFirst.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UInsertAsFirst.Tpo $(DEPDIR)/UInsertAsFirst.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UInsertAsFirst.cpp' object='UInsertAsFirst.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAsFirst.lo `test -f 'src/update/UInsertAsFirst.cpp' || echo '$(srcdir)/'`src/update/UInsertAsFirst.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAsFirst.lo `test -f 'src/update/UInsertAsFirst.cpp' || echo '$(srcdir)/'`src/update/UInsertAsFirst.cpp UInsertAsLast.lo: src/update/UInsertAsLast.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAsLast.lo -MD -MP -MF $(DEPDIR)/UInsertAsLast.Tpo -c -o UInsertAsLast.lo `test -f 'src/update/UInsertAsLast.cpp' || echo '$(srcdir)/'`src/update/UInsertAsLast.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UInsertAsLast.Tpo $(DEPDIR)/UInsertAsLast.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAsLast.lo -MD -MP -MF $(DEPDIR)/UInsertAsLast.Tpo -c -o UInsertAsLast.lo `test -f 'src/update/UInsertAsLast.cpp' || echo '$(srcdir)/'`src/update/UInsertAsLast.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UInsertAsLast.Tpo $(DEPDIR)/UInsertAsLast.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UInsertAsLast.cpp' object='UInsertAsLast.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAsLast.lo `test -f 'src/update/UInsertAsLast.cpp' || echo '$(srcdir)/'`src/update/UInsertAsLast.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAsLast.lo `test -f 'src/update/UInsertAsLast.cpp' || echo '$(srcdir)/'`src/update/UInsertAsLast.cpp UInsertInto.lo: src/update/UInsertInto.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertInto.lo -MD -MP -MF $(DEPDIR)/UInsertInto.Tpo -c -o UInsertInto.lo `test -f 'src/update/UInsertInto.cpp' || echo '$(srcdir)/'`src/update/UInsertInto.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UInsertInto.Tpo $(DEPDIR)/UInsertInto.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertInto.lo -MD -MP -MF $(DEPDIR)/UInsertInto.Tpo -c -o UInsertInto.lo `test -f 'src/update/UInsertInto.cpp' || echo '$(srcdir)/'`src/update/UInsertInto.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UInsertInto.Tpo $(DEPDIR)/UInsertInto.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UInsertInto.cpp' object='UInsertInto.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertInto.lo `test -f 'src/update/UInsertInto.cpp' || echo '$(srcdir)/'`src/update/UInsertInto.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertInto.lo `test -f 'src/update/UInsertInto.cpp' || echo '$(srcdir)/'`src/update/UInsertInto.cpp UInsertAfter.lo: src/update/UInsertAfter.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAfter.lo -MD -MP -MF $(DEPDIR)/UInsertAfter.Tpo -c -o UInsertAfter.lo `test -f 'src/update/UInsertAfter.cpp' || echo '$(srcdir)/'`src/update/UInsertAfter.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UInsertAfter.Tpo $(DEPDIR)/UInsertAfter.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertAfter.lo -MD -MP -MF $(DEPDIR)/UInsertAfter.Tpo -c -o UInsertAfter.lo `test -f 'src/update/UInsertAfter.cpp' || echo '$(srcdir)/'`src/update/UInsertAfter.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UInsertAfter.Tpo $(DEPDIR)/UInsertAfter.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UInsertAfter.cpp' object='UInsertAfter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAfter.lo `test -f 'src/update/UInsertAfter.cpp' || echo '$(srcdir)/'`src/update/UInsertAfter.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertAfter.lo `test -f 'src/update/UInsertAfter.cpp' || echo '$(srcdir)/'`src/update/UInsertAfter.cpp UInsertBefore.lo: src/update/UInsertBefore.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertBefore.lo -MD -MP -MF $(DEPDIR)/UInsertBefore.Tpo -c -o UInsertBefore.lo `test -f 'src/update/UInsertBefore.cpp' || echo '$(srcdir)/'`src/update/UInsertBefore.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UInsertBefore.Tpo $(DEPDIR)/UInsertBefore.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UInsertBefore.lo -MD -MP -MF $(DEPDIR)/UInsertBefore.Tpo -c -o UInsertBefore.lo `test -f 'src/update/UInsertBefore.cpp' || echo '$(srcdir)/'`src/update/UInsertBefore.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UInsertBefore.Tpo $(DEPDIR)/UInsertBefore.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UInsertBefore.cpp' object='UInsertBefore.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertBefore.lo `test -f 'src/update/UInsertBefore.cpp' || echo '$(srcdir)/'`src/update/UInsertBefore.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UInsertBefore.lo `test -f 'src/update/UInsertBefore.cpp' || echo '$(srcdir)/'`src/update/UInsertBefore.cpp UTransform.lo: src/update/UTransform.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UTransform.lo -MD -MP -MF $(DEPDIR)/UTransform.Tpo -c -o UTransform.lo `test -f 'src/update/UTransform.cpp' || echo '$(srcdir)/'`src/update/UTransform.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/UTransform.Tpo $(DEPDIR)/UTransform.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UTransform.lo -MD -MP -MF $(DEPDIR)/UTransform.Tpo -c -o UTransform.lo `test -f 'src/update/UTransform.cpp' || echo '$(srcdir)/'`src/update/UTransform.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/UTransform.Tpo $(DEPDIR)/UTransform.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/update/UTransform.cpp' object='UTransform.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UTransform.lo `test -f 'src/update/UTransform.cpp' || echo '$(srcdir)/'`src/update/UTransform.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UTransform.lo `test -f 'src/update/UTransform.cpp' || echo '$(srcdir)/'`src/update/UTransform.cpp TestSuiteParser.lo: src/xqts/TestSuiteParser.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteParser.lo -MD -MP -MF $(DEPDIR)/TestSuiteParser.Tpo -c -o TestSuiteParser.lo `test -f 'src/xqts/TestSuiteParser.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteParser.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestSuiteParser.Tpo $(DEPDIR)/TestSuiteParser.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteParser.lo -MD -MP -MF $(DEPDIR)/TestSuiteParser.Tpo -c -o TestSuiteParser.lo `test -f 'src/xqts/TestSuiteParser.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteParser.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestSuiteParser.Tpo $(DEPDIR)/TestSuiteParser.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqts/TestSuiteParser.cpp' object='TestSuiteParser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteParser.lo `test -f 'src/xqts/TestSuiteParser.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteParser.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteParser.lo `test -f 'src/xqts/TestSuiteParser.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteParser.cpp TestSuiteResultListener.lo: src/xqts/TestSuiteResultListener.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteResultListener.lo -MD -MP -MF $(DEPDIR)/TestSuiteResultListener.Tpo -c -o TestSuiteResultListener.lo `test -f 'src/xqts/TestSuiteResultListener.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteResultListener.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestSuiteResultListener.Tpo $(DEPDIR)/TestSuiteResultListener.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteResultListener.lo -MD -MP -MF $(DEPDIR)/TestSuiteResultListener.Tpo -c -o TestSuiteResultListener.lo `test -f 'src/xqts/TestSuiteResultListener.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteResultListener.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestSuiteResultListener.Tpo $(DEPDIR)/TestSuiteResultListener.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqts/TestSuiteResultListener.cpp' object='TestSuiteResultListener.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteResultListener.lo `test -f 'src/xqts/TestSuiteResultListener.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteResultListener.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteResultListener.lo `test -f 'src/xqts/TestSuiteResultListener.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteResultListener.cpp TestSuiteRunner.lo: src/xqts/TestSuiteRunner.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteRunner.lo -MD -MP -MF $(DEPDIR)/TestSuiteRunner.Tpo -c -o TestSuiteRunner.lo `test -f 'src/xqts/TestSuiteRunner.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteRunner.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestSuiteRunner.Tpo $(DEPDIR)/TestSuiteRunner.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestSuiteRunner.lo -MD -MP -MF $(DEPDIR)/TestSuiteRunner.Tpo -c -o TestSuiteRunner.lo `test -f 'src/xqts/TestSuiteRunner.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteRunner.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestSuiteRunner.Tpo $(DEPDIR)/TestSuiteRunner.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqts/TestSuiteRunner.cpp' object='TestSuiteRunner.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteRunner.lo `test -f 'src/xqts/TestSuiteRunner.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteRunner.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestSuiteRunner.lo `test -f 'src/xqts/TestSuiteRunner.cpp' || echo '$(srcdir)/'`src/xqts/TestSuiteRunner.cpp FastXDMUpdateFactory.lo: src/fastxdm/FastXDMUpdateFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMUpdateFactory.lo -MD -MP -MF $(DEPDIR)/FastXDMUpdateFactory.Tpo -c -o FastXDMUpdateFactory.lo `test -f 'src/fastxdm/FastXDMUpdateFactory.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMUpdateFactory.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FastXDMUpdateFactory.Tpo $(DEPDIR)/FastXDMUpdateFactory.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMUpdateFactory.lo -MD -MP -MF $(DEPDIR)/FastXDMUpdateFactory.Tpo -c -o FastXDMUpdateFactory.lo `test -f 'src/fastxdm/FastXDMUpdateFactory.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMUpdateFactory.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FastXDMUpdateFactory.Tpo $(DEPDIR)/FastXDMUpdateFactory.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fastxdm/FastXDMUpdateFactory.cpp' object='FastXDMUpdateFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMUpdateFactory.lo `test -f 'src/fastxdm/FastXDMUpdateFactory.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMUpdateFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMUpdateFactory.lo `test -f 'src/fastxdm/FastXDMUpdateFactory.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMUpdateFactory.cpp FastXDMDocument.lo: src/fastxdm/FastXDMDocument.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMDocument.lo -MD -MP -MF $(DEPDIR)/FastXDMDocument.Tpo -c -o FastXDMDocument.lo `test -f 'src/fastxdm/FastXDMDocument.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMDocument.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FastXDMDocument.Tpo $(DEPDIR)/FastXDMDocument.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMDocument.lo -MD -MP -MF $(DEPDIR)/FastXDMDocument.Tpo -c -o FastXDMDocument.lo `test -f 'src/fastxdm/FastXDMDocument.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMDocument.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FastXDMDocument.Tpo $(DEPDIR)/FastXDMDocument.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fastxdm/FastXDMDocument.cpp' object='FastXDMDocument.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMDocument.lo `test -f 'src/fastxdm/FastXDMDocument.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMDocument.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMDocument.lo `test -f 'src/fastxdm/FastXDMDocument.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMDocument.cpp FastXDMNodeImpl.lo: src/fastxdm/FastXDMNodeImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMNodeImpl.lo -MD -MP -MF $(DEPDIR)/FastXDMNodeImpl.Tpo -c -o FastXDMNodeImpl.lo `test -f 'src/fastxdm/FastXDMNodeImpl.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMNodeImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FastXDMNodeImpl.Tpo $(DEPDIR)/FastXDMNodeImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMNodeImpl.lo -MD -MP -MF $(DEPDIR)/FastXDMNodeImpl.Tpo -c -o FastXDMNodeImpl.lo `test -f 'src/fastxdm/FastXDMNodeImpl.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMNodeImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FastXDMNodeImpl.Tpo $(DEPDIR)/FastXDMNodeImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fastxdm/FastXDMNodeImpl.cpp' object='FastXDMNodeImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMNodeImpl.lo `test -f 'src/fastxdm/FastXDMNodeImpl.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMNodeImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMNodeImpl.lo `test -f 'src/fastxdm/FastXDMNodeImpl.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMNodeImpl.cpp FastXDMConfiguration.lo: src/fastxdm/FastXDMConfiguration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMConfiguration.lo -MD -MP -MF $(DEPDIR)/FastXDMConfiguration.Tpo -c -o FastXDMConfiguration.lo `test -f 'src/fastxdm/FastXDMConfiguration.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMConfiguration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FastXDMConfiguration.Tpo $(DEPDIR)/FastXDMConfiguration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMConfiguration.lo -MD -MP -MF $(DEPDIR)/FastXDMConfiguration.Tpo -c -o FastXDMConfiguration.lo `test -f 'src/fastxdm/FastXDMConfiguration.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMConfiguration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FastXDMConfiguration.Tpo $(DEPDIR)/FastXDMConfiguration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fastxdm/FastXDMConfiguration.cpp' object='FastXDMConfiguration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMConfiguration.lo `test -f 'src/fastxdm/FastXDMConfiguration.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMConfiguration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMConfiguration.lo `test -f 'src/fastxdm/FastXDMConfiguration.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMConfiguration.cpp FastXDMSequenceBuilder.lo: src/fastxdm/FastXDMSequenceBuilder.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMSequenceBuilder.lo -MD -MP -MF $(DEPDIR)/FastXDMSequenceBuilder.Tpo -c -o FastXDMSequenceBuilder.lo `test -f 'src/fastxdm/FastXDMSequenceBuilder.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMSequenceBuilder.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FastXDMSequenceBuilder.Tpo $(DEPDIR)/FastXDMSequenceBuilder.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FastXDMSequenceBuilder.lo -MD -MP -MF $(DEPDIR)/FastXDMSequenceBuilder.Tpo -c -o FastXDMSequenceBuilder.lo `test -f 'src/fastxdm/FastXDMSequenceBuilder.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMSequenceBuilder.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FastXDMSequenceBuilder.Tpo $(DEPDIR)/FastXDMSequenceBuilder.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/fastxdm/FastXDMSequenceBuilder.cpp' object='FastXDMSequenceBuilder.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMSequenceBuilder.lo `test -f 'src/fastxdm/FastXDMSequenceBuilder.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMSequenceBuilder.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FastXDMSequenceBuilder.lo `test -f 'src/fastxdm/FastXDMSequenceBuilder.cpp' || echo '$(srcdir)/'`src/fastxdm/FastXDMSequenceBuilder.cpp AncestorAxis.lo: src/xerces/AncestorAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AncestorAxis.lo -MD -MP -MF $(DEPDIR)/AncestorAxis.Tpo -c -o AncestorAxis.lo `test -f 'src/xerces/AncestorAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/AncestorAxis.Tpo $(DEPDIR)/AncestorAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AncestorAxis.lo -MD -MP -MF $(DEPDIR)/AncestorAxis.Tpo -c -o AncestorAxis.lo `test -f 'src/xerces/AncestorAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AncestorAxis.Tpo $(DEPDIR)/AncestorAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/AncestorAxis.cpp' object='AncestorAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AncestorAxis.lo `test -f 'src/xerces/AncestorAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AncestorAxis.lo `test -f 'src/xerces/AncestorAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorAxis.cpp AncestorOrSelfAxis.lo: src/xerces/AncestorOrSelfAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AncestorOrSelfAxis.lo -MD -MP -MF $(DEPDIR)/AncestorOrSelfAxis.Tpo -c -o AncestorOrSelfAxis.lo `test -f 'src/xerces/AncestorOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorOrSelfAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/AncestorOrSelfAxis.Tpo $(DEPDIR)/AncestorOrSelfAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AncestorOrSelfAxis.lo -MD -MP -MF $(DEPDIR)/AncestorOrSelfAxis.Tpo -c -o AncestorOrSelfAxis.lo `test -f 'src/xerces/AncestorOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorOrSelfAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AncestorOrSelfAxis.Tpo $(DEPDIR)/AncestorOrSelfAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/AncestorOrSelfAxis.cpp' object='AncestorOrSelfAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AncestorOrSelfAxis.lo `test -f 'src/xerces/AncestorOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorOrSelfAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AncestorOrSelfAxis.lo `test -f 'src/xerces/AncestorOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/AncestorOrSelfAxis.cpp AttributeAxis.lo: src/xerces/AttributeAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AttributeAxis.lo -MD -MP -MF $(DEPDIR)/AttributeAxis.Tpo -c -o AttributeAxis.lo `test -f 'src/xerces/AttributeAxis.cpp' || echo '$(srcdir)/'`src/xerces/AttributeAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/AttributeAxis.Tpo $(DEPDIR)/AttributeAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AttributeAxis.lo -MD -MP -MF $(DEPDIR)/AttributeAxis.Tpo -c -o AttributeAxis.lo `test -f 'src/xerces/AttributeAxis.cpp' || echo '$(srcdir)/'`src/xerces/AttributeAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AttributeAxis.Tpo $(DEPDIR)/AttributeAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/AttributeAxis.cpp' object='AttributeAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AttributeAxis.lo `test -f 'src/xerces/AttributeAxis.cpp' || echo '$(srcdir)/'`src/xerces/AttributeAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AttributeAxis.lo `test -f 'src/xerces/AttributeAxis.cpp' || echo '$(srcdir)/'`src/xerces/AttributeAxis.cpp Axis.lo: src/xerces/Axis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Axis.lo -MD -MP -MF $(DEPDIR)/Axis.Tpo -c -o Axis.lo `test -f 'src/xerces/Axis.cpp' || echo '$(srcdir)/'`src/xerces/Axis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Axis.Tpo $(DEPDIR)/Axis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Axis.lo -MD -MP -MF $(DEPDIR)/Axis.Tpo -c -o Axis.lo `test -f 'src/xerces/Axis.cpp' || echo '$(srcdir)/'`src/xerces/Axis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Axis.Tpo $(DEPDIR)/Axis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/Axis.cpp' object='Axis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Axis.lo `test -f 'src/xerces/Axis.cpp' || echo '$(srcdir)/'`src/xerces/Axis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Axis.lo `test -f 'src/xerces/Axis.cpp' || echo '$(srcdir)/'`src/xerces/Axis.cpp ChildAxis.lo: src/xerces/ChildAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ChildAxis.lo -MD -MP -MF $(DEPDIR)/ChildAxis.Tpo -c -o ChildAxis.lo `test -f 'src/xerces/ChildAxis.cpp' || echo '$(srcdir)/'`src/xerces/ChildAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ChildAxis.Tpo $(DEPDIR)/ChildAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ChildAxis.lo -MD -MP -MF $(DEPDIR)/ChildAxis.Tpo -c -o ChildAxis.lo `test -f 'src/xerces/ChildAxis.cpp' || echo '$(srcdir)/'`src/xerces/ChildAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ChildAxis.Tpo $(DEPDIR)/ChildAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/ChildAxis.cpp' object='ChildAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ChildAxis.lo `test -f 'src/xerces/ChildAxis.cpp' || echo '$(srcdir)/'`src/xerces/ChildAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ChildAxis.lo `test -f 'src/xerces/ChildAxis.cpp' || echo '$(srcdir)/'`src/xerces/ChildAxis.cpp DescendantAxis.lo: src/xerces/DescendantAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DescendantAxis.lo -MD -MP -MF $(DEPDIR)/DescendantAxis.Tpo -c -o DescendantAxis.lo `test -f 'src/xerces/DescendantAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DescendantAxis.Tpo $(DEPDIR)/DescendantAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DescendantAxis.lo -MD -MP -MF $(DEPDIR)/DescendantAxis.Tpo -c -o DescendantAxis.lo `test -f 'src/xerces/DescendantAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DescendantAxis.Tpo $(DEPDIR)/DescendantAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/DescendantAxis.cpp' object='DescendantAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DescendantAxis.lo `test -f 'src/xerces/DescendantAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DescendantAxis.lo `test -f 'src/xerces/DescendantAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantAxis.cpp DescendantOrSelfAxis.lo: src/xerces/DescendantOrSelfAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DescendantOrSelfAxis.lo -MD -MP -MF $(DEPDIR)/DescendantOrSelfAxis.Tpo -c -o DescendantOrSelfAxis.lo `test -f 'src/xerces/DescendantOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantOrSelfAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/DescendantOrSelfAxis.Tpo $(DEPDIR)/DescendantOrSelfAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DescendantOrSelfAxis.lo -MD -MP -MF $(DEPDIR)/DescendantOrSelfAxis.Tpo -c -o DescendantOrSelfAxis.lo `test -f 'src/xerces/DescendantOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantOrSelfAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DescendantOrSelfAxis.Tpo $(DEPDIR)/DescendantOrSelfAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/DescendantOrSelfAxis.cpp' object='DescendantOrSelfAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DescendantOrSelfAxis.lo `test -f 'src/xerces/DescendantOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantOrSelfAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DescendantOrSelfAxis.lo `test -f 'src/xerces/DescendantOrSelfAxis.cpp' || echo '$(srcdir)/'`src/xerces/DescendantOrSelfAxis.cpp FollowingAxis.lo: src/xerces/FollowingAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FollowingAxis.lo -MD -MP -MF $(DEPDIR)/FollowingAxis.Tpo -c -o FollowingAxis.lo `test -f 'src/xerces/FollowingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FollowingAxis.Tpo $(DEPDIR)/FollowingAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FollowingAxis.lo -MD -MP -MF $(DEPDIR)/FollowingAxis.Tpo -c -o FollowingAxis.lo `test -f 'src/xerces/FollowingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FollowingAxis.Tpo $(DEPDIR)/FollowingAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/FollowingAxis.cpp' object='FollowingAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FollowingAxis.lo `test -f 'src/xerces/FollowingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FollowingAxis.lo `test -f 'src/xerces/FollowingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingAxis.cpp FollowingSiblingAxis.lo: src/xerces/FollowingSiblingAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FollowingSiblingAxis.lo -MD -MP -MF $(DEPDIR)/FollowingSiblingAxis.Tpo -c -o FollowingSiblingAxis.lo `test -f 'src/xerces/FollowingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingSiblingAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FollowingSiblingAxis.Tpo $(DEPDIR)/FollowingSiblingAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FollowingSiblingAxis.lo -MD -MP -MF $(DEPDIR)/FollowingSiblingAxis.Tpo -c -o FollowingSiblingAxis.lo `test -f 'src/xerces/FollowingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingSiblingAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FollowingSiblingAxis.Tpo $(DEPDIR)/FollowingSiblingAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/FollowingSiblingAxis.cpp' object='FollowingSiblingAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FollowingSiblingAxis.lo `test -f 'src/xerces/FollowingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingSiblingAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FollowingSiblingAxis.lo `test -f 'src/xerces/FollowingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/FollowingSiblingAxis.cpp NamespaceAxis.lo: src/xerces/NamespaceAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NamespaceAxis.lo -MD -MP -MF $(DEPDIR)/NamespaceAxis.Tpo -c -o NamespaceAxis.lo `test -f 'src/xerces/NamespaceAxis.cpp' || echo '$(srcdir)/'`src/xerces/NamespaceAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/NamespaceAxis.Tpo $(DEPDIR)/NamespaceAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NamespaceAxis.lo -MD -MP -MF $(DEPDIR)/NamespaceAxis.Tpo -c -o NamespaceAxis.lo `test -f 'src/xerces/NamespaceAxis.cpp' || echo '$(srcdir)/'`src/xerces/NamespaceAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/NamespaceAxis.Tpo $(DEPDIR)/NamespaceAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/NamespaceAxis.cpp' object='NamespaceAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NamespaceAxis.lo `test -f 'src/xerces/NamespaceAxis.cpp' || echo '$(srcdir)/'`src/xerces/NamespaceAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NamespaceAxis.lo `test -f 'src/xerces/NamespaceAxis.cpp' || echo '$(srcdir)/'`src/xerces/NamespaceAxis.cpp ParentAxis.lo: src/xerces/ParentAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ParentAxis.lo -MD -MP -MF $(DEPDIR)/ParentAxis.Tpo -c -o ParentAxis.lo `test -f 'src/xerces/ParentAxis.cpp' || echo '$(srcdir)/'`src/xerces/ParentAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ParentAxis.Tpo $(DEPDIR)/ParentAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ParentAxis.lo -MD -MP -MF $(DEPDIR)/ParentAxis.Tpo -c -o ParentAxis.lo `test -f 'src/xerces/ParentAxis.cpp' || echo '$(srcdir)/'`src/xerces/ParentAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ParentAxis.Tpo $(DEPDIR)/ParentAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/ParentAxis.cpp' object='ParentAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ParentAxis.lo `test -f 'src/xerces/ParentAxis.cpp' || echo '$(srcdir)/'`src/xerces/ParentAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ParentAxis.lo `test -f 'src/xerces/ParentAxis.cpp' || echo '$(srcdir)/'`src/xerces/ParentAxis.cpp PrecedingAxis.lo: src/xerces/PrecedingAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrecedingAxis.lo -MD -MP -MF $(DEPDIR)/PrecedingAxis.Tpo -c -o PrecedingAxis.lo `test -f 'src/xerces/PrecedingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PrecedingAxis.Tpo $(DEPDIR)/PrecedingAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrecedingAxis.lo -MD -MP -MF $(DEPDIR)/PrecedingAxis.Tpo -c -o PrecedingAxis.lo `test -f 'src/xerces/PrecedingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PrecedingAxis.Tpo $(DEPDIR)/PrecedingAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/PrecedingAxis.cpp' object='PrecedingAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrecedingAxis.lo `test -f 'src/xerces/PrecedingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrecedingAxis.lo `test -f 'src/xerces/PrecedingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingAxis.cpp PrecedingSiblingAxis.lo: src/xerces/PrecedingSiblingAxis.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrecedingSiblingAxis.lo -MD -MP -MF $(DEPDIR)/PrecedingSiblingAxis.Tpo -c -o PrecedingSiblingAxis.lo `test -f 'src/xerces/PrecedingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingSiblingAxis.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PrecedingSiblingAxis.Tpo $(DEPDIR)/PrecedingSiblingAxis.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrecedingSiblingAxis.lo -MD -MP -MF $(DEPDIR)/PrecedingSiblingAxis.Tpo -c -o PrecedingSiblingAxis.lo `test -f 'src/xerces/PrecedingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingSiblingAxis.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PrecedingSiblingAxis.Tpo $(DEPDIR)/PrecedingSiblingAxis.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/PrecedingSiblingAxis.cpp' object='PrecedingSiblingAxis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrecedingSiblingAxis.lo `test -f 'src/xerces/PrecedingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingSiblingAxis.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrecedingSiblingAxis.lo `test -f 'src/xerces/PrecedingSiblingAxis.cpp' || echo '$(srcdir)/'`src/xerces/PrecedingSiblingAxis.cpp XercesConfiguration.lo: src/xerces/XercesConfiguration.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesConfiguration.lo -MD -MP -MF $(DEPDIR)/XercesConfiguration.Tpo -c -o XercesConfiguration.lo `test -f 'src/xerces/XercesConfiguration.cpp' || echo '$(srcdir)/'`src/xerces/XercesConfiguration.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XercesConfiguration.Tpo $(DEPDIR)/XercesConfiguration.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesConfiguration.lo -MD -MP -MF $(DEPDIR)/XercesConfiguration.Tpo -c -o XercesConfiguration.lo `test -f 'src/xerces/XercesConfiguration.cpp' || echo '$(srcdir)/'`src/xerces/XercesConfiguration.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XercesConfiguration.Tpo $(DEPDIR)/XercesConfiguration.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/XercesConfiguration.cpp' object='XercesConfiguration.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesConfiguration.lo `test -f 'src/xerces/XercesConfiguration.cpp' || echo '$(srcdir)/'`src/xerces/XercesConfiguration.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesConfiguration.lo `test -f 'src/xerces/XercesConfiguration.cpp' || echo '$(srcdir)/'`src/xerces/XercesConfiguration.cpp XercesNodeImpl.lo: src/xerces/XercesNodeImpl.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesNodeImpl.lo -MD -MP -MF $(DEPDIR)/XercesNodeImpl.Tpo -c -o XercesNodeImpl.lo `test -f 'src/xerces/XercesNodeImpl.cpp' || echo '$(srcdir)/'`src/xerces/XercesNodeImpl.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XercesNodeImpl.Tpo $(DEPDIR)/XercesNodeImpl.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesNodeImpl.lo -MD -MP -MF $(DEPDIR)/XercesNodeImpl.Tpo -c -o XercesNodeImpl.lo `test -f 'src/xerces/XercesNodeImpl.cpp' || echo '$(srcdir)/'`src/xerces/XercesNodeImpl.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XercesNodeImpl.Tpo $(DEPDIR)/XercesNodeImpl.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/XercesNodeImpl.cpp' object='XercesNodeImpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesNodeImpl.lo `test -f 'src/xerces/XercesNodeImpl.cpp' || echo '$(srcdir)/'`src/xerces/XercesNodeImpl.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesNodeImpl.lo `test -f 'src/xerces/XercesNodeImpl.cpp' || echo '$(srcdir)/'`src/xerces/XercesNodeImpl.cpp XercesSequenceBuilder.lo: src/xerces/XercesSequenceBuilder.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesSequenceBuilder.lo -MD -MP -MF $(DEPDIR)/XercesSequenceBuilder.Tpo -c -o XercesSequenceBuilder.lo `test -f 'src/xerces/XercesSequenceBuilder.cpp' || echo '$(srcdir)/'`src/xerces/XercesSequenceBuilder.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XercesSequenceBuilder.Tpo $(DEPDIR)/XercesSequenceBuilder.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesSequenceBuilder.lo -MD -MP -MF $(DEPDIR)/XercesSequenceBuilder.Tpo -c -o XercesSequenceBuilder.lo `test -f 'src/xerces/XercesSequenceBuilder.cpp' || echo '$(srcdir)/'`src/xerces/XercesSequenceBuilder.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XercesSequenceBuilder.Tpo $(DEPDIR)/XercesSequenceBuilder.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/XercesSequenceBuilder.cpp' object='XercesSequenceBuilder.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesSequenceBuilder.lo `test -f 'src/xerces/XercesSequenceBuilder.cpp' || echo '$(srcdir)/'`src/xerces/XercesSequenceBuilder.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesSequenceBuilder.lo `test -f 'src/xerces/XercesSequenceBuilder.cpp' || echo '$(srcdir)/'`src/xerces/XercesSequenceBuilder.cpp XercesUpdateFactory.lo: src/xerces/XercesUpdateFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesUpdateFactory.lo -MD -MP -MF $(DEPDIR)/XercesUpdateFactory.Tpo -c -o XercesUpdateFactory.lo `test -f 'src/xerces/XercesUpdateFactory.cpp' || echo '$(srcdir)/'`src/xerces/XercesUpdateFactory.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XercesUpdateFactory.Tpo $(DEPDIR)/XercesUpdateFactory.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesUpdateFactory.lo -MD -MP -MF $(DEPDIR)/XercesUpdateFactory.Tpo -c -o XercesUpdateFactory.lo `test -f 'src/xerces/XercesUpdateFactory.cpp' || echo '$(srcdir)/'`src/xerces/XercesUpdateFactory.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XercesUpdateFactory.Tpo $(DEPDIR)/XercesUpdateFactory.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/XercesUpdateFactory.cpp' object='XercesUpdateFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesUpdateFactory.lo `test -f 'src/xerces/XercesUpdateFactory.cpp' || echo '$(srcdir)/'`src/xerces/XercesUpdateFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesUpdateFactory.lo `test -f 'src/xerces/XercesUpdateFactory.cpp' || echo '$(srcdir)/'`src/xerces/XercesUpdateFactory.cpp XercesURIResolver.lo: src/xerces/XercesURIResolver.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesURIResolver.lo -MD -MP -MF $(DEPDIR)/XercesURIResolver.Tpo -c -o XercesURIResolver.lo `test -f 'src/xerces/XercesURIResolver.cpp' || echo '$(srcdir)/'`src/xerces/XercesURIResolver.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XercesURIResolver.Tpo $(DEPDIR)/XercesURIResolver.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XercesURIResolver.lo -MD -MP -MF $(DEPDIR)/XercesURIResolver.Tpo -c -o XercesURIResolver.lo `test -f 'src/xerces/XercesURIResolver.cpp' || echo '$(srcdir)/'`src/xerces/XercesURIResolver.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XercesURIResolver.Tpo $(DEPDIR)/XercesURIResolver.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xerces/XercesURIResolver.cpp' object='XercesURIResolver.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesURIResolver.lo `test -f 'src/xerces/XercesURIResolver.cpp' || echo '$(srcdir)/'`src/xerces/XercesURIResolver.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XercesURIResolver.lo `test -f 'src/xerces/XercesURIResolver.cpp' || echo '$(srcdir)/'`src/xerces/XercesURIResolver.cpp Optimizer.lo: src/optimizer/Optimizer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Optimizer.lo -MD -MP -MF $(DEPDIR)/Optimizer.Tpo -c -o Optimizer.lo `test -f 'src/optimizer/Optimizer.cpp' || echo '$(srcdir)/'`src/optimizer/Optimizer.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Optimizer.Tpo $(DEPDIR)/Optimizer.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Optimizer.lo -MD -MP -MF $(DEPDIR)/Optimizer.Tpo -c -o Optimizer.lo `test -f 'src/optimizer/Optimizer.cpp' || echo '$(srcdir)/'`src/optimizer/Optimizer.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Optimizer.Tpo $(DEPDIR)/Optimizer.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/Optimizer.cpp' object='Optimizer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Optimizer.lo `test -f 'src/optimizer/Optimizer.cpp' || echo '$(srcdir)/'`src/optimizer/Optimizer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Optimizer.lo `test -f 'src/optimizer/Optimizer.cpp' || echo '$(srcdir)/'`src/optimizer/Optimizer.cpp ASTCopier.lo: src/optimizer/ASTCopier.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTCopier.lo -MD -MP -MF $(DEPDIR)/ASTCopier.Tpo -c -o ASTCopier.lo `test -f 'src/optimizer/ASTCopier.cpp' || echo '$(srcdir)/'`src/optimizer/ASTCopier.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ASTCopier.Tpo $(DEPDIR)/ASTCopier.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTCopier.lo -MD -MP -MF $(DEPDIR)/ASTCopier.Tpo -c -o ASTCopier.lo `test -f 'src/optimizer/ASTCopier.cpp' || echo '$(srcdir)/'`src/optimizer/ASTCopier.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ASTCopier.Tpo $(DEPDIR)/ASTCopier.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/ASTCopier.cpp' object='ASTCopier.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTCopier.lo `test -f 'src/optimizer/ASTCopier.cpp' || echo '$(srcdir)/'`src/optimizer/ASTCopier.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTCopier.lo `test -f 'src/optimizer/ASTCopier.cpp' || echo '$(srcdir)/'`src/optimizer/ASTCopier.cpp ASTReleaser.lo: src/optimizer/ASTReleaser.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTReleaser.lo -MD -MP -MF $(DEPDIR)/ASTReleaser.Tpo -c -o ASTReleaser.lo `test -f 'src/optimizer/ASTReleaser.cpp' || echo '$(srcdir)/'`src/optimizer/ASTReleaser.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ASTReleaser.Tpo $(DEPDIR)/ASTReleaser.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTReleaser.lo -MD -MP -MF $(DEPDIR)/ASTReleaser.Tpo -c -o ASTReleaser.lo `test -f 'src/optimizer/ASTReleaser.cpp' || echo '$(srcdir)/'`src/optimizer/ASTReleaser.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ASTReleaser.Tpo $(DEPDIR)/ASTReleaser.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/ASTReleaser.cpp' object='ASTReleaser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTReleaser.lo `test -f 'src/optimizer/ASTReleaser.cpp' || echo '$(srcdir)/'`src/optimizer/ASTReleaser.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTReleaser.lo `test -f 'src/optimizer/ASTReleaser.cpp' || echo '$(srcdir)/'`src/optimizer/ASTReleaser.cpp ASTVisitor.lo: src/optimizer/ASTVisitor.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTVisitor.lo -MD -MP -MF $(DEPDIR)/ASTVisitor.Tpo -c -o ASTVisitor.lo `test -f 'src/optimizer/ASTVisitor.cpp' || echo '$(srcdir)/'`src/optimizer/ASTVisitor.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ASTVisitor.Tpo $(DEPDIR)/ASTVisitor.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ASTVisitor.lo -MD -MP -MF $(DEPDIR)/ASTVisitor.Tpo -c -o ASTVisitor.lo `test -f 'src/optimizer/ASTVisitor.cpp' || echo '$(srcdir)/'`src/optimizer/ASTVisitor.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ASTVisitor.Tpo $(DEPDIR)/ASTVisitor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/ASTVisitor.cpp' object='ASTVisitor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTVisitor.lo `test -f 'src/optimizer/ASTVisitor.cpp' || echo '$(srcdir)/'`src/optimizer/ASTVisitor.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ASTVisitor.lo `test -f 'src/optimizer/ASTVisitor.cpp' || echo '$(srcdir)/'`src/optimizer/ASTVisitor.cpp PartialEvaluator.lo: src/optimizer/PartialEvaluator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PartialEvaluator.lo -MD -MP -MF $(DEPDIR)/PartialEvaluator.Tpo -c -o PartialEvaluator.lo `test -f 'src/optimizer/PartialEvaluator.cpp' || echo '$(srcdir)/'`src/optimizer/PartialEvaluator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PartialEvaluator.Tpo $(DEPDIR)/PartialEvaluator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PartialEvaluator.lo -MD -MP -MF $(DEPDIR)/PartialEvaluator.Tpo -c -o PartialEvaluator.lo `test -f 'src/optimizer/PartialEvaluator.cpp' || echo '$(srcdir)/'`src/optimizer/PartialEvaluator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PartialEvaluator.Tpo $(DEPDIR)/PartialEvaluator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/PartialEvaluator.cpp' object='PartialEvaluator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PartialEvaluator.lo `test -f 'src/optimizer/PartialEvaluator.cpp' || echo '$(srcdir)/'`src/optimizer/PartialEvaluator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PartialEvaluator.lo `test -f 'src/optimizer/PartialEvaluator.cpp' || echo '$(srcdir)/'`src/optimizer/PartialEvaluator.cpp StaticTyper.lo: src/optimizer/StaticTyper.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticTyper.lo -MD -MP -MF $(DEPDIR)/StaticTyper.Tpo -c -o StaticTyper.lo `test -f 'src/optimizer/StaticTyper.cpp' || echo '$(srcdir)/'`src/optimizer/StaticTyper.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StaticTyper.Tpo $(DEPDIR)/StaticTyper.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StaticTyper.lo -MD -MP -MF $(DEPDIR)/StaticTyper.Tpo -c -o StaticTyper.lo `test -f 'src/optimizer/StaticTyper.cpp' || echo '$(srcdir)/'`src/optimizer/StaticTyper.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StaticTyper.Tpo $(DEPDIR)/StaticTyper.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/StaticTyper.cpp' object='StaticTyper.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticTyper.lo `test -f 'src/optimizer/StaticTyper.cpp' || echo '$(srcdir)/'`src/optimizer/StaticTyper.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StaticTyper.lo `test -f 'src/optimizer/StaticTyper.cpp' || echo '$(srcdir)/'`src/optimizer/StaticTyper.cpp QueryPathNode.lo: src/optimizer/QueryPathNode.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathNode.lo -MD -MP -MF $(DEPDIR)/QueryPathNode.Tpo -c -o QueryPathNode.lo `test -f 'src/optimizer/QueryPathNode.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathNode.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/QueryPathNode.Tpo $(DEPDIR)/QueryPathNode.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathNode.lo -MD -MP -MF $(DEPDIR)/QueryPathNode.Tpo -c -o QueryPathNode.lo `test -f 'src/optimizer/QueryPathNode.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathNode.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/QueryPathNode.Tpo $(DEPDIR)/QueryPathNode.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/QueryPathNode.cpp' object='QueryPathNode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathNode.lo `test -f 'src/optimizer/QueryPathNode.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathNode.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathNode.lo `test -f 'src/optimizer/QueryPathNode.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathNode.cpp QueryPathTreeGenerator.lo: src/optimizer/QueryPathTreeGenerator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathTreeGenerator.lo -MD -MP -MF $(DEPDIR)/QueryPathTreeGenerator.Tpo -c -o QueryPathTreeGenerator.lo `test -f 'src/optimizer/QueryPathTreeGenerator.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathTreeGenerator.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/QueryPathTreeGenerator.Tpo $(DEPDIR)/QueryPathTreeGenerator.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QueryPathTreeGenerator.lo -MD -MP -MF $(DEPDIR)/QueryPathTreeGenerator.Tpo -c -o QueryPathTreeGenerator.lo `test -f 'src/optimizer/QueryPathTreeGenerator.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathTreeGenerator.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/QueryPathTreeGenerator.Tpo $(DEPDIR)/QueryPathTreeGenerator.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/optimizer/QueryPathTreeGenerator.cpp' object='QueryPathTreeGenerator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathTreeGenerator.lo `test -f 'src/optimizer/QueryPathTreeGenerator.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathTreeGenerator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QueryPathTreeGenerator.lo `test -f 'src/optimizer/QueryPathTreeGenerator.cpp' || echo '$(srcdir)/'`src/optimizer/QueryPathTreeGenerator.cpp XQillaXQCImplementation.lo: src/xqc/XQillaXQCImplementation.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCImplementation.lo -MD -MP -MF $(DEPDIR)/XQillaXQCImplementation.Tpo -c -o XQillaXQCImplementation.lo `test -f 'src/xqc/XQillaXQCImplementation.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCImplementation.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXQCImplementation.Tpo $(DEPDIR)/XQillaXQCImplementation.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCImplementation.lo -MD -MP -MF $(DEPDIR)/XQillaXQCImplementation.Tpo -c -o XQillaXQCImplementation.lo `test -f 'src/xqc/XQillaXQCImplementation.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCImplementation.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXQCImplementation.Tpo $(DEPDIR)/XQillaXQCImplementation.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqc/XQillaXQCImplementation.cpp' object='XQillaXQCImplementation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCImplementation.lo `test -f 'src/xqc/XQillaXQCImplementation.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCImplementation.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCImplementation.lo `test -f 'src/xqc/XQillaXQCImplementation.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCImplementation.cpp XQillaXQCStaticContext.lo: src/xqc/XQillaXQCStaticContext.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCStaticContext.lo -MD -MP -MF $(DEPDIR)/XQillaXQCStaticContext.Tpo -c -o XQillaXQCStaticContext.lo `test -f 'src/xqc/XQillaXQCStaticContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCStaticContext.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXQCStaticContext.Tpo $(DEPDIR)/XQillaXQCStaticContext.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCStaticContext.lo -MD -MP -MF $(DEPDIR)/XQillaXQCStaticContext.Tpo -c -o XQillaXQCStaticContext.lo `test -f 'src/xqc/XQillaXQCStaticContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCStaticContext.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXQCStaticContext.Tpo $(DEPDIR)/XQillaXQCStaticContext.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqc/XQillaXQCStaticContext.cpp' object='XQillaXQCStaticContext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCStaticContext.lo `test -f 'src/xqc/XQillaXQCStaticContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCStaticContext.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCStaticContext.lo `test -f 'src/xqc/XQillaXQCStaticContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCStaticContext.cpp XQillaXQCDynamicContext.lo: src/xqc/XQillaXQCDynamicContext.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCDynamicContext.lo -MD -MP -MF $(DEPDIR)/XQillaXQCDynamicContext.Tpo -c -o XQillaXQCDynamicContext.lo `test -f 'src/xqc/XQillaXQCDynamicContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCDynamicContext.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXQCDynamicContext.Tpo $(DEPDIR)/XQillaXQCDynamicContext.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCDynamicContext.lo -MD -MP -MF $(DEPDIR)/XQillaXQCDynamicContext.Tpo -c -o XQillaXQCDynamicContext.lo `test -f 'src/xqc/XQillaXQCDynamicContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCDynamicContext.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXQCDynamicContext.Tpo $(DEPDIR)/XQillaXQCDynamicContext.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqc/XQillaXQCDynamicContext.cpp' object='XQillaXQCDynamicContext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCDynamicContext.lo `test -f 'src/xqc/XQillaXQCDynamicContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCDynamicContext.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCDynamicContext.lo `test -f 'src/xqc/XQillaXQCDynamicContext.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCDynamicContext.cpp XQillaXQCExpression.lo: src/xqc/XQillaXQCExpression.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCExpression.lo -MD -MP -MF $(DEPDIR)/XQillaXQCExpression.Tpo -c -o XQillaXQCExpression.lo `test -f 'src/xqc/XQillaXQCExpression.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCExpression.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXQCExpression.Tpo $(DEPDIR)/XQillaXQCExpression.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCExpression.lo -MD -MP -MF $(DEPDIR)/XQillaXQCExpression.Tpo -c -o XQillaXQCExpression.lo `test -f 'src/xqc/XQillaXQCExpression.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCExpression.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXQCExpression.Tpo $(DEPDIR)/XQillaXQCExpression.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqc/XQillaXQCExpression.cpp' object='XQillaXQCExpression.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCExpression.lo `test -f 'src/xqc/XQillaXQCExpression.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCExpression.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCExpression.lo `test -f 'src/xqc/XQillaXQCExpression.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCExpression.cpp XQillaXQCSequence.lo: src/xqc/XQillaXQCSequence.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCSequence.lo -MD -MP -MF $(DEPDIR)/XQillaXQCSequence.Tpo -c -o XQillaXQCSequence.lo `test -f 'src/xqc/XQillaXQCSequence.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCSequence.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/XQillaXQCSequence.Tpo $(DEPDIR)/XQillaXQCSequence.Plo +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XQillaXQCSequence.lo -MD -MP -MF $(DEPDIR)/XQillaXQCSequence.Tpo -c -o XQillaXQCSequence.lo `test -f 'src/xqc/XQillaXQCSequence.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCSequence.cpp +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/XQillaXQCSequence.Tpo $(DEPDIR)/XQillaXQCSequence.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/xqc/XQillaXQCSequence.cpp' object='XQillaXQCSequence.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCSequence.lo `test -f 'src/xqc/XQillaXQCSequence.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCSequence.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XQillaXQCSequence.lo `test -f 'src/xqc/XQillaXQCSequence.cpp' || echo '$(srcdir)/'`src/xqc/XQillaXQCSequence.cpp dom-basic.o: src/samples/dom-api/dom-basic.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-basic.o -MD -MP -MF $(DEPDIR)/dom-basic.Tpo -c -o dom-basic.o `test -f 'src/samples/dom-api/dom-basic.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-basic.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-basic.Tpo $(DEPDIR)/dom-basic.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-basic.Tpo $(DEPDIR)/dom-basic.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-basic.cpp' object='dom-basic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-basic.o `test -f 'src/samples/dom-api/dom-basic.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-basic.cpp dom-basic.obj: src/samples/dom-api/dom-basic.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-basic.obj -MD -MP -MF $(DEPDIR)/dom-basic.Tpo -c -o dom-basic.obj `if test -f 'src/samples/dom-api/dom-basic.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-basic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-basic.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-basic.Tpo $(DEPDIR)/dom-basic.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-basic.Tpo $(DEPDIR)/dom-basic.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-basic.cpp' object='dom-basic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-basic.obj `if test -f 'src/samples/dom-api/dom-basic.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-basic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-basic.cpp'; fi` dom-context-item.o: src/samples/dom-api/dom-context-item.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-context-item.o -MD -MP -MF $(DEPDIR)/dom-context-item.Tpo -c -o dom-context-item.o `test -f 'src/samples/dom-api/dom-context-item.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-context-item.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-context-item.Tpo $(DEPDIR)/dom-context-item.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-context-item.Tpo $(DEPDIR)/dom-context-item.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-context-item.cpp' object='dom-context-item.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-context-item.o `test -f 'src/samples/dom-api/dom-context-item.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-context-item.cpp dom-context-item.obj: src/samples/dom-api/dom-context-item.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-context-item.obj -MD -MP -MF $(DEPDIR)/dom-context-item.Tpo -c -o dom-context-item.obj `if test -f 'src/samples/dom-api/dom-context-item.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-context-item.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-context-item.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-context-item.Tpo $(DEPDIR)/dom-context-item.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-context-item.Tpo $(DEPDIR)/dom-context-item.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-context-item.cpp' object='dom-context-item.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-context-item.obj `if test -f 'src/samples/dom-api/dom-context-item.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-context-item.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-context-item.cpp'; fi` dom-resolver.o: src/samples/dom-api/dom-resolver.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-resolver.o -MD -MP -MF $(DEPDIR)/dom-resolver.Tpo -c -o dom-resolver.o `test -f 'src/samples/dom-api/dom-resolver.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-resolver.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-resolver.Tpo $(DEPDIR)/dom-resolver.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-resolver.Tpo $(DEPDIR)/dom-resolver.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-resolver.cpp' object='dom-resolver.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-resolver.o `test -f 'src/samples/dom-api/dom-resolver.cpp' || echo '$(srcdir)/'`src/samples/dom-api/dom-resolver.cpp dom-resolver.obj: src/samples/dom-api/dom-resolver.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom-resolver.obj -MD -MP -MF $(DEPDIR)/dom-resolver.Tpo -c -o dom-resolver.obj `if test -f 'src/samples/dom-api/dom-resolver.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-resolver.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-resolver.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/dom-resolver.Tpo $(DEPDIR)/dom-resolver.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom-resolver.Tpo $(DEPDIR)/dom-resolver.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/dom-api/dom-resolver.cpp' object='dom-resolver.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom-resolver.obj `if test -f 'src/samples/dom-api/dom-resolver.cpp'; then $(CYGPATH_W) 'src/samples/dom-api/dom-resolver.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/dom-api/dom-resolver.cpp'; fi` simple-basic.o: src/samples/simple-api/simple-basic.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple-basic.o -MD -MP -MF $(DEPDIR)/simple-basic.Tpo -c -o simple-basic.o `test -f 'src/samples/simple-api/simple-basic.cpp' || echo '$(srcdir)/'`src/samples/simple-api/simple-basic.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple-basic.Tpo $(DEPDIR)/simple-basic.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple-basic.Tpo $(DEPDIR)/simple-basic.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/simple-api/simple-basic.cpp' object='simple-basic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple-basic.o `test -f 'src/samples/simple-api/simple-basic.cpp' || echo '$(srcdir)/'`src/samples/simple-api/simple-basic.cpp simple-basic.obj: src/samples/simple-api/simple-basic.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple-basic.obj -MD -MP -MF $(DEPDIR)/simple-basic.Tpo -c -o simple-basic.obj `if test -f 'src/samples/simple-api/simple-basic.cpp'; then $(CYGPATH_W) 'src/samples/simple-api/simple-basic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/simple-api/simple-basic.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple-basic.Tpo $(DEPDIR)/simple-basic.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple-basic.Tpo $(DEPDIR)/simple-basic.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/simple-api/simple-basic.cpp' object='simple-basic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple-basic.obj `if test -f 'src/samples/simple-api/simple-basic.cpp'; then $(CYGPATH_W) 'src/samples/simple-api/simple-basic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/simple-api/simple-basic.cpp'; fi` simple-context-item.o: src/samples/simple-api/simple-context-item.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple-context-item.o -MD -MP -MF $(DEPDIR)/simple-context-item.Tpo -c -o simple-context-item.o `test -f 'src/samples/simple-api/simple-context-item.cpp' || echo '$(srcdir)/'`src/samples/simple-api/simple-context-item.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple-context-item.Tpo $(DEPDIR)/simple-context-item.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple-context-item.Tpo $(DEPDIR)/simple-context-item.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/simple-api/simple-context-item.cpp' object='simple-context-item.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple-context-item.o `test -f 'src/samples/simple-api/simple-context-item.cpp' || echo '$(srcdir)/'`src/samples/simple-api/simple-context-item.cpp simple-context-item.obj: src/samples/simple-api/simple-context-item.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple-context-item.obj -MD -MP -MF $(DEPDIR)/simple-context-item.Tpo -c -o simple-context-item.obj `if test -f 'src/samples/simple-api/simple-context-item.cpp'; then $(CYGPATH_W) 'src/samples/simple-api/simple-context-item.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/simple-api/simple-context-item.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple-context-item.Tpo $(DEPDIR)/simple-context-item.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple-context-item.Tpo $(DEPDIR)/simple-context-item.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/simple-api/simple-context-item.cpp' object='simple-context-item.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple-context-item.obj `if test -f 'src/samples/simple-api/simple-context-item.cpp'; then $(CYGPATH_W) 'src/samples/simple-api/simple-context-item.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/simple-api/simple-context-item.cpp'; fi` xmark.o: tests/xmark/xmark.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xmark.o -MD -MP -MF $(DEPDIR)/xmark.Tpo -c -o xmark.o `test -f 'tests/xmark/xmark.cpp' || echo '$(srcdir)/'`tests/xmark/xmark.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/xmark.Tpo $(DEPDIR)/xmark.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/xmark.Tpo $(DEPDIR)/xmark.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tests/xmark/xmark.cpp' object='xmark.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xmark.o `test -f 'tests/xmark/xmark.cpp' || echo '$(srcdir)/'`tests/xmark/xmark.cpp xmark.obj: tests/xmark/xmark.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xmark.obj -MD -MP -MF $(DEPDIR)/xmark.Tpo -c -o xmark.obj `if test -f 'tests/xmark/xmark.cpp'; then $(CYGPATH_W) 'tests/xmark/xmark.cpp'; else $(CYGPATH_W) '$(srcdir)/tests/xmark/xmark.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/xmark.Tpo $(DEPDIR)/xmark.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/xmark.Tpo $(DEPDIR)/xmark.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tests/xmark/xmark.cpp' object='xmark.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xmark.obj `if test -f 'tests/xmark/xmark.cpp'; then $(CYGPATH_W) 'tests/xmark/xmark.cpp'; else $(CYGPATH_W) '$(srcdir)/tests/xmark/xmark.cpp'; fi` xqilla-commandline.o: src/samples/xqilla/xqilla-commandline.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xqilla-commandline.o -MD -MP -MF $(DEPDIR)/xqilla-commandline.Tpo -c -o xqilla-commandline.o `test -f 'src/samples/xqilla/xqilla-commandline.cpp' || echo '$(srcdir)/'`src/samples/xqilla/xqilla-commandline.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/xqilla-commandline.Tpo $(DEPDIR)/xqilla-commandline.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/xqilla-commandline.Tpo $(DEPDIR)/xqilla-commandline.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/xqilla/xqilla-commandline.cpp' object='xqilla-commandline.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xqilla-commandline.o `test -f 'src/samples/xqilla/xqilla-commandline.cpp' || echo '$(srcdir)/'`src/samples/xqilla/xqilla-commandline.cpp xqilla-commandline.obj: src/samples/xqilla/xqilla-commandline.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xqilla-commandline.obj -MD -MP -MF $(DEPDIR)/xqilla-commandline.Tpo -c -o xqilla-commandline.obj `if test -f 'src/samples/xqilla/xqilla-commandline.cpp'; then $(CYGPATH_W) 'src/samples/xqilla/xqilla-commandline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqilla/xqilla-commandline.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/xqilla-commandline.Tpo $(DEPDIR)/xqilla-commandline.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/xqilla-commandline.Tpo $(DEPDIR)/xqilla-commandline.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/samples/xqilla/xqilla-commandline.cpp' object='xqilla-commandline.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xqilla-commandline.obj `if test -f 'src/samples/xqilla/xqilla-commandline.cpp'; then $(CYGPATH_W) 'src/samples/xqilla/xqilla-commandline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/samples/xqilla/xqilla-commandline.cpp'; fi` runner.o: tests/xqts/runner.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT runner.o -MD -MP -MF $(DEPDIR)/runner.Tpo -c -o runner.o `test -f 'tests/xqts/runner.cpp' || echo '$(srcdir)/'`tests/xqts/runner.cpp -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/runner.Tpo $(DEPDIR)/runner.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/runner.Tpo $(DEPDIR)/runner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tests/xqts/runner.cpp' object='runner.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o runner.o `test -f 'tests/xqts/runner.cpp' || echo '$(srcdir)/'`tests/xqts/runner.cpp runner.obj: tests/xqts/runner.cpp @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT runner.obj -MD -MP -MF $(DEPDIR)/runner.Tpo -c -o runner.obj `if test -f 'tests/xqts/runner.cpp'; then $(CYGPATH_W) 'tests/xqts/runner.cpp'; else $(CYGPATH_W) '$(srcdir)/tests/xqts/runner.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/runner.Tpo $(DEPDIR)/runner.Po +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/runner.Tpo $(DEPDIR)/runner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tests/xqts/runner.cpp' object='runner.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o runner.obj `if test -f 'tests/xqts/runner.cpp'; then $(CYGPATH_W) 'tests/xqts/runner.cpp'; else $(CYGPATH_W) '$(srcdir)/tests/xqts/runner.cpp'; fi` @@ -4845,7 +4927,7 @@ clean-libtool: -rm -rf .libs _libs distclean-libtool: - -rm -f libtool + -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -4871,7 +4953,7 @@ $(RECURSIVE_TARGETS): else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -4905,16 +4987,16 @@ $(RECURSIVE_CLEAN_TARGETS): else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -4922,14 +5004,14 @@ ID: $(HEADERS) $(SOURCES) $(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; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -4941,7 +5023,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -4950,36 +5032,41 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ 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; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) - test -d $(distdir) || mkdir $(distdir) + test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -4995,38 +5082,54 @@ distdir: $(DISTFILES) if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) + || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) @@ -5039,6 +5142,10 @@ dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) @@ -5068,6 +5175,8 @@ distcheck: dist bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ @@ -5079,9 +5188,11 @@ distcheck: dist mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ @@ -5103,13 +5214,15 @@ distcheck: dist && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @cd $(distuninstallcheck_dir) \ + @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ @@ -5156,6 +5269,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -5178,6 +5292,8 @@ dvi-am: html: html-recursive +html-am: + info: info-recursive info-am: @@ -5186,18 +5302,28 @@ install-data-am: install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-binPROGRAMS install-libLTLIBRARIES install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -5222,26 +5348,27 @@ ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-binPROGRAMS \ clean-generic clean-libLTLIBRARIES clean-libtool \ clean-noinstPROGRAMS ctags ctags-recursive dist dist-all \ - dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \ - distcheck distclean distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-binPROGRAMS install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-libLTLIBRARIES install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ + dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-libLTLIBRARIES @@ -5283,6 +5410,7 @@ winprojects.xq: $(libxqilla_la_SOURCES) @echo " order by \$$f/@name" >>winprojects.xq @echo " return (' ', \$$f)" >>winprojects.xq @echo "} }" >>winprojects.xq + # 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: diff --git a/aclocal.m4 b/aclocal.m4 index 1e46017c..a9fac1cd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.10.2 -*- Autoconf -*- +# generated automatically by aclocal 1.11 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file 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. @@ -13,7958 +13,12 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.61],, -[m4_warning([this file was generated for autoconf 2.61. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],, +[m4_warning([this file was generated for autoconf 2.64. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file 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. - -m4_define([_LT_COPYING], [dnl -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool 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. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. -# -# GNU Libtool 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 Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -]) - -# serial 56 LT_INIT - - -# LT_PREREQ(VERSION) -# ------------------ -# Complain and exit if this libtool version is less that VERSION. -m4_defun([LT_PREREQ], -[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, - [m4_default([$3], - [m4_fatal([Libtool version $1 or higher is required], - 63)])], - [$2])]) - - -# _LT_CHECK_BUILDDIR -# ------------------ -# Complain if the absolute build directory name contains unusual characters -m4_defun([_LT_CHECK_BUILDDIR], -[case `pwd` in - *\ * | *\ *) - AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -esac -]) - - -# LT_INIT([OPTIONS]) -# ------------------ -AC_DEFUN([LT_INIT], -[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT -AC_BEFORE([$0], [LT_LANG])dnl -AC_BEFORE([$0], [LT_OUTPUT])dnl -AC_BEFORE([$0], [LTDL_INIT])dnl -m4_require([_LT_CHECK_BUILDDIR])dnl - -dnl Autoconf doesn't catch unexpanded LT_ macros by default: -m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -dnl unless we require an AC_DEFUNed macro: -AC_REQUIRE([LTOPTIONS_VERSION])dnl -AC_REQUIRE([LTSUGAR_VERSION])dnl -AC_REQUIRE([LTVERSION_VERSION])dnl -AC_REQUIRE([LTOBSOLETE_VERSION])dnl -m4_require([_LT_PROG_LTMAIN])dnl - -dnl Parse OPTIONS -_LT_SET_OPTIONS([$0], [$1]) - -# This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" - -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -AC_SUBST(LIBTOOL)dnl - -_LT_SETUP - -# Only expand once: -m4_define([LT_INIT]) -])# LT_INIT - -# Old names: -AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -dnl AC_DEFUN([AM_PROG_LIBTOOL], []) - - -# _LT_CC_BASENAME(CC) -# ------------------- -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -m4_defun([_LT_CC_BASENAME], -[for cc_temp in $1""; do - case $cc_temp in - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` -]) - - -# _LT_FILEUTILS_DEFAULTS -# ---------------------- -# It is okay to use these file commands and assume they have been set -# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. -m4_defun([_LT_FILEUTILS_DEFAULTS], -[: ${CP="cp -f"} -: ${MV="mv -f"} -: ${RM="rm -f"} -])# _LT_FILEUTILS_DEFAULTS - - -# _LT_SETUP -# --------- -m4_defun([_LT_SETUP], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -_LT_DECL([], [host_alias], [0], [The host system])dnl -_LT_DECL([], [host], [0])dnl -_LT_DECL([], [host_os], [0])dnl -dnl -_LT_DECL([], [build_alias], [0], [The build system])dnl -_LT_DECL([], [build], [0])dnl -_LT_DECL([], [build_os], [0])dnl -dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -dnl -AC_REQUIRE([AC_PROG_LN_S])dnl -test -z "$LN_S" && LN_S="ln -s" -_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -dnl -AC_REQUIRE([LT_CMD_MAX_LEN])dnl -_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -m4_require([_LT_CMD_RELOAD])dnl -m4_require([_LT_CHECK_MAGIC_METHOD])dnl -m4_require([_LT_CMD_OLD_ARCHIVE])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl - -_LT_CONFIG_LIBTOOL_INIT([ -# See if we are running on zsh, and set the options which allow our -# commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi -]) -if test -n "${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi - -_LT_CHECK_OBJDIR - -m4_require([_LT_TAG_COMPILER])dnl -_LT_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. -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 delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - -# Global variables: -ofile=libtool -can_build_shared=yes - -# All known linkers require a `.a' archive for static linking (except MSVC, -# which needs '.lib'). -libext=a - -with_gnu_ld="$lt_cv_prog_gnu_ld" - -old_CC="$CC" -old_CFLAGS="$CFLAGS" - -# Set sane defaults for various variables -test -z "$CC" && CC=cc -test -z "$LTCC" && LTCC=$CC -test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -test -z "$LD" && LD=ld -test -z "$ac_objext" && ac_objext=o - -_LT_CC_BASENAME([$compiler]) - -# Only perform the check for file, if the check method requires it -test -z "$MAGIC_CMD" && MAGIC_CMD=file -case $deplibs_check_method in -file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then - _LT_PATH_MAGIC - fi - ;; -esac - -# Use C for the default configuration in the libtool script -LT_SUPPORTED_TAG([CC]) -_LT_LANG_C_CONFIG -_LT_LANG_DEFAULT_CONFIG -_LT_CONFIG_COMMANDS -])# _LT_SETUP - - -# _LT_PROG_LTMAIN -# --------------- -# Note that this code is called both from `configure', and `config.status' -# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -# `config.status' has no value for ac_aux_dir unless we are using Automake, -# so we pass a copy along to make sure it has a sensible value anyway. -m4_defun([_LT_PROG_LTMAIN], -[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -ltmain="$ac_aux_dir/ltmain.sh" -])# _LT_PROG_LTMAIN - - - -# So that we can recreate a full libtool script including additional -# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -# in macros and then make a single call at the end using the `libtool' -# label. - - -# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -# ---------------------------------------- -# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL_INIT], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_INIT], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_INIT]) - - -# _LT_CONFIG_LIBTOOL([COMMANDS]) -# ------------------------------ -# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) - - -# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -# ----------------------------------------------------- -m4_defun([_LT_CONFIG_SAVE_COMMANDS], -[_LT_CONFIG_LIBTOOL([$1]) -_LT_CONFIG_LIBTOOL_INIT([$2]) -]) - - -# _LT_FORMAT_COMMENT([COMMENT]) -# ----------------------------- -# Add leading comment marks to the start of each line, and a trailing -# full-stop to the whole comment if one is not present already. -m4_define([_LT_FORMAT_COMMENT], -[m4_ifval([$1], [ -m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], - [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -)]) - - - - - -# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -# ------------------------------------------------------------------- -# CONFIGNAME is the name given to the value in the libtool script. -# VARNAME is the (base) name used in the configure script. -# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -# VARNAME. Any other value will be used directly. -m4_define([_LT_DECL], -[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], - [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], - [m4_ifval([$1], [$1], [$2])]) - lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) - m4_ifval([$4], - [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) - lt_dict_add_subkey([lt_decl_dict], [$2], - [tagged?], [m4_ifval([$5], [yes], [no])])]) -]) - - -# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -# -------------------------------------------------------- -m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) - - -# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_tag_varnames], -[_lt_decl_filter([tagged?], [yes], $@)]) - - -# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -# --------------------------------------------------------- -m4_define([_lt_decl_filter], -[m4_case([$#], - [0], [m4_fatal([$0: too few arguments: $#])], - [1], [m4_fatal([$0: too few arguments: $#: $1])], - [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], - [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], - [lt_dict_filter([lt_decl_dict], $@)])[]dnl -]) - - -# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -# -------------------------------------------------- -m4_define([lt_decl_quote_varnames], -[_lt_decl_filter([value], [1], $@)]) - - -# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_dquote_varnames], -[_lt_decl_filter([value], [2], $@)]) - - -# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_varnames_tagged], -[m4_assert([$# <= 2])dnl -_$0(m4_quote(m4_default([$1], [[, ]])), - m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), - m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -m4_define([_lt_decl_varnames_tagged], -[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) - - -# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_all_varnames], -[_$0(m4_quote(m4_default([$1], [[, ]])), - m4_if([$2], [], - m4_quote(lt_decl_varnames), - m4_quote(m4_shift($@))))[]dnl -]) -m4_define([_lt_decl_all_varnames], -[lt_join($@, lt_decl_varnames_tagged([$1], - lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -]) - - -# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -# ------------------------------------ -# Quote a variable value, and forward it to `config.status' so that its -# declaration there will have the same value as in `configure'. VARNAME -# must have a single quote delimited value for this to work. -m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) - - -# _LT_CONFIG_STATUS_DECLARATIONS -# ------------------------------ -# We delimit libtool config variables with single quotes, so when -# we write them to config.status, we have to be sure to quote all -# embedded single quotes properly. In configure, this macro expands -# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -# -# ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' -m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), - [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAGS -# ---------------- -# Output comment and list of tags supported by the script -m4_defun([_LT_LIBTOOL_TAGS], -[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -available_tags="_LT_TAGS"dnl -]) - - -# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -# ----------------------------------- -# Extract the dictionary values for VARNAME (optionally with TAG) and -# expand to a commented shell variable setting: -# -# # Some comment about what VAR is for. -# visible_name=$lt_internal_name -m4_define([_LT_LIBTOOL_DECLARE], -[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], - [description])))[]dnl -m4_pushdef([_libtool_name], - m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), - [0], [_libtool_name=[$]$1], - [1], [_libtool_name=$lt_[]$1], - [2], [_libtool_name=$lt_[]$1], - [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -]) - - -# _LT_LIBTOOL_CONFIG_VARS -# ----------------------- -# Produce commented declarations of non-tagged libtool config variables -# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' -# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -# section) are produced by _LT_LIBTOOL_TAG_VARS. -m4_defun([_LT_LIBTOOL_CONFIG_VARS], -[m4_foreach([_lt_var], - m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAG_VARS(TAG) -# ------------------------- -m4_define([_LT_LIBTOOL_TAG_VARS], -[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) - - -# _LT_TAGVAR(VARNAME, [TAGNAME]) -# ------------------------------ -m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) - - -# _LT_CONFIG_COMMANDS -# ------------------- -# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -# variables for single and double quote escaping we saved from calls -# to _LT_DECL, we can put quote escaped variables declarations -# into `config.status', and then the shell code to quote escape them in -# for loops in `config.status'. Finally, any additional code accumulated -# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -m4_defun([_LT_CONFIG_COMMANDS], -[AC_PROVIDE_IFELSE([LT_OUTPUT], - dnl If the libtool generation code has been placed in $CONFIG_LT, - dnl instead of duplicating it all over again into config.status, - dnl then we will have config.status run $CONFIG_LT later, so it - dnl needs to know what name is stored there: - [AC_CONFIG_COMMANDS([libtool], - [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], - dnl If the libtool generation code is destined for config.status, - dnl expand the accumulated commands and init code now: - [AC_CONFIG_COMMANDS([libtool], - [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -])#_LT_CONFIG_COMMANDS - - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -[ - -# 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 - -sed_quote_subst='$sed_quote_subst' -double_quote_subst='$double_quote_subst' -delay_variable_subst='$delay_variable_subst' -_LT_CONFIG_STATUS_DECLARATIONS -LTCC='$LTCC' -LTCFLAGS='$LTCFLAGS' -compiler='$compiler_DEFAULT' - -# Quote evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -# Double-quote double-evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\[$]0 --fallback-echo"')dnl " - lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` - ;; -esac - -_LT_OUTPUT_LIBTOOL_INIT -]) - - -# LT_OUTPUT -# --------- -# This macro allows early generation of the libtool script (before -# AC_OUTPUT is called), incase it is used in configure for compilation -# tests. -AC_DEFUN([LT_OUTPUT], -[: ${CONFIG_LT=./config.lt} -AC_MSG_NOTICE([creating $CONFIG_LT]) -cat >"$CONFIG_LT" <<_LTEOF -#! $SHELL -# Generated by $as_me. -# Run this file to recreate a libtool stub with the current configuration. - -lt_cl_silent=false -SHELL=\${CONFIG_SHELL-$SHELL} -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF -AS_SHELL_SANITIZE -_AS_PREPARE - -exec AS_MESSAGE_FD>&1 -exec AS_MESSAGE_LOG_FD>>config.log -{ - echo - AS_BOX([Running $as_me.]) -} >&AS_MESSAGE_LOG_FD - -lt_cl_help="\ -\`$as_me' creates a local libtool stub from the current configuration, -for use in further configure time tests before the real libtool is -generated. - -Usage: $[0] [[OPTIONS]] - - -h, --help print this help, then exit - -V, --version print version number, then exit - -q, --quiet do not print progress messages - -d, --debug don't remove temporary files - -Report bugs to ." - -lt_cl_version="\ -m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -configured by $[0], generated by m4_PACKAGE_STRING. - -Copyright (C) 2008 Free Software Foundation, Inc. -This config.lt script is free software; the Free Software Foundation -gives unlimited permision to copy, distribute and modify it." - -while test $[#] != 0 -do - case $[1] in - --version | --v* | -V ) - echo "$lt_cl_version"; exit 0 ;; - --help | --h* | -h ) - echo "$lt_cl_help"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --quiet | --q* | --silent | --s* | -q ) - lt_cl_silent=: ;; - - -*) AC_MSG_ERROR([unrecognized option: $[1] -Try \`$[0] --help' for more information.]) ;; - - *) AC_MSG_ERROR([unrecognized argument: $[1] -Try \`$[0] --help' for more information.]) ;; - esac - shift -done - -if $lt_cl_silent; then - exec AS_MESSAGE_FD>/dev/null -fi -_LTEOF - -cat >>"$CONFIG_LT" <<_LTEOF -_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF -AC_MSG_NOTICE([creating $ofile]) -_LT_OUTPUT_LIBTOOL_COMMANDS -AS_EXIT(0) -_LTEOF -chmod +x "$CONFIG_LT" - -# configure is writing to config.log, but config.lt does its own redirection, -# appending to config.log, which fails on DOS, as config.log is still kept -# open by configure. Here we exec the FD to /dev/null, effectively closing -# config.log, so it can be properly (re)opened and appended to by config.lt. -if test "$no_create" != yes; then - lt_cl_success=: - test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" - exec AS_MESSAGE_LOG_FD>/dev/null - $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false - exec AS_MESSAGE_LOG_FD>>config.log - $lt_cl_success || AS_EXIT(1) -fi -])# LT_OUTPUT - - -# _LT_CONFIG(TAG) -# --------------- -# If TAG is the built-in tag, 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 TAG from the -# matching tagged config vars. -m4_defun([_LT_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_CONFIG_SAVE_COMMANDS([ - m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl - m4_if(_LT_TAG, [C], [ - # 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 - - cfgfile="${ofile}T" - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" -#! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. -# -_LT_COPYING -_LT_LIBTOOL_TAGS - -# ### BEGIN LIBTOOL CONFIG -_LT_LIBTOOL_CONFIG_VARS -_LT_LIBTOOL_TAG_VARS -# ### END LIBTOOL CONFIG - -_LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_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 -_LT_EOF - ;; - esac - - _LT_PROG_LTMAIN - - # 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 '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - _LT_PROG_XSI_SHELLFNS - - sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" -], -[cat <<_LT_EOF >> "$ofile" - -dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -dnl in a comment (ie after a #). -# ### BEGIN LIBTOOL TAG CONFIG: $1 -_LT_LIBTOOL_TAG_VARS(_LT_TAG) -# ### END LIBTOOL TAG CONFIG: $1 -_LT_EOF -])dnl /m4_if -], -[m4_if([$1], [], [ - PACKAGE='$PACKAGE' - VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' - RM='$RM' - ofile='$ofile'], []) -])dnl /_LT_CONFIG_SAVE_COMMANDS -])# _LT_CONFIG - - -# LT_SUPPORTED_TAG(TAG) -# --------------------- -# Trace this macro to discover what tags are supported by the libtool -# --tag option, using: -# autoconf --trace 'LT_SUPPORTED_TAG:$1' -AC_DEFUN([LT_SUPPORTED_TAG], []) - - -# C support is built-in for now -m4_define([_LT_LANG_C_enabled], []) -m4_define([_LT_TAGS], []) - - -# LT_LANG(LANG) -# ------------- -# Enable libtool support for the given language if not already enabled. -AC_DEFUN([LT_LANG], -[AC_BEFORE([$0], [LT_OUTPUT])dnl -m4_case([$1], - [C], [_LT_LANG(C)], - [C++], [_LT_LANG(CXX)], - [Java], [_LT_LANG(GCJ)], - [Fortran 77], [_LT_LANG(F77)], - [Fortran], [_LT_LANG(FC)], - [Windows Resource], [_LT_LANG(RC)], - [m4_ifdef([_LT_LANG_]$1[_CONFIG], - [_LT_LANG($1)], - [m4_fatal([$0: unsupported language: "$1"])])])dnl -])# LT_LANG - - -# _LT_LANG(LANGNAME) -# ------------------ -m4_defun([_LT_LANG], -[m4_ifdef([_LT_LANG_]$1[_enabled], [], - [LT_SUPPORTED_TAG([$1])dnl - m4_append([_LT_TAGS], [$1 ])dnl - m4_define([_LT_LANG_]$1[_enabled], [])dnl - _LT_LANG_$1_CONFIG($1)])dnl -])# _LT_LANG - - -# _LT_LANG_DEFAULT_CONFIG -# ----------------------- -m4_defun([_LT_LANG_DEFAULT_CONFIG], -[AC_PROVIDE_IFELSE([AC_PROG_CXX], - [LT_LANG(CXX)], - [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) - -AC_PROVIDE_IFELSE([AC_PROG_F77], - [LT_LANG(F77)], - [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) - -AC_PROVIDE_IFELSE([AC_PROG_FC], - [LT_LANG(FC)], - [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) - -dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -dnl pulling things in needlessly. -AC_PROVIDE_IFELSE([AC_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([LT_PROG_GCJ], - [LT_LANG(GCJ)], - [m4_ifdef([AC_PROG_GCJ], - [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([A][M_PROG_GCJ], - [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([LT_PROG_GCJ], - [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) - -AC_PROVIDE_IFELSE([LT_PROG_RC], - [LT_LANG(RC)], - [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -])# _LT_LANG_DEFAULT_CONFIG - -# Obsolete macros: -AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -dnl AC_DEFUN([AC_LIBTOOL_F77], []) -dnl AC_DEFUN([AC_LIBTOOL_FC], []) -dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) - - -# _LT_TAG_COMPILER -# ---------------- -m4_defun([_LT_TAG_COMPILER], -[AC_REQUIRE([AC_PROG_CC])dnl - -_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl - -# If no C compiler was specified, use CC. -LTCC=${LTCC-"$CC"} - -# If no C compiler flags were specified, use CFLAGS. -LTCFLAGS=${LTCFLAGS-"$CFLAGS"} - -# Allow CC to be a program name with arguments. -compiler=$CC -])# _LT_TAG_COMPILER - - -# _LT_COMPILER_BOILERPLATE -# ------------------------ -# Check for compiler boilerplate output or warnings with -# the simple compiler test code. -m4_defun([_LT_COMPILER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_compile_test_code" >conftest.$ac_ext -eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_compiler_boilerplate=`cat conftest.err` -$RM conftest* -])# _LT_COMPILER_BOILERPLATE - - -# _LT_LINKER_BOILERPLATE -# ---------------------- -# Check for linker boilerplate output or warnings with -# the simple link test code. -m4_defun([_LT_LINKER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_link_test_code" >conftest.$ac_ext -eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_linker_boilerplate=`cat conftest.err` -$RM -r conftest* -])# _LT_LINKER_BOILERPLATE - -# _LT_REQUIRED_DARWIN_CHECKS -# ------------------------- -m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ - case $host_os in - rhapsody* | darwin*) - AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) - AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) - AC_CHECK_TOOL([LIPO], [lipo], [:]) - AC_CHECK_TOOL([OTOOL], [otool], [:]) - AC_CHECK_TOOL([OTOOL64], [otool64], [:]) - _LT_DECL([], [DSYMUTIL], [1], - [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) - _LT_DECL([], [NMEDIT], [1], - [Tool to change global to local symbols on Mac OS X]) - _LT_DECL([], [LIPO], [1], - [Tool to manipulate fat objects and archives on Mac OS X]) - _LT_DECL([], [OTOOL], [1], - [ldd/readelf like tool for Mach-O binaries on Mac OS X]) - _LT_DECL([], [OTOOL64], [1], - [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) - - AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], - [lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then - # By default we will add the -single_module flag. You can override - # by either setting the environment variable LT_MULTI_MODULE - # non-empty at configure time, or by adding -multi_module to the - # link flags. - rm -rf libconftest.dylib* - echo "int foo(void){return 1;}" > conftest.c - echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ --dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ - -dynamiclib -Wl,-single_module conftest.c 2>conftest.err - _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then - lt_cv_apple_cc_single_mod=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -rf libconftest.dylib* - rm -f conftest.* - fi]) - AC_CACHE_CHECK([for -exported_symbols_list linker flag], - [lt_cv_ld_exported_symbols_list], - [lt_cv_ld_exported_symbols_list=no - save_LDFLAGS=$LDFLAGS - echo "_main" > conftest.sym - LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [lt_cv_ld_exported_symbols_list=yes], - [lt_cv_ld_exported_symbols_list=no]) - LDFLAGS="$save_LDFLAGS" - ]) - case $host_os in - rhapsody* | darwin1.[[012]]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; - darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - darwin*) # darwin 5.x on - # if running on 10.5 or later, the deployment target defaults - # to the OS version, if on x86, and 10.4, the deployment - # target defaults to 10.4. Don't you love it? - case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - esac - ;; - esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then - _lt_dar_single_mod='$single_module' - fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' - else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' - fi - if test "$DSYMUTIL" != ":"; then - _lt_dsymutil='~$DSYMUTIL $lib || :' - else - _lt_dsymutil= - fi - ;; - esac -]) - - -# _LT_DARWIN_LINKER_FEATURES -# -------------------------- -# Checks for linker and compiler features on darwin -m4_defun([_LT_DARWIN_LINKER_FEATURES], -[ - m4_require([_LT_REQUIRED_DARWIN_CHECKS]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_automatic, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(whole_archive_flag_spec, $1)='' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" - case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; - *) _lt_dar_can_shared=$GCC ;; - esac - if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo - _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" - _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" - m4_if([$1], [CXX], -[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then - _LT_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${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed '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${_lt_dar_export_syms}${_lt_dsymutil}" - fi -],[]) - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi -]) - -# _LT_SYS_MODULE_PATH_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. -m4_defun([_LT_SYS_MODULE_PATH_AIX], -[m4_require([_LT_DECL_SED])dnl -AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\(.*\)$/\1/ - p - } - }' -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -# 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 "$lt_aix_libpath_sed"` -fi],[]) -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -])# _LT_SYS_MODULE_PATH_AIX - - -# _LT_SHELL_INIT(ARG) -# ------------------- -m4_define([_LT_SHELL_INIT], -[ifdef([AC_DIVERSION_NOTICE], - [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], - [AC_DIVERT_PUSH(NOTICE)]) -$1 -AC_DIVERT_POP -])# _LT_SHELL_INIT - - -# _LT_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. -m4_defun([_LT_PROG_ECHO_BACKSLASH], -[_LT_SHELL_INIT([ -# Check that we are running under the correct shell. -SHELL=${CONFIG_SHELL-/bin/sh} - -case X$lt_ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` - ;; -esac - -ECHO=${lt_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 <<_LT_EOF -[$]* -_LT_EOF - exit 0 -fi - -# 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 "$lt_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 && - { 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. -lt_ECHO=$ECHO -if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then - lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" -fi - -AC_SUBST(lt_ECHO) -]) -_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], - [An echo program that does not interpret backslashes]) -])# _LT_PROG_ECHO_BACKSLASH - - -# _LT_ENABLE_LOCK -# --------------- -m4_defun([_LT_ENABLE_LOCK], -[AC_ARG_ENABLE([libtool-lock], - [AS_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-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -s390*-*linux*|s390*-*tpf*|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-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_i386_fbsd" - ;; - 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-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_x86_64_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; - ppc*-*linux*|powerpc*-*linux*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*|s390*-*tpf*) - 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_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[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 - ;; -sparc*-*solaris*) - # 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 - *64-bit*) - case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; - *) - if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then - LD="${LD-ld} -64" - fi - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; -esac - -need_locks="$enable_libtool_lock" -])# _LT_ENABLE_LOCK - - -# _LT_CMD_OLD_ARCHIVE -# ------------------- -m4_defun([_LT_CMD_OLD_ARCHIVE], -[AC_CHECK_TOOL(AR, ar, false) -test -z "$AR" && AR=ar -test -z "$AR_FLAGS" && AR_FLAGS=cru -_LT_DECL([], [AR], [1], [The archiver]) -_LT_DECL([], [AR_FLAGS], [1]) - -AC_CHECK_TOOL(STRIP, strip, :) -test -z "$STRIP" && STRIP=: -_LT_DECL([], [STRIP], [1], [A symbol stripping program]) - -AC_CHECK_TOOL(RANLIB, ranlib, :) -test -z "$RANLIB" && RANLIB=: -_LT_DECL([], [RANLIB], [1], - [Commands used to install an old-style archive]) - -# Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -old_postinstall_cmds='chmod 644 $oldlib' -old_postuninstall_cmds= - -if test -n "$RANLIB"; then - case $host_os in - openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" - ;; - *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" - ;; - esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" -fi -_LT_DECL([], [old_postinstall_cmds], [2]) -_LT_DECL([], [old_postuninstall_cmds], [2]) -_LT_TAGDECL([], [old_archive_cmds], [2], - [Commands used to build an old-style archive]) -])# _LT_CMD_OLD_ARCHIVE - - -# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------------------- -# Check whether the given compiler option works -AC_DEFUN([_LT_COMPILER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - echo "$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}\{0,1\} :&$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 other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - fi - $RM conftest* -]) - -if test x"[$]$2" = xyes; then - m4_if([$5], , :, [$5]) -else - m4_if([$6], , :, [$6]) -fi -])# _LT_COMPILER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) - - -# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------- -# Check whether the given linker option works -AC_DEFUN([_LT_LINKER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $3" - echo "$lt_simple_link_test_code" > conftest.$ac_ext - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The linker 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 - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - else - $2=yes - fi - fi - $RM -r conftest* - LDFLAGS="$save_LDFLAGS" -]) - -if test x"[$]$2" = xyes; then - m4_if([$4], , :, [$4]) -else - m4_if([$5], , :, [$5]) -fi -])# _LT_LINKER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) - - -# LT_CMD_MAX_LEN -#--------------- -AC_DEFUN([LT_CMD_MAX_LEN], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -# 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* | cegcc*) - # 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* | dragonfly*) - # 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 all BSDs - fi - # And add a safety zone - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - ;; - - interix*) - # We know the value 262144 and hardcode it with a safety zone (like BSD) - lt_cv_sys_max_cmd_len=196608 - ;; - - osf*) - # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure - # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not - # nice to cause kernel panics so lets avoid the loop below. - # First set a reasonable default. - lt_cv_sys_max_cmd_len=16384 - # - if test -x /sbin/sysconfig; then - case `/sbin/sysconfig -q proc exec_disable_arg_limit` in - *1*) lt_cv_sys_max_cmd_len=-1 ;; - esac - fi - ;; - sco3.2v5*) - lt_cv_sys_max_cmd_len=102400 - ;; - sysv5* | sco5v6* | sysv4.2uw2*) - kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` - if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` - else - lt_cv_sys_max_cmd_len=32768 - fi - ;; - *) - lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len"; then - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - else - # Make teststring a little bigger before we do anything with it. - # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do - teststring=$teststring$teststring - done - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - # 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"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ - = "XX$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - # Only check the string length outside the loop. - lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` - 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` - fi - ;; - 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 -max_cmd_len=$lt_cv_sys_max_cmd_len -_LT_DECL([], [max_cmd_len], [0], - [What is the maximum length of a command?]) -])# LT_CMD_MAX_LEN - -# Old name: -AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) - - -# _LT_HEADER_DLFCN -# ---------------- -m4_defun([_LT_HEADER_DLFCN], -[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -])# _LT_HEADER_DLFCN - - -# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -# ---------------------------------------------------------------- -m4_defun([_LT_TRY_DLOPEN_SELF], -[m4_require([_LT_HEADER_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 <<_LT_EOF -[#line __oline__ "configure" -#include "confdefs.h" - -#if HAVE_DLFCN_H -#include -#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 - -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); */ - } - else - puts (dlerror ()); - - return status; -}] -_LT_EOF - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then - (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null - lt_status=$? - case x$lt_status in - x$lt_dlno_uscore) $1 ;; - x$lt_dlneed_uscore) $2 ;; - x$lt_dlunknown|x*) $3 ;; - esac - else : - # compilation failed - $3 - fi -fi -rm -fr conftest* -])# _LT_TRY_DLOPEN_SELF - - -# LT_SYS_DLOPEN_SELF -# ------------------ -AC_DEFUN([LT_SYS_DLOPEN_SELF], -[m4_require([_LT_HEADER_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* | cegcc*) - 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="-ldld"], - [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="-ldld"]) - ]) - ]) - ]) - ]) - ]) - ;; - 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" - wl=$lt_prog_compiler_wl 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_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 - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - AC_CACHE_CHECK([whether a statically linked program can dlopen itself], - lt_cv_dlopen_self_static, [dnl - _LT_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 -_LT_DECL([dlopen_support], [enable_dlopen], [0], - [Whether dlopen is supported]) -_LT_DECL([dlopen_self], [enable_dlopen_self], [0], - [Whether dlopen of programs is supported]) -_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], - [Whether dlopen of statically linked programs is supported]) -])# LT_SYS_DLOPEN_SELF - -# Old name: -AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) - - -# _LT_COMPILER_C_O([TAGNAME]) -# --------------------------- -# Check to see if options -c and -o are simultaneously supported by compiler. -# This macro does not hard code the compiler like AC_PROG_CC_C_O. -m4_defun([_LT_COMPILER_C_O], -[m4_require([_LT_DECL_SED])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no - $RM -r conftest 2>/dev/null - mkdir conftest - cd conftest - mkdir out - echo "$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}\{0,1\} :&$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 - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp - $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 - if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then - _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - fi - fi - chmod u+w . 2>&AS_MESSAGE_LOG_FD - $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 .. - $RM -r conftest - $RM conftest* -]) -_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], - [Does compiler simultaneously support -c and -o options?]) -])# _LT_COMPILER_C_O - - -# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -# ---------------------------------- -# Check to see if we can do hard links to lock some files if needed -m4_defun([_LT_COMPILER_FILE_LOCKS], -[m4_require([_LT_ENABLE_LOCK])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_COMPILER_C_O([$1]) - -hard_links="nottested" -if test "$_LT_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 -_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -])# _LT_COMPILER_FILE_LOCKS - - -# _LT_CHECK_OBJDIR -# ---------------- -m4_defun([_LT_CHECK_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 -_LT_DECL([], [objdir], [0], - [The name of the directory that contains temporary libtool files])dnl -m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", - [Define to the sub-directory in which libtool stores uninstalled libraries.]) -])# _LT_CHECK_OBJDIR - - -# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -# -------------------------------------- -# Check hardcoding attributes. -m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -[AC_MSG_CHECKING([how to hardcode library paths into programs]) -_LT_TAGVAR(hardcode_action, $1)= -if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || - test -n "$_LT_TAGVAR(runpath_var, $1)" || - test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then - - # We can hardcode non-existent directories. - if test "$_LT_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_TAGVAR(hardcode_shlibpath_var, $1)" != no && - test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then - # Linking always hardcodes the temporary library directory. - _LT_TAGVAR(hardcode_action, $1)=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - _LT_TAGVAR(hardcode_action, $1)=immediate - fi -else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - _LT_TAGVAR(hardcode_action, $1)=unsupported -fi -AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) - -if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || - test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; 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 -_LT_TAGDECL([], [hardcode_action], [0], - [How to hardcode a shared library path into an executable]) -])# _LT_LINKER_HARDCODE_LIBPATH - - -# _LT_CMD_STRIPLIB -# ---------------- -m4_defun([_LT_CMD_STRIPLIB], -[m4_require([_LT_DECL_EGREP]) -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" - old_striplib="$STRIP -S" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) - AC_MSG_RESULT([no]) - ;; - esac -fi -_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -_LT_DECL([], [striplib], [1]) -])# _LT_CMD_STRIPLIB - - -# _LT_SYS_DYNAMIC_LINKER([TAG]) -# ----------------------------- -# PORTME Fill in your ld.so characteristics -m4_defun([_LT_SYS_DYNAMIC_LINKER], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_OBJDUMP])dnl -m4_require([_LT_DECL_SED])dnl -AC_MSG_CHECKING([dynamic linker characteristics]) -m4_if([$1], - [], [ -if test "$GCC" = yes; then - case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; - esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$lt_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. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` - else - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi - # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. - lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` - for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else - test -d "$lt_sys_path" && \ - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" - fi - done - lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; - for (lt_i = NF; lt_i > 0; lt_i--) { - if ($lt_i != "" && $lt_i != ".") { - if ($lt_i == "..") { - lt_count++; - } else { - if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; - } else { - lt_count--; - } - } - } - } - if (lt_foo != "") { lt_freq[[lt_foo]]++; } - if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -}'` - sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi]) -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" -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' - ;; - -aix[[4-9]]*) - 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*) - case $host_cpu in - powerpc) - # Since July 2007 AmigaOS4 officially supports .so libraries. - # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - ;; - m68k) - 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' - ;; - esac - ;; - -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* | cegcc*) - version_type=windows - shrext_cmds=".dll" - need_version=no - need_lib_prefix=no - - case $GCC,$host_os in - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) - 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~ - chmod a+x \$dldir/$dlname~ - if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then - eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; - fi' - 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* | cegcc*) - # 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}${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`' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) - 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* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. - if test -x /usr/bin/objformat; then - objformat=`/usr/bin/objformat` - else - case $host_os in - freebsd[[123]]*) objformat=aout ;; - *) objformat=elf ;; - esac - fi - 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 - ;; - freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ - freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - *) # from 4.6 on, and DragonFly - shlibpath_overrides_runpath=yes - 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' - ;; - -interix[[3-9]]*) - 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' - dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -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* | k*bsd*-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' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ - LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir - - # 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=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | 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' - ;; - -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=qnx - 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='ldqnx.so' - ;; - -openbsd*) - version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" - need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - 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" - ;; - -rdos*) - dynamic_linker=no - ;; - -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.3*) - 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 - 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 - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then - sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' - else - sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' - case $host_os in - sco3.2v5*) - sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" - ;; - esac - fi - sys_lib_dlsearch_path_spec='/usr/lib' - ;; - -tpf*) - # TPF is a cross-target only. Preferred cross-host = GNU/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}' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -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 - -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 - -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" -fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" -fi - -_LT_DECL([], [variables_saved_for_relink], [1], - [Variables whose values should be saved in libtool wrapper scripts and - restored at link time]) -_LT_DECL([], [need_lib_prefix], [0], - [Do we need the "lib" prefix for modules?]) -_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -_LT_DECL([], [version_type], [0], [Library versioning type]) -_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -_LT_DECL([], [shlibpath_overrides_runpath], [0], - [Is shlibpath searched before the hard-coded library search path?]) -_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -_LT_DECL([], [library_names_spec], [1], - [[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]]) -_LT_DECL([], [soname_spec], [1], - [[The coded name of the library, if different from the real name]]) -_LT_DECL([], [postinstall_cmds], [2], - [Command to use after installation of a shared archive]) -_LT_DECL([], [postuninstall_cmds], [2], - [Command to use after uninstallation of a shared archive]) -_LT_DECL([], [finish_cmds], [2], - [Commands used to finish a libtool library installation in a directory]) -_LT_DECL([], [finish_eval], [1], - [[As "finish_cmds", except a single script fragment to be evaled but - not shown]]) -_LT_DECL([], [hardcode_into_libs], [0], - [Whether we should hardcode library paths into libraries]) -_LT_DECL([], [sys_lib_search_path_spec], [2], - [Compile-time system search path for libraries]) -_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], - [Run-time system search path for libraries]) -])# _LT_SYS_DYNAMIC_LINKER - - -# _LT_PATH_TOOL_PREFIX(TOOL) -# -------------------------- -# find a file program which can recognize shared library -AC_DEFUN([_LT_PATH_TOOL_PREFIX], -[m4_require([_LT_DECL_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="m4_if([$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 <<_LT_EOF 1>&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 -*** bug-libtool@gnu.org - -_LT_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 -_LT_DECL([], [MAGIC_CMD], [0], - [Used to examine libraries when file_magic_cmd begins with "file"])dnl -])# _LT_PATH_TOOL_PREFIX - -# Old name: -AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) - - -# _LT_PATH_MAGIC -# -------------- -# find a file program which can recognize a shared library -m4_defun([_LT_PATH_MAGIC], -[_LT_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 - _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) - else - MAGIC_CMD=: - fi -fi -])# _LT_PATH_MAGIC - - -# LT_PATH_LD -# ---------- -# find the pathname to the GNU or non-GNU linker -AC_DEFUN([LT_PATH_LD], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl - -AC_ARG_WITH([gnu-ld], - [AS_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])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 variants of GNU ld 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 2>&1; then - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' - lt_cv_file_magic_cmd='func_win32_libid' - else - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' - fi - ;; - -cegcc) - # use the weaker test based on 'objdump'. See mingw*. - lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' - ;; - -darwin* | rhapsody*) - lt_cv_deplibs_check_method=pass_all - ;; - -freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /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|DragonFly)/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 - ;; - -interix[[3-9]]*) - # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' - ;; - -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* | k*bsd*-gnu) - 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=pass_all - ;; - -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 - ;; - -rdos*) - lt_cv_deplibs_check_method=pass_all - ;; - -solaris*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv4 | sysv4.3*) - 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 - ;; - pc) - lt_cv_deplibs_check_method=pass_all - ;; - esac - ;; - -tpf*) - 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 - -_LT_DECL([], [deplibs_check_method], [1], - [Method to check whether dependent libraries are shared objects]) -_LT_DECL([], [file_magic_cmd], [1], - [Command to use when deplibs_check_method == "file_magic"]) -])# _LT_CHECK_MAGIC_METHOD - - -# LT_PATH_NM -# ---------- -# find the pathname to a BSD- or MS-compatible name lister -AC_DEFUN([LT_PATH_NM], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -[if test -n "$NM"; then - # Let the user override the test. - lt_cv_path_NM="$NM" -else - lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then - lt_nm_to_check="$lt_nm_to_check nm" - fi - for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_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" - done - : ${lt_cv_path_NM=no} -fi]) -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" -else - # Didn't find any BSD compatible name lister, look for dumpbin. - AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) - AC_SUBST([DUMPBIN]) - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" - fi -fi -test -z "$NM" && NM=nm -AC_SUBST([NM]) -_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl - -AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], - [lt_cv_nm_interface="BSD nm" - echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) - cat conftest.out >&AS_MESSAGE_LOG_FD - if $GREP 'External.*some_variable' conftest.out > /dev/null; then - lt_cv_nm_interface="MS dumpbin" - fi - rm -f conftest*]) -])# LT_PATH_NM - -# Old names: -AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_PROG_NM], []) -dnl AC_DEFUN([AC_PROG_NM], []) - - -# LT_LIB_M -# -------- -# check for math library -AC_DEFUN([LT_LIB_M], -[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_SUBST([LIBM]) -])# LT_LIB_M - -# Old name: -AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_CHECK_LIBM], []) - - -# _LT_COMPILER_NO_RTTI([TAGNAME]) -# ------------------------------- -m4_defun([_LT_COMPILER_NO_RTTI], -[m4_require([_LT_TAG_COMPILER])dnl - -_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - -if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' - - _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], - lt_cv_prog_compiler_rtti_exceptions, - [-fno-rtti -fno-exceptions], [], - [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -fi -_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], - [Compiler flag to turn off builtin functions]) -])# _LT_COMPILER_NO_RTTI - - -# _LT_CMD_GLOBAL_SYMBOLS -# ---------------------- -m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_PATH_NM])dnl -AC_REQUIRE([LT_PATH_LD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_TAG_COMPILER])dnl - -# 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]]*\)' - -# Define system-specific variables. -case $host_os in -aix*) - symcode='[[BCDT]]' - ;; -cygwin* | mingw* | pw32* | cegcc*) - symcode='[[ABCDGISTW]]' - ;; -hpux*) - if test "$host_cpu" = ia64; then - symcode='[[ABCDEGRST]]' - fi - ;; -irix* | nonstopux*) - symcode='[[BCDEGRST]]' - ;; -osf*) - symcode='[[BCDEGQRST]]' - ;; -solaris*) - symcode='[[BDRT]]' - ;; -sco3.2v5*) - symcode='[[DT]]' - ;; -sysv4.2uw2*) - symcode='[[DT]]' - ;; -sysv5* | sco5v6* | unixware* | OpenUNIX*) - symcode='[[ABDT]]' - ;; -sysv4) - symcode='[[DFNSTU]]' - ;; -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 - -# Transform an extracted symbol line into a proper C declaration. -# Some systems (esp. on ia64) link data and code symbols differently, -# so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \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\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" - -# 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 - -# Try without a prefix underscore, then with it. -for ac_symprfx in "" "_"; do - - # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. - symxfrm="\\1 $ac_symprfx\\2 \\2" - - # Write the raw and C identifiers. - if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. - # Also find C++ and __fastcall symbols from MSVC++, - # which start with @ or ?. - lt_cv_sys_global_symbol_pipe="$AWK ['"\ -" {last_section=section; section=\$ 3};"\ -" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -" \$ 0!~/External *\|/{next};"\ -" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -" {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ -" ' prfx=^$ac_symprfx]" - else - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" - fi - - # Check to see that the pipe works correctly. - pipe_works=no - - rm -f conftest* - cat > conftest.$ac_ext <<_LT_EOF -#ifdef __cplusplus -extern "C" { -#endif -char nm_test_var; -void nm_test_func(void); -void nm_test_func(void){} -#ifdef __cplusplus -} -#endif -int main(){nm_test_var='a';nm_test_func();return(0);} -_LT_EOF - - if AC_TRY_EVAL(ac_compile); then - # Now try to grab the symbols. - nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $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 <<_LT_EOF > conftest.$ac_ext -#ifdef __cplusplus -extern "C" { -#endif - -_LT_EOF - # Now generate the symbol file. - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' - - cat <<_LT_EOF >> conftest.$ac_ext - -/* The mapping between symbol names and symbols. */ -const struct { - const char *name; - void *address; -} -lt__PROGRAM__LTX_preloaded_symbols[[]] = -{ - { "@PROGRAM@", (void *) 0 }, -_LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext - cat <<\_LT_EOF >> conftest.$ac_ext - {0, (void *) 0} -}; - -/* This works around a problem in FreeBSD linker */ -#ifdef FREEBSD_WORKAROUND -static const void *lt_preloaded_setup() { - return lt__PROGRAM__LTX_preloaded_symbols; -} -#endif - -#ifdef __cplusplus -} -#endif -_LT_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_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 -rf 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 - -_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], - [Take the output of nm and produce a listing of raw symbols and C names]) -_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], - [Transform the output of nm in a proper C declaration]) -_LT_DECL([global_symbol_to_c_name_address], - [lt_cv_sys_global_symbol_to_c_name_address], [1], - [Transform the output of nm in a C name address pair]) -_LT_DECL([global_symbol_to_c_name_address_lib_prefix], - [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], - [Transform the output of nm in a C name address pair when lib prefix is needed]) -]) # _LT_CMD_GLOBAL_SYMBOLS - - -# _LT_COMPILER_PIC([TAGNAME]) -# --------------------------- -m4_defun([_LT_COMPILER_PIC], -[m4_require([_LT_TAG_COMPILER])dnl -_LT_TAGVAR(lt_prog_compiler_wl, $1)= -_LT_TAGVAR(lt_prog_compiler_pic, $1)= -_LT_TAGVAR(lt_prog_compiler_static, $1)= - -AC_MSG_CHECKING([for $compiler option to produce PIC]) -m4_if([$1], [CXX], [ - # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_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_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # 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_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) - # 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). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - *djgpp*) - # DJGPP does not support shared libraries at all - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - else - case $host_os in - aix[[4-9]]*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - chorus*) - case $cc_basename in - cxch68*) - # Green Hills C++ Compiler - # _LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - if test "$host_cpu" != ia64; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - fi - ;; - aCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - ;; - *) - ;; - esac - ;; - interix*) - # This is c89, which is MS Visual C++ (no shared libs) - # Anyone wants to do a port? - ;; - irix5* | irix6* | nonstopux*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - # CC pic flag -KPIC is the default. - ;; - *) - ;; - esac - ;; - linux* | k*bsd*-gnu) - case $cc_basename in - KCC*) - # KAI C++ Compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - ecpc* ) - # old Intel C++ for x86_64 which still supported -KPIC. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - icpc* ) - # Intel C++, used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - cxx*) - # Compaq C++ - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xlc* | xlC*) - # IBM XL 8.0 on PPC - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - esac - ;; - esac - ;; - lynxos*) - ;; - m88k*) - ;; - mvs*) - case $cc_basename in - cxx*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' - ;; - *) - ;; - esac - ;; - netbsd*) - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - ;; - RCC*) - # Rational C++ 2.4.1 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - cxx*) - # Digital/Compaq C++ - _LT_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_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - *) - ;; - esac - ;; - psos*) - ;; - solaris*) - case $cc_basename in - CC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - ;; - *) - ;; - esac - ;; - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - lcc*) - # Lucid - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - esac - ;; - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - *) - ;; - esac - ;; - vxworks*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -], -[ - if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_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_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # 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_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # 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). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - - msdosdjgpp*) - # Just because we use GCC doesn't mean we suddenly get shared libraries - # on systems that don't support them. - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - enable_shared=no - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - - *) - _LT_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_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # 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). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - - hpux9* | hpux10* | hpux11*) - _LT_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_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - ;; - - irix5* | irix6* | nonstopux*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC (with -KPIC) is the default. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - linux* | k*bsd*-gnu) - case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. - ecc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # icc used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - icc* | ifort*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # Lahey Fortran 8.1. - lf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' - _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' - ;; - pgcc* | pgf77* | pgf90* | pgf95*) - # Portland Group compilers (*not* the Pentium gcc compiler, - # which looks to be a dead project) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - ccc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All Alpha code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - ;; - *Sun\ F*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' - ;; - esac - ;; - esac - ;; - - newsos6) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - osf3* | osf4* | osf5*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All OSF/1 code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - rdos*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - solaris*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - case $cc_basename in - f77* | f90* | f95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; - *) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; - esac - ;; - - sunos4*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4 | sysv4.2uw2* | sysv4.3*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4*MP*) - if test -d /usr/nec ;then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - unicos*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - - uts4*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -]) -case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: - *djgpp*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" - ;; -esac -AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], - [How to pass a linker flag through the compiler]) - -# -# Check to make sure the PIC flag actually works. -# -if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], - [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], - [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], - [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in - "" | " "*) ;; - *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; - esac], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -fi -_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], - [Additional compiler flags for building library objects]) - -# -# Check to make sure the static flag actually works. -# -wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], - _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), - $lt_tmp_static_flag, - [], - [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], - [Compiler flag to prevent dynamic linking]) -])# _LT_COMPILER_PIC - - -# _LT_LINKER_SHLIBS([TAGNAME]) -# ---------------------------- -# See if the linker supports building shared libraries. -m4_defun([_LT_LINKER_SHLIBS], -[AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -m4_if([$1], [CXX], [ - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - case $host_os in - aix[[4-9]]*) - # 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_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_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_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" - ;; - cygwin* | mingw* | cegcc*) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; - esac - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -], [ - runpath_var= - _LT_TAGVAR(allow_undefined_flag, $1)= - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(archive_cmds, $1)= - _LT_TAGVAR(archive_expsym_cmds, $1)= - _LT_TAGVAR(compiler_needs_object, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(hardcode_automatic, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= - _LT_TAGVAR(hardcode_libdir_separator, $1)= - _LT_TAGVAR(hardcode_minus_L, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(inherit_rpath, $1)=no - _LT_TAGVAR(link_all_deplibs, $1)=unknown - _LT_TAGVAR(module_cmds, $1)= - _LT_TAGVAR(module_expsym_cmds, $1)= - _LT_TAGVAR(old_archive_from_new_cmds, $1)= - _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= - _LT_TAGVAR(thread_safe_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - # include_expsyms should be a list of space-separated symbols to be *always* - # included in the symbol list - _LT_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_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - # 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. - # Exclude shared library initialization/finalization symbols. -dnl Note also adjust exclude_expsyms for C++ above. - extract_expsyms_cmds= - - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - # 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 - ;; - interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++) - with_gnu_ld=yes - ;; - openbsd*) - with_gnu_ld=no - ;; - esac - - _LT_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}' - - # Set some defaults for GNU ld with shared library support. These - # are reset later if shared libraries are not supported. Putting them - # here allows them to be overridden if necessary. - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_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_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - supports_anon_versioning=no - case `$LD -v 2>&1` 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 - - # See if GNU ld supports shared libraries. - case $host_os in - aix[[3-9]]*) - # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&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. - -_LT_EOF - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - - gnu* | linux* | tpf* | k*bsd*-gnu) - tmp_diet=no - if test "$host_os" = linux-dietlibc; then - case $cc_basename in - diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) - esac - fi - if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no - then - tmp_addflag= - tmp_sharedflag='-shared' - case $cc_basename,$host_cpu in - pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' - tmp_addflag=' $pic_flag' - ;; - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' - tmp_addflag=' $pic_flag -Mnomain' ;; - ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 - tmp_addflag=' -i_dynamic' ;; - efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 - tmp_addflag=' -i_dynamic -nofor_main' ;; - ifc* | ifort*) # Intel Fortran compiler - tmp_addflag=' -nofor_main' ;; - lf95*) # Lahey Fortran 8.1 - _LT_TAGVAR(whole_archive_flag_spec, $1)= - tmp_sharedflag='--shared' ;; - xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) - tmp_sharedflag='-qmkshrobj' - tmp_addflag= ;; - esac - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - tmp_sharedflag='-G' ;; - *Sun\ F*) # Sun Fortran 8.3 - tmp_sharedflag='-G' ;; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - - if test "x$supports_anon_versioning" = xyes; then - _LT_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 '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - - case $cc_basename in - xlf*) - # IBM XL Fortran 10.1 on PPC cannot create shared libs itself - _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_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~ - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' - fi - ;; - esac - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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*) - if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&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. - -_LT_EOF - elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) - case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not -*** reliably create shared libraries on SCO systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. - -_LT_EOF - ;; - *) - # For security reasons, it is highly recommended that you always - # use absolute paths for naming shared libraries, and exclude the - # DT_RUNPATH tag from executables and libraries. But doing so - # requires that you compile everything twice, which is a pain. - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - sunos4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - - if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then - runpath_var= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - # PORTME fill in a description of your system's linker (not GNU ld) - case $host_os in - aix3*) - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_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_TAGVAR(hardcode_minus_L, $1)=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then - # Neither direct hardcoding nor static linking is supported with a - # broken collect2. - _LT_TAGVAR(hardcode_direct, $1)=unsupported - fi - ;; - - aix[[4-9]]*) - 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_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_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]].*|aix[[5-9]]*) - 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_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - 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 - : - else - # We have old collect2 - _LT_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_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - ;; - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - 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 - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to export. - _LT_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_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' - fi - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - bsdi[[45]]*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # 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_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_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_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' - _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; - - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - freebsd1*) - _LT_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_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - hpux9*) - if test "$GCC" = yes; then - _LT_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_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - - hpux10*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_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_TAGVAR(hardcode_minus_L, $1)=yes - fi - ;; - - hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_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*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_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_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - fi - ;; - - irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - # Try to use the -exported_symbol ld option, if it does not - # work, assume that -exports_file does not work either and - # implicitly export all symbols. - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE(int foo(void) {}, - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - ) - LDFLAGS="$save_LDFLAGS" - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else - _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - newsos6) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *nto* | *qnx*) - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac - fi - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_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_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' - ;; - - osf3*) - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' - - # Both c and cxx compiler support -rpath directly - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - solaris*) - _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_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}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - else - case `$CC -V 2>&1` in - *"Compilers 5.0"*) - wlarc='' - _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_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' - ;; - *) - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_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} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - ;; - esac - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', - # but is careful enough not to reorder. - # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - fi - ;; - esac - _LT_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_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4) - case $host_vendor in - sni) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? - ;; - siemens) - ## LD is ld it makes a PLAMLIB - ## CC just makes a GrossModule. - _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' - _LT_TAGVAR(hardcode_direct, $1)=no - ;; - motorola) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie - ;; - esac - runpath_var='LD_RUN_PATH' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4.3*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var=LD_RUN_PATH - hardcode_runpath_var=yes - _LT_TAGVAR(ld_shlibs, $1)=yes - fi - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - uts4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - if test x$host_vendor = xsni; then - case $host in - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' - ;; - esac - fi - fi -]) -AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - -_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld - -_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -_LT_DECL([], [extract_expsyms_cmds], [2], - [The commands to extract the exported symbol list from a shared archive]) - -# -# Do we need to explicitly link libc? -# -case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -x|xyes) - # Assume -lc should be added - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - - if test "$enable_shared" = yes && test "$GCC" = yes; then - case $_LT_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* - echo "$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_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) - ;; - esac - fi - ;; -esac - -_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], - [Whether or not to add -lc for building shared libraries]) -_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], - [enable_shared_with_static_runtimes], [0], - [Whether or not to disallow shared libs when runtime libs are static]) -_LT_TAGDECL([], [export_dynamic_flag_spec], [1], - [Compiler flag to allow reflexive dlopens]) -_LT_TAGDECL([], [whole_archive_flag_spec], [1], - [Compiler flag to generate shared objects directly from archives]) -_LT_TAGDECL([], [compiler_needs_object], [1], - [Whether the compiler copes with passing no objects directly]) -_LT_TAGDECL([], [old_archive_from_new_cmds], [2], - [Create an old-style archive from a shared archive]) -_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], - [Create a temporary old-style archive to link instead of a shared archive]) -_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -_LT_TAGDECL([], [archive_expsym_cmds], [2]) -_LT_TAGDECL([], [module_cmds], [2], - [Commands used to build a loadable module if different from building - a shared archive.]) -_LT_TAGDECL([], [module_expsym_cmds], [2]) -_LT_TAGDECL([], [with_gnu_ld], [1], - [Whether we are building with GNU ld or not]) -_LT_TAGDECL([], [allow_undefined_flag], [1], - [Flag that allows shared libraries with undefined symbols to be built]) -_LT_TAGDECL([], [no_undefined_flag], [1], - [Flag that enforces no undefined symbols]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], - [Flag to hardcode $libdir into a binary during linking. - This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [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]]) -_LT_TAGDECL([], [hardcode_libdir_separator], [1], - [Whether we need a single "-rpath" flag with a separated argument]) -_LT_TAGDECL([], [hardcode_direct], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary]) -_LT_TAGDECL([], [hardcode_direct_absolute], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary and the resulting library dependency is - "absolute", i.e impossible to change by setting ${shlibpath_var} if the - library is relocated]) -_LT_TAGDECL([], [hardcode_minus_L], [0], - [Set to "yes" if using the -LDIR flag during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_shlibpath_var], [0], - [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_automatic], [0], - [Set to "yes" if building a shared library automatically hardcodes DIR - into the library and all subsequent libraries and executables linked - against it]) -_LT_TAGDECL([], [inherit_rpath], [0], - [Set to yes if linker adds runtime paths of dependent libraries - to runtime path list]) -_LT_TAGDECL([], [link_all_deplibs], [0], - [Whether libtool must link a program against all its dependency libraries]) -_LT_TAGDECL([], [fix_srcfile_path], [1], - [Fix the shell variable $srcfile for the compiler]) -_LT_TAGDECL([], [always_export_symbols], [0], - [Set to "yes" if exported symbols are required]) -_LT_TAGDECL([], [export_symbols_cmds], [2], - [The commands to list exported symbols]) -_LT_TAGDECL([], [exclude_expsyms], [1], - [Symbols that should not be listed in the preloaded symbols]) -_LT_TAGDECL([], [include_expsyms], [1], - [Symbols that must always be exported]) -_LT_TAGDECL([], [prelink_cmds], [2], - [Commands necessary for linking programs (against libraries) with templates]) -_LT_TAGDECL([], [file_list_spec], [1], - [Specify filename containing input files]) -dnl FIXME: Not yet implemented -dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -dnl [Compiler flag to generate thread safe objects]) -])# _LT_LINKER_SHLIBS - - -# _LT_LANG_C_CONFIG([TAG]) -# ------------------------ -# Ensure that the configuration variables for a C compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_C_CONFIG], -[m4_require([_LT_DECL_EGREP])dnl -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_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;" - -# Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}' - -_LT_TAG_COMPILER -# Save the default compiler, since it gets overwritten when the other -# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -compiler_DEFAULT=$CC - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - LT_SYS_DLOPEN_SELF - _LT_CMD_STRIPLIB - - # Report which library types will 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 - ;; - - aix[[4-9]]*) - 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]) - - _LT_CONFIG($1) -fi -AC_LANG_POP -CC="$lt_save_CC" -])# _LT_LANG_C_CONFIG - - -# _LT_PROG_CXX -# ------------ -# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ -# compiler, we have our own version here. -m4_defun([_LT_PROG_CXX], -[ -pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) -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 -else - _lt_caught_CXX_error=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_CXX - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_CXX], []) - - -# _LT_LANG_CXX_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a C++ compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_CXX_CONFIG], -[AC_REQUIRE([_LT_PROG_CXX])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl - -AC_LANG_PUSH(C++) -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(compiler_needs_object, $1)=no -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for C++ test sources. -ac_ext=cpp - -# Object file extension for compiled C++ test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the CXX compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_caught_CXX_error" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="int some_variable = 0;" - - # Code to be used in simple link tests - lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # 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 - $as_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 - $as_unset lt_cv_path_LD - fi - test -z "${LDCXX+set}" || LD=$LDCXX - CC=${CXX-"c++"} - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - # We don't want -fno-exception when compiling C++ code, so set the - # no_builtin_flag separately - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' - else - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - fi - - if test "$GXX" = yes; then - # Set up default GNU C++ configuration - - LT_PATH_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_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_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_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_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_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_TAGVAR(ld_shlibs, $1)=yes - case $host_os in - aix3*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aix[[4-9]]*) - 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]].*|aix[[5-9]]*) - 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_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - 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 - : - else - # We have old collect2 - _LT_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_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - 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 - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to - # export. - _LT_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_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an empty - # executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared - # libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' - fi - fi - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - chorus*) - case $cc_basename in - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - case $cc_basename in - ec++*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx*) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - freebsd[[12]]*) - # C++ shared libraries reported to be fairly broken before - # switch to ELF - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - freebsd-elf*) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - ;; - - freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - gnu*) - ;; - - hpux9*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_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_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - _LT_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) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' - ;; - *) - if test "$GXX" = yes; then - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - hpux10*|hpux11*) - if test $with_gnu_ld = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - ;; - *) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - esac - fi - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_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_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_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 "X$list" | $Xsed' - ;; - *) - if test "$GXX" = yes; then - if test $with_gnu_ld = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - irix5* | irix6*) - case $cc_basename in - CC*) - # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_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_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_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' - fi - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - ;; - - linux* | k*bsd*-gnu) - 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_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_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 "X$list" | $Xsed' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_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_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' - ;; - icpc* | ecpc* ) - # 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_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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 - tmp_idyn= - case $host_cpu in - ia64*) tmp_idyn=' -i_dynamic';; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - ;; - esac - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - case `$CC -V` in - *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) - _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' - _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ - $RANLIB $oldlib' - _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - *) # Version 6 will use weak symbols - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' - ;; - cxx*) - # Compaq C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - _LT_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 "X$templist" | $Xsed -e "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 "X$list" | $Xsed' - ;; - xl*) - # IBM XL 8.0 on PPC, with GNU ld - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_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 -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - - # Not sure whether something based on - # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 - # would be better. - output_verbose_link_cmd='echo' - - # 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_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - esac - ;; - esac - ;; - - lynxos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - m88k*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - mvs*) - case $cc_basename in - cxx*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_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::"' - ;; - - *nto* | *qnx*) - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - openbsd2*) - # C++ shared libraries are fairly broken - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_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_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_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - fi - output_verbose_link_cmd=echo - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - osf3* | 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_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Archives containing C++ object files must be created using - # the KAI C++ compiler. - case $host in - osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; - *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; - esac - ;; - RCC*) - # Rational C++ 2.4.1 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - cxx*) - case $host in - osf3*) - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - ;; - *) - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_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 "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ - $RM $lib.exp' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - ;; - esac - - _LT_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 "X$templist" | $Xsed -e "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 "X$list" | $Xsed' - ;; - *) - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - case $host in - osf3*) - _LT_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 "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - ;; - *) - _LT_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" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_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_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - psos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - lcc*) - # Lucid - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - solaris*) - case $cc_basename in - CC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(archive_cmds_need_lc,$1)=yes - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_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} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. - # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - - output_verbose_link_cmd='echo' - - # 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_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_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_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' - if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_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_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - ;; - esac - fi - ;; - esac - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - vxworks*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) - test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - - _LT_TAGVAR(GCC, $1)="$GXX" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - CC=$lt_save_CC - LDCXX=$LD - LD=$lt_save_LD - GCC=$lt_save_GCC - 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 -fi # test "$_lt_caught_CXX_error" != yes - -AC_LANG_POP -])# _LT_LANG_CXX_CONFIG - - -# _LT_SYS_HIDDEN_LIBDEPS([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. -m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -# Dependencies to place before and after the object being linked: -_LT_TAGVAR(predep_objects, $1)= -_LT_TAGVAR(postdep_objects, $1)= -_LT_TAGVAR(predeps, $1)= -_LT_TAGVAR(postdeps, $1)= -_LT_TAGVAR(compiler_lib_search_path, $1)= - -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... -m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -int a; -void foo (void) { a = 0; } -_LT_EOF -], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -class Foo -{ -public: - Foo (void) { a = 0; } -private: - int a; -}; -_LT_EOF -], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer*4 a - a=0 - return - end -_LT_EOF -], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer a - a=0 - return - end -_LT_EOF -], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -public class foo { - private int a; - public void bar (void) { - a = 0; - } -}; -_LT_EOF -]) -dnl Parse the compiler output and extract the necessary -dnl objects, libraries and library flags. -if AC_TRY_EVAL(ac_compile); then - # Parse the compiler output and extract the necessary - # objects, libraries and library flags. - - # Sentinel used to keep track of whether or not we are before - # the conftest object file. - pre_test_object_deps_done=no - - for p in `eval "$output_verbose_link_cmd"`; do - case $p in - - -L* | -R* | -l*) - # Some compilers place space between "-{L,R}" and the path. - # Remove the space. - if test $p = "-L" || - test $p = "-R"; then - prev=$p - continue - else - prev= - fi - - if test "$pre_test_object_deps_done" = no; then - case $p in - -L* | -R*) - # Internal compiler library paths should come after those - # provided the user. The postdeps already come after the - # user supplied libs so there is no need to process them. - if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then - _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" - else - _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" - fi - ;; - # The "-l" case would never come before the object being - # linked, so don't bother handling this case. - esac - else - if test -z "$_LT_TAGVAR(postdeps, $1)"; then - _LT_TAGVAR(postdeps, $1)="${prev}${p}" - else - _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" - fi - fi - ;; - - *.$objext) - # This assumes that the test object file only shows up - # once in the compiler output. - if test "$p" = "conftest.$objext"; then - pre_test_object_deps_done=yes - continue - fi - - if test "$pre_test_object_deps_done" = no; then - if test -z "$_LT_TAGVAR(predep_objects, $1)"; then - _LT_TAGVAR(predep_objects, $1)="$p" - else - _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" - fi - else - if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then - _LT_TAGVAR(postdep_objects, $1)="$p" - else - _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" - fi - fi - ;; - - *) ;; # Ignore the rest. - - esac - done - - # Clean up. - rm -f a.out a.exe -else - echo "libtool.m4: error: problem compiling $1 test program" -fi - -$RM -f confest.$objext - -# PORTME: override above test on systems where it is broken -m4_if([$1], [CXX], -[case $host_os in -interix[[3-9]]*) - # Interix 3.5 installs completely hosed .la files for C++, so rather than - # hack all around it, let's just trust "g++" to DTRT. - _LT_TAGVAR(predep_objects,$1)= - _LT_TAGVAR(postdep_objects,$1)= - _LT_TAGVAR(postdeps,$1)= - ;; - -linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; - -solaris*) - case $cc_basename in - CC*) - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - # Adding this requires a known-good setup of shared libraries for - # Sun compiler versions before 5.6, else PIC objects from an old - # archive will be linked into the output, leading to subtle bugs. - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; -esac -]) - -case " $_LT_TAGVAR(postdeps, $1) " in -*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -esac - _LT_TAGVAR(compiler_lib_search_dirs, $1)= -if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then - _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` -fi -_LT_TAGDECL([], [compiler_lib_search_dirs], [1], - [The directories searched by this compiler when creating a shared library]) -_LT_TAGDECL([], [predep_objects], [1], - [Dependencies to place before and after the objects being linked to - create a shared library]) -_LT_TAGDECL([], [postdep_objects], [1]) -_LT_TAGDECL([], [predeps], [1]) -_LT_TAGDECL([], [postdeps], [1]) -_LT_TAGDECL([], [compiler_lib_search_path], [1], - [The library search path used internally by the compiler when linking - a shared library]) -])# _LT_SYS_HIDDEN_LIBDEPS - - -# _LT_PROG_F77 -# ------------ -# Since AC_PROG_F77 is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_F77], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) -AC_PROG_F77 -if test -z "$F77" || test "X$F77" = "Xno"; then - _lt_disable_F77=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_F77 - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_F77], []) - - -# _LT_LANG_F77_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a Fortran 77 compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_F77_CONFIG], -[AC_REQUIRE([_LT_PROG_F77])dnl -AC_LANG_PUSH(Fortran 77) - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for f77 test sources. -ac_ext=f - -# Object file extension for compiled f77 test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the F77 compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_F77" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - CC=${F77-"f77"} - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - GCC=$G77 - if test -n "$compiler"; then - 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 - ;; - aix[[4-9]]*) - 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]) - - _LT_TAGVAR(GCC, $1)="$G77" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC="$lt_save_CC" -fi # test "$_lt_disable_F77" != yes - -AC_LANG_POP -])# _LT_LANG_F77_CONFIG - - -# _LT_PROG_FC -# ----------- -# Since AC_PROG_FC is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_FC], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) -AC_PROG_FC -if test -z "$FC" || test "X$FC" = "Xno"; then - _lt_disable_FC=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_FC - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_FC], []) - - -# _LT_LANG_FC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for a Fortran compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_FC_CONFIG], -[AC_REQUIRE([_LT_PROG_FC])dnl -AC_LANG_PUSH(Fortran) - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for fc test sources. -ac_ext=${ac_fc_srcext-f} - -# Object file extension for compiled fc test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the FC compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_FC" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - CC=${FC-"f95"} - compiler=$CC - GCC=$ac_cv_fc_compiler_gnu - - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - 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 - ;; - aix[[4-9]]*) - 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]) - - _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC="$lt_save_CC" -fi # test "$_lt_disable_FC" != yes - -AC_LANG_POP -])# _LT_LANG_FC_CONFIG - - -# _LT_LANG_GCJ_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Java Compiler compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_GCJ_CONFIG], -[AC_REQUIRE([LT_PROG_GCJ])dnl -AC_LANG_SAVE - -# Source file extension for Java test sources. -ac_ext=java - -# Object file extension for compiled Java test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}" - -# Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC="$CC" -lt_save_GCC=$GCC -GCC=yes -CC=${GCJ-"gcj"} -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" -_LT_CC_BASENAME([$compiler]) - -# GCJ did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no - -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds - -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) -fi - -AC_LANG_RESTORE - -GCC=$lt_save_GCC -CC="$lt_save_CC" -])# _LT_LANG_GCJ_CONFIG - - -# _LT_LANG_RC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for the Windows resource compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_RC_CONFIG], -[AC_REQUIRE([LT_PROG_RC])dnl -AC_LANG_SAVE - -# Source file extension for RC test sources. -ac_ext=rc - -# Object file extension for compiled RC test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' - -# 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_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC="$CC" -lt_save_GCC=$GCC -GCC= -CC=${RC-"windres"} -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_CC_BASENAME([$compiler]) -_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - -if test -n "$compiler"; then - : - _LT_CONFIG($1) -fi - -GCC=$lt_save_GCC -AC_LANG_RESTORE -CC="$lt_save_CC" -])# _LT_LANG_RC_CONFIG - - -# LT_PROG_GCJ -# ----------- -AC_DEFUN([LT_PROG_GCJ], -[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], - [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], - [AC_CHECK_TOOL(GCJ, gcj,) - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" - AC_SUBST(GCJFLAGS)])])[]dnl -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_GCJ], []) - - -# LT_PROG_RC -# ---------- -AC_DEFUN([LT_PROG_RC], -[AC_CHECK_TOOL(RC, windres,) -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_RC], []) - - -# _LT_DECL_EGREP -# -------------- -# If we don't have a new enough Autoconf to choose the best grep -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_EGREP], -[AC_REQUIRE([AC_PROG_EGREP])dnl -AC_REQUIRE([AC_PROG_FGREP])dnl -test -z "$GREP" && GREP=grep -_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -_LT_DECL([], [EGREP], [1], [An ERE matcher]) -_LT_DECL([], [FGREP], [1], [A literal string matcher]) -dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -AC_SUBST([GREP]) -]) - - -# _LT_DECL_OBJDUMP -# -------------- -# If we don't have a new enough Autoconf to choose the best objdump -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_OBJDUMP], -[AC_CHECK_TOOL(OBJDUMP, objdump, false) -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -AC_SUBST([OBJDUMP]) -]) - - -# _LT_DECL_SED -# ------------ -# Check for a fully-functional sed program, that truncates -# as few characters as possible. Prefer GNU sed if found. -m4_defun([_LT_DECL_SED], -[AC_PROG_SED -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" -_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], - [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -])# _LT_DECL_SED - -m4_ifndef([AC_PROG_SED], [ -# 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. # - -m4_defun([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 -IFS=$as_save_IFS -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 && continue - 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_SUBST([SED]) -AC_MSG_RESULT([$SED]) -])#AC_PROG_SED -])#m4_ifndef - -# Old name: -AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_SED], []) - - -# _LT_CHECK_SHELL_FEATURES -# ------------------------ -# Find out whether the shell is Bourne or XSI compatible, -# or has some other useful features. -m4_defun([_LT_CHECK_SHELL_FEATURES], -[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -AC_MSG_RESULT([$xsi_shell]) -_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) - -AC_MSG_CHECKING([whether the shell understands "+="]) -lt_shell_append=no -( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -AC_MSG_RESULT([$lt_shell_append]) -_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) - -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - lt_unset=unset -else - lt_unset=false -fi -_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl - -# test EBCDIC or ASCII -case `echo X|tr X '\101'` in - A) # ASCII based system - # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - ;; - *) # EBCDIC based system - lt_SP2NL='tr \100 \n' - lt_NL2SP='tr \r\n \100\100' - ;; -esac -_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -])# _LT_CHECK_SHELL_FEATURES - - -# _LT_PROG_XSI_SHELLFNS -# --------------------- -# Bourne and XSI compatible variants of some useful shell functions. -m4_defun([_LT_PROG_XSI_SHELLFNS], -[case $xsi_shell in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac -} - -# func_basename file -func_basename () -{ - func_basename_result="${1##*/}" -} - -# func_dirname_and_basename file append nondir_replacement -# perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# Implementation must be kept synchronized with func_dirname -# and func_basename. For efficiency, we do not delegate to -# those functions but instead duplicate the functionality here. -func_dirname_and_basename () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}" -} - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -func_stripname () -{ - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"} -} - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=${1%%=*} - func_opt_split_arg=${1#*=} -} - -# func_lo2o object -func_lo2o () -{ - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=${1%.*}.lo -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=$(( $[*] )) -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=${#1} -} - -_LT_EOF - ;; - *) # Bourne compatible functions. - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` - if test "X$func_dirname_result" = "X${1}"; then - func_dirname_result="${3}" - else - func_dirname_result="$func_dirname_result${2}" - fi -} - -# func_basename file -func_basename () -{ - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` -} - -dnl func_dirname_and_basename -dnl A portable version of this function is already defined in general.m4sh -dnl so there is no need for it here. - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# func_strip_suffix prefix name -func_stripname () -{ - case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; - esac -} - -# sed scripts: -my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' -my_sed_long_arg='1s/^-[[^=]]*=//' - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` -} - -# func_lo2o object -func_lo2o () -{ - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=`expr "$[@]"` -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` -} - -_LT_EOF -esac - -case $lt_shell_append in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]+=\$[2]" -} -_LT_EOF - ;; - *) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]=\$$[1]\$[2]" -} - -_LT_EOF - ;; - esac -]) - -# Helper functions for option handling. -*- Autoconf -*- -# -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file 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. - -# serial 6 ltoptions.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) - - -# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -# ------------------------------------------ -m4_define([_LT_MANGLE_OPTION], -[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) - - -# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -# --------------------------------------- -# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -# matching handler defined, dispatch to it. Other OPTION-NAMEs are -# saved as a flag. -m4_define([_LT_SET_OPTION], -[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), - _LT_MANGLE_DEFUN([$1], [$2]), - [m4_warning([Unknown $1 option `$2'])])[]dnl -]) - - -# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -# ------------------------------------------------------------ -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -m4_define([_LT_IF_OPTION], -[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) - - -# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -# ------------------------------------------------------- -# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -# are set. -m4_define([_LT_UNLESS_OPTIONS], -[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), - [m4_define([$0_found])])])[]dnl -m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -])[]dnl -]) - - -# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -# ---------------------------------------- -# OPTION-LIST is a space-separated list of Libtool options associated -# with MACRO-NAME. If any OPTION has a matching handler declared with -# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -# the unknown option and exit. -m4_defun([_LT_SET_OPTIONS], -[# Set options -m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [_LT_SET_OPTION([$1], _LT_Option)]) - -m4_if([$1],[LT_INIT],[ - dnl - dnl Simply set some default values (i.e off) if boolean options were not - dnl specified: - _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no - ]) - _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no - ]) - dnl - dnl If no reference was made to various pairs of opposing options, then - dnl we run the default mode handler for the pair. For example, if neither - dnl `shared' nor `disable-shared' was passed, we enable building of shared - dnl archives by default: - _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) - _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], - [_LT_ENABLE_FAST_INSTALL]) - ]) -])# _LT_SET_OPTIONS - - - -# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -# ----------------------------------------- -m4_define([_LT_MANGLE_DEFUN], -[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) - - -# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -# ----------------------------------------------- -m4_define([LT_OPTION_DEFINE], -[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -])# LT_OPTION_DEFINE - - -# dlopen -# ------ -LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -]) - -AU_DEFUN([AC_LIBTOOL_DLOPEN], -[_LT_SET_OPTION([LT_INIT], [dlopen]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `dlopen' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) - - -# win32-dll -# --------- -# Declare package support for building win32 dll's. -LT_OPTION_DEFINE([LT_INIT], [win32-dll], -[enable_win32_dll=yes - -case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) - AC_CHECK_TOOL(AS, as, false) - AC_CHECK_TOOL(DLLTOOL, dlltool, false) - AC_CHECK_TOOL(OBJDUMP, objdump, false) - ;; -esac - -test -z "$AS" && AS=as -_LT_DECL([], [AS], [0], [Assembler program])dnl - -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl - -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl -])# win32-dll - -AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -_LT_SET_OPTION([LT_INIT], [win32-dll]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `win32-dll' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) - - -# _LT_ENABLE_SHARED([DEFAULT]) -# ---------------------------- -# implement the --enable-shared flag, and supports the `shared' and -# `disable-shared' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_SHARED], -[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([shared], - [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], - [build shared libraries @<:@default=]_LT_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=]_LT_ENABLE_SHARED_DEFAULT) - - _LT_DECL([build_libtool_libs], [enable_shared], [0], - [Whether or not to build shared libraries]) -])# _LT_ENABLE_SHARED - -LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -]) - -AC_DEFUN([AC_DISABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], [disable-shared]) -]) - -AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_SHARED], []) -dnl AC_DEFUN([AM_DISABLE_SHARED], []) - - - -# _LT_ENABLE_STATIC([DEFAULT]) -# ---------------------------- -# implement the --enable-static flag, and support the `static' and -# `disable-static' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_STATIC], -[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([static], - [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], - [build static libraries @<:@default=]_LT_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=]_LT_ENABLE_STATIC_DEFAULT) - - _LT_DECL([build_old_libs], [enable_static], [0], - [Whether or not to build static libraries]) -])# _LT_ENABLE_STATIC - -LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -]) - -AC_DEFUN([AC_DISABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], [disable-static]) -]) - -AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_STATIC], []) -dnl AC_DEFUN([AM_DISABLE_STATIC], []) - - - -# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -# ---------------------------------- -# implement the --enable-fast-install flag, and support the `fast-install' -# and `disable-fast-install' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_FAST_INSTALL], -[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([fast-install], - [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], - [optimize for fast installation @<:@default=]_LT_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=]_LT_ENABLE_FAST_INSTALL_DEFAULT) - -_LT_DECL([fast_install], [enable_fast_install], [0], - [Whether or not to optimize for fast installation])dnl -])# _LT_ENABLE_FAST_INSTALL - -LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) - -# Old names: -AU_DEFUN([AC_ENABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `fast-install' option into LT_INIT's first parameter.]) -]) - -AU_DEFUN([AC_DISABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `disable-fast-install' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) - - -# _LT_WITH_PIC([MODE]) -# -------------------- -# implement the --with-pic flag, and support the `pic-only' and `no-pic' -# LT_INIT options. -# MODE is either `yes' or `no'. If omitted, it defaults to `both'. -m4_define([_LT_WITH_PIC], -[AC_ARG_WITH([pic], - [AS_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=m4_default([$1], [default]) - -_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -])# _LT_WITH_PIC - -LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) - -# Old name: -AU_DEFUN([AC_LIBTOOL_PICMODE], -[_LT_SET_OPTION([LT_INIT], [pic-only]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `pic-only' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) - - -m4_define([_LTDL_MODE], []) -LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], - [m4_define([_LTDL_MODE], [nonrecursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [recursive], - [m4_define([_LTDL_MODE], [recursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [subproject], - [m4_define([_LTDL_MODE], [subproject])]) - -m4_define([_LTDL_TYPE], []) -LT_OPTION_DEFINE([LTDL_INIT], [installable], - [m4_define([_LTDL_TYPE], [installable])]) -LT_OPTION_DEFINE([LTDL_INIT], [convenience], - [m4_define([_LTDL_TYPE], [convenience])]) - -# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file 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. - -# serial 6 ltsugar.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) - - -# lt_join(SEP, ARG1, [ARG2...]) -# ----------------------------- -# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -# associated separator. -# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -# versions in m4sugar had bugs. -m4_define([lt_join], -[m4_if([$#], [1], [], - [$#], [2], [[$2]], - [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -m4_define([_lt_join], -[m4_if([$#$2], [2], [], - [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) - - -# lt_car(LIST) -# lt_cdr(LIST) -# ------------ -# Manipulate m4 lists. -# These macros are necessary as long as will still need to support -# Autoconf-2.59 which quotes differently. -m4_define([lt_car], [[$1]]) -m4_define([lt_cdr], -[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], - [$#], 1, [], - [m4_dquote(m4_shift($@))])]) -m4_define([lt_unquote], $1) - - -# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -# ------------------------------------------ -# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. -# Note that neither SEPARATOR nor STRING are expanded; they are appended -# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -# No SEPARATOR is output if MACRO-NAME was previously undefined (different -# than defined and empty). -# -# This macro is needed until we can rely on Autoconf 2.62, since earlier -# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -m4_define([lt_append], -[m4_define([$1], - m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) - - - -# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -# ---------------------------------------------------------- -# Produce a SEP delimited list of all paired combinations of elements of -# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -# has the form PREFIXmINFIXSUFFIXn. -# Needed until we can rely on m4_combine added in Autoconf 2.62. -m4_define([lt_combine], -[m4_if(m4_eval([$# > 3]), [1], - [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -[[m4_foreach([_Lt_prefix], [$2], - [m4_foreach([_Lt_suffix], - ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, - [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) - - -# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -# ----------------------------------------------------------------------- -# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -m4_define([lt_if_append_uniq], -[m4_ifdef([$1], - [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], - [lt_append([$1], [$2], [$3])$4], - [$5])], - [lt_append([$1], [$2], [$3])$4])]) - - -# lt_dict_add(DICT, KEY, VALUE) -# ----------------------------- -m4_define([lt_dict_add], -[m4_define([$1($2)], [$3])]) - - -# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -# -------------------------------------------- -m4_define([lt_dict_add_subkey], -[m4_define([$1($2:$3)], [$4])]) - - -# lt_dict_fetch(DICT, KEY, [SUBKEY]) -# ---------------------------------- -m4_define([lt_dict_fetch], -[m4_ifval([$3], - m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), - m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) - - -# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -# ----------------------------------------------------------------- -m4_define([lt_if_dict_fetch], -[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], - [$5], - [$6])]) - - -# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -# -------------------------------------------------------------- -m4_define([lt_dict_filter], -[m4_if([$5], [], [], - [lt_join(m4_quote(m4_default([$4], [[, ]])), - lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), - [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -]) - -# ltversion.m4 -- version numbers -*- Autoconf -*- -# -# Copyright (C) 2004 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004 -# -# This file 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. - -# Generated from ltversion.in. - -# serial 3012 ltversion.m4 -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [2.2.6]) -m4_define([LT_PACKAGE_REVISION], [1.3012]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6' -macro_revision='1.3012' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) - -# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004. -# -# This file 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. - -# serial 4 lt~obsolete.m4 - -# These exist entirely to fool aclocal when bootstrapping libtool. -# -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) -# which have later been changed to m4_define as they aren't part of the -# exported API, or moved to Autoconf or Automake where they belong. -# -# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -# using a macro with the same name in our local m4/libtool.m4 it'll -# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -# and doesn't know about Autoconf macros at all.) -# -# So we provide this file, which has a silly filename so it's always -# included after everything else. This provides aclocal with the -# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -# because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -# -# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -# Yes, that means every name once taken will need to remain here until -# we give up compatibility with versions before 1.7, at which point -# we need to keep only those names which we still refer to. - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) - -m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) -m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) - # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -7977,10 +31,10 @@ m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.10' +[am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.10.2], [], +m4_if([$1], [1.11], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -7996,7 +50,7 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10.2])dnl +[AM_AUTOMAKE_VERSION([1.11])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -8056,14 +110,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file 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. -# serial 8 +# serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -8076,6 +130,7 @@ AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' @@ -8089,14 +144,14 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 # Free Software Foundation, Inc. # # This file 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. -# serial 9 +# serial 10 # 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, @@ -8153,6 +208,16 @@ AC_CACHE_CHECK([dependency style of $depcc], if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + 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 @@ -8170,7 +235,17 @@ AC_CACHE_CHECK([dependency style of $depcc], done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # 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. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -8180,19 +255,23 @@ AC_CACHE_CHECK([dependency style of $depcc], break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; 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} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj 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 @@ -8256,59 +335,61 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -#serial 4 +#serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[# Autoconf 2.62 quotes --file arguments for eval, but not when files -# are listed without --file. Let's play safe and only enable the eval -# if we detect the quoting. -case $CONFIG_FILES in -*\'*) eval set x "$CONFIG_FILES" ;; -*) set x $CONFIG_FILES ;; -esac -shift -for mf -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. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/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" +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + 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. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/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 -done +} ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -8328,13 +409,13 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file 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. -# serial 13 +# serial 16 # 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. @@ -8351,7 +432,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # 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.60])dnl +[AC_PREREQ([2.62])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 @@ -8402,8 +483,8 @@ 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_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -8411,24 +492,37 @@ 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([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 + [_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 + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header @@ -8451,7 +545,7 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -8462,7 +556,14 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -8507,15 +608,55 @@ if test "$LEX" = :; then LEX=${am_missing_run}flex fi]) -# Check to see how 'make' treats includes. -*- Autoconf -*- +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- +# From Jim Meyering -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. # # This file 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. -# serial 3 +# serial 5 + +# AM_MAINTAINER_MODE([DEFAULT-MODE]) +# ---------------------------------- +# Control maintainer-specific portions of Makefiles. +# Default is to disable them, unless `enable' is passed literally. +# For symmetry, `disable' may be passed as well. Anyway, the user +# can override the default with the --enable/--disable switch. +AC_DEFUN([AM_MAINTAINER_MODE], +[m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], +[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful + (and sometimes confusing) to the casual installer], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST([MAINT])dnl +] +) + +AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# +# This file 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. + +# serial 4 # AM_MAKE_INCLUDE() # ----------------- @@ -8524,7 +665,7 @@ AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. @@ -8534,24 +675,24 @@ 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 +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac # 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 + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) @@ -8561,14 +702,14 @@ rm -f confinc confmf # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file 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. -# serial 5 +# serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -8585,7 +726,14 @@ AC_SUBST($1)]) AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " @@ -8656,14 +804,14 @@ AC_DEFUN([_AM_IF_OPTION], # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file 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. -# serial 4 +# serial 5 # AM_SANITY_CHECK # --------------- @@ -8672,16 +820,29 @@ AC_DEFUN([AM_SANITY_CHECK], # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + # 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` + 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` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ @@ -8734,18 +895,25 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file 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. +# serial 2 + # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. @@ -8842,3 +1010,8 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([autotools/m4/libtool.m4]) +m4_include([autotools/m4/ltoptions.m4]) +m4_include([autotools/m4/ltsugar.m4]) +m4_include([autotools/m4/ltversion.m4]) +m4_include([autotools/m4/lt~obsolete.m4]) diff --git a/autotools/config.guess b/autotools/config.guess index ad5281e6..da833146 100755 --- a/autotools/config.guess +++ b/autotools/config.guess @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2005-08-03' +timestamp='2009-04-27' # 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 @@ -55,8 +56,8 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -160,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -206,8 +208,11 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) - echo powerppc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} @@ -319,14 +324,30 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize @@ -527,7 +548,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[45]) + *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -764,12 +785,19 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) @@ -779,9 +807,18 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' - exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd | genuineintel) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; @@ -815,6 +852,16 @@ EOF echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi + exit ;; + avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) @@ -851,7 +898,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,7 +921,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) @@ -896,6 +951,9 @@ EOF if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -919,9 +977,15 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent @@ -940,9 +1004,6 @@ EOF a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. @@ -964,7 +1025,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -974,7 +1035,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1053,8 +1118,11 @@ EOF pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 @@ -1092,6 +1160,16 @@ EOF 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; @@ -1167,6 +1245,9 @@ EOF BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1176,6 +1257,15 @@ EOF SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1185,7 +1275,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1264,6 +1353,12 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1424,9 +1519,9 @@ This script, last modified $timestamp, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be diff --git a/autotools/config.sub b/autotools/config.sub index 1c366dfd..a39437d0 100755 --- a/autotools/config.sub +++ b/autotools/config.sub @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2005-07-08' +timestamp='2009-04-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -71,8 +72,8 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -119,8 +120,10 @@ esac # 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*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +174,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +194,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -231,20 +242,24 @@ case $basic_machine in | 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 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ - | mips64vr | mips64vrel \ + | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ @@ -257,26 +272,26 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | moxie \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) - basic_machine=$basic_machine-unknown - ;; - m32c) + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -286,6 +301,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -305,25 +323,28 @@ case $basic_machine in | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ + | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ + | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ @@ -336,30 +357,33 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ - | z8k-*) + | z8k-* | z80-*) ;; - m32c-*) + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -423,6 +447,10 @@ case $basic_machine in basic_machine=m68k-apollo os=-bsd ;; + aros) + basic_machine=i386-pc + os=-aros + ;; aux) basic_machine=m68k-apple os=-aux @@ -431,10 +459,22 @@ case $basic_machine in basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; convex-c1) basic_machine=c1-convex os=-bsd @@ -463,8 +503,8 @@ case $basic_machine in basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -502,6 +542,10 @@ case $basic_machine in basic_machine=m88k-motorola os=-sysv3 ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp @@ -656,6 +700,14 @@ case $basic_machine in basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -671,6 +723,10 @@ case $basic_machine in basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; @@ -696,6 +752,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -794,6 +853,14 @@ case $basic_machine in basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -803,6 +870,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +932,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -885,6 +962,10 @@ case $basic_machine in sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -896,6 +977,9 @@ case $basic_machine in basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown ;; @@ -985,6 +1069,10 @@ case $basic_machine in basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -1060,6 +1148,10 @@ case $basic_machine in basic_machine=z8k-unknown os=-sim ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; none) basic_machine=none-none os=-none @@ -1098,10 +1190,10 @@ case $basic_machine in we32k) basic_machine=we32k-att ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1170,25 +1262,28 @@ case $os in -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ + | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ + | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -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* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1318,6 +1413,9 @@ case $os in -zvmoe) os=-zvmoe ;; + -dicos*) + os=-dicos + ;; -none) ;; *) @@ -1340,6 +1438,12 @@ else # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1453,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 @@ -1377,6 +1481,9 @@ case $basic_machine in m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; diff --git a/autotools/install-sh b/autotools/install-sh index 4d4a9519..a5897de6 100755 --- a/autotools/install-sh +++ b/autotools/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-05-14.22 +scriptversion=2006-12-25.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -39,38 +39,68 @@ scriptversion=2005-05-14.22 # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. It can only install one file at a time, a restriction -# shared with many OS's install programs. +# from scratch. + +nl=' +' +IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. -doit="${DOITPROG-}" +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi -# put in absolute paths if you don't have them in your path; or use env. vars. +# Put in absolute file names if you don't have them in your path; +# or use environment vars. -mvprog="${MVPROG-mv}" -cpprog="${CPPROG-cp}" -chmodprog="${CHMODPROG-chmod}" -chownprog="${CHOWNPROG-chown}" -chgrpprog="${CHGRPPROG-chgrp}" -stripprog="${STRIPPROG-strip}" -rmprog="${RMPROG-rm}" -mkdirprog="${MKDIRPROG-mkdir}" +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 -chmodcmd="$chmodprog 0755" -chowncmd= chgrpcmd= -stripcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog rmcmd="$rmprog -f" -mvcmd="$mvprog" +stripcmd= + src= dst= dir_arg= -dstarg= +dst_arg= + +copy_on_change=false no_target_directory= -usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... @@ -80,81 +110,86 @@ In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --c (ignored) --d create directories instead of installing files. --g GROUP $chgrpprog installed files to GROUP. --m MODE $chmodprog installed files to MODE. --o USER $chownprog installed files to USER. --s $stripprog installed files. --t DIRECTORY install into DIRECTORY. --T report an error if DSTFILE is a directory. ---help display this help and exit. ---version display version info and exit. + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. Environment variables override the default commands: - CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG " -while test -n "$1"; do +while test $# -ne 0; do case $1 in - -c) shift - continue;; + -c) ;; - -d) dir_arg=true - shift - continue;; + -C) copy_on_change=true;; + + -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift - shift - continue;; + shift;; --help) echo "$usage"; exit $?;; - -m) chmodcmd="$chmodprog $2" - shift - shift - continue;; + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift - shift - continue;; + shift;; - -s) stripcmd=$stripprog - shift - continue;; + -s) stripcmd=$stripprog;; - -t) dstarg=$2 - shift - shift - continue;; + -t) dst_arg=$2 + shift;; - -T) no_target_directory=true - shift - continue;; + -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; - *) # When -d is used, all remaining arguments are directories to create. - # When -t is used, the destination is already specified. - test -n "$dir_arg$dstarg" && break - # Otherwise, the last argument is the destination. Remove it from $@. - for arg - do - if test -n "$dstarg"; then - # $@ is not empty: it contains at least $arg. - set fnord "$@" "$dstarg" - shift # fnord - fi - shift # arg - dstarg=$arg - done + --) shift break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; esac + shift done -if test -z "$1"; then +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + done +fi + +if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 @@ -164,24 +199,47 @@ if test -z "$1"; then exit 0 fi +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + for src do # Protect names starting with `-'. case $src in - -*) src=./$src ;; + -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src - src= - - if test -d "$dst"; then - mkdircmd=: - chmodcmd= - else - mkdircmd=$mkdirprog - fi + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? else + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. @@ -190,71 +248,199 @@ do exit 1 fi - if test -z "$dstarg"; then + if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi - dst=$dstarg + dst=$dst_arg # Protect names starting with `-'. case $dst in - -*) dst=./$dst ;; + -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then - echo "$0: $dstarg: Is a directory" >&2 + echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi - dst=$dst/`basename "$src"` + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? fi fi - # This sed command emulates the dirname command. - dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` + obsolete_mkdir_used=false - # Make sure that the destination directory exists. + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - # Skip lots of stat calls in the usual case. - if test ! -d "$dstdir"; then - defaultIFS=' - ' - IFS="${IFS-$defaultIFS}" + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac - oIFS=$IFS - # Some sh's can't handle IFS=/ for some reason. - IFS='%' - set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` - shift - IFS=$oIFS + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi - pathcomp= + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - while test $# -ne 0 ; do - pathcomp=$pathcomp$1 + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + -*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir shift - if test ! -d "$pathcomp"; then - $mkdirprog "$pathcomp" - # mkdir can fail with a `File exist' error in case several - # install-sh are creating the directory concurrently. This - # is OK. - test -d "$pathcomp" || exit + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi - pathcomp=$pathcomp/ - done + fi fi if test -n "$dir_arg"; then - $doit $mkdircmd "$dst" \ - && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ - && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ - && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } - + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else - dstfile=`basename "$dst"` # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ @@ -262,10 +448,9 @@ do # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 - trap '(exit $?); exit' 1 2 13 15 # Copy the file name to the temp name. - $doit $cpprog "$src" "$dsttmp" && + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # @@ -273,48 +458,59 @@ do # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # - { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ - && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ - && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && - # Now rename the file to the real destination. - { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \ - || { - # The rename failed, perhaps because mv can't rename something else - # to itself, or perhaps because mv is so ancient that it does not - # support -f. + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - if test -f "$dstdir/$dstfile"; then - $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ - || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ - || { - echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 - (exit 1); exit 1 - } - else - : - fi - } && + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" - } - } - fi || { (exit 1); exit 1; } + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi done -# The final little trick to "correctly" pass the exit status to the exit trap. -{ - (exit 0); exit 0 -} - # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" diff --git a/autotools/ltmain.sh b/autotools/ltmain.sh old mode 100644 new mode 100755 index b36c4ad3..3506ead3 --- a/autotools/ltmain.sh +++ b/autotools/ltmain.sh @@ -65,7 +65,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6 +# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,7 +73,7 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION=2.2.6 +VERSION="2.2.6 Debian-2.2.6a-4" TIMESTAMP="" package_revision=1.3012 @@ -116,15 +116,15 @@ $lt_unset CDPATH : ${CP="cp -f"} : ${ECHO="echo"} -: ${EGREP="/usr/bin/grep -E"} -: ${FGREP="/usr/bin/grep -F"} -: ${GREP="/usr/bin/grep"} +: ${EGREP="/bin/grep -E"} +: ${FGREP="/bin/grep -F"} +: ${GREP="/bin/grep"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} -: ${SED="/opt/local/bin/gsed"} +: ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} @@ -5033,7 +5033,10 @@ func_mode_link () case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then @@ -5344,19 +5347,19 @@ func_mode_link () # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_duplicate_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_duplicate_deps ; then - case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; - esac - fi - tmp_libs="$tmp_libs $deplib" - done continue fi # $pass = conv @@ -5893,6 +5896,7 @@ func_mode_link () if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do + path= case $deplib in -L*) path="$deplib" ;; *.la) @@ -6206,6 +6210,9 @@ func_mode_link () revision="$number_minor" lt_irix_increment=no ;; + *) + func_fatal_configuration "$modename: unknown library version type \`$version_type'" + ;; esac ;; no) diff --git a/autotools/m4/libtool.m4 b/autotools/m4/libtool.m4 new file mode 100644 index 00000000..1e7ea47c --- /dev/null +++ b/autotools/m4/libtool.m4 @@ -0,0 +1,7376 @@ +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008 Free Software Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file 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. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008 Free Software Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool 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. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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 Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +]) + +# serial 56 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +m4_defun([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl +_LT_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. +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 delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from `configure', and `config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# `config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain="$ac_aux_dir/ltmain.sh" +])# _LT_PROG_LTMAIN + + +## ------------------------------------- ## +## Accumulate code for creating libtool. ## +## ------------------------------------- ## + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the `libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + +## ------------------------ ## +## FIXME: Eliminate VARNAME ## +## ------------------------ ## + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to `config.status' so that its +# declaration there will have the same value as in `configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags="_LT_TAGS"dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into `config.status', and then the shell code to quote escape them in +# for loops in `config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# 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 + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Fix-up fallback echo if it was mangled by the above quoting rules. +case \$lt_ECHO in +*'\\\[$]0 --fallback-echo"')dnl " + lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` + ;; +esac + +_LT_OUTPUT_LIBTOOL_INIT +]) + + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +cat >"$CONFIG_LT" <<_LTEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate a libtool stub with the current configuration. + +lt_cl_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AS_SHELL_SANITIZE +_AS_PREPARE + +exec AS_MESSAGE_FD>&1 +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +\`$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2008 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test $[#] != 0 +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try \`$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try \`$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +if test "$no_create" != yes; then + lt_cl_success=: + test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" + exec AS_MESSAGE_LOG_FD>/dev/null + $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false + exec AS_MESSAGE_LOG_FD>>config.log + $lt_cl_success || AS_EXIT(1) +fi +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, 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 TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # 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 + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +_LT_COPYING +_LT_LIBTOOL_TAGS + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_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 +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # 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 '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + _LT_PROG_XSI_SHELLFNS + + sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS="$save_LDFLAGS" + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[[012]]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES +# -------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=echo + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + m4_if([$1], [CXX], +[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then + _LT_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${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed '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${_lt_dar_export_syms}${_lt_dsymutil}" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_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. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# 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 "$lt_aix_libpath_sed"` +fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[ifdef([AC_DIVERSION_NOTICE], + [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], + [AC_DIVERT_PUSH(NOTICE)]) +$1 +AC_DIVERT_POP +])# _LT_SHELL_INIT + + +# _LT_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. +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[_LT_SHELL_INIT([ +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$lt_ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` + ;; +esac + +ECHO=${lt_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 <<_LT_EOF +[$]* +_LT_EOF + exit 0 +fi + +# 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 "$lt_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 && + { 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. +lt_ECHO=$ECHO +if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then + lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" +fi + +AC_SUBST(lt_ECHO) +]) +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], + [An echo program that does not interpret backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_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-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|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-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + 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-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + 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_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[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 + ;; +sparc*-*solaris*) + # 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 + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" +])# _LT_ENABLE_LOCK + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[AC_CHECK_TOOL(AR, ar, false) +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1]) + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$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}\{0,1\} :&$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 other than the usual output. + $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test x"[$]$2" = xyes; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker 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 + $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# 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* | cegcc*) + # 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* | dragonfly*) + # 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 all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # 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"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ + = "XX$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + 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` + fi + ;; + 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 +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_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 <<_LT_EOF +[#line __oline__ "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#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 + +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); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_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* | cegcc*) + 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="-ldld"], + [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="-ldld"]) + ]) + ]) + ]) + ]) + ]) + ;; + 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" + wl=$lt_prog_compiler_wl 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_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 + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_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 +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$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}\{0,1\} :&$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 + $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $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 .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links="nottested" +if test "$_LT_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 +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_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 +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", + [Define to the sub-directory in which libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$_LT_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_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || + test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; 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 +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +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" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if $ECHO "$lt_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. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` + else + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +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" +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' + ;; + +aix[[4-9]]*) + 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*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + 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' + ;; + esac + ;; + +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* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + 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~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + 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* | cegcc*) + # 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}${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`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + 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* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[123]]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + 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 + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + 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' + ;; + +interix[[3-9]]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +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* | k*bsd*-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' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + + # 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=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | 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' + ;; + +netbsdelf*-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='NetBSD ld.elf_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=qnx + 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='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + 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" + ;; + +rdos*) + dynamic_linker=no + ;; + +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.3*) + 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 + 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 + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/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}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +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 + +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 + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[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]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], + [Run-time system search path for libraries]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program which can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_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="m4_if([$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 <<_LT_EOF 1>&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 +*** bug-libtool@gnu.org + +_LT_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 +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program which can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_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 + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl + +AC_ARG_WITH([gnu-ld], + [AS_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])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 variants of GNU ld 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 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /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|DragonFly)/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 + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +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* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + 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=pass_all + ;; + +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 + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + 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 + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + 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 + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method == "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_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" + done + : ${lt_cv_path_NM=no} +fi]) +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) + AC_SUBST([DUMPBIN]) + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[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_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# 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]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +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 + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \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\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# 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 + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $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 <<_LT_EOF > conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_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_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 -rf 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 + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_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_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # 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_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC*) + # IBM XL 8.0 on PPC + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | netbsdelf*-gnu) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_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_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_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_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # 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_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_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_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_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_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # 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). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + hpux9* | hpux10* | hpux11*) + _LT_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_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + pgcc* | pgf77* | pgf90* | pgf95*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl*) + # IBM XL C 8.0/Fortran 10.1 on PPC + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac +AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix[[4-9]]*) + # 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_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_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_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + ;; + linux* | k*bsd*-gnu) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_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_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # 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. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # 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 + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + esac + + _LT_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}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_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_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` 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 + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&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. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag= + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_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 '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_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~ + $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&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. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_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_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + 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_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_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]].*|aix[[5-9]]*) + 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_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + 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 + : + else + # We have old collect2 + _LT_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_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + _LT_TAGVAR(link_all_deplibs, $1)=no + 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 + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_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_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # 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_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_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_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_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_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_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_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_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_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_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*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_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_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE(int foo(void) {}, + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + ) + LDFLAGS="$save_LDFLAGS" + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_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_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_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}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_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' + ;; + *) + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_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} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_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_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_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* + echo "$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_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [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]]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting ${shlibpath_var} if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [fix_srcfile_path], [1], + [Fix the shell variable $srcfile for the compiler]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +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_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report which library types will 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 + ;; + + aix[[4-9]]*) + 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]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC="$lt_save_CC" +])# _LT_LANG_C_CONFIG + + +# _LT_PROG_CXX +# ------------ +# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ +# compiler, we have our own version here. +m4_defun([_LT_PROG_CXX], +[ +pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) +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 +else + _lt_caught_CXX_error=yes +fi +popdef([AC_MSG_ERROR]) +])# _LT_PROG_CXX + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_CXX], []) + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[AC_REQUIRE([_LT_PROG_CXX])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # 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 + $as_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 + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + LT_PATH_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_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_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_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_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_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_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + 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]].*|aix[[5-9]]*) + 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_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + 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 + : + else + # We have old collect2 + _LT_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_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + 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 + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_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_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd[[12]]*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + gnu*) + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_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_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_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) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + ;; + *) + if test "$GXX" = yes; then + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_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_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_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 "X$list" | $Xsed' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_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_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_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu) + 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_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_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 "X$list" | $Xsed' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_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_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # 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_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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 + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 will use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_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 "X$templist" | $Xsed -e "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 "X$list" | $Xsed' + ;; + xl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_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 -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # 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_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_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::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_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_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_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=echo + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | 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_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_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 "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_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 "X$templist" | $Xsed -e "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 "X$list" | $Xsed' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + _LT_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 "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + _LT_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" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_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_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_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} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='echo' + + # 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_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_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_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_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_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_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_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_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_TAGVAR(GCC, $1)="$GXX" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + 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 +fi # test "$_lt_caught_CXX_error" != yes + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_SYS_HIDDEN_LIBDEPS([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. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +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... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +]) +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case $p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + else + prev= + fi + + if test "$pre_test_object_deps_done" = no; then + case $p in + -L* | -R*) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)="${prev}${p}" + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + fi + fi + ;; + + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)="$p" + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)="$p" + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_PROG_F77 +# ------------ +# Since AC_PROG_F77 is broken, in that it returns the empty string +# if there is no fortran compiler, we have our own version here. +m4_defun([_LT_PROG_F77], +[ +pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) +AC_PROG_F77 +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi +popdef([AC_MSG_ERROR]) +])# _LT_PROG_F77 + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_F77], []) + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_REQUIRE([_LT_PROG_F77])dnl +AC_LANG_PUSH(Fortran 77) + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_F77" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + CC=${F77-"f77"} + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + 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 + ;; + aix[[4-9]]*) + 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]) + + _LT_TAGVAR(GCC, $1)="$G77" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" +fi # test "$_lt_disable_F77" != yes + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_PROG_FC +# ----------- +# Since AC_PROG_FC is broken, in that it returns the empty string +# if there is no fortran compiler, we have our own version here. +m4_defun([_LT_PROG_FC], +[ +pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) +AC_PROG_FC +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi +popdef([AC_MSG_ERROR]) +])# _LT_PROG_FC + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_FC], []) + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_REQUIRE([_LT_PROG_FC])dnl +AC_LANG_PUSH(Fortran) + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_FC" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + CC=${FC-"f95"} + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + 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 + ;; + aix[[4-9]]*) + 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]) + + _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" +fi # test "$_lt_disable_FC" != yes + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC="$lt_save_CC" +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# 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_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC="$lt_save_CC" +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +############################################################ +# 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. # +############################################################ + +m4_defun([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 +IFS=$as_save_IFS +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 && continue + 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_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +AC_MSG_RESULT([$xsi_shell]) +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) + +AC_MSG_CHECKING([whether the shell understands "+="]) +lt_shell_append=no +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +AC_MSG_RESULT([$lt_shell_append]) +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PROG_XSI_SHELLFNS +# --------------------- +# Bourne and XSI compatible variants of some useful shell functions. +m4_defun([_LT_PROG_XSI_SHELLFNS], +[case $xsi_shell in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac +} + +# func_basename file +func_basename () +{ + func_basename_result="${1##*/}" +} + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}" +} + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +func_stripname () +{ + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"} +} + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=${1%%=*} + func_opt_split_arg=${1#*=} +} + +# func_lo2o object +func_lo2o () +{ + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=${1%.*}.lo +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=$(( $[*] )) +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=${#1} +} + +_LT_EOF + ;; + *) # Bourne compatible functions. + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` +} + +dnl func_dirname_and_basename +dnl A portable version of this function is already defined in general.m4sh +dnl so there is no need for it here. + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "X${3}" \ + | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "X${3}" \ + | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; + esac +} + +# sed scripts: +my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' +my_sed_long_arg='1s/^-[[^=]]*=//' + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` +} + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "$[@]"` +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` +} + +_LT_EOF +esac + +case $lt_shell_append in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "$[1]+=\$[2]" +} +_LT_EOF + ;; + *) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "$[1]=\$$[1]\$[2]" +} + +_LT_EOF + ;; + esac +]) diff --git a/autotools/m4/ltoptions.m4 b/autotools/m4/ltoptions.m4 new file mode 100644 index 00000000..34151a3b --- /dev/null +++ b/autotools/m4/ltoptions.m4 @@ -0,0 +1,368 @@ +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file 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. + +# serial 6 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option `$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + ]) +])# _LT_SET_OPTIONS + + +## --------------------------------- ## +## Macros to handle LT_INIT options. ## +## --------------------------------- ## + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [0], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the `shared' and +# `disable-shared' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_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=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the `static' and +# `disable-static' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_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=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the `fast-install' +# and `disable-fast-install' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_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=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# LT_INIT options. +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_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=m4_default([$1], [default]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + +## ----------------- ## +## LTDL_INIT Options ## +## ----------------- ## + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) diff --git a/autotools/m4/ltsugar.m4 b/autotools/m4/ltsugar.m4 new file mode 100644 index 00000000..9000a057 --- /dev/null +++ b/autotools/m4/ltsugar.m4 @@ -0,0 +1,123 @@ +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file 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. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59 which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) diff --git a/autotools/m4/ltversion.m4 b/autotools/m4/ltversion.m4 new file mode 100644 index 00000000..b8e154fe --- /dev/null +++ b/autotools/m4/ltversion.m4 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file 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. + +# Generated from ltversion.in. + +# serial 3012 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.2.6]) +m4_define([LT_PACKAGE_REVISION], [1.3012]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.2.6' +macro_revision='1.3012' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) diff --git a/autotools/m4/lt~obsolete.m4 b/autotools/m4/lt~obsolete.m4 new file mode 100644 index 00000000..637bb206 --- /dev/null +++ b/autotools/m4/lt~obsolete.m4 @@ -0,0 +1,92 @@ +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file 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. + +# serial 4 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) diff --git a/configure b/configure index 7e0ebb4b..aa9b1259 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for XQilla 2.2.3. +# Generated by GNU Autoconf 2.64 for XQilla 2.2.4. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -695,8 +695,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='XQilla' PACKAGE_TARNAME='xqilla' -PACKAGE_VERSION='2.2.3' -PACKAGE_STRING='XQilla 2.2.3' +PACKAGE_VERSION='2.2.4' +PACKAGE_STRING='XQilla 2.2.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -739,7 +739,9 @@ ac_includes_default="\ ac_header_list= ac_func_list= -ac_subst_vars='LTLIBOBJS +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS LIBOBJS ALLOCA LEXLIB @@ -801,6 +803,9 @@ BUILD_DOM_SAMPLES_TRUE xerces_lib xerces_include_dir xerces_include +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE am__untar am__tar AMTAR @@ -877,6 +882,7 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_maintainer_mode enable_debug enable_rpath with_xerces @@ -1446,7 +1452,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures XQilla 2.2.3 to adapt to many kinds of systems. +\`configure' configures XQilla 2.2.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1517,7 +1523,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of XQilla 2.2.3:";; + short | recursive ) echo "Configuration of XQilla 2.2.4:";; esac cat <<\_ACEOF @@ -1525,6 +1531,8 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer --enable-debug Build a debugging version. --disable-rpath Patches libtool to not use rpath in the libraries produced. @@ -1630,7 +1638,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -XQilla configure 2.2.3 +XQilla configure 2.2.4 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2170,7 +2178,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by XQilla $as_me 2.2.3, which was +It was created by XQilla $as_me 2.2.4, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -2653,7 +2661,7 @@ test -n "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}- -am__api_version='1.10' +am__api_version='1.11' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2753,16 +2761,29 @@ $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + # 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` + 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` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ @@ -2800,7 +2821,14 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " @@ -2810,6 +2838,115 @@ else $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# 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. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then @@ -2962,7 +3099,7 @@ fi # Define the identity of the package. PACKAGE=XQilla - VERSION=2.2.3 + VERSION=2.2.4 cat >>confdefs.h <<_ACEOF @@ -2990,108 +3127,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} - -# 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. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. @@ -3108,6 +3143,32 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_config_headers="$ac_config_headers src/config/xqilla_config_unix.h" + +# Turn off rebuilding of configure, Makefile.in etc. by default + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + # Check debug option { $as_echo "$as_me:${as_lineno-$LINENO}: checking if --enable-debug option specified" >&5 $as_echo_n "checking if --enable-debug option specified... " >&6; } @@ -3279,7 +3340,7 @@ ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. @@ -3290,24 +3351,24 @@ 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 +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac # 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 + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac fi @@ -3847,6 +3908,11 @@ else if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + 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 @@ -3864,7 +3930,17 @@ else done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # 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. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -3874,19 +3950,23 @@ else break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; 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} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj 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 @@ -4407,6 +4487,11 @@ else if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + 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 @@ -4424,7 +4509,17 @@ else done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # 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. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -4434,19 +4529,23 @@ else break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; 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} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj 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 @@ -5055,6 +5154,11 @@ else if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + 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 @@ -5072,7 +5176,17 @@ else done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # 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. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -5082,19 +5196,23 @@ else break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; 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} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj 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 @@ -5742,13 +5860,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:5745: $ac_compile\"" >&5) + (eval echo "\"\$as_me:5863: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:5748: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:5866: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:5751: output\"" >&5) + (eval echo "\"\$as_me:5869: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -6218,7 +6336,7 @@ linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) 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 @@ -6954,7 +7072,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 6957 "configure"' > conftest.$ac_ext + echo '#line 7075 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -8271,6 +8389,11 @@ else if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + 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 @@ -8288,7 +8411,17 @@ else done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # 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. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -8298,19 +8431,23 @@ else break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; 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} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj 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 @@ -8962,6 +9099,10 @@ _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= @@ -8987,11 +9128,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8990: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9131: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8994: \$? = $ac_status" >&5 + echo "$as_me:9135: \$? = $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 other than the usual output. @@ -9326,11 +9467,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9329: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9470: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9333: \$? = $ac_status" >&5 + echo "$as_me:9474: \$? = $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 other than the usual output. @@ -9431,11 +9572,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9434: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9575: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9438: \$? = $ac_status" >&5 + echo "$as_me:9579: \$? = $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 @@ -9486,11 +9627,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9489: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9630: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9493: \$? = $ac_status" >&5 + echo "$as_me:9634: \$? = $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 @@ -9605,6 +9746,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie openbsd*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu) + link_all_deplibs=no + ;; esac ld_shlibs=yes @@ -9787,7 +9931,7 @@ _LT_EOF fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -9962,6 +10106,7 @@ _LT_EOF if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi + link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then @@ -10288,7 +10433,7 @@ rm -f core conftest.err conftest.$ac_objext \ link_all_deplibs=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -11233,6 +11378,18 @@ rm -f core conftest.err conftest.$ac_objext \ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-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='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -11853,7 +12010,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11856 "configure" +#line 12013 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11949,7 +12106,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11952 "configure" +#line 12109 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13781,7 +13938,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -13905,11 +14062,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13908: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14065: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13912: \$? = $ac_status" >&5 + echo "$as_me:14069: \$? = $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 other than the usual output. @@ -14004,11 +14161,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14007: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14164: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14011: \$? = $ac_status" >&5 + echo "$as_me:14168: \$? = $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 @@ -14056,11 +14213,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14059: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14216: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14063: \$? = $ac_status" >&5 + echo "$as_me:14220: \$? = $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 @@ -14132,6 +14289,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie cygwin* | mingw* | cegcc*) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' ;; + linux* | k*bsd*-gnu) + link_all_deplibs_CXX=no + ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -14686,6 +14846,18 @@ rm -f core conftest.err conftest.$ac_objext \ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-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='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -15188,98 +15360,6 @@ $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. -set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_RANLIB+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -RANLIB=$ac_cv_prog_RANLIB -if test -n "$RANLIB"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 -$as_echo "$RANLIB" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. -set dummy ranlib; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB -if test -n "$ac_ct_RANLIB"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 -$as_echo "$ac_ct_RANLIB" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_RANLIB" = x; then - RANLIB=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - RANLIB=$ac_ct_RANLIB - fi -else - RANLIB="$ac_cv_prog_RANLIB" -fi - for ac_prog in 'bison -y' byacc do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -16716,6 +16796,18 @@ LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${BUILD_DOM_SAMPLES_TRUE}" && test -z "${BUILD_DOM_SAMPLES_FALSE}"; then as_fn_error "conditional \"BUILD_DOM_SAMPLES\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -17148,7 +17240,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by XQilla $as_me 2.2.3, which was +This file was extended by XQilla $as_me 2.2.4, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17212,7 +17304,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -XQilla config.status 2.2.3 +XQilla config.status 2.2.4 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -18273,27 +18365,28 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files -# are listed without --file. Let's play safe and only enable the eval -# if we detect the quoting. -case $CONFIG_FILES in -*\'*) eval set x "$CONFIG_FILES" ;; -*) set x $CONFIG_FILES ;; -esac -shift -for mf -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. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + 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. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ @@ -18316,28 +18409,28 @@ $as_echo X"$mf" | q } s/.*/./; q'` - 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" || + 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_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ @@ -18360,11 +18453,12 @@ $as_echo X"$file" | q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done done -done +} ;; "libtool":C) diff --git a/configure.in b/configure.in index f3569e76..0d5060c0 100644 --- a/configure.in +++ b/configure.in @@ -2,12 +2,16 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([XQilla],[2.2.3],[]) +AC_INIT([XQilla],[2.2.4],[]) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(XQilla, 2.2.3,) +AM_INIT_AUTOMAKE(XQilla, 2.2.4,) AC_CONFIG_SRCDIR([src/runtime/Result.cpp]) AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h]) +AC_CONFIG_MACRO_DIR([autotools/m4]) + +# Turn off rebuilding of configure, Makefile.in etc. by default +AM_MAINTAINER_MODE # Check debug option AC_MSG_CHECKING(if --enable-debug option specified) @@ -258,7 +262,6 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB AC_PROG_YACC AM_PROG_LEX diff --git a/docs/dom3-api/DOMAttr_8hpp.html b/docs/dom3-api/DOMAttr_8hpp.html index 594614d2..3656dfda 100644 --- a/docs/dom3-api/DOMAttr_8hpp.html +++ b/docs/dom3-api/DOMAttr_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMAttr_8hpp_source.html b/docs/dom3-api/DOMAttr_8hpp_source.html index 654f68dc..b16e7c31 100644 --- a/docs/dom3-api/DOMAttr_8hpp_source.html +++ b/docs/dom3-api/DOMAttr_8hpp_source.html @@ -107,7 +107,7 @@ 00175 00176 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMCDATASection_8hpp.html b/docs/dom3-api/DOMCDATASection_8hpp.html index c534f81d..9765417c 100644 --- a/docs/dom3-api/DOMCDATASection_8hpp.html +++ b/docs/dom3-api/DOMCDATASection_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMCDATASection_8hpp_source.html b/docs/dom3-api/DOMCDATASection_8hpp_source.html index 96038ad4..ebb99d2d 100644 --- a/docs/dom3-api/DOMCDATASection_8hpp_source.html +++ b/docs/dom3-api/DOMCDATASection_8hpp_source.html @@ -80,7 +80,7 @@ 00103 00104 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMCharacterData_8hpp.html b/docs/dom3-api/DOMCharacterData_8hpp.html index 42a24586..fb7e4b1f 100644 --- a/docs/dom3-api/DOMCharacterData_8hpp.html +++ b/docs/dom3-api/DOMCharacterData_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMCharacterData_8hpp_source.html b/docs/dom3-api/DOMCharacterData_8hpp_source.html index 2c37e821..63572ff9 100644 --- a/docs/dom3-api/DOMCharacterData_8hpp_source.html +++ b/docs/dom3-api/DOMCharacterData_8hpp_source.html @@ -109,7 +109,7 @@ 00214 00215 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMComment_8hpp.html b/docs/dom3-api/DOMComment_8hpp.html index aa91ae36..246f2cd2 100644 --- a/docs/dom3-api/DOMComment_8hpp.html +++ b/docs/dom3-api/DOMComment_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMComment_8hpp_source.html b/docs/dom3-api/DOMComment_8hpp_source.html index 417bf20e..7d6ff137 100644 --- a/docs/dom3-api/DOMComment_8hpp_source.html +++ b/docs/dom3-api/DOMComment_8hpp_source.html @@ -78,7 +78,7 @@ 00075 #endif 00076 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMConfiguration_8hpp.html b/docs/dom3-api/DOMConfiguration_8hpp.html index 44566cb8..f51cc637 100644 --- a/docs/dom3-api/DOMConfiguration_8hpp.html +++ b/docs/dom3-api/DOMConfiguration_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMConfiguration_8hpp_source.html b/docs/dom3-api/DOMConfiguration_8hpp_source.html index ebb73964..49c65261 100644 --- a/docs/dom3-api/DOMConfiguration_8hpp_source.html +++ b/docs/dom3-api/DOMConfiguration_8hpp_source.html @@ -102,7 +102,7 @@ 00450 #endif 00451 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentFragment_8hpp.html b/docs/dom3-api/DOMDocumentFragment_8hpp.html index b3f57404..825d3603 100644 --- a/docs/dom3-api/DOMDocumentFragment_8hpp.html +++ b/docs/dom3-api/DOMDocumentFragment_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentFragment_8hpp_source.html b/docs/dom3-api/DOMDocumentFragment_8hpp_source.html index 44ec37cf..cf40649a 100644 --- a/docs/dom3-api/DOMDocumentFragment_8hpp_source.html +++ b/docs/dom3-api/DOMDocumentFragment_8hpp_source.html @@ -78,7 +78,7 @@ 00107 00108 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentRange_8hpp.html b/docs/dom3-api/DOMDocumentRange_8hpp.html index e0ab9b66..192b79f7 100644 --- a/docs/dom3-api/DOMDocumentRange_8hpp.html +++ b/docs/dom3-api/DOMDocumentRange_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentRange_8hpp_source.html b/docs/dom3-api/DOMDocumentRange_8hpp_source.html index 4d52a400..ed444eba 100644 --- a/docs/dom3-api/DOMDocumentRange_8hpp_source.html +++ b/docs/dom3-api/DOMDocumentRange_8hpp_source.html @@ -87,7 +87,7 @@ 00094 00095 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentTraversal_8hpp.html b/docs/dom3-api/DOMDocumentTraversal_8hpp.html index 46609a07..6ec816f9 100644 --- a/docs/dom3-api/DOMDocumentTraversal_8hpp.html +++ b/docs/dom3-api/DOMDocumentTraversal_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentTraversal_8hpp_source.html b/docs/dom3-api/DOMDocumentTraversal_8hpp_source.html index 630b913b..40e28b1f 100644 --- a/docs/dom3-api/DOMDocumentTraversal_8hpp_source.html +++ b/docs/dom3-api/DOMDocumentTraversal_8hpp_source.html @@ -97,7 +97,7 @@ 00154 00155 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentType_8hpp.html b/docs/dom3-api/DOMDocumentType_8hpp.html index a7f7a883..042266f2 100644 --- a/docs/dom3-api/DOMDocumentType_8hpp.html +++ b/docs/dom3-api/DOMDocumentType_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocumentType_8hpp_source.html b/docs/dom3-api/DOMDocumentType_8hpp_source.html index 20899787..3cb24e2a 100644 --- a/docs/dom3-api/DOMDocumentType_8hpp_source.html +++ b/docs/dom3-api/DOMDocumentType_8hpp_source.html @@ -98,7 +98,7 @@ 00159 00160 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocument_8hpp.html b/docs/dom3-api/DOMDocument_8hpp.html index 9ad3e3bf..e2dea9c7 100644 --- a/docs/dom3-api/DOMDocument_8hpp.html +++ b/docs/dom3-api/DOMDocument_8hpp.html @@ -73,7 +73,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:21 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMDocument_8hpp_source.html b/docs/dom3-api/DOMDocument_8hpp_source.html index 2c927b22..ce724625 100644 --- a/docs/dom3-api/DOMDocument_8hpp_source.html +++ b/docs/dom3-api/DOMDocument_8hpp_source.html @@ -203,7 +203,7 @@ 00818 00819 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMElement_8hpp.html b/docs/dom3-api/DOMElement_8hpp.html index df6c5b85..eb5edc57 100644 --- a/docs/dom3-api/DOMElement_8hpp.html +++ b/docs/dom3-api/DOMElement_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMElement_8hpp_source.html b/docs/dom3-api/DOMElement_8hpp_source.html index 9b47a637..e12fc0f5 100644 --- a/docs/dom3-api/DOMElement_8hpp_source.html +++ b/docs/dom3-api/DOMElement_8hpp_source.html @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: DOMElement.hpp 527149 2007-04-10 14:56:39Z amassari $ +00019 * $Id: DOMElement.hpp 792236 2009-07-08 17:22:35Z amassari $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP) @@ -57,98 +57,113 @@ 00033 class DOMTypeInfo; 00034 00035 -00063 class CDOM_EXPORT DOMElement: public DOMNode { -00064 protected: -00065 // ----------------------------------------------------------------------- -00066 // Hidden constructors -00067 // ----------------------------------------------------------------------- -00070 DOMElement() {} -00071 DOMElement(const DOMElement &other) : DOMNode(other) {} -00073 -00074 private: -00075 // ----------------------------------------------------------------------- -00076 // Unimplemented constructors and operators -00077 // ----------------------------------------------------------------------- -00080 DOMElement & operator = (const DOMElement &); -00082 -00083 public: -00084 // ----------------------------------------------------------------------- -00085 // All constructors are hidden, just the destructor is available -00086 // ----------------------------------------------------------------------- -00093 virtual ~DOMElement() {}; -00095 -00096 // ----------------------------------------------------------------------- -00097 // Virtual DOMElement interface -00098 // ----------------------------------------------------------------------- -00101 // ----------------------------------------------------------------------- -00102 // Getter methods -00103 // ----------------------------------------------------------------------- -00113 virtual const XMLCh * getTagName() const = 0; -00114 -00123 virtual const XMLCh * getAttribute(const XMLCh *name) const = 0; -00124 -00133 virtual DOMAttr * getAttributeNode(const XMLCh *name) const = 0; -00134 -00145 virtual DOMNodeList * getElementsByTagName(const XMLCh *name) const = 0; -00146 -00147 // ----------------------------------------------------------------------- -00148 // Setter methods -00149 // ----------------------------------------------------------------------- -00172 virtual void setAttribute(const XMLCh *name, -00173 const XMLCh *value) = 0; -00194 virtual DOMAttr * setAttributeNode(DOMAttr *newAttr) = 0; -00195 -00212 virtual DOMAttr * removeAttributeNode(DOMAttr *oldAttr) = 0; -00213 -00227 virtual void removeAttribute(const XMLCh *name) = 0; -00229 -00243 virtual const XMLCh * getAttributeNS(const XMLCh *namespaceURI, -00244 const XMLCh *localName) const = 0; -00245 -00285 virtual void setAttributeNS(const XMLCh *namespaceURI, -00286 const XMLCh *qualifiedName, const XMLCh *value) = 0; -00287 -00302 virtual void removeAttributeNS(const XMLCh *namespaceURI, -00303 const XMLCh *localName) = 0; -00304 -00316 virtual DOMAttr * getAttributeNodeNS(const XMLCh *namespaceURI, -00317 const XMLCh *localName) const = 0; -00318 -00340 virtual DOMAttr * setAttributeNodeNS(DOMAttr *newAttr) = 0; -00341 -00357 virtual DOMNodeList * getElementsByTagNameNS(const XMLCh *namespaceURI, -00358 const XMLCh *localName) const = 0; -00359 -00370 virtual bool hasAttribute(const XMLCh *name) const = 0; -00371 -00384 virtual bool hasAttributeNS(const XMLCh *namespaceURI, -00385 const XMLCh *localName) const = 0; -00387 +00066 class CDOM_EXPORT DOMElement: public DOMNode { +00067 protected: +00068 // ----------------------------------------------------------------------- +00069 // Hidden constructors +00070 // ----------------------------------------------------------------------- +00073 DOMElement() {} +00074 DOMElement(const DOMElement &other) : DOMNode(other) {} +00076 +00077 private: +00078 // ----------------------------------------------------------------------- +00079 // Unimplemented constructors and operators +00080 // ----------------------------------------------------------------------- +00083 DOMElement & operator = (const DOMElement &); +00085 +00086 public: +00087 // ----------------------------------------------------------------------- +00088 // All constructors are hidden, just the destructor is available +00089 // ----------------------------------------------------------------------- +00096 virtual ~DOMElement() {}; +00098 +00099 // ----------------------------------------------------------------------- +00100 // Virtual DOMElement interface +00101 // ----------------------------------------------------------------------- +00104 // ----------------------------------------------------------------------- +00105 // Getter methods +00106 // ----------------------------------------------------------------------- +00116 virtual const XMLCh * getTagName() const = 0; +00117 +00126 virtual const XMLCh * getAttribute(const XMLCh *name) const = 0; +00127 +00136 virtual DOMAttr * getAttributeNode(const XMLCh *name) const = 0; +00137 +00148 virtual DOMNodeList * getElementsByTagName(const XMLCh *name) const = 0; +00149 +00150 // ----------------------------------------------------------------------- +00151 // Setter methods +00152 // ----------------------------------------------------------------------- +00175 virtual void setAttribute(const XMLCh *name, +00176 const XMLCh *value) = 0; +00197 virtual DOMAttr * setAttributeNode(DOMAttr *newAttr) = 0; +00198 +00215 virtual DOMAttr * removeAttributeNode(DOMAttr *oldAttr) = 0; +00216 +00230 virtual void removeAttribute(const XMLCh *name) = 0; +00232 +00246 virtual const XMLCh * getAttributeNS(const XMLCh *namespaceURI, +00247 const XMLCh *localName) const = 0; +00248 +00288 virtual void setAttributeNS(const XMLCh *namespaceURI, +00289 const XMLCh *qualifiedName, const XMLCh *value) = 0; +00290 +00305 virtual void removeAttributeNS(const XMLCh *namespaceURI, +00306 const XMLCh *localName) = 0; +00307 +00319 virtual DOMAttr * getAttributeNodeNS(const XMLCh *namespaceURI, +00320 const XMLCh *localName) const = 0; +00321 +00343 virtual DOMAttr * setAttributeNodeNS(DOMAttr *newAttr) = 0; +00344 +00360 virtual DOMNodeList * getElementsByTagNameNS(const XMLCh *namespaceURI, +00361 const XMLCh *localName) const = 0; +00362 +00373 virtual bool hasAttribute(const XMLCh *name) const = 0; +00374 +00387 virtual bool hasAttributeNS(const XMLCh *namespaceURI, +00388 const XMLCh *localName) const = 0; 00390 -00411 virtual void setIdAttribute(const XMLCh* name, bool isId) = 0; -00412 -00413 -00432 virtual void setIdAttributeNS(const XMLCh* namespaceURI, const XMLCh* localName, bool isId) = 0; -00433 -00434 -00435 -00453 virtual void setIdAttributeNode(const DOMAttr *idAttr, bool isId) = 0; -00454 -00455 -00456 -00463 virtual const DOMTypeInfo* getSchemaTypeInfo() const = 0; -00464 -00466 -00467 }; -00468 -00469 XERCES_CPP_NAMESPACE_END -00470 -00471 #endif -00472 -00473 -00474 +00393 +00414 virtual void setIdAttribute(const XMLCh* name, bool isId) = 0; +00415 +00416 +00435 virtual void setIdAttributeNS(const XMLCh* namespaceURI, const XMLCh* localName, bool isId) = 0; +00436 +00437 +00438 +00456 virtual void setIdAttributeNode(const DOMAttr *idAttr, bool isId) = 0; +00457 +00458 +00459 +00466 virtual const DOMTypeInfo* getSchemaTypeInfo() const = 0; +00467 +00469 +00470 // ----------------------------------------------------------------------- +00471 // DOMElementTraversal interface +00472 // ----------------------------------------------------------------------- +00475 // ----------------------------------------------------------------------- +00476 // Getter methods +00477 // ----------------------------------------------------------------------- +00484 virtual DOMElement * getFirstElementChild() const = 0; +00485 +00492 virtual DOMElement * getLastElementChild() const = 0; +00493 +00500 virtual DOMElement * getPreviousElementSibling() const = 0; +00501 +00508 virtual DOMElement * getNextElementSibling() const = 0; +00509 +00519 virtual XMLSize_t getChildElementCount() const = 0; +00521 }; +00522 +00523 XERCES_CPP_NAMESPACE_END +00524 +00525 #endif +00526 +00527 +00528 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMEntityReference_8hpp.html b/docs/dom3-api/DOMEntityReference_8hpp.html index 1f9ce254..ff7628c5 100644 --- a/docs/dom3-api/DOMEntityReference_8hpp.html +++ b/docs/dom3-api/DOMEntityReference_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:08 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMEntityReference_8hpp_source.html b/docs/dom3-api/DOMEntityReference_8hpp_source.html index 29f0cb2c..76f1a43c 100644 --- a/docs/dom3-api/DOMEntityReference_8hpp_source.html +++ b/docs/dom3-api/DOMEntityReference_8hpp_source.html @@ -80,7 +80,7 @@ 00095 00096 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMEntity_8hpp.html b/docs/dom3-api/DOMEntity_8hpp.html index 9c35f7fd..8992c7cf 100644 --- a/docs/dom3-api/DOMEntity_8hpp.html +++ b/docs/dom3-api/DOMEntity_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:08 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMEntity_8hpp_source.html b/docs/dom3-api/DOMEntity_8hpp_source.html index 253557e6..95aa5d1a 100644 --- a/docs/dom3-api/DOMEntity_8hpp_source.html +++ b/docs/dom3-api/DOMEntity_8hpp_source.html @@ -96,7 +96,7 @@ 00169 #endif 00170 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMErrorHandler_8hpp.html b/docs/dom3-api/DOMErrorHandler_8hpp.html index 8a156630..bb170e4f 100644 --- a/docs/dom3-api/DOMErrorHandler_8hpp.html +++ b/docs/dom3-api/DOMErrorHandler_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:08 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMErrorHandler_8hpp_source.html b/docs/dom3-api/DOMErrorHandler_8hpp_source.html index cad6975c..5b94a3ff 100644 --- a/docs/dom3-api/DOMErrorHandler_8hpp_source.html +++ b/docs/dom3-api/DOMErrorHandler_8hpp_source.html @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: DOMErrorHandler.hpp 527149 2007-04-10 14:56:39Z amassari $ +00019 * $Id: DOMErrorHandler.hpp 830538 2009-10-28 13:41:11Z amassari $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_DOMERRORHANDLER_HPP) @@ -85,7 +85,7 @@ 00106 00107 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMError_8hpp.html b/docs/dom3-api/DOMError_8hpp.html index d840822c..ebe47feb 100644 --- a/docs/dom3-api/DOMError_8hpp.html +++ b/docs/dom3-api/DOMError_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:08 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMError_8hpp_source.html b/docs/dom3-api/DOMError_8hpp_source.html index 2f23cabe..09ef153a 100644 --- a/docs/dom3-api/DOMError_8hpp_source.html +++ b/docs/dom3-api/DOMError_8hpp_source.html @@ -109,7 +109,7 @@ 00172 00173 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMException_8cpp.html b/docs/dom3-api/DOMException_8cpp.html index b2bb5909..ad551304 100644 --- a/docs/dom3-api/DOMException_8cpp.html +++ b/docs/dom3-api/DOMException_8cpp.html @@ -47,7 +47,7 @@ Include dependency graph for DOMException.cpp:

-
Generated on Fri Nov 13 15:00:08 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMException_8hpp.html b/docs/dom3-api/DOMException_8hpp.html index c3cead65..e7b89cf1 100644 --- a/docs/dom3-api/DOMException_8hpp.html +++ b/docs/dom3-api/DOMException_8hpp.html @@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:22 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMException_8hpp_source.html b/docs/dom3-api/DOMException_8hpp_source.html index a5e5bd2f..a18993af 100644 --- a/docs/dom3-api/DOMException_8hpp_source.html +++ b/docs/dom3-api/DOMException_8hpp_source.html @@ -134,7 +134,7 @@ 00256 00257 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationLS_8hpp.html b/docs/dom3-api/DOMImplementationLS_8hpp.html index 7155571d..d439398d 100644 --- a/docs/dom3-api/DOMImplementationLS_8hpp.html +++ b/docs/dom3-api/DOMImplementationLS_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationLS_8hpp_source.html b/docs/dom3-api/DOMImplementationLS_8hpp_source.html index c5d8ac40..04f88986 100644 --- a/docs/dom3-api/DOMImplementationLS_8hpp_source.html +++ b/docs/dom3-api/DOMImplementationLS_8hpp_source.html @@ -112,7 +112,7 @@ 00182 00183 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationList_8hpp.html b/docs/dom3-api/DOMImplementationList_8hpp.html index b7691c17..fb956d3b 100644 --- a/docs/dom3-api/DOMImplementationList_8hpp.html +++ b/docs/dom3-api/DOMImplementationList_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationList_8hpp_source.html b/docs/dom3-api/DOMImplementationList_8hpp_source.html index 5f381e64..c942f2fe 100644 --- a/docs/dom3-api/DOMImplementationList_8hpp_source.html +++ b/docs/dom3-api/DOMImplementationList_8hpp_source.html @@ -95,7 +95,7 @@ 00123 00124 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationRegistry_8hpp.html b/docs/dom3-api/DOMImplementationRegistry_8hpp.html index cd60d9d3..b15c63f2 100644 --- a/docs/dom3-api/DOMImplementationRegistry_8hpp.html +++ b/docs/dom3-api/DOMImplementationRegistry_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationRegistry_8hpp_source.html b/docs/dom3-api/DOMImplementationRegistry_8hpp_source.html index 0d67d4bc..b59bce31 100644 --- a/docs/dom3-api/DOMImplementationRegistry_8hpp_source.html +++ b/docs/dom3-api/DOMImplementationRegistry_8hpp_source.html @@ -75,7 +75,7 @@ 00100 00101 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationSource_8hpp.html b/docs/dom3-api/DOMImplementationSource_8hpp.html index e28a5be9..029efad6 100644 --- a/docs/dom3-api/DOMImplementationSource_8hpp.html +++ b/docs/dom3-api/DOMImplementationSource_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementationSource_8hpp_source.html b/docs/dom3-api/DOMImplementationSource_8hpp_source.html index e6493c9f..66e4b29d 100644 --- a/docs/dom3-api/DOMImplementationSource_8hpp_source.html +++ b/docs/dom3-api/DOMImplementationSource_8hpp_source.html @@ -89,7 +89,7 @@ 00111 00112 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementation_8hpp.html b/docs/dom3-api/DOMImplementation_8hpp.html index f43ea402..70cbaadf 100644 --- a/docs/dom3-api/DOMImplementation_8hpp.html +++ b/docs/dom3-api/DOMImplementation_8hpp.html @@ -73,7 +73,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMImplementation_8hpp_source.html b/docs/dom3-api/DOMImplementation_8hpp_source.html index bbdb27fe..ff5e2395 100644 --- a/docs/dom3-api/DOMImplementation_8hpp_source.html +++ b/docs/dom3-api/DOMImplementation_8hpp_source.html @@ -124,7 +124,7 @@ 00248 00249 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSException_8cpp.html b/docs/dom3-api/DOMLSException_8cpp.html index 779e2edf..f3cd80cf 100644 --- a/docs/dom3-api/DOMLSException_8cpp.html +++ b/docs/dom3-api/DOMLSException_8cpp.html @@ -42,7 +42,7 @@ Include dependency graph for DOMLSException.cpp:

-
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSException_8hpp.html b/docs/dom3-api/DOMLSException_8hpp.html index 7ab18bfb..4db8f1c7 100644 --- a/docs/dom3-api/DOMLSException_8hpp.html +++ b/docs/dom3-api/DOMLSException_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSException_8hpp_source.html b/docs/dom3-api/DOMLSException_8hpp_source.html index 4c05f631..2264842b 100644 --- a/docs/dom3-api/DOMLSException_8hpp_source.html +++ b/docs/dom3-api/DOMLSException_8hpp_source.html @@ -91,7 +91,7 @@ 00122 00123 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSInput_8hpp.html b/docs/dom3-api/DOMLSInput_8hpp.html index f05748a1..537563e5 100644 --- a/docs/dom3-api/DOMLSInput_8hpp.html +++ b/docs/dom3-api/DOMLSInput_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSInput_8hpp_source.html b/docs/dom3-api/DOMLSInput_8hpp_source.html index 67f07e05..81aae99d 100644 --- a/docs/dom3-api/DOMLSInput_8hpp_source.html +++ b/docs/dom3-api/DOMLSInput_8hpp_source.html @@ -130,7 +130,7 @@ 00273 00274 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSOutput_8hpp.html b/docs/dom3-api/DOMLSOutput_8hpp.html index 90cd44b1..a73fc34a 100644 --- a/docs/dom3-api/DOMLSOutput_8hpp.html +++ b/docs/dom3-api/DOMLSOutput_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSOutput_8hpp_source.html b/docs/dom3-api/DOMLSOutput_8hpp_source.html index b12fa395..dccd41c9 100644 --- a/docs/dom3-api/DOMLSOutput_8hpp_source.html +++ b/docs/dom3-api/DOMLSOutput_8hpp_source.html @@ -107,7 +107,7 @@ 00168 00169 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSParserFilter_8hpp.html b/docs/dom3-api/DOMLSParserFilter_8hpp.html index 488388a1..789a8bbc 100644 --- a/docs/dom3-api/DOMLSParserFilter_8hpp.html +++ b/docs/dom3-api/DOMLSParserFilter_8hpp.html @@ -37,7 +37,7 @@ This graph shows which files directly or indirectly include this file:
- +

Go to the source code of this file.

@@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.map b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.map index 6dc13d11..b407d07b 100644 --- a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.map +++ b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.map @@ -1,3 +1,4 @@ - + + diff --git a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.md5 b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.md5 index 865d086b..07a1fa81 100644 --- a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.md5 +++ b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.md5 @@ -1 +1 @@ -83c031057c5ccf790bbbb7f081388711 \ No newline at end of file +8598776724c23c724810fdf4ae669be8 \ No newline at end of file diff --git a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.png b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.png index 22f2d636..35b6b2a5 100644 Binary files a/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.png and b/docs/dom3-api/DOMLSParserFilter_8hpp__dep__incl.png differ diff --git a/docs/dom3-api/DOMLSParserFilter_8hpp_source.html b/docs/dom3-api/DOMLSParserFilter_8hpp_source.html index 7fb6c485..bae61a8f 100644 --- a/docs/dom3-api/DOMLSParserFilter_8hpp_source.html +++ b/docs/dom3-api/DOMLSParserFilter_8hpp_source.html @@ -97,7 +97,7 @@ 00163 00164 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSParser_8hpp.html b/docs/dom3-api/DOMLSParser_8hpp.html index 243cba96..5bbb1151 100644 --- a/docs/dom3-api/DOMLSParser_8hpp.html +++ b/docs/dom3-api/DOMLSParser_8hpp.html @@ -25,6 +25,7 @@

DOMLSParser.hpp File Reference

#include <xercesc/dom/DOMConfiguration.hpp>
+#include <xercesc/dom/DOMLSParserFilter.hpp>
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/validators/common/Grammar.hpp>
@@ -32,7 +33,7 @@ Include dependency graph for DOMLSParser.hpp:
- +
This graph shows which files directly or indirectly include this file:
@@ -71,7 +72,7 @@ This graph shows which files directly or indirectly include this file:
-
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:24 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSParser_8hpp__incl.map b/docs/dom3-api/DOMLSParser_8hpp__incl.map index 5309f324..3b4a0e25 100644 --- a/docs/dom3-api/DOMLSParser_8hpp__incl.map +++ b/docs/dom3-api/DOMLSParser_8hpp__incl.map @@ -1,4 +1,7 @@ - - + + + + + diff --git a/docs/dom3-api/DOMLSParser_8hpp__incl.md5 b/docs/dom3-api/DOMLSParser_8hpp__incl.md5 index fda7eed8..c5d00c3b 100644 --- a/docs/dom3-api/DOMLSParser_8hpp__incl.md5 +++ b/docs/dom3-api/DOMLSParser_8hpp__incl.md5 @@ -1 +1 @@ -afcb87eaa479a2ecfd256248e7b69f1f \ No newline at end of file +2ba2191c15266d6b4436a82895095ed2 \ No newline at end of file diff --git a/docs/dom3-api/DOMLSParser_8hpp__incl.png b/docs/dom3-api/DOMLSParser_8hpp__incl.png index d82dfa0f..1a9e2409 100644 Binary files a/docs/dom3-api/DOMLSParser_8hpp__incl.png and b/docs/dom3-api/DOMLSParser_8hpp__incl.png differ diff --git a/docs/dom3-api/DOMLSParser_8hpp_source.html b/docs/dom3-api/DOMLSParser_8hpp_source.html index 534d25c3..65d505c6 100644 --- a/docs/dom3-api/DOMLSParser_8hpp_source.html +++ b/docs/dom3-api/DOMLSParser_8hpp_source.html @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: DOMLSParser.hpp 671894 2008-06-26 13:29:21Z borisk $ +00019 * $Id: DOMLSParser.hpp 832686 2009-11-04 08:55:59Z borisk $ 00020 * 00021 */ 00022 @@ -48,15 +48,15 @@ 00024 #define XERCESC_INCLUDE_GUARD_DOMLSPARSER_HPP 00025 00026 #include <xercesc/dom/DOMConfiguration.hpp> -00027 #include <xercesc/util/XercesDefs.hpp> -00028 #include <xercesc/validators/common/Grammar.hpp> -00029 -00030 XERCES_CPP_NAMESPACE_BEGIN -00031 +00027 #include <xercesc/dom/DOMLSParserFilter.hpp> +00028 #include <xercesc/util/XercesDefs.hpp> +00029 #include <xercesc/validators/common/Grammar.hpp> +00030 +00031 XERCES_CPP_NAMESPACE_BEGIN 00032 -00033 class DOMErrorHandler; -00034 class DOMLSInput; -00035 class DOMLSParserFilter; +00033 +00034 class DOMErrorHandler; +00035 class DOMLSInput; 00036 class DOMNode; 00037 class DOMDocument; 00038 @@ -117,59 +117,54 @@ 00433 // ----------------------------------------------------------------------- 00434 // Parsing methods 00435 // ----------------------------------------------------------------------- -00462 virtual DOMDocument* parse(const DOMLSInput* source) = 0; -00463 -00490 virtual DOMDocument* parseURI(const XMLCh* const uri) = 0; -00491 -00518 virtual DOMDocument* parseURI(const char* const uri) = 0; -00519 -00587 virtual void parseWithContext -00588 ( -00589 const DOMLSInput* source -00590 , DOMNode* contextNode -00591 , const ActionType action -00592 ) = 0; -00593 -00602 virtual void abort() = 0; -00604 +00463 virtual DOMDocument* parse(const DOMLSInput* source) = 0; +00464 +00492 virtual DOMDocument* parseURI(const XMLCh* const uri) = 0; +00493 +00521 virtual DOMDocument* parseURI(const char* const uri) = 0; +00522 +00590 virtual DOMNode* parseWithContext(const DOMLSInput* source, DOMNode* contextNode, const ActionType action) = 0; +00591 +00600 virtual void abort() = 0; +00602 +00603 // ----------------------------------------------------------------------- +00604 // Non-standard Extension 00605 // ----------------------------------------------------------------------- -00606 // Non-standard Extension -00607 // ----------------------------------------------------------------------- -00616 virtual void release() = 0; -00617 -00641 virtual void resetDocumentPool() = 0; -00642 -00668 virtual Grammar* loadGrammar(const DOMLSInput* source, -00669 const Grammar::GrammarType grammarType, -00670 const bool toCache = false) = 0; -00671 -00695 virtual Grammar* loadGrammar(const XMLCh* const systemId, -00696 const Grammar::GrammarType grammarType, -00697 const bool toCache = false) = 0; -00698 -00722 virtual Grammar* loadGrammar(const char* const systemId, -00723 const Grammar::GrammarType grammarType, -00724 const bool toCache = false) = 0; -00725 -00732 virtual Grammar* getGrammar(const XMLCh* const nameSpaceKey) const = 0; -00733 -00739 virtual Grammar* getRootGrammar() const = 0; -00740 -00747 virtual const XMLCh* getURIText(unsigned int uriId) const = 0; -00748 -00752 virtual void resetCachedGrammarPool() = 0; -00753 -00759 virtual XMLFilePos getSrcOffset() const = 0; +00614 virtual void release() = 0; +00615 +00639 virtual void resetDocumentPool() = 0; +00640 +00666 virtual Grammar* loadGrammar(const DOMLSInput* source, +00667 const Grammar::GrammarType grammarType, +00668 const bool toCache = false) = 0; +00669 +00693 virtual Grammar* loadGrammar(const XMLCh* const systemId, +00694 const Grammar::GrammarType grammarType, +00695 const bool toCache = false) = 0; +00696 +00720 virtual Grammar* loadGrammar(const char* const systemId, +00721 const Grammar::GrammarType grammarType, +00722 const bool toCache = false) = 0; +00723 +00730 virtual Grammar* getGrammar(const XMLCh* const nameSpaceKey) const = 0; +00731 +00737 virtual Grammar* getRootGrammar() const = 0; +00738 +00745 virtual const XMLCh* getURIText(unsigned int uriId) const = 0; +00746 +00750 virtual void resetCachedGrammarPool() = 0; +00751 +00757 virtual XMLFilePos getSrcOffset() const = 0; +00758 00760 +00761 }; 00762 -00763 }; -00764 +00763 +00764 XERCES_CPP_NAMESPACE_END 00765 -00766 XERCES_CPP_NAMESPACE_END -00767 -00768 #endif +00766 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSResourceResolver_8hpp.html b/docs/dom3-api/DOMLSResourceResolver_8hpp.html index 04b92f11..6ed4bb8b 100644 --- a/docs/dom3-api/DOMLSResourceResolver_8hpp.html +++ b/docs/dom3-api/DOMLSResourceResolver_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:10 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:25 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSResourceResolver_8hpp_source.html b/docs/dom3-api/DOMLSResourceResolver_8hpp_source.html index 42474a4a..a07e9560 100644 --- a/docs/dom3-api/DOMLSResourceResolver_8hpp_source.html +++ b/docs/dom3-api/DOMLSResourceResolver_8hpp_source.html @@ -90,7 +90,7 @@ 00142 00143 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSSerializerFilter_8hpp.html b/docs/dom3-api/DOMLSSerializerFilter_8hpp.html index dca0cbea..c8ab98cb 100644 --- a/docs/dom3-api/DOMLSSerializerFilter_8hpp.html +++ b/docs/dom3-api/DOMLSSerializerFilter_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:25 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSSerializerFilter_8hpp_source.html b/docs/dom3-api/DOMLSSerializerFilter_8hpp_source.html index cf84f7f4..fd94352f 100644 --- a/docs/dom3-api/DOMLSSerializerFilter_8hpp_source.html +++ b/docs/dom3-api/DOMLSSerializerFilter_8hpp_source.html @@ -84,7 +84,7 @@ 00106 00107 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSSerializer_8hpp.html b/docs/dom3-api/DOMLSSerializer_8hpp.html index 07ab95de..6fbc8581 100644 --- a/docs/dom3-api/DOMLSSerializer_8hpp.html +++ b/docs/dom3-api/DOMLSSerializer_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:25 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLSSerializer_8hpp_source.html b/docs/dom3-api/DOMLSSerializer_8hpp_source.html index 8ff96989..5d268b47 100644 --- a/docs/dom3-api/DOMLSSerializer_8hpp_source.html +++ b/docs/dom3-api/DOMLSSerializer_8hpp_source.html @@ -29,9 +29,9 @@ 00005 * The ASF licenses this file to You under the Apache License, Version 2.0 00006 * (the "License"); you may not use this file except in compliance with 00007 * the License. You may obtain a copy of the License at -00008 * +00008 * 00009 * http://www.apache.org/licenses/LICENSE-2.0 -00010 * +00010 * 00011 * Unless required by applicable law or agreed to in writing, software 00012 * distributed under the License is distributed on an "AS IS" BASIS, 00013 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: DOMLSSerializer.hpp 605828 2007-12-20 08:05:47Z amassari $ +00019 * $Id: DOMLSSerializer.hpp 883665 2009-11-24 11:41:38Z borisk $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_DOMLSSERIALIZER_HPP) @@ -55,14 +55,14 @@ 00272 00273 class DOMLSOutput; 00274 -00275 class CDOM_EXPORT DOMLSSerializer +00275 class CDOM_EXPORT DOMLSSerializer 00276 { 00277 protected : 00278 // ----------------------------------------------------------------------- 00279 // Hidden constructors 00280 // ----------------------------------------------------------------------- 00283 DOMLSSerializer() {}; -00285 private: +00285 private: 00286 // ----------------------------------------------------------------------- 00287 // Unimplemented constructors and operators 00288 // ----------------------------------------------------------------------- @@ -87,41 +87,41 @@ 00393 // ----------------------------------------------------------------------- 00394 // Setter methods 00395 // ----------------------------------------------------------------------- -00422 virtual void setNewLine(const XMLCh* const newLine) = 0; -00423 -00434 virtual void setFilter(DOMLSSerializerFilter *filter) = 0; -00435 -00436 // ----------------------------------------------------------------------- -00437 // Getter methods -00438 // ----------------------------------------------------------------------- -00447 virtual const XMLCh* getNewLine() const = 0; -00448 -00456 virtual DOMLSSerializerFilter* getFilter() const = 0; -00457 -00458 // ----------------------------------------------------------------------- -00459 // Write methods -00460 // ----------------------------------------------------------------------- -00478 virtual bool write(const DOMNode* nodeToWrite, -00479 DOMLSOutput* const destination) = 0; -00480 -00498 virtual bool writeToURI(const DOMNode* nodeToWrite, -00499 const XMLCh* uri) = 0; -00519 virtual XMLCh* writeToString(const DOMNode* nodeToWrite, MemoryManager* manager = NULL) = 0; -00520 -00522 -00523 // ----------------------------------------------------------------------- -00524 // Non-standard Extension -00525 // ----------------------------------------------------------------------- -00534 virtual void release() = 0; -00536 -00537 -00538 }; -00539 -00540 XERCES_CPP_NAMESPACE_END +00427 virtual void setNewLine(const XMLCh* const newLine) = 0; +00428 +00439 virtual void setFilter(DOMLSSerializerFilter *filter) = 0; +00440 +00441 // ----------------------------------------------------------------------- +00442 // Getter methods +00443 // ----------------------------------------------------------------------- +00452 virtual const XMLCh* getNewLine() const = 0; +00453 +00461 virtual DOMLSSerializerFilter* getFilter() const = 0; +00462 +00463 // ----------------------------------------------------------------------- +00464 // Write methods +00465 // ----------------------------------------------------------------------- +00483 virtual bool write(const DOMNode* nodeToWrite, +00484 DOMLSOutput* const destination) = 0; +00485 +00503 virtual bool writeToURI(const DOMNode* nodeToWrite, +00504 const XMLCh* uri) = 0; +00524 virtual XMLCh* writeToString(const DOMNode* nodeToWrite, MemoryManager* manager = NULL) = 0; +00525 +00527 +00528 // ----------------------------------------------------------------------- +00529 // Non-standard Extension +00530 // ----------------------------------------------------------------------- +00539 virtual void release() = 0; 00541 -00542 #endif +00542 +00543 }; +00544 +00545 XERCES_CPP_NAMESPACE_END +00546 +00547 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLocator_8hpp.html b/docs/dom3-api/DOMLocator_8hpp.html index 6f9c13c5..31f17698 100644 --- a/docs/dom3-api/DOMLocator_8hpp.html +++ b/docs/dom3-api/DOMLocator_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:09 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:23 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMLocator_8hpp_source.html b/docs/dom3-api/DOMLocator_8hpp_source.html index b0b83fa1..691cc724 100644 --- a/docs/dom3-api/DOMLocator_8hpp_source.html +++ b/docs/dom3-api/DOMLocator_8hpp_source.html @@ -98,7 +98,7 @@ 00134 00135 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMMemoryManager_8hpp.html b/docs/dom3-api/DOMMemoryManager_8hpp.html index d91283f9..e08573df 100644 --- a/docs/dom3-api/DOMMemoryManager_8hpp.html +++ b/docs/dom3-api/DOMMemoryManager_8hpp.html @@ -54,7 +54,7 @@ -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:25 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMMemoryManager_8hpp_source.html b/docs/dom3-api/DOMMemoryManager_8hpp_source.html index fa964c3b..2532c2d9 100644 --- a/docs/dom3-api/DOMMemoryManager_8hpp_source.html +++ b/docs/dom3-api/DOMMemoryManager_8hpp_source.html @@ -118,7 +118,7 @@ 00156 #endif 00157 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNamedNodeMap_8hpp.html b/docs/dom3-api/DOMNamedNodeMap_8hpp.html index 9e5fc0d7..6d633dfb 100644 --- a/docs/dom3-api/DOMNamedNodeMap_8hpp.html +++ b/docs/dom3-api/DOMNamedNodeMap_8hpp.html @@ -81,7 +81,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:25 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNamedNodeMap_8hpp_source.html b/docs/dom3-api/DOMNamedNodeMap_8hpp_source.html index 61f864c2..9822dc45 100644 --- a/docs/dom3-api/DOMNamedNodeMap_8hpp_source.html +++ b/docs/dom3-api/DOMNamedNodeMap_8hpp_source.html @@ -111,7 +111,7 @@ 00244 00245 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeFilter_8hpp.html b/docs/dom3-api/DOMNodeFilter_8hpp.html index 76ae3ac7..0b6df56a 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp.html +++ b/docs/dom3-api/DOMNodeFilter_8hpp.html @@ -37,7 +37,7 @@ This graph shows which files directly or indirectly include this file:
- +

Go to the source code of this file.

@@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.map b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.map index 541ef111..b9ea78fe 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.map +++ b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.md5 b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.md5 index 41fa5996..6f382fab 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.md5 +++ b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.md5 @@ -1 +1 @@ -899e4c2fc690cc29c8d75d66e64f6c1e \ No newline at end of file +b75bdfbca51f593bd5ac1dfd04649b18 \ No newline at end of file diff --git a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.png b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.png index 4b7671be..0050d377 100644 Binary files a/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.png and b/docs/dom3-api/DOMNodeFilter_8hpp__dep__incl.png differ diff --git a/docs/dom3-api/DOMNodeFilter_8hpp_source.html b/docs/dom3-api/DOMNodeFilter_8hpp_source.html index 986baff8..8894479f 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp_source.html +++ b/docs/dom3-api/DOMNodeFilter_8hpp_source.html @@ -109,7 +109,7 @@ 00220 00221 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeIterator_8hpp.html b/docs/dom3-api/DOMNodeIterator_8hpp.html index e7392470..e4cec632 100644 --- a/docs/dom3-api/DOMNodeIterator_8hpp.html +++ b/docs/dom3-api/DOMNodeIterator_8hpp.html @@ -84,7 +84,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeIterator_8hpp_source.html b/docs/dom3-api/DOMNodeIterator_8hpp_source.html index ce254af7..f3f29cee 100644 --- a/docs/dom3-api/DOMNodeIterator_8hpp_source.html +++ b/docs/dom3-api/DOMNodeIterator_8hpp_source.html @@ -107,7 +107,7 @@ 00195 00196 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeList_8hpp.html b/docs/dom3-api/DOMNodeList_8hpp.html index 9641cf3e..7e6fc92e 100644 --- a/docs/dom3-api/DOMNodeList_8hpp.html +++ b/docs/dom3-api/DOMNodeList_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNodeList_8hpp_source.html b/docs/dom3-api/DOMNodeList_8hpp_source.html index c5143983..dd9d011b 100644 --- a/docs/dom3-api/DOMNodeList_8hpp_source.html +++ b/docs/dom3-api/DOMNodeList_8hpp_source.html @@ -89,7 +89,7 @@ 00111 00112 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNode_8hpp.html b/docs/dom3-api/DOMNode_8hpp.html index 34755c15..a2041481 100644 --- a/docs/dom3-api/DOMNode_8hpp.html +++ b/docs/dom3-api/DOMNode_8hpp.html @@ -35,7 +35,7 @@ This graph shows which files directly or indirectly include this file:
- +

Go to the source code of this file.

@@ -141,7 +141,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:11 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNode_8hpp__dep__incl.map b/docs/dom3-api/DOMNode_8hpp__dep__incl.map index a8929594..f0948e30 100644 --- a/docs/dom3-api/DOMNode_8hpp__dep__incl.map +++ b/docs/dom3-api/DOMNode_8hpp__dep__incl.map @@ -1,29 +1,30 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + diff --git a/docs/dom3-api/DOMNode_8hpp__dep__incl.md5 b/docs/dom3-api/DOMNode_8hpp__dep__incl.md5 index 89ef0e7b..53640982 100644 --- a/docs/dom3-api/DOMNode_8hpp__dep__incl.md5 +++ b/docs/dom3-api/DOMNode_8hpp__dep__incl.md5 @@ -1 +1 @@ -f34a5778eba78b2cc39314769178f908 \ No newline at end of file +3328703a8d0ccaf2a205ffcc1f5678c9 \ No newline at end of file diff --git a/docs/dom3-api/DOMNode_8hpp__dep__incl.png b/docs/dom3-api/DOMNode_8hpp__dep__incl.png index e75a6031..99e5695f 100644 Binary files a/docs/dom3-api/DOMNode_8hpp__dep__incl.png and b/docs/dom3-api/DOMNode_8hpp__dep__incl.png differ diff --git a/docs/dom3-api/DOMNode_8hpp_source.html b/docs/dom3-api/DOMNode_8hpp_source.html index 97ea5a97..bed79581 100644 --- a/docs/dom3-api/DOMNode_8hpp_source.html +++ b/docs/dom3-api/DOMNode_8hpp_source.html @@ -238,7 +238,7 @@ 00921 00922 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNotation_8hpp.html b/docs/dom3-api/DOMNotation_8hpp.html index 92527209..72fc6576 100644 --- a/docs/dom3-api/DOMNotation_8hpp.html +++ b/docs/dom3-api/DOMNotation_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMNotation_8hpp_source.html b/docs/dom3-api/DOMNotation_8hpp_source.html index 08eebaa6..cf84dd48 100644 --- a/docs/dom3-api/DOMNotation_8hpp_source.html +++ b/docs/dom3-api/DOMNotation_8hpp_source.html @@ -92,7 +92,7 @@ 00113 00114 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMPSVITypeInfo_8hpp.html b/docs/dom3-api/DOMPSVITypeInfo_8hpp.html index 6df67259..614ee217 100644 --- a/docs/dom3-api/DOMPSVITypeInfo_8hpp.html +++ b/docs/dom3-api/DOMPSVITypeInfo_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMPSVITypeInfo_8hpp_source.html b/docs/dom3-api/DOMPSVITypeInfo_8hpp_source.html index ad87c6e6..22c45114 100644 --- a/docs/dom3-api/DOMPSVITypeInfo_8hpp_source.html +++ b/docs/dom3-api/DOMPSVITypeInfo_8hpp_source.html @@ -92,17 +92,17 @@ 00087 // ----------------------------------------------------------------------- 00088 // Getter methods 00089 // ----------------------------------------------------------------------- -00099 virtual const XMLCh* getStringProperty(PSVIProperty prop) const = 0; -00100 -00110 virtual int getNumericProperty(PSVIProperty prop) const = 0; -00112 }; +00098 virtual const XMLCh* getStringProperty(PSVIProperty prop) const = 0; +00099 +00108 virtual int getNumericProperty(PSVIProperty prop) const = 0; +00110 }; +00111 +00112 XERCES_CPP_NAMESPACE_END 00113 -00114 XERCES_CPP_NAMESPACE_END -00115 -00116 #endif -00117 +00114 #endif +00115 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMProcessingInstruction_8hpp.html b/docs/dom3-api/DOMProcessingInstruction_8hpp.html index 8911cc79..28c06e06 100644 --- a/docs/dom3-api/DOMProcessingInstruction_8hpp.html +++ b/docs/dom3-api/DOMProcessingInstruction_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:26 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMProcessingInstruction_8hpp_source.html b/docs/dom3-api/DOMProcessingInstruction_8hpp_source.html index b0577fbb..26e0d9f3 100644 --- a/docs/dom3-api/DOMProcessingInstruction_8hpp_source.html +++ b/docs/dom3-api/DOMProcessingInstruction_8hpp_source.html @@ -94,7 +94,7 @@ 00120 #endif 00121 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMRangeException_8cpp.html b/docs/dom3-api/DOMRangeException_8cpp.html index 68495f19..4706603f 100644 --- a/docs/dom3-api/DOMRangeException_8cpp.html +++ b/docs/dom3-api/DOMRangeException_8cpp.html @@ -42,7 +42,7 @@ Include dependency graph for DOMRangeException.cpp:

-
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMRangeException_8hpp.html b/docs/dom3-api/DOMRangeException_8hpp.html index b504402e..e80962eb 100644 --- a/docs/dom3-api/DOMRangeException_8hpp.html +++ b/docs/dom3-api/DOMRangeException_8hpp.html @@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMRangeException_8hpp_source.html b/docs/dom3-api/DOMRangeException_8hpp_source.html index 344bfa90..31710818 100644 --- a/docs/dom3-api/DOMRangeException_8hpp_source.html +++ b/docs/dom3-api/DOMRangeException_8hpp_source.html @@ -88,7 +88,7 @@ 00113 00114 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMRange_8hpp.html b/docs/dom3-api/DOMRange_8hpp.html index d9444963..0b993423 100644 --- a/docs/dom3-api/DOMRange_8hpp.html +++ b/docs/dom3-api/DOMRange_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMRange_8hpp_source.html b/docs/dom3-api/DOMRange_8hpp_source.html index 4e66873e..eb88234c 100644 --- a/docs/dom3-api/DOMRange_8hpp_source.html +++ b/docs/dom3-api/DOMRange_8hpp_source.html @@ -156,7 +156,7 @@ 00529 00530 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMStringList_8hpp.html b/docs/dom3-api/DOMStringList_8hpp.html index 61c5c9b9..8cae6168 100644 --- a/docs/dom3-api/DOMStringList_8hpp.html +++ b/docs/dom3-api/DOMStringList_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:12 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMStringList_8hpp_source.html b/docs/dom3-api/DOMStringList_8hpp_source.html index 28496fcd..61d5ab09 100644 --- a/docs/dom3-api/DOMStringList_8hpp_source.html +++ b/docs/dom3-api/DOMStringList_8hpp_source.html @@ -94,7 +94,7 @@ 00130 00131 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMText_8hpp.html b/docs/dom3-api/DOMText_8hpp.html index 2f6d6ec0..1cabe9cb 100644 --- a/docs/dom3-api/DOMText_8hpp.html +++ b/docs/dom3-api/DOMText_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMText_8hpp_source.html b/docs/dom3-api/DOMText_8hpp_source.html index 3c9edeea..16db1315 100644 --- a/docs/dom3-api/DOMText_8hpp_source.html +++ b/docs/dom3-api/DOMText_8hpp_source.html @@ -97,7 +97,7 @@ 00181 00182 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMTreeWalker_8hpp.html b/docs/dom3-api/DOMTreeWalker_8hpp.html index c9fa9172..9468b5d0 100644 --- a/docs/dom3-api/DOMTreeWalker_8hpp.html +++ b/docs/dom3-api/DOMTreeWalker_8hpp.html @@ -84,7 +84,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:27 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMTreeWalker_8hpp_source.html b/docs/dom3-api/DOMTreeWalker_8hpp_source.html index 0a2d99e2..a83c41cf 100644 --- a/docs/dom3-api/DOMTreeWalker_8hpp_source.html +++ b/docs/dom3-api/DOMTreeWalker_8hpp_source.html @@ -122,7 +122,7 @@ 00275 00276 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMTypeInfo_8hpp.html b/docs/dom3-api/DOMTypeInfo_8hpp.html index f12fec06..02575c82 100644 --- a/docs/dom3-api/DOMTypeInfo_8hpp.html +++ b/docs/dom3-api/DOMTypeInfo_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMTypeInfo_8hpp_source.html b/docs/dom3-api/DOMTypeInfo_8hpp_source.html index 8340ba82..63502ed5 100644 --- a/docs/dom3-api/DOMTypeInfo_8hpp_source.html +++ b/docs/dom3-api/DOMTypeInfo_8hpp_source.html @@ -100,7 +100,7 @@ 00192 #endif 00193 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMUserDataHandler_8hpp.html b/docs/dom3-api/DOMUserDataHandler_8hpp.html index fe80262e..af407b2e 100644 --- a/docs/dom3-api/DOMUserDataHandler_8hpp.html +++ b/docs/dom3-api/DOMUserDataHandler_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMUserDataHandler_8hpp_source.html b/docs/dom3-api/DOMUserDataHandler_8hpp_source.html index c8d469c4..baa55e0b 100644 --- a/docs/dom3-api/DOMUserDataHandler_8hpp_source.html +++ b/docs/dom3-api/DOMUserDataHandler_8hpp_source.html @@ -100,7 +100,7 @@ 00139 #endif 00140 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathEvaluator_8hpp.html b/docs/dom3-api/DOMXPathEvaluator_8hpp.html index bc5e1021..506b3fe1 100644 --- a/docs/dom3-api/DOMXPathEvaluator_8hpp.html +++ b/docs/dom3-api/DOMXPathEvaluator_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathEvaluator_8hpp_source.html b/docs/dom3-api/DOMXPathEvaluator_8hpp_source.html index 1199b3d7..9bb9efa7 100644 --- a/docs/dom3-api/DOMXPathEvaluator_8hpp_source.html +++ b/docs/dom3-api/DOMXPathEvaluator_8hpp_source.html @@ -100,7 +100,7 @@ 00179 00180 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathException_8cpp.html b/docs/dom3-api/DOMXPathException_8cpp.html index 4fd1495d..0e086ea1 100644 --- a/docs/dom3-api/DOMXPathException_8cpp.html +++ b/docs/dom3-api/DOMXPathException_8cpp.html @@ -45,7 +45,7 @@ Include dependency graph for DOMXPathException.cpp:

-
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathException_8hpp.html b/docs/dom3-api/DOMXPathException_8hpp.html index 489aeeab..2ecb9f63 100644 --- a/docs/dom3-api/DOMXPathException_8hpp.html +++ b/docs/dom3-api/DOMXPathException_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathException_8hpp_source.html b/docs/dom3-api/DOMXPathException_8hpp_source.html index 3a30d37c..a5b79de8 100644 --- a/docs/dom3-api/DOMXPathException_8hpp_source.html +++ b/docs/dom3-api/DOMXPathException_8hpp_source.html @@ -89,7 +89,7 @@ 00104 00105 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathExpression_8hpp.html b/docs/dom3-api/DOMXPathExpression_8hpp.html index eff72484..45d40abc 100644 --- a/docs/dom3-api/DOMXPathExpression_8hpp.html +++ b/docs/dom3-api/DOMXPathExpression_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:28 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathExpression_8hpp_source.html b/docs/dom3-api/DOMXPathExpression_8hpp_source.html index 8a4ca127..1bbedd4c 100644 --- a/docs/dom3-api/DOMXPathExpression_8hpp_source.html +++ b/docs/dom3-api/DOMXPathExpression_8hpp_source.html @@ -94,7 +94,7 @@ 00128 00129 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathNSResolver_8hpp.html b/docs/dom3-api/DOMXPathNSResolver_8hpp.html index f3122d91..fdaea2fd 100644 --- a/docs/dom3-api/DOMXPathNSResolver_8hpp.html +++ b/docs/dom3-api/DOMXPathNSResolver_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathNSResolver_8hpp_source.html b/docs/dom3-api/DOMXPathNSResolver_8hpp_source.html index b2b3845a..9702eb29 100644 --- a/docs/dom3-api/DOMXPathNSResolver_8hpp_source.html +++ b/docs/dom3-api/DOMXPathNSResolver_8hpp_source.html @@ -94,7 +94,7 @@ 00129 00130 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathNamespace_8hpp.html b/docs/dom3-api/DOMXPathNamespace_8hpp.html index 8c656144..297b5bda 100644 --- a/docs/dom3-api/DOMXPathNamespace_8hpp.html +++ b/docs/dom3-api/DOMXPathNamespace_8hpp.html @@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathNamespace_8hpp_source.html b/docs/dom3-api/DOMXPathNamespace_8hpp_source.html index 0cf2f83c..91175773 100644 --- a/docs/dom3-api/DOMXPathNamespace_8hpp_source.html +++ b/docs/dom3-api/DOMXPathNamespace_8hpp_source.html @@ -91,7 +91,7 @@ 00114 00115 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathResult_8hpp.html b/docs/dom3-api/DOMXPathResult_8hpp.html index f2846689..3085eac2 100644 --- a/docs/dom3-api/DOMXPathResult_8hpp.html +++ b/docs/dom3-api/DOMXPathResult_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOMXPathResult_8hpp_source.html b/docs/dom3-api/DOMXPathResult_8hpp_source.html index 2d925fa1..af0a70e7 100644 --- a/docs/dom3-api/DOMXPathResult_8hpp_source.html +++ b/docs/dom3-api/DOMXPathResult_8hpp_source.html @@ -138,7 +138,7 @@ 00350 00351 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOM_8hpp.html b/docs/dom3-api/DOM_8hpp.html index bedf8817..9c1a67f9 100644 --- a/docs/dom3-api/DOM_8hpp.html +++ b/docs/dom3-api/DOM_8hpp.html @@ -95,7 +95,7 @@ -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/DOM_8hpp_source.html b/docs/dom3-api/DOM_8hpp_source.html index efcc3173..854783cb 100644 --- a/docs/dom3-api/DOM_8hpp_source.html +++ b/docs/dom3-api/DOM_8hpp_source.html @@ -110,7 +110,7 @@ 00086 00087 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/MemoryManager_8hpp.html b/docs/dom3-api/MemoryManager_8hpp.html index d6aa7d85..0da36c26 100644 --- a/docs/dom3-api/MemoryManager_8hpp.html +++ b/docs/dom3-api/MemoryManager_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/MemoryManager_8hpp_source.html b/docs/dom3-api/MemoryManager_8hpp_source.html index 16c0f11a..74eda304 100644 --- a/docs/dom3-api/MemoryManager_8hpp_source.html +++ b/docs/dom3-api/MemoryManager_8hpp_source.html @@ -103,7 +103,7 @@ 00124 00125 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/PlatformUtils_8hpp.html b/docs/dom3-api/PlatformUtils_8hpp.html index 4ae88892..1d48fbfe 100644 --- a/docs/dom3-api/PlatformUtils_8hpp.html +++ b/docs/dom3-api/PlatformUtils_8hpp.html @@ -74,7 +74,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:14 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/PlatformUtils_8hpp_source.html b/docs/dom3-api/PlatformUtils_8hpp_source.html index 11a59f80..d305d086 100644 --- a/docs/dom3-api/PlatformUtils_8hpp_source.html +++ b/docs/dom3-api/PlatformUtils_8hpp_source.html @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: PlatformUtils.hpp 695427 2008-09-15 11:05:36Z borisk $ +00019 * $Id: PlatformUtils.hpp 808072 2009-08-26 16:01:20Z amassari $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_PLATFORMUTILS_HPP) @@ -105,7 +105,7 @@ 00132 static XMLMutex* fgAtomicMutex; 00133 00134 static bool fgXMLChBigEndian; -00135 +00135 static bool fgSSE2ok; 00137 00138 00141 @@ -328,7 +328,7 @@ 00838 00839 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/StDOMNode_8hpp.html b/docs/dom3-api/StDOMNode_8hpp.html index 98c0f45c..3aeb81dc 100644 --- a/docs/dom3-api/StDOMNode_8hpp.html +++ b/docs/dom3-api/StDOMNode_8hpp.html @@ -67,7 +67,7 @@ Include dependency graph for StDOMNode.hpp: -
Generated on Fri Nov 13 15:00:15 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:29 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/StDOMNode_8hpp_source.html b/docs/dom3-api/StDOMNode_8hpp_source.html index 98ba4751..e0129a94 100644 --- a/docs/dom3-api/StDOMNode_8hpp_source.html +++ b/docs/dom3-api/StDOMNode_8hpp_source.html @@ -118,7 +118,7 @@ 00094 #endif 00095 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XPath2MemoryManager_8hpp.html b/docs/dom3-api/XPath2MemoryManager_8hpp.html index 46930fa3..0d4741a3 100644 --- a/docs/dom3-api/XPath2MemoryManager_8hpp.html +++ b/docs/dom3-api/XPath2MemoryManager_8hpp.html @@ -119,7 +119,7 @@ This graph shows which files directly or indirectly include this file: -
Generated on Fri Nov 13 15:00:15 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XPath2MemoryManager_8hpp_source.html b/docs/dom3-api/XPath2MemoryManager_8hpp_source.html index 875aefd4..4e68fe14 100644 --- a/docs/dom3-api/XPath2MemoryManager_8hpp_source.html +++ b/docs/dom3-api/XPath2MemoryManager_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XPath2MemoryManager.hpp 688 2008-11-27 02:45:23Z caiying $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __XPATH2MEMORYMANAGER_HPP @@ -424,7 +424,7 @@ 00406 #endif //__XPATH2MEMORYMANAGER_HPP 00407 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XPath2Result_8hpp.html b/docs/dom3-api/XPath2Result_8hpp.html index 3adeb70e..15d033a6 100644 --- a/docs/dom3-api/XPath2Result_8hpp.html +++ b/docs/dom3-api/XPath2Result_8hpp.html @@ -51,7 +51,7 @@ This graph shows which files directly or indirectly include this file:  The XPathResult2 interface represents the result of the evaluation of an XPath 2.0 expression within the context of a particular node. More...
-
Generated on Fri Nov 13 15:00:15 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XPath2Result_8hpp_source.html b/docs/dom3-api/XPath2Result_8hpp_source.html index 69c194ce..a86dc64f 100644 --- a/docs/dom3-api/XPath2Result_8hpp_source.html +++ b/docs/dom3-api/XPath2Result_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XPath2Result.hpp 552 2008-07-07 15:26:36Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __XPATH2RESULT_HPP @@ -100,7 +100,7 @@ 00219 00220 #endif -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaExpression_8hpp.html b/docs/dom3-api/XQillaExpression_8hpp.html index efff9614..2b5b7593 100644 --- a/docs/dom3-api/XQillaExpression_8hpp.html +++ b/docs/dom3-api/XQillaExpression_8hpp.html @@ -53,7 +53,7 @@ This graph shows which files directly or indirectly include this file:  The XQillaExpression interface extends the DOMXPathExpression interface, providing the ability to release the object. More...
-
Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaExpression_8hpp_source.html b/docs/dom3-api/XQillaExpression_8hpp_source.html index 6f7730a2..e70281b2 100644 --- a/docs/dom3-api/XQillaExpression_8hpp_source.html +++ b/docs/dom3-api/XQillaExpression_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQillaExpression.hpp 552 2008-07-07 15:26:36Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __XQILLAEXPRESSION_HPP @@ -68,7 +68,7 @@ 00060 #endif 00061 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaNSResolver_8hpp.html b/docs/dom3-api/XQillaNSResolver_8hpp.html index b62b6f79..c91aeb87 100644 --- a/docs/dom3-api/XQillaNSResolver_8hpp.html +++ b/docs/dom3-api/XQillaNSResolver_8hpp.html @@ -54,7 +54,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaNSResolver_8hpp_source.html b/docs/dom3-api/XQillaNSResolver_8hpp_source.html index 03197a48..11dad4ec 100644 --- a/docs/dom3-api/XQillaNSResolver_8hpp_source.html +++ b/docs/dom3-api/XQillaNSResolver_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQillaNSResolver.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __XQILLANSRESOLVER_HPP @@ -83,7 +83,7 @@ 00103 00104 #endif //__XQILLANSRESOLVER_HPP -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaPlatformUtils_8hpp.html b/docs/dom3-api/XQillaPlatformUtils_8hpp.html index eb1ca163..b30fe328 100644 --- a/docs/dom3-api/XQillaPlatformUtils_8hpp.html +++ b/docs/dom3-api/XQillaPlatformUtils_8hpp.html @@ -52,7 +52,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/XQillaPlatformUtils_8hpp_source.html b/docs/dom3-api/XQillaPlatformUtils_8hpp_source.html index e7926d8f..de750619 100644 --- a/docs/dom3-api/XQillaPlatformUtils_8hpp_source.html +++ b/docs/dom3-api/XQillaPlatformUtils_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQillaPlatformUtils.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _XQILLAPLATFORMUTILS_HPP @@ -67,7 +67,7 @@ 00065 #endif 00066 -
Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/annotated.html b/docs/dom3-api/annotated.html index 8abb143e..cb383b47 100644 --- a/docs/dom3-api/annotated.html +++ b/docs/dom3-api/annotated.html @@ -97,7 +97,7 @@ XQillaPlatformUtilsStatic utility methods for initializing and terminating the XQilla and Xerces environments -
Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/classAutoDeallocate-members.html b/docs/dom3-api/classAutoDeallocate-members.html index c931862d..2a07a677 100644 --- a/docs/dom3-api/classAutoDeallocate-members.html +++ b/docs/dom3-api/classAutoDeallocate-members.html @@ -38,7 +38,7 @@ swap(TYPE *p)AutoDeallocate< TYPE > [inline] ~AutoDeallocate()AutoDeallocate< TYPE > [inline] -
Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
diff --git a/docs/dom3-api/classAutoDeallocate.html b/docs/dom3-api/classAutoDeallocate.html index 6710a9ad..66fe4bc0 100644 --- a/docs/dom3-api/classAutoDeallocate.html +++ b/docs/dom3-api/classAutoDeallocate.html @@ -270,7 +270,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoDelete-members.html b/docs/dom3-api/classAutoDelete-members.html index e5579cb9..f2ff0a6c 100644 --- a/docs/dom3-api/classAutoDelete-members.html +++ b/docs/dom3-api/classAutoDelete-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoDelete< TYPE > [inline] ~AutoDelete()AutoDelete< TYPE > [inline] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoDelete.html b/docs/dom3-api/classAutoDelete.html index 4a2f2b44..227572ef 100644 --- a/docs/dom3-api/classAutoDelete.html +++ b/docs/dom3-api/classAutoDelete.html @@ -225,7 +225,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoDeleteArray-members.html b/docs/dom3-api/classAutoDeleteArray-members.html index 5f2d8b29..e56847af 100644 --- a/docs/dom3-api/classAutoDeleteArray-members.html +++ b/docs/dom3-api/classAutoDeleteArray-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoDeleteArray< TYPE > [inline] ~AutoDeleteArray()AutoDeleteArray< TYPE > [inline] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoDeleteArray.html b/docs/dom3-api/classAutoDeleteArray.html index 196de293..598eab58 100644 --- a/docs/dom3-api/classAutoDeleteArray.html +++ b/docs/dom3-api/classAutoDeleteArray.html @@ -225,7 +225,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoRelease-members.html b/docs/dom3-api/classAutoRelease-members.html index 20dab061..54382fe0 100644 --- a/docs/dom3-api/classAutoRelease-members.html +++ b/docs/dom3-api/classAutoRelease-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoRelease< TYPE > [inline] ~AutoRelease()AutoRelease< TYPE > [inline] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classAutoRelease.html b/docs/dom3-api/classAutoRelease.html index 37dc5b22..d55328e7 100644 --- a/docs/dom3-api/classAutoRelease.html +++ b/docs/dom3-api/classAutoRelease.html @@ -229,7 +229,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXPath2MemoryManager-members.html b/docs/dom3-api/classXPath2MemoryManager-members.html index c63feddf..b46be239 100644 --- a/docs/dom3-api/classXPath2MemoryManager-members.html +++ b/docs/dom3-api/classXPath2MemoryManager-members.html @@ -47,7 +47,7 @@ ~MemoryManager()xercesc::MemoryManager [inline, virtual] ~XPath2MemoryManager()XPath2MemoryManager [inline, virtual] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXPath2MemoryManager.html b/docs/dom3-api/classXPath2MemoryManager.html index 8d0100e9..7d12df5d 100644 --- a/docs/dom3-api/classXPath2MemoryManager.html +++ b/docs/dom3-api/classXPath2MemoryManager.html @@ -362,7 +362,7 @@ Inheritance diagram for XPath2MemoryManager:
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXPath2Result-members.html b/docs/dom3-api/classXPath2Result-members.html index 377046a6..16f1c213 100644 --- a/docs/dom3-api/classXPath2Result-members.html +++ b/docs/dom3-api/classXPath2Result-members.html @@ -47,7 +47,7 @@ XPath2Result()XPath2Result [inline, protected] ~XPath2Result()XPath2Result [inline, virtual] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXPath2Result.html b/docs/dom3-api/classXPath2Result.html index 29f853dd..4c37da8b 100644 --- a/docs/dom3-api/classXPath2Result.html +++ b/docs/dom3-api/classXPath2Result.html @@ -487,7 +487,7 @@ The result is a sequence as defined by XPath 2.0 that will be accessed as a snap
  • XPath2Result.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaAllocator-members.html b/docs/dom3-api/classXQillaAllocator-members.html index 400215d8..d0270023 100644 --- a/docs/dom3-api/classXQillaAllocator-members.html +++ b/docs/dom3-api/classXQillaAllocator-members.html @@ -46,7 +46,7 @@ XQillaAllocator(xercesc::MemoryManager *memMgr)XQillaAllocator< _Tp > [inline] XQillaAllocator(const XQillaAllocator< _Tp > &o)XQillaAllocator< _Tp > [inline] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaAllocator.html b/docs/dom3-api/classXQillaAllocator.html index eb58f8df..dfce2b7e 100644 --- a/docs/dom3-api/classXQillaAllocator.html +++ b/docs/dom3-api/classXQillaAllocator.html @@ -418,7 +418,7 @@ template<class _Tp>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaExpression-members.html b/docs/dom3-api/classXQillaExpression-members.html index 9a57a2ec..f33c6272 100644 --- a/docs/dom3-api/classXQillaExpression-members.html +++ b/docs/dom3-api/classXQillaExpression-members.html @@ -32,7 +32,7 @@ release()=0XQillaExpression [pure virtual] ~DOMXPathExpression()xercesc::DOMXPathExpression [inline, virtual] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaExpression.html b/docs/dom3-api/classXQillaExpression.html index f7e0b646..9614a0d3 100644 --- a/docs/dom3-api/classXQillaExpression.html +++ b/docs/dom3-api/classXQillaExpression.html @@ -79,7 +79,7 @@ Inheritance diagram for XQillaExpression:
  • XQillaExpression.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaNSResolver-members.html b/docs/dom3-api/classXQillaNSResolver-members.html index 95d239aa..55e818e3 100644 --- a/docs/dom3-api/classXQillaNSResolver-members.html +++ b/docs/dom3-api/classXQillaNSResolver-members.html @@ -35,7 +35,7 @@ XQillaNSResolver()XQillaNSResolver [inline, protected] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaNSResolver.html b/docs/dom3-api/classXQillaNSResolver.html index c1f57e90..dbff76e0 100644 --- a/docs/dom3-api/classXQillaNSResolver.html +++ b/docs/dom3-api/classXQillaNSResolver.html @@ -206,7 +206,7 @@ Inheritance diagram for XQillaNSResolver:
  • XQillaNSResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaPlatformUtils-members.html b/docs/dom3-api/classXQillaPlatformUtils-members.html index d524f9b6..4c1590ef 100644 --- a/docs/dom3-api/classXQillaPlatformUtils-members.html +++ b/docs/dom3-api/classXQillaPlatformUtils-members.html @@ -31,7 +31,7 @@ initialize(xercesc::MemoryManager *memMgr=0)XQillaPlatformUtils [static] terminate()XQillaPlatformUtils [static] -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classXQillaPlatformUtils.html b/docs/dom3-api/classXQillaPlatformUtils.html index f078a3b6..cddf7de2 100644 --- a/docs/dom3-api/classXQillaPlatformUtils.html +++ b/docs/dom3-api/classXQillaPlatformUtils.html @@ -114,7 +114,7 @@
  • XQillaPlatformUtils.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classes.html b/docs/dom3-api/classes.html index 560df397..70806477 100644 --- a/docs/dom3-api/classes.html +++ b/docs/dom3-api/classes.html @@ -36,7 +36,7 @@ DOMDocumentTraversal (xercesc)   DOMNodeFilter (xercesc)   StDOMNode (xercesc)   DOMDocumentType (xercesc)   DOMNodeIterator (xercesc)   
      X  
    DOMElement (xercesc)   DOMNodeList (xercesc)   XMLDeleter (xercesc)   DOMEntity (xercesc)   DOMNotation (xercesc)   XMLPlatformUtils (xercesc)   DOMEntityReference (xercesc)   DOMProcessingInstruction (xercesc)   XPath2MemoryManager   DOMError (xercesc)   DOMPSVITypeInfo (xercesc)   XPath2Result   DOMErrorHandler (xercesc)   DOMRange (xercesc)   XQillaAllocator   DOMException (xercesc)   DOMRangeException (xercesc)   XQillaExpression   DOMImplementation (xercesc)   DOMStringList (xercesc)   XQillaNSResolver   DOMImplementationList (xercesc)   DOMText (xercesc)   XQillaPlatformUtils   DOMImplementationLS (xercesc)   
    A | D | M | R | S | X
    -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMAttr-members.html b/docs/dom3-api/classxercesc_1_1DOMAttr-members.html index 4d24967c..9074e914 100644 --- a/docs/dom3-api/classxercesc_1_1DOMAttr-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMAttr-members.html @@ -99,7 +99,7 @@ ~DOMAttr()xercesc::DOMAttr [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMAttr.html b/docs/dom3-api/classxercesc_1_1DOMAttr.html index 64a2a5ee..79bb79b2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMAttr.html +++ b/docs/dom3-api/classxercesc_1_1DOMAttr.html @@ -297,7 +297,7 @@ Inheritance diagram for xercesc::DOMAttr:
  • DOMAttr.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html b/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html index 77222d16..883746b6 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html @@ -111,7 +111,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMText()xercesc::DOMText [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMCDATASection.html b/docs/dom3-api/classxercesc_1_1DOMCDATASection.html index c4bb405a..3296c522 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCDATASection.html +++ b/docs/dom3-api/classxercesc_1_1DOMCDATASection.html @@ -122,7 +122,7 @@ Inheritance diagram for xercesc::DOMCDATASection:
  • DOMCDATASection.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html b/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html index 39fbd704..3b328c38 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html @@ -100,7 +100,7 @@ ~DOMCharacterData()xercesc::DOMCharacterData [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMCharacterData.html b/docs/dom3-api/classxercesc_1_1DOMCharacterData.html index 60608a4c..1c613f50 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCharacterData.html +++ b/docs/dom3-api/classxercesc_1_1DOMCharacterData.html @@ -434,7 +434,7 @@ NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  • DOMCharacterData.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMComment-members.html b/docs/dom3-api/classxercesc_1_1DOMComment-members.html index b56077cc..1572072e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMComment-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMComment-members.html @@ -102,7 +102,7 @@ ~DOMComment()xercesc::DOMComment [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMComment.html b/docs/dom3-api/classxercesc_1_1DOMComment.html index 7c98108c..895374ff 100644 --- a/docs/dom3-api/classxercesc_1_1DOMComment.html +++ b/docs/dom3-api/classxercesc_1_1DOMComment.html @@ -100,7 +100,7 @@ Inheritance diagram for xercesc::DOMComment:
  • DOMComment.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html b/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html index e0f1a4af..83beca31 100644 --- a/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html @@ -36,7 +36,7 @@ setParameter(const XMLCh *name, bool value)=0xercesc::DOMConfiguration [pure virtual] ~DOMConfiguration()xercesc::DOMConfiguration [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMConfiguration.html b/docs/dom3-api/classxercesc_1_1DOMConfiguration.html index b513daf8..a20d296e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMConfiguration.html +++ b/docs/dom3-api/classxercesc_1_1DOMConfiguration.html @@ -349,7 +349,7 @@
  • DOMConfiguration.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocument-members.html b/docs/dom3-api/classxercesc_1_1DOMDocument-members.html index 4cb042de..ad017a3c 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocument-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocument-members.html @@ -139,7 +139,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMXPathEvaluator()xercesc::DOMXPathEvaluator [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocument.html b/docs/dom3-api/classxercesc_1_1DOMDocument.html index e3377d0f..3ab88b70 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocument.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocument.html @@ -1350,7 +1350,7 @@ Beware that when the DOMDocument.hpp -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html index dc938e37..a4685249 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html @@ -91,7 +91,7 @@ ~DOMDocumentFragment()xercesc::DOMDocumentFragment [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html index 805ab636..5dd8dfd6 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html @@ -103,7 +103,7 @@ Inheritance diagram for xercesc::DOMDocumentFragment:
  • DOMDocumentFragment.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html index aabf1e01..61a2729a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html @@ -31,7 +31,7 @@ DOMDocumentRange()xercesc::DOMDocumentRange [inline, protected] ~DOMDocumentRange()xercesc::DOMDocumentRange [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html b/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html index ab92008c..17825cce 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html @@ -123,7 +123,7 @@ Inheritance diagram for xercesc::DOMDocumentRange:
  • DOMDocumentRange.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html index bfbe5989..b0d774bf 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html @@ -32,7 +32,7 @@ DOMDocumentTraversal()xercesc::DOMDocumentTraversal [inline, protected] ~DOMDocumentTraversal()xercesc::DOMDocumentTraversal [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html index 0b46ce30..c0cfcedf 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html @@ -218,7 +218,7 @@ Inheritance diagram for xercesc::DOMDocumentTraversal:
  • DOMDocumentTraversal.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html index dd37cd49..42170fb8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html @@ -97,7 +97,7 @@ ~DOMDocumentType()xercesc::DOMDocumentType [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentType.html b/docs/dom3-api/classxercesc_1_1DOMDocumentType.html index 001cc71f..0833eaf8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentType.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentType.html @@ -253,7 +253,7 @@ The DOM Level 2 does not support editing notations, therefore notationsDOMDocumentType.hpp -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMElement-members.html b/docs/dom3-api/classxercesc_1_1DOMElement-members.html index f54d80ab..cfcd7bfe 100644 --- a/docs/dom3-api/classxercesc_1_1DOMElement-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMElement-members.html @@ -56,14 +56,18 @@ getAttributeNS(const XMLCh *namespaceURI, const XMLCh *localName) const =0xercesc::DOMElement [pure virtual] getAttributes() const =0xercesc::DOMNode [pure virtual] getBaseURI() const =0xercesc::DOMNode [pure virtual] + getChildElementCount() const =0xercesc::DOMElement [pure virtual] getChildNodes() const =0xercesc::DOMNode [pure virtual] getElementsByTagName(const XMLCh *name) const =0xercesc::DOMElement [pure virtual] getElementsByTagNameNS(const XMLCh *namespaceURI, const XMLCh *localName) const =0xercesc::DOMElement [pure virtual] getFeature(const XMLCh *feature, const XMLCh *version) const =0xercesc::DOMNode [pure virtual] getFirstChild() const =0xercesc::DOMNode [pure virtual] + getFirstElementChild() const =0xercesc::DOMElement [pure virtual] getLastChild() const =0xercesc::DOMNode [pure virtual] + getLastElementChild() const =0xercesc::DOMElement [pure virtual] getLocalName() const =0xercesc::DOMNode [pure virtual] getNamespaceURI() const =0xercesc::DOMNode [pure virtual] + getNextElementSibling() const =0xercesc::DOMElement [pure virtual] getNextSibling() const =0xercesc::DOMNode [pure virtual] getNodeName() const =0xercesc::DOMNode [pure virtual] getNodeType() const =0xercesc::DOMNode [pure virtual] @@ -71,6 +75,7 @@ getOwnerDocument() const =0xercesc::DOMNode [pure virtual] getParentNode() const =0xercesc::DOMNode [pure virtual] getPrefix() const =0xercesc::DOMNode [pure virtual] + getPreviousElementSibling() const =0xercesc::DOMElement [pure virtual] getPreviousSibling() const =0xercesc::DOMNode [pure virtual] getSchemaTypeInfo() const =0xercesc::DOMElement [pure virtual] getTagName() const =0xercesc::DOMElement [pure virtual] @@ -112,7 +117,7 @@ ~DOMElement()xercesc::DOMElement [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMElement.html b/docs/dom3-api/classxercesc_1_1DOMElement.html index 5698e887..df1bab4a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMElement.html +++ b/docs/dom3-api/classxercesc_1_1DOMElement.html @@ -98,6 +98,19 @@ Inheritance diagram for xercesc::DOMElement:  If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute.
    virtual const DOMTypeInfogetSchemaTypeInfo () const =0  Returns the type information associated with this element.
    +
    Functions introduced in the ElementTraversal specification (http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/)
    +

    +

    +virtual DOMElementgetFirstElementChild () const =0 + The first child of type DOMElement.
    +virtual DOMElementgetLastElementChild () const =0 + The last child of type DOMElement.
    +virtual DOMElementgetPreviousElementSibling () const =0 + The previous sibling node of type DOMElement.
    +virtual DOMElementgetNextElementSibling () const =0 + The next sibling node of type DOMElement.
    +virtual XMLSize_t getChildElementCount () const =0 + The number of child nodes that are of type DOMElement.

    Protected Member Functions

    Hidden constructors

    @@ -110,7 +123,8 @@ Inheritance diagram for xercesc::DOMElement:

    Assume the following XML document:<elementExample id="demo"> <subelement1/> <subelement2><subsubelement/></subelement2> </elementExample>

    When represented using DOM, the top node is an DOMElement node for "elementExample", which contains two child DOMElement nodes, one for "subelement1" and one for "subelement2". "subelement1" contains no child nodes.

    Elements may have attributes associated with them; since the DOMElement interface inherits from DOMNode, the generic DOMNode interface method getAttributes may be used to retrieve the set of all attributes for an element. There are methods on the DOMElement interface to retrieve either an DOMAttr object by name or an attribute value by name. In XML, where an attribute value may contain entity references, an DOMAttr object should be retrieved to examine the possibly fairly complex sub-tree representing the attribute value. On the other hand, in HTML, where all attributes have simple string values, methods to directly access an attribute value can safely be used as a convenience.

    -
    Since:
    DOM Level 1
    +
    Since:
    DOM Level 1
    +

    It also defines the ElementTraversal helper interface defined by http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/


    Constructor & Destructor Documentation

    @@ -297,6 +311,27 @@ Inheritance diagram for xercesc::DOMElement:
    Returns:
    The DOMAttr value as a string, or an null if that attribute does not have a specified or default value.
    Since:
    DOM Level 2
    + + + +
    +
    + + + + + + + + +
    virtual XMLSize_t xercesc::DOMElement::getChildElementCount ( )  const [pure virtual]
    +
    +
    + +

    The number of child nodes that are of type DOMElement.

    +

    Note: the count is computed every time this function is invoked

    +
    Returns:
    The number of DOMElement objects that are direct children of this object (nested elements are not counted), or 0 if there is none.
    +
    @@ -363,6 +398,86 @@ Inheritance diagram for xercesc::DOMElement:
    Returns:
    A new DOMNodeList object containing all the matched DOMElements.
    Since:
    DOM Level 2
    + + + +
    +
    + + + + + + + + +
    virtual DOMElement* xercesc::DOMElement::getFirstElementChild ( )  const [pure virtual]
    +
    +
    + +

    The first child of type DOMElement.

    +
    Returns:
    The DOMElement object that is the first element node among the child nodes of this node, or null if there is none.
    + +
    +
    + +
    +
    + + + + + + + + +
    virtual DOMElement* xercesc::DOMElement::getLastElementChild ( )  const [pure virtual]
    +
    +
    + +

    The last child of type DOMElement.

    +
    Returns:
    The DOMElement object that is the last element node among the child nodes of this node, or null if there is none.
    + +
    +
    + +
    +
    + + + + + + + + +
    virtual DOMElement* xercesc::DOMElement::getNextElementSibling ( )  const [pure virtual]
    +
    +
    + +

    The next sibling node of type DOMElement.

    +
    Returns:
    The DOMElement object that is the next sibling element node in document order, or null if there is none.
    + +
    +
    + +
    +
    + + + + + + + + +
    virtual DOMElement* xercesc::DOMElement::getPreviousElementSibling ( )  const [pure virtual]
    +
    +
    + +

    The previous sibling node of type DOMElement.

    +
    Returns:
    The DOMElement object that is the previous sibling element node in document order, or null if there is none.
    +
    @@ -907,7 +1022,7 @@ NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  • DOMElement.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMEntity-members.html b/docs/dom3-api/classxercesc_1_1DOMEntity-members.html index a0627dff..260e0527 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntity-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntity-members.html @@ -98,7 +98,7 @@ ~DOMEntity()xercesc::DOMEntity [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMEntity.html b/docs/dom3-api/classxercesc_1_1DOMEntity.html index 0d1a04e8..81d47048 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntity.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntity.html @@ -270,7 +270,7 @@ Inheritance diagram for xercesc::DOMEntity:
  • DOMEntity.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html b/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html index 6af34eb9..6480c2e9 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html @@ -92,7 +92,7 @@ ~DOMEntityReference()xercesc::DOMEntityReference [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityReference.html b/docs/dom3-api/classxercesc_1_1DOMEntityReference.html index 8b8e92dc..0f7a0fc0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityReference.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityReference.html @@ -121,7 +121,7 @@ Inheritance diagram for xercesc::DOMEntityReference:
  • DOMEntityReference.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMError-members.html b/docs/dom3-api/classxercesc_1_1DOMError-members.html index 81fc86c9..f34fa1f0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMError-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMError-members.html @@ -40,7 +40,7 @@ getType() const =0xercesc::DOMError [pure virtual] ~DOMError()xercesc::DOMError [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMError.html b/docs/dom3-api/classxercesc_1_1DOMError.html index 47631407..d205940c 100644 --- a/docs/dom3-api/classxercesc_1_1DOMError.html +++ b/docs/dom3-api/classxercesc_1_1DOMError.html @@ -272,7 +272,7 @@
  • DOMError.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html b/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html index f496b1f7..cf3ce841 100644 --- a/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html @@ -31,7 +31,7 @@ handleError(const DOMError &domError)=0xercesc::DOMErrorHandler [pure virtual] ~DOMErrorHandler()xercesc::DOMErrorHandler [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html b/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html index 95c76e4f..fe759b57 100644 --- a/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html +++ b/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html @@ -117,7 +117,7 @@

    If an exception is thrown from this method, it is considered to be equivalent of returning true.

    Parameters:
    - +
    domError The error object that describes the error, this object may be reused by the DOM implementation across multiple calls to the handleEvent method.
    domError The error object that describes the error, this object may be reused by the DOM implementation across multiple calls to the handleError method.
    @@ -130,7 +130,7 @@
  • DOMErrorHandler.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMException-members.html b/docs/dom3-api/classxercesc_1_1DOMException-members.html index 3d8fa8e8..f6251fd3 100644 --- a/docs/dom3-api/classxercesc_1_1DOMException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMException-members.html @@ -54,7 +54,7 @@ WRONG_DOCUMENT_ERR enum valuexercesc::DOMException ~DOMException()xercesc::DOMException [virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMException.html b/docs/dom3-api/classxercesc_1_1DOMException.html index e5d6d0ab..aac29fca 100644 --- a/docs/dom3-api/classxercesc_1_1DOMException.html +++ b/docs/dom3-api/classxercesc_1_1DOMException.html @@ -364,7 +364,7 @@ Inheritance diagram for xercesc::DOMException:
  • DOMException.cpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html index 042bb635..137b4587 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html @@ -46,7 +46,7 @@ ~DOMImplementation()xercesc::DOMImplementation [inline, virtual] ~DOMImplementationLS()xercesc::DOMImplementationLS [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementation.html b/docs/dom3-api/classxercesc_1_1DOMImplementation.html index 0ade926f..93f14c1b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementation.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementation.html @@ -404,7 +404,7 @@ NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
  • DOMImplementation.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html index 3c4b7be6..3fdaae32 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html @@ -37,7 +37,7 @@ MODE_SYNCHRONOUS enum valuexercesc::DOMImplementationLS ~DOMImplementationLS()xercesc::DOMImplementationLS [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html b/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html index bbb11515..65b9b8a7 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html @@ -274,7 +274,7 @@ Inheritance diagram for xercesc::DOMImplementationLS:
  • DOMImplementationLS.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationList-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationList-members.html index 60d1a27f..7714bb17 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationList-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationList-members.html @@ -33,7 +33,7 @@ release()=0xercesc::DOMImplementationList [pure virtual] ~DOMImplementationList()xercesc::DOMImplementationList [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationList.html b/docs/dom3-api/classxercesc_1_1DOMImplementationList.html index 4b1e5ae7..205ed1a5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationList.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationList.html @@ -175,7 +175,7 @@
  • DOMImplementationList.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html index 4f428dc7..7dc6d1e0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html @@ -31,7 +31,7 @@ getDOMImplementation(const XMLCh *features)xercesc::DOMImplementationRegistry [static] getDOMImplementationList(const XMLCh *features)xercesc::DOMImplementationRegistry [static] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html index 76d91691..8b5c4bf7 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html @@ -132,7 +132,7 @@
  • DOMImplementationRegistry.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html index 8397478d..ab3fdbb5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html @@ -32,7 +32,7 @@ getDOMImplementationList(const XMLCh *features) const =0xercesc::DOMImplementationSource [pure virtual] ~DOMImplementationSource()xercesc::DOMImplementationSource [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html b/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html index e3c9de2a..9c1cd2cb 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html @@ -150,7 +150,7 @@
  • DOMImplementationSource.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSException-members.html b/docs/dom3-api/classxercesc_1_1DOMLSException-members.html index 6f904f09..d07e752d 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSException-members.html @@ -61,7 +61,7 @@ ~DOMException()xercesc::DOMException [virtual] ~DOMLSException()xercesc::DOMLSException [virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSException.html b/docs/dom3-api/classxercesc_1_1DOMLSException.html index 31f6dbb7..02e47d46 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSException.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSException.html @@ -205,7 +205,7 @@ Inheritance diagram for xercesc::DOMLSException:
  • DOMLSException.cpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSInput-members.html b/docs/dom3-api/classxercesc_1_1DOMLSInput-members.html index e2ae3b7c..a806e123 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSInput-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSInput-members.html @@ -45,7 +45,7 @@ setSystemId(const XMLCh *const systemId)=0xercesc::DOMLSInput [pure virtual] ~DOMLSInput()xercesc::DOMLSInput [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSInput.html b/docs/dom3-api/classxercesc_1_1DOMLSInput.html index 3ff5a441..13ac2df3 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSInput.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSInput.html @@ -493,7 +493,7 @@
  • DOMLSInput.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSOutput-members.html b/docs/dom3-api/classxercesc_1_1DOMLSOutput-members.html index 9efcec05..ce1f8f1f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSOutput-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSOutput-members.html @@ -37,7 +37,7 @@ setSystemId(const XMLCh *const systemId)=0xercesc::DOMLSOutput [pure virtual] ~DOMLSOutput()xercesc::DOMLSOutput [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSOutput.html b/docs/dom3-api/classxercesc_1_1DOMLSOutput.html index bbb3da2a..2d623561 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSOutput.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSOutput.html @@ -279,7 +279,7 @@
  • DOMLSOutput.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSParser-members.html b/docs/dom3-api/classxercesc_1_1DOMLSParser-members.html index 6cc2c652..169becda 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSParser-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSParser-members.html @@ -49,14 +49,14 @@ parse(const DOMLSInput *source)=0xercesc::DOMLSParser [pure virtual] parseURI(const XMLCh *const uri)=0xercesc::DOMLSParser [pure virtual] parseURI(const char *const uri)=0xercesc::DOMLSParser [pure virtual] - parseWithContext(const DOMLSInput *source, DOMNode *contextNode, const ActionType action)=0xercesc::DOMLSParser [pure virtual] + parseWithContext(const DOMLSInput *source, DOMNode *contextNode, const ActionType action)=0xercesc::DOMLSParser [pure virtual] release()=0xercesc::DOMLSParser [pure virtual] resetCachedGrammarPool()=0xercesc::DOMLSParser [pure virtual] resetDocumentPool()=0xercesc::DOMLSParser [pure virtual] setFilter(DOMLSParserFilter *const filter)=0xercesc::DOMLSParser [pure virtual] ~DOMLSParser()xercesc::DOMLSParser [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSParser.html b/docs/dom3-api/classxercesc_1_1DOMLSParser.html index 4b7143af..9aa4bac5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSParser.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSParser.html @@ -76,8 +76,8 @@  Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
    virtual DOMDocumentparseURI (const char *const uri)=0  Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
    -virtual void parseWithContext (const DOMLSInput *source, DOMNode *contextNode, const ActionType action)=0 - Parse an XML fragment from a resource identified by a DOMLSInput and insert the content into an existing document at the position specified with the context and action arguments.
    +virtual DOMNodeparseWithContext (const DOMLSInput *source, DOMNode *contextNode, const ActionType action)=0 + Parse an XML fragment from a resource identified by a DOMLSInput and insert the content into an existing document at the position specified with the context and action arguments.
    virtual void abort ()=0  Abort the loading of the document that is currently being loaded by the DOMLSParser.
    Non-standard Extension
    @@ -131,7 +131,7 @@

    ACTION_INSERT_BEFORE: Insert the result of the parse operation as the immediately preceding sibling of the context node. For this action to work the context node's parent must be a DOMElement or a DOMDocumentFragment.

    ACTION_REPLACE: Replace the context node with the result of the parse operation. For this action to work, the context node must have a parent, and the parent must be a DOMElement or a DOMDocumentFragment.

    ACTION_REPLACE_CHILDREN: Replace all the children of the context node with the result of the parse operation. For this action to work, the context node must be a DOMElement, a DOMDocument, or a DOMDocumentFragment.

    -
    See also:
    parseWithContext(...)
    +
    See also:
    parseWithContext(...)
    Since:
    DOM Level 3
    Enumerator:
    ACTION_APPEND_AS_CHILDREN  @@ -628,7 +628,7 @@ WFXMLScanner: a scanner that cannot perform any type validation, only well-forme
    Exceptions:
    - +
    DOMException INVALID_STATE_ERR: Raised if the DOMLSParser::busy attribute is true.
    DOMLSException PARSE_ERR: Raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    DOMLSException PARSE_ERR: Starting from Xerces-C++ 4.0.0 this exception is raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    @@ -670,7 +670,7 @@ WFXMLScanner: a scanner that cannot perform any type validation, only well-forme
    Exceptions:
    - +
    DOMException INVALID_STATE_ERR: Raised if the DOMLSParser::busy attribute is true.
    DOMLSException PARSE_ERR: Raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    DOMLSException PARSE_ERR: Starting from Xerces-C++ 4.0.0 this exception is raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    @@ -710,7 +710,7 @@ WFXMLScanner: a scanner that cannot perform any type validation, only well-forme
    Exceptions:
    - +
    DOMException INVALID_STATE_ERR: Raised if the DOMLSParser::busy attribute is true.
    DOMLSException PARSE_ERR: Raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    DOMLSException PARSE_ERR: Starting from Xerces-C++ 4.0.0 this exception is raised if the DOMLSParser was unable to load the XML document. DOM applications should attach a DOMErrorHandler using the parameter "error-handler" if they wish to get details on the error.
    @@ -721,12 +721,12 @@ WFXMLScanner: a scanner that cannot perform any type validation, only well-forme - +
    - + @@ -876,7 +876,7 @@ WFXMLScanner: a scanner that cannot perform any type validation, only well-forme
  • DOMLSParser.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSParserFilter-members.html b/docs/dom3-api/classxercesc_1_1DOMLSParserFilter-members.html index 171712ea..ce85cfc4 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSParserFilter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSParserFilter-members.html @@ -38,7 +38,7 @@
    virtual void xercesc::DOMLSParser::parseWithContext virtual DOMNode* xercesc::DOMLSParser::parseWithContext ( const DOMLSInput source,
    startElement(DOMElement *node)=0xercesc::DOMLSParserFilter [pure virtual]
    ~DOMLSParserFilter()xercesc::DOMLSParserFilter [inline, virtual]
    -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSParserFilter.html b/docs/dom3-api/classxercesc_1_1DOMLSParserFilter.html index 04b00034..56df9975 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSParserFilter.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSParserFilter.html @@ -218,7 +218,7 @@
  • DOMLSParserFilter.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver-members.html b/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver-members.html index 0ba9bfcd..1d989288 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver-members.html @@ -31,7 +31,7 @@
    resolveResource(const XMLCh *const resourceType, const XMLCh *const namespaceUri, const XMLCh *const publicId, const XMLCh *const systemId, const XMLCh *const baseURI)=0xercesc::DOMLSResourceResolver [pure virtual]
    ~DOMLSResourceResolver()xercesc::DOMLSResourceResolver [inline, virtual]
    -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver.html b/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver.html index ec2a4a7e..76696271 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSResourceResolver.html @@ -167,7 +167,7 @@
  • DOMLSResourceResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSSerializer-members.html b/docs/dom3-api/classxercesc_1_1DOMLSSerializer-members.html index 2e13f7c4..5a8cbbed 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSSerializer-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSSerializer-members.html @@ -39,7 +39,7 @@ writeToURI(const DOMNode *nodeToWrite, const XMLCh *uri)=0xercesc::DOMLSSerializer [pure virtual] ~DOMLSSerializer()xercesc::DOMLSSerializer [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSSerializer.html b/docs/dom3-api/classxercesc_1_1DOMLSSerializer.html index 5e505ecb..839f5fb0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSSerializer.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSSerializer.html @@ -250,7 +250,7 @@
    null
    Use a default end-of-line sequence. DOM implementations should choose the default to match the usual convention for text files in the environment being used. Implementations must choose a default sequence that matches one of those allowed by 2.11 "End-of-Line - Handling".
    + Handling". However, Xerces-C++ always uses LF when this property is set to null since otherwise automatic translation of LF to CR-LF on Windows for text files would result in such files containing CR-CR-LF. If you need Windows-style end of line sequences in your output, consider writing to a file opened in text mode or explicitly set this property to CR-LF.
    CR
    The carriage-return character (#xD).
    CR-LF
    @@ -392,7 +392,7 @@ The default value for this attribute is null.

  • DOMLSSerializer.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter-members.html b/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter-members.html index 38747278..38064b12 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter-members.html @@ -53,7 +53,7 @@ ~DOMLSSerializerFilter()xercesc::DOMLSSerializerFilter [inline, virtual] ~DOMNodeFilter()xercesc::DOMNodeFilter [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter.html b/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter.html index 40b078e1..9a59fc8b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter.html +++ b/docs/dom3-api/classxercesc_1_1DOMLSSerializerFilter.html @@ -145,7 +145,7 @@ Inheritance diagram for xercesc::DOMLSSerializerFilter:
  • DOMLSSerializerFilter.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLocator-members.html b/docs/dom3-api/classxercesc_1_1DOMLocator-members.html index 744bcf7f..5f6f43b0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLocator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLocator-members.html @@ -36,7 +36,7 @@ getUtf16Offset() const =0xercesc::DOMLocator [pure virtual] ~DOMLocator()xercesc::DOMLocator [inline, virtual] -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMLocator.html b/docs/dom3-api/classxercesc_1_1DOMLocator.html index ba9f540c..94b0bc1e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLocator.html +++ b/docs/dom3-api/classxercesc_1_1DOMLocator.html @@ -230,7 +230,7 @@
  • DOMLocator.hpp
  • -
    Generated on Fri Nov 13 15:00:20 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:34 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMMemoryManager-members.html b/docs/dom3-api/classxercesc_1_1DOMMemoryManager-members.html index 6da48801..1e422119 100644 --- a/docs/dom3-api/classxercesc_1_1DOMMemoryManager-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMMemoryManager-members.html @@ -50,7 +50,7 @@ TEXT_OBJECT enum valuexercesc::DOMMemoryManager ~DOMMemoryManager()xercesc::DOMMemoryManager [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMMemoryManager.html b/docs/dom3-api/classxercesc_1_1DOMMemoryManager.html index 37838c1d..31086bb8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMMemoryManager.html +++ b/docs/dom3-api/classxercesc_1_1DOMMemoryManager.html @@ -344,7 +344,7 @@
  • DOMMemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html index e803fd2b..2a6aa538 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html @@ -38,7 +38,7 @@ setNamedItemNS(DOMNode *arg)=0xercesc::DOMNamedNodeMap [pure virtual] ~DOMNamedNodeMap()xercesc::DOMNamedNodeMap [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html index 1d5c19fc..550a4c0a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html +++ b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html @@ -387,7 +387,7 @@ INUSE_ATTRIBUTE_ERR: Raised if arg is an DOMNamedNodeMap.hpp -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNode-members.html b/docs/dom3-api/classxercesc_1_1DOMNode-members.html index 7bd98d87..ad79cbb4 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNode-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNode-members.html @@ -89,7 +89,7 @@ TEXT_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNode.html b/docs/dom3-api/classxercesc_1_1DOMNode.html index a23f624f..6e6c0fa1 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNode.html +++ b/docs/dom3-api/classxercesc_1_1DOMNode.html @@ -1490,7 +1490,7 @@ NOT_FOUND_ERR: Raised if oldChild is not a child of this node. DOMNode.hpp -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html index 08b7460f..170c94fa 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html @@ -50,7 +50,7 @@ ShowTypeMasks enum namexercesc::DOMNodeFilter ~DOMNodeFilter()xercesc::DOMNodeFilter [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html b/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html index 8deb8b05..0a26c97a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html @@ -275,7 +275,7 @@ Inheritance diagram for xercesc::DOMNodeFilter:
  • DOMNodeFilter.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html index 4184473b..2f854403 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html @@ -39,7 +39,7 @@ release()=0xercesc::DOMNodeIterator [pure virtual] ~DOMNodeIterator()xercesc::DOMNodeIterator [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html b/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html index 19c7b0c5..d5978467 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html @@ -317,7 +317,7 @@
  • DOMNodeIterator.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html index 613aa82f..2d16dc90 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html @@ -32,7 +32,7 @@ item(XMLSize_t index) const =0xercesc::DOMNodeList [pure virtual] ~DOMNodeList()xercesc::DOMNodeList [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeList.html b/docs/dom3-api/classxercesc_1_1DOMNodeList.html index 92631cea..ca52ecf3 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeList.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeList.html @@ -152,7 +152,7 @@
  • DOMNodeList.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNotation-members.html b/docs/dom3-api/classxercesc_1_1DOMNotation-members.html index 113b0bc5..95d1a12a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNotation-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNotation-members.html @@ -94,7 +94,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMNotation()xercesc::DOMNotation [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMNotation.html b/docs/dom3-api/classxercesc_1_1DOMNotation.html index 6a846401..48952e45 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNotation.html +++ b/docs/dom3-api/classxercesc_1_1DOMNotation.html @@ -173,7 +173,7 @@ Inheritance diagram for xercesc::DOMNotation:
  • DOMNotation.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html index f4b91113..97962461 100644 --- a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html @@ -46,7 +46,7 @@ PSVIProperty enum namexercesc::DOMPSVITypeInfo ~DOMPSVITypeInfo()xercesc::DOMPSVITypeInfo [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html index 3aca7dfd..7c58a9a8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html +++ b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html @@ -176,7 +176,6 @@

    Returns the numeric value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.

    -

    "Experimental - subject to change"

    Returns:
    the numeric value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.
    @@ -198,7 +197,6 @@

    Returns the string value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.

    -

    "Experimental - subject to change"

    Returns:
    the string value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.
    @@ -207,7 +205,7 @@
  • DOMPSVITypeInfo.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html index 16b60b15..d5227631 100644 --- a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html @@ -95,7 +95,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMProcessingInstruction()xercesc::DOMProcessingInstruction [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html index dfe5ca45..35481397 100644 --- a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html +++ b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html @@ -206,7 +206,7 @@ Inheritance diagram for xercesc::DOMProcessingInstruction:
  • DOMProcessingInstruction.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMRange-members.html b/docs/dom3-api/classxercesc_1_1DOMRange-members.html index 57e94d16..020c8970 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRange-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMRange-members.html @@ -61,7 +61,7 @@ toString() const =0xercesc::DOMRange [pure virtual] ~DOMRange()xercesc::DOMRange [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMRange.html b/docs/dom3-api/classxercesc_1_1DOMRange.html index d812bf1b..7ab32be6 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRange.html +++ b/docs/dom3-api/classxercesc_1_1DOMRange.html @@ -1032,7 +1032,7 @@ INVALID_NODE_TYPE_ERR: Raised if node is an DOMRange.hpp -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:35 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html b/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html index 8e2ab441..3459a5a1 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html @@ -61,7 +61,7 @@ ~DOMException()xercesc::DOMException [virtual] ~DOMRangeException()xercesc::DOMRangeException [virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMRangeException.html b/docs/dom3-api/classxercesc_1_1DOMRangeException.html index f15bbf7c..1f03c0f2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRangeException.html +++ b/docs/dom3-api/classxercesc_1_1DOMRangeException.html @@ -212,7 +212,7 @@ Inheritance diagram for xercesc::DOMRangeException:
  • DOMRangeException.cpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMStringList-members.html b/docs/dom3-api/classxercesc_1_1DOMStringList-members.html index 7024b503..f9c320e6 100644 --- a/docs/dom3-api/classxercesc_1_1DOMStringList-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMStringList-members.html @@ -34,7 +34,7 @@ release()=0xercesc::DOMStringList [pure virtual] ~DOMStringList()xercesc::DOMStringList [inline, virtual] -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMStringList.html b/docs/dom3-api/classxercesc_1_1DOMStringList.html index f534a7c7..34e9add8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMStringList.html +++ b/docs/dom3-api/classxercesc_1_1DOMStringList.html @@ -199,7 +199,7 @@
  • DOMStringList.hpp
  • -
    Generated on Fri Nov 13 15:00:21 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMText-members.html b/docs/dom3-api/classxercesc_1_1DOMText-members.html index 65a7c593..c349b0ff 100644 --- a/docs/dom3-api/classxercesc_1_1DOMText-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMText-members.html @@ -108,7 +108,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMText()xercesc::DOMText [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMText.html b/docs/dom3-api/classxercesc_1_1DOMText.html index 07def4b6..fefbd247 100644 --- a/docs/dom3-api/classxercesc_1_1DOMText.html +++ b/docs/dom3-api/classxercesc_1_1DOMText.html @@ -275,7 +275,7 @@ NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  • DOMText.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html b/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html index 6822b191..c2478c97 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html @@ -45,7 +45,7 @@ setCurrentNode(DOMNode *currentNode)=0xercesc::DOMTreeWalker [pure virtual] ~DOMTreeWalker()xercesc::DOMTreeWalker [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html b/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html index 8d1f7857..b34901f7 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html +++ b/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html @@ -455,7 +455,7 @@ Alterations to the DOM tree may cause the current node to no longer be accepted
  • DOMTreeWalker.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html b/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html index 5629e4f9..f25f3300 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html @@ -38,7 +38,7 @@ isDerivedFrom(const XMLCh *typeNamespaceArg, const XMLCh *typeNameArg, DerivationMethods derivationMethod) const =0xercesc::DOMTypeInfo [pure virtual] ~DOMTypeInfo()xercesc::DOMTypeInfo [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html b/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html index a7a765ba..649a9f2f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html +++ b/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html @@ -241,7 +241,7 @@
  • DOMTypeInfo.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html index ca757cba..8c84bdf5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html @@ -37,7 +37,7 @@ NODE_RENAMED enum valuexercesc::DOMUserDataHandler ~DOMUserDataHandler()xercesc::DOMUserDataHandler [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html index 7086dfd3..339f45ca 100644 --- a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html +++ b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html @@ -209,7 +209,7 @@
  • DOMUserDataHandler.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html index d2237370..6f41453f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html @@ -33,7 +33,7 @@ evaluate(const XMLCh *expression, const DOMNode *contextNode, const DOMXPathNSResolver *resolver, DOMXPathResult::ResultType type, DOMXPathResult *result)=0xercesc::DOMXPathEvaluator [pure virtual] ~DOMXPathEvaluator()xercesc::DOMXPathEvaluator [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html index 8d6e5515..c763e62a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html @@ -249,7 +249,7 @@ Inheritance diagram for xercesc::DOMXPathEvaluator:
  • DOMXPathEvaluator.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html index ed965466..8fa86c59 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html @@ -61,7 +61,7 @@ ~DOMException()xercesc::DOMException [virtual] ~DOMXPathException()xercesc::DOMXPathException [virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathException.html b/docs/dom3-api/classxercesc_1_1DOMXPathException.html index 31e5c1a7..b2d463b2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathException.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathException.html @@ -214,7 +214,7 @@ NO_RESULT_ERROR There is no current result in the result object.

  • DOMXPathException.cpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html index 2ec1ff6f..05285b6a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html @@ -32,7 +32,7 @@ release()=0xercesc::DOMXPathExpression [pure virtual] ~DOMXPathExpression()xercesc::DOMXPathExpression [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html b/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html index 4a342c99..b285f58e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html @@ -183,7 +183,7 @@ Inheritance diagram for xercesc::DOMXPathExpression:
  • DOMXPathExpression.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html index 30180708..246da841 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html @@ -34,7 +34,7 @@ release()=0xercesc::DOMXPathNSResolver [pure virtual] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html index ba1c9e60..cc407b2e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html @@ -235,7 +235,7 @@ Inheritance diagram for xercesc::DOMXPathNSResolver:
  • DOMXPathNSResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html index b3d56a97..02ead058 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html @@ -94,7 +94,7 @@ ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMXPathNamespace()xercesc::DOMXPathNamespace [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html index 0fe0692f..a10f1f5d 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html @@ -150,7 +150,7 @@ Inheritance diagram for xercesc::DOMXPathNamespace:
  • DOMXPathNamespace.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html index 5b49801c..8188b17b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html @@ -57,7 +57,7 @@ UNORDERED_NODE_SNAPSHOT_TYPE enum valuexercesc::DOMXPathResult ~DOMXPathResult()xercesc::DOMXPathResult [inline, virtual] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathResult.html b/docs/dom3-api/classxercesc_1_1DOMXPathResult.html index 2c948eda..f9dd00df 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathResult.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathResult.html @@ -550,7 +550,7 @@
  • DOMXPathResult.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1MemoryManager-members.html b/docs/dom3-api/classxercesc_1_1MemoryManager-members.html index 685c0e6f..14168823 100644 --- a/docs/dom3-api/classxercesc_1_1MemoryManager-members.html +++ b/docs/dom3-api/classxercesc_1_1MemoryManager-members.html @@ -33,7 +33,7 @@ MemoryManager()xercesc::MemoryManager [inline, protected] ~MemoryManager()xercesc::MemoryManager [inline, virtual] -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1MemoryManager.html b/docs/dom3-api/classxercesc_1_1MemoryManager.html index 9706c8d9..d4fad80c 100644 --- a/docs/dom3-api/classxercesc_1_1MemoryManager.html +++ b/docs/dom3-api/classxercesc_1_1MemoryManager.html @@ -194,7 +194,7 @@ Inheritance diagram for xercesc::MemoryManager:
  • MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1StDOMNode-members.html b/docs/dom3-api/classxercesc_1_1StDOMNode-members.html index bf0b12ed..0246914a 100644 --- a/docs/dom3-api/classxercesc_1_1StDOMNode-members.html +++ b/docs/dom3-api/classxercesc_1_1StDOMNode-members.html @@ -39,7 +39,7 @@ StDOMNode(const StDOMNode &stNode)xercesc::StDOMNode< T > [inline] ~StDOMNode()xercesc::StDOMNode< T > [inline] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1StDOMNode.html b/docs/dom3-api/classxercesc_1_1StDOMNode.html index 7477982f..6da62450 100644 --- a/docs/dom3-api/classxercesc_1_1StDOMNode.html +++ b/docs/dom3-api/classxercesc_1_1StDOMNode.html @@ -269,7 +269,7 @@ template<class T >
  • StDOMNode.hpp
  • -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html b/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html index 1ccfc42d..cb4d684b 100644 --- a/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html +++ b/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html @@ -30,7 +30,7 @@ XMLDeleter()xercesc::XMLDeleter [inline, protected] ~XMLDeleter()xercesc::XMLDeleter [inline, virtual] -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1XMLDeleter.html b/docs/dom3-api/classxercesc_1_1XMLDeleter.html index 80b81578..8f59dc21 100644 --- a/docs/dom3-api/classxercesc_1_1XMLDeleter.html +++ b/docs/dom3-api/classxercesc_1_1XMLDeleter.html @@ -77,7 +77,7 @@
  • PlatformUtils.hpp
  • -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html index f28a8520..6f70405c 100644 --- a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html +++ b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html @@ -37,6 +37,7 @@ fgMemoryManagerxercesc::XMLPlatformUtils [static] fgMutexMgrxercesc::XMLPlatformUtils [static] fgNetAccessorxercesc::XMLPlatformUtils [static] + fgSSE2okxercesc::XMLPlatformUtils [static] fgTransServicexercesc::XMLPlatformUtils [static] fgUserPanicHandlerxercesc::XMLPlatformUtils [static] fgXMLChBigEndianxercesc::XMLPlatformUtils [static] @@ -72,7 +73,7 @@ weavePaths(const XMLCh *const basePath, const XMLCh *const relativePath, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] writeBufferToFile(FileHandle const theFile, XMLSize_t toWrite, const XMLByte *const toFlush, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html index bbb6dce9..89f553cb 100644 --- a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html +++ b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html @@ -150,6 +150,7 @@ static XMLMutex * fgAtomicMutex  Global mutex for fast or infrequent operations.
    static bool fgXMLChBigEndian +static bool fgSSE2ok

    Detailed Description

    Utilities that must be implemented in a platform-specific way.

    @@ -1460,6 +1461,19 @@

    This is provided by the per-platform driver, so each platform can choose what actual implementation it wants to use. The object must be dynamically allocated.

    Note that you may optionally, if your platform driver does not install a network accessor, set it manually from your client code after calling Initialize(). This works because this object is not required during initialization, and only comes into play during actual XML parsing.

    + + + +
    +
    + + + + +
    bool xercesc::XMLPlatformUtils::fgSSE2ok [static]
    +
    +
    +
    @@ -1511,7 +1525,7 @@
  • PlatformUtils.hpp
  • -
    Generated on Fri Nov 13 15:00:19 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/dom-basic_8cpp-example.html b/docs/dom3-api/dom-basic_8cpp-example.html index e74c282f..9d82e45d 100644 --- a/docs/dom3-api/dom-basic_8cpp-example.html +++ b/docs/dom3-api/dom-basic_8cpp-example.html @@ -56,7 +56,7 @@ XERCES_CPP_NAMESPACE_USE; return 0; } -
    Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/dom-context-item_8cpp-example.html b/docs/dom3-api/dom-context-item_8cpp-example.html index fb779fdb..4d713302 100644 --- a/docs/dom3-api/dom-context-item_8cpp-example.html +++ b/docs/dom3-api/dom-context-item_8cpp-example.html @@ -77,7 +77,7 @@ XERCES_CPP_NAMESPACE_USE; return 0; } -
    Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/dom-resolver_8cpp-example.html b/docs/dom3-api/dom-resolver_8cpp-example.html index 93f549a5..618f8726 100644 --- a/docs/dom3-api/dom-resolver_8cpp-example.html +++ b/docs/dom3-api/dom-resolver_8cpp-example.html @@ -37,7 +37,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: dom-resolver.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include <iostream> @@ -168,7 +168,7 @@ XERCES_CPP_NAMESPACE_USE; return 0; } -
    Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/examples.html b/docs/dom3-api/examples.html index 6bdf67bf..0c46caeb 100644 --- a/docs/dom3-api/examples.html +++ b/docs/dom3-api/examples.html @@ -27,7 +27,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/files.html b/docs/dom3-api/files.html index 8ca20762..7df0a656 100644 --- a/docs/dom3-api/files.html +++ b/docs/dom3-api/files.html @@ -93,7 +93,7 @@ XQillaPlatformUtils.hpp [code] -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions.html b/docs/dom3-api/functions.html index ff0ac15b..44ab41e2 100644 --- a/docs/dom3-api/functions.html +++ b/docs/dom3-api/functions.html @@ -74,7 +74,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x61.html b/docs/dom3-api/functions_0x61.html index 2de61d8d..aa330f21 100644 --- a/docs/dom3-api/functions_0x61.html +++ b/docs/dom3-api/functions_0x61.html @@ -153,7 +153,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x62.html b/docs/dom3-api/functions_0x62.html index b125c269..4e47113b 100644 --- a/docs/dom3-api/functions_0x62.html +++ b/docs/dom3-api/functions_0x62.html @@ -74,7 +74,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x63.html b/docs/dom3-api/functions_0x63.html index dcd97336..4f18bcbc 100644 --- a/docs/dom3-api/functions_0x63.html +++ b/docs/dom3-api/functions_0x63.html @@ -215,7 +215,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x64.html b/docs/dom3-api/functions_0x64.html index 7428c745..9cf6ddd3 100644 --- a/docs/dom3-api/functions_0x64.html +++ b/docs/dom3-api/functions_0x64.html @@ -314,7 +314,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x65.html b/docs/dom3-api/functions_0x65.html index b673d24a..316df3e1 100644 --- a/docs/dom3-api/functions_0x65.html +++ b/docs/dom3-api/functions_0x65.html @@ -112,7 +112,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x66.html b/docs/dom3-api/functions_0x66.html index 604f623c..320d9631 100644 --- a/docs/dom3-api/functions_0x66.html +++ b/docs/dom3-api/functions_0x66.html @@ -84,6 +84,9 @@ Here is a list of all class members with links to the classes they belong to:
  • fgNetAccessor : xercesc::XMLPlatformUtils
  • +
  • fgSSE2ok +: xercesc::XMLPlatformUtils +
  • fgTransService : xercesc::XMLPlatformUtils
  • @@ -112,8 +115,8 @@ Here is a list of all class members with links to the classes they belong to: , xercesc::DOMNodeFilter
  • FilterAction -: xercesc::DOMLSParserFilter -, xercesc::DOMNodeFilter +: xercesc::DOMNodeFilter +, xercesc::DOMLSParserFilter
  • FIRST_ORDERED_NODE_TYPE : xercesc::DOMXPathResult @@ -132,7 +135,7 @@ Here is a list of all class members with links to the classes they belong to:
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x67.html b/docs/dom3-api/functions_0x67.html index c74f8ddd..3a089c11 100644 --- a/docs/dom3-api/functions_0x67.html +++ b/docs/dom3-api/functions_0x67.html @@ -111,6 +111,9 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMLSInput , xercesc::DOMLSOutput +
  • getChildElementCount() +: xercesc::DOMElement +
  • getChildNodes() : xercesc::DOMNode
  • @@ -204,6 +207,9 @@ Here is a list of all class members with links to the classes they belong to:
  • getFirstChild() : xercesc::DOMNode
  • +
  • getFirstElementChild() +: xercesc::DOMElement +
  • getFullPath() : xercesc::XMLPlatformUtils
  • @@ -211,12 +217,12 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMLSParser
  • getImplementation() -: xercesc::DOMDocument -, xercesc::DOMImplementation +: xercesc::DOMImplementation +, xercesc::DOMDocument
  • getInputEncoding() -: xercesc::DOMEntity -, xercesc::DOMDocument +: xercesc::DOMDocument +, xercesc::DOMEntity
  • getIntegerValue() : XPath2Result @@ -238,6 +244,9 @@ Here is a list of all class members with links to the classes they belong to:
  • getLastChild() : xercesc::DOMNode
  • +
  • getLastElementChild() +: xercesc::DOMElement +
  • getLength() : xercesc::DOMCharacterData , xercesc::DOMImplementationList @@ -277,6 +286,9 @@ Here is a list of all class members with links to the classes they belong to:
  • getNewLine() : xercesc::DOMLSSerializer
  • +
  • getNextElementSibling() +: xercesc::DOMElement +
  • getNextSibling() : xercesc::DOMNode
  • @@ -287,9 +299,9 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • getNodeValue() -: xercesc::DOMXPathResult -, XPath2Result +: XPath2Result , xercesc::DOMNode +, xercesc::DOMXPathResult
  • getNotationName() : xercesc::DOMEntity @@ -298,8 +310,8 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMDocumentType
  • getNumberValue() -: XPath2Result -, xercesc::DOMXPathResult +: xercesc::DOMXPathResult +, XPath2Result
  • getNumericProperty() : xercesc::DOMPSVITypeInfo @@ -321,19 +333,22 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • getPooledString() -: XPath2MemoryManager +: XPath2MemoryManager
  • getPrefix() : xercesc::DOMNode
  • +
  • getPreviousElementSibling() +: xercesc::DOMElement +
  • getPreviousSibling() : xercesc::DOMNode
  • getPublicId() -: xercesc::DOMNotation +: xercesc::DOMLSInput , xercesc::DOMDocumentType , xercesc::DOMEntity -, xercesc::DOMLSInput +, xercesc::DOMNotation
  • getRelatedData() : xercesc::DOMError @@ -345,26 +360,26 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMLocator
  • getResultType() -: XPath2Result -, xercesc::DOMXPathResult +: xercesc::DOMXPathResult +, XPath2Result
  • getRoot() -: xercesc::DOMNodeIterator -, xercesc::DOMTreeWalker +: xercesc::DOMTreeWalker +, xercesc::DOMNodeIterator
  • getRootGrammar() : xercesc::DOMLSParser
  • getSchemaTypeInfo() -: xercesc::DOMElement -, xercesc::DOMAttr +: xercesc::DOMAttr +, xercesc::DOMElement
  • getSeverity() : xercesc::DOMError
  • getSnapshotLength() -: xercesc::DOMXPathResult -, XPath2Result +: XPath2Result +, xercesc::DOMXPathResult
  • getSpecified() : xercesc::DOMAttr @@ -395,11 +410,11 @@ Here is a list of all class members with links to the classes they belong to: , XPath2Result
  • getSystemId() -: xercesc::DOMLSInput +: xercesc::DOMDocumentType +, xercesc::DOMLSOutput , xercesc::DOMNotation , xercesc::DOMEntity -, xercesc::DOMDocumentType -, xercesc::DOMLSOutput +, xercesc::DOMLSInput
  • getTagName() : xercesc::DOMElement @@ -442,28 +457,28 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMAttr
  • getWhatToShow() -: xercesc::DOMLSParserFilter +: xercesc::DOMLSSerializerFilter , xercesc::DOMTreeWalker -, xercesc::DOMLSSerializerFilter , xercesc::DOMNodeIterator +, xercesc::DOMLSParserFilter
  • getWholeText() : xercesc::DOMText
  • getXmlEncoding() -: xercesc::DOMEntity -, xercesc::DOMDocument +: xercesc::DOMDocument +, xercesc::DOMEntity
  • getXmlStandalone() : xercesc::DOMDocument
  • getXmlVersion() -: xercesc::DOMDocument -, xercesc::DOMEntity +: xercesc::DOMEntity +, xercesc::DOMDocument
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x68.html b/docs/dom3-api/functions_0x68.html index c9322623..e005023a 100644 --- a/docs/dom3-api/functions_0x68.html +++ b/docs/dom3-api/functions_0x68.html @@ -92,7 +92,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x69.html b/docs/dom3-api/functions_0x69.html index 8ef4e885..2367b12e 100644 --- a/docs/dom3-api/functions_0x69.html +++ b/docs/dom3-api/functions_0x69.html @@ -163,7 +163,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x6c.html b/docs/dom3-api/functions_0x6c.html index e788d386..7641c551 100644 --- a/docs/dom3-api/functions_0x6c.html +++ b/docs/dom3-api/functions_0x6c.html @@ -96,7 +96,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x6d.html b/docs/dom3-api/functions_0x6d.html index 8afb60f1..27cdb50a 100644 --- a/docs/dom3-api/functions_0x6d.html +++ b/docs/dom3-api/functions_0x6d.html @@ -92,7 +92,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x6e.html b/docs/dom3-api/functions_0x6e.html index f8a5b584..929bc57f 100644 --- a/docs/dom3-api/functions_0x6e.html +++ b/docs/dom3-api/functions_0x6e.html @@ -129,7 +129,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x6f.html b/docs/dom3-api/functions_0x6f.html index dfcd10ef..8ef24469 100644 --- a/docs/dom3-api/functions_0x6f.html +++ b/docs/dom3-api/functions_0x6f.html @@ -118,7 +118,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x70.html b/docs/dom3-api/functions_0x70.html index 798b716b..456a760b 100644 --- a/docs/dom3-api/functions_0x70.html +++ b/docs/dom3-api/functions_0x70.html @@ -82,7 +82,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMLSParser
  • parseWithContext() -: xercesc::DOMLSParser +: xercesc::DOMLSParser
  • pointer : XQillaAllocator< _Tp > @@ -144,7 +144,7 @@ Here is a list of all class members with links to the classes they belong to:
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x72.html b/docs/dom3-api/functions_0x72.html index f83e47d1..59acbb67 100644 --- a/docs/dom3-api/functions_0x72.html +++ b/docs/dom3-api/functions_0x72.html @@ -154,7 +154,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x73.html b/docs/dom3-api/functions_0x73.html index 223ab135..7272c7fe 100644 --- a/docs/dom3-api/functions_0x73.html +++ b/docs/dom3-api/functions_0x73.html @@ -293,7 +293,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x74.html b/docs/dom3-api/functions_0x74.html index 26048e82..6b10ab0f 100644 --- a/docs/dom3-api/functions_0x74.html +++ b/docs/dom3-api/functions_0x74.html @@ -66,12 +66,12 @@ Here is a list of all class members with links to the classes they belong to:

    - t -

    -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x75.html b/docs/dom3-api/functions_0x75.html index 4556c1dc..b8f107b7 100644 --- a/docs/dom3-api/functions_0x75.html +++ b/docs/dom3-api/functions_0x75.html @@ -77,7 +77,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x76.html b/docs/dom3-api/functions_0x76.html index 65724c6f..725a0802 100644 --- a/docs/dom3-api/functions_0x76.html +++ b/docs/dom3-api/functions_0x76.html @@ -74,7 +74,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x77.html b/docs/dom3-api/functions_0x77.html index 49846165..4eff2526 100644 --- a/docs/dom3-api/functions_0x77.html +++ b/docs/dom3-api/functions_0x77.html @@ -86,7 +86,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x78.html b/docs/dom3-api/functions_0x78.html index 39176d89..111977a5 100644 --- a/docs/dom3-api/functions_0x78.html +++ b/docs/dom3-api/functions_0x78.html @@ -86,7 +86,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_0x7e.html b/docs/dom3-api/functions_0x7e.html index a7cf9236..53e45190 100644 --- a/docs/dom3-api/functions_0x7e.html +++ b/docs/dom3-api/functions_0x7e.html @@ -248,7 +248,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_enum.html b/docs/dom3-api/functions_enum.html index 797bf507..5864caa9 100644 --- a/docs/dom3-api/functions_enum.html +++ b/docs/dom3-api/functions_enum.html @@ -93,7 +93,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_eval.html b/docs/dom3-api/functions_eval.html index f9a1a3ae..a674c513 100644 --- a/docs/dom3-api/functions_eval.html +++ b/docs/dom3-api/functions_eval.html @@ -509,7 +509,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func.html b/docs/dom3-api/functions_func.html index b8ff1a59..d3d88925 100644 --- a/docs/dom3-api/functions_func.html +++ b/docs/dom3-api/functions_func.html @@ -116,7 +116,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x63.html b/docs/dom3-api/functions_func_0x63.html index 0da493b5..77d37786 100644 --- a/docs/dom3-api/functions_func_0x63.html +++ b/docs/dom3-api/functions_func_0x63.html @@ -187,7 +187,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x64.html b/docs/dom3-api/functions_func_0x64.html index b5efe03b..55ffc80d 100644 --- a/docs/dom3-api/functions_func_0x64.html +++ b/docs/dom3-api/functions_func_0x64.html @@ -239,7 +239,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x65.html b/docs/dom3-api/functions_func_0x65.html index a9ffcb0f..fa583b84 100644 --- a/docs/dom3-api/functions_func_0x65.html +++ b/docs/dom3-api/functions_func_0x65.html @@ -75,7 +75,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x66.html b/docs/dom3-api/functions_func_0x66.html index a409d69e..890ab599 100644 --- a/docs/dom3-api/functions_func_0x66.html +++ b/docs/dom3-api/functions_func_0x66.html @@ -71,7 +71,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x67.html b/docs/dom3-api/functions_func_0x67.html index 85d0ba9c..d1e27bd3 100644 --- a/docs/dom3-api/functions_func_0x67.html +++ b/docs/dom3-api/functions_func_0x67.html @@ -108,6 +108,9 @@ : xercesc::DOMLSInput , xercesc::DOMLSOutput +
  • getChildElementCount() +: xercesc::DOMElement +
  • getChildNodes() : xercesc::DOMNode
  • @@ -201,6 +204,9 @@
  • getFirstChild() : xercesc::DOMNode
  • +
  • getFirstElementChild() +: xercesc::DOMElement +
  • getFullPath() : xercesc::XMLPlatformUtils
  • @@ -208,12 +214,12 @@ : xercesc::DOMLSParser
  • getImplementation() -: xercesc::DOMDocument -, xercesc::DOMImplementation +: xercesc::DOMImplementation +, xercesc::DOMDocument
  • getInputEncoding() -: xercesc::DOMEntity -, xercesc::DOMDocument +: xercesc::DOMDocument +, xercesc::DOMEntity
  • getIntegerValue() : XPath2Result @@ -235,6 +241,9 @@
  • getLastChild() : xercesc::DOMNode
  • +
  • getLastElementChild() +: xercesc::DOMElement +
  • getLength() : xercesc::DOMCharacterData , xercesc::DOMImplementationList @@ -274,6 +283,9 @@
  • getNewLine() : xercesc::DOMLSSerializer
  • +
  • getNextElementSibling() +: xercesc::DOMElement +
  • getNextSibling() : xercesc::DOMNode
  • @@ -284,9 +296,9 @@ : xercesc::DOMNode
  • getNodeValue() -: xercesc::DOMXPathResult -, XPath2Result +: XPath2Result , xercesc::DOMNode +, xercesc::DOMXPathResult
  • getNotationName() : xercesc::DOMEntity @@ -295,8 +307,8 @@ : xercesc::DOMDocumentType
  • getNumberValue() -: XPath2Result -, xercesc::DOMXPathResult +: xercesc::DOMXPathResult +, XPath2Result
  • getNumericProperty() : xercesc::DOMPSVITypeInfo @@ -318,19 +330,22 @@ : xercesc::DOMNode
  • getPooledString() -: XPath2MemoryManager +: XPath2MemoryManager
  • getPrefix() : xercesc::DOMNode
  • +
  • getPreviousElementSibling() +: xercesc::DOMElement +
  • getPreviousSibling() : xercesc::DOMNode
  • getPublicId() -: xercesc::DOMNotation +: xercesc::DOMLSInput , xercesc::DOMDocumentType , xercesc::DOMEntity -, xercesc::DOMLSInput +, xercesc::DOMNotation
  • getRelatedData() : xercesc::DOMError @@ -342,26 +357,26 @@ : xercesc::DOMLocator
  • getResultType() -: XPath2Result -, xercesc::DOMXPathResult +: xercesc::DOMXPathResult +, XPath2Result
  • getRoot() -: xercesc::DOMNodeIterator -, xercesc::DOMTreeWalker +: xercesc::DOMTreeWalker +, xercesc::DOMNodeIterator
  • getRootGrammar() : xercesc::DOMLSParser
  • getSchemaTypeInfo() -: xercesc::DOMElement -, xercesc::DOMAttr +: xercesc::DOMAttr +, xercesc::DOMElement
  • getSeverity() : xercesc::DOMError
  • getSnapshotLength() -: xercesc::DOMXPathResult -, XPath2Result +: XPath2Result +, xercesc::DOMXPathResult
  • getSpecified() : xercesc::DOMAttr @@ -392,11 +407,11 @@ , XPath2Result
  • getSystemId() -: xercesc::DOMLSInput +: xercesc::DOMDocumentType +, xercesc::DOMLSOutput , xercesc::DOMNotation , xercesc::DOMEntity -, xercesc::DOMDocumentType -, xercesc::DOMLSOutput +, xercesc::DOMLSInput
  • getTagName() : xercesc::DOMElement @@ -439,28 +454,28 @@ : xercesc::DOMAttr
  • getWhatToShow() -: xercesc::DOMLSParserFilter +: xercesc::DOMLSSerializerFilter , xercesc::DOMTreeWalker -, xercesc::DOMLSSerializerFilter , xercesc::DOMNodeIterator +, xercesc::DOMLSParserFilter
  • getWholeText() : xercesc::DOMText
  • getXmlEncoding() -: xercesc::DOMEntity -, xercesc::DOMDocument +: xercesc::DOMDocument +, xercesc::DOMEntity
  • getXmlStandalone() : xercesc::DOMDocument
  • getXmlVersion() -: xercesc::DOMDocument -, xercesc::DOMEntity +: xercesc::DOMEntity +, xercesc::DOMDocument
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x68.html b/docs/dom3-api/functions_func_0x68.html index 6a541977..4b87f97b 100644 --- a/docs/dom3-api/functions_func_0x68.html +++ b/docs/dom3-api/functions_func_0x68.html @@ -86,7 +86,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x69.html b/docs/dom3-api/functions_func_0x69.html index d1ea492e..4c602401 100644 --- a/docs/dom3-api/functions_func_0x69.html +++ b/docs/dom3-api/functions_func_0x69.html @@ -130,7 +130,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x6c.html b/docs/dom3-api/functions_func_0x6c.html index f578fc5f..6b9de6f2 100644 --- a/docs/dom3-api/functions_func_0x6c.html +++ b/docs/dom3-api/functions_func_0x6c.html @@ -90,7 +90,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x6d.html b/docs/dom3-api/functions_func_0x6d.html index dedb6c88..14298f4a 100644 --- a/docs/dom3-api/functions_func_0x6d.html +++ b/docs/dom3-api/functions_func_0x6d.html @@ -80,7 +80,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x6e.html b/docs/dom3-api/functions_func_0x6e.html index c7545666..77258b7f 100644 --- a/docs/dom3-api/functions_func_0x6e.html +++ b/docs/dom3-api/functions_func_0x6e.html @@ -78,7 +78,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x6f.html b/docs/dom3-api/functions_func_0x6f.html index b60faa03..fee46c98 100644 --- a/docs/dom3-api/functions_func_0x6f.html +++ b/docs/dom3-api/functions_func_0x6f.html @@ -106,7 +106,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x70.html b/docs/dom3-api/functions_func_0x70.html index 5bc178ce..a9152956 100644 --- a/docs/dom3-api/functions_func_0x70.html +++ b/docs/dom3-api/functions_func_0x70.html @@ -76,7 +76,7 @@ : xercesc::DOMLSParser
  • parseWithContext() -: xercesc::DOMLSParser +: xercesc::DOMLSParser
  • previousNode() : xercesc::DOMTreeWalker @@ -87,7 +87,7 @@
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x72.html b/docs/dom3-api/functions_func_0x72.html index 0080343c..35774c03 100644 --- a/docs/dom3-api/functions_func_0x72.html +++ b/docs/dom3-api/functions_func_0x72.html @@ -141,7 +141,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x73.html b/docs/dom3-api/functions_func_0x73.html index b67f2aa3..a678b387 100644 --- a/docs/dom3-api/functions_func_0x73.html +++ b/docs/dom3-api/functions_func_0x73.html @@ -221,7 +221,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x74.html b/docs/dom3-api/functions_func_0x74.html index 69a36e67..d8bb25be 100644 --- a/docs/dom3-api/functions_func_0x74.html +++ b/docs/dom3-api/functions_func_0x74.html @@ -63,18 +63,18 @@  

    - t -

    -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x75.html b/docs/dom3-api/functions_func_0x75.html index 4d5c408f..7330f75b 100644 --- a/docs/dom3-api/functions_func_0x75.html +++ b/docs/dom3-api/functions_func_0x75.html @@ -68,7 +68,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x77.html b/docs/dom3-api/functions_func_0x77.html index 05432bea..e8d89d55 100644 --- a/docs/dom3-api/functions_func_0x77.html +++ b/docs/dom3-api/functions_func_0x77.html @@ -80,7 +80,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x78.html b/docs/dom3-api/functions_func_0x78.html index 9e67016c..f8cad5ba 100644 --- a/docs/dom3-api/functions_func_0x78.html +++ b/docs/dom3-api/functions_func_0x78.html @@ -77,7 +77,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_func_0x7e.html b/docs/dom3-api/functions_func_0x7e.html index 8c775f67..0a661645 100644 --- a/docs/dom3-api/functions_func_0x7e.html +++ b/docs/dom3-api/functions_func_0x7e.html @@ -245,7 +245,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_type.html b/docs/dom3-api/functions_type.html index e0dca7ee..622f2f4c 100644 --- a/docs/dom3-api/functions_type.html +++ b/docs/dom3-api/functions_type.html @@ -66,7 +66,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/functions_vars.html b/docs/dom3-api/functions_vars.html index 473b1c2e..e23c55ea 100644 --- a/docs/dom3-api/functions_vars.html +++ b/docs/dom3-api/functions_vars.html @@ -64,6 +64,9 @@
  • fgNetAccessor : xercesc::XMLPlatformUtils
  • +
  • fgSSE2ok +: xercesc::XMLPlatformUtils +
  • fgTransService : xercesc::XMLPlatformUtils
  • @@ -81,7 +84,7 @@ -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/globals.html b/docs/dom3-api/globals.html index 1a025ea3..f3286a78 100644 --- a/docs/dom3-api/globals.html +++ b/docs/dom3-api/globals.html @@ -246,7 +246,7 @@ Here is a list of all file members with links to the files they belong to: -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/globals_defs.html b/docs/dom3-api/globals_defs.html index 3e4b0b5f..fd3b84d9 100644 --- a/docs/dom3-api/globals_defs.html +++ b/docs/dom3-api/globals_defs.html @@ -235,7 +235,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/globals_func.html b/docs/dom3-api/globals_func.html index 06b99fa8..ba91e3c1 100644 --- a/docs/dom3-api/globals_func.html +++ b/docs/dom3-api/globals_func.html @@ -40,7 +40,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/graph_legend.html b/docs/dom3-api/graph_legend.html index 51f6b332..8286729f 100644 --- a/docs/dom3-api/graph_legend.html +++ b/docs/dom3-api/graph_legend.html @@ -83,7 +83,7 @@ A purple dashed arrow is used if a class is contained or used by another class. A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance. -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/hierarchy.html b/docs/dom3-api/hierarchy.html index c0ecb0e8..765e6bdc 100644 --- a/docs/dom3-api/hierarchy.html +++ b/docs/dom3-api/hierarchy.html @@ -125,7 +125,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically: -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/index.html b/docs/dom3-api/index.html index 9a343cc5..1f492b75 100644 --- a/docs/dom3-api/index.html +++ b/docs/dom3-api/index.html @@ -18,8 +18,8 @@
    -

    XQilla DOM Level 3 API Documentation

    2.2.3

    -
    Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +

    XQilla DOM Level 3 API Documentation

    2.2.4

    +
    Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/inherits.html b/docs/dom3-api/inherits.html index 66304a7d..d883cc5a 100644 --- a/docs/dom3-api/inherits.html +++ b/docs/dom3-api/inherits.html @@ -157,7 +157,7 @@ -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/namespacemembers.html b/docs/dom3-api/namespacemembers.html index 94c7d25b..0da36c09 100644 --- a/docs/dom3-api/namespacemembers.html +++ b/docs/dom3-api/namespacemembers.html @@ -46,7 +46,7 @@ Here is a list of all namespace members with links to the namespace documentatio -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/namespacemembers_func.html b/docs/dom3-api/namespacemembers_func.html index ea8df247..901026fc 100644 --- a/docs/dom3-api/namespacemembers_func.html +++ b/docs/dom3-api/namespacemembers_func.html @@ -37,7 +37,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/namespacemembers_type.html b/docs/dom3-api/namespacemembers_type.html index b1ae9fa9..80f6a111 100644 --- a/docs/dom3-api/namespacemembers_type.html +++ b/docs/dom3-api/namespacemembers_type.html @@ -43,7 +43,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/namespaces.html b/docs/dom3-api/namespaces.html index 4e0f9ede..54cfac5e 100644 --- a/docs/dom3-api/namespaces.html +++ b/docs/dom3-api/namespaces.html @@ -28,7 +28,7 @@ xercescThis class holds the list of registered DOMImplementations -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/namespacexercesc.html b/docs/dom3-api/namespacexercesc.html index b54249e6..f2ff493a 100644 --- a/docs/dom3-api/namespacexercesc.html +++ b/docs/dom3-api/namespacexercesc.html @@ -326,7 +326,7 @@ -
    Generated on Fri Nov 13 15:00:18 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:33 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/structXQillaAllocator_1_1rebind-members.html b/docs/dom3-api/structXQillaAllocator_1_1rebind-members.html index 6b9e9e19..d8aac4be 100644 --- a/docs/dom3-api/structXQillaAllocator_1_1rebind-members.html +++ b/docs/dom3-api/structXQillaAllocator_1_1rebind-members.html @@ -29,7 +29,7 @@

    XQillaAllocator< _Tp >::rebind< _Tp1 > Member List

    This is the complete list of members for XQillaAllocator< _Tp >::rebind< _Tp1 >, including all inherited members.
    other typedefXQillaAllocator< _Tp >::rebind< _Tp1 >
    -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/structXQillaAllocator_1_1rebind.html b/docs/dom3-api/structXQillaAllocator_1_1rebind.html index 09c24d57..13510a51 100644 --- a/docs/dom3-api/structXQillaAllocator_1_1rebind.html +++ b/docs/dom3-api/structXQillaAllocator_1_1rebind.html @@ -62,7 +62,7 @@ template<class _Tp1 >
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:16 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:31 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/xqilla-dom3_8hpp.html b/docs/dom3-api/xqilla-dom3_8hpp.html index fa015585..f909eacf 100644 --- a/docs/dom3-api/xqilla-dom3_8hpp.html +++ b/docs/dom3-api/xqilla-dom3_8hpp.html @@ -44,7 +44,7 @@ Include dependency graph for xqilla-dom3.hpp:
    -
    Generated on Fri Nov 13 15:00:15 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:30 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/dom3-api/xqilla-dom3_8hpp_source.html b/docs/dom3-api/xqilla-dom3_8hpp_source.html index a07eab3f..522458ba 100644 --- a/docs/dom3-api/xqilla-dom3_8hpp_source.html +++ b/docs/dom3-api/xqilla-dom3_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: xqilla-dom3.hpp 691 2008-11-28 18:00:53Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #include <xqilla/dom-api/XQillaExpression.hpp> @@ -53,7 +53,7 @@ 00029 #include <xqilla/framework/XPath2MemoryManager.hpp> 00030 -
    Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by  +
    Generated on Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATAnySimpleType_8hpp.html b/docs/simple-api/ATAnySimpleType_8hpp.html index 62c9c586..0dad9830 100644 --- a/docs/simple-api/ATAnySimpleType_8hpp.html +++ b/docs/simple-api/ATAnySimpleType_8hpp.html @@ -42,7 +42,7 @@ Include dependency graph for ATAnySimpleType.hpp:  This class represents the atomic types (ie, the simple types which are not list or union types) with type annotation xs:anySimpleType. More...
    -
    Generated on Fri Nov 13 14:59:32 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:52 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATAnySimpleType_8hpp_source.html b/docs/simple-api/ATAnySimpleType_8hpp_source.html index 4ac46dd5..e0e83c1e 100644 --- a/docs/simple-api/ATAnySimpleType_8hpp_source.html +++ b/docs/simple-api/ATAnySimpleType_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATAnySimpleType.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATANYSIMPLETYPE_HPP @@ -78,7 +78,7 @@ 00058 00059 #endif // _ATANYSIMPLETYPE_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATAnyURIOrDerived_8hpp.html b/docs/simple-api/ATAnyURIOrDerived_8hpp.html index 096e2d6d..a666d123 100644 --- a/docs/simple-api/ATAnyURIOrDerived_8hpp.html +++ b/docs/simple-api/ATAnyURIOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATAnyURIOrDerived -
    Generated on Fri Nov 13 14:59:32 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:52 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATAnyURIOrDerived_8hpp_source.html b/docs/simple-api/ATAnyURIOrDerived_8hpp_source.html index 924c0bde..8818a8de 100644 --- a/docs/simple-api/ATAnyURIOrDerived_8hpp_source.html +++ b/docs/simple-api/ATAnyURIOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATAnyURIOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATANYURIORDERIVED_HPP @@ -77,7 +77,7 @@ 00053 00054 #endif // _ATANYURIORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html b/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html index 614db520..c1f76101 100644 --- a/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html +++ b/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html @@ -41,7 +41,7 @@ Include dependency graph for ATBase64BinaryOrDerived.hpp: class  ATBase64BinaryOrDerived -
    Generated on Fri Nov 13 14:59:32 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:52 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATBase64BinaryOrDerived_8hpp_source.html b/docs/simple-api/ATBase64BinaryOrDerived_8hpp_source.html index 67684015..464093fb 100644 --- a/docs/simple-api/ATBase64BinaryOrDerived_8hpp_source.html +++ b/docs/simple-api/ATBase64BinaryOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATBase64BinaryOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATBASE64BINARYORDERIVED_HPP @@ -80,7 +80,7 @@ 00058 00059 #endif // _ATBASE64BINARYORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATBooleanOrDerived_8hpp.html b/docs/simple-api/ATBooleanOrDerived_8hpp.html index c264bdfe..5c0843d6 100644 --- a/docs/simple-api/ATBooleanOrDerived_8hpp.html +++ b/docs/simple-api/ATBooleanOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATBooleanOrDerived -
    Generated on Fri Nov 13 14:59:33 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:53 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATBooleanOrDerived_8hpp_source.html b/docs/simple-api/ATBooleanOrDerived_8hpp_source.html index 17efc9a7..22b4faba 100644 --- a/docs/simple-api/ATBooleanOrDerived_8hpp_source.html +++ b/docs/simple-api/ATBooleanOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATBooleanOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATBOOLEANORDERIVED_HPP @@ -90,7 +90,7 @@ 00068 00069 #endif // _ATBOOLEANORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDateOrDerived_8hpp.html b/docs/simple-api/ATDateOrDerived_8hpp.html index 9a143241..2e75eaab 100644 --- a/docs/simple-api/ATDateOrDerived_8hpp.html +++ b/docs/simple-api/ATDateOrDerived_8hpp.html @@ -51,7 +51,7 @@ This graph shows which files directly or indirectly include this file: class  ATDateOrDerived -
    Generated on Fri Nov 13 14:59:33 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:53 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDateOrDerived_8hpp_source.html b/docs/simple-api/ATDateOrDerived_8hpp_source.html index df2c756b..e2de22c3 100644 --- a/docs/simple-api/ATDateOrDerived_8hpp_source.html +++ b/docs/simple-api/ATDateOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATDateOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATDATEORDERIVED_HPP @@ -110,7 +110,7 @@ 00126 00127 #endif // _ATDATEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDateTimeOrDerived_8hpp.html b/docs/simple-api/ATDateTimeOrDerived_8hpp.html index 8ba65c21..5609e328 100644 --- a/docs/simple-api/ATDateTimeOrDerived_8hpp.html +++ b/docs/simple-api/ATDateTimeOrDerived_8hpp.html @@ -51,7 +51,7 @@ This graph shows which files directly or indirectly include this file: class  ATDateTimeOrDerived -
    Generated on Fri Nov 13 14:59:33 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:53 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDateTimeOrDerived_8hpp_source.html b/docs/simple-api/ATDateTimeOrDerived_8hpp_source.html index 2d6bddca..c027c497 100644 --- a/docs/simple-api/ATDateTimeOrDerived_8hpp_source.html +++ b/docs/simple-api/ATDateTimeOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATDateTimeOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATDATETIMEORDERIVED_HPP @@ -116,7 +116,7 @@ 00145 00146 #endif // _ATDATETIMEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDecimalOrDerived_8hpp.html b/docs/simple-api/ATDecimalOrDerived_8hpp.html index adcc8a1b..1576db6c 100644 --- a/docs/simple-api/ATDecimalOrDerived_8hpp.html +++ b/docs/simple-api/ATDecimalOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATDecimalOrDerived -
    Generated on Fri Nov 13 14:59:34 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:54 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDecimalOrDerived_8hpp_source.html b/docs/simple-api/ATDecimalOrDerived_8hpp_source.html index 09ac99ef..faf3cd7c 100644 --- a/docs/simple-api/ATDecimalOrDerived_8hpp_source.html +++ b/docs/simple-api/ATDecimalOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATDecimalOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATDECIMALORDERIVED_HPP @@ -119,7 +119,7 @@ 00111 00112 #endif // _ATDECIMALORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDoubleOrDerived_8hpp.html b/docs/simple-api/ATDoubleOrDerived_8hpp.html index b1c17e42..00b062f5 100644 --- a/docs/simple-api/ATDoubleOrDerived_8hpp.html +++ b/docs/simple-api/ATDoubleOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATDoubleOrDerived -
    Generated on Fri Nov 13 14:59:34 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:54 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDoubleOrDerived_8hpp_source.html b/docs/simple-api/ATDoubleOrDerived_8hpp_source.html index b5eeec63..ec7bf369 100644 --- a/docs/simple-api/ATDoubleOrDerived_8hpp_source.html +++ b/docs/simple-api/ATDoubleOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATDoubleOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATDOUBLEORDERIVED_HPP @@ -113,7 +113,7 @@ 00103 00104 #endif // _ATDOUBLEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDurationOrDerived_8hpp.html b/docs/simple-api/ATDurationOrDerived_8hpp.html index 5cf255ac..d7e71270 100644 --- a/docs/simple-api/ATDurationOrDerived_8hpp.html +++ b/docs/simple-api/ATDurationOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATDurationOrDerived -
    Generated on Fri Nov 13 14:59:34 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:54 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATDurationOrDerived_8hpp_source.html b/docs/simple-api/ATDurationOrDerived_8hpp_source.html index 80478de3..63447832 100644 --- a/docs/simple-api/ATDurationOrDerived_8hpp_source.html +++ b/docs/simple-api/ATDurationOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATDurationOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATDURATIONORDERIVED_HPP @@ -128,7 +128,7 @@ 00123 00124 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATFloatOrDerived_8hpp.html b/docs/simple-api/ATFloatOrDerived_8hpp.html index 2c55e1c4..143b80ab 100644 --- a/docs/simple-api/ATFloatOrDerived_8hpp.html +++ b/docs/simple-api/ATFloatOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATFloatOrDerived -
    Generated on Fri Nov 13 14:59:34 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:54 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATFloatOrDerived_8hpp_source.html b/docs/simple-api/ATFloatOrDerived_8hpp_source.html index 89785d41..387deaf4 100644 --- a/docs/simple-api/ATFloatOrDerived_8hpp_source.html +++ b/docs/simple-api/ATFloatOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATFloatOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATFLOATORDERIVED_HPP @@ -113,7 +113,7 @@ 00103 00104 #endif // _ATFLOATORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGDayOrDerived_8hpp.html b/docs/simple-api/ATGDayOrDerived_8hpp.html index bb3ebe9e..bb4fd959 100644 --- a/docs/simple-api/ATGDayOrDerived_8hpp.html +++ b/docs/simple-api/ATGDayOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATGDayOrDerived -
    Generated on Fri Nov 13 14:59:35 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:55 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGDayOrDerived_8hpp_source.html b/docs/simple-api/ATGDayOrDerived_8hpp_source.html index 11c8542b..4fa98b2c 100644 --- a/docs/simple-api/ATGDayOrDerived_8hpp_source.html +++ b/docs/simple-api/ATGDayOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATGDayOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATGDAYORDERIVED_HPP @@ -86,7 +86,7 @@ 00066 00067 #endif // _ATGDAYORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGMonthDayOrDerived_8hpp.html b/docs/simple-api/ATGMonthDayOrDerived_8hpp.html index d818c753..9db50c13 100644 --- a/docs/simple-api/ATGMonthDayOrDerived_8hpp.html +++ b/docs/simple-api/ATGMonthDayOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATGMonthDayOrDerived -
    Generated on Fri Nov 13 14:59:35 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:55 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGMonthDayOrDerived_8hpp_source.html b/docs/simple-api/ATGMonthDayOrDerived_8hpp_source.html index f008bb03..e2c097d9 100644 --- a/docs/simple-api/ATGMonthDayOrDerived_8hpp_source.html +++ b/docs/simple-api/ATGMonthDayOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATGMonthDayOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATGMONTHDAYORDERIVED_HPP @@ -86,7 +86,7 @@ 00066 00067 #endif // _ATGMONTHDAYORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGMonthOrDerived_8hpp.html b/docs/simple-api/ATGMonthOrDerived_8hpp.html index eec0df67..771f4499 100644 --- a/docs/simple-api/ATGMonthOrDerived_8hpp.html +++ b/docs/simple-api/ATGMonthOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATGMonthOrDerived -
    Generated on Fri Nov 13 14:59:35 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:55 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGMonthOrDerived_8hpp_source.html b/docs/simple-api/ATGMonthOrDerived_8hpp_source.html index 5923f09d..21dca826 100644 --- a/docs/simple-api/ATGMonthOrDerived_8hpp_source.html +++ b/docs/simple-api/ATGMonthOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATGMonthOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATGMONTHORDERIVED_HPP @@ -86,7 +86,7 @@ 00066 00067 #endif // _ATGMONTHORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGYearMonthOrDerived_8hpp.html b/docs/simple-api/ATGYearMonthOrDerived_8hpp.html index 05b28a79..0a5328bd 100644 --- a/docs/simple-api/ATGYearMonthOrDerived_8hpp.html +++ b/docs/simple-api/ATGYearMonthOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATGYearMonthOrDerived -
    Generated on Fri Nov 13 14:59:36 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGYearMonthOrDerived_8hpp_source.html b/docs/simple-api/ATGYearMonthOrDerived_8hpp_source.html index 330dbd87..4d8b22fe 100644 --- a/docs/simple-api/ATGYearMonthOrDerived_8hpp_source.html +++ b/docs/simple-api/ATGYearMonthOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATGYearMonthOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATGYEARMONTHORDERIVED_HPP @@ -86,7 +86,7 @@ 00066 00067 #endif // _ATGYEARMONTHORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGYearOrDerived_8hpp.html b/docs/simple-api/ATGYearOrDerived_8hpp.html index fead5837..b147b7c0 100644 --- a/docs/simple-api/ATGYearOrDerived_8hpp.html +++ b/docs/simple-api/ATGYearOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATGYearOrDerived -
    Generated on Fri Nov 13 14:59:36 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATGYearOrDerived_8hpp_source.html b/docs/simple-api/ATGYearOrDerived_8hpp_source.html index 7ffced4f..f03ac28f 100644 --- a/docs/simple-api/ATGYearOrDerived_8hpp_source.html +++ b/docs/simple-api/ATGYearOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATGYearOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATGYEARORDERIVED_HPP @@ -86,7 +86,7 @@ 00066 00067 #endif // _ATGYEARORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATHexBinaryOrDerived_8hpp.html b/docs/simple-api/ATHexBinaryOrDerived_8hpp.html index 91b44a0a..ae75f3b1 100644 --- a/docs/simple-api/ATHexBinaryOrDerived_8hpp.html +++ b/docs/simple-api/ATHexBinaryOrDerived_8hpp.html @@ -41,7 +41,7 @@ Include dependency graph for ATHexBinaryOrDerived.hpp: class  ATHexBinaryOrDerived -
    Generated on Fri Nov 13 14:59:36 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATHexBinaryOrDerived_8hpp_source.html b/docs/simple-api/ATHexBinaryOrDerived_8hpp_source.html index 3378659e..54ad5e30 100644 --- a/docs/simple-api/ATHexBinaryOrDerived_8hpp_source.html +++ b/docs/simple-api/ATHexBinaryOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATHexBinaryOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATHEXBINARYORDERIVED_HPP @@ -79,7 +79,7 @@ 00057 00058 #endif // _ATHEXBINARYORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATNotationOrDerived_8hpp.html b/docs/simple-api/ATNotationOrDerived_8hpp.html index 2cf730fd..2dc7cc2a 100644 --- a/docs/simple-api/ATNotationOrDerived_8hpp.html +++ b/docs/simple-api/ATNotationOrDerived_8hpp.html @@ -41,7 +41,7 @@ Include dependency graph for ATNotationOrDerived.hpp: class  ATNotationOrDerived -
    Generated on Fri Nov 13 14:59:36 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATNotationOrDerived_8hpp_source.html b/docs/simple-api/ATNotationOrDerived_8hpp_source.html index 14f9d53a..4617b306 100644 --- a/docs/simple-api/ATNotationOrDerived_8hpp_source.html +++ b/docs/simple-api/ATNotationOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATNotationOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATNOTATIONORDERIVED_HPP @@ -79,7 +79,7 @@ 00057 00058 #endif // _ATNOTATIONORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATQNameOrDerived_8hpp.html b/docs/simple-api/ATQNameOrDerived_8hpp.html index 6e0eaccb..ae63698c 100644 --- a/docs/simple-api/ATQNameOrDerived_8hpp.html +++ b/docs/simple-api/ATQNameOrDerived_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATQNameOrDerived -
    Generated on Fri Nov 13 14:59:37 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATQNameOrDerived_8hpp_source.html b/docs/simple-api/ATQNameOrDerived_8hpp_source.html index 593c23dc..67bddd92 100644 --- a/docs/simple-api/ATQNameOrDerived_8hpp_source.html +++ b/docs/simple-api/ATQNameOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATQNameOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATQNAMEORDERIVED_HPP @@ -90,7 +90,7 @@ 00068 00069 #endif // _ATQNAMEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATStringOrDerived_8hpp.html b/docs/simple-api/ATStringOrDerived_8hpp.html index af850fee..1a392eb4 100644 --- a/docs/simple-api/ATStringOrDerived_8hpp.html +++ b/docs/simple-api/ATStringOrDerived_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  ATStringOrDerived -
    Generated on Fri Nov 13 14:59:37 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:56 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATStringOrDerived_8hpp_source.html b/docs/simple-api/ATStringOrDerived_8hpp_source.html index 0a0a3463..b161b73b 100644 --- a/docs/simple-api/ATStringOrDerived_8hpp_source.html +++ b/docs/simple-api/ATStringOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATStringOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATSTRINGORDERIVED_HPP @@ -97,7 +97,7 @@ 00073 00074 #endif // _ATSTRINGORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATTimeOrDerived_8hpp.html b/docs/simple-api/ATTimeOrDerived_8hpp.html index 1b706a25..cee74e24 100644 --- a/docs/simple-api/ATTimeOrDerived_8hpp.html +++ b/docs/simple-api/ATTimeOrDerived_8hpp.html @@ -51,7 +51,7 @@ This graph shows which files directly or indirectly include this file: class  ATTimeOrDerived -
    Generated on Fri Nov 13 14:59:37 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:57 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATTimeOrDerived_8hpp_source.html b/docs/simple-api/ATTimeOrDerived_8hpp_source.html index 669d6740..c000d776 100644 --- a/docs/simple-api/ATTimeOrDerived_8hpp_source.html +++ b/docs/simple-api/ATTimeOrDerived_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATTimeOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATTIMEORDERIVED_HPP @@ -106,7 +106,7 @@ 00116 00117 #endif // _ATTIMEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATUntypedAtomic_8hpp.html b/docs/simple-api/ATUntypedAtomic_8hpp.html index 32b72cdc..694e5644 100644 --- a/docs/simple-api/ATUntypedAtomic_8hpp.html +++ b/docs/simple-api/ATUntypedAtomic_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  ATUntypedAtomic -
    Generated on Fri Nov 13 14:59:37 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:57 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ATUntypedAtomic_8hpp_source.html b/docs/simple-api/ATUntypedAtomic_8hpp_source.html index e5972010..19ff02df 100644 --- a/docs/simple-api/ATUntypedAtomic_8hpp_source.html +++ b/docs/simple-api/ATUntypedAtomic_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ATUntypedAtomic.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ATUNTYPEDATOMIC_HPP @@ -79,7 +79,7 @@ 00055 00056 #endif // _ATUNTYPEDATOMIC_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/AnyAtomicType_8hpp.html b/docs/simple-api/AnyAtomicType_8hpp.html index 618ff5b8..78772793 100644 --- a/docs/simple-api/AnyAtomicType_8hpp.html +++ b/docs/simple-api/AnyAtomicType_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  AnyAtomicType::CastTable -
    Generated on Fri Nov 13 14:59:32 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:52 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/AnyAtomicType_8hpp_source.html b/docs/simple-api/AnyAtomicType_8hpp_source.html index c02f2282..92af6041 100644 --- a/docs/simple-api/AnyAtomicType_8hpp_source.html +++ b/docs/simple-api/AnyAtomicType_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: AnyAtomicType.hpp 547 2008-06-06 14:41:18Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ANYATOMICTYPE_HPP @@ -179,7 +179,7 @@ 00167 00168 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Collation_8hpp.html b/docs/simple-api/Collation_8hpp.html index 9694654d..72db714d 100644 --- a/docs/simple-api/Collation_8hpp.html +++ b/docs/simple-api/Collation_8hpp.html @@ -38,7 +38,7 @@ Include dependency graph for Collation.hpp: class  Collation -
    Generated on Fri Nov 13 14:59:37 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:57 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Collation_8hpp_source.html b/docs/simple-api/Collation_8hpp_source.html index 89e25bcf..8b1a95d4 100644 --- a/docs/simple-api/Collation_8hpp_source.html +++ b/docs/simple-api/Collation_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Collation.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef COLLATION_HPP @@ -67,7 +67,7 @@ 00043 00044 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ContentSequenceFilter_8hpp.html b/docs/simple-api/ContentSequenceFilter_8hpp.html index 5ffae84d..d60a616f 100644 --- a/docs/simple-api/ContentSequenceFilter_8hpp.html +++ b/docs/simple-api/ContentSequenceFilter_8hpp.html @@ -39,7 +39,7 @@ Include dependency graph for ContentSequenceFilter.hpp: class  ContentSequenceFilter -
    Generated on Fri Nov 13 14:59:38 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:57 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ContentSequenceFilter_8hpp_source.html b/docs/simple-api/ContentSequenceFilter_8hpp_source.html index 2bedaaf9..340dfb8d 100644 --- a/docs/simple-api/ContentSequenceFilter_8hpp_source.html +++ b/docs/simple-api/ContentSequenceFilter_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ContentSequenceFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _CONTENTSEQUENCEFILTER_HPP @@ -73,7 +73,7 @@ 00049 00050 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ContextHelpers_8hpp.html b/docs/simple-api/ContextHelpers_8hpp.html index 54a88982..f17e14bd 100644 --- a/docs/simple-api/ContextHelpers_8hpp.html +++ b/docs/simple-api/ContextHelpers_8hpp.html @@ -49,7 +49,7 @@ Include dependency graph for ContextHelpers.hpp: class  AutoReset< T > -
    Generated on Fri Nov 13 14:59:38 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ContextHelpers_8hpp_source.html b/docs/simple-api/ContextHelpers_8hpp_source.html index acb98c36..e473d03c 100644 --- a/docs/simple-api/ContextHelpers_8hpp_source.html +++ b/docs/simple-api/ContextHelpers_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ContextHelpers.hpp 734 2009-01-30 18:08:37Z gmfeinberg $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef CONTEXTHELPERS_HPP @@ -322,7 +322,7 @@ 00298 00299 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMDocument_8hpp.html b/docs/simple-api/DOMDocument_8hpp.html index 08b33bda..8711f3c2 100644 --- a/docs/simple-api/DOMDocument_8hpp.html +++ b/docs/simple-api/DOMDocument_8hpp.html @@ -62,7 +62,7 @@ Include dependency graph for DOMDocument.hpp: -
    Generated on Fri Nov 13 14:59:40 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMDocument_8hpp_source.html b/docs/simple-api/DOMDocument_8hpp_source.html index 8add8adc..52506ecb 100644 --- a/docs/simple-api/DOMDocument_8hpp_source.html +++ b/docs/simple-api/DOMDocument_8hpp_source.html @@ -203,7 +203,7 @@ 00818 00819 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMNode_8hpp.html b/docs/simple-api/DOMNode_8hpp.html index d9ba058f..418c7624 100644 --- a/docs/simple-api/DOMNode_8hpp.html +++ b/docs/simple-api/DOMNode_8hpp.html @@ -137,7 +137,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:40 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMNode_8hpp_source.html b/docs/simple-api/DOMNode_8hpp_source.html index 58f11757..9a0e32bd 100644 --- a/docs/simple-api/DOMNode_8hpp_source.html +++ b/docs/simple-api/DOMNode_8hpp_source.html @@ -238,7 +238,7 @@ 00921 00922 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMXPathNSResolver_8hpp.html b/docs/simple-api/DOMXPathNSResolver_8hpp.html index 79d91130..a31b0e33 100644 --- a/docs/simple-api/DOMXPathNSResolver_8hpp.html +++ b/docs/simple-api/DOMXPathNSResolver_8hpp.html @@ -56,7 +56,7 @@ Include dependency graph for DOMXPathNSResolver.hpp: -
    Generated on Fri Nov 13 14:59:40 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DOMXPathNSResolver_8hpp_source.html b/docs/simple-api/DOMXPathNSResolver_8hpp_source.html index 63133ba8..75f43267 100644 --- a/docs/simple-api/DOMXPathNSResolver_8hpp_source.html +++ b/docs/simple-api/DOMXPathNSResolver_8hpp_source.html @@ -94,7 +94,7 @@ 00129 00130 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DateOrTimeType_8hpp.html b/docs/simple-api/DateOrTimeType_8hpp.html index c38e843d..f016fa67 100644 --- a/docs/simple-api/DateOrTimeType_8hpp.html +++ b/docs/simple-api/DateOrTimeType_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  DateOrTimeType -
    Generated on Fri Nov 13 14:59:39 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DateOrTimeType_8hpp_source.html b/docs/simple-api/DateOrTimeType_8hpp_source.html index db7cc245..6ea85e92 100644 --- a/docs/simple-api/DateOrTimeType_8hpp_source.html +++ b/docs/simple-api/DateOrTimeType_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: DateOrTimeType.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _DATEORTIMETYPE_HPP @@ -68,7 +68,7 @@ 00047 00048 #endif // _ATDATETIMEORDERIVED_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DebugListener_8hpp.html b/docs/simple-api/DebugListener_8hpp.html index 523fcad1..6ef52d87 100644 --- a/docs/simple-api/DebugListener_8hpp.html +++ b/docs/simple-api/DebugListener_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:  A class used to listen for debugging information. More...
    -
    Generated on Fri Nov 13 14:59:39 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DebugListener_8hpp_source.html b/docs/simple-api/DebugListener_8hpp_source.html index b2814a76..f1984119 100644 --- a/docs/simple-api/DebugListener_8hpp_source.html +++ b/docs/simple-api/DebugListener_8hpp_source.html @@ -70,7 +70,7 @@ 00049 00050 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DocumentCache_8hpp.html b/docs/simple-api/DocumentCache_8hpp.html index 415808c9..b979b436 100644 --- a/docs/simple-api/DocumentCache_8hpp.html +++ b/docs/simple-api/DocumentCache_8hpp.html @@ -71,7 +71,7 @@ XMLCh *, XQillaAllocator
    -
    Generated on Fri Nov 13 14:59:39 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:58 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DocumentCache_8hpp_source.html b/docs/simple-api/DocumentCache_8hpp_source.html index 8803199d..3c5b1733 100644 --- a/docs/simple-api/DocumentCache_8hpp_source.html +++ b/docs/simple-api/DocumentCache_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: DocumentCache.hpp 576 2008-08-08 00:19:59Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _DOCUMENTCACHE_HPP @@ -136,7 +136,7 @@ 00124 00125 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DynamicContext_8hpp.html b/docs/simple-api/DynamicContext_8hpp.html index 25433c1a..b0aa132d 100644 --- a/docs/simple-api/DynamicContext_8hpp.html +++ b/docs/simple-api/DynamicContext_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file:  The execution time dynamic context interface. More...
    -
    Generated on Fri Nov 13 14:59:40 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:59 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/DynamicContext_8hpp_source.html b/docs/simple-api/DynamicContext_8hpp_source.html index 422b3ef2..4fc54065 100644 --- a/docs/simple-api/DynamicContext_8hpp_source.html +++ b/docs/simple-api/DynamicContext_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: DynamicContext.hpp 603 2008-08-18 23:40:47Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _DYNAMICCONTEXT_HPP @@ -125,7 +125,7 @@ 00154 00155 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventGenerator_8hpp.html b/docs/simple-api/EventGenerator_8hpp.html index 58dfe577..aa0d70b1 100644 --- a/docs/simple-api/EventGenerator_8hpp.html +++ b/docs/simple-api/EventGenerator_8hpp.html @@ -43,7 +43,7 @@ Include dependency graph for EventGenerator.hpp: class  GenerateEventsResult -
    Generated on Fri Nov 13 14:59:40 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:59 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventGenerator_8hpp_source.html b/docs/simple-api/EventGenerator_8hpp_source.html index b9bde290..645de222 100644 --- a/docs/simple-api/EventGenerator_8hpp_source.html +++ b/docs/simple-api/EventGenerator_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: EventGenerator.hpp 639 2008-09-01 13:22:54Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _EVENTGENERATOR_HPP @@ -101,7 +101,7 @@ 00079 00080 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventHandler_8hpp.html b/docs/simple-api/EventHandler_8hpp.html index 0cbcf208..b8d2e605 100644 --- a/docs/simple-api/EventHandler_8hpp.html +++ b/docs/simple-api/EventHandler_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:41 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:59 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventHandler_8hpp_source.html b/docs/simple-api/EventHandler_8hpp_source.html index 11f6152b..d8edd532 100644 --- a/docs/simple-api/EventHandler_8hpp_source.html +++ b/docs/simple-api/EventHandler_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: EventHandler.hpp 531 2008-04-10 23:23:07Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _EVENTHANDLER_HPP @@ -168,7 +168,7 @@ 00158 00159 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventSerializer_8hpp.html b/docs/simple-api/EventSerializer_8hpp.html index 7cff3d1d..28493eb4 100644 --- a/docs/simple-api/EventSerializer_8hpp.html +++ b/docs/simple-api/EventSerializer_8hpp.html @@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file: class  EventSerializer -
    Generated on Fri Nov 13 14:59:41 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/EventSerializer_8hpp_source.html b/docs/simple-api/EventSerializer_8hpp_source.html index fdd79076..511c509b 100644 --- a/docs/simple-api/EventSerializer_8hpp_source.html +++ b/docs/simple-api/EventSerializer_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: EventSerializer.hpp 582 2008-08-11 16:43:58Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _EVENTSERIALIZER_HPP @@ -94,7 +94,7 @@ 00070 00071 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ExternalFunctionResolver_8hpp.html b/docs/simple-api/ExternalFunctionResolver_8hpp.html index 77c89fa9..b8fafb68 100644 --- a/docs/simple-api/ExternalFunctionResolver_8hpp.html +++ b/docs/simple-api/ExternalFunctionResolver_8hpp.html @@ -37,7 +37,7 @@ Include dependency graph for ExternalFunctionResolver.hpp: class  ExternalFunctionResolver -
    Generated on Fri Nov 13 14:59:41 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ExternalFunctionResolver_8hpp_source.html b/docs/simple-api/ExternalFunctionResolver_8hpp_source.html index 341e6b4b..6990b17b 100644 --- a/docs/simple-api/ExternalFunctionResolver_8hpp_source.html +++ b/docs/simple-api/ExternalFunctionResolver_8hpp_source.html @@ -59,7 +59,7 @@ 00037 }; 00038 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ExternalFunction_8hpp.html b/docs/simple-api/ExternalFunction_8hpp.html index 83d30eae..4882dd84 100644 --- a/docs/simple-api/ExternalFunction_8hpp.html +++ b/docs/simple-api/ExternalFunction_8hpp.html @@ -39,7 +39,7 @@ Include dependency graph for ExternalFunction.hpp: class  ExternalFunction::Arguments -
    Generated on Fri Nov 13 14:59:41 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ExternalFunction_8hpp_source.html b/docs/simple-api/ExternalFunction_8hpp_source.html index 39c0e533..4e2ee3a2 100644 --- a/docs/simple-api/ExternalFunction_8hpp_source.html +++ b/docs/simple-api/ExternalFunction_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ExternalFunction.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _EXTERNALFUNCTION_HPP @@ -88,7 +88,7 @@ 00067 #endif 00068 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/FastXDMConfiguration_8hpp.html b/docs/simple-api/FastXDMConfiguration_8hpp.html index badd9f2a..afbe1e45 100644 --- a/docs/simple-api/FastXDMConfiguration_8hpp.html +++ b/docs/simple-api/FastXDMConfiguration_8hpp.html @@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file: class  FastXDMConfiguration -
    Generated on Fri Nov 13 14:59:41 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/FastXDMConfiguration_8hpp_source.html b/docs/simple-api/FastXDMConfiguration_8hpp_source.html index 74011ef5..8cfd2dc1 100644 --- a/docs/simple-api/FastXDMConfiguration_8hpp_source.html +++ b/docs/simple-api/FastXDMConfiguration_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: FastXDMConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef FASTXDMCONFIGURATION_H @@ -66,7 +66,7 @@ 00042 00043 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/FunctionRef_8hpp.html b/docs/simple-api/FunctionRef_8hpp.html index 1822f9a5..c0b40223 100644 --- a/docs/simple-api/FunctionRef_8hpp.html +++ b/docs/simple-api/FunctionRef_8hpp.html @@ -58,7 +58,7 @@ Include dependency graph for FunctionRef.hpp: -
    Generated on Fri Nov 13 14:59:42 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/FunctionRef_8hpp_source.html b/docs/simple-api/FunctionRef_8hpp_source.html index b4d0fd09..2b98011c 100644 --- a/docs/simple-api/FunctionRef_8hpp_source.html +++ b/docs/simple-api/FunctionRef_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: FunctionRef.hpp 531 2008-04-10 23:23:07Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _XQILLAFUNCTIONREF_HPP @@ -79,7 +79,7 @@ 00055 }; 00056 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InputParser_8hpp.html b/docs/simple-api/InputParser_8hpp.html index 05e76eeb..5e0f56c1 100644 --- a/docs/simple-api/InputParser_8hpp.html +++ b/docs/simple-api/InputParser_8hpp.html @@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file: class  InputParser -
    Generated on Fri Nov 13 14:59:42 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InputParser_8hpp_source.html b/docs/simple-api/InputParser_8hpp_source.html index b5f4b571..20dc59ec 100644 --- a/docs/simple-api/InputParser_8hpp_source.html +++ b/docs/simple-api/InputParser_8hpp_source.html @@ -82,7 +82,7 @@ 00058 00059 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InputSource_8hpp.html b/docs/simple-api/InputSource_8hpp.html index d6125e4c..ddd9f9d3 100644 --- a/docs/simple-api/InputSource_8hpp.html +++ b/docs/simple-api/InputSource_8hpp.html @@ -65,7 +65,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:42 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InputSource_8hpp_source.html b/docs/simple-api/InputSource_8hpp_source.html index 6ddc0259..fd22bda4 100644 --- a/docs/simple-api/InputSource_8hpp_source.html +++ b/docs/simple-api/InputSource_8hpp_source.html @@ -200,7 +200,7 @@ 00336 00337 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InteractiveDebugger_8hpp.html b/docs/simple-api/InteractiveDebugger_8hpp.html index 5f4d78ee..43e0f32e 100644 --- a/docs/simple-api/InteractiveDebugger_8hpp.html +++ b/docs/simple-api/InteractiveDebugger_8hpp.html @@ -50,7 +50,7 @@ Include dependency graph for InteractiveDebugger.hpp: class  InteractiveDebugger -
    Generated on Fri Nov 13 14:59:42 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:00 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/InteractiveDebugger_8hpp_source.html b/docs/simple-api/InteractiveDebugger_8hpp_source.html index 14d3e145..17162e67 100644 --- a/docs/simple-api/InteractiveDebugger_8hpp_source.html +++ b/docs/simple-api/InteractiveDebugger_8hpp_source.html @@ -200,7 +200,7 @@ 00176 00177 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ItemFactory_8hpp.html b/docs/simple-api/ItemFactory_8hpp.html index 4fdf669b..e74e9b47 100644 --- a/docs/simple-api/ItemFactory_8hpp.html +++ b/docs/simple-api/ItemFactory_8hpp.html @@ -65,7 +65,7 @@ This graph shows which files directly or indirectly include this file: class  ItemFactory -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ItemFactory_8hpp_source.html b/docs/simple-api/ItemFactory_8hpp_source.html index 77395dde..5383ef3d 100644 --- a/docs/simple-api/ItemFactory_8hpp_source.html +++ b/docs/simple-api/ItemFactory_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ItemFactory.hpp 659 2008-10-06 00:11:22Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 /* @@ -154,7 +154,7 @@ 00130 00131 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Item_8hpp.html b/docs/simple-api/Item_8hpp.html index 058ed391..242928bb 100644 --- a/docs/simple-api/Item_8hpp.html +++ b/docs/simple-api/Item_8hpp.html @@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file: namespace  xercesc -
    Generated on Fri Nov 13 14:59:43 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:01 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Item_8hpp_source.html b/docs/simple-api/Item_8hpp_source.html index ddf59e91..a5c17a41 100644 --- a/docs/simple-api/Item_8hpp_source.html +++ b/docs/simple-api/Item_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Item.hpp 547 2008-06-06 14:41:18Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _ITEM_HPP @@ -98,7 +98,7 @@ 00078 #endif 00079 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocalFileFormatTarget_8hpp.html b/docs/simple-api/LocalFileFormatTarget_8hpp.html index c0fc7767..38acf135 100644 --- a/docs/simple-api/LocalFileFormatTarget_8hpp.html +++ b/docs/simple-api/LocalFileFormatTarget_8hpp.html @@ -57,7 +57,7 @@ Include dependency graph for LocalFileFormatTarget.hpp: -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocalFileFormatTarget_8hpp_source.html b/docs/simple-api/LocalFileFormatTarget_8hpp_source.html index 6fef71f6..52b8f247 100644 --- a/docs/simple-api/LocalFileFormatTarget_8hpp_source.html +++ b/docs/simple-api/LocalFileFormatTarget_8hpp_source.html @@ -29,9 +29,9 @@ 00005 * The ASF licenses this file to You under the Apache License, Version 2.0 00006 * (the "License"); you may not use this file except in compliance with 00007 * the License. You may obtain a copy of the License at -00008 * +00008 * 00009 * http://www.apache.org/licenses/LICENSE-2.0 -00010 * +00010 * 00011 * Unless required by applicable law or agreed to in writing, software 00012 * distributed under the License is distributed on an "AS IS" BASIS, 00013 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: LocalFileFormatTarget.hpp 553937 2007-07-06 16:02:19Z amassari $ +00019 * $Id: LocalFileFormatTarget.hpp 882540 2009-11-20 13:02:07Z borisk $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_LOCALFILEFORMATTARGET_HPP) @@ -86,42 +86,40 @@ 00065 // ----------------------------------------------------------------------- 00066 // Private helpers 00067 // ----------------------------------------------------------------------- -00068 void flushBuffer(); -00069 bool insureCapacity(const XMLSize_t extraNeeded); -00070 -00071 // ----------------------------------------------------------------------- -00072 // Private data members -00073 // -00074 // fSource -00075 // The source file that we represent. The FileHandle type is defined -00076 // per platform. -00077 // -00078 // fDataBuf -00079 // The pointer to the buffer data. Its always -00080 // one larger than fCapacity, to leave room for the null terminator. -00081 // -00082 // fIndex -00083 // The current index into the buffer, as characters are appended -00084 // to it. If its zero, then the buffer is empty. -00085 // -00086 // fCapacity -00087 // The current capacity of the buffer. Its actually always one -00088 // larger, to leave room for the null terminator. -00089 // ----------------------------------------------------------------------- -00090 FileHandle fSource; -00091 XMLByte* fDataBuf; -00092 XMLSize_t fIndex; -00093 XMLSize_t fCapacity; -00094 MemoryManager* fMemoryManager; -00095 }; +00068 void insureCapacity(const XMLSize_t extraNeeded); +00069 +00070 // ----------------------------------------------------------------------- +00071 // Private data members +00072 // +00073 // fSource +00074 // The source file that we represent. The FileHandle type is defined +00075 // per platform. +00076 // +00077 // fDataBuf +00078 // The pointer to the buffer data. Its always +00079 // one larger than fCapacity, to leave room for the null terminator. +00080 // +00081 // fIndex +00082 // The current index into the buffer, as characters are appended +00083 // to it. If its zero, then the buffer is empty. +00084 // +00085 // fCapacity +00086 // The current capacity of the buffer. Its actually always one +00087 // larger, to leave room for the null terminator. +00088 // ----------------------------------------------------------------------- +00089 FileHandle fSource; +00090 XMLByte* fDataBuf; +00091 XMLSize_t fIndex; +00092 XMLSize_t fCapacity; +00093 MemoryManager* fMemoryManager; +00094 }; +00095 00096 -00097 -00098 XERCES_CPP_NAMESPACE_END -00099 -00100 #endif -00101 +00097 XERCES_CPP_NAMESPACE_END +00098 +00099 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocalFileInputSource_8hpp.html b/docs/simple-api/LocalFileInputSource_8hpp.html index 9f1ec93c..e7706da7 100644 --- a/docs/simple-api/LocalFileInputSource_8hpp.html +++ b/docs/simple-api/LocalFileInputSource_8hpp.html @@ -58,7 +58,7 @@ Include dependency graph for LocalFileInputSource.hpp: -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocalFileInputSource_8hpp_source.html b/docs/simple-api/LocalFileInputSource_8hpp_source.html index 3e228f5c..d7403e2c 100644 --- a/docs/simple-api/LocalFileInputSource_8hpp_source.html +++ b/docs/simple-api/LocalFileInputSource_8hpp_source.html @@ -97,7 +97,7 @@ 00151 00152 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocationInfo_8hpp.html b/docs/simple-api/LocationInfo_8hpp.html index 68f69956..2df18507 100644 --- a/docs/simple-api/LocationInfo_8hpp.html +++ b/docs/simple-api/LocationInfo_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:  A class that gives records a location in the query. More...
    -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/LocationInfo_8hpp_source.html b/docs/simple-api/LocationInfo_8hpp_source.html index 174ffff8..f3bc6701 100644 --- a/docs/simple-api/LocationInfo_8hpp_source.html +++ b/docs/simple-api/LocationInfo_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: LocationInfo.hpp 518 2008-03-07 17:46:47Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _LOCATIONINFO_HPP @@ -85,7 +85,7 @@ 00069 00070 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemBufFormatTarget_8hpp.html b/docs/simple-api/MemBufFormatTarget_8hpp.html index f0f5b193..1e27d567 100644 --- a/docs/simple-api/MemBufFormatTarget_8hpp.html +++ b/docs/simple-api/MemBufFormatTarget_8hpp.html @@ -57,7 +57,7 @@ Include dependency graph for MemBufFormatTarget.hpp: -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemBufFormatTarget_8hpp_source.html b/docs/simple-api/MemBufFormatTarget_8hpp_source.html index d35f4ac0..68b840c9 100644 --- a/docs/simple-api/MemBufFormatTarget_8hpp_source.html +++ b/docs/simple-api/MemBufFormatTarget_8hpp_source.html @@ -135,7 +135,7 @@ 00135 #endif 00136 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemBufInputSource_8hpp.html b/docs/simple-api/MemBufInputSource_8hpp.html index 790c6415..f9d12b2f 100644 --- a/docs/simple-api/MemBufInputSource_8hpp.html +++ b/docs/simple-api/MemBufInputSource_8hpp.html @@ -58,7 +58,7 @@ Include dependency graph for MemBufInputSource.hpp: -
    Generated on Fri Nov 13 14:59:44 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:02 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemBufInputSource_8hpp_source.html b/docs/simple-api/MemBufInputSource_8hpp_source.html index 1b6aa5db..5bbb37ae 100644 --- a/docs/simple-api/MemBufInputSource_8hpp_source.html +++ b/docs/simple-api/MemBufInputSource_8hpp_source.html @@ -148,7 +148,7 @@ 00229 00230 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemoryManager_8hpp.html b/docs/simple-api/MemoryManager_8hpp.html index 2f0a2e3d..70507396 100644 --- a/docs/simple-api/MemoryManager_8hpp.html +++ b/docs/simple-api/MemoryManager_8hpp.html @@ -64,7 +64,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:45 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:03 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MemoryManager_8hpp_source.html b/docs/simple-api/MemoryManager_8hpp_source.html index ea06cde7..a09a2577 100644 --- a/docs/simple-api/MemoryManager_8hpp_source.html +++ b/docs/simple-api/MemoryManager_8hpp_source.html @@ -103,7 +103,7 @@ 00124 00125 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MessageListener_8hpp.html b/docs/simple-api/MessageListener_8hpp.html index e59eb32d..bcc8beaf 100644 --- a/docs/simple-api/MessageListener_8hpp.html +++ b/docs/simple-api/MessageListener_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:  A class used to listen for warnings or trace information. More...
    -
    Generated on Fri Nov 13 14:59:45 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:03 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/MessageListener_8hpp_source.html b/docs/simple-api/MessageListener_8hpp_source.html index 1d56deaa..009b3547 100644 --- a/docs/simple-api/MessageListener_8hpp_source.html +++ b/docs/simple-api/MessageListener_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: MessageListener.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _MESSAGELISTENER_HPP @@ -65,7 +65,7 @@ 00050 }; 00051 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ModuleResolver_8hpp.html b/docs/simple-api/ModuleResolver_8hpp.html index f528278c..7a6703cf 100644 --- a/docs/simple-api/ModuleResolver_8hpp.html +++ b/docs/simple-api/ModuleResolver_8hpp.html @@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file: class  ModuleResolver -
    Generated on Fri Nov 13 14:59:45 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:03 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ModuleResolver_8hpp_source.html b/docs/simple-api/ModuleResolver_8hpp_source.html index 8aa81023..6e9f0867 100644 --- a/docs/simple-api/ModuleResolver_8hpp_source.html +++ b/docs/simple-api/ModuleResolver_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ModuleResolver.hpp 565 2008-07-31 12:51:17Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _MODULERESOLVER_HPP @@ -58,7 +58,7 @@ 00037 }; 00038 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/NSFixupFilter_8hpp.html b/docs/simple-api/NSFixupFilter_8hpp.html index 50f51ae9..d242a485 100644 --- a/docs/simple-api/NSFixupFilter_8hpp.html +++ b/docs/simple-api/NSFixupFilter_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: struct  NSFixupFilter::NSEntry -
    Generated on Fri Nov 13 14:59:46 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:04 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/NSFixupFilter_8hpp_source.html b/docs/simple-api/NSFixupFilter_8hpp_source.html index 703068b1..93c0e52b 100644 --- a/docs/simple-api/NSFixupFilter_8hpp_source.html +++ b/docs/simple-api/NSFixupFilter_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: NSFixupFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _NSFIXUPFILTER_HPP @@ -96,7 +96,7 @@ 00073 00074 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Node_8hpp.html b/docs/simple-api/Node_8hpp.html index c1c5e8e2..a370e9a0 100644 --- a/docs/simple-api/Node_8hpp.html +++ b/docs/simple-api/Node_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  Node -
    Generated on Fri Nov 13 14:59:46 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:03 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Node_8hpp_source.html b/docs/simple-api/Node_8hpp_source.html index 85c74ea0..7300f278 100644 --- a/docs/simple-api/Node_8hpp_source.html +++ b/docs/simple-api/Node_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Node.hpp 547 2008-06-06 14:41:18Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _XQILLANODE_HPP @@ -127,7 +127,7 @@ 00136 }; 00137 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Numeric_8hpp.html b/docs/simple-api/Numeric_8hpp.html index fd17c945..4e171112 100644 --- a/docs/simple-api/Numeric_8hpp.html +++ b/docs/simple-api/Numeric_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file: class  Numeric -
    Generated on Fri Nov 13 14:59:46 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:04 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Numeric_8hpp_source.html b/docs/simple-api/Numeric_8hpp_source.html index faacaf4d..81d6a23c 100644 --- a/docs/simple-api/Numeric_8hpp_source.html +++ b/docs/simple-api/Numeric_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Numeric.hpp 570 2008-08-05 23:43:59Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __NUMERIC_HPP @@ -161,7 +161,7 @@ 00155 00156 #endif // __NUMERIC_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/PlatformUtils_8hpp.html b/docs/simple-api/PlatformUtils_8hpp.html index 246b561a..0c48d318 100644 --- a/docs/simple-api/PlatformUtils_8hpp.html +++ b/docs/simple-api/PlatformUtils_8hpp.html @@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:47 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:04 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/PlatformUtils_8hpp_source.html b/docs/simple-api/PlatformUtils_8hpp_source.html index 93a540f0..75b77043 100644 --- a/docs/simple-api/PlatformUtils_8hpp_source.html +++ b/docs/simple-api/PlatformUtils_8hpp_source.html @@ -40,7 +40,7 @@ 00016 */ 00017 00018 /* -00019 * $Id: PlatformUtils.hpp 695427 2008-09-15 11:05:36Z borisk $ +00019 * $Id: PlatformUtils.hpp 808072 2009-08-26 16:01:20Z amassari $ 00020 */ 00021 00022 #if !defined(XERCESC_INCLUDE_GUARD_PLATFORMUTILS_HPP) @@ -105,7 +105,7 @@ 00132 static XMLMutex* fgAtomicMutex; 00133 00134 static bool fgXMLChBigEndian; -00135 +00135 static bool fgSSE2ok; 00137 00138 00141 @@ -328,7 +328,7 @@ 00838 00839 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/QueryPathTreeFilter_8hpp.html b/docs/simple-api/QueryPathTreeFilter_8hpp.html index 5efb8f68..28484f54 100644 --- a/docs/simple-api/QueryPathTreeFilter_8hpp.html +++ b/docs/simple-api/QueryPathTreeFilter_8hpp.html @@ -59,7 +59,7 @@ QueryPathNode * >  -
    Generated on Fri Nov 13 14:59:47 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:04 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/QueryPathTreeFilter_8hpp_source.html b/docs/simple-api/QueryPathTreeFilter_8hpp_source.html index e4e14936..23332bfa 100644 --- a/docs/simple-api/QueryPathTreeFilter_8hpp_source.html +++ b/docs/simple-api/QueryPathTreeFilter_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: QueryPathTreeFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _QUERYPATHTREEFILTER_HPP @@ -102,7 +102,7 @@ 00078 00079 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ReferenceCounted_8hpp.html b/docs/simple-api/ReferenceCounted_8hpp.html index 6b6f5d54..a613de1c 100644 --- a/docs/simple-api/ReferenceCounted_8hpp.html +++ b/docs/simple-api/ReferenceCounted_8hpp.html @@ -192,7 +192,7 @@ template<class T1 , class T2 > -
    Generated on Fri Nov 13 14:59:48 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:05 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ReferenceCounted_8hpp_source.html b/docs/simple-api/ReferenceCounted_8hpp_source.html index 6c38b78b..0f399378 100644 --- a/docs/simple-api/ReferenceCounted_8hpp_source.html +++ b/docs/simple-api/ReferenceCounted_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ReferenceCounted.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _REFERENCECOUNTED_HPP @@ -163,7 +163,7 @@ 00143 00144 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/RegexGroupStore_8hpp.html b/docs/simple-api/RegexGroupStore_8hpp.html index 73e2cbc3..117f42bf 100644 --- a/docs/simple-api/RegexGroupStore_8hpp.html +++ b/docs/simple-api/RegexGroupStore_8hpp.html @@ -39,7 +39,7 @@ Include dependency graph for RegexGroupStore.hpp:  The pure virtual base class for accessing regular expression group values at runtime. More...
    -
    Generated on Fri Nov 13 14:59:48 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:05 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/RegexGroupStore_8hpp_source.html b/docs/simple-api/RegexGroupStore_8hpp_source.html index ac17b05a..c12ecb3a 100644 --- a/docs/simple-api/RegexGroupStore_8hpp_source.html +++ b/docs/simple-api/RegexGroupStore_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: RegexGroupStore.hpp 531 2008-04-10 23:23:07Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _REGEXGROUPSTORE_HPP @@ -62,7 +62,7 @@ 00041 00042 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ResultImpl_8hpp.html b/docs/simple-api/ResultImpl_8hpp.html index aa49d4ab..4de56846 100644 --- a/docs/simple-api/ResultImpl_8hpp.html +++ b/docs/simple-api/ResultImpl_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:  A lazily evaluated query result. More...
    -
    Generated on Fri Nov 13 14:59:48 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:05 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/ResultImpl_8hpp_source.html b/docs/simple-api/ResultImpl_8hpp_source.html index 60d6a3e4..a13bdb6b 100644 --- a/docs/simple-api/ResultImpl_8hpp_source.html +++ b/docs/simple-api/ResultImpl_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: ResultImpl.hpp 634 2008-08-28 00:46:37Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _RESULTIMPL_HPP @@ -83,7 +83,7 @@ 00064 00065 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Result_8hpp.html b/docs/simple-api/Result_8hpp.html index 59105c6c..602d192b 100644 --- a/docs/simple-api/Result_8hpp.html +++ b/docs/simple-api/Result_8hpp.html @@ -52,7 +52,7 @@ This graph shows which files directly or indirectly include this file:  A scoped pointer wrapper for the lazily evaluated query result. More...
    -
    Generated on Fri Nov 13 14:59:48 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:05 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Result_8hpp_source.html b/docs/simple-api/Result_8hpp_source.html index e9420543..a037f6a3 100644 --- a/docs/simple-api/Result_8hpp_source.html +++ b/docs/simple-api/Result_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Result.hpp 531 2008-04-10 23:23:07Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _RESULT_HPP @@ -116,7 +116,7 @@ 00098 00099 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/SchemaValidatorFilter_8hpp.html b/docs/simple-api/SchemaValidatorFilter_8hpp.html index 98553bb7..727c7bbb 100644 --- a/docs/simple-api/SchemaValidatorFilter_8hpp.html +++ b/docs/simple-api/SchemaValidatorFilter_8hpp.html @@ -63,7 +63,7 @@ Include dependency graph for SchemaValidatorFilter.hpp: -
    Generated on Fri Nov 13 14:59:49 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/SchemaValidatorFilter_8hpp_source.html b/docs/simple-api/SchemaValidatorFilter_8hpp_source.html index e32b90eb..34cdd452 100644 --- a/docs/simple-api/SchemaValidatorFilter_8hpp_source.html +++ b/docs/simple-api/SchemaValidatorFilter_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: SchemaValidatorFilter.hpp 580 2008-08-11 15:49:41Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _SCHEMAVALIDATORFILTER_HPP @@ -94,91 +94,93 @@ 00077 virtual const XMLCh *getName() const { return 0; } 00078 virtual XERCES_CPP_NAMESPACE_QUALIFIER NameIdPool<XERCES_CPP_NAMESPACE_QUALIFIER DTDEntityDecl> *getEntityDeclPool() { return 0; } 00079 virtual const XERCES_CPP_NAMESPACE_QUALIFIER NameIdPool<XERCES_CPP_NAMESPACE_QUALIFIER DTDEntityDecl> *getEntityDeclPool() const { return 0; } -00080 virtual unsigned int resolveQName(const XMLCh *const qName, XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &prefixBufToFill, -00081 const short mode, int &prefixColonPos); -00082 virtual void scanDocument(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src) {} -00083 virtual bool scanNext(XERCES_CPP_NAMESPACE_QUALIFIER XMLPScanToken &toFill) { return false; } -00084 virtual XERCES_CPP_NAMESPACE_QUALIFIER Grammar *loadGrammar(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src, -00085 const short grammarType, const bool toCache) { return 0; } -00086 -00087 virtual void scanCDSection() {} -00088 virtual void scanCharData(XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &toToUse) {} -00089 virtual EntityExpRes scanEntityRef(const bool inAttVal, XMLCh &firstCh, XMLCh &secondCh, -00090 bool &escaped) { return EntityExp_Returned; } -00091 virtual void scanDocTypeDecl() {} -00092 virtual void scanReset(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src) {} -00093 virtual void sendCharData(XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &toSend) {} -00094 -00095 // XMLDocumentHandler -00096 virtual void startDocument() {} -00097 virtual void endDocument() {} -00098 virtual void resetDocument() {} -00099 #if _XERCES_VERSION >= 30000 -00100 virtual void startElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, -00101 const XMLCh* const elemPrefix, -00102 const XERCES_CPP_NAMESPACE_QUALIFIER RefVectorOf<XERCES_CPP_NAMESPACE_QUALIFIER XMLAttr>& attrList, -00103 const XMLSize_t attrCount, const bool isEmpty, const bool isRoot) {} -00104 virtual void docCharacters(const XMLCh* const chars, const XMLSize_t length, const bool cdataSection); -00105 virtual void ignorableWhitespace(const XMLCh* const chars, const XMLSize_t length, const bool cdataSection) {} -00106 #else -00107 virtual void startElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, -00108 const XMLCh* const elemPrefix, -00109 const XERCES_CPP_NAMESPACE_QUALIFIER RefVectorOf<XERCES_CPP_NAMESPACE_QUALIFIER XMLAttr>& attrList, -00110 const unsigned int attrCount, const bool isEmpty, const bool isRoot) {} -00111 virtual void docCharacters(const XMLCh* const chars, const unsigned int length, const bool cdataSection); -00112 virtual void ignorableWhitespace(const XMLCh* const chars, const unsigned int length, const bool cdataSection) {} -00113 #endif -00114 virtual void endElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, -00115 const bool isRoot, const XMLCh* const elemPrefix=0) {} -00116 virtual void docComment(const XMLCh* const comment) {} -00117 virtual void docPI(const XMLCh* const target, const XMLCh* const data) {} -00118 virtual void startEntityReference(const XERCES_CPP_NAMESPACE_QUALIFIER XMLEntityDecl& entDecl) {} -00119 virtual void endEntityReference(const XERCES_CPP_NAMESPACE_QUALIFIER XMLEntityDecl& entDecl) {} -00120 virtual void XMLDecl(const XMLCh* const versionStr, const XMLCh* const encodingStr, const XMLCh* const standaloneStr, -00121 const XMLCh* const actualEncodingStr) {} -00122 -00123 // XMLErrorReporter -00124 virtual void resetErrors() {} -00125 virtual void error(const unsigned int errCode, const XMLCh* const errDomain, const XMLErrorReporter::ErrTypes type, const XMLCh* const errorText, -00126 const XMLCh* const systemId, const XMLCh* const publicId, const XMLFileLoc lineNum, const XMLFileLoc colNum); -00127 -00128 private: -00129 void processStartElement(); -00130 void processAttrs(XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl *elemDecl); -00131 -00132 bool switchGrammar(const XMLCh *uri); -00133 bool laxElementValidation(XERCES_CPP_NAMESPACE_QUALIFIER QName* element, -00134 XERCES_CPP_NAMESPACE_QUALIFIER ContentLeafNameTypeVector* cv, -00135 const XERCES_CPP_NAMESPACE_QUALIFIER XMLContentModel *cm, -00136 unsigned int parentElemDepth); -00137 bool anyAttributeValidation(XERCES_CPP_NAMESPACE_QUALIFIER SchemaAttDef* attWildCard, unsigned int uriId, bool& skipThisOne, bool& laxThisOne); -00138 XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl *createElementDecl(unsigned int uriId, unsigned int currentScope, -00139 bool laxThisOne); -00140 -00141 const LocationInfo *info_; +00080 #if _XERCES_VERSION < 30100 +00081 virtual unsigned int resolveQName(const XMLCh *const qName, XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &prefixBufToFill, +00082 const short mode, int &prefixColonPos); +00083 #endif +00084 virtual void scanDocument(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src) {} +00085 virtual bool scanNext(XERCES_CPP_NAMESPACE_QUALIFIER XMLPScanToken &toFill) { return false; } +00086 virtual XERCES_CPP_NAMESPACE_QUALIFIER Grammar *loadGrammar(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src, +00087 const short grammarType, const bool toCache) { return 0; } +00088 +00089 virtual void scanCDSection() {} +00090 virtual void scanCharData(XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &toToUse) {} +00091 virtual EntityExpRes scanEntityRef(const bool inAttVal, XMLCh &firstCh, XMLCh &secondCh, +00092 bool &escaped) { return EntityExp_Returned; } +00093 virtual void scanDocTypeDecl() {} +00094 virtual void scanReset(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src) {} +00095 virtual void sendCharData(XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &toSend) {} +00096 +00097 // XMLDocumentHandler +00098 virtual void startDocument() {} +00099 virtual void endDocument() {} +00100 virtual void resetDocument() {} +00101 #if _XERCES_VERSION >= 30000 +00102 virtual void startElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, +00103 const XMLCh* const elemPrefix, +00104 const XERCES_CPP_NAMESPACE_QUALIFIER RefVectorOf<XERCES_CPP_NAMESPACE_QUALIFIER XMLAttr>& attrList, +00105 const XMLSize_t attrCount, const bool isEmpty, const bool isRoot) {} +00106 virtual void docCharacters(const XMLCh* const chars, const XMLSize_t length, const bool cdataSection); +00107 virtual void ignorableWhitespace(const XMLCh* const chars, const XMLSize_t length, const bool cdataSection) {} +00108 #else +00109 virtual void startElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, +00110 const XMLCh* const elemPrefix, +00111 const XERCES_CPP_NAMESPACE_QUALIFIER RefVectorOf<XERCES_CPP_NAMESPACE_QUALIFIER XMLAttr>& attrList, +00112 const unsigned int attrCount, const bool isEmpty, const bool isRoot) {} +00113 virtual void docCharacters(const XMLCh* const chars, const unsigned int length, const bool cdataSection); +00114 virtual void ignorableWhitespace(const XMLCh* const chars, const unsigned int length, const bool cdataSection) {} +00115 #endif +00116 virtual void endElement(const XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl& elemDecl, const unsigned int urlId, +00117 const bool isRoot, const XMLCh* const elemPrefix=0) {} +00118 virtual void docComment(const XMLCh* const comment) {} +00119 virtual void docPI(const XMLCh* const target, const XMLCh* const data) {} +00120 virtual void startEntityReference(const XERCES_CPP_NAMESPACE_QUALIFIER XMLEntityDecl& entDecl) {} +00121 virtual void endEntityReference(const XERCES_CPP_NAMESPACE_QUALIFIER XMLEntityDecl& entDecl) {} +00122 virtual void XMLDecl(const XMLCh* const versionStr, const XMLCh* const encodingStr, const XMLCh* const standaloneStr, +00123 const XMLCh* const actualEncodingStr) {} +00124 +00125 // XMLErrorReporter +00126 virtual void resetErrors() {} +00127 virtual void error(const unsigned int errCode, const XMLCh* const errDomain, const XMLErrorReporter::ErrTypes type, const XMLCh* const errorText, +00128 const XMLCh* const systemId, const XMLCh* const publicId, const XMLFileLoc lineNum, const XMLFileLoc colNum); +00129 +00130 private: +00131 void processStartElement(); +00132 void processAttrs(XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl *elemDecl); +00133 +00134 bool switchGrammar(const XMLCh *uri); +00135 bool laxElementValidation(XERCES_CPP_NAMESPACE_QUALIFIER QName* element, +00136 XERCES_CPP_NAMESPACE_QUALIFIER ContentLeafNameTypeVector* cv, +00137 const XERCES_CPP_NAMESPACE_QUALIFIER XMLContentModel *cm, +00138 unsigned int parentElemDepth); +00139 bool anyAttributeValidation(XERCES_CPP_NAMESPACE_QUALIFIER SchemaAttDef* attWildCard, unsigned int uriId, bool& skipThisOne, bool& laxThisOne); +00140 XERCES_CPP_NAMESPACE_QUALIFIER XMLElementDecl *createElementDecl(unsigned int uriId, unsigned int currentScope, +00141 bool laxThisOne); 00142 -00143 XERCES_CPP_NAMESPACE_QUALIFIER SchemaValidator *fSchemaValidator; -00144 XERCES_CPP_NAMESPACE_QUALIFIER SchemaGrammar *fSchemaGrammar; -00145 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer fContent; -00146 XERCES_CPP_NAMESPACE_QUALIFIER IdentityConstraintHandler *fICHandler; -00147 XERCES_CPP_NAMESPACE_QUALIFIER RefHash3KeysIdPool<XERCES_CPP_NAMESPACE_QUALIFIER SchemaElementDecl> *fElemNonDeclPool; -00148 -00149 bool strictValidation_; -00150 bool errorOccurred_; -00151 -00152 XERCES_CPP_NAMESPACE_QUALIFIER ElemStack::StackElem *parentStack_; -00153 unsigned int elemDepth_; -00154 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer prefix_; -00155 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer uri_; -00156 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer localname_; -00157 bool elementToProcess_; -00158 const XMLCh *xsiType_; -00159 unsigned int attrCount_; -00160 }; -00161 -00162 #endif +00143 const LocationInfo *info_; +00144 +00145 XERCES_CPP_NAMESPACE_QUALIFIER SchemaValidator *fSchemaValidator; +00146 XERCES_CPP_NAMESPACE_QUALIFIER SchemaGrammar *fSchemaGrammar; +00147 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer fContent; +00148 XERCES_CPP_NAMESPACE_QUALIFIER IdentityConstraintHandler *fICHandler; +00149 XERCES_CPP_NAMESPACE_QUALIFIER RefHash3KeysIdPool<XERCES_CPP_NAMESPACE_QUALIFIER SchemaElementDecl> *fElemNonDeclPool; +00150 +00151 bool strictValidation_; +00152 bool errorOccurred_; +00153 +00154 XERCES_CPP_NAMESPACE_QUALIFIER ElemStack::StackElem *parentStack_; +00155 unsigned int elemDepth_; +00156 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer prefix_; +00157 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer uri_; +00158 XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer localname_; +00159 bool elementToProcess_; +00160 const XMLCh *xsiType_; +00161 unsigned int attrCount_; +00162 }; +00163 +00164 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Scope_8hpp.html b/docs/simple-api/Scope_8hpp.html index d6798a98..1f95999e 100644 --- a/docs/simple-api/Scope_8hpp.html +++ b/docs/simple-api/Scope_8hpp.html @@ -44,7 +44,7 @@ Include dependency graph for Scope.hpp:  used inside VariableStore to implement variable scoping More...
    -
    Generated on Fri Nov 13 14:59:49 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Scope_8hpp_source.html b/docs/simple-api/Scope_8hpp_source.html index f8e83d73..6ae428b9 100644 --- a/docs/simple-api/Scope_8hpp_source.html +++ b/docs/simple-api/Scope_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Scope.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 /* @@ -165,7 +165,7 @@ 00144 00145 #endif // _SCOPE_HPP -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/SequenceBuilder_8hpp.html b/docs/simple-api/SequenceBuilder_8hpp.html index 8b98ffbe..0d72a8c6 100644 --- a/docs/simple-api/SequenceBuilder_8hpp.html +++ b/docs/simple-api/SequenceBuilder_8hpp.html @@ -41,7 +41,7 @@ Include dependency graph for SequenceBuilder.hpp: class  SequenceBuilder -
    Generated on Fri Nov 13 14:59:49 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/SequenceBuilder_8hpp_source.html b/docs/simple-api/SequenceBuilder_8hpp_source.html index 89c7249c..e45577dc 100644 --- a/docs/simple-api/SequenceBuilder_8hpp_source.html +++ b/docs/simple-api/SequenceBuilder_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: SequenceBuilder.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _SEQUENCEBUILDER_HPP @@ -64,7 +64,7 @@ 00040 00041 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Sequence_8hpp.html b/docs/simple-api/Sequence_8hpp.html index 8e3725ec..518e17b7 100644 --- a/docs/simple-api/Sequence_8hpp.html +++ b/docs/simple-api/Sequence_8hpp.html @@ -62,7 +62,7 @@ Include dependency graph for Sequence.hpp: -
    Generated on Fri Nov 13 14:59:49 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Sequence_8hpp_source.html b/docs/simple-api/Sequence_8hpp_source.html index 9ba04311..e4d1a41d 100644 --- a/docs/simple-api/Sequence_8hpp_source.html +++ b/docs/simple-api/Sequence_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Sequence.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _SEQUENCE_HPP @@ -124,7 +124,7 @@ 00116 00117 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StackFrame_8hpp.html b/docs/simple-api/StackFrame_8hpp.html index 77d43f8b..b6fff77e 100644 --- a/docs/simple-api/StackFrame_8hpp.html +++ b/docs/simple-api/StackFrame_8hpp.html @@ -45,7 +45,7 @@ Include dependency graph for StackFrame.hpp: namespace  xercesc -
    Generated on Fri Nov 13 14:59:49 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StackFrame_8hpp_source.html b/docs/simple-api/StackFrame_8hpp_source.html index 1ef565f5..d418de2c 100644 --- a/docs/simple-api/StackFrame_8hpp_source.html +++ b/docs/simple-api/StackFrame_8hpp_source.html @@ -102,7 +102,7 @@ 00081 00082 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticAnalysis_8hpp.html b/docs/simple-api/StaticAnalysis_8hpp.html index 37d559ca..f5e7ccb2 100644 --- a/docs/simple-api/StaticAnalysis_8hpp.html +++ b/docs/simple-api/StaticAnalysis_8hpp.html @@ -44,7 +44,7 @@ Include dependency graph for StaticAnalysis.hpp: class  StaticAnalysis::VarEntry -
    Generated on Fri Nov 13 14:59:50 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticAnalysis_8hpp_source.html b/docs/simple-api/StaticAnalysis_8hpp_source.html index 6c289e1a..12c0ec81 100644 --- a/docs/simple-api/StaticAnalysis_8hpp_source.html +++ b/docs/simple-api/StaticAnalysis_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: StaticAnalysis.hpp 645 2008-09-19 14:51:34Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _STATICANALYSIS_HPP @@ -158,7 +158,7 @@ 00147 00148 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticContext_8hpp.html b/docs/simple-api/StaticContext_8hpp.html index 0bdc491a..c112ec47 100644 --- a/docs/simple-api/StaticContext_8hpp.html +++ b/docs/simple-api/StaticContext_8hpp.html @@ -88,7 +88,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:50 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:07 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticContext_8hpp_source.html b/docs/simple-api/StaticContext_8hpp_source.html index d99a8d63..50a06a6c 100644 --- a/docs/simple-api/StaticContext_8hpp_source.html +++ b/docs/simple-api/StaticContext_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: StaticContext.hpp 659 2008-10-06 00:11:22Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _STATICCONTEXT_HPP @@ -216,7 +216,7 @@ 00299 00300 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticType_8hpp.html b/docs/simple-api/StaticType_8hpp.html index 7fd81f6a..4a04ce2f 100644 --- a/docs/simple-api/StaticType_8hpp.html +++ b/docs/simple-api/StaticType_8hpp.html @@ -112,7 +112,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:50 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:07 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StaticType_8hpp_source.html b/docs/simple-api/StaticType_8hpp_source.html index e33d1628..344c7e78 100644 --- a/docs/simple-api/StaticType_8hpp_source.html +++ b/docs/simple-api/StaticType_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: StaticType.hpp 614 2008-08-22 14:16:14Z lauren_foutz $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _STATICTYPE_HPP @@ -189,7 +189,7 @@ 00174 00175 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StdInInputSource_8hpp.html b/docs/simple-api/StdInInputSource_8hpp.html index d08f3ec9..127981a2 100644 --- a/docs/simple-api/StdInInputSource_8hpp.html +++ b/docs/simple-api/StdInInputSource_8hpp.html @@ -58,7 +58,7 @@ Include dependency graph for StdInInputSource.hpp: -
    Generated on Fri Nov 13 14:59:50 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:07 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StdInInputSource_8hpp_source.html b/docs/simple-api/StdInInputSource_8hpp_source.html index be09f4ca..37edf2ce 100644 --- a/docs/simple-api/StdInInputSource_8hpp_source.html +++ b/docs/simple-api/StdInInputSource_8hpp_source.html @@ -99,7 +99,7 @@ 00107 00108 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StdOutFormatTarget_8hpp.html b/docs/simple-api/StdOutFormatTarget_8hpp.html index dda26a34..eccfc39f 100644 --- a/docs/simple-api/StdOutFormatTarget_8hpp.html +++ b/docs/simple-api/StdOutFormatTarget_8hpp.html @@ -57,7 +57,7 @@ Include dependency graph for StdOutFormatTarget.hpp: -
    Generated on Fri Nov 13 14:59:51 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:07 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StdOutFormatTarget_8hpp_source.html b/docs/simple-api/StdOutFormatTarget_8hpp_source.html index 52476d06..2e932d20 100644 --- a/docs/simple-api/StdOutFormatTarget_8hpp_source.html +++ b/docs/simple-api/StdOutFormatTarget_8hpp_source.html @@ -77,7 +77,7 @@ 00056 00057 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StringPool_8hpp.html b/docs/simple-api/StringPool_8hpp.html index 5c654937..15426847 100644 --- a/docs/simple-api/StringPool_8hpp.html +++ b/docs/simple-api/StringPool_8hpp.html @@ -45,7 +45,7 @@ Include dependency graph for StringPool.hpp: class  StringPool::Bucket -
    Generated on Fri Nov 13 14:59:51 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:07 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/StringPool_8hpp_source.html b/docs/simple-api/StringPool_8hpp_source.html index 9b18b48a..043b67b2 100644 --- a/docs/simple-api/StringPool_8hpp_source.html +++ b/docs/simple-api/StringPool_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: StringPool.hpp 663 2008-10-08 17:51:30Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __STRINGPOOL_HPP @@ -122,7 +122,7 @@ 00101 00102 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Timezone_8hpp.html b/docs/simple-api/Timezone_8hpp.html index ce0c0218..1edd2383 100644 --- a/docs/simple-api/Timezone_8hpp.html +++ b/docs/simple-api/Timezone_8hpp.html @@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file: class  Timezone -
    Generated on Fri Nov 13 14:59:51 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:08 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/Timezone_8hpp_source.html b/docs/simple-api/Timezone_8hpp_source.html index fb9bddba..a4d5a453 100644 --- a/docs/simple-api/Timezone_8hpp_source.html +++ b/docs/simple-api/Timezone_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: Timezone.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _TZONE_HPP @@ -84,7 +84,7 @@ 00076 00077 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/URIResolver_8hpp.html b/docs/simple-api/URIResolver_8hpp.html index ac49a134..f0e6b51e 100644 --- a/docs/simple-api/URIResolver_8hpp.html +++ b/docs/simple-api/URIResolver_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:  This is an abstract class used to resolve URIs in different ways. More...
    -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:08 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/URIResolver_8hpp_source.html b/docs/simple-api/URIResolver_8hpp_source.html index 834c1bcc..6c0d211b 100644 --- a/docs/simple-api/URIResolver_8hpp_source.html +++ b/docs/simple-api/URIResolver_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: URIResolver.hpp 518 2008-03-07 17:46:47Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _URIRESOLVER_HPP @@ -70,7 +70,7 @@ 00072 }; 00073 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/URLInputSource_8hpp.html b/docs/simple-api/URLInputSource_8hpp.html index 9e70183e..bb698361 100644 --- a/docs/simple-api/URLInputSource_8hpp.html +++ b/docs/simple-api/URLInputSource_8hpp.html @@ -59,7 +59,7 @@ Include dependency graph for URLInputSource.hpp: -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:08 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/URLInputSource_8hpp_source.html b/docs/simple-api/URLInputSource_8hpp_source.html index 2fd17140..647dcde7 100644 --- a/docs/simple-api/URLInputSource_8hpp_source.html +++ b/docs/simple-api/URLInputSource_8hpp_source.html @@ -147,7 +147,7 @@ 00235 00236 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/UpdateFactory_8hpp.html b/docs/simple-api/UpdateFactory_8hpp.html index b266e6f5..01e8c94a 100644 --- a/docs/simple-api/UpdateFactory_8hpp.html +++ b/docs/simple-api/UpdateFactory_8hpp.html @@ -41,7 +41,7 @@ Include dependency graph for UpdateFactory.hpp: class  UpdateFactory -
    Generated on Fri Nov 13 14:59:51 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:08 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/UpdateFactory_8hpp_source.html b/docs/simple-api/UpdateFactory_8hpp_source.html index a11c04a5..84155fd4 100644 --- a/docs/simple-api/UpdateFactory_8hpp_source.html +++ b/docs/simple-api/UpdateFactory_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: UpdateFactory.hpp 657 2008-10-02 18:52:07Z gmfeinberg $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _UPDATEFACTORY_HPP @@ -85,7 +85,7 @@ 00061 00062 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VarHashEntry_8hpp.html b/docs/simple-api/VarHashEntry_8hpp.html index dae7be48..117148d3 100644 --- a/docs/simple-api/VarHashEntry_8hpp.html +++ b/docs/simple-api/VarHashEntry_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file:  The class that stores the values of the variables. More...
    -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:08 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VarHashEntry_8hpp_source.html b/docs/simple-api/VarHashEntry_8hpp_source.html index a5c3d41e..08a788ae 100644 --- a/docs/simple-api/VarHashEntry_8hpp_source.html +++ b/docs/simple-api/VarHashEntry_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: VarHashEntry.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _VARHASHENTRY_HPP @@ -63,7 +63,7 @@ 00044 #endif 00045 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VariableStore_8hpp.html b/docs/simple-api/VariableStore_8hpp.html index e446f417..bb08aa29 100644 --- a/docs/simple-api/VariableStore_8hpp.html +++ b/docs/simple-api/VariableStore_8hpp.html @@ -40,7 +40,7 @@ Include dependency graph for VariableStore.hpp:  The pure virtual base class for accessing variables at runtime. More...
    -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VariableStore_8hpp_source.html b/docs/simple-api/VariableStore_8hpp_source.html index 1165e8e2..18ff2c90 100644 --- a/docs/simple-api/VariableStore_8hpp_source.html +++ b/docs/simple-api/VariableStore_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: VariableStore.hpp 551 2008-07-01 13:16:55Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _VARIABLESTORE_HPP @@ -65,7 +65,7 @@ 00045 00046 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VariableTypeStore_8hpp.html b/docs/simple-api/VariableTypeStore_8hpp.html index d62f4db4..04d5b53f 100644 --- a/docs/simple-api/VariableTypeStore_8hpp.html +++ b/docs/simple-api/VariableTypeStore_8hpp.html @@ -42,7 +42,7 @@ Include dependency graph for VariableTypeStore.hpp:  This is the wrapper class for the variable store, which implements the lookup and scoping of simple variables. More...
    -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/VariableTypeStore_8hpp_source.html b/docs/simple-api/VariableTypeStore_8hpp_source.html index c41431c9..0b83a847 100644 --- a/docs/simple-api/VariableTypeStore_8hpp_source.html +++ b/docs/simple-api/VariableTypeStore_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: VariableTypeStore.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _VARIABLETYPESTORE_HPP @@ -80,7 +80,7 @@ 00071 00072 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLEntityResolver_8hpp.html b/docs/simple-api/XMLEntityResolver_8hpp.html index b2aa1bc9..5f70936e 100644 --- a/docs/simple-api/XMLEntityResolver_8hpp.html +++ b/docs/simple-api/XMLEntityResolver_8hpp.html @@ -60,7 +60,7 @@ Include dependency graph for XMLEntityResolver.hpp: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLEntityResolver_8hpp_source.html b/docs/simple-api/XMLEntityResolver_8hpp_source.html index d2b3a42c..926608c8 100644 --- a/docs/simple-api/XMLEntityResolver_8hpp_source.html +++ b/docs/simple-api/XMLEntityResolver_8hpp_source.html @@ -90,7 +90,7 @@ 00177 00178 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLFormatter_8hpp.html b/docs/simple-api/XMLFormatter_8hpp.html index adbb4596..5010621c 100644 --- a/docs/simple-api/XMLFormatter_8hpp.html +++ b/docs/simple-api/XMLFormatter_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLFormatter_8hpp_source.html b/docs/simple-api/XMLFormatter_8hpp_source.html index ae4425af..cd3b4d7a 100644 --- a/docs/simple-api/XMLFormatter_8hpp_source.html +++ b/docs/simple-api/XMLFormatter_8hpp_source.html @@ -394,7 +394,7 @@ 00537 00538 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLResourceIdentifier_8hpp.html b/docs/simple-api/XMLResourceIdentifier_8hpp.html index d4a430ab..fca238b8 100644 --- a/docs/simple-api/XMLResourceIdentifier_8hpp.html +++ b/docs/simple-api/XMLResourceIdentifier_8hpp.html @@ -56,7 +56,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:10 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMLResourceIdentifier_8hpp_source.html b/docs/simple-api/XMLResourceIdentifier_8hpp_source.html index 21c2cb90..d7178468 100644 --- a/docs/simple-api/XMLResourceIdentifier_8hpp_source.html +++ b/docs/simple-api/XMLResourceIdentifier_8hpp_source.html @@ -159,7 +159,7 @@ 00213 00214 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMemory_8hpp.html b/docs/simple-api/XMemory_8hpp.html index 735c1da8..80e80dc0 100644 --- a/docs/simple-api/XMemory_8hpp.html +++ b/docs/simple-api/XMemory_8hpp.html @@ -64,7 +64,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XMemory_8hpp_source.html b/docs/simple-api/XMemory_8hpp_source.html index 55a80f19..34184d55 100644 --- a/docs/simple-api/XMemory_8hpp_source.html +++ b/docs/simple-api/XMemory_8hpp_source.html @@ -103,7 +103,7 @@ 00143 00144 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XPath2MemoryManager_8hpp.html b/docs/simple-api/XPath2MemoryManager_8hpp.html index f642165f..1cde7437 100644 --- a/docs/simple-api/XPath2MemoryManager_8hpp.html +++ b/docs/simple-api/XPath2MemoryManager_8hpp.html @@ -115,7 +115,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:10 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XPath2MemoryManager_8hpp_source.html b/docs/simple-api/XPath2MemoryManager_8hpp_source.html index adac68ab..20b45dbf 100644 --- a/docs/simple-api/XPath2MemoryManager_8hpp_source.html +++ b/docs/simple-api/XPath2MemoryManager_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XPath2MemoryManager.hpp 688 2008-11-27 02:45:23Z caiying $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef __XPATH2MEMORYMANAGER_HPP @@ -424,7 +424,7 @@ 00406 #endif //__XPATH2MEMORYMANAGER_HPP 00407 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQException_8hpp.html b/docs/simple-api/XQException_8hpp.html index c5bd7a73..595a3203 100644 --- a/docs/simple-api/XQException_8hpp.html +++ b/docs/simple-api/XQException_8hpp.html @@ -173,7 +173,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:53 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:10 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQException_8hpp_source.html b/docs/simple-api/XQException_8hpp_source.html index b85e330b..f3cfa7ae 100644 --- a/docs/simple-api/XQException_8hpp_source.html +++ b/docs/simple-api/XQException_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQException.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef XQEXCEPTION_HPP @@ -99,7 +99,7 @@ 00075 #endif 00076 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQQuery_8hpp.html b/docs/simple-api/XQQuery_8hpp.html index b4dee733..9fbff0d1 100644 --- a/docs/simple-api/XQQuery_8hpp.html +++ b/docs/simple-api/XQQuery_8hpp.html @@ -90,7 +90,7 @@ This graph shows which files directly or indirectly include this file: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQQuery_8hpp_source.html b/docs/simple-api/XQQuery_8hpp_source.html index 2eccf263..9eee4d0d 100644 --- a/docs/simple-api/XQQuery_8hpp_source.html +++ b/docs/simple-api/XQQuery_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQQuery.hpp 797 2009-09-24 15:00:23Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef XQQUERY_HPP @@ -171,7 +171,7 @@ 00304 00305 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQillaConfiguration_8hpp.html b/docs/simple-api/XQillaConfiguration_8hpp.html index faea30be..a44ca3d3 100644 --- a/docs/simple-api/XQillaConfiguration_8hpp.html +++ b/docs/simple-api/XQillaConfiguration_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file: class  XQillaConfiguration -
    Generated on Fri Nov 13 14:59:54 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQillaConfiguration_8hpp_source.html b/docs/simple-api/XQillaConfiguration_8hpp_source.html index 0c42f8a2..7c1e0867 100644 --- a/docs/simple-api/XQillaConfiguration_8hpp_source.html +++ b/docs/simple-api/XQillaConfiguration_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQillaConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef XQILLACONFIGURATION_H @@ -85,7 +85,7 @@ 00061 00062 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQilla_8hpp.html b/docs/simple-api/XQilla_8hpp.html index fb22d2f9..d49c0fd5 100644 --- a/docs/simple-api/XQilla_8hpp.html +++ b/docs/simple-api/XQilla_8hpp.html @@ -52,7 +52,7 @@ This graph shows which files directly or indirectly include this file: namespace  xercesc -
    Generated on Fri Nov 13 14:59:54 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XQilla_8hpp_source.html b/docs/simple-api/XQilla_8hpp_source.html index 19e93b6c..87efcfd8 100644 --- a/docs/simple-api/XQilla_8hpp_source.html +++ b/docs/simple-api/XQilla_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XQilla.hpp 664 2008-10-08 23:35:50Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef _XQILLA_07637_HPP @@ -132,7 +132,7 @@ 00180 00181 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XercesConfiguration_8hpp.html b/docs/simple-api/XercesConfiguration_8hpp.html index ae3c943a..2febb91b 100644 --- a/docs/simple-api/XercesConfiguration_8hpp.html +++ b/docs/simple-api/XercesConfiguration_8hpp.html @@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file: namespace  xercesc -
    Generated on Fri Nov 13 14:59:52 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:09 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/XercesConfiguration_8hpp_source.html b/docs/simple-api/XercesConfiguration_8hpp_source.html index 5120f7a1..6ed3df3e 100644 --- a/docs/simple-api/XercesConfiguration_8hpp_source.html +++ b/docs/simple-api/XercesConfiguration_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: XercesConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #ifndef XERCESCONFIGURATION_H @@ -76,7 +76,7 @@ 00059 00060 #endif -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/annotated.html b/docs/simple-api/annotated.html index 9b12ec4a..f279280b 100644 --- a/docs/simple-api/annotated.html +++ b/docs/simple-api/annotated.html @@ -149,7 +149,7 @@ XQQueryEncapsulates a query expression -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classASTNodeEventGenerator-members.html b/docs/simple-api/classASTNodeEventGenerator-members.html index 732e63df..b4840b8c 100644 --- a/docs/simple-api/classASTNodeEventGenerator-members.html +++ b/docs/simple-api/classASTNodeEventGenerator-members.html @@ -41,7 +41,7 @@ ~EventGenerator()EventGenerator [inline, virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classASTNodeEventGenerator.html b/docs/simple-api/classASTNodeEventGenerator.html index 93232bd1..580e7278 100644 --- a/docs/simple-api/classASTNodeEventGenerator.html +++ b/docs/simple-api/classASTNodeEventGenerator.html @@ -158,7 +158,7 @@ Inheritance diagram for ASTNodeEventGenerator:
  • EventGenerator.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATAnySimpleType-members.html b/docs/simple-api/classATAnySimpleType-members.html index 960cfdda..bac474b9 100644 --- a/docs/simple-api/classATAnySimpleType-members.html +++ b/docs/simple-api/classATAnySimpleType-members.html @@ -85,7 +85,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATAnySimpleType.html b/docs/simple-api/classATAnySimpleType.html index 77275a57..299f741d 100644 --- a/docs/simple-api/classATAnySimpleType.html +++ b/docs/simple-api/classATAnySimpleType.html @@ -182,7 +182,7 @@ Inheritance diagram for ATAnySimpleType:
  • ATAnySimpleType.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATAnyURIOrDerived-members.html b/docs/simple-api/classATAnyURIOrDerived-members.html index 1a6633c5..4964c8da 100644 --- a/docs/simple-api/classATAnyURIOrDerived-members.html +++ b/docs/simple-api/classATAnyURIOrDerived-members.html @@ -85,7 +85,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATAnyURIOrDerived.html b/docs/simple-api/classATAnyURIOrDerived.html index 19b337fe..dbeee73a 100644 --- a/docs/simple-api/classATAnyURIOrDerived.html +++ b/docs/simple-api/classATAnyURIOrDerived.html @@ -177,7 +177,7 @@ Inheritance diagram for ATAnyURIOrDerived:
  • ATAnyURIOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATBase64BinaryOrDerived-members.html b/docs/simple-api/classATBase64BinaryOrDerived-members.html index 51386874..07670856 100644 --- a/docs/simple-api/classATBase64BinaryOrDerived-members.html +++ b/docs/simple-api/classATBase64BinaryOrDerived-members.html @@ -86,7 +86,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATBase64BinaryOrDerived.html b/docs/simple-api/classATBase64BinaryOrDerived.html index 3fb49297..0b8ebc57 100644 --- a/docs/simple-api/classATBase64BinaryOrDerived.html +++ b/docs/simple-api/classATBase64BinaryOrDerived.html @@ -209,7 +209,7 @@ Inheritance diagram for ATBase64BinaryOrDerived:
  • ATBase64BinaryOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATBooleanOrDerived-members.html b/docs/simple-api/classATBooleanOrDerived-members.html index 471ff3cb..69780829 100644 --- a/docs/simple-api/classATBooleanOrDerived-members.html +++ b/docs/simple-api/classATBooleanOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATBooleanOrDerived.html b/docs/simple-api/classATBooleanOrDerived.html index ce013d4f..a4fdace2 100644 --- a/docs/simple-api/classATBooleanOrDerived.html +++ b/docs/simple-api/classATBooleanOrDerived.html @@ -263,7 +263,7 @@ Inheritance diagram for ATBooleanOrDerived:
  • ATBooleanOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDateOrDerived-members.html b/docs/simple-api/classATDateOrDerived-members.html index fe829b67..bfa0174a 100644 --- a/docs/simple-api/classATDateOrDerived-members.html +++ b/docs/simple-api/classATDateOrDerived-members.html @@ -98,7 +98,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDateOrDerived.html b/docs/simple-api/classATDateOrDerived.html index 1a94ecb4..1a3a3dcd 100644 --- a/docs/simple-api/classATDateOrDerived.html +++ b/docs/simple-api/classATDateOrDerived.html @@ -555,7 +555,7 @@ Inheritance diagram for ATDateOrDerived:
  • ATDateOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDateTimeOrDerived-members.html b/docs/simple-api/classATDateTimeOrDerived-members.html index aa7ae276..45458fbb 100644 --- a/docs/simple-api/classATDateTimeOrDerived-members.html +++ b/docs/simple-api/classATDateTimeOrDerived-members.html @@ -102,7 +102,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDateTimeOrDerived.html b/docs/simple-api/classATDateTimeOrDerived.html index 2ee68a4d..a15036cd 100644 --- a/docs/simple-api/classATDateTimeOrDerived.html +++ b/docs/simple-api/classATDateTimeOrDerived.html @@ -652,7 +652,7 @@ Inheritance diagram for ATDateTimeOrDerived:
  • ATDateTimeOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDecimalOrDerived-members.html b/docs/simple-api/classATDecimalOrDerived-members.html index f0a35a3e..ff921eff 100644 --- a/docs/simple-api/classATDecimalOrDerived-members.html +++ b/docs/simple-api/classATDecimalOrDerived-members.html @@ -128,7 +128,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDecimalOrDerived.html b/docs/simple-api/classATDecimalOrDerived.html index 11edb483..134c6e6a 100644 --- a/docs/simple-api/classATDecimalOrDerived.html +++ b/docs/simple-api/classATDecimalOrDerived.html @@ -683,7 +683,7 @@ Inheritance diagram for ATDecimalOrDerived:
  • ATDecimalOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDoubleOrDerived-members.html b/docs/simple-api/classATDoubleOrDerived-members.html index 5d895e50..bd129e61 100644 --- a/docs/simple-api/classATDoubleOrDerived-members.html +++ b/docs/simple-api/classATDoubleOrDerived-members.html @@ -127,7 +127,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDoubleOrDerived.html b/docs/simple-api/classATDoubleOrDerived.html index abbe20c2..6bcbe5fe 100644 --- a/docs/simple-api/classATDoubleOrDerived.html +++ b/docs/simple-api/classATDoubleOrDerived.html @@ -638,7 +638,7 @@ Inheritance diagram for ATDoubleOrDerived:
  • ATDoubleOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDurationOrDerived-members.html b/docs/simple-api/classATDurationOrDerived-members.html index 4693b107..571cba34 100644 --- a/docs/simple-api/classATDurationOrDerived-members.html +++ b/docs/simple-api/classATDurationOrDerived-members.html @@ -106,7 +106,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATDurationOrDerived.html b/docs/simple-api/classATDurationOrDerived.html index 42b5c638..8377f818 100644 --- a/docs/simple-api/classATDurationOrDerived.html +++ b/docs/simple-api/classATDurationOrDerived.html @@ -667,7 +667,7 @@ Inheritance diagram for ATDurationOrDerived:
  • ATDurationOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATFloatOrDerived-members.html b/docs/simple-api/classATFloatOrDerived-members.html index ceeb198e..c9d84e27 100644 --- a/docs/simple-api/classATFloatOrDerived-members.html +++ b/docs/simple-api/classATFloatOrDerived-members.html @@ -126,7 +126,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATFloatOrDerived.html b/docs/simple-api/classATFloatOrDerived.html index a7f4e92a..8b8f4c42 100644 --- a/docs/simple-api/classATFloatOrDerived.html +++ b/docs/simple-api/classATFloatOrDerived.html @@ -639,7 +639,7 @@ Inheritance diagram for ATFloatOrDerived:
  • ATFloatOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGDayOrDerived-members.html b/docs/simple-api/classATGDayOrDerived-members.html index bfd2756e..ac04afe0 100644 --- a/docs/simple-api/classATGDayOrDerived-members.html +++ b/docs/simple-api/classATGDayOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGDayOrDerived.html b/docs/simple-api/classATGDayOrDerived.html index 4f360ebb..6ae25b9d 100644 --- a/docs/simple-api/classATGDayOrDerived.html +++ b/docs/simple-api/classATGDayOrDerived.html @@ -282,7 +282,7 @@ Inheritance diagram for ATGDayOrDerived:
  • ATGDayOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:56 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGMonthDayOrDerived-members.html b/docs/simple-api/classATGMonthDayOrDerived-members.html index f7202040..7370aae8 100644 --- a/docs/simple-api/classATGMonthDayOrDerived-members.html +++ b/docs/simple-api/classATGMonthDayOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGMonthDayOrDerived.html b/docs/simple-api/classATGMonthDayOrDerived.html index dc90f5d1..498876ba 100644 --- a/docs/simple-api/classATGMonthDayOrDerived.html +++ b/docs/simple-api/classATGMonthDayOrDerived.html @@ -282,7 +282,7 @@ Inheritance diagram for ATGMonthDayOrDerived:
  • ATGMonthDayOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGMonthOrDerived-members.html b/docs/simple-api/classATGMonthOrDerived-members.html index 0dcb3409..2959cd8c 100644 --- a/docs/simple-api/classATGMonthOrDerived-members.html +++ b/docs/simple-api/classATGMonthOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGMonthOrDerived.html b/docs/simple-api/classATGMonthOrDerived.html index 0bdf1219..585c072e 100644 --- a/docs/simple-api/classATGMonthOrDerived.html +++ b/docs/simple-api/classATGMonthOrDerived.html @@ -282,7 +282,7 @@ Inheritance diagram for ATGMonthOrDerived:
  • ATGMonthOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGYearMonthOrDerived-members.html b/docs/simple-api/classATGYearMonthOrDerived-members.html index dc528f9a..bd0cc8f8 100644 --- a/docs/simple-api/classATGYearMonthOrDerived-members.html +++ b/docs/simple-api/classATGYearMonthOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGYearMonthOrDerived.html b/docs/simple-api/classATGYearMonthOrDerived.html index 843483fe..ddbf6910 100644 --- a/docs/simple-api/classATGYearMonthOrDerived.html +++ b/docs/simple-api/classATGYearMonthOrDerived.html @@ -282,7 +282,7 @@ Inheritance diagram for ATGYearMonthOrDerived:
  • ATGYearMonthOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGYearOrDerived-members.html b/docs/simple-api/classATGYearOrDerived-members.html index 0bb165a8..7fcd1715 100644 --- a/docs/simple-api/classATGYearOrDerived-members.html +++ b/docs/simple-api/classATGYearOrDerived-members.html @@ -88,7 +88,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATGYearOrDerived.html b/docs/simple-api/classATGYearOrDerived.html index 39214d0b..9fa49b2d 100644 --- a/docs/simple-api/classATGYearOrDerived.html +++ b/docs/simple-api/classATGYearOrDerived.html @@ -282,7 +282,7 @@ Inheritance diagram for ATGYearOrDerived:
  • ATGYearOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATHexBinaryOrDerived-members.html b/docs/simple-api/classATHexBinaryOrDerived-members.html index b31762f5..06b1d270 100644 --- a/docs/simple-api/classATHexBinaryOrDerived-members.html +++ b/docs/simple-api/classATHexBinaryOrDerived-members.html @@ -86,7 +86,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATHexBinaryOrDerived.html b/docs/simple-api/classATHexBinaryOrDerived.html index 37880d8c..87097fde 100644 --- a/docs/simple-api/classATHexBinaryOrDerived.html +++ b/docs/simple-api/classATHexBinaryOrDerived.html @@ -208,7 +208,7 @@ Inheritance diagram for ATHexBinaryOrDerived:
  • ATHexBinaryOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATNotationOrDerived-members.html b/docs/simple-api/classATNotationOrDerived-members.html index 370d418b..9cf92dfc 100644 --- a/docs/simple-api/classATNotationOrDerived-members.html +++ b/docs/simple-api/classATNotationOrDerived-members.html @@ -86,7 +86,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATNotationOrDerived.html b/docs/simple-api/classATNotationOrDerived.html index 60918e27..a0651e5a 100644 --- a/docs/simple-api/classATNotationOrDerived.html +++ b/docs/simple-api/classATNotationOrDerived.html @@ -208,7 +208,7 @@ Inheritance diagram for ATNotationOrDerived:
  • ATNotationOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATQNameOrDerived-members.html b/docs/simple-api/classATQNameOrDerived-members.html index 3b909a8d..c6dcc00c 100644 --- a/docs/simple-api/classATQNameOrDerived-members.html +++ b/docs/simple-api/classATQNameOrDerived-members.html @@ -89,7 +89,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATQNameOrDerived.html b/docs/simple-api/classATQNameOrDerived.html index f99fbaf2..b9d7a1d9 100644 --- a/docs/simple-api/classATQNameOrDerived.html +++ b/docs/simple-api/classATQNameOrDerived.html @@ -281,7 +281,7 @@ Inheritance diagram for ATQNameOrDerived:
  • ATQNameOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATStringOrDerived-members.html b/docs/simple-api/classATStringOrDerived-members.html index 81e9e3f9..f74b761b 100644 --- a/docs/simple-api/classATStringOrDerived-members.html +++ b/docs/simple-api/classATStringOrDerived-members.html @@ -90,7 +90,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATStringOrDerived.html b/docs/simple-api/classATStringOrDerived.html index 8b0e653c..670dd2e8 100644 --- a/docs/simple-api/classATStringOrDerived.html +++ b/docs/simple-api/classATStringOrDerived.html @@ -335,7 +335,7 @@ Inheritance diagram for ATStringOrDerived:
  • ATStringOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATTimeOrDerived-members.html b/docs/simple-api/classATTimeOrDerived-members.html index 92c7f103..27dbc941 100644 --- a/docs/simple-api/classATTimeOrDerived-members.html +++ b/docs/simple-api/classATTimeOrDerived-members.html @@ -96,7 +96,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATTimeOrDerived.html b/docs/simple-api/classATTimeOrDerived.html index c355c370..e035ec4c 100644 --- a/docs/simple-api/classATTimeOrDerived.html +++ b/docs/simple-api/classATTimeOrDerived.html @@ -493,7 +493,7 @@ Inheritance diagram for ATTimeOrDerived:
  • ATTimeOrDerived.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATUntypedAtomic-members.html b/docs/simple-api/classATUntypedAtomic-members.html index 0673b361..68636a34 100644 --- a/docs/simple-api/classATUntypedAtomic-members.html +++ b/docs/simple-api/classATUntypedAtomic-members.html @@ -86,7 +86,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classATUntypedAtomic.html b/docs/simple-api/classATUntypedAtomic.html index cba3dbd7..521962ec 100644 --- a/docs/simple-api/classATUntypedAtomic.html +++ b/docs/simple-api/classATUntypedAtomic.html @@ -193,7 +193,7 @@ Inheritance diagram for ATUntypedAtomic:
  • ATUntypedAtomic.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAnyAtomicType-members.html b/docs/simple-api/classAnyAtomicType-members.html index 8b97a867..85c8a3e0 100644 --- a/docs/simple-api/classAnyAtomicType-members.html +++ b/docs/simple-api/classAnyAtomicType-members.html @@ -85,7 +85,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAnyAtomicType.html b/docs/simple-api/classAnyAtomicType.html index 7642f0bf..9bbc433a 100644 --- a/docs/simple-api/classAnyAtomicType.html +++ b/docs/simple-api/classAnyAtomicType.html @@ -806,7 +806,7 @@ Inheritance diagram for AnyAtomicType:
  • AnyAtomicType.hpp
  • -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:12 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoContextInfoReset-members.html b/docs/simple-api/classAutoContextInfoReset-members.html index 67e877f9..7b47e1ab 100644 --- a/docs/simple-api/classAutoContextInfoReset-members.html +++ b/docs/simple-api/classAutoContextInfoReset-members.html @@ -35,7 +35,7 @@ resetContextInfo()AutoContextInfoReset [inline] ~AutoContextInfoReset()AutoContextInfoReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoContextInfoReset.html b/docs/simple-api/classAutoContextInfoReset.html index 5d1a991c..27cd2234 100644 --- a/docs/simple-api/classAutoContextInfoReset.html +++ b/docs/simple-api/classAutoContextInfoReset.html @@ -180,7 +180,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoContextItemTypeReset-members.html b/docs/simple-api/classAutoContextItemTypeReset-members.html index 596fcb7e..cb4091d4 100644 --- a/docs/simple-api/classAutoContextItemTypeReset-members.html +++ b/docs/simple-api/classAutoContextItemTypeReset-members.html @@ -33,7 +33,7 @@ sType_AutoContextItemTypeReset [protected] ~AutoContextItemTypeReset()AutoContextItemTypeReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoContextItemTypeReset.html b/docs/simple-api/classAutoContextItemTypeReset.html index de150f41..63e8c944 100644 --- a/docs/simple-api/classAutoContextItemTypeReset.html +++ b/docs/simple-api/classAutoContextItemTypeReset.html @@ -137,7 +137,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDeallocate-members.html b/docs/simple-api/classAutoDeallocate-members.html index 85799cab..f15e63d9 100644 --- a/docs/simple-api/classAutoDeallocate-members.html +++ b/docs/simple-api/classAutoDeallocate-members.html @@ -38,7 +38,7 @@ swap(TYPE *p)AutoDeallocate< TYPE > [inline] ~AutoDeallocate()AutoDeallocate< TYPE > [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDeallocate.html b/docs/simple-api/classAutoDeallocate.html index 8a9fd7bc..91a3df97 100644 --- a/docs/simple-api/classAutoDeallocate.html +++ b/docs/simple-api/classAutoDeallocate.html @@ -270,7 +270,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDelete-members.html b/docs/simple-api/classAutoDelete-members.html index ee9a6eec..ac2a645a 100644 --- a/docs/simple-api/classAutoDelete-members.html +++ b/docs/simple-api/classAutoDelete-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoDelete< TYPE > [inline] ~AutoDelete()AutoDelete< TYPE > [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDelete.html b/docs/simple-api/classAutoDelete.html index ae09de6b..a91de51d 100644 --- a/docs/simple-api/classAutoDelete.html +++ b/docs/simple-api/classAutoDelete.html @@ -229,7 +229,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDeleteArray-members.html b/docs/simple-api/classAutoDeleteArray-members.html index b618b481..d1387353 100644 --- a/docs/simple-api/classAutoDeleteArray-members.html +++ b/docs/simple-api/classAutoDeleteArray-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoDeleteArray< TYPE > [inline] ~AutoDeleteArray()AutoDeleteArray< TYPE > [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDeleteArray.html b/docs/simple-api/classAutoDeleteArray.html index 53bab996..a74972e3 100644 --- a/docs/simple-api/classAutoDeleteArray.html +++ b/docs/simple-api/classAutoDeleteArray.html @@ -225,7 +225,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDocumentCacheReset-members.html b/docs/simple-api/classAutoDocumentCacheReset-members.html index 82f612fe..22fa122f 100644 --- a/docs/simple-api/classAutoDocumentCacheReset-members.html +++ b/docs/simple-api/classAutoDocumentCacheReset-members.html @@ -32,7 +32,7 @@ oldDCAutoDocumentCacheReset ~AutoDocumentCacheReset()AutoDocumentCacheReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoDocumentCacheReset.html b/docs/simple-api/classAutoDocumentCacheReset.html index 7bca632c..896d31fc 100644 --- a/docs/simple-api/classAutoDocumentCacheReset.html +++ b/docs/simple-api/classAutoDocumentCacheReset.html @@ -106,7 +106,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoMessageListenerReset-members.html b/docs/simple-api/classAutoMessageListenerReset-members.html index cc6e1685..911ab088 100644 --- a/docs/simple-api/classAutoMessageListenerReset-members.html +++ b/docs/simple-api/classAutoMessageListenerReset-members.html @@ -32,7 +32,7 @@ listener_AutoMessageListenerReset [protected] ~AutoMessageListenerReset()AutoMessageListenerReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoMessageListenerReset.html b/docs/simple-api/classAutoMessageListenerReset.html index c4fd16a7..2335be37 100644 --- a/docs/simple-api/classAutoMessageListenerReset.html +++ b/docs/simple-api/classAutoMessageListenerReset.html @@ -116,7 +116,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoNodeSetOrderingReset-members.html b/docs/simple-api/classAutoNodeSetOrderingReset-members.html index 2c167261..3da5f08a 100644 --- a/docs/simple-api/classAutoNodeSetOrderingReset-members.html +++ b/docs/simple-api/classAutoNodeSetOrderingReset-members.html @@ -32,7 +32,7 @@ ordering_AutoNodeSetOrderingReset [protected] ~AutoNodeSetOrderingReset()AutoNodeSetOrderingReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoNodeSetOrderingReset.html b/docs/simple-api/classAutoNodeSetOrderingReset.html index f8613024..12829c5b 100644 --- a/docs/simple-api/classAutoNodeSetOrderingReset.html +++ b/docs/simple-api/classAutoNodeSetOrderingReset.html @@ -116,7 +116,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoNsScopeReset-members.html b/docs/simple-api/classAutoNsScopeReset-members.html index 7a4b859f..eb11f338 100644 --- a/docs/simple-api/classAutoNsScopeReset-members.html +++ b/docs/simple-api/classAutoNsScopeReset-members.html @@ -33,7 +33,7 @@ context_AutoNsScopeReset [protected] ~AutoNsScopeReset()AutoNsScopeReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoNsScopeReset.html b/docs/simple-api/classAutoNsScopeReset.html index 06ec264f..0737839d 100644 --- a/docs/simple-api/classAutoNsScopeReset.html +++ b/docs/simple-api/classAutoNsScopeReset.html @@ -130,7 +130,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoRegexGroupStoreReset-members.html b/docs/simple-api/classAutoRegexGroupStoreReset-members.html index f30a1b72..f7857d6b 100644 --- a/docs/simple-api/classAutoRegexGroupStoreReset-members.html +++ b/docs/simple-api/classAutoRegexGroupStoreReset-members.html @@ -33,7 +33,7 @@ reset()AutoRegexGroupStoreReset [inline] ~AutoRegexGroupStoreReset()AutoRegexGroupStoreReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoRegexGroupStoreReset.html b/docs/simple-api/classAutoRegexGroupStoreReset.html index 893b187d..f9dc72dc 100644 --- a/docs/simple-api/classAutoRegexGroupStoreReset.html +++ b/docs/simple-api/classAutoRegexGroupStoreReset.html @@ -135,7 +135,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoRelease-members.html b/docs/simple-api/classAutoRelease-members.html index 6f8f5ac9..88c6b071 100644 --- a/docs/simple-api/classAutoRelease-members.html +++ b/docs/simple-api/classAutoRelease-members.html @@ -37,7 +37,7 @@ swap(TYPE *p)AutoRelease< TYPE > [inline] ~AutoRelease()AutoRelease< TYPE > [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoRelease.html b/docs/simple-api/classAutoRelease.html index 03fae328..d4a1af38 100644 --- a/docs/simple-api/classAutoRelease.html +++ b/docs/simple-api/classAutoRelease.html @@ -225,7 +225,7 @@ template<class TYPE>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoReset-members.html b/docs/simple-api/classAutoReset-members.html index 21d2f28c..fa43674b 100644 --- a/docs/simple-api/classAutoReset-members.html +++ b/docs/simple-api/classAutoReset-members.html @@ -33,7 +33,7 @@ reset()AutoReset< T > [inline] ~AutoReset()AutoReset< T > [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoReset.html b/docs/simple-api/classAutoReset.html index a242d8c4..0bfbf4be 100644 --- a/docs/simple-api/classAutoReset.html +++ b/docs/simple-api/classAutoReset.html @@ -137,7 +137,7 @@ template<typename T >
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoStackFrameReset-members.html b/docs/simple-api/classAutoStackFrameReset-members.html index 37d9b1ba..ba854f94 100644 --- a/docs/simple-api/classAutoStackFrameReset-members.html +++ b/docs/simple-api/classAutoStackFrameReset-members.html @@ -33,7 +33,7 @@ reset()AutoStackFrameReset [inline] ~AutoStackFrameReset()AutoStackFrameReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoStackFrameReset.html b/docs/simple-api/classAutoStackFrameReset.html index 0f5799d4..8ddaf9e6 100644 --- a/docs/simple-api/classAutoStackFrameReset.html +++ b/docs/simple-api/classAutoStackFrameReset.html @@ -135,7 +135,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoVariableStoreReset-members.html b/docs/simple-api/classAutoVariableStoreReset-members.html index e53e886b..6394c467 100644 --- a/docs/simple-api/classAutoVariableStoreReset-members.html +++ b/docs/simple-api/classAutoVariableStoreReset-members.html @@ -33,7 +33,7 @@ reset()AutoVariableStoreReset [inline] ~AutoVariableStoreReset()AutoVariableStoreReset [inline] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classAutoVariableStoreReset.html b/docs/simple-api/classAutoVariableStoreReset.html index 806c9479..47966148 100644 --- a/docs/simple-api/classAutoVariableStoreReset.html +++ b/docs/simple-api/classAutoVariableStoreReset.html @@ -135,7 +135,7 @@
  • ContextHelpers.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classBaseInteractiveDebugger-members.html b/docs/simple-api/classBaseInteractiveDebugger-members.html index 7fd705fa..59bc4f05 100644 --- a/docs/simple-api/classBaseInteractiveDebugger-members.html +++ b/docs/simple-api/classBaseInteractiveDebugger-members.html @@ -62,7 +62,7 @@ step_BaseInteractiveDebugger [protected] ~BaseInteractiveDebugger()BaseInteractiveDebugger [virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classBaseInteractiveDebugger.html b/docs/simple-api/classBaseInteractiveDebugger.html index 3c9df972..bcdd5c7c 100644 --- a/docs/simple-api/classBaseInteractiveDebugger.html +++ b/docs/simple-api/classBaseInteractiveDebugger.html @@ -752,7 +752,7 @@ Inheritance diagram for BaseInteractiveDebugger:
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classCollation-members.html b/docs/simple-api/classCollation-members.html index 37978db8..8656ba6e 100644 --- a/docs/simple-api/classCollation-members.html +++ b/docs/simple-api/classCollation-members.html @@ -33,7 +33,7 @@ sort(Sequence data, const DynamicContext *context) const =0Collation [pure virtual] ~Collation()Collation [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classCollation.html b/docs/simple-api/classCollation.html index b26f4a40..17b9c2f2 100644 --- a/docs/simple-api/classCollation.html +++ b/docs/simple-api/classCollation.html @@ -150,7 +150,7 @@
  • Collation.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classContentSequenceFilter-members.html b/docs/simple-api/classContentSequenceFilter-members.html index 2e39a982..3ef7a03c 100644 --- a/docs/simple-api/classContentSequenceFilter-members.html +++ b/docs/simple-api/classContentSequenceFilter-members.html @@ -46,7 +46,7 @@ textEvent(const XMLCh *chars, unsigned int length)ContentSequenceFilter [virtual] ~EventHandler()EventHandler [inline, virtual] -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classContentSequenceFilter.html b/docs/simple-api/classContentSequenceFilter.html index 9780b94d..33589cb8 100644 --- a/docs/simple-api/classContentSequenceFilter.html +++ b/docs/simple-api/classContentSequenceFilter.html @@ -432,7 +432,7 @@ Inheritance diagram for ContentSequenceFilter:
  • ContentSequenceFilter.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDateOrTimeType-members.html b/docs/simple-api/classDateOrTimeType-members.html index ce256609..1d66318a 100644 --- a/docs/simple-api/classDateOrTimeType-members.html +++ b/docs/simple-api/classDateOrTimeType-members.html @@ -86,7 +86,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDateOrTimeType.html b/docs/simple-api/classDateOrTimeType.html index 640d638e..487c1b4e 100644 --- a/docs/simple-api/classDateOrTimeType.html +++ b/docs/simple-api/classDateOrTimeType.html @@ -109,7 +109,7 @@ Inheritance diagram for DateOrTimeType:
  • DateOrTimeType.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDebugCommand-members.html b/docs/simple-api/classDebugCommand-members.html index 8272e00f..583aa7de 100644 --- a/docs/simple-api/classDebugCommand-members.html +++ b/docs/simple-api/classDebugCommand-members.html @@ -41,7 +41,7 @@ name_DebugCommand [protected] ~DebugCommand()DebugCommand [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDebugCommand.html b/docs/simple-api/classDebugCommand.html index 0a90261d..07588b5d 100644 --- a/docs/simple-api/classDebugCommand.html +++ b/docs/simple-api/classDebugCommand.html @@ -304,7 +304,7 @@
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDebugListener-members.html b/docs/simple-api/classDebugListener-members.html index 9ad4cccf..bb7b6057 100644 --- a/docs/simple-api/classDebugListener-members.html +++ b/docs/simple-api/classDebugListener-members.html @@ -36,7 +36,7 @@ start(const StackFrame *stack, const DynamicContext *context)DebugListener [inline, virtual] ~DebugListener()DebugListener [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDebugListener.html b/docs/simple-api/classDebugListener.html index 23286610..bafe3c14 100644 --- a/docs/simple-api/classDebugListener.html +++ b/docs/simple-api/classDebugListener.html @@ -251,7 +251,7 @@ Inheritance diagram for DebugListener:
  • DebugListener.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDocumentCache-members.html b/docs/simple-api/classDocumentCache-members.html index 769144f1..9747a16e 100644 --- a/docs/simple-api/classDocumentCache-members.html +++ b/docs/simple-api/classDocumentCache-members.html @@ -59,7 +59,7 @@ XMemory()xercesc::XMemory [inline, protected] ~DocumentCache()DocumentCache [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDocumentCache.html b/docs/simple-api/classDocumentCache.html index dc970e08..c25a6008 100644 --- a/docs/simple-api/classDocumentCache.html +++ b/docs/simple-api/classDocumentCache.html @@ -610,7 +610,7 @@ xercesc::SchemaElementDecl * 
  • DocumentCache.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDynamicContext-members.html b/docs/simple-api/classDynamicContext-members.html index 10b78ac8..4ead7342 100644 --- a/docs/simple-api/classDynamicContext-members.html +++ b/docs/simple-api/classDynamicContext-members.html @@ -150,7 +150,7 @@ ~DynamicContext()DynamicContext [inline, virtual] ~StaticContext()StaticContext [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classDynamicContext.html b/docs/simple-api/classDynamicContext.html index 89bcb650..2fb10497 100644 --- a/docs/simple-api/classDynamicContext.html +++ b/docs/simple-api/classDynamicContext.html @@ -944,7 +944,7 @@ Inheritance diagram for DynamicContext:
  • DynamicContext.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventFilter-members.html b/docs/simple-api/classEventFilter-members.html index b8486c7c..25087176 100644 --- a/docs/simple-api/classEventFilter-members.html +++ b/docs/simple-api/classEventFilter-members.html @@ -45,7 +45,7 @@ textEvent(const XMLCh *chars, unsigned int length)EventFilter [inline, virtual] ~EventHandler()EventHandler [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventFilter.html b/docs/simple-api/classEventFilter.html index 7ebcea8a..6b3f2114 100644 --- a/docs/simple-api/classEventFilter.html +++ b/docs/simple-api/classEventFilter.html @@ -566,7 +566,7 @@ Inheritance diagram for EventFilter:
  • EventHandler.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventGenerator-members.html b/docs/simple-api/classEventGenerator-members.html index 7c22544a..4df95c58 100644 --- a/docs/simple-api/classEventGenerator-members.html +++ b/docs/simple-api/classEventGenerator-members.html @@ -37,7 +37,7 @@ ~EventGenerator()EventGenerator [inline, virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventGenerator.html b/docs/simple-api/classEventGenerator.html index 096b3099..2c69fce6 100644 --- a/docs/simple-api/classEventGenerator.html +++ b/docs/simple-api/classEventGenerator.html @@ -152,7 +152,7 @@ Inheritance diagram for EventGenerator:
  • EventGenerator.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventHandler-members.html b/docs/simple-api/classEventHandler-members.html index ac1d0a98..41522b54 100644 --- a/docs/simple-api/classEventHandler-members.html +++ b/docs/simple-api/classEventHandler-members.html @@ -42,7 +42,7 @@ textEvent(const XMLCh *chars, unsigned int length)=0EventHandler [pure virtual] ~EventHandler()EventHandler [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventHandler.html b/docs/simple-api/classEventHandler.html index 7496e1da..fafdd869 100644 --- a/docs/simple-api/classEventHandler.html +++ b/docs/simple-api/classEventHandler.html @@ -506,7 +506,7 @@ Inheritance diagram for EventHandler:
  • EventHandler.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventSerializer-members.html b/docs/simple-api/classEventSerializer-members.html index c467c589..cdb233a7 100644 --- a/docs/simple-api/classEventSerializer-members.html +++ b/docs/simple-api/classEventSerializer-members.html @@ -48,7 +48,7 @@ ~EventHandler()EventHandler [inline, virtual] ~EventSerializer()EventSerializer -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classEventSerializer.html b/docs/simple-api/classEventSerializer.html index 870189c9..7c19ec96 100644 --- a/docs/simple-api/classEventSerializer.html +++ b/docs/simple-api/classEventSerializer.html @@ -631,7 +631,7 @@ Inheritance diagram for EventSerializer:
  • EventSerializer.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunction-members.html b/docs/simple-api/classExternalFunction-members.html index ae5be894..4e162071 100644 --- a/docs/simple-api/classExternalFunction-members.html +++ b/docs/simple-api/classExternalFunction-members.html @@ -40,7 +40,7 @@ uriName_ExternalFunction [protected] ~ExternalFunction()ExternalFunction [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunction.html b/docs/simple-api/classExternalFunction.html index 8fd2a409..a1f5a3f6 100644 --- a/docs/simple-api/classExternalFunction.html +++ b/docs/simple-api/classExternalFunction.html @@ -292,7 +292,7 @@
  • ExternalFunction.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunctionResolver-members.html b/docs/simple-api/classExternalFunctionResolver-members.html index e725cee6..46232464 100644 --- a/docs/simple-api/classExternalFunctionResolver-members.html +++ b/docs/simple-api/classExternalFunctionResolver-members.html @@ -30,7 +30,7 @@ resolveExternalFunction(const XMLCh *uri, const XMLCh *name, size_t numArgs, const StaticContext *context)=0ExternalFunctionResolver [pure virtual] ~ExternalFunctionResolver()ExternalFunctionResolver [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunctionResolver.html b/docs/simple-api/classExternalFunctionResolver.html index 1e4e287a..9b6b4b1a 100644 --- a/docs/simple-api/classExternalFunctionResolver.html +++ b/docs/simple-api/classExternalFunctionResolver.html @@ -101,7 +101,7 @@
  • ExternalFunctionResolver.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunction_1_1Arguments-members.html b/docs/simple-api/classExternalFunction_1_1Arguments-members.html index cca5e2c3..5a971868 100644 --- a/docs/simple-api/classExternalFunction_1_1Arguments-members.html +++ b/docs/simple-api/classExternalFunction_1_1Arguments-members.html @@ -30,7 +30,7 @@ getArgument(size_t index, DynamicContext *context) const =0ExternalFunction::Arguments [pure virtual] ~Arguments()ExternalFunction::Arguments [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classExternalFunction_1_1Arguments.html b/docs/simple-api/classExternalFunction_1_1Arguments.html index dc2a9198..9ec48db1 100644 --- a/docs/simple-api/classExternalFunction_1_1Arguments.html +++ b/docs/simple-api/classExternalFunction_1_1Arguments.html @@ -90,7 +90,7 @@
  • ExternalFunction.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classFastXDMConfiguration-members.html b/docs/simple-api/classFastXDMConfiguration-members.html index de5f5862..57068d1b 100644 --- a/docs/simple-api/classFastXDMConfiguration-members.html +++ b/docs/simple-api/classFastXDMConfiguration-members.html @@ -44,7 +44,7 @@ XMemory()xercesc::XMemory [inline, protected] ~XQillaConfiguration()XQillaConfiguration [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classFastXDMConfiguration.html b/docs/simple-api/classFastXDMConfiguration.html index f0e9fb03..1dbaa2ae 100644 --- a/docs/simple-api/classFastXDMConfiguration.html +++ b/docs/simple-api/classFastXDMConfiguration.html @@ -159,7 +159,7 @@ Inheritance diagram for FastXDMConfiguration:
  • FastXDMConfiguration.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classFunctionRef-members.html b/docs/simple-api/classFunctionRef-members.html index 8f7f85fd..dc14c805 100644 --- a/docs/simple-api/classFunctionRef-members.html +++ b/docs/simple-api/classFunctionRef-members.html @@ -50,7 +50,7 @@ typeToBuffer(DynamicContext *context, xercesc::XMLBuffer &buffer) const =0Item [pure virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classFunctionRef.html b/docs/simple-api/classFunctionRef.html index af55fe7f..39efe60a 100644 --- a/docs/simple-api/classFunctionRef.html +++ b/docs/simple-api/classFunctionRef.html @@ -295,7 +295,7 @@ Inheritance diagram for FunctionRef:
  • FunctionRef.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classGenerateEventsResult-members.html b/docs/simple-api/classGenerateEventsResult-members.html index c8c22392..72c9902a 100644 --- a/docs/simple-api/classGenerateEventsResult-members.html +++ b/docs/simple-api/classGenerateEventsResult-members.html @@ -45,7 +45,7 @@ toSequence(DynamicContext *context)ResultImpl [virtual] ~ResultImpl()ResultImpl [inline, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classGenerateEventsResult.html b/docs/simple-api/classGenerateEventsResult.html index 567c3144..6ad805d4 100644 --- a/docs/simple-api/classGenerateEventsResult.html +++ b/docs/simple-api/classGenerateEventsResult.html @@ -107,7 +107,7 @@ Inheritance diagram for GenerateEventsResult:
  • EventGenerator.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classInputParser-members.html b/docs/simple-api/classInputParser-members.html index 113971dd..3523dd0a 100644 --- a/docs/simple-api/classInputParser-members.html +++ b/docs/simple-api/classInputParser-members.html @@ -30,7 +30,7 @@ Args typedefInputParser parse(std::istream &input, Args &args)InputParser -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classInputParser.html b/docs/simple-api/classInputParser.html index 9a67fe91..40e9bfac 100644 --- a/docs/simple-api/classInputParser.html +++ b/docs/simple-api/classInputParser.html @@ -82,7 +82,7 @@
  • InputParser.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classInteractiveDebugger-members.html b/docs/simple-api/classInteractiveDebugger-members.html index 6f5540dc..5722e8a4 100644 --- a/docs/simple-api/classInteractiveDebugger-members.html +++ b/docs/simple-api/classInteractiveDebugger-members.html @@ -56,7 +56,7 @@ ~BaseInteractiveDebugger()BaseInteractiveDebugger [private, virtual] ~DebugListener()DebugListener [inline, private, virtual] -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classInteractiveDebugger.html b/docs/simple-api/classInteractiveDebugger.html index 2089cb7e..81568c92 100644 --- a/docs/simple-api/classInteractiveDebugger.html +++ b/docs/simple-api/classInteractiveDebugger.html @@ -101,7 +101,7 @@ Inheritance diagram for InteractiveDebugger:
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:58 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classItem-members.html b/docs/simple-api/classItem-members.html index 7d31bd2a..0c3b40fb 100644 --- a/docs/simple-api/classItem-members.html +++ b/docs/simple-api/classItem-members.html @@ -45,7 +45,7 @@ typeToBuffer(DynamicContext *context, xercesc::XMLBuffer &buffer) const =0Item [pure virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classItem.html b/docs/simple-api/classItem.html index 6a512c38..d5efb8aa 100644 --- a/docs/simple-api/classItem.html +++ b/docs/simple-api/classItem.html @@ -324,7 +324,7 @@ Inheritance diagram for Item:
  • Item.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classItemFactory-members.html b/docs/simple-api/classItemFactory-members.html index 9fc91161..3a2efe4d 100644 --- a/docs/simple-api/classItemFactory-members.html +++ b/docs/simple-api/classItemFactory-members.html @@ -82,7 +82,7 @@ XMemory()xercesc::XMemory [inline, protected] ~ItemFactory()ItemFactory [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classItemFactory.html b/docs/simple-api/classItemFactory.html index 5aa10887..aa77c34b 100644 --- a/docs/simple-api/classItemFactory.html +++ b/docs/simple-api/classItemFactory.html @@ -1641,7 +1641,7 @@ Inheritance diagram for ItemFactory:
  • ItemFactory.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classLocationInfo-members.html b/docs/simple-api/classLocationInfo-members.html index ba77dfdc..2c61b2a2 100644 --- a/docs/simple-api/classLocationInfo-members.html +++ b/docs/simple-api/classLocationInfo-members.html @@ -35,7 +35,7 @@ setLocationInfo(const XMLCh *file, unsigned int line, unsigned int column)LocationInfo [inline] setLocationInfo(const LocationInfo *o)LocationInfo [inline] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classLocationInfo.html b/docs/simple-api/classLocationInfo.html index 5923e250..1a2a40fb 100644 --- a/docs/simple-api/classLocationInfo.html +++ b/docs/simple-api/classLocationInfo.html @@ -232,7 +232,7 @@ Inheritance diagram for LocationInfo:
  • LocationInfo.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classMessageListener-members.html b/docs/simple-api/classMessageListener-members.html index f22a6715..6923a015 100644 --- a/docs/simple-api/classMessageListener-members.html +++ b/docs/simple-api/classMessageListener-members.html @@ -31,7 +31,7 @@ warning(const XMLCh *message, const LocationInfo *location)=0MessageListener [pure virtual] ~MessageListener()MessageListener [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classMessageListener.html b/docs/simple-api/classMessageListener.html index 35024f3e..e0c8b15d 100644 --- a/docs/simple-api/classMessageListener.html +++ b/docs/simple-api/classMessageListener.html @@ -136,7 +136,7 @@
  • MessageListener.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classModuleResolver-members.html b/docs/simple-api/classModuleResolver-members.html index fbab86c2..03d35c87 100644 --- a/docs/simple-api/classModuleResolver-members.html +++ b/docs/simple-api/classModuleResolver-members.html @@ -30,7 +30,7 @@ resolveModuleLocation(VectorOfStrings *result, const XMLCh *nsUri, const StaticContext *context)=0ModuleResolver [pure virtual] ~ModuleResolver()ModuleResolver [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classModuleResolver.html b/docs/simple-api/classModuleResolver.html index 9812b580..a37c957f 100644 --- a/docs/simple-api/classModuleResolver.html +++ b/docs/simple-api/classModuleResolver.html @@ -98,7 +98,7 @@
  • ModuleResolver.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNSFixupFilter-members.html b/docs/simple-api/classNSFixupFilter-members.html index adcdfce2..8af9520c 100644 --- a/docs/simple-api/classNSFixupFilter-members.html +++ b/docs/simple-api/classNSFixupFilter-members.html @@ -47,7 +47,7 @@ ~EventHandler()EventHandler [inline, virtual] ~NSFixupFilter()NSFixupFilter -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNSFixupFilter.html b/docs/simple-api/classNSFixupFilter.html index d290dcf2..e58024b3 100644 --- a/docs/simple-api/classNSFixupFilter.html +++ b/docs/simple-api/classNSFixupFilter.html @@ -331,7 +331,7 @@ Inheritance diagram for NSFixupFilter:
  • NSFixupFilter.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNode-members.html b/docs/simple-api/classNode-members.html index e88d7b5c..c7e945f6 100644 --- a/docs/simple-api/classNode-members.html +++ b/docs/simple-api/classNode-members.html @@ -72,7 +72,7 @@ uniqueLessThan(const Node::Ptr &other, const DynamicContext *context) const =0Node [pure virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNode.html b/docs/simple-api/classNode.html index 7f0158c5..b94136a8 100644 --- a/docs/simple-api/classNode.html +++ b/docs/simple-api/classNode.html @@ -849,7 +849,7 @@ Inheritance diagram for Node:
  • Node.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNumeric-members.html b/docs/simple-api/classNumeric-members.html index 4f9b3498..e36f2f51 100644 --- a/docs/simple-api/classNumeric-members.html +++ b/docs/simple-api/classNumeric-members.html @@ -126,7 +126,7 @@ YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classNumeric.html b/docs/simple-api/classNumeric.html index 864b8c23..23929e65 100644 --- a/docs/simple-api/classNumeric.html +++ b/docs/simple-api/classNumeric.html @@ -1183,7 +1183,7 @@ Inheritance diagram for Numeric:
  • Numeric.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classQueryPathTreeFilter-members.html b/docs/simple-api/classQueryPathTreeFilter-members.html index 759d716c..6985e69f 100644 --- a/docs/simple-api/classQueryPathTreeFilter-members.html +++ b/docs/simple-api/classQueryPathTreeFilter-members.html @@ -51,7 +51,7 @@ ~EventHandler()EventHandler [inline, virtual] ~QueryPathTreeFilter()QueryPathTreeFilter [virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classQueryPathTreeFilter.html b/docs/simple-api/classQueryPathTreeFilter.html index fa87404e..1f0dda35 100644 --- a/docs/simple-api/classQueryPathTreeFilter.html +++ b/docs/simple-api/classQueryPathTreeFilter.html @@ -524,7 +524,7 @@ Inheritance diagram for QueryPathTreeFilter:
  • QueryPathTreeFilter.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classRefCountPointer-members.html b/docs/simple-api/classRefCountPointer-members.html index ed5636a2..733f8e8a 100644 --- a/docs/simple-api/classRefCountPointer-members.html +++ b/docs/simple-api/classRefCountPointer-members.html @@ -39,7 +39,7 @@ RefCountPointer(const RefCountPointer< T > &o)RefCountPointer< T > [inline] ~RefCountPointer()RefCountPointer< T > [inline] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classRefCountPointer.html b/docs/simple-api/classRefCountPointer.html index eea10b21..bb279e79 100644 --- a/docs/simple-api/classRefCountPointer.html +++ b/docs/simple-api/classRefCountPointer.html @@ -285,7 +285,7 @@ template<class T>
  • ReferenceCounted.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classReferenceCounted-members.html b/docs/simple-api/classReferenceCounted-members.html index e942ae8a..e7d9f622 100644 --- a/docs/simple-api/classReferenceCounted-members.html +++ b/docs/simple-api/classReferenceCounted-members.html @@ -33,7 +33,7 @@ ReferenceCounted()ReferenceCounted [inline] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classReferenceCounted.html b/docs/simple-api/classReferenceCounted.html index 1c21c4b6..b0e55020 100644 --- a/docs/simple-api/classReferenceCounted.html +++ b/docs/simple-api/classReferenceCounted.html @@ -145,7 +145,7 @@ Inheritance diagram for ReferenceCounted:
  • ReferenceCounted.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classRegexGroupStore-members.html b/docs/simple-api/classRegexGroupStore-members.html index 98a1ffd1..b1f2e748 100644 --- a/docs/simple-api/classRegexGroupStore-members.html +++ b/docs/simple-api/classRegexGroupStore-members.html @@ -30,7 +30,7 @@ getGroup(int index) const =0RegexGroupStore [pure virtual] ~RegexGroupStore()RegexGroupStore [inline, virtual] -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classRegexGroupStore.html b/docs/simple-api/classRegexGroupStore.html index 62b381cf..7c9ca32f 100644 --- a/docs/simple-api/classRegexGroupStore.html +++ b/docs/simple-api/classRegexGroupStore.html @@ -87,7 +87,7 @@
  • RegexGroupStore.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classResult-members.html b/docs/simple-api/classResult-members.html index 8348ce34..856a721b 100644 --- a/docs/simple-api/classResult-members.html +++ b/docs/simple-api/classResult-members.html @@ -40,7 +40,7 @@ Result(const Result &o)Result ~Result()Result -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classResult.html b/docs/simple-api/classResult.html index 95ddfdd4..35c363e4 100644 --- a/docs/simple-api/classResult.html +++ b/docs/simple-api/classResult.html @@ -289,7 +289,7 @@
  • Result.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classResultImpl-members.html b/docs/simple-api/classResultImpl-members.html index 7e2ae08e..896486e2 100644 --- a/docs/simple-api/classResultImpl-members.html +++ b/docs/simple-api/classResultImpl-members.html @@ -44,7 +44,7 @@ toSequence(DynamicContext *context)ResultImpl [virtual] ~ResultImpl()ResultImpl [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classResultImpl.html b/docs/simple-api/classResultImpl.html index 2ca040d2..d888af3d 100644 --- a/docs/simple-api/classResultImpl.html +++ b/docs/simple-api/classResultImpl.html @@ -241,7 +241,7 @@ Inheritance diagram for ResultImpl:
  • ResultImpl.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSchemaValidatorFilter-members.html b/docs/simple-api/classSchemaValidatorFilter-members.html index a892fa9e..896bf8a7 100644 --- a/docs/simple-api/classSchemaValidatorFilter-members.html +++ b/docs/simple-api/classSchemaValidatorFilter-members.html @@ -48,7 +48,7 @@ ~EventHandler()EventHandler [inline, virtual] ~SchemaValidatorFilter()SchemaValidatorFilter [virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSchemaValidatorFilter.html b/docs/simple-api/classSchemaValidatorFilter.html index c892be89..68b19923 100644 --- a/docs/simple-api/classSchemaValidatorFilter.html +++ b/docs/simple-api/classSchemaValidatorFilter.html @@ -484,7 +484,7 @@ Inheritance diagram for SchemaValidatorFilter:
  • SchemaValidatorFilter.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classScope-members.html b/docs/simple-api/classScope-members.html index 6867c446..a563c155 100644 --- a/docs/simple-api/classScope-members.html +++ b/docs/simple-api/classScope-members.html @@ -50,7 +50,7 @@ XMemory()xercesc::XMemory [inline, protected] ~Scope()Scope< TYPE > [inline] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classScope.html b/docs/simple-api/classScope.html index 61fc9a76..dc0f1ba7 100644 --- a/docs/simple-api/classScope.html +++ b/docs/simple-api/classScope.html @@ -361,7 +361,7 @@ template<class TYPE >
  • Scope.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSequence-members.html b/docs/simple-api/classSequence-members.html index b0b4961f..2c0b9e88 100644 --- a/docs/simple-api/classSequence-members.html +++ b/docs/simple-api/classSequence-members.html @@ -66,7 +66,7 @@ XMemory()xercesc::XMemory [inline, protected] ~Sequence()Sequence -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSequence.html b/docs/simple-api/classSequence.html index b42e531f..fe12075a 100644 --- a/docs/simple-api/classSequence.html +++ b/docs/simple-api/classSequence.html @@ -698,7 +698,7 @@ VectorOfItems::const_reverse_iterator Sequence.hpp -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSequenceBuilder-members.html b/docs/simple-api/classSequenceBuilder-members.html index 8a1d5163..163ff83a 100644 --- a/docs/simple-api/classSequenceBuilder-members.html +++ b/docs/simple-api/classSequenceBuilder-members.html @@ -51,7 +51,7 @@ ~EventHandler()EventHandler [inline, virtual] ~SequenceBuilder()SequenceBuilder [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classSequenceBuilder.html b/docs/simple-api/classSequenceBuilder.html index 0edb6586..9e137b38 100644 --- a/docs/simple-api/classSequenceBuilder.html +++ b/docs/simple-api/classSequenceBuilder.html @@ -82,7 +82,7 @@ Inheritance diagram for SequenceBuilder:
  • SequenceBuilder.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStackFrame-members.html b/docs/simple-api/classStackFrame-members.html index 049d7873..6c5dd74f 100644 --- a/docs/simple-api/classStackFrame-members.html +++ b/docs/simple-api/classStackFrame-members.html @@ -46,7 +46,7 @@ variables_StackFrame [protected] ~StackFrame()StackFrame [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStackFrame.html b/docs/simple-api/classStackFrame.html index 2230b807..db15b0ea 100644 --- a/docs/simple-api/classStackFrame.html +++ b/docs/simple-api/classStackFrame.html @@ -356,7 +356,7 @@
  • StackFrame.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticAnalysis-members.html b/docs/simple-api/classStaticAnalysis-members.html index 15bcb4ea..d36ac8bc 100644 --- a/docs/simple-api/classStaticAnalysis-members.html +++ b/docs/simple-api/classStaticAnalysis-members.html @@ -76,7 +76,7 @@ variablesUsed() const StaticAnalysis variableUsed(const XMLCh *namespaceURI, const XMLCh *name)StaticAnalysis -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticAnalysis.html b/docs/simple-api/classStaticAnalysis.html index 53f56500..2c5dc26e 100644 --- a/docs/simple-api/classStaticAnalysis.html +++ b/docs/simple-api/classStaticAnalysis.html @@ -882,7 +882,7 @@
  • StaticAnalysis.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticAnalysis_1_1VarEntry-members.html b/docs/simple-api/classStaticAnalysis_1_1VarEntry-members.html index 65631f17..635a0261 100644 --- a/docs/simple-api/classStaticAnalysis_1_1VarEntry-members.html +++ b/docs/simple-api/classStaticAnalysis_1_1VarEntry-members.html @@ -32,7 +32,7 @@ uriStaticAnalysis::VarEntry VarEntry(const XMLCh *u, const XMLCh *n, VarEntry *p)StaticAnalysis::VarEntry [inline] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticAnalysis_1_1VarEntry.html b/docs/simple-api/classStaticAnalysis_1_1VarEntry.html index 68a79eef..abd9721a 100644 --- a/docs/simple-api/classStaticAnalysis_1_1VarEntry.html +++ b/docs/simple-api/classStaticAnalysis_1_1VarEntry.html @@ -118,7 +118,7 @@
  • StaticAnalysis.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticContext-members.html b/docs/simple-api/classStaticContext-members.html index 70f4a8f9..6126f290 100644 --- a/docs/simple-api/classStaticContext-members.html +++ b/docs/simple-api/classStaticContext-members.html @@ -114,7 +114,7 @@ XMemory()xercesc::XMemory [inline, protected] ~StaticContext()StaticContext [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticContext.html b/docs/simple-api/classStaticContext.html index d09c7dd8..632881c7 100644 --- a/docs/simple-api/classStaticContext.html +++ b/docs/simple-api/classStaticContext.html @@ -1785,7 +1785,7 @@ Inheritance diagram for StaticContext:
  • StaticContext.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticType-members.html b/docs/simple-api/classStaticType-members.html index 98cf5726..528c0296 100644 --- a/docs/simple-api/classStaticType-members.html +++ b/docs/simple-api/classStaticType-members.html @@ -111,7 +111,7 @@ YEAR_MONTH_DURATION_TYPE enum valueStaticType ~StaticType()StaticType -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStaticType.html b/docs/simple-api/classStaticType.html index 187d3e8d..965eac9f 100644 --- a/docs/simple-api/classStaticType.html +++ b/docs/simple-api/classStaticType.html @@ -963,7 +963,7 @@ Inheritance diagram for StaticType:
  • StaticType.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStringPool-members.html b/docs/simple-api/classStringPool-members.html index f7868c86..977a857a 100644 --- a/docs/simple-api/classStringPool-members.html +++ b/docs/simple-api/classStringPool-members.html @@ -38,7 +38,7 @@ StringPool(xercesc::MemoryManager *mm)StringPool ~StringPool()StringPool -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classStringPool.html b/docs/simple-api/classStringPool.html index fc614367..b80e06f6 100644 --- a/docs/simple-api/classStringPool.html +++ b/docs/simple-api/classStringPool.html @@ -243,7 +243,7 @@
  • StringPool.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classTimezone-members.html b/docs/simple-api/classTimezone-members.html index 7ae1f3c2..b8d2a8ae 100644 --- a/docs/simple-api/classTimezone-members.html +++ b/docs/simple-api/classTimezone-members.html @@ -42,7 +42,7 @@ validate(const MAPM &tz)Timezone [static] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classTimezone.html b/docs/simple-api/classTimezone.html index 9d58966b..414ecc77 100644 --- a/docs/simple-api/classTimezone.html +++ b/docs/simple-api/classTimezone.html @@ -257,7 +257,7 @@ Inheritance diagram for Timezone:
  • Timezone.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classURIResolver-members.html b/docs/simple-api/classURIResolver-members.html index 168bf5a6..512bdd26 100644 --- a/docs/simple-api/classURIResolver-members.html +++ b/docs/simple-api/classURIResolver-members.html @@ -40,7 +40,7 @@ XMemory()xercesc::XMemory [inline, protected] ~URIResolver()URIResolver [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classURIResolver.html b/docs/simple-api/classURIResolver.html index 97c64d16..84e624df 100644 --- a/docs/simple-api/classURIResolver.html +++ b/docs/simple-api/classURIResolver.html @@ -237,7 +237,7 @@ Inheritance diagram for URIResolver:
  • URIResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classUpdateFactory-members.html b/docs/simple-api/classUpdateFactory-members.html index 2b7416aa..db2b24e7 100644 --- a/docs/simple-api/classUpdateFactory-members.html +++ b/docs/simple-api/classUpdateFactory-members.html @@ -53,7 +53,7 @@ XMemory()xercesc::XMemory [inline, protected] ~UpdateFactory()UpdateFactory [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classUpdateFactory.html b/docs/simple-api/classUpdateFactory.html index 93795018..ff61c8bf 100644 --- a/docs/simple-api/classUpdateFactory.html +++ b/docs/simple-api/classUpdateFactory.html @@ -531,7 +531,7 @@ Inheritance diagram for UpdateFactory:
  • UpdateFactory.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVarHashEntry-members.html b/docs/simple-api/classVarHashEntry-members.html index 538a6e74..ac3273bc 100644 --- a/docs/simple-api/classVarHashEntry-members.html +++ b/docs/simple-api/classVarHashEntry-members.html @@ -38,7 +38,7 @@ XMemory()xercesc::XMemory [inline, protected] ~VarHashEntry()VarHashEntry< TYPE > [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVarHashEntry.html b/docs/simple-api/classVarHashEntry.html index 6d106715..cc269d6e 100644 --- a/docs/simple-api/classVarHashEntry.html +++ b/docs/simple-api/classVarHashEntry.html @@ -121,7 +121,7 @@ template<class TYPE>
  • VarHashEntry.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVariableStore-members.html b/docs/simple-api/classVariableStore-members.html index 3c007629..7945bdbe 100644 --- a/docs/simple-api/classVariableStore-members.html +++ b/docs/simple-api/classVariableStore-members.html @@ -31,7 +31,7 @@ getVar(const XMLCh *namespaceURI, const XMLCh *name) const =0VariableStore [pure virtual] ~VariableStore()VariableStore [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVariableStore.html b/docs/simple-api/classVariableStore.html index edb06f06..2cd9a694 100644 --- a/docs/simple-api/classVariableStore.html +++ b/docs/simple-api/classVariableStore.html @@ -118,7 +118,7 @@
  • VariableStore.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVariableTypeStore-members.html b/docs/simple-api/classVariableTypeStore-members.html index f684f673..75090995 100644 --- a/docs/simple-api/classVariableTypeStore-members.html +++ b/docs/simple-api/classVariableTypeStore-members.html @@ -44,7 +44,7 @@ XMemory()xercesc::XMemory [inline, protected] ~VariableTypeStore()VariableTypeStore [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classVariableTypeStore.html b/docs/simple-api/classVariableTypeStore.html index f5bc9201..fb232f39 100644 --- a/docs/simple-api/classVariableTypeStore.html +++ b/docs/simple-api/classVariableTypeStore.html @@ -294,7 +294,7 @@ Inheritance diagram for VariableTypeStore:
  • VariableTypeStore.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXPath2MemoryManager-members.html b/docs/simple-api/classXPath2MemoryManager-members.html index 16f527d7..55f973c5 100644 --- a/docs/simple-api/classXPath2MemoryManager-members.html +++ b/docs/simple-api/classXPath2MemoryManager-members.html @@ -47,7 +47,7 @@ ~MemoryManager()xercesc::MemoryManager [inline, virtual] ~XPath2MemoryManager()XPath2MemoryManager [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXPath2MemoryManager.html b/docs/simple-api/classXPath2MemoryManager.html index 58a94731..2defaa54 100644 --- a/docs/simple-api/classXPath2MemoryManager.html +++ b/docs/simple-api/classXPath2MemoryManager.html @@ -364,7 +364,7 @@ Inheritance diagram for XPath2MemoryManager:
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQException-members.html b/docs/simple-api/classXQException-members.html index 498afdac..c182d08c 100644 --- a/docs/simple-api/classXQException-members.html +++ b/docs/simple-api/classXQException-members.html @@ -43,7 +43,7 @@ XQException(const XMLCh *const type, const XMLCh *const functionName, const XMLCh *const reason, const LocationInfo *info, const char *cppFile, unsigned int cppLine)XQException [protected] ~XQException()XQException [virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQException.html b/docs/simple-api/classXQException.html index b699b4ed..8099da48 100644 --- a/docs/simple-api/classXQException.html +++ b/docs/simple-api/classXQException.html @@ -397,7 +397,7 @@
  • XQException.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQQuery-members.html b/docs/simple-api/classXQQuery-members.html index 130663bf..c7512406 100644 --- a/docs/simple-api/classXQQuery-members.html +++ b/docs/simple-api/classXQQuery-members.html @@ -62,7 +62,7 @@ XMemory()xercesc::XMemory [inline, protected] ~XQQuery()XQQuery -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:16 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQQuery.html b/docs/simple-api/classXQQuery.html index f1866d6b..f40e54bf 100644 --- a/docs/simple-api/classXQQuery.html +++ b/docs/simple-api/classXQQuery.html @@ -842,7 +842,7 @@ Inheritance diagram for XQQuery:
  • XQQuery.hpp
  • -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:16 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQilla-members.html b/docs/simple-api/classXQilla-members.html index 6f61b6a1..bcc45fc2 100644 --- a/docs/simple-api/classXQilla-members.html +++ b/docs/simple-api/classXQilla-members.html @@ -58,7 +58,7 @@ XSLT2_FULLTEXT enum valueXQilla ~XQilla()XQilla -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQilla.html b/docs/simple-api/classXQilla.html index 995075c0..edbf0a82 100644 --- a/docs/simple-api/classXQilla.html +++ b/docs/simple-api/classXQilla.html @@ -441,7 +441,7 @@ Inheritance diagram for XQilla:
  • XQilla.hpp
  • -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQillaAllocator-members.html b/docs/simple-api/classXQillaAllocator-members.html index 45d7873a..8cb50534 100644 --- a/docs/simple-api/classXQillaAllocator-members.html +++ b/docs/simple-api/classXQillaAllocator-members.html @@ -46,7 +46,7 @@ XQillaAllocator(xercesc::MemoryManager *memMgr)XQillaAllocator< _Tp > [inline] XQillaAllocator(const XQillaAllocator< _Tp > &o)XQillaAllocator< _Tp > [inline] -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQillaAllocator.html b/docs/simple-api/classXQillaAllocator.html index a44e9e31..66c73b9b 100644 --- a/docs/simple-api/classXQillaAllocator.html +++ b/docs/simple-api/classXQillaAllocator.html @@ -418,7 +418,7 @@ template<class _Tp>
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQillaConfiguration-members.html b/docs/simple-api/classXQillaConfiguration-members.html index ea16e329..adb2bf23 100644 --- a/docs/simple-api/classXQillaConfiguration-members.html +++ b/docs/simple-api/classXQillaConfiguration-members.html @@ -44,7 +44,7 @@ XMemory()xercesc::XMemory [inline, protected] ~XQillaConfiguration()XQillaConfiguration [inline, virtual] -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:16 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXQillaConfiguration.html b/docs/simple-api/classXQillaConfiguration.html index 35a0fb22..1b5172a6 100644 --- a/docs/simple-api/classXQillaConfiguration.html +++ b/docs/simple-api/classXQillaConfiguration.html @@ -234,7 +234,7 @@ Inheritance diagram for XQillaConfiguration:
  • XQillaConfiguration.hpp
  • -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:16 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXercesConfiguration-members.html b/docs/simple-api/classXercesConfiguration-members.html index 341c8a25..c5d8398e 100644 --- a/docs/simple-api/classXercesConfiguration-members.html +++ b/docs/simple-api/classXercesConfiguration-members.html @@ -46,7 +46,7 @@ XMemory()xercesc::XMemory [inline, protected] ~XQillaConfiguration()XQillaConfiguration [inline, virtual] -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classXercesConfiguration.html b/docs/simple-api/classXercesConfiguration.html index de7eab1c..d41a2b5a 100644 --- a/docs/simple-api/classXercesConfiguration.html +++ b/docs/simple-api/classXercesConfiguration.html @@ -207,7 +207,7 @@ Inheritance diagram for XercesConfiguration:
  • XercesConfiguration.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classes.html b/docs/simple-api/classes.html index 42f905a7..70c9c32b 100644 --- a/docs/simple-api/classes.html +++ b/docs/simple-api/classes.html @@ -48,7 +48,7 @@ QueryPathTreeFilter   XQilla   Collation   BaseInteractiveDebugger::Quit   XQillaAllocator   ContentSequenceFilter   
      R  
    XQillaConfiguration   BaseInteractiveDebugger::Continue   XQillaAllocator::rebind   XQQuery   
    A | B | C | D | E | F | G | I | L | M | N | Q | R | S | T | U | V | X
    -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMDocument-members.html b/docs/simple-api/classxercesc_1_1DOMDocument-members.html index 426a0199..b92dbbfb 100644 --- a/docs/simple-api/classxercesc_1_1DOMDocument-members.html +++ b/docs/simple-api/classxercesc_1_1DOMDocument-members.html @@ -127,7 +127,7 @@ ~DOMDocument()xercesc::DOMDocument [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMDocument.html b/docs/simple-api/classxercesc_1_1DOMDocument.html index f5dc3ccf..71470bfb 100644 --- a/docs/simple-api/classxercesc_1_1DOMDocument.html +++ b/docs/simple-api/classxercesc_1_1DOMDocument.html @@ -1350,7 +1350,7 @@ Beware that when the DOMDocument.hpp -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMNode-members.html b/docs/simple-api/classxercesc_1_1DOMNode-members.html index 3c5ffc00..c0c3d0ee 100644 --- a/docs/simple-api/classxercesc_1_1DOMNode-members.html +++ b/docs/simple-api/classxercesc_1_1DOMNode-members.html @@ -89,7 +89,7 @@ TEXT_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMNode.html b/docs/simple-api/classxercesc_1_1DOMNode.html index b5b89a66..4a4a672b 100644 --- a/docs/simple-api/classxercesc_1_1DOMNode.html +++ b/docs/simple-api/classxercesc_1_1DOMNode.html @@ -1490,7 +1490,7 @@ NOT_FOUND_ERR: Raised if oldChild is not a child of this node. DOMNode.hpp -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html index e5fb0945..143d3d32 100644 --- a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html +++ b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html @@ -34,7 +34,7 @@ release()=0xercesc::DOMXPathNSResolver [pure virtual] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html index 791fa8fb..8907ac1d 100644 --- a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html +++ b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html @@ -220,7 +220,7 @@
  • DOMXPathNSResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1InputSource-members.html b/docs/simple-api/classxercesc_1_1InputSource-members.html index 5181b8b5..91e4a63c 100644 --- a/docs/simple-api/classxercesc_1_1InputSource-members.html +++ b/docs/simple-api/classxercesc_1_1InputSource-members.html @@ -51,7 +51,7 @@ XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1InputSource.html b/docs/simple-api/classxercesc_1_1InputSource.html index 22853094..02ea9027 100644 --- a/docs/simple-api/classxercesc_1_1InputSource.html +++ b/docs/simple-api/classxercesc_1_1InputSource.html @@ -553,7 +553,7 @@ SAXParseException::getSystemId
  • InputSource.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileFormatTarget-members.html b/docs/simple-api/classxercesc_1_1LocalFileFormatTarget-members.html index b698f6aa..bc7684fd 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileFormatTarget-members.html +++ b/docs/simple-api/classxercesc_1_1LocalFileFormatTarget-members.html @@ -42,7 +42,7 @@ ~LocalFileFormatTarget()xercesc::LocalFileFormatTarget ~XMLFormatTarget()xercesc::XMLFormatTarget [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileFormatTarget.html b/docs/simple-api/classxercesc_1_1LocalFileFormatTarget.html index 2007fe4e..ad7b13f3 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileFormatTarget.html +++ b/docs/simple-api/classxercesc_1_1LocalFileFormatTarget.html @@ -181,7 +181,7 @@ Inheritance diagram for xercesc::LocalFileFormatTarget:
  • LocalFileFormatTarget.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html b/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html index 44097cc4..cd5178cd 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html @@ -54,7 +54,7 @@ ~InputSource()xercesc::InputSource [virtual] ~LocalFileInputSource()xercesc::LocalFileInputSource -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileInputSource.html b/docs/simple-api/classxercesc_1_1LocalFileInputSource.html index 64c15b24..42f32fd8 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileInputSource.html +++ b/docs/simple-api/classxercesc_1_1LocalFileInputSource.html @@ -207,7 +207,7 @@ Inheritance diagram for xercesc::LocalFileInputSource:
  • LocalFileInputSource.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemBufFormatTarget-members.html b/docs/simple-api/classxercesc_1_1MemBufFormatTarget-members.html index 6a2d005e..273ccbe9 100644 --- a/docs/simple-api/classxercesc_1_1MemBufFormatTarget-members.html +++ b/docs/simple-api/classxercesc_1_1MemBufFormatTarget-members.html @@ -44,7 +44,7 @@ ~MemBufFormatTarget()xercesc::MemBufFormatTarget ~XMLFormatTarget()xercesc::XMLFormatTarget [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemBufFormatTarget.html b/docs/simple-api/classxercesc_1_1MemBufFormatTarget.html index d30c5e74..e574e4bd 100644 --- a/docs/simple-api/classxercesc_1_1MemBufFormatTarget.html +++ b/docs/simple-api/classxercesc_1_1MemBufFormatTarget.html @@ -199,7 +199,7 @@ Inheritance diagram for xercesc::MemBufFormatTarget:
  • MemBufFormatTarget.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html b/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html index 24388e81..36bb8ee4 100644 --- a/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html @@ -56,7 +56,7 @@ ~InputSource()xercesc::InputSource [virtual] ~MemBufInputSource()xercesc::MemBufInputSource -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemBufInputSource.html b/docs/simple-api/classxercesc_1_1MemBufInputSource.html index 7098fb99..7e8de47c 100644 --- a/docs/simple-api/classxercesc_1_1MemBufInputSource.html +++ b/docs/simple-api/classxercesc_1_1MemBufInputSource.html @@ -294,7 +294,7 @@ Inheritance diagram for xercesc::MemBufInputSource:
  • MemBufInputSource.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemoryManager-members.html b/docs/simple-api/classxercesc_1_1MemoryManager-members.html index e7d4ff0b..e3ed1ecf 100644 --- a/docs/simple-api/classxercesc_1_1MemoryManager-members.html +++ b/docs/simple-api/classxercesc_1_1MemoryManager-members.html @@ -33,7 +33,7 @@ MemoryManager()xercesc::MemoryManager [inline, protected] ~MemoryManager()xercesc::MemoryManager [inline, virtual] -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1MemoryManager.html b/docs/simple-api/classxercesc_1_1MemoryManager.html index 078f3053..3a754151 100644 --- a/docs/simple-api/classxercesc_1_1MemoryManager.html +++ b/docs/simple-api/classxercesc_1_1MemoryManager.html @@ -192,7 +192,7 @@ Inheritance diagram for xercesc::MemoryManager:
  • MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1StdInInputSource-members.html b/docs/simple-api/classxercesc_1_1StdInInputSource-members.html index 55bd2419..71ab8de1 100644 --- a/docs/simple-api/classxercesc_1_1StdInInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1StdInInputSource-members.html @@ -53,7 +53,7 @@ ~InputSource()xercesc::InputSource [virtual] ~StdInInputSource()xercesc::StdInInputSource [inline] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1StdInInputSource.html b/docs/simple-api/classxercesc_1_1StdInInputSource.html index 7d0aaa45..48766f53 100644 --- a/docs/simple-api/classxercesc_1_1StdInInputSource.html +++ b/docs/simple-api/classxercesc_1_1StdInInputSource.html @@ -129,7 +129,7 @@ Inheritance diagram for xercesc::StdInInputSource:
  • StdInInputSource.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1StdOutFormatTarget-members.html b/docs/simple-api/classxercesc_1_1StdOutFormatTarget-members.html index 903afd9d..c1aa342d 100644 --- a/docs/simple-api/classxercesc_1_1StdOutFormatTarget-members.html +++ b/docs/simple-api/classxercesc_1_1StdOutFormatTarget-members.html @@ -41,7 +41,7 @@ ~StdOutFormatTarget()xercesc::StdOutFormatTarget ~XMLFormatTarget()xercesc::XMLFormatTarget [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1StdOutFormatTarget.html b/docs/simple-api/classxercesc_1_1StdOutFormatTarget.html index 8771b61e..7cba6007 100644 --- a/docs/simple-api/classxercesc_1_1StdOutFormatTarget.html +++ b/docs/simple-api/classxercesc_1_1StdOutFormatTarget.html @@ -143,7 +143,7 @@ Inheritance diagram for xercesc::StdOutFormatTarget:
  • StdOutFormatTarget.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1URLInputSource-members.html b/docs/simple-api/classxercesc_1_1URLInputSource-members.html index 46f9062a..05e7ae4e 100644 --- a/docs/simple-api/classxercesc_1_1URLInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1URLInputSource-members.html @@ -58,7 +58,7 @@ ~InputSource()xercesc::InputSource [virtual] ~URLInputSource()xercesc::URLInputSource -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1URLInputSource.html b/docs/simple-api/classxercesc_1_1URLInputSource.html index 4a604950..f9e893b5 100644 --- a/docs/simple-api/classxercesc_1_1URLInputSource.html +++ b/docs/simple-api/classxercesc_1_1URLInputSource.html @@ -366,7 +366,7 @@ Inheritance diagram for xercesc::URLInputSource:
  • URLInputSource.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLDeleter-members.html b/docs/simple-api/classxercesc_1_1XMLDeleter-members.html index c3c2d306..ce0ff4b5 100644 --- a/docs/simple-api/classxercesc_1_1XMLDeleter-members.html +++ b/docs/simple-api/classxercesc_1_1XMLDeleter-members.html @@ -30,7 +30,7 @@ XMLDeleter()xercesc::XMLDeleter [inline, protected] ~XMLDeleter()xercesc::XMLDeleter [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLDeleter.html b/docs/simple-api/classxercesc_1_1XMLDeleter.html index 4269ed0c..08e61b5f 100644 --- a/docs/simple-api/classxercesc_1_1XMLDeleter.html +++ b/docs/simple-api/classxercesc_1_1XMLDeleter.html @@ -77,7 +77,7 @@
  • PlatformUtils.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html b/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html index 716e3e35..aabaddd7 100644 --- a/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html +++ b/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html @@ -31,7 +31,7 @@ XMLEntityResolver()xercesc::XMLEntityResolver [inline, protected] ~XMLEntityResolver()xercesc::XMLEntityResolver [inline, virtual] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLEntityResolver.html b/docs/simple-api/classxercesc_1_1XMLEntityResolver.html index c7b1476b..940b1437 100644 --- a/docs/simple-api/classxercesc_1_1XMLEntityResolver.html +++ b/docs/simple-api/classxercesc_1_1XMLEntityResolver.html @@ -173,7 +173,7 @@ HandlerBase::HandlerBase
  • XMLEntityResolver.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLFormatTarget-members.html b/docs/simple-api/classxercesc_1_1XMLFormatTarget-members.html index 6ff49a51..53723d3d 100644 --- a/docs/simple-api/classxercesc_1_1XMLFormatTarget-members.html +++ b/docs/simple-api/classxercesc_1_1XMLFormatTarget-members.html @@ -39,7 +39,7 @@ XMLFormatTarget()xercesc::XMLFormatTarget [inline, protected] ~XMLFormatTarget()xercesc::XMLFormatTarget [inline, virtual] -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLFormatTarget.html b/docs/simple-api/classxercesc_1_1XMLFormatTarget.html index aa7ffa5f..da541354 100644 --- a/docs/simple-api/classxercesc_1_1XMLFormatTarget.html +++ b/docs/simple-api/classxercesc_1_1XMLFormatTarget.html @@ -141,7 +141,7 @@ Inheritance diagram for xercesc::XMLFormatTarget:
  • XMLFormatter.hpp
  • -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLFormatter-members.html b/docs/simple-api/classxercesc_1_1XMLFormatter-members.html index a0193888..b30bc60c 100644 --- a/docs/simple-api/classxercesc_1_1XMLFormatter-members.html +++ b/docs/simple-api/classxercesc_1_1XMLFormatter-members.html @@ -65,7 +65,7 @@ XMLFormatter(const char *const outEncoding, XMLFormatTarget *const target, const EscapeFlags escapeFlags=NoEscapes, const UnRepFlags unrepFlags=UnRep_Fail, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLFormatter ~XMLFormatter()xercesc::XMLFormatter -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLFormatter.html b/docs/simple-api/classxercesc_1_1XMLFormatter.html index ecfe893c..644ddafb 100644 --- a/docs/simple-api/classxercesc_1_1XMLFormatter.html +++ b/docs/simple-api/classxercesc_1_1XMLFormatter.html @@ -755,7 +755,7 @@ Inheritance diagram for xercesc::XMLFormatter:
  • XMLFormatter.hpp
  • -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html b/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html index 29de234b..ad3c1d95 100644 --- a/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html +++ b/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html @@ -37,6 +37,7 @@ fgMemoryManagerxercesc::XMLPlatformUtils [static] fgMutexMgrxercesc::XMLPlatformUtils [static] fgNetAccessorxercesc::XMLPlatformUtils [static] + fgSSE2okxercesc::XMLPlatformUtils [static] fgTransServicexercesc::XMLPlatformUtils [static] fgUserPanicHandlerxercesc::XMLPlatformUtils [static] fgXMLChBigEndianxercesc::XMLPlatformUtils [static] @@ -72,7 +73,7 @@ weavePaths(const XMLCh *const basePath, const XMLCh *const relativePath, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] writeBufferToFile(FileHandle const theFile, XMLSize_t toWrite, const XMLByte *const toFlush, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html b/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html index 664039ff..4c1e74c4 100644 --- a/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html +++ b/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html @@ -150,6 +150,7 @@ static XMLMutex * fgAtomicMutex  Global mutex for fast or infrequent operations.
    static bool fgXMLChBigEndian +static bool fgSSE2ok

    Detailed Description

    Utilities that must be implemented in a platform-specific way.

    @@ -1460,6 +1461,19 @@

    This is provided by the per-platform driver, so each platform can choose what actual implementation it wants to use. The object must be dynamically allocated.

    Note that you may optionally, if your platform driver does not install a network accessor, set it manually from your client code after calling Initialize(). This works because this object is not required during initialization, and only comes into play during actual XML parsing.

    + + + +
    +
    + + + + +
    bool xercesc::XMLPlatformUtils::fgSSE2ok [static]
    +
    +
    +
    @@ -1511,7 +1525,7 @@
  • PlatformUtils.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLResourceIdentifier-members.html b/docs/simple-api/classxercesc_1_1XMLResourceIdentifier-members.html index e7582ea0..e796aeea 100644 --- a/docs/simple-api/classxercesc_1_1XMLResourceIdentifier-members.html +++ b/docs/simple-api/classxercesc_1_1XMLResourceIdentifier-members.html @@ -44,7 +44,7 @@ XMLResourceIdentifier(const ResourceIdentifierType resourceIdentitiferType, const XMLCh *const systemId, const XMLCh *const nameSpace=0, const XMLCh *const publicId=0, const XMLCh *const baseURI=0, const Locator *locator=0)xercesc::XMLResourceIdentifier [inline] ~XMLResourceIdentifier()xercesc::XMLResourceIdentifier [inline] -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMLResourceIdentifier.html b/docs/simple-api/classxercesc_1_1XMLResourceIdentifier.html index 84007ff1..4b96c426 100644 --- a/docs/simple-api/classxercesc_1_1XMLResourceIdentifier.html +++ b/docs/simple-api/classxercesc_1_1XMLResourceIdentifier.html @@ -348,7 +348,7 @@
  • XMLResourceIdentifier.hpp
  • -
    Generated on Fri Nov 13 15:00:04 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMemory-members.html b/docs/simple-api/classxercesc_1_1XMemory-members.html index f51c15e4..3fc44762 100644 --- a/docs/simple-api/classxercesc_1_1XMemory-members.html +++ b/docs/simple-api/classxercesc_1_1XMemory-members.html @@ -35,7 +35,7 @@ operator new(size_t size, void *ptr)xercesc::XMemory XMemory()xercesc::XMemory [inline, protected] -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/classxercesc_1_1XMemory.html b/docs/simple-api/classxercesc_1_1XMemory.html index dfb1f8c5..a32cb4fc 100644 --- a/docs/simple-api/classxercesc_1_1XMemory.html +++ b/docs/simple-api/classxercesc_1_1XMemory.html @@ -290,7 +290,7 @@ Inheritance diagram for xercesc::XMemory:
  • XMemory.hpp
  • -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/examples.html b/docs/simple-api/examples.html index 92696c67..83cfd60f 100644 --- a/docs/simple-api/examples.html +++ b/docs/simple-api/examples.html @@ -25,7 +25,7 @@ -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/files.html b/docs/simple-api/files.html index 9e90f051..0ac254a8 100644 --- a/docs/simple-api/files.html +++ b/docs/simple-api/files.html @@ -117,7 +117,7 @@ XQQuery.hpp [code] -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions.html b/docs/simple-api/functions.html index 1ea46bf8..8f96f0ae 100644 --- a/docs/simple-api/functions.html +++ b/docs/simple-api/functions.html @@ -98,7 +98,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x61.html b/docs/simple-api/functions_0x61.html index c9b95b0e..5a2015e2 100644 --- a/docs/simple-api/functions_0x61.html +++ b/docs/simple-api/functions_0x61.html @@ -388,7 +388,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x62.html b/docs/simple-api/functions_0x62.html index d7891599..11d990b3 100644 --- a/docs/simple-api/functions_0x62.html +++ b/docs/simple-api/functions_0x62.html @@ -101,7 +101,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x63.html b/docs/simple-api/functions_0x63.html index 87ea15db..cb4f8bb9 100644 --- a/docs/simple-api/functions_0x63.html +++ b/docs/simple-api/functions_0x63.html @@ -463,7 +463,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x64.html b/docs/simple-api/functions_0x64.html index 0f705fa0..c93edaf3 100644 --- a/docs/simple-api/functions_0x64.html +++ b/docs/simple-api/functions_0x64.html @@ -258,7 +258,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x65.html b/docs/simple-api/functions_0x65.html index cc7a7a90..05b67f9b 100644 --- a/docs/simple-api/functions_0x65.html +++ b/docs/simple-api/functions_0x65.html @@ -185,7 +185,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x66.html b/docs/simple-api/functions_0x66.html index d7e9b139..e787c8e9 100644 --- a/docs/simple-api/functions_0x66.html +++ b/docs/simple-api/functions_0x66.html @@ -99,6 +99,9 @@ Here is a list of all class members with links to the classes they belong to:
  • fgNetAccessor : xercesc::XMLPlatformUtils
  • +
  • fgSSE2ok +: xercesc::XMLPlatformUtils +
  • fgTransService : xercesc::XMLPlatformUtils
  • @@ -133,8 +136,8 @@ Here is a list of all class members with links to the classes they belong to: : StaticType
  • floor() -: ATDoubleOrDerived -, ATDecimalOrDerived +: ATDecimalOrDerived +, ATDoubleOrDerived , ATFloatOrDerived , Numeric
  • @@ -172,7 +175,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x67.html b/docs/simple-api/functions_0x67.html index 8786858f..c4429e59 100644 --- a/docs/simple-api/functions_0x67.html +++ b/docs/simple-api/functions_0x67.html @@ -791,7 +791,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x68.html b/docs/simple-api/functions_0x68.html index ecd32f18..cb8f891d 100644 --- a/docs/simple-api/functions_0x68.html +++ b/docs/simple-api/functions_0x68.html @@ -97,7 +97,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x69.html b/docs/simple-api/functions_0x69.html index b7494540..7bf325ad 100644 --- a/docs/simple-api/functions_0x69.html +++ b/docs/simple-api/functions_0x69.html @@ -264,7 +264,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x6a.html b/docs/simple-api/functions_0x6a.html index fe35853c..c420fee2 100644 --- a/docs/simple-api/functions_0x6a.html +++ b/docs/simple-api/functions_0x6a.html @@ -74,7 +74,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x6c.html b/docs/simple-api/functions_0x6c.html index a29328ef..8d56a38f 100644 --- a/docs/simple-api/functions_0x6c.html +++ b/docs/simple-api/functions_0x6c.html @@ -134,7 +134,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x6d.html b/docs/simple-api/functions_0x6d.html index 51621697..4025d864 100644 --- a/docs/simple-api/functions_0x6d.html +++ b/docs/simple-api/functions_0x6d.html @@ -126,7 +126,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x6e.html b/docs/simple-api/functions_0x6e.html index 60eaff65..393b2c3d 100644 --- a/docs/simple-api/functions_0x6e.html +++ b/docs/simple-api/functions_0x6e.html @@ -188,7 +188,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x6f.html b/docs/simple-api/functions_0x6f.html index 18dad25b..8972b11b 100644 --- a/docs/simple-api/functions_0x6f.html +++ b/docs/simple-api/functions_0x6f.html @@ -176,7 +176,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x70.html b/docs/simple-api/functions_0x70.html index 9126ae43..b9a7cc2e 100644 --- a/docs/simple-api/functions_0x70.html +++ b/docs/simple-api/functions_0x70.html @@ -195,7 +195,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x71.html b/docs/simple-api/functions_0x71.html index 02ac5351..9e50ec81 100644 --- a/docs/simple-api/functions_0x71.html +++ b/docs/simple-api/functions_0x71.html @@ -92,7 +92,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x72.html b/docs/simple-api/functions_0x72.html index 9853afba..bb41c80d 100644 --- a/docs/simple-api/functions_0x72.html +++ b/docs/simple-api/functions_0x72.html @@ -207,7 +207,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x73.html b/docs/simple-api/functions_0x73.html index c75a20e6..fafef2b2 100644 --- a/docs/simple-api/functions_0x73.html +++ b/docs/simple-api/functions_0x73.html @@ -468,7 +468,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x74.html b/docs/simple-api/functions_0x74.html index 05d091b2..9a7566ed 100644 --- a/docs/simple-api/functions_0x74.html +++ b/docs/simple-api/functions_0x74.html @@ -124,12 +124,12 @@ Here is a list of all class members with links to the classes they belong to:
  • treatAsCodepoint() : ATDecimalOrDerived
  • -
  • type -: StaticType::TypeMatch -
  • Type : Scope< TYPE >
  • +
  • type +: StaticType::TypeMatch +
  • typeConcat() : StaticType
  • @@ -161,7 +161,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x75.html b/docs/simple-api/functions_0x75.html index f0406072..4023ab8a 100644 --- a/docs/simple-api/functions_0x75.html +++ b/docs/simple-api/functions_0x75.html @@ -129,7 +129,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x76.html b/docs/simple-api/functions_0x76.html index 362af929..261bb495 100644 --- a/docs/simple-api/functions_0x76.html +++ b/docs/simple-api/functions_0x76.html @@ -107,7 +107,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x77.html b/docs/simple-api/functions_0x77.html index 54a646ac..c821f4c6 100644 --- a/docs/simple-api/functions_0x77.html +++ b/docs/simple-api/functions_0x77.html @@ -89,7 +89,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x78.html b/docs/simple-api/functions_0x78.html index 712aaf4f..bf077535 100644 --- a/docs/simple-api/functions_0x78.html +++ b/docs/simple-api/functions_0x78.html @@ -122,7 +122,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x79.html b/docs/simple-api/functions_0x79.html index 5c7a552d..3f4b08c1 100644 --- a/docs/simple-api/functions_0x79.html +++ b/docs/simple-api/functions_0x79.html @@ -77,7 +77,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_0x7e.html b/docs/simple-api/functions_0x7e.html index 6e6b77ed..cbc0dfdd 100644 --- a/docs/simple-api/functions_0x7e.html +++ b/docs/simple-api/functions_0x7e.html @@ -284,7 +284,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_enum.html b/docs/simple-api/functions_enum.html index bae9972e..04211c56 100644 --- a/docs/simple-api/functions_enum.html +++ b/docs/simple-api/functions_enum.html @@ -90,7 +90,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_eval.html b/docs/simple-api/functions_eval.html index 73f0d62c..b8ec0bea 100644 --- a/docs/simple-api/functions_eval.html +++ b/docs/simple-api/functions_eval.html @@ -567,7 +567,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func.html b/docs/simple-api/functions_func.html index cff98590..92ba5929 100644 --- a/docs/simple-api/functions_func.html +++ b/docs/simple-api/functions_func.html @@ -346,7 +346,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x62.html b/docs/simple-api/functions_func_0x62.html index d4005fe4..f2f3768e 100644 --- a/docs/simple-api/functions_func_0x62.html +++ b/docs/simple-api/functions_func_0x62.html @@ -81,7 +81,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x63.html b/docs/simple-api/functions_func_0x63.html index 8c290687..e9c89de1 100644 --- a/docs/simple-api/functions_func_0x63.html +++ b/docs/simple-api/functions_func_0x63.html @@ -389,7 +389,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x64.html b/docs/simple-api/functions_func_0x64.html index ec53e1f8..8033281f 100644 --- a/docs/simple-api/functions_func_0x64.html +++ b/docs/simple-api/functions_func_0x64.html @@ -163,7 +163,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x65.html b/docs/simple-api/functions_func_0x65.html index 8fd702a4..72fbd0e9 100644 --- a/docs/simple-api/functions_func_0x65.html +++ b/docs/simple-api/functions_func_0x65.html @@ -151,7 +151,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x66.html b/docs/simple-api/functions_func_0x66.html index 84cfd989..d0a01c0c 100644 --- a/docs/simple-api/functions_func_0x66.html +++ b/docs/simple-api/functions_func_0x66.html @@ -98,7 +98,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x67.html b/docs/simple-api/functions_func_0x67.html index a42f31a6..1d020caa 100644 --- a/docs/simple-api/functions_func_0x67.html +++ b/docs/simple-api/functions_func_0x67.html @@ -745,7 +745,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x68.html b/docs/simple-api/functions_func_0x68.html index 3d8a2280..57630e21 100644 --- a/docs/simple-api/functions_func_0x68.html +++ b/docs/simple-api/functions_func_0x68.html @@ -89,7 +89,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x69.html b/docs/simple-api/functions_func_0x69.html index 17361aa4..e8fa9131 100644 --- a/docs/simple-api/functions_func_0x69.html +++ b/docs/simple-api/functions_func_0x69.html @@ -250,7 +250,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x6a.html b/docs/simple-api/functions_func_0x6a.html index a3d61ee1..5f35181c 100644 --- a/docs/simple-api/functions_func_0x6a.html +++ b/docs/simple-api/functions_func_0x6a.html @@ -72,7 +72,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x6c.html b/docs/simple-api/functions_func_0x6c.html index 72e8d621..631651af 100644 --- a/docs/simple-api/functions_func_0x6c.html +++ b/docs/simple-api/functions_func_0x6c.html @@ -111,7 +111,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x6d.html b/docs/simple-api/functions_func_0x6d.html index 01891cb0..730d6287 100644 --- a/docs/simple-api/functions_func_0x6d.html +++ b/docs/simple-api/functions_func_0x6d.html @@ -115,7 +115,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x6e.html b/docs/simple-api/functions_func_0x6e.html index 49b723e2..33f33e0b 100644 --- a/docs/simple-api/functions_func_0x6e.html +++ b/docs/simple-api/functions_func_0x6e.html @@ -97,7 +97,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x6f.html b/docs/simple-api/functions_func_0x6f.html index f707b2df..f608bcff 100644 --- a/docs/simple-api/functions_func_0x6f.html +++ b/docs/simple-api/functions_func_0x6f.html @@ -141,7 +141,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x70.html b/docs/simple-api/functions_func_0x70.html index 41bd697f..39f849b7 100644 --- a/docs/simple-api/functions_func_0x70.html +++ b/docs/simple-api/functions_func_0x70.html @@ -120,7 +120,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x71.html b/docs/simple-api/functions_func_0x71.html index 96e8527c..20666a36 100644 --- a/docs/simple-api/functions_func_0x71.html +++ b/docs/simple-api/functions_func_0x71.html @@ -81,7 +81,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x72.html b/docs/simple-api/functions_func_0x72.html index f3523476..94b8d43e 100644 --- a/docs/simple-api/functions_func_0x72.html +++ b/docs/simple-api/functions_func_0x72.html @@ -193,7 +193,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x73.html b/docs/simple-api/functions_func_0x73.html index 18f2cfa9..a7f4bc2c 100644 --- a/docs/simple-api/functions_func_0x73.html +++ b/docs/simple-api/functions_func_0x73.html @@ -418,7 +418,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x74.html b/docs/simple-api/functions_func_0x74.html index 2a6607ac..4a62cdbb 100644 --- a/docs/simple-api/functions_func_0x74.html +++ b/docs/simple-api/functions_func_0x74.html @@ -127,7 +127,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x75.html b/docs/simple-api/functions_func_0x75.html index 65579bdf..7ae13f26 100644 --- a/docs/simple-api/functions_func_0x75.html +++ b/docs/simple-api/functions_func_0x75.html @@ -87,7 +87,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x76.html b/docs/simple-api/functions_func_0x76.html index 2f9d765a..b84467b1 100644 --- a/docs/simple-api/functions_func_0x76.html +++ b/docs/simple-api/functions_func_0x76.html @@ -81,7 +81,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x77.html b/docs/simple-api/functions_func_0x77.html index 5cb9c90e..e4b0dd4c 100644 --- a/docs/simple-api/functions_func_0x77.html +++ b/docs/simple-api/functions_func_0x77.html @@ -87,7 +87,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x78.html b/docs/simple-api/functions_func_0x78.html index 69f0f53e..e5e065b2 100644 --- a/docs/simple-api/functions_func_0x78.html +++ b/docs/simple-api/functions_func_0x78.html @@ -96,7 +96,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_func_0x7e.html b/docs/simple-api/functions_func_0x7e.html index 302fb1f2..a9025990 100644 --- a/docs/simple-api/functions_func_0x7e.html +++ b/docs/simple-api/functions_func_0x7e.html @@ -282,7 +282,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_type.html b/docs/simple-api/functions_type.html index e1744464..a5a51434 100644 --- a/docs/simple-api/functions_type.html +++ b/docs/simple-api/functions_type.html @@ -161,7 +161,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/functions_vars.html b/docs/simple-api/functions_vars.html index a0c53ea0..cf3cedc4 100644 --- a/docs/simple-api/functions_vars.html +++ b/docs/simple-api/functions_vars.html @@ -209,6 +209,9 @@
  • fgNetAccessor : xercesc::XMLPlatformUtils
  • +
  • fgSSE2ok +: xercesc::XMLPlatformUtils +
  • fgTransService : xercesc::XMLPlatformUtils
  • @@ -434,7 +437,7 @@ -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/globals.html b/docs/simple-api/globals.html index 1bc5eec5..80dace3c 100644 --- a/docs/simple-api/globals.html +++ b/docs/simple-api/globals.html @@ -208,7 +208,7 @@ Here is a list of all file members with links to the files they belong to: -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/globals_defs.html b/docs/simple-api/globals_defs.html index 63639b93..c14c75d3 100644 --- a/docs/simple-api/globals_defs.html +++ b/docs/simple-api/globals_defs.html @@ -113,7 +113,7 @@ -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/globals_func.html b/docs/simple-api/globals_func.html index 4a76b60c..546c5bca 100644 --- a/docs/simple-api/globals_func.html +++ b/docs/simple-api/globals_func.html @@ -56,7 +56,7 @@ -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/globals_type.html b/docs/simple-api/globals_type.html index cb0614ea..9b134090 100644 --- a/docs/simple-api/globals_type.html +++ b/docs/simple-api/globals_type.html @@ -62,7 +62,7 @@ -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/graph_legend.html b/docs/simple-api/graph_legend.html index 6f4b983b..2460c978 100644 --- a/docs/simple-api/graph_legend.html +++ b/docs/simple-api/graph_legend.html @@ -83,7 +83,7 @@ A purple dashed arrow is used if a class is contained or used by another class. A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance. -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/hierarchy.html b/docs/simple-api/hierarchy.html index e65e9385..e7ca351d 100644 --- a/docs/simple-api/hierarchy.html +++ b/docs/simple-api/hierarchy.html @@ -191,7 +191,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically: -
    Generated on Fri Nov 13 14:59:55 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/index.html b/docs/simple-api/index.html index ee1168b8..152ccc21 100644 --- a/docs/simple-api/index.html +++ b/docs/simple-api/index.html @@ -18,8 +18,8 @@
    -

    XQilla Simple API Documentation

    2.2.3

    -
    Generated on Fri Nov 13 14:59:30 2009 for XQilla Simple API by  +

    XQilla Simple API Documentation

    2.2.4

    +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/inherits.html b/docs/simple-api/inherits.html index d657b617..72bda95b 100644 --- a/docs/simple-api/inherits.html +++ b/docs/simple-api/inherits.html @@ -181,7 +181,7 @@ -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/namespacemembers.html b/docs/simple-api/namespacemembers.html index 88c17dcd..2a391cf4 100644 --- a/docs/simple-api/namespacemembers.html +++ b/docs/simple-api/namespacemembers.html @@ -36,7 +36,7 @@ Here is a list of all namespace members with links to the namespace documentatio -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/namespacemembers_func.html b/docs/simple-api/namespacemembers_func.html index 7ea781db..5fc6bcbc 100644 --- a/docs/simple-api/namespacemembers_func.html +++ b/docs/simple-api/namespacemembers_func.html @@ -36,7 +36,7 @@ -
    Generated on Fri Nov 13 15:00:05 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:19 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/namespaces.html b/docs/simple-api/namespaces.html index 6a89589a..9c8b9f29 100644 --- a/docs/simple-api/namespaces.html +++ b/docs/simple-api/namespaces.html @@ -28,7 +28,7 @@ xercesc -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/namespacexercesc.html b/docs/simple-api/namespacexercesc.html index 17714d7e..0eff9b28 100644 --- a/docs/simple-api/namespacexercesc.html +++ b/docs/simple-api/namespacexercesc.html @@ -90,7 +90,7 @@ -
    Generated on Fri Nov 13 15:00:03 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:18 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/simple-basic_8cpp-example.html b/docs/simple-api/simple-basic_8cpp-example.html index 19f792d1..cd664d75 100644 --- a/docs/simple-api/simple-basic_8cpp-example.html +++ b/docs/simple-api/simple-basic_8cpp-example.html @@ -45,7 +45,7 @@ return 0; } -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/simple-context-item_8cpp-example.html b/docs/simple-api/simple-context-item_8cpp-example.html index 2fd28748..4935f0bd 100644 --- a/docs/simple-api/simple-context-item_8cpp-example.html +++ b/docs/simple-api/simple-context-item_8cpp-example.html @@ -53,7 +53,7 @@ return 0; } -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint-members.html b/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint-members.html index 28244488..9c30d7f9 100644 --- a/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint-members.html +++ b/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint-members.html @@ -34,7 +34,7 @@ lineBaseInteractiveDebugger::BreakPoint temporaryBaseInteractiveDebugger::BreakPoint -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint.html b/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint.html index 1542390b..c183ce42 100644 --- a/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint.html +++ b/docs/simple-api/structBaseInteractiveDebugger_1_1BreakPoint.html @@ -152,7 +152,7 @@
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structBaseInteractiveDebugger_1_1Continue.html b/docs/simple-api/structBaseInteractiveDebugger_1_1Continue.html index 6b6483e6..68625209 100644 --- a/docs/simple-api/structBaseInteractiveDebugger_1_1Continue.html +++ b/docs/simple-api/structBaseInteractiveDebugger_1_1Continue.html @@ -36,7 +36,7 @@
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structBaseInteractiveDebugger_1_1Quit.html b/docs/simple-api/structBaseInteractiveDebugger_1_1Quit.html index 7b18e653..672412c6 100644 --- a/docs/simple-api/structBaseInteractiveDebugger_1_1Quit.html +++ b/docs/simple-api/structBaseInteractiveDebugger_1_1Quit.html @@ -36,7 +36,7 @@
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structBaseInteractiveDebugger_1_1Run.html b/docs/simple-api/structBaseInteractiveDebugger_1_1Run.html index 935b1db3..6ab81bea 100644 --- a/docs/simple-api/structBaseInteractiveDebugger_1_1Run.html +++ b/docs/simple-api/structBaseInteractiveDebugger_1_1Run.html @@ -36,7 +36,7 @@
  • InteractiveDebugger.hpp
  • -
    Generated on Fri Nov 13 14:59:57 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:13 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry-members.html b/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry-members.html index 3aca42a4..934ad2c2 100644 --- a/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry-members.html +++ b/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry-members.html @@ -38,7 +38,7 @@ StackEntry()QueryPathTreeFilter::StackEntry [inline] uriQueryPathTreeFilter::StackEntry -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry.html b/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry.html index 084705d6..6cec9453 100644 --- a/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry.html +++ b/docs/simple-api/structQueryPathTreeFilter_1_1StackEntry.html @@ -197,7 +197,7 @@
  • QueryPathTreeFilter.hpp
  • -
    Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:14 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structStaticType_1_1TypeMatch-members.html b/docs/simple-api/structStaticType_1_1TypeMatch-members.html index 46ab7c08..8dbf3802 100644 --- a/docs/simple-api/structStaticType_1_1TypeMatch-members.html +++ b/docs/simple-api/structStaticType_1_1TypeMatch-members.html @@ -30,7 +30,7 @@ cardinalityStaticType::TypeMatch typeStaticType::TypeMatch -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structStaticType_1_1TypeMatch.html b/docs/simple-api/structStaticType_1_1TypeMatch.html index 1eb49b00..ed97074d 100644 --- a/docs/simple-api/structStaticType_1_1TypeMatch.html +++ b/docs/simple-api/structStaticType_1_1TypeMatch.html @@ -68,7 +68,7 @@
  • StaticType.hpp
  • -
    Generated on Fri Nov 13 15:00:00 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structXQillaAllocator_1_1rebind-members.html b/docs/simple-api/structXQillaAllocator_1_1rebind-members.html index ba53ac18..5a4f0ed0 100644 --- a/docs/simple-api/structXQillaAllocator_1_1rebind-members.html +++ b/docs/simple-api/structXQillaAllocator_1_1rebind-members.html @@ -29,7 +29,7 @@

    XQillaAllocator< _Tp >::rebind< _Tp1 > Member List

    This is the complete list of members for XQillaAllocator< _Tp >::rebind< _Tp1 >, including all inherited members.
    other typedefXQillaAllocator< _Tp >::rebind< _Tp1 >
    -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/structXQillaAllocator_1_1rebind.html b/docs/simple-api/structXQillaAllocator_1_1rebind.html index 13a109e0..a54e41d1 100644 --- a/docs/simple-api/structXQillaAllocator_1_1rebind.html +++ b/docs/simple-api/structXQillaAllocator_1_1rebind.html @@ -62,7 +62,7 @@ template<class _Tp1 >
  • XPath2MemoryManager.hpp
  • -
    Generated on Fri Nov 13 15:00:01 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:15 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/xqilla-simple_8hpp.html b/docs/simple-api/xqilla-simple_8hpp.html index c9e359f6..1b1f414d 100644 --- a/docs/simple-api/xqilla-simple_8hpp.html +++ b/docs/simple-api/xqilla-simple_8hpp.html @@ -52,7 +52,7 @@ Include dependency graph for xqilla-simple.hpp:
    -
    Generated on Fri Nov 13 14:59:54 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:16:11 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/simple-api/xqilla-simple_8hpp_source.html b/docs/simple-api/xqilla-simple_8hpp_source.html index af4945c6..8e20ea71 100644 --- a/docs/simple-api/xqilla-simple_8hpp_source.html +++ b/docs/simple-api/xqilla-simple_8hpp_source.html @@ -40,7 +40,7 @@ 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * -00019 * $Id: xqilla-simple.hpp 691 2008-11-28 18:00:53Z jpcs $ +00019 * $Id$ 00020 */ 00021 00022 #include <xqilla/simple-api/XQilla.hpp> @@ -61,7 +61,7 @@ 00037 #include <xqilla/context/URIResolver.hpp> 00038 -
    Generated on Fri Nov 13 14:59:31 2009 for XQilla Simple API by  +
    Generated on Mon Mar 1 21:15:51 2010 for XQilla Simple API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/annotated.html b/docs/xqc-api/annotated.html index 9cd7bdbb..814e9d14 100644 --- a/docs/xqc-api/annotated.html +++ b/docs/xqc-api/annotated.html @@ -34,7 +34,7 @@ XQC_StaticContext_sThe XQC_StaticContext struct provides a way to specify values for the static context of the query to be prepared -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/classes.html b/docs/xqc-api/classes.html index bddedfe2..421e8eaa 100644 --- a/docs/xqc-api/classes.html +++ b/docs/xqc-api/classes.html @@ -29,7 +29,7 @@
      X  
    XQC_Expression_s   XQC_Sequence_s   XQC_DynamicContext_s   XQC_Implementation_s   XQC_StaticContext_s   XQC_ErrorHandler_s   XQC_InputStream_s    -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/examples.html b/docs/xqc-api/examples.html index 55e8677b..7bf785af 100644 --- a/docs/xqc-api/examples.html +++ b/docs/xqc-api/examples.html @@ -25,7 +25,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/files.html b/docs/xqc-api/files.html index c830d7cd..57e3ce1a 100644 --- a/docs/xqc-api/files.html +++ b/docs/xqc-api/files.html @@ -29,7 +29,7 @@ xqilla-xqc.h [code] -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/functions.html b/docs/xqc-api/functions.html index b8c7013a..dde39a02 100644 --- a/docs/xqc-api/functions.html +++ b/docs/xqc-api/functions.html @@ -273,7 +273,7 @@ Here is a list of all class members with links to the classes they belong to: -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/functions_vars.html b/docs/xqc-api/functions_vars.html index 1c4ac0b1..bc165256 100644 --- a/docs/xqc-api/functions_vars.html +++ b/docs/xqc-api/functions_vars.html @@ -273,7 +273,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals.html b/docs/xqc-api/globals.html index 5bcde9a7..10e31a95 100644 --- a/docs/xqc-api/globals.html +++ b/docs/xqc-api/globals.html @@ -277,7 +277,7 @@ Here is a list of all file members with links to the files they belong to: -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals_defs.html b/docs/xqc-api/globals_defs.html index aee72867..af4b5047 100644 --- a/docs/xqc-api/globals_defs.html +++ b/docs/xqc-api/globals_defs.html @@ -40,7 +40,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals_enum.html b/docs/xqc-api/globals_enum.html index dcd88780..91470b46 100644 --- a/docs/xqc-api/globals_enum.html +++ b/docs/xqc-api/globals_enum.html @@ -64,7 +64,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals_eval.html b/docs/xqc-api/globals_eval.html index cbc8920f..cafcea09 100644 --- a/docs/xqc-api/globals_eval.html +++ b/docs/xqc-api/globals_eval.html @@ -218,7 +218,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals_func.html b/docs/xqc-api/globals_func.html index fa1717ae..14dc2420 100644 --- a/docs/xqc-api/globals_func.html +++ b/docs/xqc-api/globals_func.html @@ -40,7 +40,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/globals_type.html b/docs/xqc-api/globals_type.html index 83639de8..d0a29828 100644 --- a/docs/xqc-api/globals_type.html +++ b/docs/xqc-api/globals_type.html @@ -58,7 +58,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/index.html b/docs/xqc-api/index.html index bfa3d079..5123c7a2 100644 --- a/docs/xqc-api/index.html +++ b/docs/xqc-api/index.html @@ -18,8 +18,8 @@
    -

    XQilla XQC API Documentation

    2.2.3

    -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla XQC API by  +

    XQilla XQC API Documentation

    2.2.4

    +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/pages.html b/docs/xqc-api/pages.html index 0bb14ed6..0197ffbf 100644 --- a/docs/xqc-api/pages.html +++ b/docs/xqc-api/pages.html @@ -23,7 +23,7 @@ -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__DynamicContext__s-members.html b/docs/xqc-api/structXQC__DynamicContext__s-members.html index d2959e7e..abd8018a 100644 --- a/docs/xqc-api/structXQC__DynamicContext__s-members.html +++ b/docs/xqc-api/structXQC__DynamicContext__s-members.html @@ -36,7 +36,7 @@ set_implicit_timezoneXQC_DynamicContext_s set_variableXQC_DynamicContext_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__DynamicContext__s.html b/docs/xqc-api/structXQC__DynamicContext__s.html index 321d3d68..b33fac81 100644 --- a/docs/xqc-api/structXQC__DynamicContext__s.html +++ b/docs/xqc-api/structXQC__DynamicContext__s.html @@ -250,7 +250,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__ErrorHandler__s-members.html b/docs/xqc-api/structXQC__ErrorHandler__s-members.html index a7ca4c68..aa55da7b 100644 --- a/docs/xqc-api/structXQC__ErrorHandler__s-members.html +++ b/docs/xqc-api/structXQC__ErrorHandler__s-members.html @@ -28,7 +28,7 @@ errorXQC_ErrorHandler_s user_dataXQC_ErrorHandler_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__ErrorHandler__s.html b/docs/xqc-api/structXQC__ErrorHandler__s.html index 00aaa42e..6c049e85 100644 --- a/docs/xqc-api/structXQC__ErrorHandler__s.html +++ b/docs/xqc-api/structXQC__ErrorHandler__s.html @@ -89,7 +89,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Expression__s-members.html b/docs/xqc-api/structXQC__Expression__s-members.html index 70745ace..34652215 100644 --- a/docs/xqc-api/structXQC__Expression__s-members.html +++ b/docs/xqc-api/structXQC__Expression__s-members.html @@ -30,7 +30,7 @@ freeXQC_Expression_s get_interfaceXQC_Expression_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Expression__s.html b/docs/xqc-api/structXQC__Expression__s.html index d8b926e4..54d7f580 100644 --- a/docs/xqc-api/structXQC__Expression__s.html +++ b/docs/xqc-api/structXQC__Expression__s.html @@ -164,7 +164,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Implementation__s-members.html b/docs/xqc-api/structXQC__Implementation__s-members.html index f8126c97..e935ce7f 100644 --- a/docs/xqc-api/structXQC__Implementation__s-members.html +++ b/docs/xqc-api/structXQC__Implementation__s-members.html @@ -40,7 +40,7 @@ prepare_fileXQC_Implementation_s prepare_streamXQC_Implementation_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Implementation__s.html b/docs/xqc-api/structXQC__Implementation__s.html index 168b7b0e..e02e5fca 100644 --- a/docs/xqc-api/structXQC__Implementation__s.html +++ b/docs/xqc-api/structXQC__Implementation__s.html @@ -372,7 +372,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__InputStream__s-members.html b/docs/xqc-api/structXQC__InputStream__s-members.html index 28f477b0..cdb311ad 100644 --- a/docs/xqc-api/structXQC__InputStream__s-members.html +++ b/docs/xqc-api/structXQC__InputStream__s-members.html @@ -30,7 +30,7 @@ readXQC_InputStream_s user_dataXQC_InputStream_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__InputStream__s.html b/docs/xqc-api/structXQC__InputStream__s.html index 8b7f584d..ffe0b279 100644 --- a/docs/xqc-api/structXQC__InputStream__s.html +++ b/docs/xqc-api/structXQC__InputStream__s.html @@ -127,7 +127,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Sequence__s-members.html b/docs/xqc-api/structXQC__Sequence__s-members.html index 15d61401..9beb0c16 100644 --- a/docs/xqc-api/structXQC__Sequence__s-members.html +++ b/docs/xqc-api/structXQC__Sequence__s-members.html @@ -35,7 +35,7 @@ string_valueXQC_Sequence_s type_nameXQC_Sequence_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__Sequence__s.html b/docs/xqc-api/structXQC__Sequence__s.html index 17290271..e2de0334 100644 --- a/docs/xqc-api/structXQC__Sequence__s.html +++ b/docs/xqc-api/structXQC__Sequence__s.html @@ -318,7 +318,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__StaticContext__s-members.html b/docs/xqc-api/structXQC__StaticContext__s-members.html index 41090d0d..22aa471f 100644 --- a/docs/xqc-api/structXQC__StaticContext__s-members.html +++ b/docs/xqc-api/structXQC__StaticContext__s-members.html @@ -51,7 +51,7 @@ set_ordering_modeXQC_StaticContext_s set_xpath_compatib_modeXQC_StaticContext_s -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/structXQC__StaticContext__s.html b/docs/xqc-api/structXQC__StaticContext__s.html index f85b8c95..187ec2e3 100644 --- a/docs/xqc-api/structXQC__StaticContext__s.html +++ b/docs/xqc-api/structXQC__StaticContext__s.html @@ -772,7 +772,7 @@
  • xqc.h
  • -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:37 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/todo.html b/docs/xqc-api/todo.html index 3b3e9721..dc8fdc40 100644 --- a/docs/xqc-api/todo.html +++ b/docs/xqc-api/todo.html @@ -66,7 +66,7 @@
    Are there better enumeration names?
    -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqc-basic_8c-example.html b/docs/xqc-api/xqc-basic_8c-example.html index 5956ef97..5b623efc 100644 --- a/docs/xqc-api/xqc-basic_8c-example.html +++ b/docs/xqc-api/xqc-basic_8c-example.html @@ -60,7 +60,7 @@ free_impl: return err; } -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqc-context-item_8c-example.html b/docs/xqc-api/xqc-context-item_8c-example.html index 1d38dc51..c2f6de9d 100644 --- a/docs/xqc-api/xqc-context-item_8c-example.html +++ b/docs/xqc-api/xqc-context-item_8c-example.html @@ -77,7 +77,7 @@ free_impl: return err; } -
    Generated on Fri Nov 13 15:00:22 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqc_8h.html b/docs/xqc-api/xqc_8h.html index fcdbd397..4f4adc49 100644 --- a/docs/xqc-api/xqc_8h.html +++ b/docs/xqc-api/xqc_8h.html @@ -558,7 +558,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqc_8h_source.html b/docs/xqc-api/xqc_8h_source.html index 24c8ed6a..fbeb2599 100644 --- a/docs/xqc-api/xqc_8h_source.html +++ b/docs/xqc-api/xqc_8h_source.html @@ -335,7 +335,7 @@ 00972 00973 #endif -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqilla-xqc_8h.html b/docs/xqc-api/xqilla-xqc_8h.html index a61f28e7..41147281 100644 --- a/docs/xqc-api/xqilla-xqc_8h.html +++ b/docs/xqc-api/xqilla-xqc_8h.html @@ -55,7 +55,7 @@ -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/docs/xqc-api/xqilla-xqc_8h_source.html b/docs/xqc-api/xqilla-xqc_8h_source.html index 0b40933e..d752cde9 100644 --- a/docs/xqc-api/xqilla-xqc_8h_source.html +++ b/docs/xqc-api/xqilla-xqc_8h_source.html @@ -60,7 +60,7 @@ 00051 00052 #endif -
    Generated on Fri Nov 13 15:00:23 2009 for XQilla XQC API by  +
    Generated on Mon Mar 1 21:16:36 2010 for XQilla XQC API by  doxygen 1.6.1
    diff --git a/include/Makefile.am b/include/Makefile.am index ed80f306..6461800f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -104,7 +104,6 @@ xqilla/context/DynamicContext.hpp \ xqilla/context/StaticContext.hpp \ xqilla/context/ItemFactory.hpp \ xqilla/context/MessageListener.hpp \ -xqilla/context/ModuleResolver.hpp \ xqilla/context/URIResolver.hpp \ xqilla/context/VariableStore.hpp \ xqilla/context/Scope.hpp \ diff --git a/include/Makefile.in b/include/Makefile.in index 21cda24e..ccf0fb83 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -16,8 +17,9 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -37,12 +39,18 @@ 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__aclocal_m4_deps = $(top_srcdir)/autotools/m4/libtool.m4 \ + $(top_srcdir)/autotools/m4/ltoptions.m4 \ + $(top_srcdir)/autotools/m4/ltsugar.m4 \ + $(top_srcdir)/autotools/m4/ltversion.m4 \ + $(top_srcdir)/autotools/m4/lt~obsolete.m4 \ + $(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 = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; @@ -50,9 +58,23 @@ 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__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(includedir)" -nobase_includeHEADERS_INSTALL = $(install_sh_DATA) HEADERS = $(nobase_include_HEADERS) ETAGS = etags CTAGS = ctags @@ -78,20 +100,20 @@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ -ECHO = @ECHO@ +DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ +FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ @@ -99,17 +121,24 @@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ +NM = @NM@ NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ @@ -126,7 +155,7 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -160,6 +189,7 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -179,6 +209,7 @@ target_vendor = @target_vendor@ tidy_include = @tidy_include@ tidy_lib = @tidy_lib@ tidy_library = @tidy_library@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ xerces_include = @xerces_include@ @@ -290,7 +321,6 @@ xqilla/context/DynamicContext.hpp \ xqilla/context/StaticContext.hpp \ xqilla/context/ItemFactory.hpp \ xqilla/context/MessageListener.hpp \ -xqilla/context/ModuleResolver.hpp \ xqilla/context/URIResolver.hpp \ xqilla/context/VariableStore.hpp \ xqilla/context/Scope.hpp \ @@ -595,18 +625,18 @@ xqilla/xqts/TestSuiteRunner.hpp all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu include/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign include/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -620,10 +650,11 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo @@ -633,36 +664,40 @@ clean-libtool: install-nobase_includeHEADERS: $(nobase_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" - @$(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"; \ + @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ + $(am__nobase_list) | while read dir files; do \ + xfiles=; for file in $$files; do \ + if test -f "$$file"; then xfiles="$$xfiles $$file"; \ + else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ + test -z "$$xfiles" || { \ + test "x$$dir" = x. || { \ + echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ + echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ + $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 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 + @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ + $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(includedir)" && rm -f $$files 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; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -670,29 +705,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ 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; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -713,13 +753,17 @@ distdir: $(DISTFILES) if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -750,6 +794,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -768,6 +813,8 @@ dvi-am: html: html-am +html-am: + info: info-am info-am: @@ -776,18 +823,28 @@ install-data-am: install-nobase_includeHEADERS install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -877,6 +934,7 @@ winprojects: echo " " >>winprojects_files.xml; \ done @echo " " >>winprojects_files.xml + # 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: diff --git a/include/xqilla/ast/ASTNode.hpp b/include/xqilla/ast/ASTNode.hpp index 1d3ad881..fe38c973 100644 --- a/include/xqilla/ast/ASTNode.hpp +++ b/include/xqilla/ast/ASTNode.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTNode.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _ASTNODE_HPP diff --git a/include/xqilla/ast/ASTNodeImpl.hpp b/include/xqilla/ast/ASTNodeImpl.hpp index f6bc0a6a..1c7f50b7 100644 --- a/include/xqilla/ast/ASTNodeImpl.hpp +++ b/include/xqilla/ast/ASTNodeImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTNodeImpl.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _ASTNODEIMPL_HPP diff --git a/include/xqilla/ast/ConstantFoldingFunction.hpp b/include/xqilla/ast/ConstantFoldingFunction.hpp index 624b9367..8b7e8e4f 100644 --- a/include/xqilla/ast/ConstantFoldingFunction.hpp +++ b/include/xqilla/ast/ConstantFoldingFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ConstantFoldingFunction.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _CONSTANTFOLDINGFUNCTION_HPP diff --git a/include/xqilla/ast/ContextTuple.hpp b/include/xqilla/ast/ContextTuple.hpp index 9c0faf0b..e3fa1696 100644 --- a/include/xqilla/ast/ContextTuple.hpp +++ b/include/xqilla/ast/ContextTuple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextTuple.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef CONTEXTTUPLE_HPP diff --git a/include/xqilla/ast/ConvertFunctionArg.hpp b/include/xqilla/ast/ConvertFunctionArg.hpp index ca714a0a..4745185f 100644 --- a/include/xqilla/ast/ConvertFunctionArg.hpp +++ b/include/xqilla/ast/ConvertFunctionArg.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ConvertFunctionArg.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _CONVERTFUNCTIONARG_HPP diff --git a/include/xqilla/ast/ForTuple.hpp b/include/xqilla/ast/ForTuple.hpp index da85753e..543a46c5 100644 --- a/include/xqilla/ast/ForTuple.hpp +++ b/include/xqilla/ast/ForTuple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ForTuple.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef FORTUPLE_HPP diff --git a/include/xqilla/ast/LetTuple.hpp b/include/xqilla/ast/LetTuple.hpp index 6ff856b1..eceab491 100644 --- a/include/xqilla/ast/LetTuple.hpp +++ b/include/xqilla/ast/LetTuple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LetTuple.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef LETTUPLE_HPP diff --git a/include/xqilla/ast/LocationInfo.hpp b/include/xqilla/ast/LocationInfo.hpp index d56e366a..d39515d9 100644 --- a/include/xqilla/ast/LocationInfo.hpp +++ b/include/xqilla/ast/LocationInfo.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LocationInfo.hpp 518 2008-03-07 17:46:47Z jpcs $ + * $Id$ */ #ifndef _LOCATIONINFO_HPP diff --git a/include/xqilla/ast/NumericFunction.hpp b/include/xqilla/ast/NumericFunction.hpp index 24ddefef..9f66b1b3 100644 --- a/include/xqilla/ast/NumericFunction.hpp +++ b/include/xqilla/ast/NumericFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NumericFunction.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _NUMERICFUNCTION_HPP diff --git a/include/xqilla/ast/OrderByTuple.hpp b/include/xqilla/ast/OrderByTuple.hpp index 71e0a66c..c6ebd52c 100644 --- a/include/xqilla/ast/OrderByTuple.hpp +++ b/include/xqilla/ast/OrderByTuple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: OrderByTuple.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef ORDERBYTUPLE_HPP diff --git a/include/xqilla/ast/StaticAnalysis.hpp b/include/xqilla/ast/StaticAnalysis.hpp index 2c33166c..6de7e664 100644 --- a/include/xqilla/ast/StaticAnalysis.hpp +++ b/include/xqilla/ast/StaticAnalysis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticAnalysis.hpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #ifndef _STATICANALYSIS_HPP diff --git a/include/xqilla/ast/StaticType.hpp b/include/xqilla/ast/StaticType.hpp index ce521efe..0f10f124 100644 --- a/include/xqilla/ast/StaticType.hpp +++ b/include/xqilla/ast/StaticType.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticType.hpp 614 2008-08-22 14:16:14Z lauren_foutz $ + * $Id$ */ #ifndef _STATICTYPE_HPP diff --git a/include/xqilla/ast/TupleNode.hpp b/include/xqilla/ast/TupleNode.hpp index ee78886c..febd5a28 100644 --- a/include/xqilla/ast/TupleNode.hpp +++ b/include/xqilla/ast/TupleNode.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TupleNode.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef TUPLENODE_HPP diff --git a/include/xqilla/ast/WhereTuple.hpp b/include/xqilla/ast/WhereTuple.hpp index 5d498e51..051b7ed6 100644 --- a/include/xqilla/ast/WhereTuple.hpp +++ b/include/xqilla/ast/WhereTuple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: WhereTuple.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef WHERETUPLE_HPP diff --git a/include/xqilla/ast/XPath1Compat.hpp b/include/xqilla/ast/XPath1Compat.hpp index a73e08f2..917ba54c 100644 --- a/include/xqilla/ast/XPath1Compat.hpp +++ b/include/xqilla/ast/XPath1Compat.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath1Compat.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XPATH1COMPAT_HPP diff --git a/include/xqilla/ast/XQAnalyzeString.hpp b/include/xqilla/ast/XQAnalyzeString.hpp index 35890ee8..a94f8491 100644 --- a/include/xqilla/ast/XQAnalyzeString.hpp +++ b/include/xqilla/ast/XQAnalyzeString.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAnalyzeString.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQANALYZESTRING_HPP diff --git a/include/xqilla/ast/XQApplyTemplates.hpp b/include/xqilla/ast/XQApplyTemplates.hpp index 1f732559..09f2425b 100644 --- a/include/xqilla/ast/XQApplyTemplates.hpp +++ b/include/xqilla/ast/XQApplyTemplates.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQApplyTemplates.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQAPPLYTEMPLATES_HPP diff --git a/include/xqilla/ast/XQAtomize.hpp b/include/xqilla/ast/XQAtomize.hpp index 067d1c80..23ed3eae 100644 --- a/include/xqilla/ast/XQAtomize.hpp +++ b/include/xqilla/ast/XQAtomize.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAtomize.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQATOMIZE_HPP diff --git a/include/xqilla/ast/XQAttributeConstructor.hpp b/include/xqilla/ast/XQAttributeConstructor.hpp index aed6467e..a9cb3d72 100644 --- a/include/xqilla/ast/XQAttributeConstructor.hpp +++ b/include/xqilla/ast/XQAttributeConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAttributeConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQATTRIBUTECONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQCallTemplate.hpp b/include/xqilla/ast/XQCallTemplate.hpp index 49cc7606..554c2596 100644 --- a/include/xqilla/ast/XQCallTemplate.hpp +++ b/include/xqilla/ast/XQCallTemplate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCallTemplate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQCALLTEMPLATE_HPP diff --git a/include/xqilla/ast/XQCastAs.hpp b/include/xqilla/ast/XQCastAs.hpp index f7bbb16e..1cdb13a9 100644 --- a/include/xqilla/ast/XQCastAs.hpp +++ b/include/xqilla/ast/XQCastAs.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCastAs.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQCASTAS_HPP diff --git a/include/xqilla/ast/XQCastableAs.hpp b/include/xqilla/ast/XQCastableAs.hpp index aa007e19..6aa89e09 100644 --- a/include/xqilla/ast/XQCastableAs.hpp +++ b/include/xqilla/ast/XQCastableAs.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCastableAs.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQCASTABLEAS_HPP diff --git a/include/xqilla/ast/XQCommentConstructor.hpp b/include/xqilla/ast/XQCommentConstructor.hpp index 769394d8..404b7bd7 100644 --- a/include/xqilla/ast/XQCommentConstructor.hpp +++ b/include/xqilla/ast/XQCommentConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCommentConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQCOMMENTCONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQContextItem.hpp b/include/xqilla/ast/XQContextItem.hpp index a1c1dac2..6456419e 100644 --- a/include/xqilla/ast/XQContextItem.hpp +++ b/include/xqilla/ast/XQContextItem.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQContextItem.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQCONTEXTITEM_HPP diff --git a/include/xqilla/ast/XQCopyOf.hpp b/include/xqilla/ast/XQCopyOf.hpp index 3340d718..428008a6 100644 --- a/include/xqilla/ast/XQCopyOf.hpp +++ b/include/xqilla/ast/XQCopyOf.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCopyOf.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQCOPYOF_HPP diff --git a/include/xqilla/ast/XQDOMConstructor.hpp b/include/xqilla/ast/XQDOMConstructor.hpp index 6b213b5c..504e4572 100644 --- a/include/xqilla/ast/XQDOMConstructor.hpp +++ b/include/xqilla/ast/XQDOMConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDOMConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQDOMCONSTRUCTOR_HPP @@ -81,18 +81,18 @@ private: class XQILLA_API XQDirectName : public ASTNodeImpl { public: - XQDirectName(const XMLCh *qname, bool isAttr, XPath2MemoryManager* mm); + XQDirectName(const XMLCh *qname, bool useDefaultNamespace, XPath2MemoryManager* mm); virtual ASTNode *staticResolution(StaticContext *context); virtual ASTNode *staticTypingImpl(StaticContext *context); virtual Result createResult(DynamicContext* context, int flags=0) const; const XMLCh *getQName() const { return qname_; } - bool getIsAttr() const { return isAttr_; } + bool getUseDefaultNamespace() const { return useDefaultNamespace_; } private: const XMLCh *qname_; - bool isAttr_; + bool useDefaultNamespace_; }; class XQILLA_API XQNameExpression : public ASTNodeImpl diff --git a/include/xqilla/ast/XQDocumentConstructor.hpp b/include/xqilla/ast/XQDocumentConstructor.hpp index 5644a69d..fbd72293 100644 --- a/include/xqilla/ast/XQDocumentConstructor.hpp +++ b/include/xqilla/ast/XQDocumentConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDocumentConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQDOCUMENTCONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQDocumentOrder.hpp b/include/xqilla/ast/XQDocumentOrder.hpp index d76af820..c3dba4e2 100644 --- a/include/xqilla/ast/XQDocumentOrder.hpp +++ b/include/xqilla/ast/XQDocumentOrder.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDocumentOrder.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQDOCUMENTORDER_HPP diff --git a/include/xqilla/ast/XQElementConstructor.hpp b/include/xqilla/ast/XQElementConstructor.hpp index 5fd55c86..5d97498f 100644 --- a/include/xqilla/ast/XQElementConstructor.hpp +++ b/include/xqilla/ast/XQElementConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQElementConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQELEMENTCONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQFunction.hpp b/include/xqilla/ast/XQFunction.hpp index 1ad20ab5..7de1f122 100644 --- a/include/xqilla/ast/XQFunction.hpp +++ b/include/xqilla/ast/XQFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunction.hpp 639 2008-09-01 13:22:54Z jpcs $ + * $Id$ */ #ifndef _XQFUNCTION_HPP diff --git a/include/xqilla/ast/XQFunctionCall.hpp b/include/xqilla/ast/XQFunctionCall.hpp index 8ae90de9..efc58a8d 100644 --- a/include/xqilla/ast/XQFunctionCall.hpp +++ b/include/xqilla/ast/XQFunctionCall.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionCall.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQFUNCTIONCALL_HPP diff --git a/include/xqilla/ast/XQFunctionConversion.hpp b/include/xqilla/ast/XQFunctionConversion.hpp index 2fe7d493..3be12468 100644 --- a/include/xqilla/ast/XQFunctionConversion.hpp +++ b/include/xqilla/ast/XQFunctionConversion.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionConversion.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQFUNCTIONCONVERSION_HPP diff --git a/include/xqilla/ast/XQFunctionDeref.hpp b/include/xqilla/ast/XQFunctionDeref.hpp index e64048bf..84970231 100644 --- a/include/xqilla/ast/XQFunctionDeref.hpp +++ b/include/xqilla/ast/XQFunctionDeref.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionDeref.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQFUNCTIONDEREF_HPP diff --git a/include/xqilla/ast/XQFunctionRef.hpp b/include/xqilla/ast/XQFunctionRef.hpp index 6d14e4cb..00b5b926 100644 --- a/include/xqilla/ast/XQFunctionRef.hpp +++ b/include/xqilla/ast/XQFunctionRef.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionRef.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQFUNCTIONREF_HPP diff --git a/include/xqilla/ast/XQGlobalVariable.hpp b/include/xqilla/ast/XQGlobalVariable.hpp index eb31dae2..11ed91eb 100644 --- a/include/xqilla/ast/XQGlobalVariable.hpp +++ b/include/xqilla/ast/XQGlobalVariable.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQGlobalVariable.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef XQGLOBALVARIABLE_HPP diff --git a/include/xqilla/ast/XQIf.hpp b/include/xqilla/ast/XQIf.hpp index 5293274b..44e440e5 100644 --- a/include/xqilla/ast/XQIf.hpp +++ b/include/xqilla/ast/XQIf.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQIf.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQIF_HPP diff --git a/include/xqilla/ast/XQInlineFunction.hpp b/include/xqilla/ast/XQInlineFunction.hpp index e64aabe5..20d97fb9 100644 --- a/include/xqilla/ast/XQInlineFunction.hpp +++ b/include/xqilla/ast/XQInlineFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQInlineFunction.hpp 680 2008-11-24 16:02:25Z jpcs $ + * $Id$ */ #ifndef XQINLINEFUNCTION_HPP diff --git a/include/xqilla/ast/XQInstanceOf.hpp b/include/xqilla/ast/XQInstanceOf.hpp index b63803c8..bb671644 100644 --- a/include/xqilla/ast/XQInstanceOf.hpp +++ b/include/xqilla/ast/XQInstanceOf.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQInstanceOf.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQINSTANCEOF_HPP diff --git a/include/xqilla/ast/XQLiteral.hpp b/include/xqilla/ast/XQLiteral.hpp index 56f8e3cd..48331724 100644 --- a/include/xqilla/ast/XQLiteral.hpp +++ b/include/xqilla/ast/XQLiteral.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLiteral.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQLITERAL_HPP diff --git a/include/xqilla/ast/XQNamespaceBinding.hpp b/include/xqilla/ast/XQNamespaceBinding.hpp index 0c120fb9..ec7eaa0d 100644 --- a/include/xqilla/ast/XQNamespaceBinding.hpp +++ b/include/xqilla/ast/XQNamespaceBinding.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQNamespaceBinding.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQNAMESPACEBINDING_HPP diff --git a/include/xqilla/ast/XQNav.hpp b/include/xqilla/ast/XQNav.hpp index 1a51252d..617dfbca 100644 --- a/include/xqilla/ast/XQNav.hpp +++ b/include/xqilla/ast/XQNav.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQNav.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQNav_HPP diff --git a/include/xqilla/ast/XQOperator.hpp b/include/xqilla/ast/XQOperator.hpp index 736352e7..b1cb5f36 100644 --- a/include/xqilla/ast/XQOperator.hpp +++ b/include/xqilla/ast/XQOperator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQOperator.hpp 639 2008-09-01 13:22:54Z jpcs $ + * $Id$ */ #ifndef _XQOPERATOR_HPP diff --git a/include/xqilla/ast/XQOrderingChange.hpp b/include/xqilla/ast/XQOrderingChange.hpp index 5b206dec..b24c10d1 100644 --- a/include/xqilla/ast/XQOrderingChange.hpp +++ b/include/xqilla/ast/XQOrderingChange.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQOrderingChange.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQORDERINGCHANGE_HPP diff --git a/include/xqilla/ast/XQPIConstructor.hpp b/include/xqilla/ast/XQPIConstructor.hpp index e4276e74..f8e2637d 100644 --- a/include/xqilla/ast/XQPIConstructor.hpp +++ b/include/xqilla/ast/XQPIConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQPIConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQPICONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQPredicate.hpp b/include/xqilla/ast/XQPredicate.hpp index c8bf4504..e19169c7 100644 --- a/include/xqilla/ast/XQPredicate.hpp +++ b/include/xqilla/ast/XQPredicate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQPredicate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQPREDICATE_HPP diff --git a/include/xqilla/ast/XQQuantified.hpp b/include/xqilla/ast/XQQuantified.hpp index c043c184..847b7ba7 100644 --- a/include/xqilla/ast/XQQuantified.hpp +++ b/include/xqilla/ast/XQQuantified.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQQuantified.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQQUANTIFIED_HPP diff --git a/include/xqilla/ast/XQReturn.hpp b/include/xqilla/ast/XQReturn.hpp index c8f40c47..b4fca136 100644 --- a/include/xqilla/ast/XQReturn.hpp +++ b/include/xqilla/ast/XQReturn.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQReturn.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQRETURN_HPP diff --git a/include/xqilla/ast/XQSequence.hpp b/include/xqilla/ast/XQSequence.hpp index 0184e034..520753b7 100644 --- a/include/xqilla/ast/XQSequence.hpp +++ b/include/xqilla/ast/XQSequence.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQSequence.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQSEQUENCE_HPP diff --git a/include/xqilla/ast/XQStep.hpp b/include/xqilla/ast/XQStep.hpp index f7b26fca..70ae7e9b 100644 --- a/include/xqilla/ast/XQStep.hpp +++ b/include/xqilla/ast/XQStep.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQStep.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQSTEP_HPP diff --git a/include/xqilla/ast/XQTextConstructor.hpp b/include/xqilla/ast/XQTextConstructor.hpp index 620bb621..1aa3dd31 100644 --- a/include/xqilla/ast/XQTextConstructor.hpp +++ b/include/xqilla/ast/XQTextConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTextConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQTEXTCONSTRUCTOR_HPP diff --git a/include/xqilla/ast/XQTreatAs.hpp b/include/xqilla/ast/XQTreatAs.hpp index 3d6fd572..02160f71 100644 --- a/include/xqilla/ast/XQTreatAs.hpp +++ b/include/xqilla/ast/XQTreatAs.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTreatAs.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQTREATAS_HPP diff --git a/include/xqilla/ast/XQTypeswitch.hpp b/include/xqilla/ast/XQTypeswitch.hpp index d5ea1c18..1de50e0b 100644 --- a/include/xqilla/ast/XQTypeswitch.hpp +++ b/include/xqilla/ast/XQTypeswitch.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTypeswitch.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQTYPESWITCH_HPP diff --git a/include/xqilla/ast/XQValidate.hpp b/include/xqilla/ast/XQValidate.hpp index 9cb272dc..47bf05ad 100644 --- a/include/xqilla/ast/XQValidate.hpp +++ b/include/xqilla/ast/XQValidate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQValidate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQVALIDATE_HPP diff --git a/include/xqilla/ast/XQVariable.hpp b/include/xqilla/ast/XQVariable.hpp index f0e875af..47e64a08 100644 --- a/include/xqilla/ast/XQVariable.hpp +++ b/include/xqilla/ast/XQVariable.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQVariable.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _XQVARIABLE_HPP diff --git a/include/xqilla/axis/NodeTest.hpp b/include/xqilla/axis/NodeTest.hpp index 9b573d06..a390642f 100644 --- a/include/xqilla/axis/NodeTest.hpp +++ b/include/xqilla/axis/NodeTest.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NodeTest.hpp 636 2008-08-31 23:10:40Z jpcs $ + * $Id$ */ #ifndef _NODETEST_HPP diff --git a/include/xqilla/axis/SelfAxis.hpp b/include/xqilla/axis/SelfAxis.hpp index ab5d7b06..e333dc01 100644 --- a/include/xqilla/axis/SelfAxis.hpp +++ b/include/xqilla/axis/SelfAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SelfAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _SELFAXIS_HPP diff --git a/include/xqilla/context/Collation.hpp b/include/xqilla/context/Collation.hpp index 96c8e83e..f792fc47 100644 --- a/include/xqilla/context/Collation.hpp +++ b/include/xqilla/context/Collation.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Collation.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef COLLATION_HPP diff --git a/include/xqilla/context/ContextHelpers.hpp b/include/xqilla/context/ContextHelpers.hpp index 293eb9fb..d2937c7d 100644 --- a/include/xqilla/context/ContextHelpers.hpp +++ b/include/xqilla/context/ContextHelpers.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextHelpers.hpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifndef CONTEXTHELPERS_HPP diff --git a/include/xqilla/context/DynamicContext.hpp b/include/xqilla/context/DynamicContext.hpp index c57eede9..5b2f7f32 100644 --- a/include/xqilla/context/DynamicContext.hpp +++ b/include/xqilla/context/DynamicContext.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DynamicContext.hpp 603 2008-08-18 23:40:47Z jpcs $ + * $Id$ */ #ifndef _DYNAMICCONTEXT_HPP diff --git a/include/xqilla/context/ItemFactory.hpp b/include/xqilla/context/ItemFactory.hpp index 19390edc..3294ce0b 100644 --- a/include/xqilla/context/ItemFactory.hpp +++ b/include/xqilla/context/ItemFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ItemFactory.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/context/MessageListener.hpp b/include/xqilla/context/MessageListener.hpp index 7cb6eccf..4ff3d891 100644 --- a/include/xqilla/context/MessageListener.hpp +++ b/include/xqilla/context/MessageListener.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: MessageListener.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _MESSAGELISTENER_HPP diff --git a/include/xqilla/context/ModuleResolver.hpp b/include/xqilla/context/ModuleResolver.hpp index aae0ab4a..aa532132 100644 --- a/include/xqilla/context/ModuleResolver.hpp +++ b/include/xqilla/context/ModuleResolver.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ModuleResolver.hpp 565 2008-07-31 12:51:17Z jpcs $ + * $Id$ */ #ifndef _MODULERESOLVER_HPP diff --git a/include/xqilla/context/RegexGroupStore.hpp b/include/xqilla/context/RegexGroupStore.hpp index bea325b6..a8abf7dd 100644 --- a/include/xqilla/context/RegexGroupStore.hpp +++ b/include/xqilla/context/RegexGroupStore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: RegexGroupStore.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _REGEXGROUPSTORE_HPP diff --git a/include/xqilla/context/Scope.hpp b/include/xqilla/context/Scope.hpp index 17d9f93d..b7c791e9 100644 --- a/include/xqilla/context/Scope.hpp +++ b/include/xqilla/context/Scope.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Scope.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/context/StaticContext.hpp b/include/xqilla/context/StaticContext.hpp index 7009b9be..b5d42a81 100644 --- a/include/xqilla/context/StaticContext.hpp +++ b/include/xqilla/context/StaticContext.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticContext.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _STATICCONTEXT_HPP diff --git a/include/xqilla/context/URIResolver.hpp b/include/xqilla/context/URIResolver.hpp index 03b15891..9819ada0 100644 --- a/include/xqilla/context/URIResolver.hpp +++ b/include/xqilla/context/URIResolver.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: URIResolver.hpp 518 2008-03-07 17:46:47Z jpcs $ + * $Id$ */ #ifndef _URIRESOLVER_HPP diff --git a/include/xqilla/context/UpdateFactory.hpp b/include/xqilla/context/UpdateFactory.hpp index 4024493a..67175132 100644 --- a/include/xqilla/context/UpdateFactory.hpp +++ b/include/xqilla/context/UpdateFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UpdateFactory.hpp 657 2008-10-02 18:52:07Z gmfeinberg $ + * $Id$ */ #ifndef _UPDATEFACTORY_HPP diff --git a/include/xqilla/context/VarHashEntry.hpp b/include/xqilla/context/VarHashEntry.hpp index b8a23fd1..8735868c 100644 --- a/include/xqilla/context/VarHashEntry.hpp +++ b/include/xqilla/context/VarHashEntry.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarHashEntry.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _VARHASHENTRY_HPP diff --git a/include/xqilla/context/VariableStore.hpp b/include/xqilla/context/VariableStore.hpp index 1cd807d6..1d75aba3 100644 --- a/include/xqilla/context/VariableStore.hpp +++ b/include/xqilla/context/VariableStore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VariableStore.hpp 551 2008-07-01 13:16:55Z jpcs $ + * $Id$ */ #ifndef _VARIABLESTORE_HPP diff --git a/include/xqilla/context/VariableTypeStore.hpp b/include/xqilla/context/VariableTypeStore.hpp index 5fe5221b..43852ec8 100644 --- a/include/xqilla/context/VariableTypeStore.hpp +++ b/include/xqilla/context/VariableTypeStore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VariableTypeStore.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _VARIABLETYPESTORE_HPP diff --git a/include/xqilla/context/impl/CodepointCollation.hpp b/include/xqilla/context/impl/CodepointCollation.hpp index 6c133b03..beb1bf21 100644 --- a/include/xqilla/context/impl/CodepointCollation.hpp +++ b/include/xqilla/context/impl/CodepointCollation.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: CodepointCollation.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef CODEPOINTCOLLATION_HPP diff --git a/include/xqilla/context/impl/CollationImpl.hpp b/include/xqilla/context/impl/CollationImpl.hpp index 2e365155..a65c344f 100644 --- a/include/xqilla/context/impl/CollationImpl.hpp +++ b/include/xqilla/context/impl/CollationImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: CollationImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef COLLATIONIMPL_HPP diff --git a/include/xqilla/context/impl/ItemFactoryImpl.hpp b/include/xqilla/context/impl/ItemFactoryImpl.hpp index a5939711..1af7ffc1 100644 --- a/include/xqilla/context/impl/ItemFactoryImpl.hpp +++ b/include/xqilla/context/impl/ItemFactoryImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ItemFactoryImpl.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef ITEMFACTORYIMPL_HPP diff --git a/include/xqilla/context/impl/VarHashEntryImpl.hpp b/include/xqilla/context/impl/VarHashEntryImpl.hpp index 714d7397..6fbfc5ab 100644 --- a/include/xqilla/context/impl/VarHashEntryImpl.hpp +++ b/include/xqilla/context/impl/VarHashEntryImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarHashEntryImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _VARHASHENTRYIMPL_HPP diff --git a/include/xqilla/context/impl/VarStoreImpl.hpp b/include/xqilla/context/impl/VarStoreImpl.hpp index 74c61d61..02e641eb 100644 --- a/include/xqilla/context/impl/VarStoreImpl.hpp +++ b/include/xqilla/context/impl/VarStoreImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarStoreImpl.hpp 626 2008-08-26 20:26:44Z jpcs $ + * $Id$ */ #ifndef _VARSTOREIMPL_HPP diff --git a/include/xqilla/context/impl/VariableStoreTemplate.hpp b/include/xqilla/context/impl/VariableStoreTemplate.hpp index b2294769..27b62d11 100644 --- a/include/xqilla/context/impl/VariableStoreTemplate.hpp +++ b/include/xqilla/context/impl/VariableStoreTemplate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VariableStoreTemplate.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _VARIABLESTORETEMPLATE_HPP diff --git a/include/xqilla/context/impl/XQContextImpl.hpp b/include/xqilla/context/impl/XQContextImpl.hpp index ed13a8e5..f9ee6563 100644 --- a/include/xqilla/context/impl/XQContextImpl.hpp +++ b/include/xqilla/context/impl/XQContextImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQContextImpl.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQCONTEXTIMPL_H diff --git a/include/xqilla/context/impl/XQDynamicContextImpl.hpp b/include/xqilla/context/impl/XQDynamicContextImpl.hpp index bbaa3bbd..3d30bab3 100644 --- a/include/xqilla/context/impl/XQDynamicContextImpl.hpp +++ b/include/xqilla/context/impl/XQDynamicContextImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDynamicContextImpl.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef XQDYNAMICCONTEXTIMPL_H diff --git a/include/xqilla/dom-api/XPath2Result.hpp b/include/xqilla/dom-api/XPath2Result.hpp index 29d113a0..bf40ccd3 100644 --- a/include/xqilla/dom-api/XPath2Result.hpp +++ b/include/xqilla/dom-api/XPath2Result.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2Result.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XPATH2RESULT_HPP diff --git a/include/xqilla/dom-api/XQillaExpression.hpp b/include/xqilla/dom-api/XQillaExpression.hpp index e8173bb2..aabfdd38 100644 --- a/include/xqilla/dom-api/XQillaExpression.hpp +++ b/include/xqilla/dom-api/XQillaExpression.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaExpression.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLAEXPRESSION_HPP diff --git a/include/xqilla/dom-api/XQillaNSResolver.hpp b/include/xqilla/dom-api/XQillaNSResolver.hpp index 041c15ab..89190bb0 100644 --- a/include/xqilla/dom-api/XQillaNSResolver.hpp +++ b/include/xqilla/dom-api/XQillaNSResolver.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaNSResolver.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef __XQILLANSRESOLVER_HPP diff --git a/include/xqilla/dom-api/impl/XQillaNSResolverImpl.hpp b/include/xqilla/dom-api/impl/XQillaNSResolverImpl.hpp index 6035f99e..f3ea9528 100644 --- a/include/xqilla/dom-api/impl/XQillaNSResolverImpl.hpp +++ b/include/xqilla/dom-api/impl/XQillaNSResolverImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaNSResolverImpl.hpp 555 2008-07-10 11:30:11Z jpcs $ + * $Id$ */ #ifndef __XQILLANSRESOLVERIMPL_HPP diff --git a/include/xqilla/events/ContentSequenceFilter.hpp b/include/xqilla/events/ContentSequenceFilter.hpp index 0e11545c..7ab29463 100644 --- a/include/xqilla/events/ContentSequenceFilter.hpp +++ b/include/xqilla/events/ContentSequenceFilter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContentSequenceFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _CONTENTSEQUENCEFILTER_HPP diff --git a/include/xqilla/events/EventGenerator.hpp b/include/xqilla/events/EventGenerator.hpp index 16886326..14d55a9f 100644 --- a/include/xqilla/events/EventGenerator.hpp +++ b/include/xqilla/events/EventGenerator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EventGenerator.hpp 639 2008-09-01 13:22:54Z jpcs $ + * $Id$ */ #ifndef _EVENTGENERATOR_HPP diff --git a/include/xqilla/events/EventHandler.hpp b/include/xqilla/events/EventHandler.hpp index b57e9b94..44d61780 100644 --- a/include/xqilla/events/EventHandler.hpp +++ b/include/xqilla/events/EventHandler.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EventHandler.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _EVENTHANDLER_HPP diff --git a/include/xqilla/events/EventSerializer.hpp b/include/xqilla/events/EventSerializer.hpp index 1ec46e5a..727088e5 100644 --- a/include/xqilla/events/EventSerializer.hpp +++ b/include/xqilla/events/EventSerializer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EventSerializer.hpp 582 2008-08-11 16:43:58Z jpcs $ + * $Id$ */ #ifndef _EVENTSERIALIZER_HPP diff --git a/include/xqilla/events/NSFixupFilter.hpp b/include/xqilla/events/NSFixupFilter.hpp index 2d447f9c..3e200428 100644 --- a/include/xqilla/events/NSFixupFilter.hpp +++ b/include/xqilla/events/NSFixupFilter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NSFixupFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _NSFIXUPFILTER_HPP diff --git a/include/xqilla/events/QueryPathTreeFilter.hpp b/include/xqilla/events/QueryPathTreeFilter.hpp index f145a27f..b250fec4 100644 --- a/include/xqilla/events/QueryPathTreeFilter.hpp +++ b/include/xqilla/events/QueryPathTreeFilter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathTreeFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _QUERYPATHTREEFILTER_HPP diff --git a/include/xqilla/events/SequenceBuilder.hpp b/include/xqilla/events/SequenceBuilder.hpp index cd494390..ca3b5968 100644 --- a/include/xqilla/events/SequenceBuilder.hpp +++ b/include/xqilla/events/SequenceBuilder.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SequenceBuilder.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _SEQUENCEBUILDER_HPP diff --git a/include/xqilla/exceptions/ASTException.hpp b/include/xqilla/exceptions/ASTException.hpp index dd0aed45..84ef994f 100644 --- a/include/xqilla/exceptions/ASTException.hpp +++ b/include/xqilla/exceptions/ASTException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/ContextException.hpp b/include/xqilla/exceptions/ContextException.hpp index 2d72f9ae..6d6d1221 100644 --- a/include/xqilla/exceptions/ContextException.hpp +++ b/include/xqilla/exceptions/ContextException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/DynamicErrorException.hpp b/include/xqilla/exceptions/DynamicErrorException.hpp index 8627b4cf..f60fe13c 100644 --- a/include/xqilla/exceptions/DynamicErrorException.hpp +++ b/include/xqilla/exceptions/DynamicErrorException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DynamicErrorException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _DYNAMICERROREXCEPTION_HPP diff --git a/include/xqilla/exceptions/FunctionException.hpp b/include/xqilla/exceptions/FunctionException.hpp index ed2c85bc..4c8cfbd1 100644 --- a/include/xqilla/exceptions/FunctionException.hpp +++ b/include/xqilla/exceptions/FunctionException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/IllegalArgumentException.hpp b/include/xqilla/exceptions/IllegalArgumentException.hpp index ceb62798..89a264cd 100644 --- a/include/xqilla/exceptions/IllegalArgumentException.hpp +++ b/include/xqilla/exceptions/IllegalArgumentException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: IllegalArgumentException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/ItemException.hpp b/include/xqilla/exceptions/ItemException.hpp index a29ec0aa..c4bbe028 100644 --- a/include/xqilla/exceptions/ItemException.hpp +++ b/include/xqilla/exceptions/ItemException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ItemException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/NamespaceLookupException.hpp b/include/xqilla/exceptions/NamespaceLookupException.hpp index 1933253b..68d11cbb 100644 --- a/include/xqilla/exceptions/NamespaceLookupException.hpp +++ b/include/xqilla/exceptions/NamespaceLookupException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NamespaceLookupException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/QueryInterruptedException.hpp b/include/xqilla/exceptions/QueryInterruptedException.hpp index 820e8da6..59ecad34 100644 --- a/include/xqilla/exceptions/QueryInterruptedException.hpp +++ b/include/xqilla/exceptions/QueryInterruptedException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryInterruptedException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/QueryTimeoutException.hpp b/include/xqilla/exceptions/QueryTimeoutException.hpp index a864f872..5b5f0cc9 100644 --- a/include/xqilla/exceptions/QueryTimeoutException.hpp +++ b/include/xqilla/exceptions/QueryTimeoutException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryTimeoutException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/StaticErrorException.hpp b/include/xqilla/exceptions/StaticErrorException.hpp index 636bdf02..a10b574e 100644 --- a/include/xqilla/exceptions/StaticErrorException.hpp +++ b/include/xqilla/exceptions/StaticErrorException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticErrorException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _STATICERROREXCEPTION_HPP diff --git a/include/xqilla/exceptions/TypeErrorException.hpp b/include/xqilla/exceptions/TypeErrorException.hpp index 24e10f2a..47ef09ab 100644 --- a/include/xqilla/exceptions/TypeErrorException.hpp +++ b/include/xqilla/exceptions/TypeErrorException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TypeErrorException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TYPEERROREXCEPTION_HPP diff --git a/include/xqilla/exceptions/TypeNotFoundException.hpp b/include/xqilla/exceptions/TypeNotFoundException.hpp index aa6d0b60..5bad88c9 100644 --- a/include/xqilla/exceptions/TypeNotFoundException.hpp +++ b/include/xqilla/exceptions/TypeNotFoundException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TypeNotFoundException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TYPENOTFOUNDEXCEPTION_HPP diff --git a/include/xqilla/exceptions/XMLParseException.hpp b/include/xqilla/exceptions/XMLParseException.hpp index 7edd491e..5f9ecc38 100644 --- a/include/xqilla/exceptions/XMLParseException.hpp +++ b/include/xqilla/exceptions/XMLParseException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XMLParseException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/XPath2ErrorException.hpp b/include/xqilla/exceptions/XPath2ErrorException.hpp index 1a5dc999..f689b6b7 100644 --- a/include/xqilla/exceptions/XPath2ErrorException.hpp +++ b/include/xqilla/exceptions/XPath2ErrorException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2ErrorException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/XPath2TypeCastException.hpp b/include/xqilla/exceptions/XPath2TypeCastException.hpp index 3295a50d..173c977e 100644 --- a/include/xqilla/exceptions/XPath2TypeCastException.hpp +++ b/include/xqilla/exceptions/XPath2TypeCastException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2TypeCastException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/XPath2TypeMatchException.hpp b/include/xqilla/exceptions/XPath2TypeMatchException.hpp index 631c6137..444a3587 100644 --- a/include/xqilla/exceptions/XPath2TypeMatchException.hpp +++ b/include/xqilla/exceptions/XPath2TypeMatchException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2TypeMatchException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/exceptions/XQException.hpp b/include/xqilla/exceptions/XQException.hpp index a649d557..a631a7f6 100644 --- a/include/xqilla/exceptions/XQException.hpp +++ b/include/xqilla/exceptions/XQException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef XQEXCEPTION_HPP diff --git a/include/xqilla/exceptions/XQillaException.hpp b/include/xqilla/exceptions/XQillaException.hpp index fa6530b8..0c1f35a0 100644 --- a/include/xqilla/exceptions/XQillaException.hpp +++ b/include/xqilla/exceptions/XQillaException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaException.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLAEXCEPTION_HPP diff --git a/include/xqilla/fastxdm/FastXDMConfiguration.hpp b/include/xqilla/fastxdm/FastXDMConfiguration.hpp index 56cfdf65..75562382 100644 --- a/include/xqilla/fastxdm/FastXDMConfiguration.hpp +++ b/include/xqilla/fastxdm/FastXDMConfiguration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef FASTXDMCONFIGURATION_H diff --git a/include/xqilla/framework/BaseMemoryManager.hpp b/include/xqilla/framework/BaseMemoryManager.hpp index c95a0064..da8b0b84 100644 --- a/include/xqilla/framework/BaseMemoryManager.hpp +++ b/include/xqilla/framework/BaseMemoryManager.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: BaseMemoryManager.hpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #ifndef __BASEMEMORYMANAGER_HPP diff --git a/include/xqilla/framework/ProxyMemoryManager.hpp b/include/xqilla/framework/ProxyMemoryManager.hpp index 486b2d69..005ab11c 100644 --- a/include/xqilla/framework/ProxyMemoryManager.hpp +++ b/include/xqilla/framework/ProxyMemoryManager.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ProxyMemoryManager.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef __PROXYMEMORYMANAGER_HPP diff --git a/include/xqilla/framework/ReferenceCounted.hpp b/include/xqilla/framework/ReferenceCounted.hpp index dbfdf728..8470b9a6 100644 --- a/include/xqilla/framework/ReferenceCounted.hpp +++ b/include/xqilla/framework/ReferenceCounted.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ReferenceCounted.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _REFERENCECOUNTED_HPP diff --git a/include/xqilla/framework/StringPool.hpp b/include/xqilla/framework/StringPool.hpp index c20c7829..9a210403 100644 --- a/include/xqilla/framework/StringPool.hpp +++ b/include/xqilla/framework/StringPool.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StringPool.hpp 663 2008-10-08 17:51:30Z jpcs $ + * $Id$ */ #ifndef __STRINGPOOL_HPP diff --git a/include/xqilla/framework/XPath2MemoryManager.hpp b/include/xqilla/framework/XPath2MemoryManager.hpp index 634c2700..d8fe2899 100644 --- a/include/xqilla/framework/XPath2MemoryManager.hpp +++ b/include/xqilla/framework/XPath2MemoryManager.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2MemoryManager.hpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #ifndef __XPATH2MEMORYMANAGER_HPP diff --git a/include/xqilla/framework/XPath2MemoryManagerImpl.hpp b/include/xqilla/framework/XPath2MemoryManagerImpl.hpp index 94324711..10684da3 100644 --- a/include/xqilla/framework/XPath2MemoryManagerImpl.hpp +++ b/include/xqilla/framework/XPath2MemoryManagerImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2MemoryManagerImpl.hpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #ifndef __XPATH2MEMORYMANAGERIMPL_HPP diff --git a/include/xqilla/framework/XQillaExport.hpp b/include/xqilla/framework/XQillaExport.hpp index ad84fa42..ee97fd8a 100644 --- a/include/xqilla/framework/XQillaExport.hpp +++ b/include/xqilla/framework/XQillaExport.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaExport.hpp 751 2009-05-01 15:23:52Z gmfeinberg $ + * $Id$ */ #ifndef __XQILLAEXPORT_HPP diff --git a/include/xqilla/fulltext/AllMatches.hpp b/include/xqilla/fulltext/AllMatches.hpp index 18af4a62..7bd43ace 100644 --- a/include/xqilla/fulltext/AllMatches.hpp +++ b/include/xqilla/fulltext/AllMatches.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AllMatches.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ALLMATCHES_HPP diff --git a/include/xqilla/fulltext/DefaultTokenStore.hpp b/include/xqilla/fulltext/DefaultTokenStore.hpp index e5992206..e1a15a64 100644 --- a/include/xqilla/fulltext/DefaultTokenStore.hpp +++ b/include/xqilla/fulltext/DefaultTokenStore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DefaultTokenStore.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _DEFAULTTOKENSTORE_HPP diff --git a/include/xqilla/fulltext/DefaultTokenizer.hpp b/include/xqilla/fulltext/DefaultTokenizer.hpp index ecd415ff..20b6e2a6 100644 --- a/include/xqilla/fulltext/DefaultTokenizer.hpp +++ b/include/xqilla/fulltext/DefaultTokenizer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DefaultTokenizer.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _DEFAULTTOKENIZER_HPP diff --git a/include/xqilla/fulltext/FTAnd.hpp b/include/xqilla/fulltext/FTAnd.hpp index 0f99e093..3f32b53a 100644 --- a/include/xqilla/fulltext/FTAnd.hpp +++ b/include/xqilla/fulltext/FTAnd.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTAnd.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTAND_HPP diff --git a/include/xqilla/fulltext/FTContains.hpp b/include/xqilla/fulltext/FTContains.hpp index ac34035e..feb47ef7 100644 --- a/include/xqilla/fulltext/FTContains.hpp +++ b/include/xqilla/fulltext/FTContains.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTContains.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FTCONTAINS_HPP diff --git a/include/xqilla/fulltext/FTContent.hpp b/include/xqilla/fulltext/FTContent.hpp index aab46c2e..7c2c1bd4 100644 --- a/include/xqilla/fulltext/FTContent.hpp +++ b/include/xqilla/fulltext/FTContent.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTContent.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTCONTENT_HPP diff --git a/include/xqilla/fulltext/FTDistance.hpp b/include/xqilla/fulltext/FTDistance.hpp index c2670c8b..09e74229 100644 --- a/include/xqilla/fulltext/FTDistance.hpp +++ b/include/xqilla/fulltext/FTDistance.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTDistance.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTDISTANCE_HPP diff --git a/include/xqilla/fulltext/FTMildnot.hpp b/include/xqilla/fulltext/FTMildnot.hpp index 76a230ca..070f7784 100644 --- a/include/xqilla/fulltext/FTMildnot.hpp +++ b/include/xqilla/fulltext/FTMildnot.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTMildnot.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTMILDNOT_HPP diff --git a/include/xqilla/fulltext/FTOption.hpp b/include/xqilla/fulltext/FTOption.hpp index 82e53846..d5c82ff2 100644 --- a/include/xqilla/fulltext/FTOption.hpp +++ b/include/xqilla/fulltext/FTOption.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTOption.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FTOPTION_HPP diff --git a/include/xqilla/fulltext/FTOr.hpp b/include/xqilla/fulltext/FTOr.hpp index 9822c3f5..e6d8e6b9 100644 --- a/include/xqilla/fulltext/FTOr.hpp +++ b/include/xqilla/fulltext/FTOr.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTOr.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTOR_HPP diff --git a/include/xqilla/fulltext/FTOrder.hpp b/include/xqilla/fulltext/FTOrder.hpp index 47cd147a..02070346 100644 --- a/include/xqilla/fulltext/FTOrder.hpp +++ b/include/xqilla/fulltext/FTOrder.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTOrder.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTORDER_HPP diff --git a/include/xqilla/fulltext/FTRange.hpp b/include/xqilla/fulltext/FTRange.hpp index dcbe2d2f..641787a4 100644 --- a/include/xqilla/fulltext/FTRange.hpp +++ b/include/xqilla/fulltext/FTRange.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTRange.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FTRANGE_HPP diff --git a/include/xqilla/fulltext/FTScope.hpp b/include/xqilla/fulltext/FTScope.hpp index abd871ce..de75c8e4 100644 --- a/include/xqilla/fulltext/FTScope.hpp +++ b/include/xqilla/fulltext/FTScope.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTScope.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTSCOPE_HPP diff --git a/include/xqilla/fulltext/FTSelection.hpp b/include/xqilla/fulltext/FTSelection.hpp index 394edfba..4febf701 100644 --- a/include/xqilla/fulltext/FTSelection.hpp +++ b/include/xqilla/fulltext/FTSelection.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTSelection.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTSELECTION_HPP diff --git a/include/xqilla/fulltext/FTUnaryNot.hpp b/include/xqilla/fulltext/FTUnaryNot.hpp index 138864fe..e6b6edf1 100644 --- a/include/xqilla/fulltext/FTUnaryNot.hpp +++ b/include/xqilla/fulltext/FTUnaryNot.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTUnaryNot.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTUNARYNOT_HPP diff --git a/include/xqilla/fulltext/FTWindow.hpp b/include/xqilla/fulltext/FTWindow.hpp index 04312db6..ee161e20 100644 --- a/include/xqilla/fulltext/FTWindow.hpp +++ b/include/xqilla/fulltext/FTWindow.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTWindow.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTWINDOW_HPP diff --git a/include/xqilla/fulltext/FTWords.hpp b/include/xqilla/fulltext/FTWords.hpp index a5855a96..b75ecf65 100644 --- a/include/xqilla/fulltext/FTWords.hpp +++ b/include/xqilla/fulltext/FTWords.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTWords.hpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #ifndef _FTWORDS_HPP diff --git a/include/xqilla/fulltext/Match.hpp b/include/xqilla/fulltext/Match.hpp index 1914d99f..eda52152 100644 --- a/include/xqilla/fulltext/Match.hpp +++ b/include/xqilla/fulltext/Match.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Match.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _MATCH_HPP diff --git a/include/xqilla/fulltext/TokenInfo.hpp b/include/xqilla/fulltext/TokenInfo.hpp index 4baddcc0..fc2d4407 100644 --- a/include/xqilla/fulltext/TokenInfo.hpp +++ b/include/xqilla/fulltext/TokenInfo.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TokenInfo.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TOKENINFO_HPP diff --git a/include/xqilla/fulltext/TokenStore.hpp b/include/xqilla/fulltext/TokenStore.hpp index 51053c0b..1bde47ed 100644 --- a/include/xqilla/fulltext/TokenStore.hpp +++ b/include/xqilla/fulltext/TokenStore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TokenStore.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TOKENSTORE_HPP diff --git a/include/xqilla/fulltext/Tokenizer.hpp b/include/xqilla/fulltext/Tokenizer.hpp index 95600732..e3c4cc25 100644 --- a/include/xqilla/fulltext/Tokenizer.hpp +++ b/include/xqilla/fulltext/Tokenizer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Tokenizer.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TOKENIZER_HPP diff --git a/include/xqilla/functions/ExternalFunction.hpp b/include/xqilla/functions/ExternalFunction.hpp index 97cc5590..ec6592ce 100644 --- a/include/xqilla/functions/ExternalFunction.hpp +++ b/include/xqilla/functions/ExternalFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ExternalFunction.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _EXTERNALFUNCTION_HPP diff --git a/include/xqilla/functions/FuncFactory.hpp b/include/xqilla/functions/FuncFactory.hpp index 655b851c..e5d513f3 100644 --- a/include/xqilla/functions/FuncFactory.hpp +++ b/include/xqilla/functions/FuncFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FuncFactory.hpp 573 2008-08-06 16:43:33Z jpcs $ + * $Id$ */ #ifndef _FUNCFACTORY_HPP diff --git a/include/xqilla/functions/FunctionAbs.hpp b/include/xqilla/functions/FunctionAbs.hpp index 4229d8b3..ee7fc5d6 100644 --- a/include/xqilla/functions/FunctionAbs.hpp +++ b/include/xqilla/functions/FunctionAbs.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAbs.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionAdjustDateTimeToTimezone.hpp b/include/xqilla/functions/FunctionAdjustDateTimeToTimezone.hpp index 693a0422..1e1700ce 100644 --- a/include/xqilla/functions/FunctionAdjustDateTimeToTimezone.hpp +++ b/include/xqilla/functions/FunctionAdjustDateTimeToTimezone.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustDateTimeToTimezone.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONADJUSTDATETIMETOTIMEZONE_HPP diff --git a/include/xqilla/functions/FunctionAdjustDateToTimezone.hpp b/include/xqilla/functions/FunctionAdjustDateToTimezone.hpp index 948761c7..0650cf61 100644 --- a/include/xqilla/functions/FunctionAdjustDateToTimezone.hpp +++ b/include/xqilla/functions/FunctionAdjustDateToTimezone.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustDateToTimezone.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONADJUSTDATETOTIMEZONE_HPP diff --git a/include/xqilla/functions/FunctionAdjustTimeToTimezone.hpp b/include/xqilla/functions/FunctionAdjustTimeToTimezone.hpp index 0ba87726..f483c33f 100644 --- a/include/xqilla/functions/FunctionAdjustTimeToTimezone.hpp +++ b/include/xqilla/functions/FunctionAdjustTimeToTimezone.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustTimeToTimezone.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONADJUSTTIMETOTIMEZONE_HPP diff --git a/include/xqilla/functions/FunctionAvg.hpp b/include/xqilla/functions/FunctionAvg.hpp index 1aef5a6d..1b0bb3e8 100644 --- a/include/xqilla/functions/FunctionAvg.hpp +++ b/include/xqilla/functions/FunctionAvg.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAvg.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionBaseURI.hpp b/include/xqilla/functions/FunctionBaseURI.hpp index 82cb6137..6fe6c85a 100644 --- a/include/xqilla/functions/FunctionBaseURI.hpp +++ b/include/xqilla/functions/FunctionBaseURI.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionBaseURI.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionBoolean.hpp b/include/xqilla/functions/FunctionBoolean.hpp index 1291213c..a90bb372 100644 --- a/include/xqilla/functions/FunctionBoolean.hpp +++ b/include/xqilla/functions/FunctionBoolean.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionBoolean.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONBOOLEAN_HPP diff --git a/include/xqilla/functions/FunctionCeiling.hpp b/include/xqilla/functions/FunctionCeiling.hpp index 1954b37c..4a980c96 100644 --- a/include/xqilla/functions/FunctionCeiling.hpp +++ b/include/xqilla/functions/FunctionCeiling.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCeiling.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCodepointEqual.hpp b/include/xqilla/functions/FunctionCodepointEqual.hpp index 171fb45a..e2f105a2 100644 --- a/include/xqilla/functions/FunctionCodepointEqual.hpp +++ b/include/xqilla/functions/FunctionCodepointEqual.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCodepointEqual.hpp 816 2009-11-13 14:58:39Z jpcs $ + * $Id$ */ #ifndef _FUNCTION_CODEPOINT_EQUAL_HPP diff --git a/include/xqilla/functions/FunctionCodepointsToString.hpp b/include/xqilla/functions/FunctionCodepointsToString.hpp index 8fea047f..e6230d3d 100644 --- a/include/xqilla/functions/FunctionCodepointsToString.hpp +++ b/include/xqilla/functions/FunctionCodepointsToString.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCodepointsToString.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCollection.hpp b/include/xqilla/functions/FunctionCollection.hpp index 5a32d1cd..553d88ad 100644 --- a/include/xqilla/functions/FunctionCollection.hpp +++ b/include/xqilla/functions/FunctionCollection.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCollection.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONCOLLECTION_HPP diff --git a/include/xqilla/functions/FunctionCompare.hpp b/include/xqilla/functions/FunctionCompare.hpp index 5a75d327..4f1ad4cc 100644 --- a/include/xqilla/functions/FunctionCompare.hpp +++ b/include/xqilla/functions/FunctionCompare.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCompare.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionConcat.hpp b/include/xqilla/functions/FunctionConcat.hpp index 5dc7328c..76934c46 100644 --- a/include/xqilla/functions/FunctionConcat.hpp +++ b/include/xqilla/functions/FunctionConcat.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionConcat.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionConstructor.hpp b/include/xqilla/functions/FunctionConstructor.hpp index 87d15998..a5df8bc7 100644 --- a/include/xqilla/functions/FunctionConstructor.hpp +++ b/include/xqilla/functions/FunctionConstructor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionConstructor.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONCONSTRUCTOR_HPP diff --git a/include/xqilla/functions/FunctionContains.hpp b/include/xqilla/functions/FunctionContains.hpp index a14b0f06..f929a6d9 100644 --- a/include/xqilla/functions/FunctionContains.hpp +++ b/include/xqilla/functions/FunctionContains.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionContains.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCount.hpp b/include/xqilla/functions/FunctionCount.hpp index 2a802fcf..ded0c1fd 100644 --- a/include/xqilla/functions/FunctionCount.hpp +++ b/include/xqilla/functions/FunctionCount.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCount.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCurrentDate.hpp b/include/xqilla/functions/FunctionCurrentDate.hpp index fcea66fa..54374f82 100644 --- a/include/xqilla/functions/FunctionCurrentDate.hpp +++ b/include/xqilla/functions/FunctionCurrentDate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentDate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCurrentDateTime.hpp b/include/xqilla/functions/FunctionCurrentDateTime.hpp index 53b99e8c..f4b99fa8 100644 --- a/include/xqilla/functions/FunctionCurrentDateTime.hpp +++ b/include/xqilla/functions/FunctionCurrentDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionCurrentTime.hpp b/include/xqilla/functions/FunctionCurrentTime.hpp index f0e8c65c..690f5dea 100644 --- a/include/xqilla/functions/FunctionCurrentTime.hpp +++ b/include/xqilla/functions/FunctionCurrentTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionData.hpp b/include/xqilla/functions/FunctionData.hpp index a55e55e4..fa37f12b 100644 --- a/include/xqilla/functions/FunctionData.hpp +++ b/include/xqilla/functions/FunctionData.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionData.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONDATA_HPP diff --git a/include/xqilla/functions/FunctionDateTime.hpp b/include/xqilla/functions/FunctionDateTime.hpp index 454c1d0a..39649249 100644 --- a/include/xqilla/functions/FunctionDateTime.hpp +++ b/include/xqilla/functions/FunctionDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDayFromDate.hpp b/include/xqilla/functions/FunctionDayFromDate.hpp index ada0c738..c28abedd 100644 --- a/include/xqilla/functions/FunctionDayFromDate.hpp +++ b/include/xqilla/functions/FunctionDayFromDate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDayFromDate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETDAYFROMDATE_HPP diff --git a/include/xqilla/functions/FunctionDayFromDateTime.hpp b/include/xqilla/functions/FunctionDayFromDateTime.hpp index b86635bb..4b0fe514 100644 --- a/include/xqilla/functions/FunctionDayFromDateTime.hpp +++ b/include/xqilla/functions/FunctionDayFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDayFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDaysFromDuration.hpp b/include/xqilla/functions/FunctionDaysFromDuration.hpp index fe3c37a9..ab4d29d1 100644 --- a/include/xqilla/functions/FunctionDaysFromDuration.hpp +++ b/include/xqilla/functions/FunctionDaysFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDaysFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETDAYSFROMDAYTIMEDURATION_HPP diff --git a/include/xqilla/functions/FunctionDeepEqual.hpp b/include/xqilla/functions/FunctionDeepEqual.hpp index 3384816a..881edcb8 100644 --- a/include/xqilla/functions/FunctionDeepEqual.hpp +++ b/include/xqilla/functions/FunctionDeepEqual.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDeepEqual.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDefaultCollation.hpp b/include/xqilla/functions/FunctionDefaultCollation.hpp index bb588b2f..9d80a6f0 100644 --- a/include/xqilla/functions/FunctionDefaultCollation.hpp +++ b/include/xqilla/functions/FunctionDefaultCollation.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDefaultCollation.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDistinctValues.hpp b/include/xqilla/functions/FunctionDistinctValues.hpp index e934de5d..5beba154 100644 --- a/include/xqilla/functions/FunctionDistinctValues.hpp +++ b/include/xqilla/functions/FunctionDistinctValues.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDistinctValues.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDoc.hpp b/include/xqilla/functions/FunctionDoc.hpp index f7d9d9af..a41673ce 100644 --- a/include/xqilla/functions/FunctionDoc.hpp +++ b/include/xqilla/functions/FunctionDoc.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDoc.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONDOC_HPP diff --git a/include/xqilla/functions/FunctionDocAvailable.hpp b/include/xqilla/functions/FunctionDocAvailable.hpp index 8188238c..734d3c51 100644 --- a/include/xqilla/functions/FunctionDocAvailable.hpp +++ b/include/xqilla/functions/FunctionDocAvailable.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDocAvailable.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionDocumentURI.hpp b/include/xqilla/functions/FunctionDocumentURI.hpp index 546d2bb4..052930e2 100644 --- a/include/xqilla/functions/FunctionDocumentURI.hpp +++ b/include/xqilla/functions/FunctionDocumentURI.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDocumentURI.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionEmpty.hpp b/include/xqilla/functions/FunctionEmpty.hpp index fb64a8da..730f1180 100644 --- a/include/xqilla/functions/FunctionEmpty.hpp +++ b/include/xqilla/functions/FunctionEmpty.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEmpty.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionEncodeForUri.hpp b/include/xqilla/functions/FunctionEncodeForUri.hpp index 97697707..e653dc4d 100644 --- a/include/xqilla/functions/FunctionEncodeForUri.hpp +++ b/include/xqilla/functions/FunctionEncodeForUri.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEncodeForUri.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionEndsWith.hpp b/include/xqilla/functions/FunctionEndsWith.hpp index 9e90cb3b..9ebf60c1 100644 --- a/include/xqilla/functions/FunctionEndsWith.hpp +++ b/include/xqilla/functions/FunctionEndsWith.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEndsWith.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionError.hpp b/include/xqilla/functions/FunctionError.hpp index 62f22b70..c7532bc1 100644 --- a/include/xqilla/functions/FunctionError.hpp +++ b/include/xqilla/functions/FunctionError.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionError.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionEscapeHtmlUri.hpp b/include/xqilla/functions/FunctionEscapeHtmlUri.hpp index 038a9026..90004bed 100644 --- a/include/xqilla/functions/FunctionEscapeHtmlUri.hpp +++ b/include/xqilla/functions/FunctionEscapeHtmlUri.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEscapeHtmlUri.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionExactlyOne.hpp b/include/xqilla/functions/FunctionExactlyOne.hpp index dcf07b58..0970db69 100644 --- a/include/xqilla/functions/FunctionExactlyOne.hpp +++ b/include/xqilla/functions/FunctionExactlyOne.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionExactlyOne.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONEXACTLYONE_HPP diff --git a/include/xqilla/functions/FunctionExists.hpp b/include/xqilla/functions/FunctionExists.hpp index ca760012..e3c7bbde 100644 --- a/include/xqilla/functions/FunctionExists.hpp +++ b/include/xqilla/functions/FunctionExists.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionExists.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionFalse.hpp b/include/xqilla/functions/FunctionFalse.hpp index 2d167f00..b54d3cc6 100644 --- a/include/xqilla/functions/FunctionFalse.hpp +++ b/include/xqilla/functions/FunctionFalse.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFalse.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionFloor.hpp b/include/xqilla/functions/FunctionFloor.hpp index 99a8ab1a..4bc32a7e 100644 --- a/include/xqilla/functions/FunctionFloor.hpp +++ b/include/xqilla/functions/FunctionFloor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFloor.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionFunctionArity.hpp b/include/xqilla/functions/FunctionFunctionArity.hpp index 92778e12..18403bfe 100644 --- a/include/xqilla/functions/FunctionFunctionArity.hpp +++ b/include/xqilla/functions/FunctionFunctionArity.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFunctionArity.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONFUNCTIONARITY_HPP diff --git a/include/xqilla/functions/FunctionFunctionName.hpp b/include/xqilla/functions/FunctionFunctionName.hpp index f5e65fad..0be47167 100644 --- a/include/xqilla/functions/FunctionFunctionName.hpp +++ b/include/xqilla/functions/FunctionFunctionName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFunctionName.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONFUNCTIONNAME_HPP diff --git a/include/xqilla/functions/FunctionHoursFromDateTime.hpp b/include/xqilla/functions/FunctionHoursFromDateTime.hpp index 07a19805..c48fdf73 100644 --- a/include/xqilla/functions/FunctionHoursFromDateTime.hpp +++ b/include/xqilla/functions/FunctionHoursFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETHOURSFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionHoursFromDuration.hpp b/include/xqilla/functions/FunctionHoursFromDuration.hpp index d96d3c95..6eeedfba 100644 --- a/include/xqilla/functions/FunctionHoursFromDuration.hpp +++ b/include/xqilla/functions/FunctionHoursFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETHOURSFROMDAYTIMEDURATION_HPP diff --git a/include/xqilla/functions/FunctionHoursFromTime.hpp b/include/xqilla/functions/FunctionHoursFromTime.hpp index ea042bb1..3b94db78 100644 --- a/include/xqilla/functions/FunctionHoursFromTime.hpp +++ b/include/xqilla/functions/FunctionHoursFromTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETHOURSFROMTIME_HPP diff --git a/include/xqilla/functions/FunctionId.hpp b/include/xqilla/functions/FunctionId.hpp index 920bf205..e14dcb4b 100644 --- a/include/xqilla/functions/FunctionId.hpp +++ b/include/xqilla/functions/FunctionId.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionId.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONID_HPP diff --git a/include/xqilla/functions/FunctionIdref.hpp b/include/xqilla/functions/FunctionIdref.hpp index 72d72aa6..a9a96fbc 100644 --- a/include/xqilla/functions/FunctionIdref.hpp +++ b/include/xqilla/functions/FunctionIdref.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIdref.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONIDREF_HPP diff --git a/include/xqilla/functions/FunctionImplicitTimezone.hpp b/include/xqilla/functions/FunctionImplicitTimezone.hpp index 7d6ad2f7..e7f3c5f5 100644 --- a/include/xqilla/functions/FunctionImplicitTimezone.hpp +++ b/include/xqilla/functions/FunctionImplicitTimezone.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionImplicitTimezone.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionInScopePrefixes.hpp b/include/xqilla/functions/FunctionInScopePrefixes.hpp index 5d04ef3a..fcd940d4 100644 --- a/include/xqilla/functions/FunctionInScopePrefixes.hpp +++ b/include/xqilla/functions/FunctionInScopePrefixes.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionInScopePrefixes.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionIndexOf.hpp b/include/xqilla/functions/FunctionIndexOf.hpp index df0f240d..82f3cc2a 100644 --- a/include/xqilla/functions/FunctionIndexOf.hpp +++ b/include/xqilla/functions/FunctionIndexOf.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIndexOf.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionInsertBefore.hpp b/include/xqilla/functions/FunctionInsertBefore.hpp index 04a888ae..55dec07f 100644 --- a/include/xqilla/functions/FunctionInsertBefore.hpp +++ b/include/xqilla/functions/FunctionInsertBefore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionInsertBefore.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONINSERTBEFORE_HPP diff --git a/include/xqilla/functions/FunctionIriToUri.hpp b/include/xqilla/functions/FunctionIriToUri.hpp index 9827c205..50776950 100644 --- a/include/xqilla/functions/FunctionIriToUri.hpp +++ b/include/xqilla/functions/FunctionIriToUri.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIriToUri.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionLang.hpp b/include/xqilla/functions/FunctionLang.hpp index 9fc03187..af9d3091 100644 --- a/include/xqilla/functions/FunctionLang.hpp +++ b/include/xqilla/functions/FunctionLang.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLang.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionLast.hpp b/include/xqilla/functions/FunctionLast.hpp index 5b4c88ab..88f8a49a 100644 --- a/include/xqilla/functions/FunctionLast.hpp +++ b/include/xqilla/functions/FunctionLast.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLast.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionLocalNameFromQName.hpp b/include/xqilla/functions/FunctionLocalNameFromQName.hpp index ede51ea0..160b7b67 100644 --- a/include/xqilla/functions/FunctionLocalNameFromQName.hpp +++ b/include/xqilla/functions/FunctionLocalNameFromQName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLocalNameFromQName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionLocalname.hpp b/include/xqilla/functions/FunctionLocalname.hpp index 7f43b0fb..d81438ba 100644 --- a/include/xqilla/functions/FunctionLocalname.hpp +++ b/include/xqilla/functions/FunctionLocalname.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLocalname.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionLookup.hpp b/include/xqilla/functions/FunctionLookup.hpp index a68b723e..3b5d34e2 100644 --- a/include/xqilla/functions/FunctionLookup.hpp +++ b/include/xqilla/functions/FunctionLookup.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLookup.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FLOOKUP_HPP diff --git a/include/xqilla/functions/FunctionLowerCase.hpp b/include/xqilla/functions/FunctionLowerCase.hpp index 45fc5211..6aa07e85 100644 --- a/include/xqilla/functions/FunctionLowerCase.hpp +++ b/include/xqilla/functions/FunctionLowerCase.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLowerCase.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionMatches.hpp b/include/xqilla/functions/FunctionMatches.hpp index 7cad913d..7462a232 100644 --- a/include/xqilla/functions/FunctionMatches.hpp +++ b/include/xqilla/functions/FunctionMatches.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMatches.hpp 480 2008-01-29 02:25:38Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONMATCHES_HPP diff --git a/include/xqilla/functions/FunctionMax.hpp b/include/xqilla/functions/FunctionMax.hpp index 639263f5..8ffd648a 100644 --- a/include/xqilla/functions/FunctionMax.hpp +++ b/include/xqilla/functions/FunctionMax.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMax.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionMin.hpp b/include/xqilla/functions/FunctionMin.hpp index a4d0609c..b403d60f 100644 --- a/include/xqilla/functions/FunctionMin.hpp +++ b/include/xqilla/functions/FunctionMin.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMin.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionMinutesFromDateTime.hpp b/include/xqilla/functions/FunctionMinutesFromDateTime.hpp index c6d2a2a3..f9950aa6 100644 --- a/include/xqilla/functions/FunctionMinutesFromDateTime.hpp +++ b/include/xqilla/functions/FunctionMinutesFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMINUTESFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionMinutesFromDuration.hpp b/include/xqilla/functions/FunctionMinutesFromDuration.hpp index 44860f17..110ddafd 100644 --- a/include/xqilla/functions/FunctionMinutesFromDuration.hpp +++ b/include/xqilla/functions/FunctionMinutesFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMINUTESFROMDAYTIMEDURATION_HPP diff --git a/include/xqilla/functions/FunctionMinutesFromTime.hpp b/include/xqilla/functions/FunctionMinutesFromTime.hpp index 73916acc..24b247de 100644 --- a/include/xqilla/functions/FunctionMinutesFromTime.hpp +++ b/include/xqilla/functions/FunctionMinutesFromTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMINUTESFROMTIME_HPP diff --git a/include/xqilla/functions/FunctionMonthFromDate.hpp b/include/xqilla/functions/FunctionMonthFromDate.hpp index b1d3a2a6..81e28aa7 100644 --- a/include/xqilla/functions/FunctionMonthFromDate.hpp +++ b/include/xqilla/functions/FunctionMonthFromDate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthFromDate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMONTHFROMDATE_HPP diff --git a/include/xqilla/functions/FunctionMonthFromDateTime.hpp b/include/xqilla/functions/FunctionMonthFromDateTime.hpp index 1bcdec8b..522802db 100644 --- a/include/xqilla/functions/FunctionMonthFromDateTime.hpp +++ b/include/xqilla/functions/FunctionMonthFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMONTHFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionMonthsFromDuration.hpp b/include/xqilla/functions/FunctionMonthsFromDuration.hpp index bca27b20..66e23c61 100644 --- a/include/xqilla/functions/FunctionMonthsFromDuration.hpp +++ b/include/xqilla/functions/FunctionMonthsFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthsFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETMONTHSFROMYEARMONTHDURATION_HPP diff --git a/include/xqilla/functions/FunctionName.hpp b/include/xqilla/functions/FunctionName.hpp index 6e4d5496..17022696 100644 --- a/include/xqilla/functions/FunctionName.hpp +++ b/include/xqilla/functions/FunctionName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionName.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNamespaceURIForPrefix.hpp b/include/xqilla/functions/FunctionNamespaceURIForPrefix.hpp index 88c5c24b..e479afd6 100644 --- a/include/xqilla/functions/FunctionNamespaceURIForPrefix.hpp +++ b/include/xqilla/functions/FunctionNamespaceURIForPrefix.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceURIForPrefix.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETNAMESPACEURIFORPREFIX_HPP diff --git a/include/xqilla/functions/FunctionNamespaceURIFromQName.hpp b/include/xqilla/functions/FunctionNamespaceURIFromQName.hpp index b476238f..45f6d1bc 100644 --- a/include/xqilla/functions/FunctionNamespaceURIFromQName.hpp +++ b/include/xqilla/functions/FunctionNamespaceURIFromQName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceURIFromQName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNamespaceUri.hpp b/include/xqilla/functions/FunctionNamespaceUri.hpp index 3ec3beab..4180e659 100644 --- a/include/xqilla/functions/FunctionNamespaceUri.hpp +++ b/include/xqilla/functions/FunctionNamespaceUri.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceUri.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNilled.hpp b/include/xqilla/functions/FunctionNilled.hpp index 55528d49..f46a47fb 100644 --- a/include/xqilla/functions/FunctionNilled.hpp +++ b/include/xqilla/functions/FunctionNilled.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNilled.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNodeName.hpp b/include/xqilla/functions/FunctionNodeName.hpp index 344dcb2a..1615927d 100644 --- a/include/xqilla/functions/FunctionNodeName.hpp +++ b/include/xqilla/functions/FunctionNodeName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNodeName.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONNODENAME_HPP diff --git a/include/xqilla/functions/FunctionNormalizeSpace.hpp b/include/xqilla/functions/FunctionNormalizeSpace.hpp index 602bec88..70114832 100644 --- a/include/xqilla/functions/FunctionNormalizeSpace.hpp +++ b/include/xqilla/functions/FunctionNormalizeSpace.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNormalizeSpace.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONNORMALIZESPACE_HPP diff --git a/include/xqilla/functions/FunctionNormalizeUnicode.hpp b/include/xqilla/functions/FunctionNormalizeUnicode.hpp index 9faaa69e..57a38d0c 100644 --- a/include/xqilla/functions/FunctionNormalizeUnicode.hpp +++ b/include/xqilla/functions/FunctionNormalizeUnicode.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNormalizeUnicode.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNot.hpp b/include/xqilla/functions/FunctionNot.hpp index d3cc83a1..e640b14d 100644 --- a/include/xqilla/functions/FunctionNot.hpp +++ b/include/xqilla/functions/FunctionNot.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNot.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionNumber.hpp b/include/xqilla/functions/FunctionNumber.hpp index cdc81652..47ce0a82 100644 --- a/include/xqilla/functions/FunctionNumber.hpp +++ b/include/xqilla/functions/FunctionNumber.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNumber.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONNUMBER_HPP diff --git a/include/xqilla/functions/FunctionOneOrMore.hpp b/include/xqilla/functions/FunctionOneOrMore.hpp index 54ed549b..8b1af274 100644 --- a/include/xqilla/functions/FunctionOneOrMore.hpp +++ b/include/xqilla/functions/FunctionOneOrMore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionOneOrMore.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONONEORMORE_HPP diff --git a/include/xqilla/functions/FunctionParseHTML.hpp b/include/xqilla/functions/FunctionParseHTML.hpp index 50d41d5c..f09e8540 100644 --- a/include/xqilla/functions/FunctionParseHTML.hpp +++ b/include/xqilla/functions/FunctionParseHTML.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseHTML.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPARSEHTML_HPP diff --git a/include/xqilla/functions/FunctionParseJSON.hpp b/include/xqilla/functions/FunctionParseJSON.hpp index f494e71e..e0118380 100644 --- a/include/xqilla/functions/FunctionParseJSON.hpp +++ b/include/xqilla/functions/FunctionParseJSON.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseJSON.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPARSEJSON_HPP diff --git a/include/xqilla/functions/FunctionParseXML.hpp b/include/xqilla/functions/FunctionParseXML.hpp index 9eddcea6..130c3d3f 100644 --- a/include/xqilla/functions/FunctionParseXML.hpp +++ b/include/xqilla/functions/FunctionParseXML.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseXML.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPARSEXML_HPP diff --git a/include/xqilla/functions/FunctionPartialApply.hpp b/include/xqilla/functions/FunctionPartialApply.hpp index 8e1be35a..fa652e19 100644 --- a/include/xqilla/functions/FunctionPartialApply.hpp +++ b/include/xqilla/functions/FunctionPartialApply.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPartialApply.hpp 681 2008-11-25 10:57:27Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPARTIALAPPLY_HPP diff --git a/include/xqilla/functions/FunctionPosition.hpp b/include/xqilla/functions/FunctionPosition.hpp index ee3f8171..9a520028 100644 --- a/include/xqilla/functions/FunctionPosition.hpp +++ b/include/xqilla/functions/FunctionPosition.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPosition.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPOSITION_HPP diff --git a/include/xqilla/functions/FunctionPrefixFromQName.hpp b/include/xqilla/functions/FunctionPrefixFromQName.hpp index 280ab260..19197183 100644 --- a/include/xqilla/functions/FunctionPrefixFromQName.hpp +++ b/include/xqilla/functions/FunctionPrefixFromQName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPrefixFromQName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionQName.hpp b/include/xqilla/functions/FunctionQName.hpp index 9a5a7d16..400385d7 100644 --- a/include/xqilla/functions/FunctionQName.hpp +++ b/include/xqilla/functions/FunctionQName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionQName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionRegexGroup.hpp b/include/xqilla/functions/FunctionRegexGroup.hpp index 3cfb502e..29ba33ac 100644 --- a/include/xqilla/functions/FunctionRegexGroup.hpp +++ b/include/xqilla/functions/FunctionRegexGroup.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRegexGroup.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONREGEXGROUP_HPP diff --git a/include/xqilla/functions/FunctionRemove.hpp b/include/xqilla/functions/FunctionRemove.hpp index 5e4944b2..366cf530 100644 --- a/include/xqilla/functions/FunctionRemove.hpp +++ b/include/xqilla/functions/FunctionRemove.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRemove.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONREMOVE_HPP diff --git a/include/xqilla/functions/FunctionReplace.hpp b/include/xqilla/functions/FunctionReplace.hpp index 81581eb3..29667745 100644 --- a/include/xqilla/functions/FunctionReplace.hpp +++ b/include/xqilla/functions/FunctionReplace.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionReplace.hpp 480 2008-01-29 02:25:38Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONREPLACE_HPP diff --git a/include/xqilla/functions/FunctionResolveQName.hpp b/include/xqilla/functions/FunctionResolveQName.hpp index 7fe9dcda..d9d4cf22 100644 --- a/include/xqilla/functions/FunctionResolveQName.hpp +++ b/include/xqilla/functions/FunctionResolveQName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionResolveQName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionResolveURI.hpp b/include/xqilla/functions/FunctionResolveURI.hpp index 784fa214..d8721240 100644 --- a/include/xqilla/functions/FunctionResolveURI.hpp +++ b/include/xqilla/functions/FunctionResolveURI.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionResolveURI.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ diff --git a/include/xqilla/functions/FunctionReverse.hpp b/include/xqilla/functions/FunctionReverse.hpp index 6fa03594..5912f705 100644 --- a/include/xqilla/functions/FunctionReverse.hpp +++ b/include/xqilla/functions/FunctionReverse.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionReverse.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionRoot.hpp b/include/xqilla/functions/FunctionRoot.hpp index 0e5c9d96..0fc0f7b2 100644 --- a/include/xqilla/functions/FunctionRoot.hpp +++ b/include/xqilla/functions/FunctionRoot.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRoot.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionRound.hpp b/include/xqilla/functions/FunctionRound.hpp index 460644f7..876bf9d4 100644 --- a/include/xqilla/functions/FunctionRound.hpp +++ b/include/xqilla/functions/FunctionRound.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRound.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionRoundHalfToEven.hpp b/include/xqilla/functions/FunctionRoundHalfToEven.hpp index 60d5e33a..a128fb55 100644 --- a/include/xqilla/functions/FunctionRoundHalfToEven.hpp +++ b/include/xqilla/functions/FunctionRoundHalfToEven.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRoundHalfToEven.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSecondsFromDateTime.hpp b/include/xqilla/functions/FunctionSecondsFromDateTime.hpp index 0c47e899..da06e5a0 100644 --- a/include/xqilla/functions/FunctionSecondsFromDateTime.hpp +++ b/include/xqilla/functions/FunctionSecondsFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETSECONDSFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionSecondsFromDuration.hpp b/include/xqilla/functions/FunctionSecondsFromDuration.hpp index ed23d07a..8403349b 100644 --- a/include/xqilla/functions/FunctionSecondsFromDuration.hpp +++ b/include/xqilla/functions/FunctionSecondsFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSecondsFromTime.hpp b/include/xqilla/functions/FunctionSecondsFromTime.hpp index ec8d0f4f..68931cf8 100644 --- a/include/xqilla/functions/FunctionSecondsFromTime.hpp +++ b/include/xqilla/functions/FunctionSecondsFromTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETSECONDSFROMTIME_HPP diff --git a/include/xqilla/functions/FunctionSerializeJSON.hpp b/include/xqilla/functions/FunctionSerializeJSON.hpp index 932ddee1..77e41d08 100644 --- a/include/xqilla/functions/FunctionSerializeJSON.hpp +++ b/include/xqilla/functions/FunctionSerializeJSON.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSerializeJSON.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONSERIALIZEJSON_HPP diff --git a/include/xqilla/functions/FunctionStartsWith.hpp b/include/xqilla/functions/FunctionStartsWith.hpp index ec59030e..dcdeee17 100644 --- a/include/xqilla/functions/FunctionStartsWith.hpp +++ b/include/xqilla/functions/FunctionStartsWith.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStartsWith.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionStaticBaseURI.hpp b/include/xqilla/functions/FunctionStaticBaseURI.hpp index 021287db..62bdce2e 100644 --- a/include/xqilla/functions/FunctionStaticBaseURI.hpp +++ b/include/xqilla/functions/FunctionStaticBaseURI.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStaticBaseURI.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionString.hpp b/include/xqilla/functions/FunctionString.hpp index 34deb759..daf95595 100644 --- a/include/xqilla/functions/FunctionString.hpp +++ b/include/xqilla/functions/FunctionString.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionString.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONSTRING_HPP diff --git a/include/xqilla/functions/FunctionStringJoin.hpp b/include/xqilla/functions/FunctionStringJoin.hpp index c066a949..f8763206 100644 --- a/include/xqilla/functions/FunctionStringJoin.hpp +++ b/include/xqilla/functions/FunctionStringJoin.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringJoin.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionStringLength.hpp b/include/xqilla/functions/FunctionStringLength.hpp index b2d76738..5af187fe 100644 --- a/include/xqilla/functions/FunctionStringLength.hpp +++ b/include/xqilla/functions/FunctionStringLength.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringLength.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONSTRINGLENGTH_HPP diff --git a/include/xqilla/functions/FunctionStringToCodepoints.hpp b/include/xqilla/functions/FunctionStringToCodepoints.hpp index e9154acb..b4fa05a2 100644 --- a/include/xqilla/functions/FunctionStringToCodepoints.hpp +++ b/include/xqilla/functions/FunctionStringToCodepoints.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringToCodepoints.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSubsequence.hpp b/include/xqilla/functions/FunctionSubsequence.hpp index c1b4c78d..5c5c62ff 100644 --- a/include/xqilla/functions/FunctionSubsequence.hpp +++ b/include/xqilla/functions/FunctionSubsequence.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubsequence.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONSUBSEQUENCE_HPP diff --git a/include/xqilla/functions/FunctionSubstring.hpp b/include/xqilla/functions/FunctionSubstring.hpp index 8de0aa83..667ba13f 100644 --- a/include/xqilla/functions/FunctionSubstring.hpp +++ b/include/xqilla/functions/FunctionSubstring.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstring.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSubstringAfter.hpp b/include/xqilla/functions/FunctionSubstringAfter.hpp index 6208a0ef..898644e3 100644 --- a/include/xqilla/functions/FunctionSubstringAfter.hpp +++ b/include/xqilla/functions/FunctionSubstringAfter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstringAfter.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSubstringBefore.hpp b/include/xqilla/functions/FunctionSubstringBefore.hpp index 2fc43d20..e26292e8 100644 --- a/include/xqilla/functions/FunctionSubstringBefore.hpp +++ b/include/xqilla/functions/FunctionSubstringBefore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstringBefore.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionSum.hpp b/include/xqilla/functions/FunctionSum.hpp index 73f8ca12..8bec8a01 100644 --- a/include/xqilla/functions/FunctionSum.hpp +++ b/include/xqilla/functions/FunctionSum.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSum.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/functions/FunctionTime.hpp b/include/xqilla/functions/FunctionTime.hpp index 1dab6d0b..1224729d 100644 --- a/include/xqilla/functions/FunctionTime.hpp +++ b/include/xqilla/functions/FunctionTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONTIME_HPP diff --git a/include/xqilla/functions/FunctionTimezoneFromDate.hpp b/include/xqilla/functions/FunctionTimezoneFromDate.hpp index 091197e1..7b645e40 100644 --- a/include/xqilla/functions/FunctionTimezoneFromDate.hpp +++ b/include/xqilla/functions/FunctionTimezoneFromDate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromDate.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETTIMEZONEFROMDATE_HPP diff --git a/include/xqilla/functions/FunctionTimezoneFromDateTime.hpp b/include/xqilla/functions/FunctionTimezoneFromDateTime.hpp index 363fc06a..1411f9e1 100644 --- a/include/xqilla/functions/FunctionTimezoneFromDateTime.hpp +++ b/include/xqilla/functions/FunctionTimezoneFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromDateTime.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETTIMEZONEFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionTimezoneFromTime.hpp b/include/xqilla/functions/FunctionTimezoneFromTime.hpp index 9691686c..54fdcd65 100644 --- a/include/xqilla/functions/FunctionTimezoneFromTime.hpp +++ b/include/xqilla/functions/FunctionTimezoneFromTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromTime.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETTIMEZONEFROMTIME_HPP diff --git a/include/xqilla/functions/FunctionTokenize.hpp b/include/xqilla/functions/FunctionTokenize.hpp index 7c61822d..bfb878fe 100644 --- a/include/xqilla/functions/FunctionTokenize.hpp +++ b/include/xqilla/functions/FunctionTokenize.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTokenize.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONTOKENIZE_HPP diff --git a/include/xqilla/functions/FunctionTrace.hpp b/include/xqilla/functions/FunctionTrace.hpp index 4ca27110..743d1d3c 100644 --- a/include/xqilla/functions/FunctionTrace.hpp +++ b/include/xqilla/functions/FunctionTrace.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTrace.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONTRACE_HPP diff --git a/include/xqilla/functions/FunctionTranslate.hpp b/include/xqilla/functions/FunctionTranslate.hpp index 5133e64a..58f9dfd5 100644 --- a/include/xqilla/functions/FunctionTranslate.hpp +++ b/include/xqilla/functions/FunctionTranslate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTranslate.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONTRANSLATE_HPP diff --git a/include/xqilla/functions/FunctionTrue.hpp b/include/xqilla/functions/FunctionTrue.hpp index d0530262..546f04de 100644 --- a/include/xqilla/functions/FunctionTrue.hpp +++ b/include/xqilla/functions/FunctionTrue.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTrue.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONTRUE_HPP diff --git a/include/xqilla/functions/FunctionUnordered.hpp b/include/xqilla/functions/FunctionUnordered.hpp index 5b0efcc2..a526600b 100644 --- a/include/xqilla/functions/FunctionUnordered.hpp +++ b/include/xqilla/functions/FunctionUnordered.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUnordered.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONUNORDERED_HPP diff --git a/include/xqilla/functions/FunctionUnparsedText.hpp b/include/xqilla/functions/FunctionUnparsedText.hpp index 00268e38..077c3809 100644 --- a/include/xqilla/functions/FunctionUnparsedText.hpp +++ b/include/xqilla/functions/FunctionUnparsedText.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUnparsedText.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONUNPARSEDTEXT_HPP diff --git a/include/xqilla/functions/FunctionUpperCase.hpp b/include/xqilla/functions/FunctionUpperCase.hpp index ab7435ed..9c67cbfc 100644 --- a/include/xqilla/functions/FunctionUpperCase.hpp +++ b/include/xqilla/functions/FunctionUpperCase.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUpperCase.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONUPPERCASE_HPP diff --git a/include/xqilla/functions/FunctionYearFromDate.hpp b/include/xqilla/functions/FunctionYearFromDate.hpp index 68607d2c..30bec228 100644 --- a/include/xqilla/functions/FunctionYearFromDate.hpp +++ b/include/xqilla/functions/FunctionYearFromDate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearFromDate.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETYEARFROMDATE_HPP diff --git a/include/xqilla/functions/FunctionYearFromDateTime.hpp b/include/xqilla/functions/FunctionYearFromDateTime.hpp index 7575dbc6..50e160e3 100644 --- a/include/xqilla/functions/FunctionYearFromDateTime.hpp +++ b/include/xqilla/functions/FunctionYearFromDateTime.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearFromDateTime.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETYEARFROMDATETIME_HPP diff --git a/include/xqilla/functions/FunctionYearsFromDuration.hpp b/include/xqilla/functions/FunctionYearsFromDuration.hpp index e2e1905b..edd76e63 100644 --- a/include/xqilla/functions/FunctionYearsFromDuration.hpp +++ b/include/xqilla/functions/FunctionYearsFromDuration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearsFromDuration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONGETYEARSFROMYEARMONTHDURATION_HPP diff --git a/include/xqilla/functions/FunctionZeroOrOne.hpp b/include/xqilla/functions/FunctionZeroOrOne.hpp index e801c278..00c659c6 100644 --- a/include/xqilla/functions/FunctionZeroOrOne.hpp +++ b/include/xqilla/functions/FunctionZeroOrOne.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionZeroOrOne.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONZEROORONE_HPP diff --git a/include/xqilla/functions/XQUserFunction.hpp b/include/xqilla/functions/XQUserFunction.hpp index 00756a50..412e88a9 100644 --- a/include/xqilla/functions/XQUserFunction.hpp +++ b/include/xqilla/functions/XQUserFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQUserFunction.hpp 680 2008-11-24 16:02:25Z jpcs $ + * $Id$ */ #ifndef XQUSERFUNCTION_HPP diff --git a/include/xqilla/functions/XQillaFunction.hpp b/include/xqilla/functions/XQillaFunction.hpp index a6f352d1..0f01b98a 100644 --- a/include/xqilla/functions/XQillaFunction.hpp +++ b/include/xqilla/functions/XQillaFunction.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaFunction.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef XQILLAFUNCTION_HPP diff --git a/include/xqilla/items/ATAnySimpleType.hpp b/include/xqilla/items/ATAnySimpleType.hpp index 12b1c7cd..3923e4ba 100644 --- a/include/xqilla/items/ATAnySimpleType.hpp +++ b/include/xqilla/items/ATAnySimpleType.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnySimpleType.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATANYSIMPLETYPE_HPP diff --git a/include/xqilla/items/ATAnyURIOrDerived.hpp b/include/xqilla/items/ATAnyURIOrDerived.hpp index a5ab615d..b1df7e6b 100644 --- a/include/xqilla/items/ATAnyURIOrDerived.hpp +++ b/include/xqilla/items/ATAnyURIOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnyURIOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATANYURIORDERIVED_HPP diff --git a/include/xqilla/items/ATBase64BinaryOrDerived.hpp b/include/xqilla/items/ATBase64BinaryOrDerived.hpp index c4f51b5f..26066806 100644 --- a/include/xqilla/items/ATBase64BinaryOrDerived.hpp +++ b/include/xqilla/items/ATBase64BinaryOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBase64BinaryOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATBASE64BINARYORDERIVED_HPP diff --git a/include/xqilla/items/ATBooleanOrDerived.hpp b/include/xqilla/items/ATBooleanOrDerived.hpp index b603e9d2..aee96f44 100644 --- a/include/xqilla/items/ATBooleanOrDerived.hpp +++ b/include/xqilla/items/ATBooleanOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBooleanOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATBOOLEANORDERIVED_HPP diff --git a/include/xqilla/items/ATDateOrDerived.hpp b/include/xqilla/items/ATDateOrDerived.hpp index b7d9ee8a..27b82f01 100644 --- a/include/xqilla/items/ATDateOrDerived.hpp +++ b/include/xqilla/items/ATDateOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDATEORDERIVED_HPP diff --git a/include/xqilla/items/ATDateTimeOrDerived.hpp b/include/xqilla/items/ATDateTimeOrDerived.hpp index 3d3596ae..095df18a 100644 --- a/include/xqilla/items/ATDateTimeOrDerived.hpp +++ b/include/xqilla/items/ATDateTimeOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateTimeOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDATETIMEORDERIVED_HPP diff --git a/include/xqilla/items/ATDecimalOrDerived.hpp b/include/xqilla/items/ATDecimalOrDerived.hpp index 33a7ed83..02fa6be0 100644 --- a/include/xqilla/items/ATDecimalOrDerived.hpp +++ b/include/xqilla/items/ATDecimalOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDecimalOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDECIMALORDERIVED_HPP diff --git a/include/xqilla/items/ATDoubleOrDerived.hpp b/include/xqilla/items/ATDoubleOrDerived.hpp index 1fdc9e10..3cf2bc0b 100644 --- a/include/xqilla/items/ATDoubleOrDerived.hpp +++ b/include/xqilla/items/ATDoubleOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDoubleOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDOUBLEORDERIVED_HPP diff --git a/include/xqilla/items/ATDurationOrDerived.hpp b/include/xqilla/items/ATDurationOrDerived.hpp index 33c5add8..27439fb1 100644 --- a/include/xqilla/items/ATDurationOrDerived.hpp +++ b/include/xqilla/items/ATDurationOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDurationOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDURATIONORDERIVED_HPP diff --git a/include/xqilla/items/ATFloatOrDerived.hpp b/include/xqilla/items/ATFloatOrDerived.hpp index a67cc013..17514a35 100644 --- a/include/xqilla/items/ATFloatOrDerived.hpp +++ b/include/xqilla/items/ATFloatOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATFloatOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATFLOATORDERIVED_HPP diff --git a/include/xqilla/items/ATGDayOrDerived.hpp b/include/xqilla/items/ATGDayOrDerived.hpp index a20dac39..fe61cbea 100644 --- a/include/xqilla/items/ATGDayOrDerived.hpp +++ b/include/xqilla/items/ATGDayOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGDayOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGDAYORDERIVED_HPP diff --git a/include/xqilla/items/ATGMonthDayOrDerived.hpp b/include/xqilla/items/ATGMonthDayOrDerived.hpp index d985232d..6e03e2ec 100644 --- a/include/xqilla/items/ATGMonthDayOrDerived.hpp +++ b/include/xqilla/items/ATGMonthDayOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthDayOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGMONTHDAYORDERIVED_HPP diff --git a/include/xqilla/items/ATGMonthOrDerived.hpp b/include/xqilla/items/ATGMonthOrDerived.hpp index 2c183d1d..702bca23 100644 --- a/include/xqilla/items/ATGMonthOrDerived.hpp +++ b/include/xqilla/items/ATGMonthOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGMONTHORDERIVED_HPP diff --git a/include/xqilla/items/ATGYearMonthOrDerived.hpp b/include/xqilla/items/ATGYearMonthOrDerived.hpp index 69895eb5..72188c7e 100644 --- a/include/xqilla/items/ATGYearMonthOrDerived.hpp +++ b/include/xqilla/items/ATGYearMonthOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearMonthOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGYEARMONTHORDERIVED_HPP diff --git a/include/xqilla/items/ATGYearOrDerived.hpp b/include/xqilla/items/ATGYearOrDerived.hpp index 3ed8e8a5..cdcb2487 100644 --- a/include/xqilla/items/ATGYearOrDerived.hpp +++ b/include/xqilla/items/ATGYearOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGYEARORDERIVED_HPP diff --git a/include/xqilla/items/ATHexBinaryOrDerived.hpp b/include/xqilla/items/ATHexBinaryOrDerived.hpp index 379fd133..517d96a0 100644 --- a/include/xqilla/items/ATHexBinaryOrDerived.hpp +++ b/include/xqilla/items/ATHexBinaryOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATHexBinaryOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATHEXBINARYORDERIVED_HPP diff --git a/include/xqilla/items/ATNotationOrDerived.hpp b/include/xqilla/items/ATNotationOrDerived.hpp index 43a4d752..24d6ba35 100644 --- a/include/xqilla/items/ATNotationOrDerived.hpp +++ b/include/xqilla/items/ATNotationOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATNotationOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATNOTATIONORDERIVED_HPP diff --git a/include/xqilla/items/ATQNameOrDerived.hpp b/include/xqilla/items/ATQNameOrDerived.hpp index 1b57850d..b1425dc5 100644 --- a/include/xqilla/items/ATQNameOrDerived.hpp +++ b/include/xqilla/items/ATQNameOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATQNameOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATQNAMEORDERIVED_HPP diff --git a/include/xqilla/items/ATStringOrDerived.hpp b/include/xqilla/items/ATStringOrDerived.hpp index f9d4169c..e8271e07 100644 --- a/include/xqilla/items/ATStringOrDerived.hpp +++ b/include/xqilla/items/ATStringOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATStringOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATSTRINGORDERIVED_HPP diff --git a/include/xqilla/items/ATTimeOrDerived.hpp b/include/xqilla/items/ATTimeOrDerived.hpp index 031c8312..fbb6f94d 100644 --- a/include/xqilla/items/ATTimeOrDerived.hpp +++ b/include/xqilla/items/ATTimeOrDerived.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATTimeOrDerived.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATTIMEORDERIVED_HPP diff --git a/include/xqilla/items/ATUntypedAtomic.hpp b/include/xqilla/items/ATUntypedAtomic.hpp index 83337eac..a9b3ff50 100644 --- a/include/xqilla/items/ATUntypedAtomic.hpp +++ b/include/xqilla/items/ATUntypedAtomic.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATUntypedAtomic.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATUNTYPEDATOMIC_HPP diff --git a/include/xqilla/items/AnyAtomicType.hpp b/include/xqilla/items/AnyAtomicType.hpp index ef8f6eb4..0194014d 100644 --- a/include/xqilla/items/AnyAtomicType.hpp +++ b/include/xqilla/items/AnyAtomicType.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AnyAtomicType.hpp 547 2008-06-06 14:41:18Z jpcs $ + * $Id$ */ #ifndef _ANYATOMICTYPE_HPP diff --git a/include/xqilla/items/DatatypeFactory.hpp b/include/xqilla/items/DatatypeFactory.hpp index 2d0ef6e8..bfe31300 100644 --- a/include/xqilla/items/DatatypeFactory.hpp +++ b/include/xqilla/items/DatatypeFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DatatypeFactory.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/items/DatatypeLookup.hpp b/include/xqilla/items/DatatypeLookup.hpp index 277aaf56..830dcff0 100644 --- a/include/xqilla/items/DatatypeLookup.hpp +++ b/include/xqilla/items/DatatypeLookup.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DatatypeLookup.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _DATATYPELOOKUP_HPP diff --git a/include/xqilla/items/DateOrTimeType.hpp b/include/xqilla/items/DateOrTimeType.hpp index 22c8b967..c64dd429 100644 --- a/include/xqilla/items/DateOrTimeType.hpp +++ b/include/xqilla/items/DateOrTimeType.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DateOrTimeType.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _DATEORTIMETYPE_HPP diff --git a/include/xqilla/items/FunctionRef.hpp b/include/xqilla/items/FunctionRef.hpp index bb1dd4f2..8c47b542 100644 --- a/include/xqilla/items/FunctionRef.hpp +++ b/include/xqilla/items/FunctionRef.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRef.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _XQILLAFUNCTIONREF_HPP diff --git a/include/xqilla/items/Item.hpp b/include/xqilla/items/Item.hpp index 29ba37bf..2ea74f87 100644 --- a/include/xqilla/items/Item.hpp +++ b/include/xqilla/items/Item.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Item.hpp 547 2008-06-06 14:41:18Z jpcs $ + * $Id$ */ #ifndef _ITEM_HPP diff --git a/include/xqilla/items/Node.hpp b/include/xqilla/items/Node.hpp index 32aa95f8..ab6b2680 100644 --- a/include/xqilla/items/Node.hpp +++ b/include/xqilla/items/Node.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Node.hpp 547 2008-06-06 14:41:18Z jpcs $ + * $Id$ */ #ifndef _XQILLANODE_HPP diff --git a/include/xqilla/items/Numeric.hpp b/include/xqilla/items/Numeric.hpp index 9fc3b1de..92adbbbc 100644 --- a/include/xqilla/items/Numeric.hpp +++ b/include/xqilla/items/Numeric.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Numeric.hpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #ifndef __NUMERIC_HPP diff --git a/include/xqilla/items/Timezone.hpp b/include/xqilla/items/Timezone.hpp index 0c39e52b..2250591e 100644 --- a/include/xqilla/items/Timezone.hpp +++ b/include/xqilla/items/Timezone.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Timezone.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TZONE_HPP diff --git a/include/xqilla/items/impl/ATBooleanOrDerivedImpl.hpp b/include/xqilla/items/impl/ATBooleanOrDerivedImpl.hpp index 42e067ab..855a358d 100644 --- a/include/xqilla/items/impl/ATBooleanOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATBooleanOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBooleanOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATBOOLEANORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATDateOrDerivedImpl.hpp b/include/xqilla/items/impl/ATDateOrDerivedImpl.hpp index bae8dee7..70e2fe50 100644 --- a/include/xqilla/items/impl/ATDateOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATDateOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDATEORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATDateTimeOrDerivedImpl.hpp b/include/xqilla/items/impl/ATDateTimeOrDerivedImpl.hpp index 3a41ee2d..9e15251c 100644 --- a/include/xqilla/items/impl/ATDateTimeOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATDateTimeOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateTimeOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDATETIMEORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATDecimalOrDerivedImpl.hpp b/include/xqilla/items/impl/ATDecimalOrDerivedImpl.hpp index 83d5d202..e0881e23 100644 --- a/include/xqilla/items/impl/ATDecimalOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATDecimalOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDecimalOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDECIMALORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATDoubleOrDerivedImpl.hpp b/include/xqilla/items/impl/ATDoubleOrDerivedImpl.hpp index c2310387..e41927f1 100644 --- a/include/xqilla/items/impl/ATDoubleOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATDoubleOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDoubleOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDOUBLEORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATDurationOrDerivedImpl.hpp b/include/xqilla/items/impl/ATDurationOrDerivedImpl.hpp index d5d2a895..df5ad2d6 100644 --- a/include/xqilla/items/impl/ATDurationOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATDurationOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDurationOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATDURATIONORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATFloatOrDerivedImpl.hpp b/include/xqilla/items/impl/ATFloatOrDerivedImpl.hpp index 69aed81d..bb08a8f6 100644 --- a/include/xqilla/items/impl/ATFloatOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATFloatOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATFloatOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATFLOATORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATGDayOrDerivedImpl.hpp b/include/xqilla/items/impl/ATGDayOrDerivedImpl.hpp index 8b2282df..4e1dc829 100644 --- a/include/xqilla/items/impl/ATGDayOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATGDayOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGDayOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGDAYORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATGMonthDayOrDerivedImpl.hpp b/include/xqilla/items/impl/ATGMonthDayOrDerivedImpl.hpp index 79d4e19a..57421b14 100644 --- a/include/xqilla/items/impl/ATGMonthDayOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATGMonthDayOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthDayOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGMONTHDAYORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATGMonthOrDerivedImpl.hpp b/include/xqilla/items/impl/ATGMonthOrDerivedImpl.hpp index ee93d19d..9e60087e 100644 --- a/include/xqilla/items/impl/ATGMonthOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATGMonthOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGMONTHORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATGYearMonthOrDerivedImpl.hpp b/include/xqilla/items/impl/ATGYearMonthOrDerivedImpl.hpp index 83b00c38..28f89c21 100644 --- a/include/xqilla/items/impl/ATGYearMonthOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATGYearMonthOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearMonthOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGYEARMONTHORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATGYearOrDerivedImpl.hpp b/include/xqilla/items/impl/ATGYearOrDerivedImpl.hpp index 0028152a..14a38f10 100644 --- a/include/xqilla/items/impl/ATGYearOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATGYearOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATGYEARORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATQNameOrDerivedImpl.hpp b/include/xqilla/items/impl/ATQNameOrDerivedImpl.hpp index 3f000716..62832add 100644 --- a/include/xqilla/items/impl/ATQNameOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATQNameOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATQNameOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATQNAMEORDERIVEDIMPL_HPP diff --git a/include/xqilla/items/impl/ATTimeOrDerivedImpl.hpp b/include/xqilla/items/impl/ATTimeOrDerivedImpl.hpp index 8a4a870f..f527ae6f 100644 --- a/include/xqilla/items/impl/ATTimeOrDerivedImpl.hpp +++ b/include/xqilla/items/impl/ATTimeOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATTimeOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATTIMEORDERIVEDIMPL_HPP diff --git a/include/xqilla/operators/And.hpp b/include/xqilla/operators/And.hpp index c7d1a325..33cddd1e 100644 --- a/include/xqilla/operators/And.hpp +++ b/include/xqilla/operators/And.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: And.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _AND_HPP diff --git a/include/xqilla/operators/ArithmeticOperator.hpp b/include/xqilla/operators/ArithmeticOperator.hpp index a9b24720..a246b92a 100644 --- a/include/xqilla/operators/ArithmeticOperator.hpp +++ b/include/xqilla/operators/ArithmeticOperator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ArithmeticOperator.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _ARITHMETICOPERATOR_HPP diff --git a/include/xqilla/operators/ComparisonOperator.hpp b/include/xqilla/operators/ComparisonOperator.hpp index a732dbba..1036fa25 100644 --- a/include/xqilla/operators/ComparisonOperator.hpp +++ b/include/xqilla/operators/ComparisonOperator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ComparisonOperator.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _COMPARISONOPERATOR_HPP diff --git a/include/xqilla/operators/Divide.hpp b/include/xqilla/operators/Divide.hpp index 45f1ad12..fafce1da 100644 --- a/include/xqilla/operators/Divide.hpp +++ b/include/xqilla/operators/Divide.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Divide.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/Equals.hpp b/include/xqilla/operators/Equals.hpp index 8a07e42e..4bf2af73 100644 --- a/include/xqilla/operators/Equals.hpp +++ b/include/xqilla/operators/Equals.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Equals.hpp 643 2008-09-04 00:42:16Z jpcs $ + * $Id$ */ #ifndef _EQUALS_HPP diff --git a/include/xqilla/operators/Except.hpp b/include/xqilla/operators/Except.hpp index c0e3b879..2c8e9312 100644 --- a/include/xqilla/operators/Except.hpp +++ b/include/xqilla/operators/Except.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Except.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/GeneralComp.hpp b/include/xqilla/operators/GeneralComp.hpp index b5d290fb..862bbff2 100644 --- a/include/xqilla/operators/GeneralComp.hpp +++ b/include/xqilla/operators/GeneralComp.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GeneralComp.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/GreaterThan.hpp b/include/xqilla/operators/GreaterThan.hpp index 55ce9289..61f2013f 100644 --- a/include/xqilla/operators/GreaterThan.hpp +++ b/include/xqilla/operators/GreaterThan.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GreaterThan.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/GreaterThanEqual.hpp b/include/xqilla/operators/GreaterThanEqual.hpp index 4cf1c3b7..e423a644 100644 --- a/include/xqilla/operators/GreaterThanEqual.hpp +++ b/include/xqilla/operators/GreaterThanEqual.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GreaterThanEqual.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/IntegerDivide.hpp b/include/xqilla/operators/IntegerDivide.hpp index 394964d9..65698508 100644 --- a/include/xqilla/operators/IntegerDivide.hpp +++ b/include/xqilla/operators/IntegerDivide.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: IntegerDivide.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/Intersect.hpp b/include/xqilla/operators/Intersect.hpp index 234bb682..adb06e90 100644 --- a/include/xqilla/operators/Intersect.hpp +++ b/include/xqilla/operators/Intersect.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Intersect.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _INTERSECT_HPP diff --git a/include/xqilla/operators/LessThan.hpp b/include/xqilla/operators/LessThan.hpp index c5d87324..dcabaf88 100644 --- a/include/xqilla/operators/LessThan.hpp +++ b/include/xqilla/operators/LessThan.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LessThan.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/LessThanEqual.hpp b/include/xqilla/operators/LessThanEqual.hpp index 81c30474..bcccd674 100644 --- a/include/xqilla/operators/LessThanEqual.hpp +++ b/include/xqilla/operators/LessThanEqual.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LessThanEqual.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/Minus.hpp b/include/xqilla/operators/Minus.hpp index df3790cd..e7e3ddc5 100644 --- a/include/xqilla/operators/Minus.hpp +++ b/include/xqilla/operators/Minus.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Minus.hpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #ifndef _MINUS_HPP diff --git a/include/xqilla/operators/Mod.hpp b/include/xqilla/operators/Mod.hpp index ac5e008f..e4481c89 100644 --- a/include/xqilla/operators/Mod.hpp +++ b/include/xqilla/operators/Mod.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Mod.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/Multiply.hpp b/include/xqilla/operators/Multiply.hpp index 9ef0e248..e0afceb3 100644 --- a/include/xqilla/operators/Multiply.hpp +++ b/include/xqilla/operators/Multiply.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Multiply.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/NodeComparison.hpp b/include/xqilla/operators/NodeComparison.hpp index e26b32d9..85e401a0 100644 --- a/include/xqilla/operators/NodeComparison.hpp +++ b/include/xqilla/operators/NodeComparison.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NodeComparison.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _NODECOMPARISON_HPP diff --git a/include/xqilla/operators/NotEquals.hpp b/include/xqilla/operators/NotEquals.hpp index 55003273..cc3e98b4 100644 --- a/include/xqilla/operators/NotEquals.hpp +++ b/include/xqilla/operators/NotEquals.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NotEquals.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/operators/Or.hpp b/include/xqilla/operators/Or.hpp index de191199..b25ac0a3 100644 --- a/include/xqilla/operators/Or.hpp +++ b/include/xqilla/operators/Or.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Or.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _OR_HPP diff --git a/include/xqilla/operators/OrderComparison.hpp b/include/xqilla/operators/OrderComparison.hpp index c9dfc7b6..d5624d81 100644 --- a/include/xqilla/operators/OrderComparison.hpp +++ b/include/xqilla/operators/OrderComparison.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: OrderComparison.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _ORDERCOMPARISON_HPP diff --git a/include/xqilla/operators/Plus.hpp b/include/xqilla/operators/Plus.hpp index c920aecc..1ad1ff87 100644 --- a/include/xqilla/operators/Plus.hpp +++ b/include/xqilla/operators/Plus.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Plus.hpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #ifndef _PLUS_HPP diff --git a/include/xqilla/operators/Range.hpp b/include/xqilla/operators/Range.hpp index 61cc0f10..11d61ce5 100644 --- a/include/xqilla/operators/Range.hpp +++ b/include/xqilla/operators/Range.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Range.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _RANGE_HPP diff --git a/include/xqilla/operators/UnaryMinus.hpp b/include/xqilla/operators/UnaryMinus.hpp index 30ddb410..797fb9df 100644 --- a/include/xqilla/operators/UnaryMinus.hpp +++ b/include/xqilla/operators/UnaryMinus.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UnaryMinus.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UNARYMINUS_HPP diff --git a/include/xqilla/operators/Union.hpp b/include/xqilla/operators/Union.hpp index 5f061837..bbb0761e 100644 --- a/include/xqilla/operators/Union.hpp +++ b/include/xqilla/operators/Union.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Union.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ /* diff --git a/include/xqilla/optimizer/ASTVisitor.hpp b/include/xqilla/optimizer/ASTVisitor.hpp index 634d4aa7..fbaee175 100644 --- a/include/xqilla/optimizer/ASTVisitor.hpp +++ b/include/xqilla/optimizer/ASTVisitor.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTVisitor.hpp 652 2008-10-01 00:08:53Z jpcs $ + * $Id$ */ #ifndef _ASTVISITOR_HPP diff --git a/include/xqilla/optimizer/Optimizer.hpp b/include/xqilla/optimizer/Optimizer.hpp index f0b3d51b..e8a8f2cf 100644 --- a/include/xqilla/optimizer/Optimizer.hpp +++ b/include/xqilla/optimizer/Optimizer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Optimizer.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _OPTIMIZER_HPP diff --git a/include/xqilla/optimizer/QueryPathNode.hpp b/include/xqilla/optimizer/QueryPathNode.hpp index 4764dd2b..9f556d1f 100644 --- a/include/xqilla/optimizer/QueryPathNode.hpp +++ b/include/xqilla/optimizer/QueryPathNode.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathNode.hpp 614 2008-08-22 14:16:14Z lauren_foutz $ + * $Id$ */ #ifndef _QUERYPATHNODE_HPP diff --git a/include/xqilla/optimizer/QueryPathTreeGenerator.hpp b/include/xqilla/optimizer/QueryPathTreeGenerator.hpp index feaa34f2..50817662 100644 --- a/include/xqilla/optimizer/QueryPathTreeGenerator.hpp +++ b/include/xqilla/optimizer/QueryPathTreeGenerator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathTreeGenerator.hpp 669 2008-10-09 12:30:35Z lauren_foutz $ + * $Id$ */ #ifndef _QUERYPATHTREEGENERATOR_HPP diff --git a/include/xqilla/parser/QName.hpp b/include/xqilla/parser/QName.hpp index 0ad2de74..ee1c5c1c 100644 --- a/include/xqilla/parser/QName.hpp +++ b/include/xqilla/parser/QName.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QName.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _QNAME_HPP diff --git a/include/xqilla/runtime/ClosureResult.hpp b/include/xqilla/runtime/ClosureResult.hpp index e820194f..6b2e08ae 100644 --- a/include/xqilla/runtime/ClosureResult.hpp +++ b/include/xqilla/runtime/ClosureResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ClosureResult.hpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifndef _CLOSURERESULT_HPP diff --git a/include/xqilla/runtime/EmptyResult.hpp b/include/xqilla/runtime/EmptyResult.hpp index 5aae0986..a481ed89 100644 --- a/include/xqilla/runtime/EmptyResult.hpp +++ b/include/xqilla/runtime/EmptyResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EmptyResult.hpp 634 2008-08-28 00:46:37Z jpcs $ + * $Id$ */ #ifndef _EMPTYRESULT_HPP diff --git a/include/xqilla/runtime/LazySequenceResult.hpp b/include/xqilla/runtime/LazySequenceResult.hpp index 8ee2b21f..4432fd97 100644 --- a/include/xqilla/runtime/LazySequenceResult.hpp +++ b/include/xqilla/runtime/LazySequenceResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LazySequenceResult.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _LAZYSEQUENCERESULT_HPP diff --git a/include/xqilla/runtime/Result.hpp b/include/xqilla/runtime/Result.hpp index 6b7de3ca..17cc7333 100644 --- a/include/xqilla/runtime/Result.hpp +++ b/include/xqilla/runtime/Result.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Result.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _RESULT_HPP diff --git a/include/xqilla/runtime/ResultBuffer.hpp b/include/xqilla/runtime/ResultBuffer.hpp index 806ff87d..331edc38 100644 --- a/include/xqilla/runtime/ResultBuffer.hpp +++ b/include/xqilla/runtime/ResultBuffer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultBuffer.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _RESULTBUFFER_HPP diff --git a/include/xqilla/runtime/ResultBufferImpl.hpp b/include/xqilla/runtime/ResultBufferImpl.hpp index 43e8358b..b13a321b 100644 --- a/include/xqilla/runtime/ResultBufferImpl.hpp +++ b/include/xqilla/runtime/ResultBufferImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultBufferImpl.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _RESULTBUFFERIMPL_HPP diff --git a/include/xqilla/runtime/ResultImpl.hpp b/include/xqilla/runtime/ResultImpl.hpp index cfbdc77d..4c2fe0d8 100644 --- a/include/xqilla/runtime/ResultImpl.hpp +++ b/include/xqilla/runtime/ResultImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultImpl.hpp 634 2008-08-28 00:46:37Z jpcs $ + * $Id$ */ #ifndef _RESULTIMPL_HPP diff --git a/include/xqilla/runtime/Sequence.hpp b/include/xqilla/runtime/Sequence.hpp index 0e6a3900..ffa0bc42 100644 --- a/include/xqilla/runtime/Sequence.hpp +++ b/include/xqilla/runtime/Sequence.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Sequence.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _SEQUENCE_HPP diff --git a/include/xqilla/runtime/SequenceResult.hpp b/include/xqilla/runtime/SequenceResult.hpp index 26de3717..e226ad7d 100644 --- a/include/xqilla/runtime/SequenceResult.hpp +++ b/include/xqilla/runtime/SequenceResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SequenceResult.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _SEQUENCERESULT_HPP diff --git a/include/xqilla/runtime/SingleResult.hpp b/include/xqilla/runtime/SingleResult.hpp index 75ec004c..906a73e7 100644 --- a/include/xqilla/runtime/SingleResult.hpp +++ b/include/xqilla/runtime/SingleResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SingleResult.hpp 593 2008-08-14 21:21:17Z jpcs $ + * $Id$ */ #ifndef _SINGLERESULT_HPP diff --git a/include/xqilla/runtime/TupleResult.hpp b/include/xqilla/runtime/TupleResult.hpp index 47d043a1..8a7b89d9 100644 --- a/include/xqilla/runtime/TupleResult.hpp +++ b/include/xqilla/runtime/TupleResult.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TupleResult.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef TUPLERESULT_HPP diff --git a/include/xqilla/schema/AnyAtomicTypeDatatypeValidator.hpp b/include/xqilla/schema/AnyAtomicTypeDatatypeValidator.hpp index 751c103a..8f4d06f5 100644 --- a/include/xqilla/schema/AnyAtomicTypeDatatypeValidator.hpp +++ b/include/xqilla/schema/AnyAtomicTypeDatatypeValidator.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AnyAtomicTypeDatatypeValidator.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include diff --git a/include/xqilla/schema/DocumentCache.hpp b/include/xqilla/schema/DocumentCache.hpp index 69465881..1f784096 100644 --- a/include/xqilla/schema/DocumentCache.hpp +++ b/include/xqilla/schema/DocumentCache.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DocumentCache.hpp 576 2008-08-08 00:19:59Z jpcs $ + * $Id$ */ #ifndef _DOCUMENTCACHE_HPP diff --git a/include/xqilla/schema/DocumentCacheImpl.hpp b/include/xqilla/schema/DocumentCacheImpl.hpp index 7855dfe1..ab5acc4b 100644 --- a/include/xqilla/schema/DocumentCacheImpl.hpp +++ b/include/xqilla/schema/DocumentCacheImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DocumentCacheImpl.hpp 667 2008-10-09 01:11:04Z jpcs $ + * $Id$ */ #ifndef _DOCUMENTCACHEIMPL_HPP diff --git a/include/xqilla/schema/SchemaValidatorFilter.hpp b/include/xqilla/schema/SchemaValidatorFilter.hpp index ab952929..a95029ef 100644 --- a/include/xqilla/schema/SchemaValidatorFilter.hpp +++ b/include/xqilla/schema/SchemaValidatorFilter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SchemaValidatorFilter.hpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #ifndef _SCHEMAVALIDATORFILTER_HPP @@ -77,8 +77,10 @@ private: virtual const XMLCh *getName() const { return 0; } virtual XERCES_CPP_NAMESPACE_QUALIFIER NameIdPool *getEntityDeclPool() { return 0; } virtual const XERCES_CPP_NAMESPACE_QUALIFIER NameIdPool *getEntityDeclPool() const { return 0; } +#if _XERCES_VERSION < 30100 virtual unsigned int resolveQName(const XMLCh *const qName, XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer &prefixBufToFill, const short mode, int &prefixColonPos); +#endif virtual void scanDocument(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src) {} virtual bool scanNext(XERCES_CPP_NAMESPACE_QUALIFIER XMLPScanToken &toFill) { return false; } virtual XERCES_CPP_NAMESPACE_QUALIFIER Grammar *loadGrammar(const XERCES_CPP_NAMESPACE_QUALIFIER InputSource &src, diff --git a/include/xqilla/schema/SequenceType.hpp b/include/xqilla/schema/SequenceType.hpp index aa6165f7..8418e23d 100644 --- a/include/xqilla/schema/SequenceType.hpp +++ b/include/xqilla/schema/SequenceType.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SequenceType.hpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #ifndef _SEQUENCETYPE_HPP diff --git a/include/xqilla/simple-api/XQQuery.hpp b/include/xqilla/simple-api/XQQuery.hpp index 3ec92597..02273e62 100644 --- a/include/xqilla/simple-api/XQQuery.hpp +++ b/include/xqilla/simple-api/XQQuery.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQQuery.hpp 797 2009-09-24 15:00:23Z jpcs $ + * $Id$ */ #ifndef XQQUERY_HPP diff --git a/include/xqilla/simple-api/XQilla.hpp b/include/xqilla/simple-api/XQilla.hpp index 09d43e22..ec6bf569 100644 --- a/include/xqilla/simple-api/XQilla.hpp +++ b/include/xqilla/simple-api/XQilla.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQilla.hpp 664 2008-10-08 23:35:50Z jpcs $ + * $Id$ */ #ifndef _XQILLA_07637_HPP diff --git a/include/xqilla/simple-api/XQillaConfiguration.hpp b/include/xqilla/simple-api/XQillaConfiguration.hpp index e5b1ac89..339a25d4 100644 --- a/include/xqilla/simple-api/XQillaConfiguration.hpp +++ b/include/xqilla/simple-api/XQillaConfiguration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef XQILLACONFIGURATION_H diff --git a/include/xqilla/update/FunctionPut.hpp b/include/xqilla/update/FunctionPut.hpp index 1112acdd..db7e581a 100644 --- a/include/xqilla/update/FunctionPut.hpp +++ b/include/xqilla/update/FunctionPut.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPut.hpp 687 2008-11-26 14:25:40Z jpcs $ + * $Id$ */ #ifndef _FUNCTIONPUT_HPP diff --git a/include/xqilla/update/PendingUpdateList.hpp b/include/xqilla/update/PendingUpdateList.hpp index 9b20cc77..7ef102d4 100644 --- a/include/xqilla/update/PendingUpdateList.hpp +++ b/include/xqilla/update/PendingUpdateList.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PendingUpdateList.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _PENDINGUPDATELIST_HPP diff --git a/include/xqilla/update/UApplyUpdates.hpp b/include/xqilla/update/UApplyUpdates.hpp index 0195cd21..99072123 100644 --- a/include/xqilla/update/UApplyUpdates.hpp +++ b/include/xqilla/update/UApplyUpdates.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UApplyUpdates.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UAPPLYUPDATE_HPP diff --git a/include/xqilla/update/UDelete.hpp b/include/xqilla/update/UDelete.hpp index 901c7a9c..88e8806e 100644 --- a/include/xqilla/update/UDelete.hpp +++ b/include/xqilla/update/UDelete.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UDelete.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UDELETE_HPP diff --git a/include/xqilla/update/UInsertAfter.hpp b/include/xqilla/update/UInsertAfter.hpp index b9edf54d..363e6b97 100644 --- a/include/xqilla/update/UInsertAfter.hpp +++ b/include/xqilla/update/UInsertAfter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAfter.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UINSERTAFTER_HPP diff --git a/include/xqilla/update/UInsertAsFirst.hpp b/include/xqilla/update/UInsertAsFirst.hpp index 0c11965f..c02b3655 100644 --- a/include/xqilla/update/UInsertAsFirst.hpp +++ b/include/xqilla/update/UInsertAsFirst.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAsFirst.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UINSERTASFIRST_HPP diff --git a/include/xqilla/update/UInsertAsLast.hpp b/include/xqilla/update/UInsertAsLast.hpp index 0861db9e..9463431b 100644 --- a/include/xqilla/update/UInsertAsLast.hpp +++ b/include/xqilla/update/UInsertAsLast.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAsLast.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UINSERTASLAST_HPP diff --git a/include/xqilla/update/UInsertBefore.hpp b/include/xqilla/update/UInsertBefore.hpp index d26cdf60..443b496f 100644 --- a/include/xqilla/update/UInsertBefore.hpp +++ b/include/xqilla/update/UInsertBefore.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertBefore.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UINSERTBEFORE_HPP diff --git a/include/xqilla/update/UInsertInto.hpp b/include/xqilla/update/UInsertInto.hpp index f4f90971..670b4226 100644 --- a/include/xqilla/update/UInsertInto.hpp +++ b/include/xqilla/update/UInsertInto.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertInto.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UINSERTINTO_HPP diff --git a/include/xqilla/update/URename.hpp b/include/xqilla/update/URename.hpp index a85853ad..83a98e94 100644 --- a/include/xqilla/update/URename.hpp +++ b/include/xqilla/update/URename.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: URename.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _URENAME_HPP diff --git a/include/xqilla/update/UReplace.hpp b/include/xqilla/update/UReplace.hpp index c6987577..c6a122d1 100644 --- a/include/xqilla/update/UReplace.hpp +++ b/include/xqilla/update/UReplace.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UReplace.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UREPLACE_HPP diff --git a/include/xqilla/update/UReplaceValueOf.hpp b/include/xqilla/update/UReplaceValueOf.hpp index 4f0d04a2..96dfc14f 100644 --- a/include/xqilla/update/UReplaceValueOf.hpp +++ b/include/xqilla/update/UReplaceValueOf.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UReplaceValueOf.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UREPLACEVALUEOF_HPP diff --git a/include/xqilla/update/UTransform.hpp b/include/xqilla/update/UTransform.hpp index 3f7f647a..e07fa8a6 100644 --- a/include/xqilla/update/UTransform.hpp +++ b/include/xqilla/update/UTransform.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UTransform.hpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #ifndef _UTRANSFORM_HPP diff --git a/include/xqilla/utils/ContextUtils.hpp b/include/xqilla/utils/ContextUtils.hpp index 5cca880f..690ff156 100644 --- a/include/xqilla/utils/ContextUtils.hpp +++ b/include/xqilla/utils/ContextUtils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextUtils.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef __CONTEXTUTILS_HPP diff --git a/include/xqilla/utils/NumUtils.hpp b/include/xqilla/utils/NumUtils.hpp index e57fd53c..4cad55c7 100644 --- a/include/xqilla/utils/NumUtils.hpp +++ b/include/xqilla/utils/NumUtils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NumUtils.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _NUMUTILS_HPP diff --git a/include/xqilla/utils/PrintAST.hpp b/include/xqilla/utils/PrintAST.hpp index 8baf4b7a..c4f9069e 100644 --- a/include/xqilla/utils/PrintAST.hpp +++ b/include/xqilla/utils/PrintAST.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrintAST.hpp 767 2009-06-05 13:51:32Z jpcs $ + * $Id$ */ #ifndef __PRINTAST_HPP diff --git a/include/xqilla/utils/UCANormalizer.hpp b/include/xqilla/utils/UCANormalizer.hpp index 3680b0c1..46f9995a 100644 --- a/include/xqilla/utils/UCANormalizer.hpp +++ b/include/xqilla/utils/UCANormalizer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef UCANORMALIZER_HPP diff --git a/include/xqilla/utils/UTF8Str.hpp b/include/xqilla/utils/UTF8Str.hpp index da647400..6e17bf38 100644 --- a/include/xqilla/utils/UTF8Str.hpp +++ b/include/xqilla/utils/UTF8Str.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UTF8Str.hpp 581 2008-08-11 16:40:41Z jpcs $ + * $Id$ */ #ifndef _UTF8STR_HPP diff --git a/include/xqilla/utils/XMLChCompare.hpp b/include/xqilla/utils/XMLChCompare.hpp index 66e2c014..256b7ed8 100644 --- a/include/xqilla/utils/XMLChCompare.hpp +++ b/include/xqilla/utils/XMLChCompare.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XMLChCompare.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _XMLCHCOMPARE_HPP diff --git a/include/xqilla/utils/XPath2NSUtils.hpp b/include/xqilla/utils/XPath2NSUtils.hpp index 1fcd0f6e..bca9f0e3 100644 --- a/include/xqilla/utils/XPath2NSUtils.hpp +++ b/include/xqilla/utils/XPath2NSUtils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2NSUtils.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _V2NSUTILS_HPP diff --git a/include/xqilla/utils/XPath2Utils.hpp b/include/xqilla/utils/XPath2Utils.hpp index 2d03e16c..1515f0bf 100644 --- a/include/xqilla/utils/XPath2Utils.hpp +++ b/include/xqilla/utils/XPath2Utils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2Utils.hpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifndef _XPATH2UTILS_HPP diff --git a/include/xqilla/utils/XQillaPlatformUtils.hpp b/include/xqilla/utils/XQillaPlatformUtils.hpp index 6d9e339e..a2740b16 100644 --- a/include/xqilla/utils/XQillaPlatformUtils.hpp +++ b/include/xqilla/utils/XQillaPlatformUtils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaPlatformUtils.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _XQILLAPLATFORMUTILS_HPP diff --git a/include/xqilla/xerces/XercesConfiguration.hpp b/include/xqilla/xerces/XercesConfiguration.hpp index cd945413..1e63de01 100644 --- a/include/xqilla/xerces/XercesConfiguration.hpp +++ b/include/xqilla/xerces/XercesConfiguration.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesConfiguration.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef XERCESCONFIGURATION_H diff --git a/include/xqilla/xqilla-dom3.hpp b/include/xqilla/xqilla-dom3.hpp index 4b956fb7..9ec90538 100644 --- a/include/xqilla/xqilla-dom3.hpp +++ b/include/xqilla/xqilla-dom3.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: xqilla-dom3.hpp 691 2008-11-28 18:00:53Z jpcs $ + * $Id$ */ #include diff --git a/include/xqilla/xqilla-simple.hpp b/include/xqilla/xqilla-simple.hpp index 93d0fe93..fa4c280b 100644 --- a/include/xqilla/xqilla-simple.hpp +++ b/include/xqilla/xqilla-simple.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: xqilla-simple.hpp 691 2008-11-28 18:00:53Z jpcs $ + * $Id$ */ #include diff --git a/include/xqilla/xqts/TestSuiteParser.hpp b/include/xqilla/xqts/TestSuiteParser.hpp index 9feadd7a..b5d8c2a9 100644 --- a/include/xqilla/xqts/TestSuiteParser.hpp +++ b/include/xqilla/xqts/TestSuiteParser.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteParser.hpp 736 2009-02-05 21:37:38Z lauren_foutz $ + * $Id$ */ #ifndef _TESTSUITEPARSERHANDLER_HPP diff --git a/include/xqilla/xqts/TestSuiteResultListener.hpp b/include/xqilla/xqts/TestSuiteResultListener.hpp index 78244297..5ef782c3 100644 --- a/include/xqilla/xqts/TestSuiteResultListener.hpp +++ b/include/xqilla/xqts/TestSuiteResultListener.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteResultListener.hpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #ifndef _TESTSUITERESULTLISTENER_HPP diff --git a/include/xqilla/xqts/TestSuiteRunner.hpp b/include/xqilla/xqts/TestSuiteRunner.hpp index a3a229ba..715d774c 100644 --- a/include/xqilla/xqts/TestSuiteRunner.hpp +++ b/include/xqilla/xqts/TestSuiteRunner.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteRunner.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _TESTSUITERUNNER_HPP diff --git a/src/ast/ASTNodeImpl.cpp b/src/ast/ASTNodeImpl.cpp index 9dde7b9c..ea1db863 100644 --- a/src/ast/ASTNodeImpl.cpp +++ b/src/ast/ASTNodeImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTNodeImpl.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/ConstantFoldingFunction.cpp b/src/ast/ConstantFoldingFunction.cpp index 2c96afc8..896d464c 100644 --- a/src/ast/ConstantFoldingFunction.cpp +++ b/src/ast/ConstantFoldingFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ConstantFoldingFunction.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/ContextTuple.cpp b/src/ast/ContextTuple.cpp index 47ac2376..134c38f1 100644 --- a/src/ast/ContextTuple.cpp +++ b/src/ast/ContextTuple.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextTuple.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/ConvertFunctionArg.cpp b/src/ast/ConvertFunctionArg.cpp index be6f53f9..9f3550d7 100644 --- a/src/ast/ConvertFunctionArg.cpp +++ b/src/ast/ConvertFunctionArg.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ConvertFunctionArg.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/ForTuple.cpp b/src/ast/ForTuple.cpp index 75530320..165890cc 100644 --- a/src/ast/ForTuple.cpp +++ b/src/ast/ForTuple.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ForTuple.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/LetTuple.cpp b/src/ast/LetTuple.cpp index 6e079611..5d7c659f 100644 --- a/src/ast/LetTuple.cpp +++ b/src/ast/LetTuple.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LetTuple.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/NumericFunction.cpp b/src/ast/NumericFunction.cpp index 2f3406d4..860330cd 100644 --- a/src/ast/NumericFunction.cpp +++ b/src/ast/NumericFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NumericFunction.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/OrderByTuple.cpp b/src/ast/OrderByTuple.cpp index 6f9b1b1a..077704a3 100644 --- a/src/ast/OrderByTuple.cpp +++ b/src/ast/OrderByTuple.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: OrderByTuple.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/StaticAnalysis.cpp b/src/ast/StaticAnalysis.cpp index 412b6f28..99d26094 100644 --- a/src/ast/StaticAnalysis.cpp +++ b/src/ast/StaticAnalysis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticAnalysis.cpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/StaticType.cpp b/src/ast/StaticType.cpp index 904568f5..930138d9 100644 --- a/src/ast/StaticType.cpp +++ b/src/ast/StaticType.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StaticType.cpp 575 2008-08-07 13:25:44Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/WhereTuple.cpp b/src/ast/WhereTuple.cpp index f800ffd1..c9315f7a 100644 --- a/src/ast/WhereTuple.cpp +++ b/src/ast/WhereTuple.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: WhereTuple.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XPath1Compat.cpp b/src/ast/XPath1Compat.cpp index bddaa7b5..331035a6 100644 --- a/src/ast/XPath1Compat.cpp +++ b/src/ast/XPath1Compat.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath1Compat.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQAnalyzeString.cpp b/src/ast/XQAnalyzeString.cpp index 44a67388..36131075 100644 --- a/src/ast/XQAnalyzeString.cpp +++ b/src/ast/XQAnalyzeString.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAnalyzeString.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQApplyTemplates.cpp b/src/ast/XQApplyTemplates.cpp index afbd7b2e..282d20e6 100644 --- a/src/ast/XQApplyTemplates.cpp +++ b/src/ast/XQApplyTemplates.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQApplyTemplates.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQAtomize.cpp b/src/ast/XQAtomize.cpp index dc9e8864..8f172ca1 100644 --- a/src/ast/XQAtomize.cpp +++ b/src/ast/XQAtomize.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAtomize.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQAttributeConstructor.cpp b/src/ast/XQAttributeConstructor.cpp index e43fe669..4e0c4243 100644 --- a/src/ast/XQAttributeConstructor.cpp +++ b/src/ast/XQAttributeConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQAttributeConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQCallTemplate.cpp b/src/ast/XQCallTemplate.cpp index 7216da3c..6ada67ca 100644 --- a/src/ast/XQCallTemplate.cpp +++ b/src/ast/XQCallTemplate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCallTemplate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQCastAs.cpp b/src/ast/XQCastAs.cpp index c0b10fc1..9745cd83 100644 --- a/src/ast/XQCastAs.cpp +++ b/src/ast/XQCastAs.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCastAs.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQCastableAs.cpp b/src/ast/XQCastableAs.cpp index 600a085a..acd15d1c 100644 --- a/src/ast/XQCastableAs.cpp +++ b/src/ast/XQCastableAs.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCastableAs.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQCommentConstructor.cpp b/src/ast/XQCommentConstructor.cpp index 34986862..2711dd65 100644 --- a/src/ast/XQCommentConstructor.cpp +++ b/src/ast/XQCommentConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCommentConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQContextItem.cpp b/src/ast/XQContextItem.cpp index a0f4dcfd..13f1c34a 100644 --- a/src/ast/XQContextItem.cpp +++ b/src/ast/XQContextItem.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQContextItem.cpp 757 2009-05-27 15:26:28Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQCopyOf.cpp b/src/ast/XQCopyOf.cpp index bc6d9d76..bdf060d8 100644 --- a/src/ast/XQCopyOf.cpp +++ b/src/ast/XQCopyOf.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQCopyOf.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQDOMConstructor.cpp b/src/ast/XQDOMConstructor.cpp index 5920f8fe..99af5286 100644 --- a/src/ast/XQDOMConstructor.cpp +++ b/src/ast/XQDOMConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDOMConstructor.cpp 762 2009-06-04 15:00:20Z jpcs $ + * $Id$ */ #include @@ -142,10 +142,10 @@ EventGenerator::Ptr XQContentSequence::generateEvents(EventHandler *events, Dyna //////////////////////////////////////////////////////////////////////////////////////////////////// -XQDirectName::XQDirectName(const XMLCh *qname, bool isAttr, XPath2MemoryManager* mm) +XQDirectName::XQDirectName(const XMLCh *qname, bool useDefaultNamespace, XPath2MemoryManager* mm) : ASTNodeImpl(DIRECT_NAME, mm), qname_(qname), - isAttr_(isAttr) + useDefaultNamespace_(useDefaultNamespace) { } @@ -157,7 +157,7 @@ ASTNode *XQDirectName::staticResolution(StaticContext *context) const XMLCh* uri = 0; if(prefix == 0 || *prefix == 0) { // If qname has no prefix - if(!isAttr_) + if(useDefaultNamespace_) uri = context->getDefaultElementAndTypeNS(); } else { diff --git a/src/ast/XQDocumentConstructor.cpp b/src/ast/XQDocumentConstructor.cpp index ffa8e37c..806c466f 100644 --- a/src/ast/XQDocumentConstructor.cpp +++ b/src/ast/XQDocumentConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDocumentConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQDocumentOrder.cpp b/src/ast/XQDocumentOrder.cpp index f69ec652..d18242db 100644 --- a/src/ast/XQDocumentOrder.cpp +++ b/src/ast/XQDocumentOrder.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDocumentOrder.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQElementConstructor.cpp b/src/ast/XQElementConstructor.cpp index 7bf9fc14..0ef9ab62 100644 --- a/src/ast/XQElementConstructor.cpp +++ b/src/ast/XQElementConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQElementConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQFunction.cpp b/src/ast/XQFunction.cpp index 04e04e03..1d1bc557 100644 --- a/src/ast/XQFunction.cpp +++ b/src/ast/XQFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunction.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQFunctionCall.cpp b/src/ast/XQFunctionCall.cpp index 609e85cb..75049203 100644 --- a/src/ast/XQFunctionCall.cpp +++ b/src/ast/XQFunctionCall.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionCall.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQFunctionConversion.cpp b/src/ast/XQFunctionConversion.cpp index bd06085f..f1c9311b 100644 --- a/src/ast/XQFunctionConversion.cpp +++ b/src/ast/XQFunctionConversion.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionConversion.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQFunctionDeref.cpp b/src/ast/XQFunctionDeref.cpp index 465bb7c6..be173c73 100644 --- a/src/ast/XQFunctionDeref.cpp +++ b/src/ast/XQFunctionDeref.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionDeref.cpp 673 2008-10-18 00:16:47Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQFunctionRef.cpp b/src/ast/XQFunctionRef.cpp index 52d5c0de..5844cd7a 100644 --- a/src/ast/XQFunctionRef.cpp +++ b/src/ast/XQFunctionRef.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQFunctionRef.cpp 681 2008-11-25 10:57:27Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQGlobalVariable.cpp b/src/ast/XQGlobalVariable.cpp index 43e48193..5a810548 100644 --- a/src/ast/XQGlobalVariable.cpp +++ b/src/ast/XQGlobalVariable.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQGlobalVariable.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQIf.cpp b/src/ast/XQIf.cpp index d38c046b..9477bff1 100644 --- a/src/ast/XQIf.cpp +++ b/src/ast/XQIf.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQIf.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQInlineFunction.cpp b/src/ast/XQInlineFunction.cpp index 0ff8c917..23bc6e8d 100644 --- a/src/ast/XQInlineFunction.cpp +++ b/src/ast/XQInlineFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQInlineFunction.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include diff --git a/src/ast/XQInstanceOf.cpp b/src/ast/XQInstanceOf.cpp index 952a8d7e..8f177de9 100644 --- a/src/ast/XQInstanceOf.cpp +++ b/src/ast/XQInstanceOf.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQInstanceOf.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQLiteral.cpp b/src/ast/XQLiteral.cpp index 148bcea3..b83dfa77 100644 --- a/src/ast/XQLiteral.cpp +++ b/src/ast/XQLiteral.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLiteral.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQNamespaceBinding.cpp b/src/ast/XQNamespaceBinding.cpp index 73cfcae8..885838fe 100644 --- a/src/ast/XQNamespaceBinding.cpp +++ b/src/ast/XQNamespaceBinding.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQNamespaceBinding.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQNav.cpp b/src/ast/XQNav.cpp index a21283cc..ad49770b 100644 --- a/src/ast/XQNav.cpp +++ b/src/ast/XQNav.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQNav.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQOperator.cpp b/src/ast/XQOperator.cpp index c28a6f67..6bcd65b1 100644 --- a/src/ast/XQOperator.cpp +++ b/src/ast/XQOperator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQOperator.cpp 558 2008-07-27 16:24:00Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQOrderingChange.cpp b/src/ast/XQOrderingChange.cpp index 9073f2ac..a3fdd84c 100644 --- a/src/ast/XQOrderingChange.cpp +++ b/src/ast/XQOrderingChange.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQOrderingChange.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQPIConstructor.cpp b/src/ast/XQPIConstructor.cpp index c992bea6..4c74fb80 100644 --- a/src/ast/XQPIConstructor.cpp +++ b/src/ast/XQPIConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQPIConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQPredicate.cpp b/src/ast/XQPredicate.cpp index 9c23da63..5efb23f1 100644 --- a/src/ast/XQPredicate.cpp +++ b/src/ast/XQPredicate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQPredicate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQQuantified.cpp b/src/ast/XQQuantified.cpp index 40c800c9..4fdabd40 100644 --- a/src/ast/XQQuantified.cpp +++ b/src/ast/XQQuantified.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQQuantified.cpp 682 2008-11-25 11:23:29Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQReturn.cpp b/src/ast/XQReturn.cpp index 43b7673b..00304520 100644 --- a/src/ast/XQReturn.cpp +++ b/src/ast/XQReturn.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQReturn.cpp 809 2009-11-12 15:57:29Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQSequence.cpp b/src/ast/XQSequence.cpp index bba25b3c..12f7b58e 100644 --- a/src/ast/XQSequence.cpp +++ b/src/ast/XQSequence.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQSequence.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQStep.cpp b/src/ast/XQStep.cpp index 01bb7f55..e4446e6a 100644 --- a/src/ast/XQStep.cpp +++ b/src/ast/XQStep.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQStep.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQTextConstructor.cpp b/src/ast/XQTextConstructor.cpp index e3b18a53..9fbfd759 100644 --- a/src/ast/XQTextConstructor.cpp +++ b/src/ast/XQTextConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTextConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQTreatAs.cpp b/src/ast/XQTreatAs.cpp index ad770f57..00348321 100644 --- a/src/ast/XQTreatAs.cpp +++ b/src/ast/XQTreatAs.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTreatAs.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/ast/XQTypeswitch.cpp b/src/ast/XQTypeswitch.cpp index bd707e33..410f68e9 100644 --- a/src/ast/XQTypeswitch.cpp +++ b/src/ast/XQTypeswitch.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQTypeswitch.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQValidate.cpp b/src/ast/XQValidate.cpp index 75a4df08..39b4fded 100644 --- a/src/ast/XQValidate.cpp +++ b/src/ast/XQValidate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQValidate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/ast/XQVariable.cpp b/src/ast/XQVariable.cpp index a2231451..358d7f7e 100644 --- a/src/ast/XQVariable.cpp +++ b/src/ast/XQVariable.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQVariable.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/axis/NodeTest.cpp b/src/axis/NodeTest.cpp index 304f96c8..1898763e 100644 --- a/src/axis/NodeTest.cpp +++ b/src/axis/NodeTest.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NodeTest.cpp 632 2008-08-27 00:44:23Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/axis/SelfAxis.cpp b/src/axis/SelfAxis.cpp index 3749b613..829305d7 100644 --- a/src/axis/SelfAxis.cpp +++ b/src/axis/SelfAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SelfAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/config/xqilla_config.h b/src/config/xqilla_config.h index 4a4de022..1f131a8b 100644 --- a/src/config/xqilla_config.h +++ b/src/config/xqilla_config.h @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: xqilla_config.h 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifndef _XQILLA_CONFIG_H diff --git a/src/context/UpdateFactory.cpp b/src/context/UpdateFactory.cpp index d3fdcd81..adb33290 100644 --- a/src/context/UpdateFactory.cpp +++ b/src/context/UpdateFactory.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UpdateFactory.cpp 657 2008-10-02 18:52:07Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/context/impl/CodepointCollation.cpp b/src/context/impl/CodepointCollation.cpp index de5c6d46..5bb2961a 100644 --- a/src/context/impl/CodepointCollation.cpp +++ b/src/context/impl/CodepointCollation.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: CodepointCollation.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/context/impl/CollationImpl.cpp b/src/context/impl/CollationImpl.cpp index 8ab99a2c..5d5db3bf 100644 --- a/src/context/impl/CollationImpl.cpp +++ b/src/context/impl/CollationImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: CollationImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/context/impl/ItemFactoryImpl.cpp b/src/context/impl/ItemFactoryImpl.cpp index e34cce89..08d1f934 100644 --- a/src/context/impl/ItemFactoryImpl.cpp +++ b/src/context/impl/ItemFactoryImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ItemFactoryImpl.cpp 623 2008-08-26 20:22:24Z jpcs $ + * $Id$ */ #include diff --git a/src/context/impl/VarHashEntryImpl.cpp b/src/context/impl/VarHashEntryImpl.cpp index c884e269..9a301ff3 100644 --- a/src/context/impl/VarHashEntryImpl.cpp +++ b/src/context/impl/VarHashEntryImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarHashEntryImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/context/impl/VarStoreImpl.cpp b/src/context/impl/VarStoreImpl.cpp index 85268fe1..9eba3b25 100644 --- a/src/context/impl/VarStoreImpl.cpp +++ b/src/context/impl/VarStoreImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarStoreImpl.cpp 669 2008-10-09 12:30:35Z lauren_foutz $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/context/impl/VarTypeStoreImpl.cpp b/src/context/impl/VarTypeStoreImpl.cpp index e59575e6..e0879919 100644 --- a/src/context/impl/VarTypeStoreImpl.cpp +++ b/src/context/impl/VarTypeStoreImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarTypeStoreImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/context/impl/VarTypeStoreImpl.hpp b/src/context/impl/VarTypeStoreImpl.hpp index 1d43b2a4..f8f8c847 100644 --- a/src/context/impl/VarTypeStoreImpl.hpp +++ b/src/context/impl/VarTypeStoreImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: VarTypeStoreImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/src/context/impl/XQContextImpl.cpp b/src/context/impl/XQContextImpl.cpp index 28f27c75..af7ad52e 100644 --- a/src/context/impl/XQContextImpl.cpp +++ b/src/context/impl/XQContextImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQContextImpl.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include diff --git a/src/context/impl/XQDynamicContextImpl.cpp b/src/context/impl/XQDynamicContextImpl.cpp index a7fe96f1..67acac6c 100644 --- a/src/context/impl/XQDynamicContextImpl.cpp +++ b/src/context/impl/XQDynamicContextImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQDynamicContextImpl.cpp 648 2008-09-26 23:33:21Z jpcs $ + * $Id$ */ #include diff --git a/src/dom-api/XPath2NodeSerializer.cpp b/src/dom-api/XPath2NodeSerializer.cpp index ca924847..5a331a06 100644 --- a/src/dom-api/XPath2NodeSerializer.cpp +++ b/src/dom-api/XPath2NodeSerializer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2NodeSerializer.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/dom-api/XPath2NodeSerializer.hpp b/src/dom-api/XPath2NodeSerializer.hpp index 72c29934..78e82a1e 100644 --- a/src/dom-api/XPath2NodeSerializer.hpp +++ b/src/dom-api/XPath2NodeSerializer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2NodeSerializer.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XPATH2NODESERIALIZER_HPP diff --git a/src/dom-api/XQillaImplementation.cpp b/src/dom-api/XQillaImplementation.cpp index 6ac5e9f7..70f281c4 100644 --- a/src/dom-api/XQillaImplementation.cpp +++ b/src/dom-api/XQillaImplementation.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaImplementation.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/dom-api/XQillaImplementation.hpp b/src/dom-api/XQillaImplementation.hpp index 69639fdf..baeeafc6 100644 --- a/src/dom-api/XQillaImplementation.hpp +++ b/src/dom-api/XQillaImplementation.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaImplementation.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLAIMPLEMENTATION_HPP diff --git a/src/dom-api/impl/XPath2ResultImpl.cpp b/src/dom-api/impl/XPath2ResultImpl.cpp index 9dd888fe..2f1f62cd 100644 --- a/src/dom-api/impl/XPath2ResultImpl.cpp +++ b/src/dom-api/impl/XPath2ResultImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2ResultImpl.cpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XPath2ResultImpl.hpp b/src/dom-api/impl/XPath2ResultImpl.hpp index ee338f28..441f7f96 100644 --- a/src/dom-api/impl/XPath2ResultImpl.hpp +++ b/src/dom-api/impl/XPath2ResultImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2ResultImpl.hpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #ifndef __XPATH2RESULTIMPL_HPP diff --git a/src/dom-api/impl/XPathDocumentImpl.cpp b/src/dom-api/impl/XPathDocumentImpl.cpp index 2f9707fd..cb845ece 100644 --- a/src/dom-api/impl/XPathDocumentImpl.cpp +++ b/src/dom-api/impl/XPathDocumentImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPathDocumentImpl.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XPathDocumentImpl.hpp b/src/dom-api/impl/XPathDocumentImpl.hpp index cc0e04b9..0ddd15ea 100644 --- a/src/dom-api/impl/XPathDocumentImpl.hpp +++ b/src/dom-api/impl/XPathDocumentImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPathDocumentImpl.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XPATHDOCUMENTIMPL_HPP diff --git a/src/dom-api/impl/XPathNamespaceImpl.cpp b/src/dom-api/impl/XPathNamespaceImpl.cpp index 24c4b7b5..ef24e117 100644 --- a/src/dom-api/impl/XPathNamespaceImpl.cpp +++ b/src/dom-api/impl/XPathNamespaceImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPathNamespaceImpl.cpp 587 2008-08-13 13:01:08Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XPathNamespaceImpl.hpp b/src/dom-api/impl/XPathNamespaceImpl.hpp index 23fa3ab7..ffe0864a 100644 --- a/src/dom-api/impl/XPathNamespaceImpl.hpp +++ b/src/dom-api/impl/XPathNamespaceImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPathNamespaceImpl.hpp 587 2008-08-13 13:01:08Z jpcs $ + * $Id$ */ #ifndef __XPATHNAMESPACEIMPL_HPP diff --git a/src/dom-api/impl/XQillaBuilderImpl.cpp b/src/dom-api/impl/XQillaBuilderImpl.cpp index f3c50081..ef583610 100644 --- a/src/dom-api/impl/XQillaBuilderImpl.cpp +++ b/src/dom-api/impl/XQillaBuilderImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaBuilderImpl.cpp 804 2009-10-14 15:39:26Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" @@ -120,26 +120,28 @@ DOMDocument* XQillaBuilderImpl::getDocumentAndAddGrammar() { return 0; } - //we copy this gramamr and reset the parser one in the process. - XMLGrammarPool *oldGrPool = getGrammarResolver()->getGrammarPool(); - XQillaXMLGrammarPoolImpl *gr = new (getMemoryManager()) XQillaXMLGrammarPoolImpl(getMemoryManager()); + if(getParameter(XMLUni::fgXercesDOMHasPSVIInfo)) { + //we copy this gramamr and reset the parser one in the process. + XMLGrammarPool *oldGrPool = getGrammarResolver()->getGrammarPool(); + XQillaXMLGrammarPoolImpl *gr = new (getMemoryManager()) XQillaXMLGrammarPoolImpl(getMemoryManager()); - // manually copy string pool contents to work around XERCESC-1798. - const XMLStringPool* src = oldGrPool->getURIStringPool(); - XMLStringPool* dst = gr->getURIStringPool(); + // manually copy string pool contents to work around XERCESC-1798. + const XMLStringPool* src = oldGrPool->getURIStringPool(); + XMLStringPool* dst = gr->getURIStringPool(); - for (unsigned int i = 1; i < src->getStringCount() + 1; ++i) + for (unsigned int i = 1; i < src->getStringCount() + 1; ++i) dst->addOrFind (src->getValueForId(i)); - RefHashTableOfEnumerator< Grammar> enumerator + RefHashTableOfEnumerator< Grammar> enumerator = oldGrPool->getGrammarEnumerator(); - while(enumerator.hasMoreElements()) { + while(enumerator.hasMoreElements()) { Grammar &g = enumerator.nextElement(); gr->cacheGrammar(getGrammarResolver()->orphanGrammar(g.getGrammarDescription()->getGrammarKey())); - } + } - ((XQillaDocumentImpl*)doc)->setGrammarPool(gr, true); + ((XQillaDocumentImpl*)doc)->setGrammarPool(gr, true); + } return doc; } diff --git a/src/dom-api/impl/XQillaBuilderImpl.hpp b/src/dom-api/impl/XQillaBuilderImpl.hpp index 3dbd7c49..2056fc0f 100644 --- a/src/dom-api/impl/XQillaBuilderImpl.hpp +++ b/src/dom-api/impl/XQillaBuilderImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaBuilderImpl.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLADOMBUILDERIMPL_HPP diff --git a/src/dom-api/impl/XQillaDocumentImpl.cpp b/src/dom-api/impl/XQillaDocumentImpl.cpp index 15534cfb..871cfb6d 100644 --- a/src/dom-api/impl/XQillaDocumentImpl.cpp +++ b/src/dom-api/impl/XQillaDocumentImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaDocumentImpl.cpp 758 2009-06-02 23:44:27Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XQillaDocumentImpl.hpp b/src/dom-api/impl/XQillaDocumentImpl.hpp index 3cee5466..ba04ffa0 100644 --- a/src/dom-api/impl/XQillaDocumentImpl.hpp +++ b/src/dom-api/impl/XQillaDocumentImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaDocumentImpl.hpp 758 2009-06-02 23:44:27Z jpcs $ + * $Id$ */ #ifndef __XQILLADOCUMENTIMPL_HPP diff --git a/src/dom-api/impl/XQillaExpressionImpl.cpp b/src/dom-api/impl/XQillaExpressionImpl.cpp index f3e636b1..f8b63570 100644 --- a/src/dom-api/impl/XQillaExpressionImpl.cpp +++ b/src/dom-api/impl/XQillaExpressionImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaExpressionImpl.cpp 554 2008-07-09 13:43:28Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XQillaExpressionImpl.hpp b/src/dom-api/impl/XQillaExpressionImpl.hpp index e6acdb10..df35f306 100644 --- a/src/dom-api/impl/XQillaExpressionImpl.hpp +++ b/src/dom-api/impl/XQillaExpressionImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaExpressionImpl.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLAEXPRESSIONIMPL_HPP diff --git a/src/dom-api/impl/XQillaNSResolverImpl.cpp b/src/dom-api/impl/XQillaNSResolverImpl.cpp index 9bc111bf..edea9c19 100644 --- a/src/dom-api/impl/XQillaNSResolverImpl.cpp +++ b/src/dom-api/impl/XQillaNSResolverImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaNSResolverImpl.cpp 555 2008-07-10 11:30:11Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp b/src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp index f0728019..3bb2ea1d 100644 --- a/src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp +++ b/src/dom-api/impl/XQillaXMLGrammarPoolImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaXMLGrammarPoolImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ diff --git a/src/dom-api/impl/XQillaXMLGrammarPoolImpl.hpp b/src/dom-api/impl/XQillaXMLGrammarPoolImpl.hpp index fa329fa5..03c9250b 100644 --- a/src/dom-api/impl/XQillaXMLGrammarPoolImpl.hpp +++ b/src/dom-api/impl/XQillaXMLGrammarPoolImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaXMLGrammarPoolImpl.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef __XQILLAXMLGRAMMARPOOLIMPL_HPP diff --git a/src/events/ContentSequenceFilter.cpp b/src/events/ContentSequenceFilter.cpp index 2dc13285..d6ea7770 100644 --- a/src/events/ContentSequenceFilter.cpp +++ b/src/events/ContentSequenceFilter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContentSequenceFilter.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include diff --git a/src/events/EventGenerator.cpp b/src/events/EventGenerator.cpp index ca4ac407..ef9de2e1 100644 --- a/src/events/EventGenerator.cpp +++ b/src/events/EventGenerator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EventGenerator.cpp 639 2008-09-01 13:22:54Z jpcs $ + * $Id$ */ #include diff --git a/src/events/EventSerializer.cpp b/src/events/EventSerializer.cpp index 2a31596e..a4702741 100644 --- a/src/events/EventSerializer.cpp +++ b/src/events/EventSerializer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EventSerializer.cpp 582 2008-08-11 16:43:58Z jpcs $ + * $Id$ */ #include diff --git a/src/events/NSFixupFilter.cpp b/src/events/NSFixupFilter.cpp index eb0fc044..86eaf866 100644 --- a/src/events/NSFixupFilter.cpp +++ b/src/events/NSFixupFilter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NSFixupFilter.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include @@ -140,52 +140,80 @@ bool NSFixupFilter::definePrefix(const XMLCh *&prefix, const XMLCh *uri, bool at // The "xml" prefix is always defined if(XPath2Utils::equals(XMLUni::fgXMLString, prefix)) return false; - // Check if the prefix is already defined - NSEntry *cur = findPrefix(prefix); + bool define = true; + bool newPrefix = false; - bool result = true; - if(cur != 0) { - if(XPath2Utils::equals(uri, cur->uri)) { - // The prefix is already defined - result = false; + // Make up a prefix for an attribute in a namespace without one + if(prefix == 0 && attr) { + newPrefix = true; + } + else { + // Check if the prefix is already defined + NSEntry *cur = findPrefix(prefix); + + if(cur != 0) { + if(XPath2Utils::equals(uri, cur->uri)) { + // The prefix is already defined + define = false; + } + else if(cur->level == level_) { + if(uri == 0) { + // TBD this is an error - jpcs + define = false; + } + else if(!redefine) { + define = false; + } + else { + newPrefix = true; + } + } } - else if(cur->level == level_) { - if(uri == 0) { - // TBD this is an error - jpcs - result = false; - } - else if(!redefine) { - result = false; - } - else { - // Choose a new prefix - static XMLCh ns_prefix[] = { 'n', 's', 0 }; - if(prefix == 0) prefix = ns_prefix; - - XMLBuffer buf(20, mm_); - unsigned int num = 0; - do { - ++num; - buf.set(prefix); - buf.append('_'); - numToBuf(num, buf); - } while(findPrefix(buf.getRawBuffer()) != 0); - prefix = mm_->getPooledString(buf.getRawBuffer()); - } + else if(uri == 0) { + // The default namespace is implicitly set to no namespace + define = false; } } - else if(uri == 0) { - // The default namespace is implicitly set to no namespace - result = false; + + if(newPrefix) { + // See if there's an existing binding + NSEntry *cur = namespaces_; + while(cur != 0) { + if(XPath2Utils::equals(uri, cur->uri) && + (!attr || cur->prefix != 0)) { + break; + } + cur = cur->prev; + } + + if(cur != 0) { + prefix = cur->prefix; + define = false; + } + else { + // Choose a new prefix + static XMLCh ns_prefix[] = { 'n', 's', 0 }; + if(prefix == 0) prefix = ns_prefix; + + XMLBuffer buf(20, mm_); + unsigned int num = 0; + do { + ++num; + buf.set(prefix); + buf.append('_'); + numToBuf(num, buf); + } while(findPrefix(buf.getRawBuffer()) != 0); + prefix = mm_->getPooledString(buf.getRawBuffer()); + } } // add the mapping to our linked list NSEntry *entry = (NSEntry*)mm_->allocate(sizeof(NSEntry)); entry->set(mm_->getPooledString(prefix), - mm_->getPooledString(uri), - level_, namespaces_); + mm_->getPooledString(uri), + level_, namespaces_); namespaces_ = entry; - return result; + return define; } diff --git a/src/events/NoInheritFilter.cpp b/src/events/NoInheritFilter.cpp index da899205..4852d8dd 100644 --- a/src/events/NoInheritFilter.cpp +++ b/src/events/NoInheritFilter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NoInheritFilter.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "NoInheritFilter.hpp" diff --git a/src/events/NoInheritFilter.hpp b/src/events/NoInheritFilter.hpp index d72fdcab..0560c20c 100644 --- a/src/events/NoInheritFilter.hpp +++ b/src/events/NoInheritFilter.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NoInheritFilter.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _NOINHERITFILTER_HPP diff --git a/src/events/QueryPathTreeFilter.cpp b/src/events/QueryPathTreeFilter.cpp index 939f08e9..610bd930 100644 --- a/src/events/QueryPathTreeFilter.cpp +++ b/src/events/QueryPathTreeFilter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathTreeFilter.cpp 505 2008-02-20 17:22:12Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/exceptions/InvalidLexicalSpaceException.hpp b/src/exceptions/InvalidLexicalSpaceException.hpp index bc9ba012..e3fcadb4 100644 --- a/src/exceptions/InvalidLexicalSpaceException.hpp +++ b/src/exceptions/InvalidLexicalSpaceException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: InvalidLexicalSpaceException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/src/exceptions/MiscException.hpp b/src/exceptions/MiscException.hpp index 5387d3c4..4872af2c 100644 --- a/src/exceptions/MiscException.hpp +++ b/src/exceptions/MiscException.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: MiscException.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/src/exceptions/XQException.cpp b/src/exceptions/XQException.cpp index 6eb827a8..06b769ff 100644 --- a/src/exceptions/XQException.cpp +++ b/src/exceptions/XQException.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQException.cpp 504 2008-02-20 16:03:23Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/exceptions/XQillaException.cpp b/src/exceptions/XQillaException.cpp index 49797f57..f384b12c 100644 --- a/src/exceptions/XQillaException.cpp +++ b/src/exceptions/XQillaException.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaException.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fastxdm/FastXDMConfiguration.cpp b/src/fastxdm/FastXDMConfiguration.cpp index 73a9a226..631df168 100644 --- a/src/fastxdm/FastXDMConfiguration.cpp +++ b/src/fastxdm/FastXDMConfiguration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMConfiguration.cpp 547 2008-06-06 14:41:18Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fastxdm/FastXDMDocument.cpp b/src/fastxdm/FastXDMDocument.cpp index fa0cec62..94fbe079 100644 --- a/src/fastxdm/FastXDMDocument.cpp +++ b/src/fastxdm/FastXDMDocument.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMDocument.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fastxdm/FastXDMDocument.hpp b/src/fastxdm/FastXDMDocument.hpp index 63979fc5..ea63799e 100644 --- a/src/fastxdm/FastXDMDocument.hpp +++ b/src/fastxdm/FastXDMDocument.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMDocument.hpp 513 2008-03-03 14:16:15Z jpcs $ + * $Id$ */ #ifndef _FASTXDMDOCUMENT_HPP diff --git a/src/fastxdm/FastXDMNodeImpl.cpp b/src/fastxdm/FastXDMNodeImpl.cpp index e451b3f6..dbd2e713 100644 --- a/src/fastxdm/FastXDMNodeImpl.cpp +++ b/src/fastxdm/FastXDMNodeImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMNodeImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" @@ -1734,7 +1734,8 @@ protected: Node::Ptr FastXDMNamespaceNodeImpl::root(const DynamicContext* context) const { - return owner_.isNull() ? this : owner_->root(context); + if(owner_.isNull()) return this; + return owner_->root(context); } Node::Ptr FastXDMNamespaceNodeImpl::dmParent(const DynamicContext* context) const diff --git a/src/fastxdm/FastXDMNodeImpl.hpp b/src/fastxdm/FastXDMNodeImpl.hpp index 08b41ea2..78934cb6 100644 --- a/src/fastxdm/FastXDMNodeImpl.hpp +++ b/src/fastxdm/FastXDMNodeImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMNodeImpl.hpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #ifndef _FASTXDMNODEIMPL_HPP diff --git a/src/fastxdm/FastXDMSequenceBuilder.cpp b/src/fastxdm/FastXDMSequenceBuilder.cpp index 34648a09..61f60d23 100644 --- a/src/fastxdm/FastXDMSequenceBuilder.cpp +++ b/src/fastxdm/FastXDMSequenceBuilder.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMSequenceBuilder.cpp 587 2008-08-13 13:01:08Z jpcs $ + * $Id$ */ #include "FastXDMSequenceBuilder.hpp" diff --git a/src/fastxdm/FastXDMSequenceBuilder.hpp b/src/fastxdm/FastXDMSequenceBuilder.hpp index ae034996..5b26a85c 100644 --- a/src/fastxdm/FastXDMSequenceBuilder.hpp +++ b/src/fastxdm/FastXDMSequenceBuilder.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMSequenceBuilder.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FASTXDMSEQUENCEBUILDER_HPP diff --git a/src/fastxdm/FastXDMUpdateFactory.cpp b/src/fastxdm/FastXDMUpdateFactory.cpp index c185a56f..73490890 100644 --- a/src/fastxdm/FastXDMUpdateFactory.cpp +++ b/src/fastxdm/FastXDMUpdateFactory.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMUpdateFactory.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fastxdm/FastXDMUpdateFactory.hpp b/src/fastxdm/FastXDMUpdateFactory.hpp index 42475280..87d18087 100644 --- a/src/fastxdm/FastXDMUpdateFactory.hpp +++ b/src/fastxdm/FastXDMUpdateFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FastXDMUpdateFactory.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _FASTXDMUPDATEFACTORY_HPP diff --git a/src/framework/BaseMemoryManager.cpp b/src/framework/BaseMemoryManager.cpp index 727629da..91e9981f 100644 --- a/src/framework/BaseMemoryManager.cpp +++ b/src/framework/BaseMemoryManager.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: BaseMemoryManager.cpp 737 2009-02-13 15:34:16Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/framework/ProxyMemoryManager.cpp b/src/framework/ProxyMemoryManager.cpp index 420c69db..50bcfb03 100644 --- a/src/framework/ProxyMemoryManager.cpp +++ b/src/framework/ProxyMemoryManager.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ProxyMemoryManager.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/framework/ReferenceCounted.cpp b/src/framework/ReferenceCounted.cpp index 8db4237e..aae4c550 100644 --- a/src/framework/ReferenceCounted.cpp +++ b/src/framework/ReferenceCounted.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ReferenceCounted.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/framework/StringPool.cpp b/src/framework/StringPool.cpp index e946f131..77cd1cfe 100644 --- a/src/framework/StringPool.cpp +++ b/src/framework/StringPool.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: StringPool.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/framework/XPath2MemoryManagerImpl.cpp b/src/framework/XPath2MemoryManagerImpl.cpp index 75744df5..4e0ae5a7 100644 --- a/src/framework/XPath2MemoryManagerImpl.cpp +++ b/src/framework/XPath2MemoryManagerImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2MemoryManagerImpl.cpp 688 2008-11-27 02:45:23Z caiying $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/DefaultTokenStore.cpp b/src/fulltext/DefaultTokenStore.cpp index d828bda0..b131ee14 100644 --- a/src/fulltext/DefaultTokenStore.cpp +++ b/src/fulltext/DefaultTokenStore.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DefaultTokenStore.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/DefaultTokenizer.cpp b/src/fulltext/DefaultTokenizer.cpp index 31ab9ade..e26f5852 100644 --- a/src/fulltext/DefaultTokenizer.cpp +++ b/src/fulltext/DefaultTokenizer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DefaultTokenizer.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTAnd.cpp b/src/fulltext/FTAnd.cpp index 4f71de61..7eac12f1 100644 --- a/src/fulltext/FTAnd.cpp +++ b/src/fulltext/FTAnd.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTAnd.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTContains.cpp b/src/fulltext/FTContains.cpp index fdf2ef06..79de0bd8 100644 --- a/src/fulltext/FTContains.cpp +++ b/src/fulltext/FTContains.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTContains.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTContent.cpp b/src/fulltext/FTContent.cpp index 41469aa6..7b3f3813 100644 --- a/src/fulltext/FTContent.cpp +++ b/src/fulltext/FTContent.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTContent.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTDistance.cpp b/src/fulltext/FTDistance.cpp index 912b7f2a..4fdcaae3 100644 --- a/src/fulltext/FTDistance.cpp +++ b/src/fulltext/FTDistance.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTDistance.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTMildnot.cpp b/src/fulltext/FTMildnot.cpp index 375dcae7..8b2e1c22 100644 --- a/src/fulltext/FTMildnot.cpp +++ b/src/fulltext/FTMildnot.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTMildnot.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTOr.cpp b/src/fulltext/FTOr.cpp index 59d9629c..5bd6cfe3 100644 --- a/src/fulltext/FTOr.cpp +++ b/src/fulltext/FTOr.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTOr.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTOrder.cpp b/src/fulltext/FTOrder.cpp index a8285d30..3e2fc82a 100644 --- a/src/fulltext/FTOrder.cpp +++ b/src/fulltext/FTOrder.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTOrder.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTScope.cpp b/src/fulltext/FTScope.cpp index e5258afa..30963e9e 100644 --- a/src/fulltext/FTScope.cpp +++ b/src/fulltext/FTScope.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTScope.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTUnaryNot.cpp b/src/fulltext/FTUnaryNot.cpp index 2c268333..7d42ec7a 100644 --- a/src/fulltext/FTUnaryNot.cpp +++ b/src/fulltext/FTUnaryNot.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTUnaryNot.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTWindow.cpp b/src/fulltext/FTWindow.cpp index 230d6fcb..11a8b020 100644 --- a/src/fulltext/FTWindow.cpp +++ b/src/fulltext/FTWindow.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTWindow.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/fulltext/FTWords.cpp b/src/fulltext/FTWords.cpp index 4c9a738a..29905c21 100644 --- a/src/fulltext/FTWords.cpp +++ b/src/fulltext/FTWords.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FTWords.cpp 660 2008-10-07 14:29:16Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/ExternalFunction.cpp b/src/functions/ExternalFunction.cpp index b0b36c51..4c33e651 100644 --- a/src/functions/ExternalFunction.cpp +++ b/src/functions/ExternalFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ExternalFunction.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FuncFactory.cpp b/src/functions/FuncFactory.cpp index 6e8e320e..5c5c19e2 100644 --- a/src/functions/FuncFactory.cpp +++ b/src/functions/FuncFactory.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FuncFactory.cpp 573 2008-08-06 16:43:33Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FuncFactoryTemplate.hpp b/src/functions/FuncFactoryTemplate.hpp index 760988ef..31beb796 100644 --- a/src/functions/FuncFactoryTemplate.hpp +++ b/src/functions/FuncFactoryTemplate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FuncFactoryTemplate.hpp 573 2008-08-06 16:43:33Z jpcs $ + * $Id$ */ #ifndef _FUNCFACTORYTEMPLATE_HPP diff --git a/src/functions/FunctionAbs.cpp b/src/functions/FunctionAbs.cpp index a7e9298f..ad8ac136 100644 --- a/src/functions/FunctionAbs.cpp +++ b/src/functions/FunctionAbs.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAbs.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionAdjustDateTimeToTimezone.cpp b/src/functions/FunctionAdjustDateTimeToTimezone.cpp index c7333d4d..0ca45e13 100644 --- a/src/functions/FunctionAdjustDateTimeToTimezone.cpp +++ b/src/functions/FunctionAdjustDateTimeToTimezone.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustDateTimeToTimezone.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionAdjustDateToTimezone.cpp b/src/functions/FunctionAdjustDateToTimezone.cpp index 209e00b8..eda44904 100644 --- a/src/functions/FunctionAdjustDateToTimezone.cpp +++ b/src/functions/FunctionAdjustDateToTimezone.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustDateToTimezone.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionAdjustTimeToTimezone.cpp b/src/functions/FunctionAdjustTimeToTimezone.cpp index 24efc732..3ec5e209 100644 --- a/src/functions/FunctionAdjustTimeToTimezone.cpp +++ b/src/functions/FunctionAdjustTimeToTimezone.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAdjustTimeToTimezone.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionAvg.cpp b/src/functions/FunctionAvg.cpp index 40e45dd3..77bd12a5 100644 --- a/src/functions/FunctionAvg.cpp +++ b/src/functions/FunctionAvg.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionAvg.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionBaseURI.cpp b/src/functions/FunctionBaseURI.cpp index 9db46c68..82479bb3 100644 --- a/src/functions/FunctionBaseURI.cpp +++ b/src/functions/FunctionBaseURI.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionBaseURI.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionBoolean.cpp b/src/functions/FunctionBoolean.cpp index eb561ddf..9743b81c 100644 --- a/src/functions/FunctionBoolean.cpp +++ b/src/functions/FunctionBoolean.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionBoolean.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCeiling.cpp b/src/functions/FunctionCeiling.cpp index d30ceb48..3c0f64a4 100644 --- a/src/functions/FunctionCeiling.cpp +++ b/src/functions/FunctionCeiling.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCeiling.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCodepointEqual.cpp b/src/functions/FunctionCodepointEqual.cpp index 109137a0..0a2ca5e1 100644 --- a/src/functions/FunctionCodepointEqual.cpp +++ b/src/functions/FunctionCodepointEqual.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCodepointEqual.cpp 816 2009-11-13 14:58:39Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCodepointsToString.cpp b/src/functions/FunctionCodepointsToString.cpp index 74131af7..051f3bb4 100644 --- a/src/functions/FunctionCodepointsToString.cpp +++ b/src/functions/FunctionCodepointsToString.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCodepointsToString.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCollection.cpp b/src/functions/FunctionCollection.cpp index aaefa776..3f1b6fea 100644 --- a/src/functions/FunctionCollection.cpp +++ b/src/functions/FunctionCollection.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCollection.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCompare.cpp b/src/functions/FunctionCompare.cpp index c8baccba..c5243c12 100644 --- a/src/functions/FunctionCompare.cpp +++ b/src/functions/FunctionCompare.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCompare.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionConcat.cpp b/src/functions/FunctionConcat.cpp index 9a21b156..66552761 100644 --- a/src/functions/FunctionConcat.cpp +++ b/src/functions/FunctionConcat.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionConcat.cpp 631 2008-08-27 00:43:51Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionConstructor.cpp b/src/functions/FunctionConstructor.cpp index 7bcf23e3..a428694d 100644 --- a/src/functions/FunctionConstructor.cpp +++ b/src/functions/FunctionConstructor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionConstructor.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionContains.cpp b/src/functions/FunctionContains.cpp index 285f8343..f62944a5 100644 --- a/src/functions/FunctionContains.cpp +++ b/src/functions/FunctionContains.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionContains.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCount.cpp b/src/functions/FunctionCount.cpp index 26e3ea3b..3b55969d 100644 --- a/src/functions/FunctionCount.cpp +++ b/src/functions/FunctionCount.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCount.cpp 808 2009-10-26 17:24:59Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCurrentDate.cpp b/src/functions/FunctionCurrentDate.cpp index 914987aa..da8a2941 100644 --- a/src/functions/FunctionCurrentDate.cpp +++ b/src/functions/FunctionCurrentDate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentDate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCurrentDateTime.cpp b/src/functions/FunctionCurrentDateTime.cpp index f35666a8..7d1a5c74 100644 --- a/src/functions/FunctionCurrentDateTime.cpp +++ b/src/functions/FunctionCurrentDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionCurrentTime.cpp b/src/functions/FunctionCurrentTime.cpp index 2a1a927e..0211a69d 100644 --- a/src/functions/FunctionCurrentTime.cpp +++ b/src/functions/FunctionCurrentTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionCurrentTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionData.cpp b/src/functions/FunctionData.cpp index 30b91fda..023e14a7 100644 --- a/src/functions/FunctionData.cpp +++ b/src/functions/FunctionData.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionData.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDateTime.cpp b/src/functions/FunctionDateTime.cpp index 74bf509e..e5ce16da 100644 --- a/src/functions/FunctionDateTime.cpp +++ b/src/functions/FunctionDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDayFromDate.cpp b/src/functions/FunctionDayFromDate.cpp index fd83a4a2..6597ae6a 100644 --- a/src/functions/FunctionDayFromDate.cpp +++ b/src/functions/FunctionDayFromDate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDayFromDate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDayFromDateTime.cpp b/src/functions/FunctionDayFromDateTime.cpp index ebb5d7cb..b902d1a2 100644 --- a/src/functions/FunctionDayFromDateTime.cpp +++ b/src/functions/FunctionDayFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDayFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDaysFromDuration.cpp b/src/functions/FunctionDaysFromDuration.cpp index 434422b3..84b8c32d 100644 --- a/src/functions/FunctionDaysFromDuration.cpp +++ b/src/functions/FunctionDaysFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDaysFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDeepEqual.cpp b/src/functions/FunctionDeepEqual.cpp index 41254c77..f0b59efa 100644 --- a/src/functions/FunctionDeepEqual.cpp +++ b/src/functions/FunctionDeepEqual.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDeepEqual.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDefaultCollation.cpp b/src/functions/FunctionDefaultCollation.cpp index 20b80542..d81d29ee 100644 --- a/src/functions/FunctionDefaultCollation.cpp +++ b/src/functions/FunctionDefaultCollation.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDefaultCollation.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDistinctValues.cpp b/src/functions/FunctionDistinctValues.cpp index d8a192ae..04179d59 100644 --- a/src/functions/FunctionDistinctValues.cpp +++ b/src/functions/FunctionDistinctValues.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDistinctValues.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionDoc.cpp b/src/functions/FunctionDoc.cpp index 4f8b257b..d910a5df 100644 --- a/src/functions/FunctionDoc.cpp +++ b/src/functions/FunctionDoc.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDoc.cpp 763 2009-06-04 15:01:27Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionDocAvailable.cpp b/src/functions/FunctionDocAvailable.cpp index dd80c1b9..1d84b5eb 100644 --- a/src/functions/FunctionDocAvailable.cpp +++ b/src/functions/FunctionDocAvailable.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDocAvailable.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionDocumentURI.cpp b/src/functions/FunctionDocumentURI.cpp index 4e187c59..f4976993 100644 --- a/src/functions/FunctionDocumentURI.cpp +++ b/src/functions/FunctionDocumentURI.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionDocumentURI.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionEmpty.cpp b/src/functions/FunctionEmpty.cpp index 0eaad408..248bd0ee 100644 --- a/src/functions/FunctionEmpty.cpp +++ b/src/functions/FunctionEmpty.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEmpty.cpp 808 2009-10-26 17:24:59Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionEncodeForUri.cpp b/src/functions/FunctionEncodeForUri.cpp index 62b2f274..67debcfe 100644 --- a/src/functions/FunctionEncodeForUri.cpp +++ b/src/functions/FunctionEncodeForUri.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEncodeForUri.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionEndsWith.cpp b/src/functions/FunctionEndsWith.cpp index ea565e07..a5deca32 100644 --- a/src/functions/FunctionEndsWith.cpp +++ b/src/functions/FunctionEndsWith.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEndsWith.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionError.cpp b/src/functions/FunctionError.cpp index 3882af51..1e92ea50 100644 --- a/src/functions/FunctionError.cpp +++ b/src/functions/FunctionError.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionError.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionEscapeHtmlUri.cpp b/src/functions/FunctionEscapeHtmlUri.cpp index 828fa850..bfc6fc9c 100644 --- a/src/functions/FunctionEscapeHtmlUri.cpp +++ b/src/functions/FunctionEscapeHtmlUri.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionEscapeHtmlUri.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionExactlyOne.cpp b/src/functions/FunctionExactlyOne.cpp index ed50ebd5..d886bfd5 100644 --- a/src/functions/FunctionExactlyOne.cpp +++ b/src/functions/FunctionExactlyOne.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionExactlyOne.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionExists.cpp b/src/functions/FunctionExists.cpp index fb76eb42..882b463a 100644 --- a/src/functions/FunctionExists.cpp +++ b/src/functions/FunctionExists.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionExists.cpp 808 2009-10-26 17:24:59Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionFalse.cpp b/src/functions/FunctionFalse.cpp index 835fde51..5fc0c020 100644 --- a/src/functions/FunctionFalse.cpp +++ b/src/functions/FunctionFalse.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFalse.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionFloor.cpp b/src/functions/FunctionFloor.cpp index 7f58179c..2e5f81cf 100644 --- a/src/functions/FunctionFloor.cpp +++ b/src/functions/FunctionFloor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFloor.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionFunctionArity.cpp b/src/functions/FunctionFunctionArity.cpp index f88b79ad..d7be81c7 100644 --- a/src/functions/FunctionFunctionArity.cpp +++ b/src/functions/FunctionFunctionArity.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFunctionArity.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionFunctionName.cpp b/src/functions/FunctionFunctionName.cpp index 9874b230..9fd4c8f4 100644 --- a/src/functions/FunctionFunctionName.cpp +++ b/src/functions/FunctionFunctionName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionFunctionName.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionHoursFromDateTime.cpp b/src/functions/FunctionHoursFromDateTime.cpp index b0e3b41a..ee62d979 100644 --- a/src/functions/FunctionHoursFromDateTime.cpp +++ b/src/functions/FunctionHoursFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionHoursFromDuration.cpp b/src/functions/FunctionHoursFromDuration.cpp index 3947c081..0f7cfa1b 100644 --- a/src/functions/FunctionHoursFromDuration.cpp +++ b/src/functions/FunctionHoursFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionHoursFromTime.cpp b/src/functions/FunctionHoursFromTime.cpp index 96c1b2f3..bb1d88dc 100644 --- a/src/functions/FunctionHoursFromTime.cpp +++ b/src/functions/FunctionHoursFromTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionHoursFromTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionId.cpp b/src/functions/FunctionId.cpp index 3fa57cfa..520e4a33 100644 --- a/src/functions/FunctionId.cpp +++ b/src/functions/FunctionId.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionId.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionIdref.cpp b/src/functions/FunctionIdref.cpp index b5fdbf72..46bc89dd 100644 --- a/src/functions/FunctionIdref.cpp +++ b/src/functions/FunctionIdref.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIdref.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionImplicitTimezone.cpp b/src/functions/FunctionImplicitTimezone.cpp index 5c69dbbc..b4333e65 100644 --- a/src/functions/FunctionImplicitTimezone.cpp +++ b/src/functions/FunctionImplicitTimezone.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionImplicitTimezone.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionInScopePrefixes.cpp b/src/functions/FunctionInScopePrefixes.cpp index 3f965137..bb90b1db 100644 --- a/src/functions/FunctionInScopePrefixes.cpp +++ b/src/functions/FunctionInScopePrefixes.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionInScopePrefixes.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionIndexOf.cpp b/src/functions/FunctionIndexOf.cpp index 7c8b4987..4c11dddf 100644 --- a/src/functions/FunctionIndexOf.cpp +++ b/src/functions/FunctionIndexOf.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIndexOf.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionInsertBefore.cpp b/src/functions/FunctionInsertBefore.cpp index 9713f021..e8d72415 100644 --- a/src/functions/FunctionInsertBefore.cpp +++ b/src/functions/FunctionInsertBefore.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionInsertBefore.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionIriToUri.cpp b/src/functions/FunctionIriToUri.cpp index 0b248e68..b5a63599 100644 --- a/src/functions/FunctionIriToUri.cpp +++ b/src/functions/FunctionIriToUri.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionIriToUri.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLang.cpp b/src/functions/FunctionLang.cpp index 54b54f0b..7d014191 100644 --- a/src/functions/FunctionLang.cpp +++ b/src/functions/FunctionLang.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLang.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLast.cpp b/src/functions/FunctionLast.cpp index d7df11a3..d92b31a2 100644 --- a/src/functions/FunctionLast.cpp +++ b/src/functions/FunctionLast.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLast.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLocalNameFromQName.cpp b/src/functions/FunctionLocalNameFromQName.cpp index 831e35fc..20e76110 100644 --- a/src/functions/FunctionLocalNameFromQName.cpp +++ b/src/functions/FunctionLocalNameFromQName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLocalNameFromQName.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLocalname.cpp b/src/functions/FunctionLocalname.cpp index d4516d5b..7568cde5 100644 --- a/src/functions/FunctionLocalname.cpp +++ b/src/functions/FunctionLocalname.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLocalname.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLookup.cpp b/src/functions/FunctionLookup.cpp index c76ed871..3a9a7fe2 100644 --- a/src/functions/FunctionLookup.cpp +++ b/src/functions/FunctionLookup.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLookup.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionLowerCase.cpp b/src/functions/FunctionLowerCase.cpp index 81b7f310..1182b756 100644 --- a/src/functions/FunctionLowerCase.cpp +++ b/src/functions/FunctionLowerCase.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionLowerCase.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMatches.cpp b/src/functions/FunctionMatches.cpp index 3dd75f3e..4e90fa2d 100644 --- a/src/functions/FunctionMatches.cpp +++ b/src/functions/FunctionMatches.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMatches.cpp 756 2009-05-27 14:38:43Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMax.cpp b/src/functions/FunctionMax.cpp index 262f8683..8ae3deb1 100644 --- a/src/functions/FunctionMax.cpp +++ b/src/functions/FunctionMax.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMax.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMin.cpp b/src/functions/FunctionMin.cpp index b55ab129..b8a4f2c4 100644 --- a/src/functions/FunctionMin.cpp +++ b/src/functions/FunctionMin.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMin.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMinutesFromDateTime.cpp b/src/functions/FunctionMinutesFromDateTime.cpp index 92cae169..511f34a5 100644 --- a/src/functions/FunctionMinutesFromDateTime.cpp +++ b/src/functions/FunctionMinutesFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMinutesFromDuration.cpp b/src/functions/FunctionMinutesFromDuration.cpp index 42912a88..00941e83 100644 --- a/src/functions/FunctionMinutesFromDuration.cpp +++ b/src/functions/FunctionMinutesFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMinutesFromTime.cpp b/src/functions/FunctionMinutesFromTime.cpp index 5294e3ae..57d2dcd2 100644 --- a/src/functions/FunctionMinutesFromTime.cpp +++ b/src/functions/FunctionMinutesFromTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMinutesFromTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMonthFromDate.cpp b/src/functions/FunctionMonthFromDate.cpp index c2bd0feb..759a1d70 100644 --- a/src/functions/FunctionMonthFromDate.cpp +++ b/src/functions/FunctionMonthFromDate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthFromDate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMonthFromDateTime.cpp b/src/functions/FunctionMonthFromDateTime.cpp index acc71046..8afaad05 100644 --- a/src/functions/FunctionMonthFromDateTime.cpp +++ b/src/functions/FunctionMonthFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionMonthsFromDuration.cpp b/src/functions/FunctionMonthsFromDuration.cpp index ccda05d6..35f4dbf6 100644 --- a/src/functions/FunctionMonthsFromDuration.cpp +++ b/src/functions/FunctionMonthsFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionMonthsFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionName.cpp b/src/functions/FunctionName.cpp index 9eb8283a..4ce5ef3f 100644 --- a/src/functions/FunctionName.cpp +++ b/src/functions/FunctionName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionName.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNamespaceURIForPrefix.cpp b/src/functions/FunctionNamespaceURIForPrefix.cpp index 583571ba..61072583 100644 --- a/src/functions/FunctionNamespaceURIForPrefix.cpp +++ b/src/functions/FunctionNamespaceURIForPrefix.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceURIForPrefix.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNamespaceURIFromQName.cpp b/src/functions/FunctionNamespaceURIFromQName.cpp index b67092b6..61aa3e02 100644 --- a/src/functions/FunctionNamespaceURIFromQName.cpp +++ b/src/functions/FunctionNamespaceURIFromQName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceURIFromQName.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNamespaceUri.cpp b/src/functions/FunctionNamespaceUri.cpp index 5df651c1..55257a44 100644 --- a/src/functions/FunctionNamespaceUri.cpp +++ b/src/functions/FunctionNamespaceUri.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNamespaceUri.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNilled.cpp b/src/functions/FunctionNilled.cpp index 4520d832..f328bea1 100644 --- a/src/functions/FunctionNilled.cpp +++ b/src/functions/FunctionNilled.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNilled.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNodeName.cpp b/src/functions/FunctionNodeName.cpp index dde32a99..934d6949 100644 --- a/src/functions/FunctionNodeName.cpp +++ b/src/functions/FunctionNodeName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNodeName.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNormalizeSpace.cpp b/src/functions/FunctionNormalizeSpace.cpp index 6921220d..24024cea 100644 --- a/src/functions/FunctionNormalizeSpace.cpp +++ b/src/functions/FunctionNormalizeSpace.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNormalizeSpace.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNormalizeUnicode.cpp b/src/functions/FunctionNormalizeUnicode.cpp index 997ec444..225cd860 100644 --- a/src/functions/FunctionNormalizeUnicode.cpp +++ b/src/functions/FunctionNormalizeUnicode.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNormalizeUnicode.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNot.cpp b/src/functions/FunctionNot.cpp index da261871..a1561c84 100644 --- a/src/functions/FunctionNot.cpp +++ b/src/functions/FunctionNot.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNot.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionNumber.cpp b/src/functions/FunctionNumber.cpp index 8a34717d..6a4299f8 100644 --- a/src/functions/FunctionNumber.cpp +++ b/src/functions/FunctionNumber.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionNumber.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionOneOrMore.cpp b/src/functions/FunctionOneOrMore.cpp index 712ba069..5e9d152e 100644 --- a/src/functions/FunctionOneOrMore.cpp +++ b/src/functions/FunctionOneOrMore.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionOneOrMore.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionParseHTML.cpp b/src/functions/FunctionParseHTML.cpp index c67bbfaf..a298e419 100644 --- a/src/functions/FunctionParseHTML.cpp +++ b/src/functions/FunctionParseHTML.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseHTML.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionParseJSON.cpp b/src/functions/FunctionParseJSON.cpp index 51c8c60d..a0867ef6 100644 --- a/src/functions/FunctionParseJSON.cpp +++ b/src/functions/FunctionParseJSON.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseJSON.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionParseXML.cpp b/src/functions/FunctionParseXML.cpp index 639176aa..feb2e7e5 100644 --- a/src/functions/FunctionParseXML.cpp +++ b/src/functions/FunctionParseXML.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionParseXML.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionPartialApply.cpp b/src/functions/FunctionPartialApply.cpp index d3975de4..243b35cf 100644 --- a/src/functions/FunctionPartialApply.cpp +++ b/src/functions/FunctionPartialApply.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPartialApply.cpp 681 2008-11-25 10:57:27Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionPosition.cpp b/src/functions/FunctionPosition.cpp index 85ed04db..efba81ab 100644 --- a/src/functions/FunctionPosition.cpp +++ b/src/functions/FunctionPosition.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPosition.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionPrefixFromQName.cpp b/src/functions/FunctionPrefixFromQName.cpp index 3afd7fba..3354db39 100644 --- a/src/functions/FunctionPrefixFromQName.cpp +++ b/src/functions/FunctionPrefixFromQName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPrefixFromQName.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionQName.cpp b/src/functions/FunctionQName.cpp index f47ce92f..2bdcf5c5 100644 --- a/src/functions/FunctionQName.cpp +++ b/src/functions/FunctionQName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionQName.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionRegexGroup.cpp b/src/functions/FunctionRegexGroup.cpp index 1a22a703..ea353cd5 100644 --- a/src/functions/FunctionRegexGroup.cpp +++ b/src/functions/FunctionRegexGroup.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRegexGroup.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionRemove.cpp b/src/functions/FunctionRemove.cpp index 614a2bd5..460e5430 100644 --- a/src/functions/FunctionRemove.cpp +++ b/src/functions/FunctionRemove.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRemove.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionReplace.cpp b/src/functions/FunctionReplace.cpp index 0866168c..8e250aa9 100644 --- a/src/functions/FunctionReplace.cpp +++ b/src/functions/FunctionReplace.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionReplace.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionResolveQName.cpp b/src/functions/FunctionResolveQName.cpp index ce11dec4..3e3100e8 100644 --- a/src/functions/FunctionResolveQName.cpp +++ b/src/functions/FunctionResolveQName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionResolveQName.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionResolveURI.cpp b/src/functions/FunctionResolveURI.cpp index dd7e05a5..347fa1e1 100644 --- a/src/functions/FunctionResolveURI.cpp +++ b/src/functions/FunctionResolveURI.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionResolveURI.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionReverse.cpp b/src/functions/FunctionReverse.cpp index fbf78ce3..cb9e1c8a 100644 --- a/src/functions/FunctionReverse.cpp +++ b/src/functions/FunctionReverse.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionReverse.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionRoot.cpp b/src/functions/FunctionRoot.cpp index 1c8e07f6..09a39a5b 100644 --- a/src/functions/FunctionRoot.cpp +++ b/src/functions/FunctionRoot.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRoot.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionRound.cpp b/src/functions/FunctionRound.cpp index eb1954be..f66ecb81 100644 --- a/src/functions/FunctionRound.cpp +++ b/src/functions/FunctionRound.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRound.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionRoundHalfToEven.cpp b/src/functions/FunctionRoundHalfToEven.cpp index 4adcf023..5369d442 100644 --- a/src/functions/FunctionRoundHalfToEven.cpp +++ b/src/functions/FunctionRoundHalfToEven.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRoundHalfToEven.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSecondsFromDateTime.cpp b/src/functions/FunctionSecondsFromDateTime.cpp index 5a3c4c61..a75fa7e1 100644 --- a/src/functions/FunctionSecondsFromDateTime.cpp +++ b/src/functions/FunctionSecondsFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSecondsFromDuration.cpp b/src/functions/FunctionSecondsFromDuration.cpp index f3871a68..af02e8a4 100644 --- a/src/functions/FunctionSecondsFromDuration.cpp +++ b/src/functions/FunctionSecondsFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSecondsFromTime.cpp b/src/functions/FunctionSecondsFromTime.cpp index 1b15e5e0..ca56cbe0 100644 --- a/src/functions/FunctionSecondsFromTime.cpp +++ b/src/functions/FunctionSecondsFromTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSecondsFromTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSerializeJSON.cpp b/src/functions/FunctionSerializeJSON.cpp index c92dc546..2d09b9b5 100644 --- a/src/functions/FunctionSerializeJSON.cpp +++ b/src/functions/FunctionSerializeJSON.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSerializeJSON.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionStartsWith.cpp b/src/functions/FunctionStartsWith.cpp index 1eb1e890..79424077 100644 --- a/src/functions/FunctionStartsWith.cpp +++ b/src/functions/FunctionStartsWith.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStartsWith.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionStaticBaseURI.cpp b/src/functions/FunctionStaticBaseURI.cpp index 23827dd0..746915bf 100644 --- a/src/functions/FunctionStaticBaseURI.cpp +++ b/src/functions/FunctionStaticBaseURI.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStaticBaseURI.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionString.cpp b/src/functions/FunctionString.cpp index 88c189a6..1de6f136 100644 --- a/src/functions/FunctionString.cpp +++ b/src/functions/FunctionString.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionString.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionStringJoin.cpp b/src/functions/FunctionStringJoin.cpp index be7bcd43..bb27f405 100644 --- a/src/functions/FunctionStringJoin.cpp +++ b/src/functions/FunctionStringJoin.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringJoin.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionStringLength.cpp b/src/functions/FunctionStringLength.cpp index 3b1b01c7..9f7c9f12 100644 --- a/src/functions/FunctionStringLength.cpp +++ b/src/functions/FunctionStringLength.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringLength.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionStringToCodepoints.cpp b/src/functions/FunctionStringToCodepoints.cpp index 8a9e15f4..2a37f8b9 100644 --- a/src/functions/FunctionStringToCodepoints.cpp +++ b/src/functions/FunctionStringToCodepoints.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionStringToCodepoints.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSubsequence.cpp b/src/functions/FunctionSubsequence.cpp index 873d4fd6..88dcb18d 100644 --- a/src/functions/FunctionSubsequence.cpp +++ b/src/functions/FunctionSubsequence.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubsequence.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSubstring.cpp b/src/functions/FunctionSubstring.cpp index 77802d92..61b61a02 100644 --- a/src/functions/FunctionSubstring.cpp +++ b/src/functions/FunctionSubstring.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstring.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSubstringAfter.cpp b/src/functions/FunctionSubstringAfter.cpp index 479a131b..13f0be17 100644 --- a/src/functions/FunctionSubstringAfter.cpp +++ b/src/functions/FunctionSubstringAfter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstringAfter.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSubstringBefore.cpp b/src/functions/FunctionSubstringBefore.cpp index 7751ae25..bc201eff 100644 --- a/src/functions/FunctionSubstringBefore.cpp +++ b/src/functions/FunctionSubstringBefore.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSubstringBefore.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionSum.cpp b/src/functions/FunctionSum.cpp index cfd7848d..b1b55ba5 100644 --- a/src/functions/FunctionSum.cpp +++ b/src/functions/FunctionSum.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionSum.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTime.cpp b/src/functions/FunctionTime.cpp index 0ad58640..eaebae97 100644 --- a/src/functions/FunctionTime.cpp +++ b/src/functions/FunctionTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTimezoneFromDate.cpp b/src/functions/FunctionTimezoneFromDate.cpp index 18f984e1..94725d0b 100644 --- a/src/functions/FunctionTimezoneFromDate.cpp +++ b/src/functions/FunctionTimezoneFromDate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromDate.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTimezoneFromDateTime.cpp b/src/functions/FunctionTimezoneFromDateTime.cpp index 0838af74..939b3e48 100644 --- a/src/functions/FunctionTimezoneFromDateTime.cpp +++ b/src/functions/FunctionTimezoneFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromDateTime.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTimezoneFromTime.cpp b/src/functions/FunctionTimezoneFromTime.cpp index eb3c076c..19dc7fd7 100644 --- a/src/functions/FunctionTimezoneFromTime.cpp +++ b/src/functions/FunctionTimezoneFromTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTimezoneFromTime.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTokenize.cpp b/src/functions/FunctionTokenize.cpp index 641f43e9..e1aca2a4 100644 --- a/src/functions/FunctionTokenize.cpp +++ b/src/functions/FunctionTokenize.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTokenize.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTrace.cpp b/src/functions/FunctionTrace.cpp index b1857573..dd36ea93 100644 --- a/src/functions/FunctionTrace.cpp +++ b/src/functions/FunctionTrace.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTrace.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTranslate.cpp b/src/functions/FunctionTranslate.cpp index b78eb9a9..43df7c36 100644 --- a/src/functions/FunctionTranslate.cpp +++ b/src/functions/FunctionTranslate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTranslate.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionTrue.cpp b/src/functions/FunctionTrue.cpp index 6fa85f33..c7131faa 100644 --- a/src/functions/FunctionTrue.cpp +++ b/src/functions/FunctionTrue.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionTrue.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionUnordered.cpp b/src/functions/FunctionUnordered.cpp index 787d4f3b..c5958312 100644 --- a/src/functions/FunctionUnordered.cpp +++ b/src/functions/FunctionUnordered.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUnordered.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionUnparsedText.cpp b/src/functions/FunctionUnparsedText.cpp index b3930adb..44c31a23 100644 --- a/src/functions/FunctionUnparsedText.cpp +++ b/src/functions/FunctionUnparsedText.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUnparsedText.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/functions/FunctionUpperCase.cpp b/src/functions/FunctionUpperCase.cpp index 569ddd93..401b737a 100644 --- a/src/functions/FunctionUpperCase.cpp +++ b/src/functions/FunctionUpperCase.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionUpperCase.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionYearFromDate.cpp b/src/functions/FunctionYearFromDate.cpp index 6ad752fc..211444c3 100644 --- a/src/functions/FunctionYearFromDate.cpp +++ b/src/functions/FunctionYearFromDate.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearFromDate.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionYearFromDateTime.cpp b/src/functions/FunctionYearFromDateTime.cpp index f812a7f0..8962f504 100644 --- a/src/functions/FunctionYearFromDateTime.cpp +++ b/src/functions/FunctionYearFromDateTime.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearFromDateTime.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionYearsFromDuration.cpp b/src/functions/FunctionYearsFromDuration.cpp index 66c82bcf..af24afa0 100644 --- a/src/functions/FunctionYearsFromDuration.cpp +++ b/src/functions/FunctionYearsFromDuration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionYearsFromDuration.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/FunctionZeroOrOne.cpp b/src/functions/FunctionZeroOrOne.cpp index 6604a70e..8327e595 100644 --- a/src/functions/FunctionZeroOrOne.cpp +++ b/src/functions/FunctionZeroOrOne.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionZeroOrOne.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/functions/XQUserFunction.cpp b/src/functions/XQUserFunction.cpp index e18dc85a..987f2f98 100644 --- a/src/functions/XQUserFunction.cpp +++ b/src/functions/XQUserFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQUserFunction.cpp 770 2009-06-05 15:26:55Z jpcs $ + * $Id$ */ #include diff --git a/src/functions/XQillaFunction.cpp b/src/functions/XQillaFunction.cpp index 254b8707..8817dd0b 100644 --- a/src/functions/XQillaFunction.cpp +++ b/src/functions/XQillaFunction.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaFunction.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/ATDurationOrDerived.cpp b/src/items/ATDurationOrDerived.cpp index 168d49f9..81631f93 100644 --- a/src/items/ATDurationOrDerived.cpp +++ b/src/items/ATDurationOrDerived.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDurationOrDerived.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/ATUntypedAtomic.cpp b/src/items/ATUntypedAtomic.cpp index ef91e994..79a031ba 100644 --- a/src/items/ATUntypedAtomic.cpp +++ b/src/items/ATUntypedAtomic.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATUntypedAtomic.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/AnyAtomicType.cpp b/src/items/AnyAtomicType.cpp index a0243b80..85612da6 100644 --- a/src/items/AnyAtomicType.cpp +++ b/src/items/AnyAtomicType.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AnyAtomicType.cpp 547 2008-06-06 14:41:18Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/DatatypeFactory.cpp b/src/items/DatatypeFactory.cpp index 587d5b10..99399dc6 100644 --- a/src/items/DatatypeFactory.cpp +++ b/src/items/DatatypeFactory.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DatatypeFactory.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/DatatypeFactoryTemplate.hpp b/src/items/DatatypeFactoryTemplate.hpp index 1e1ea73b..1ac04998 100644 --- a/src/items/DatatypeFactoryTemplate.hpp +++ b/src/items/DatatypeFactoryTemplate.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DatatypeFactoryTemplate.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ /* diff --git a/src/items/DatatypeLookup.cpp b/src/items/DatatypeLookup.cpp index f49a3e45..08c552e6 100644 --- a/src/items/DatatypeLookup.cpp +++ b/src/items/DatatypeLookup.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DatatypeLookup.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/DateOrTimeType.cpp b/src/items/DateOrTimeType.cpp index 00676b0c..863c0f63 100644 --- a/src/items/DateOrTimeType.cpp +++ b/src/items/DateOrTimeType.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DateOrTimeType.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/Item.cpp b/src/items/Item.cpp index d01bb195..aed76df0 100644 --- a/src/items/Item.cpp +++ b/src/items/Item.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Item.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/Node.cpp b/src/items/Node.cpp index 3ef8b468..ab2d616c 100644 --- a/src/items/Node.cpp +++ b/src/items/Node.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Node.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/items/Numeric.cpp b/src/items/Numeric.cpp index 06c0c4e7..294b9aba 100644 --- a/src/items/Numeric.cpp +++ b/src/items/Numeric.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Numeric.cpp 663 2008-10-08 17:51:30Z jpcs $ + * $Id$ */ #include diff --git a/src/items/Timezone.cpp b/src/items/Timezone.cpp index 3a75dfd9..59097e7f 100644 --- a/src/items/Timezone.cpp +++ b/src/items/Timezone.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Timezone.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ diff --git a/src/items/impl/ATAnySimpleTypeImpl.cpp b/src/items/impl/ATAnySimpleTypeImpl.cpp index b414c3e0..f2c418da 100644 --- a/src/items/impl/ATAnySimpleTypeImpl.cpp +++ b/src/items/impl/ATAnySimpleTypeImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnySimpleTypeImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATAnySimpleTypeImpl.hpp b/src/items/impl/ATAnySimpleTypeImpl.hpp index 7ccc7adb..cac121c4 100644 --- a/src/items/impl/ATAnySimpleTypeImpl.hpp +++ b/src/items/impl/ATAnySimpleTypeImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnySimpleTypeImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATANYSIMPLETYPEIMPL_HPP diff --git a/src/items/impl/ATAnyURIOrDerivedImpl.cpp b/src/items/impl/ATAnyURIOrDerivedImpl.cpp index 52b7c39d..e0aa8891 100644 --- a/src/items/impl/ATAnyURIOrDerivedImpl.cpp +++ b/src/items/impl/ATAnyURIOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnyURIOrDerivedImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATAnyURIOrDerivedImpl.hpp b/src/items/impl/ATAnyURIOrDerivedImpl.hpp index 74b6da5a..ceace6c9 100644 --- a/src/items/impl/ATAnyURIOrDerivedImpl.hpp +++ b/src/items/impl/ATAnyURIOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATAnyURIOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATANYURIORDERIVEDIMPL_HPP diff --git a/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp b/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp index 1574e77e..14d05334 100644 --- a/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp +++ b/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBase64BinaryOrDerivedImpl.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATBase64BinaryOrDerivedImpl.hpp b/src/items/impl/ATBase64BinaryOrDerivedImpl.hpp index 61e0314e..da2dadf6 100644 --- a/src/items/impl/ATBase64BinaryOrDerivedImpl.hpp +++ b/src/items/impl/ATBase64BinaryOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBase64BinaryOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATBASE64BINARYORDERIVEDIMPL_HPP diff --git a/src/items/impl/ATBooleanOrDerivedImpl.cpp b/src/items/impl/ATBooleanOrDerivedImpl.cpp index 89512072..ab5df1e1 100644 --- a/src/items/impl/ATBooleanOrDerivedImpl.cpp +++ b/src/items/impl/ATBooleanOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATBooleanOrDerivedImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATDateOrDerivedImpl.cpp b/src/items/impl/ATDateOrDerivedImpl.cpp index c49e7172..89f3c770 100644 --- a/src/items/impl/ATDateOrDerivedImpl.cpp +++ b/src/items/impl/ATDateOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATDateTimeOrDerivedImpl.cpp b/src/items/impl/ATDateTimeOrDerivedImpl.cpp index c998f970..4ce68e3e 100644 --- a/src/items/impl/ATDateTimeOrDerivedImpl.cpp +++ b/src/items/impl/ATDateTimeOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDateTimeOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATDecimalOrDerivedImpl.cpp b/src/items/impl/ATDecimalOrDerivedImpl.cpp index a04fb8a8..2b5eeff1 100644 --- a/src/items/impl/ATDecimalOrDerivedImpl.cpp +++ b/src/items/impl/ATDecimalOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDecimalOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATDoubleOrDerivedImpl.cpp b/src/items/impl/ATDoubleOrDerivedImpl.cpp index df50fe9d..8d255db1 100644 --- a/src/items/impl/ATDoubleOrDerivedImpl.cpp +++ b/src/items/impl/ATDoubleOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDoubleOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATDurationOrDerivedImpl.cpp b/src/items/impl/ATDurationOrDerivedImpl.cpp index db303836..c7945905 100644 --- a/src/items/impl/ATDurationOrDerivedImpl.cpp +++ b/src/items/impl/ATDurationOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATDurationOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATFloatOrDerivedImpl.cpp b/src/items/impl/ATFloatOrDerivedImpl.cpp index 09457f0d..10d964b9 100644 --- a/src/items/impl/ATFloatOrDerivedImpl.cpp +++ b/src/items/impl/ATFloatOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATFloatOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATGDayOrDerivedImpl.cpp b/src/items/impl/ATGDayOrDerivedImpl.cpp index d985ee34..0f5dfd15 100644 --- a/src/items/impl/ATGDayOrDerivedImpl.cpp +++ b/src/items/impl/ATGDayOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGDayOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATGMonthDayOrDerivedImpl.cpp b/src/items/impl/ATGMonthDayOrDerivedImpl.cpp index dc596f83..426112ae 100644 --- a/src/items/impl/ATGMonthDayOrDerivedImpl.cpp +++ b/src/items/impl/ATGMonthDayOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthDayOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATGMonthOrDerivedImpl.cpp b/src/items/impl/ATGMonthOrDerivedImpl.cpp index 16b29949..37b1147a 100644 --- a/src/items/impl/ATGMonthOrDerivedImpl.cpp +++ b/src/items/impl/ATGMonthOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGMonthOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATGYearMonthOrDerivedImpl.cpp b/src/items/impl/ATGYearMonthOrDerivedImpl.cpp index 77d6f148..6c406bec 100644 --- a/src/items/impl/ATGYearMonthOrDerivedImpl.cpp +++ b/src/items/impl/ATGYearMonthOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearMonthOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATGYearOrDerivedImpl.cpp b/src/items/impl/ATGYearOrDerivedImpl.cpp index 8e66532f..82cc7fc4 100644 --- a/src/items/impl/ATGYearOrDerivedImpl.cpp +++ b/src/items/impl/ATGYearOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATGYearOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATHexBinaryOrDerivedImpl.cpp b/src/items/impl/ATHexBinaryOrDerivedImpl.cpp index ed7229dc..a59c2315 100644 --- a/src/items/impl/ATHexBinaryOrDerivedImpl.cpp +++ b/src/items/impl/ATHexBinaryOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATHexBinaryOrDerivedImpl.cpp 580 2008-08-11 15:49:41Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATHexBinaryOrDerivedImpl.hpp b/src/items/impl/ATHexBinaryOrDerivedImpl.hpp index f0c305c2..e474355d 100644 --- a/src/items/impl/ATHexBinaryOrDerivedImpl.hpp +++ b/src/items/impl/ATHexBinaryOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATHexBinaryOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATHEXBINARYORDERIVEDIMPL_HPP diff --git a/src/items/impl/ATNotationOrDerivedImpl.cpp b/src/items/impl/ATNotationOrDerivedImpl.cpp index c88996f1..fcf68301 100644 --- a/src/items/impl/ATNotationOrDerivedImpl.cpp +++ b/src/items/impl/ATNotationOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATNotationOrDerivedImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATNotationOrDerivedImpl.hpp b/src/items/impl/ATNotationOrDerivedImpl.hpp index 18ce7995..33bdf52a 100644 --- a/src/items/impl/ATNotationOrDerivedImpl.hpp +++ b/src/items/impl/ATNotationOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATNotationOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATNOTATIONORDERIVEDIMPL_HPP diff --git a/src/items/impl/ATQNameOrDerivedImpl.cpp b/src/items/impl/ATQNameOrDerivedImpl.cpp index f7118ba1..be722d63 100644 --- a/src/items/impl/ATQNameOrDerivedImpl.cpp +++ b/src/items/impl/ATQNameOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATQNameOrDerivedImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATStringOrDerivedImpl.cpp b/src/items/impl/ATStringOrDerivedImpl.cpp index 9040b097..866827f5 100644 --- a/src/items/impl/ATStringOrDerivedImpl.cpp +++ b/src/items/impl/ATStringOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATStringOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATStringOrDerivedImpl.hpp b/src/items/impl/ATStringOrDerivedImpl.hpp index 8f8311ef..9fded4f8 100644 --- a/src/items/impl/ATStringOrDerivedImpl.hpp +++ b/src/items/impl/ATStringOrDerivedImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATStringOrDerivedImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATSTRINGORDERIVEDIMPL_HPP diff --git a/src/items/impl/ATTimeOrDerivedImpl.cpp b/src/items/impl/ATTimeOrDerivedImpl.cpp index e2e5bf5b..d733a819 100644 --- a/src/items/impl/ATTimeOrDerivedImpl.cpp +++ b/src/items/impl/ATTimeOrDerivedImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATTimeOrDerivedImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATUntypedAtomicImpl.cpp b/src/items/impl/ATUntypedAtomicImpl.cpp index c4692752..43271ab6 100644 --- a/src/items/impl/ATUntypedAtomicImpl.cpp +++ b/src/items/impl/ATUntypedAtomicImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATUntypedAtomicImpl.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/ATUntypedAtomicImpl.hpp b/src/items/impl/ATUntypedAtomicImpl.hpp index 4d7769da..58918116 100644 --- a/src/items/impl/ATUntypedAtomicImpl.hpp +++ b/src/items/impl/ATUntypedAtomicImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ATUntypedAtomicImpl.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATUNTYPEDATOMICIMPL_HPP diff --git a/src/items/impl/FunctionRefImpl.cpp b/src/items/impl/FunctionRefImpl.cpp index 10961dbd..9dc9f1b5 100644 --- a/src/items/impl/FunctionRefImpl.cpp +++ b/src/items/impl/FunctionRefImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRefImpl.cpp 641 2008-09-01 14:02:54Z jpcs $ + * $Id$ */ #include "../../config/xqilla_config.h" diff --git a/src/items/impl/FunctionRefImpl.hpp b/src/items/impl/FunctionRefImpl.hpp index 109c231e..8f92981e 100644 --- a/src/items/impl/FunctionRefImpl.hpp +++ b/src/items/impl/FunctionRefImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionRefImpl.hpp 641 2008-09-01 14:02:54Z jpcs $ + * $Id$ */ #ifndef _XQILLAFUNCTIONREFIMPL_HPP diff --git a/src/lexer/XQLexer.cpp b/src/lexer/XQLexer.cpp index d074cc85..0214acea 100644 --- a/src/lexer/XQLexer.cpp +++ b/src/lexer/XQLexer.cpp @@ -13821,7 +13821,7 @@ static yyconst short int yy_chk[26368] = * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLexer.cpp 785 2009-08-13 10:39:24Z gmfeinberg $ + * $Id$ */ #line 23 "../src/lexer/XQLexer.l" diff --git a/src/lexer/XQLexer.hpp b/src/lexer/XQLexer.hpp index 46294da8..98972f37 100644 --- a/src/lexer/XQLexer.hpp +++ b/src/lexer/XQLexer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLexer.hpp 772 2009-06-08 13:33:22Z jpcs $ + * $Id$ */ #ifndef XQLEXER_H diff --git a/src/lexer/XQLexer.l b/src/lexer/XQLexer.l index 95c291b0..38823047 100644 --- a/src/lexer/XQLexer.l +++ b/src/lexer/XQLexer.l @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLexer.l 785 2009-08-13 10:39:24Z gmfeinberg $ + * $Id$ */ %{ diff --git a/src/lexer/XQLexer2.cpp b/src/lexer/XQLexer2.cpp index c299dba8..cc6b333c 100644 --- a/src/lexer/XQLexer2.cpp +++ b/src/lexer/XQLexer2.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQLexer2.cpp 772 2009-06-08 13:33:22Z jpcs $ + * $Id$ */ #include "XQLexer.hpp" diff --git a/src/lexer/XSLT2Lexer.cpp b/src/lexer/XSLT2Lexer.cpp index 51cec9ca..12383629 100644 --- a/src/lexer/XSLT2Lexer.cpp +++ b/src/lexer/XSLT2Lexer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XSLT2Lexer.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "XSLT2Lexer.hpp" diff --git a/src/lexer/XSLT2Lexer.hpp b/src/lexer/XSLT2Lexer.hpp index 467a47c2..3db3a526 100644 --- a/src/lexer/XSLT2Lexer.hpp +++ b/src/lexer/XSLT2Lexer.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XSLT2Lexer.hpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifndef XSLT2LEXER_HPP diff --git a/src/mapm/mapm_mt.cpp b/src/mapm/mapm_mt.cpp index 4d009385..5a132476 100644 --- a/src/mapm/mapm_mt.cpp +++ b/src/mapm/mapm_mt.cpp @@ -23,7 +23,7 @@ */ /* - * $Id: mapm_mt.cpp 478 2008-01-14 14:46:29Z jpcs $ + * $Id$ * * This file contains all wrapper functions for the library * using semaphores diff --git a/src/operators/And.cpp b/src/operators/And.cpp index 5bdf958a..ccdeeaed 100644 --- a/src/operators/And.cpp +++ b/src/operators/And.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: And.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/ArithmeticOperator.cpp b/src/operators/ArithmeticOperator.cpp index f6ecff1f..36a0e7c7 100644 --- a/src/operators/ArithmeticOperator.cpp +++ b/src/operators/ArithmeticOperator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ArithmeticOperator.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/ComparisonOperator.cpp b/src/operators/ComparisonOperator.cpp index f33afcaf..90c4449b 100644 --- a/src/operators/ComparisonOperator.cpp +++ b/src/operators/ComparisonOperator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ComparisonOperator.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Divide.cpp b/src/operators/Divide.cpp index 3e6899c5..ba5a65f8 100644 --- a/src/operators/Divide.cpp +++ b/src/operators/Divide.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Divide.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Equals.cpp b/src/operators/Equals.cpp index 8d066756..cb8332c6 100644 --- a/src/operators/Equals.cpp +++ b/src/operators/Equals.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Equals.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Except.cpp b/src/operators/Except.cpp index fb25bf6b..850b29d7 100644 --- a/src/operators/Except.cpp +++ b/src/operators/Except.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Except.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/GeneralComp.cpp b/src/operators/GeneralComp.cpp index 55d7e036..85bd29ca 100644 --- a/src/operators/GeneralComp.cpp +++ b/src/operators/GeneralComp.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GeneralComp.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/GreaterThan.cpp b/src/operators/GreaterThan.cpp index 16265710..21655a29 100644 --- a/src/operators/GreaterThan.cpp +++ b/src/operators/GreaterThan.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GreaterThan.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/GreaterThanEqual.cpp b/src/operators/GreaterThanEqual.cpp index fa8d7d7b..c2518a26 100644 --- a/src/operators/GreaterThanEqual.cpp +++ b/src/operators/GreaterThanEqual.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: GreaterThanEqual.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/IntegerDivide.cpp b/src/operators/IntegerDivide.cpp index 24e5bd0a..2480f40c 100644 --- a/src/operators/IntegerDivide.cpp +++ b/src/operators/IntegerDivide.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: IntegerDivide.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Intersect.cpp b/src/operators/Intersect.cpp index b8986ea9..20d5cc74 100644 --- a/src/operators/Intersect.cpp +++ b/src/operators/Intersect.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Intersect.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/LessThan.cpp b/src/operators/LessThan.cpp index 7d9624e8..f62a66ed 100644 --- a/src/operators/LessThan.cpp +++ b/src/operators/LessThan.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LessThan.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/LessThanEqual.cpp b/src/operators/LessThanEqual.cpp index 111111d5..f83b02c2 100644 --- a/src/operators/LessThanEqual.cpp +++ b/src/operators/LessThanEqual.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LessThanEqual.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Minus.cpp b/src/operators/Minus.cpp index 1313f2b2..d212005d 100644 --- a/src/operators/Minus.cpp +++ b/src/operators/Minus.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Minus.cpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Mod.cpp b/src/operators/Mod.cpp index 16b7c6be..32777e6c 100644 --- a/src/operators/Mod.cpp +++ b/src/operators/Mod.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Mod.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Multiply.cpp b/src/operators/Multiply.cpp index d3720070..1274b60b 100644 --- a/src/operators/Multiply.cpp +++ b/src/operators/Multiply.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Multiply.cpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/NodeComparison.cpp b/src/operators/NodeComparison.cpp index 5e2093d7..d387a72f 100644 --- a/src/operators/NodeComparison.cpp +++ b/src/operators/NodeComparison.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NodeComparison.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/NotEquals.cpp b/src/operators/NotEquals.cpp index 00fcce13..8aca2920 100644 --- a/src/operators/NotEquals.cpp +++ b/src/operators/NotEquals.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NotEquals.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Or.cpp b/src/operators/Or.cpp index 3e5eab57..2f64bb0d 100644 --- a/src/operators/Or.cpp +++ b/src/operators/Or.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Or.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/OrderComparison.cpp b/src/operators/OrderComparison.cpp index 3cca760a..ece86cbc 100644 --- a/src/operators/OrderComparison.cpp +++ b/src/operators/OrderComparison.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: OrderComparison.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Plus.cpp b/src/operators/Plus.cpp index c9a5f8bb..3a5c6fb0 100644 --- a/src/operators/Plus.cpp +++ b/src/operators/Plus.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Plus.cpp 645 2008-09-19 14:51:34Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Range.cpp b/src/operators/Range.cpp index c7e61ecd..51329f46 100644 --- a/src/operators/Range.cpp +++ b/src/operators/Range.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Range.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/UnaryMinus.cpp b/src/operators/UnaryMinus.cpp index 22be1d53..07b9825e 100644 --- a/src/operators/UnaryMinus.cpp +++ b/src/operators/UnaryMinus.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UnaryMinus.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/operators/Union.cpp b/src/operators/Union.cpp index d14da5d4..71aa1a82 100644 --- a/src/operators/Union.cpp +++ b/src/operators/Union.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Union.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/optimizer/ASTCopier.cpp b/src/optimizer/ASTCopier.cpp index 3eec8124..1baab3b5 100644 --- a/src/optimizer/ASTCopier.cpp +++ b/src/optimizer/ASTCopier.cpp @@ -278,7 +278,7 @@ COPY_XQ2(DocumentOrder, Expression, Unordered) COPY_XQ3(Predicate, Expression, Predicate, Reverse) COPY_XQ1(NameExpression, Expression) COPY_XQ1(ContentSequence, Expression) -COPY_XQ2(DirectName, QName, IsAttr) +COPY_XQ2(DirectName, QName, UseDefaultNamespace) COPY_XQ2(NamespaceBinding, Namespaces, Expression) COPY_XQ2(FunctionConversion, Expression, SequenceType) COPY_XQ5(AnalyzeString, Expression, Regex, Flags, Match, NonMatch) diff --git a/src/optimizer/ASTVisitor.cpp b/src/optimizer/ASTVisitor.cpp index 50c8d11a..621aea58 100644 --- a/src/optimizer/ASTVisitor.cpp +++ b/src/optimizer/ASTVisitor.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ASTVisitor.cpp 680 2008-11-24 16:02:25Z jpcs $ + * $Id$ */ #include diff --git a/src/optimizer/Optimizer.cpp b/src/optimizer/Optimizer.cpp index f93526a0..1f4c15d6 100644 --- a/src/optimizer/Optimizer.cpp +++ b/src/optimizer/Optimizer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Optimizer.cpp 797 2009-09-24 15:00:23Z jpcs $ + * $Id$ */ #include diff --git a/src/optimizer/QueryPathNode.cpp b/src/optimizer/QueryPathNode.cpp index 2c962f5c..ef349046 100644 --- a/src/optimizer/QueryPathNode.cpp +++ b/src/optimizer/QueryPathNode.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathNode.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include diff --git a/src/optimizer/QueryPathTreeGenerator.cpp b/src/optimizer/QueryPathTreeGenerator.cpp index 24cc9377..081fb1c4 100644 --- a/src/optimizer/QueryPathTreeGenerator.cpp +++ b/src/optimizer/QueryPathTreeGenerator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QueryPathTreeGenerator.cpp 680 2008-11-24 16:02:25Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/parser/QName.cpp b/src/parser/QName.cpp index 24dfea12..a33ab2bb 100644 --- a/src/parser/QName.cpp +++ b/src/parser/QName.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: QName.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/parser/XQParser.cpp b/src/parser/XQParser.cpp index 0b1cb7b7..bdd4da07 100644 --- a/src/parser/XQParser.cpp +++ b/src/parser/XQParser.cpp @@ -1,24 +1,23 @@ -/* A Bison parser, made by GNU Bison 2.3. */ + +/* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton implementation for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify + + 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. - + the Free Software Foundation, either version 3 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -29,7 +28,7 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ @@ -47,7 +46,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "2.3" +#define YYBISON_VERSION "2.4.1" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -55,11 +54,355 @@ /* Pure parsers. */ #define YYPURE 1 +/* Push parsers. */ +#define YYPUSH 0 + +/* Pull parsers. */ +#define YYPULL 1 + /* Using locations. */ #define YYLSP_NEEDED 1 +/* Copy the first part of user declarations. */ + +/* Line 189 of yacc.c */ +#line 22 "../src/parser/XQParser.y" + + +#if defined(WIN32) && !defined(__CYGWIN__) +// turn off the warnings "switch statement contains 'default' but no 'case' labels" +// "'yyerrlab1' : unreferenced label" +#pragma warning(disable : 4065 4102) +#endif + +#include +#include +#include + +#include + +#include "../lexer/XQLexer.hpp" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +#include + +#include +#include +#include +#include + +#include +#include +#include +#include "../config/xqilla_config.h" + +#define YYPARSE_PARAM qp +#define YYDEBUG 1 +#define YYERROR_VERBOSE + +// this removes a memory leak occurring when an error is found in the query (we throw an exception from inside +// yyerror, preventing the bison-generated code from cleaning up the memory); by defining this macro we use +// stack-based memory instead of the heap +#define YYSTACK_USE_ALLOCA 1 +#if HAVE_ALLOCA_H +#include +#elif defined __GNUC__ +#undef alloca +#define alloca __builtin_alloca +#elif defined _AIX +#define alloca __alloca +#elif defined _MSC_VER +#include +#else +#include +#ifdef __cplusplus +extern "C" +#endif +void *alloca (size_t); +#endif + +#define QP ((XQParserArgs*)qp) +#define CONTEXT (QP->_context) +#define LANGUAGE (QP->_lexer->getLanguage()) +#define MEMMGR (CONTEXT->getMemoryManager()) + +#define REJECT_NOT_XQUERY(where,pos) if(!QP->_lexer->isXQuery()) { yyerror(LANGUAGE, #where, (pos).first_line, (pos).first_column); } +#define REJECT_NOT_EXTENSION(where,pos) if(!QP->_lexer->isExtensions()) { yyerror(LANGUAGE, #where, (pos).first_line, (pos).first_column); } + +#define WRAP(pos,object) (wrapForDebug((QP), (object), (pos).first_line, (pos).first_column)) + +#define LOCATION(pos,name) LocationInfo name(QP->_query->getFile(), (pos).first_line, (pos).first_column) + +#define GET_NAVIGATION(pos, object) (((object)->getType() == ASTNode::NAVIGATION) ? (XQNav*)(object) : WRAP(pos, new (MEMMGR) XQNav((object), MEMMGR))) + +#define PRESERVE_NS(pos, object) (QP->_lexer->getNSResolver() == 0 ? (object) : WRAP((pos), new (MEMMGR) XQNamespaceBinding(QP->_lexer->getNSResolver(), (object), MEMMGR))) + +#define BIT_ORDERING_SPECIFIED 0 +#define BIT_BOUNDARY_SPECIFIED 1 +#define BIT_COLLATION_SPECIFIED 2 +#define BIT_BASEURI_SPECIFIED 3 +#define BIT_CONSTRUCTION_SPECIFIED 4 +#define BIT_EMPTYORDERING_SPECIFIED 5 +#define BIT_COPYNAMESPACE_SPECIFIED 6 +#define BIT_DEFAULTELEMENTNAMESPACE_SPECIFIED 7 +#define BIT_DEFAULTFUNCTIONNAMESPACE_SPECIFIED 8 +#define BIT_DECLARE_SECOND_STEP 9 +#define BIT_REVALIDATION_SPECIFIED 10 + +#define CHECK_SECOND_STEP(pos, name) { \ + if(QP->_flags.get(BIT_DECLARE_SECOND_STEP)) \ + yyerror((pos), "Prolog contains " name " declaration after a variable, function or option declaration"); \ +} + +#define CHECK_SPECIFIED(pos, bit, name, error) { \ + if(QP->_flags.get(bit)) \ + yyerror((pos), "Prolog contains more than one " name " declaration [err:" error "]"); \ + QP->_flags.set(bit); \ +} + +#define SET_NAMESPACE(pos, prefix, uri) { \ + if(QP->_namespaceDecls.containsKey((prefix))) \ + yyerror((pos), "Namespace prefix has already been bound to a namespace [err:XQST0033]"); \ + QP->_namespaceDecls.put((prefix), NULL); \ + CONTEXT->setNamespaceBinding((prefix), (uri)); \ +} + +#undef yylex +#define yylex QP->_lexer->yylex +#undef yyerror +#define yyerror QP->_lexer->error + +XERCES_CPP_NAMESPACE_USE; +using namespace std; + +static const XMLCh sz1_0[] = { chDigit_1, chPeriod, chDigit_0, chNull }; +static const XMLCh option_projection[] = { 'p', 'r', 'o', 'j', 'e', 'c', 't', 'i', 'o', 'n', 0 }; +static const XMLCh option_psvi[] = { 'p', 's', 'v', 'i', 0 }; +static const XMLCh option_lint[] = { 'l', 'i', 'n', 't', 0 }; +static const XMLCh var_name[] = { 'n', 'a', 'm', 'e', 0 }; + +static inline VectorOfASTNodes packageArgs(ASTNode *arg1Impl, ASTNode *arg2Impl, XPath2MemoryManager* memMgr) +{ + VectorOfASTNodes args=VectorOfASTNodes(2,(ASTNode*)NULL,XQillaAllocator(memMgr)); + args[0]=arg1Impl; + args[1]=arg2Impl; + + return args; +} + +static inline TupleNode *getLastAncestor(TupleNode *node) +{ + while(node->getParent()) node = const_cast(node->getParent()); + return node; +} + +static inline TupleNode *setLastAncestor(TupleNode *node, TupleNode *ancestor) +{ + getLastAncestor(node)->setParent(ancestor); + return node; +} + +template +TYPE *wrapForDebug(XQParserArgs *qp, TYPE* pObjToWrap, unsigned int line, unsigned int column) +{ + if(pObjToWrap->getLine() == 0) + pObjToWrap->setLocationInfo(QP->_query->getFile(), line, column); + return pObjToWrap; +} + +#define RESOLVE_QNAME(pos, qname) const XMLCh *uri, *name; resolveQName((pos), QP, (qname), uri, name) + +static void resolveQName(const yyltype &pos, XQParserArgs *qp, const XMLCh *qname, const XMLCh *&uri, const XMLCh *&name) +{ + const XMLCh *prefix = XPath2NSUtils::getPrefix(qname, MEMMGR); + name = XPath2NSUtils::getLocalName(qname); + + if(prefix == 0 || *prefix == 0) { + uri = 0; + } + else { + if(QP->_lexer->getNSResolver() == 0) { + if(prefix == 0 || *prefix == 0) + uri = CONTEXT->getDefaultElementAndTypeNS(); + else uri = CONTEXT->getNSResolver()->lookupNamespaceURI(prefix); + } + else { + uri = QP->_lexer->getNSResolver()->lookupNamespaceURI(prefix); + } + + if(uri == 0 || *uri == 0) { + ostringstream oss; + oss << "No namespace binding for prefix '" << UTF8(prefix) << "' [err:XTSE0280]"; + yyerror(pos, oss.str().c_str()); + } + } +} + +#define XSLT_VARIABLE_VALUE(pos, select, seqConstruct, seqType) variableValueXSLT((pos), QP, (select), (seqConstruct), (seqType)) + +static ASTNode *variableValueXSLT(const yyltype &pos, XQParserArgs *qp, ASTNode *select, XQSequence *seqConstruct, SequenceType *seqType) +{ + if(!seqConstruct->getChildren().empty()) { + if(select != 0) return 0; // signifies an error + + if(seqType == 0) { + return WRAP(pos, new (MEMMGR) XQDocumentConstructor(seqConstruct, MEMMGR)); + } + + return WRAP(pos, new (MEMMGR) XQFunctionConversion(seqConstruct, seqType, MEMMGR)); + } + + if(select != 0) { + if(seqType == 0) return select; + + return WRAP(pos, new (MEMMGR) XQFunctionConversion(select, seqType, MEMMGR)); + } + + if(seqType == 0) { + return WRAP(pos, new (MEMMGR) XQLiteral( + SchemaSymbols::fgURI_SCHEMAFORSCHEMA, + SchemaSymbols::fgDT_STRING, + XMLUni::fgZeroLenString, AnyAtomicType::STRING, + MEMMGR)); + } + + return WRAP(pos, new (MEMMGR) XQFunctionConversion(WRAP(pos, new (MEMMGR) XQSequence(MEMMGR)), seqType, MEMMGR)); +} + +namespace XQParser { + + + +/* Line 189 of yacc.c */ +#line 386 "../src/parser/XQParser.cpp" + +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + +/* Enabling verbose error messages. */ +#ifdef YYERROR_VERBOSE +# undef YYERROR_VERBOSE +# define YYERROR_VERBOSE 1 +#else +# define YYERROR_VERBOSE 0 +#endif + +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 +#endif + + /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE @@ -705,343 +1048,10 @@ -/* Copy the first part of user declarations. */ -#line 22 "../src/parser/XQParser.y" - - -#if defined(WIN32) && !defined(__CYGWIN__) -// turn off the warnings "switch statement contains 'default' but no 'case' labels" -// "'yyerrlab1' : unreferenced label" -#pragma warning(disable : 4065 4102) -#endif - -#include -#include -#include - -#include - -#include "../lexer/XQLexer.hpp" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -#include - -#include -#include -#include -#include - -#include -#include -#include -#include "../config/xqilla_config.h" - -#define YYPARSE_PARAM qp -#define YYDEBUG 1 -#define YYERROR_VERBOSE - -// this removes a memory leak occurring when an error is found in the query (we throw an exception from inside -// yyerror, preventing the bison-generated code from cleaning up the memory); by defining this macro we use -// stack-based memory instead of the heap -#define YYSTACK_USE_ALLOCA 1 -#if HAVE_ALLOCA_H -#include -#elif defined __GNUC__ -#undef alloca -#define alloca __builtin_alloca -#elif defined _AIX -#define alloca __alloca -#elif defined _MSC_VER -#include -#else -#include -#ifdef __cplusplus -extern "C" -#endif -void *alloca (size_t); -#endif - -#define QP ((XQParserArgs*)qp) -#define CONTEXT (QP->_context) -#define LANGUAGE (QP->_lexer->getLanguage()) -#define MEMMGR (CONTEXT->getMemoryManager()) - -#define REJECT_NOT_XQUERY(where,pos) if(!QP->_lexer->isXQuery()) { yyerror(LANGUAGE, #where, (pos).first_line, (pos).first_column); } -#define REJECT_NOT_EXTENSION(where,pos) if(!QP->_lexer->isExtensions()) { yyerror(LANGUAGE, #where, (pos).first_line, (pos).first_column); } - -#define WRAP(pos,object) (wrapForDebug((QP), (object), (pos).first_line, (pos).first_column)) - -#define LOCATION(pos,name) LocationInfo name(QP->_query->getFile(), (pos).first_line, (pos).first_column) - -#define GET_NAVIGATION(pos, object) (((object)->getType() == ASTNode::NAVIGATION) ? (XQNav*)(object) : WRAP(pos, new (MEMMGR) XQNav((object), MEMMGR))) - -#define PRESERVE_NS(pos, object) (QP->_lexer->getNSResolver() == 0 ? (object) : WRAP((pos), new (MEMMGR) XQNamespaceBinding(QP->_lexer->getNSResolver(), (object), MEMMGR))) - -#define BIT_ORDERING_SPECIFIED 0 -#define BIT_BOUNDARY_SPECIFIED 1 -#define BIT_COLLATION_SPECIFIED 2 -#define BIT_BASEURI_SPECIFIED 3 -#define BIT_CONSTRUCTION_SPECIFIED 4 -#define BIT_EMPTYORDERING_SPECIFIED 5 -#define BIT_COPYNAMESPACE_SPECIFIED 6 -#define BIT_DEFAULTELEMENTNAMESPACE_SPECIFIED 7 -#define BIT_DEFAULTFUNCTIONNAMESPACE_SPECIFIED 8 -#define BIT_DECLARE_SECOND_STEP 9 -#define BIT_REVALIDATION_SPECIFIED 10 - -#define CHECK_SECOND_STEP(pos, name) { \ - if(QP->_flags.get(BIT_DECLARE_SECOND_STEP)) \ - yyerror((pos), "Prolog contains " name " declaration after a variable, function or option declaration"); \ -} - -#define CHECK_SPECIFIED(pos, bit, name, error) { \ - if(QP->_flags.get(bit)) \ - yyerror((pos), "Prolog contains more than one " name " declaration [err:" error "]"); \ - QP->_flags.set(bit); \ -} - -#define SET_NAMESPACE(pos, prefix, uri) { \ - if(QP->_namespaceDecls.containsKey((prefix))) \ - yyerror((pos), "Namespace prefix has already been bound to a namespace [err:XQST0033]"); \ - QP->_namespaceDecls.put((prefix), NULL); \ - CONTEXT->setNamespaceBinding((prefix), (uri)); \ -} - -#undef yylex -#define yylex QP->_lexer->yylex -#undef yyerror -#define yyerror QP->_lexer->error - -XERCES_CPP_NAMESPACE_USE; -using namespace std; - -static const XMLCh sz1_0[] = { chDigit_1, chPeriod, chDigit_0, chNull }; -static const XMLCh option_projection[] = { 'p', 'r', 'o', 'j', 'e', 'c', 't', 'i', 'o', 'n', 0 }; -static const XMLCh option_psvi[] = { 'p', 's', 'v', 'i', 0 }; -static const XMLCh option_lint[] = { 'l', 'i', 'n', 't', 0 }; -static const XMLCh var_name[] = { 'n', 'a', 'm', 'e', 0 }; - -static inline VectorOfASTNodes packageArgs(ASTNode *arg1Impl, ASTNode *arg2Impl, XPath2MemoryManager* memMgr) -{ - VectorOfASTNodes args=VectorOfASTNodes(2,(ASTNode*)NULL,XQillaAllocator(memMgr)); - args[0]=arg1Impl; - args[1]=arg2Impl; - - return args; -} - -static inline TupleNode *getLastAncestor(TupleNode *node) -{ - while(node->getParent()) node = const_cast(node->getParent()); - return node; -} - -static inline TupleNode *setLastAncestor(TupleNode *node, TupleNode *ancestor) -{ - getLastAncestor(node)->setParent(ancestor); - return node; -} - -template -TYPE *wrapForDebug(XQParserArgs *qp, TYPE* pObjToWrap, unsigned int line, unsigned int column) -{ - if(pObjToWrap->getLine() == 0) - pObjToWrap->setLocationInfo(QP->_query->getFile(), line, column); - return pObjToWrap; -} - -#define RESOLVE_QNAME(pos, qname) const XMLCh *uri, *name; resolveQName((pos), QP, (qname), uri, name) - -static void resolveQName(const yyltype &pos, XQParserArgs *qp, const XMLCh *qname, const XMLCh *&uri, const XMLCh *&name) -{ - const XMLCh *prefix = XPath2NSUtils::getPrefix(qname, MEMMGR); - name = XPath2NSUtils::getLocalName(qname); - - if(prefix == 0 || *prefix == 0) { - uri = 0; - } - else { - if(QP->_lexer->getNSResolver() == 0) { - if(prefix == 0 || *prefix == 0) - uri = CONTEXT->getDefaultElementAndTypeNS(); - else uri = CONTEXT->getNSResolver()->lookupNamespaceURI(prefix); - } - else { - uri = QP->_lexer->getNSResolver()->lookupNamespaceURI(prefix); - } - - if(uri == 0 || *uri == 0) { - ostringstream oss; - oss << "No namespace binding for prefix '" << UTF8(prefix) << "' [err:XTSE0280]"; - yyerror(pos, oss.str().c_str()); - } - } -} - -#define XSLT_VARIABLE_VALUE(pos, select, seqConstruct, seqType) variableValueXSLT((pos), QP, (select), (seqConstruct), (seqType)) - -static ASTNode *variableValueXSLT(const yyltype &pos, XQParserArgs *qp, ASTNode *select, XQSequence *seqConstruct, SequenceType *seqType) -{ - if(!seqConstruct->getChildren().empty()) { - if(select != 0) return 0; // signifies an error - - if(seqType == 0) { - return WRAP(pos, new (MEMMGR) XQDocumentConstructor(seqConstruct, MEMMGR)); - } - - return WRAP(pos, new (MEMMGR) XQFunctionConversion(seqConstruct, seqType, MEMMGR)); - } - - if(select != 0) { - if(seqType == 0) return select; - - return WRAP(pos, new (MEMMGR) XQFunctionConversion(select, seqType, MEMMGR)); - } - - if(seqType == 0) { - return WRAP(pos, new (MEMMGR) XQLiteral( - SchemaSymbols::fgURI_SCHEMAFORSCHEMA, - SchemaSymbols::fgDT_STRING, - XMLUni::fgZeroLenString, AnyAtomicType::STRING, - MEMMGR)); - } - - return WRAP(pos, new (MEMMGR) XQFunctionConversion(WRAP(pos, new (MEMMGR) XQSequence(MEMMGR)), seqType, MEMMGR)); -} - -namespace XQParser { - - - -/* Enabling traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif - -/* Enabling verbose error messages. */ -#ifdef YYERROR_VERBOSE -# undef YYERROR_VERBOSE -# define YYERROR_VERBOSE 1 -#else -# define YYERROR_VERBOSE 0 -#endif - -/* Enabling the token table. */ -#ifndef YYTOKEN_TABLE -# define YYTOKEN_TABLE 0 -#endif - #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef int YYSTYPE; + # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 -# define YYSTYPE_IS_TRIVIAL 1 #endif #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED @@ -1061,8 +1071,8 @@ typedef struct YYLTYPE /* Copy the second part of user declarations. */ -/* Line 216 of yacc.c. */ -#line 1065 "../src/parser/XQParser.cpp" +/* Line 264 of yacc.c */ +#line 1076 "../src/parser/XQParser.cpp" #ifdef short # undef short @@ -1137,14 +1147,14 @@ typedef short int yytype_int16; #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int -YYID (int i) +YYID (int yyi) #else static int -YYID (i) - int i; +YYID (yyi) + int yyi; #endif { - return i; + return yyi; } #endif @@ -1226,9 +1236,9 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */ /* A type that is properly aligned for any stack member. */ union yyalloc { - yytype_int16 yyss; - YYSTYPE yyvs; - YYLTYPE yyls; + yytype_int16 yyss_alloc; + YYSTYPE yyvs_alloc; + YYLTYPE yyls_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ @@ -1263,12 +1273,12 @@ union yyalloc elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ -# define YYSTACK_RELOCATE(Stack) \ +# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack, Stack, yysize); \ - Stack = &yyptr->Stack; \ + YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ + Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ @@ -1279,16 +1289,16 @@ union yyalloc /* YYFINAL -- State number of the termination state. */ #define YYFINAL 318 /* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 8260 +#define YYLAST 8236 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 318 /* YYNNTS -- Number of nonterminals. */ -#define YYNNTS 329 +#define YYNNTS 330 /* YYNRULES -- Number of rules. */ -#define YYNRULES 996 +#define YYNRULES 998 /* YYNRULES -- Number of states. */ -#define YYNSTATES 1640 +#define YYNSTATES 1644 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 @@ -1426,45 +1436,45 @@ static const yytype_uint16 yyprhs[] = 1865, 1869, 1873, 1874, 1877, 1880, 1881, 1884, 1887, 1888, 1891, 1894, 1895, 1898, 1901, 1902, 1905, 1908, 1911, 1914, 1918, 1919, 1921, 1925, 1927, 1930, 1932, 1934, 1936, 1938, - 1940, 1942, 1947, 1951, 1953, 1957, 1960, 1964, 1968, 1973, - 1978, 1982, 1984, 1988, 1991, 1995, 1998, 1999, 2001, 2002, - 2005, 2008, 2012, 2013, 2015, 2017, 2019, 2021, 2025, 2027, - 2029, 2031, 2033, 2035, 2037, 2039, 2041, 2043, 2045, 2047, - 2049, 2051, 2055, 2059, 2064, 2069, 2073, 2077, 2081, 2086, - 2091, 2095, 2100, 2107, 2109, 2111, 2116, 2118, 2122, 2127, - 2134, 2142, 2144, 2146, 2151, 2153, 2155, 2157, 2159, 2161, - 2166, 2169, 2170, 2173, 2176, 2180, 2182, 2186, 2188, 2193, - 2195, 2198, 2200, 2204, 2206, 2209, 2212, 2215, 2218, 2223, - 2225, 2229, 2233, 2237, 2240, 2243, 2246, 2249, 2252, 2254, - 2256, 2258, 2260, 2262, 2264, 2266, 2268, 2270, 2273, 2276, - 2279, 2282, 2285, 2288, 2291, 2294, 2298, 2302, 2309, 2316, - 2319, 2320, 2324, 2327, 2332, 2337, 2344, 2350, 2354, 2360, - 2361, 2364, 2367, 2371, 2373, 2377, 2380, 2383, 2386, 2389, - 2392, 2393, 2395, 2398, 2400, 2403, 2405, 2408, 2412, 2416, - 2421, 2423, 2425, 2427, 2429, 2431, 2435, 2439, 2443, 2447, - 2454, 2461, 2466, 2471, 2476, 2479, 2482, 2485, 2488, 2491, - 2499, 2505, 2511, 2518, 2522, 2524, 2529, 2531, 2533, 2535, - 2537, 2539, 2541, 2547, 2555, 2564, 2575, 2582, 2591, 2592, - 2595, 2598, 2602, 2603, 2606, 2608, 2612, 2614, 2616, 2618, - 2622, 2630, 2634, 2642, 2648, 2658, 2660, 2662, 2664, 2666, - 2670, 2676, 2678, 2680, 2684, 2689, 2693, 2698, 2702, 2708, - 2715, 2717, 2721, 2725, 2727, 2729, 2731, 2733, 2735, 2737, - 2739, 2741, 2743, 2745, 2747, 2749, 2751, 2753, 2755, 2757, - 2759, 2761, 2763, 2765, 2767, 2769, 2771, 2773, 2775, 2777, - 2779, 2781, 2783, 2785, 2787, 2789, 2791, 2793, 2795, 2797, - 2799, 2801, 2803, 2805, 2807, 2809, 2811, 2813, 2815, 2817, - 2819, 2821, 2823, 2825, 2827, 2829, 2831, 2833, 2835, 2837, - 2839, 2841, 2843, 2845, 2847, 2849, 2851, 2853, 2855, 2857, - 2859, 2861, 2863, 2865, 2867, 2869, 2871, 2873, 2875, 2877, - 2879, 2881, 2883, 2885, 2887, 2889, 2891, 2893, 2895, 2897, - 2899, 2901, 2903, 2905, 2907, 2909, 2911, 2913, 2915, 2917, - 2919, 2921, 2923, 2925, 2927, 2929, 2931, 2933, 2935, 2937, - 2939, 2941, 2943, 2945, 2947, 2949, 2951, 2953, 2955, 2957, - 2959, 2961, 2963, 2965, 2967, 2969, 2971, 2973, 2975, 2977, - 2979, 2981, 2983, 2985, 2987, 2989, 2991, 2993, 2995, 2997, - 2999, 3001, 3003, 3005, 3007, 3009, 3011, 3013, 3015, 3017, - 3019, 3021, 3023, 3025, 3027, 3029, 3031, 3033, 3035, 3037, - 3039, 3041, 3043, 3045, 3047, 3049, 3051 + 1940, 1942, 1947, 1951, 1953, 1957, 1960, 1964, 1968, 1970, + 1974, 1979, 1984, 1988, 1990, 1994, 1997, 2001, 2004, 2005, + 2007, 2008, 2011, 2014, 2018, 2019, 2021, 2023, 2025, 2027, + 2031, 2033, 2035, 2037, 2039, 2041, 2043, 2045, 2047, 2049, + 2051, 2053, 2055, 2057, 2061, 2065, 2070, 2075, 2079, 2083, + 2087, 2092, 2097, 2101, 2106, 2113, 2115, 2117, 2122, 2124, + 2128, 2133, 2140, 2148, 2150, 2152, 2157, 2159, 2161, 2163, + 2165, 2167, 2172, 2175, 2176, 2179, 2182, 2186, 2188, 2192, + 2194, 2199, 2201, 2204, 2206, 2210, 2212, 2215, 2218, 2221, + 2224, 2229, 2231, 2235, 2239, 2243, 2246, 2249, 2252, 2255, + 2258, 2260, 2262, 2264, 2266, 2268, 2270, 2272, 2274, 2276, + 2279, 2282, 2285, 2288, 2291, 2294, 2297, 2300, 2304, 2308, + 2315, 2322, 2325, 2326, 2330, 2333, 2338, 2343, 2350, 2356, + 2360, 2366, 2367, 2370, 2373, 2377, 2379, 2383, 2386, 2389, + 2392, 2395, 2398, 2399, 2401, 2404, 2406, 2409, 2411, 2414, + 2418, 2422, 2427, 2429, 2431, 2433, 2435, 2437, 2441, 2445, + 2449, 2453, 2460, 2467, 2472, 2477, 2482, 2485, 2488, 2491, + 2494, 2497, 2505, 2511, 2517, 2524, 2528, 2530, 2535, 2537, + 2539, 2541, 2543, 2545, 2547, 2553, 2561, 2570, 2581, 2588, + 2597, 2598, 2601, 2604, 2608, 2609, 2612, 2614, 2618, 2620, + 2622, 2624, 2628, 2636, 2640, 2648, 2654, 2664, 2666, 2668, + 2670, 2672, 2676, 2682, 2684, 2686, 2690, 2695, 2699, 2704, + 2708, 2714, 2721, 2723, 2727, 2731, 2733, 2735, 2737, 2739, + 2741, 2743, 2745, 2747, 2749, 2751, 2753, 2755, 2757, 2759, + 2761, 2763, 2765, 2767, 2769, 2771, 2773, 2775, 2777, 2779, + 2781, 2783, 2785, 2787, 2789, 2791, 2793, 2795, 2797, 2799, + 2801, 2803, 2805, 2807, 2809, 2811, 2813, 2815, 2817, 2819, + 2821, 2823, 2825, 2827, 2829, 2831, 2833, 2835, 2837, 2839, + 2841, 2843, 2845, 2847, 2849, 2851, 2853, 2855, 2857, 2859, + 2861, 2863, 2865, 2867, 2869, 2871, 2873, 2875, 2877, 2879, + 2881, 2883, 2885, 2887, 2889, 2891, 2893, 2895, 2897, 2899, + 2901, 2903, 2905, 2907, 2909, 2911, 2913, 2915, 2917, 2919, + 2921, 2923, 2925, 2927, 2929, 2931, 2933, 2935, 2937, 2939, + 2941, 2943, 2945, 2947, 2949, 2951, 2953, 2955, 2957, 2959, + 2961, 2963, 2965, 2967, 2969, 2971, 2973, 2975, 2977, 2979, + 2981, 2983, 2985, 2987, 2989, 2991, 2993, 2995, 2997, 2999, + 3001, 3003, 3005, 3007, 3009, 3011, 3013, 3015, 3017, 3019, + 3021, 3023, 3025, 3027, 3029, 3031, 3033, 3035, 3037, 3039, + 3041, 3043, 3045, 3047, 3049, 3051, 3053, 3055, 3057 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ @@ -1478,17 +1488,17 @@ static const yytype_int16 yyrhs[] = 323, 337, -1, 323, 341, -1, 325, 330, 346, 242, -1, 244, -1, 325, 295, 394, -1, 325, 274, -1, 325, 298, 327, -1, 325, 273, 326, -1, 325, 296, - 561, -1, -1, 326, 123, -1, 326, 312, -1, 326, + 562, -1, -1, 326, 123, -1, 326, 312, -1, 326, 313, -1, 56, -1, 57, -1, 58, -1, 329, 330, 346, 242, -1, 252, -1, 329, 274, -1, 329, 296, - 561, -1, 329, 286, -1, -1, 330, 331, -1, 332, + 562, -1, 329, 286, -1, -1, 330, 331, -1, 332, 346, 242, -1, 251, -1, 332, 274, -1, 332, 297, - 454, -1, 332, 296, 561, -1, 332, 285, -1, 332, + 454, -1, 332, 296, 562, -1, 332, 285, -1, 332, 284, -1, 334, 346, 242, -1, 251, -1, 334, 274, - -1, 334, 297, 454, -1, 334, 296, 561, -1, 334, + -1, 334, 297, 454, -1, 334, 296, 562, -1, 334, 285, -1, 334, 284, -1, 336, 346, 242, -1, 257, -1, 336, 274, -1, 336, 297, 454, -1, 336, 296, - 561, -1, 338, 242, -1, 270, -1, 338, 274, -1, + 562, -1, 338, 242, -1, 270, -1, 338, 274, -1, 338, 304, 339, -1, 338, 289, -1, 338, 305, 340, -1, 338, 275, -1, 338, 276, -1, 338, 277, -1, 338, 290, -1, 338, 291, -1, 338, 292, -1, 338, @@ -1511,7 +1521,7 @@ static const yytype_int16 yyrhs[] = -1, 314, -1, -1, 355, 359, -1, 357, 358, 242, -1, 248, -1, 357, 274, -1, -1, 358, 359, -1, 360, 346, 242, -1, 249, -1, 360, 274, -1, 360, - 297, 454, -1, 360, 296, 561, -1, 360, 284, -1, + 297, 454, -1, 360, 296, 562, -1, 360, 284, -1, 362, 242, -1, 250, 297, 454, -1, 364, 346, 242, -1, 256, 299, 454, -1, 253, 366, 369, 242, -1, 367, -1, 366, 367, -1, 368, 346, 242, -1, 254, @@ -1520,7 +1530,7 @@ static const yytype_int16 yyrhs[] = 302, 345, -1, 371, 303, 345, -1, -1, 265, 346, 242, -1, -1, 266, 346, 242, -1, 375, 346, 242, 346, -1, 257, -1, 375, 274, -1, 375, 297, 454, - -1, 375, 296, 561, -1, 377, 346, 242, -1, 258, + -1, 375, 296, 562, -1, 377, 346, 242, -1, 258, -1, 377, 297, 454, -1, 379, 346, 242, -1, 259, -1, 379, 274, 345, -1, 379, 297, 454, -1, 381, 346, 242, -1, 260, -1, 383, 346, 242, -1, 261, @@ -1534,7 +1544,7 @@ static const yytype_int16 yyrhs[] = 346, 242, -1, 269, -1, 393, 297, 454, -1, 394, 12, 395, -1, 395, -1, 400, -1, 38, -1, 397, -1, 38, -1, 32, -1, 233, 42, 398, 43, -1, - 234, 42, 624, 35, 399, 43, -1, 624, -1, 522, + 234, 42, 625, 35, 399, 43, -1, 625, -1, 522, -1, 520, -1, 522, -1, 401, -1, 396, 401, -1, 397, 38, 401, -1, 397, 32, 401, -1, 400, 38, 401, -1, 400, 32, 401, -1, 402, 403, -1, 514, @@ -1544,71 +1554,71 @@ static const yytype_int16 yyrhs[] = -1, 423, 407, -1, -1, 407, 408, 427, -1, 407, 426, 427, -1, 407, 428, 427, -1, 407, 430, 427, -1, 407, 444, 427, -1, 407, 409, 427, -1, 407, - 627, 427, -1, 407, 431, 427, -1, 429, -1, 438, + 628, 427, -1, 407, 431, 427, -1, 429, -1, 438, -1, 439, -1, 446, -1, 433, -1, 434, -1, 435, - -1, 180, 410, 646, 448, 452, -1, 180, 410, 646, - 448, 152, 561, 452, -1, 180, 410, 646, 448, 175, - -1, 180, 410, 646, 448, 152, 561, 175, -1, 192, + -1, 180, 410, 647, 448, 452, -1, 180, 410, 647, + 448, 152, 562, 452, -1, 180, 410, 647, 448, 175, + -1, 180, 410, 647, 448, 152, 562, 175, -1, 192, -1, 193, -1, 420, 412, -1, 420, 413, -1, 412, -1, 413, -1, 414, 453, -1, 423, 414, -1, -1, 414, 408, 427, -1, 414, 426, 427, -1, 414, 428, 427, -1, 414, 430, 427, -1, 414, 444, 427, -1, - 414, 409, 427, -1, 414, 627, 427, -1, 414, 431, + 414, 409, 427, -1, 414, 628, 427, -1, 414, 431, 427, -1, 414, 432, 427, -1, 420, 416, -1, 420, 417, -1, 416, -1, 417, -1, 418, 453, -1, 423, 418, -1, -1, 418, 425, 427, -1, 418, 426, 427, -1, 418, 428, 427, -1, 418, 430, 427, -1, 418, - 444, 427, -1, 418, 447, 427, -1, 418, 627, 427, + 444, 427, -1, 418, 447, 427, -1, 418, 628, 427, -1, 418, 431, 427, -1, 420, 421, -1, 420, 422, -1, 421, -1, 422, -1, 186, 187, 126, 427, -1, 186, 187, 126, 176, 126, 427, -1, 424, 453, -1, - 423, 424, -1, 190, 173, 625, 39, 582, 427, -1, + 423, 424, -1, 190, 173, 626, 39, 583, 427, -1, -1, 424, 425, 427, -1, 424, 426, 427, -1, 424, 428, 427, -1, 424, 430, 427, -1, 424, 444, 427, - -1, 424, 447, 427, -1, 424, 627, 427, -1, 424, + -1, 424, 447, 427, -1, 424, 628, 427, -1, 424, 431, 427, -1, 424, 432, 427, -1, 429, -1, 438, - -1, 439, -1, 446, -1, 433, -1, 434, -1, 611, + -1, 439, -1, 446, -1, 433, -1, 434, -1, 612, -1, 435, -1, 440, -1, 443, -1, 53, -1, 180, - 173, 625, 39, 582, -1, 180, 68, 171, -1, 180, - 68, 172, -1, 180, 183, 191, 173, 582, -1, 180, - 183, 410, 173, 582, -1, 180, 185, 645, 126, -1, - 180, 69, 592, -1, 180, 182, 121, -1, 180, 182, + 173, 626, 39, 583, -1, 180, 68, 171, -1, 180, + 68, 172, -1, 180, 183, 191, 173, 583, -1, 180, + 183, 410, 173, 583, -1, 180, 185, 646, 126, -1, + 180, 69, 593, -1, 180, 182, 121, -1, 180, 182, 122, -1, 180, 183, 138, 142, 143, -1, 180, 183, 138, 142, 144, -1, 180, 184, 436, 35, 437, -1, 171, -1, 177, -1, 178, -1, 179, -1, 180, 183, - 145, 582, -1, 180, 70, 582, -1, 188, 189, 442, - 582, 441, -1, 188, 189, 582, 441, -1, -1, 115, - 582, -1, 441, 35, 582, -1, 173, 625, 39, -1, - 183, 191, 173, -1, 188, 190, 173, 625, 39, 582, - 441, -1, 188, 190, 582, 441, -1, 180, 127, 9, - 523, 560, 445, -1, 10, 455, -1, 175, -1, 180, + 145, 583, -1, 180, 70, 583, -1, 188, 189, 442, + 583, 441, -1, 188, 189, 583, 441, -1, -1, 115, + 583, -1, 441, 35, 583, -1, 173, 626, 39, -1, + 183, 191, 173, -1, 188, 190, 173, 626, 39, 583, + 441, -1, 188, 190, 583, 441, -1, 180, 127, 9, + 523, 561, 445, -1, 10, 455, -1, 175, -1, 180, 181, 171, -1, 180, 181, 172, -1, 180, 449, 410, - 646, 448, 452, -1, 180, 449, 410, 646, 448, 152, - 561, 452, -1, 180, 449, 410, 646, 448, 175, -1, - 180, 449, 410, 646, 448, 152, 561, 175, -1, 42, + 647, 448, 452, -1, 180, 449, 410, 647, 448, 152, + 562, 452, -1, 180, 449, 410, 647, 448, 175, -1, + 180, 449, 410, 647, 448, 152, 562, 175, -1, 42, 43, -1, 42, 450, 43, -1, -1, 232, -1, 450, - 35, 451, -1, 451, -1, 9, 523, 560, -1, 50, + 35, 451, -1, 451, -1, 9, 523, 561, -1, 50, 454, 52, -1, 51, 454, 52, -1, 454, -1, 454, 35, 455, -1, 455, -1, 456, -1, 474, -1, 477, - -1, 481, -1, 612, -1, 614, -1, 617, -1, 616, - -1, 618, -1, 482, -1, 633, -1, 634, -1, 457, + -1, 481, -1, 613, -1, 615, -1, 618, -1, 617, + -1, 619, -1, 482, -1, 634, -1, 635, -1, 457, 132, 455, -1, 458, 467, 468, -1, 458, 467, -1, 458, 468, -1, 458, -1, 458, 459, -1, 458, 464, -1, 459, -1, 464, -1, 133, 460, -1, 460, 35, - 461, -1, 461, -1, 9, 523, 560, 462, 463, 134, + 461, -1, 461, -1, 9, 523, 561, 462, 463, 134, 455, -1, -1, 115, 9, 523, -1, -1, 194, 9, 523, -1, 135, 465, -1, 465, 35, 466, -1, 466, - -1, 9, 523, 560, 463, 10, 455, -1, 194, 9, + -1, 9, 523, 561, 463, 10, 455, -1, 194, 9, 523, 10, 455, -1, 136, 455, -1, 138, 137, 469, -1, 139, 138, 137, 469, -1, 469, 35, 470, -1, 470, -1, 471, 472, 473, -1, 471, 472, 473, 145, - 582, -1, 455, -1, -1, 140, -1, 141, -1, -1, + 583, -1, 455, -1, -1, 140, -1, 141, -1, -1, 142, 143, -1, 142, 144, -1, 146, 475, 148, 455, -1, 147, 475, 148, 455, -1, 475, 35, 476, -1, - 476, -1, 9, 523, 560, 134, 455, -1, 149, 42, + 476, -1, 9, 523, 561, 134, 455, -1, 149, 42, 454, 43, 478, 479, -1, 478, 480, -1, 480, -1, 183, 9, 523, 132, 455, -1, 183, 132, 455, -1, - 150, 561, 132, 455, -1, 150, 9, 523, 152, 561, + 150, 562, 132, 455, -1, 150, 9, 523, 152, 562, 132, 455, -1, 153, 42, 454, 43, 154, 455, 155, 455, -1, 482, 156, 483, -1, 483, -1, 483, 157, 484, -1, 484, -1, 486, 39, 486, -1, 486, 13, @@ -1618,20 +1628,20 @@ static const yytype_int16 yyrhs[] = 486, -1, 486, 112, 486, -1, 486, 113, 486, -1, 486, 114, 486, -1, 486, 170, 486, -1, 486, 17, 486, -1, 486, 18, 486, -1, 486, -1, 487, 195, - 583, -1, 487, 195, 583, 610, -1, 487, -1, 488, + 584, -1, 487, 195, 584, 611, -1, 487, -1, 488, 161, 488, -1, 488, -1, 488, 36, 489, -1, 488, 37, 489, -1, 489, -1, 489, 11, 490, -1, 489, 162, 490, -1, 489, 73, 490, -1, 489, 163, 490, -1, 490, -1, 490, 12, 491, -1, 490, 164, 491, -1, 491, -1, 491, 165, 492, -1, 491, 166, 492, - -1, 492, -1, 493, 158, 159, 561, -1, 493, -1, - 494, 169, 152, 561, -1, 494, -1, 495, 160, 152, - 558, -1, 495, -1, 496, 168, 152, 558, -1, 496, + -1, 492, -1, 493, 158, 159, 562, -1, 493, -1, + 494, 169, 152, 562, -1, 494, -1, 495, 160, 152, + 559, -1, 495, -1, 496, 168, 152, 559, -1, 496, -1, 37, 496, -1, 36, 496, -1, 497, -1, 498, -1, 503, -1, 499, -1, 167, 51, 454, 52, -1, 167, 71, 51, 454, 52, -1, 167, 72, 51, 454, 52, -1, 500, 51, 52, -1, 500, 51, 454, 52, - -1, 501, -1, 500, 501, -1, 34, 535, 645, 502, + -1, 501, -1, 500, 501, -1, 34, 535, 646, 502, -1, 131, -1, 106, 131, -1, 504, -1, 504, 505, -1, 32, 505, -1, 505, -1, 38, -1, 505, 38, 506, -1, 505, 32, 506, -1, 506, -1, 507, -1, @@ -1641,15 +1651,15 @@ static const yytype_int16 yyrhs[] = -1, 79, 19, -1, 173, 19, -1, 20, 514, -1, 514, -1, 512, 514, -1, 513, -1, 80, 19, -1, 81, 19, -1, 82, 19, -1, 83, 19, -1, 84, - 19, -1, 41, -1, 565, -1, 515, -1, 626, -1, + 19, -1, 41, -1, 566, -1, 515, -1, 627, -1, 516, -1, 11, -1, 128, -1, 129, -1, 519, 518, -1, -1, 518, 21, 454, 22, -1, 520, -1, 522, -1, 524, -1, 525, -1, 528, -1, 530, -1, 526, - -1, 527, -1, 638, -1, 641, -1, 521, -1, 624, - -1, 621, -1, 622, -1, 623, -1, 9, 523, -1, - 645, -1, 42, 454, 43, -1, 42, 43, -1, 40, + -1, 527, -1, 639, -1, 642, -1, 521, -1, 625, + -1, 622, -1, 623, -1, 624, -1, 9, 523, -1, + 646, -1, 42, 454, 43, -1, 42, 43, -1, 40, -1, 121, 51, 454, 52, -1, 122, 51, 454, 52, - -1, 646, 42, 43, -1, 646, 42, 529, 43, -1, + -1, 647, 42, 43, -1, 647, 42, 529, 43, -1, 529, 35, 455, -1, 455, -1, 531, -1, 547, -1, 532, -1, 543, -1, 545, -1, 26, 533, 534, 535, 44, -1, 26, 533, 534, 535, 27, 542, 33, 533, @@ -1663,224 +1673,224 @@ static const yytype_int16 yyrhs[] = -1, -1, 542, 531, -1, 542, 452, -1, 542, 119, -1, 542, 118, -1, 30, 544, 31, -1, -1, 108, -1, 29, 130, 546, -1, 107, -1, 106, 107, -1, - 548, -1, 549, -1, 552, -1, 553, -1, 554, -1, - 555, -1, 85, 51, 454, 52, -1, 191, 550, 551, + 548, -1, 549, -1, 552, -1, 554, -1, 555, -1, + 556, -1, 85, 51, 454, 52, -1, 191, 550, 551, -1, 125, -1, 51, 454, 52, -1, 51, 52, -1, - 51, 454, 52, -1, 59, 550, 551, -1, 66, 51, - 454, 52, -1, 60, 51, 454, 52, -1, 63, 556, - 557, -1, 125, -1, 51, 454, 52, -1, 51, 52, - -1, 51, 454, 52, -1, 564, 559, -1, -1, 23, - -1, -1, 152, 561, -1, 563, 562, -1, 67, 42, - 43, -1, -1, 11, -1, 36, -1, 23, -1, 564, - -1, 174, 42, 43, -1, 565, -1, 642, -1, 644, - -1, 626, -1, 567, -1, 575, -1, 571, -1, 577, - -1, 573, -1, 570, -1, 569, -1, 568, -1, 566, - -1, 62, 42, 43, -1, 61, 42, 43, -1, 61, - 42, 575, 43, -1, 61, 42, 577, 43, -1, 66, - 42, 43, -1, 60, 42, 43, -1, 63, 42, 43, - -1, 63, 42, 625, 43, -1, 63, 42, 126, 43, - -1, 59, 42, 43, -1, 59, 42, 572, 43, -1, - 59, 42, 572, 35, 581, 43, -1, 579, -1, 11, - -1, 64, 42, 574, 43, -1, 579, -1, 191, 42, - 43, -1, 191, 42, 576, 43, -1, 191, 42, 576, - 35, 581, 43, -1, 191, 42, 576, 35, 581, 23, - 43, -1, 580, -1, 11, -1, 65, 42, 578, 43, - -1, 580, -1, 626, -1, 626, -1, 626, -1, 126, - -1, 585, 584, 196, 622, -1, 585, 584, -1, -1, - 584, 592, -1, 584, 591, -1, 585, 24, 586, -1, - 586, -1, 586, 25, 587, -1, 587, -1, 587, 86, - 134, 588, -1, 588, -1, 54, 589, -1, 589, -1, - 42, 583, 43, -1, 590, -1, 520, 606, -1, 522, - 606, -1, 525, 606, -1, 528, 606, -1, 51, 454, - 52, 606, -1, 121, -1, 197, 490, 608, -1, 198, - 607, 608, -1, 199, 607, 200, -1, 201, 609, -1, - 202, 609, -1, 115, 100, -1, 115, 101, -1, 96, - 97, -1, 593, -1, 594, -1, 595, -1, 596, -1, - 599, -1, 604, -1, 605, -1, 203, -1, 204, -1, - 151, 87, -1, 151, 88, -1, 226, 89, -1, 90, - 89, -1, 89, 87, -1, 89, 88, -1, 226, 92, - -1, 90, 92, -1, 226, 93, 598, -1, 226, 93, - 183, -1, 226, 93, 42, 598, 597, 43, -1, 226, - 93, 42, 183, 597, 43, -1, 90, 93, -1, -1, - 597, 35, 598, -1, 115, 624, -1, 115, 624, 205, - 624, -1, 115, 624, 607, 206, -1, 115, 624, 205, - 624, 607, 206, -1, 226, 94, 213, 601, 600, -1, - 90, 94, 213, -1, 226, 183, 94, 213, 600, -1, - -1, 600, 603, -1, 115, 624, -1, 42, 602, 43, - -1, 624, -1, 602, 35, 624, -1, 164, 601, -1, - 166, 601, -1, 207, 624, -1, 226, 95, -1, 90, - 95, -1, -1, 208, -1, 208, 98, -1, 209, -1, - 209, 213, -1, 210, -1, 211, 490, -1, 120, 144, - 490, -1, 120, 102, 490, -1, 212, 490, 161, 490, - -1, 213, -1, 214, -1, 215, -1, 216, -1, 217, - -1, 91, 97, 490, -1, 180, 224, 72, -1, 180, - 224, 71, -1, 180, 224, 103, -1, 613, 455, 152, - 220, 231, 455, -1, 613, 455, 152, 229, 231, 455, - -1, 613, 455, 231, 455, -1, 613, 455, 223, 455, - -1, 613, 455, 222, 455, -1, 221, 62, -1, 221, - 227, -1, 615, 455, -1, 230, 62, -1, 230, 227, - -1, 218, 105, 159, 62, 455, 225, 455, -1, 218, - 62, 455, 225, 455, -1, 228, 62, 455, 152, 455, - -1, 104, 619, 219, 455, 132, 455, -1, 619, 35, - 620, -1, 620, -1, 9, 523, 10, 455, -1, 56, - -1, 57, -1, 58, -1, 126, -1, 645, -1, 645, - -1, 180, 235, 237, 645, 452, -1, 180, 235, 237, - 645, 629, 628, 452, -1, 180, 235, 237, 645, 630, - 236, 394, 452, -1, 180, 235, 237, 645, 630, 236, - 394, 629, 628, 452, -1, 180, 235, 630, 236, 394, - 452, -1, 180, 235, 630, 236, 394, 629, 628, 452, - -1, -1, 152, 561, -1, 42, 43, -1, 42, 450, - 43, -1, -1, 241, 631, -1, 632, -1, 631, 35, - 632, -1, 123, -1, 312, -1, 313, -1, 238, 235, - 645, -1, 238, 235, 645, 225, 42, 636, 43, -1, - 239, 240, 455, -1, 239, 240, 455, 225, 42, 636, - 43, -1, 239, 240, 455, 241, 635, -1, 239, 240, - 455, 241, 635, 225, 42, 636, 43, -1, 645, -1, - 312, -1, 314, -1, 637, -1, 636, 35, 637, -1, - 9, 523, 560, 10, 455, -1, 639, -1, 640, -1, - 646, 55, 56, -1, 193, 448, 560, 452, -1, 517, - 42, 43, -1, 517, 42, 529, 43, -1, 193, 42, - 43, -1, 193, 42, 43, 152, 561, -1, 193, 42, - 643, 43, 152, 561, -1, 561, -1, 643, 35, 561, - -1, 42, 563, 43, -1, 646, -1, 59, -1, 60, - -1, 61, -1, 191, -1, 174, -1, 153, -1, 62, - -1, 63, -1, 64, -1, 65, -1, 66, -1, 149, - -1, 67, -1, 193, -1, 123, -1, 68, -1, 69, - -1, 70, -1, 71, -1, 72, -1, 73, -1, 74, - -1, 75, -1, 76, -1, 77, -1, 78, -1, 79, - -1, 80, -1, 81, -1, 82, -1, 83, -1, 84, - -1, 85, -1, 86, -1, 87, -1, 88, -1, 89, - -1, 90, -1, 92, -1, 93, -1, 94, -1, 95, - -1, 96, -1, 97, -1, 98, -1, 99, -1, 100, - -1, 101, -1, 102, -1, 103, -1, 104, -1, 105, - -1, 109, -1, 110, -1, 111, -1, 112, -1, 113, - -1, 114, -1, 115, -1, 127, -1, 132, -1, 133, - -1, 134, -1, 135, -1, 136, -1, 137, -1, 138, - -1, 139, -1, 140, -1, 141, -1, 142, -1, 143, - -1, 144, -1, 145, -1, 146, -1, 147, -1, 148, - -1, 150, -1, 152, -1, 154, -1, 155, -1, 156, - -1, 157, -1, 158, -1, 159, -1, 160, -1, 161, - -1, 162, -1, 163, -1, 164, -1, 165, -1, 166, - -1, 167, -1, 168, -1, 169, -1, 170, -1, 171, - -1, 172, -1, 173, -1, 175, -1, 176, -1, 177, - -1, 178, -1, 179, -1, 180, -1, 181, -1, 182, - -1, 183, -1, 184, -1, 185, -1, 187, -1, 188, - -1, 189, -1, 192, -1, 194, -1, 195, -1, 196, - -1, 197, -1, 198, -1, 199, -1, 200, -1, 201, - -1, 202, -1, 203, -1, 204, -1, 205, -1, 206, - -1, 207, -1, 208, -1, 209, -1, 210, -1, 211, - -1, 212, -1, 213, -1, 214, -1, 215, -1, 216, - -1, 217, -1, 218, -1, 219, -1, 220, -1, 221, - -1, 222, -1, 223, -1, 224, -1, 225, -1, 227, - -1, 228, -1, 229, -1, 230, -1, 231, -1, 232, - -1, 121, -1, 122, -1, 233, -1, 234, -1, 235, - -1, 236, -1, 237, -1, 238, -1, 239, -1, 240, - -1, 241, -1 + 51, 454, 52, -1, 59, 553, 551, -1, 125, -1, + 51, 454, 52, -1, 66, 51, 454, 52, -1, 60, + 51, 454, 52, -1, 63, 557, 558, -1, 125, -1, + 51, 454, 52, -1, 51, 52, -1, 51, 454, 52, + -1, 565, 560, -1, -1, 23, -1, -1, 152, 562, + -1, 564, 563, -1, 67, 42, 43, -1, -1, 11, + -1, 36, -1, 23, -1, 565, -1, 174, 42, 43, + -1, 566, -1, 643, -1, 645, -1, 627, -1, 568, + -1, 576, -1, 572, -1, 578, -1, 574, -1, 571, + -1, 570, -1, 569, -1, 567, -1, 62, 42, 43, + -1, 61, 42, 43, -1, 61, 42, 576, 43, -1, + 61, 42, 578, 43, -1, 66, 42, 43, -1, 60, + 42, 43, -1, 63, 42, 43, -1, 63, 42, 626, + 43, -1, 63, 42, 126, 43, -1, 59, 42, 43, + -1, 59, 42, 573, 43, -1, 59, 42, 573, 35, + 582, 43, -1, 580, -1, 11, -1, 64, 42, 575, + 43, -1, 580, -1, 191, 42, 43, -1, 191, 42, + 577, 43, -1, 191, 42, 577, 35, 582, 43, -1, + 191, 42, 577, 35, 582, 23, 43, -1, 581, -1, + 11, -1, 65, 42, 579, 43, -1, 581, -1, 627, + -1, 627, -1, 627, -1, 126, -1, 586, 585, 196, + 623, -1, 586, 585, -1, -1, 585, 593, -1, 585, + 592, -1, 586, 24, 587, -1, 587, -1, 587, 25, + 588, -1, 588, -1, 588, 86, 134, 589, -1, 589, + -1, 54, 590, -1, 590, -1, 42, 584, 43, -1, + 591, -1, 520, 607, -1, 522, 607, -1, 525, 607, + -1, 528, 607, -1, 51, 454, 52, 607, -1, 121, + -1, 197, 490, 609, -1, 198, 608, 609, -1, 199, + 608, 200, -1, 201, 610, -1, 202, 610, -1, 115, + 100, -1, 115, 101, -1, 96, 97, -1, 594, -1, + 595, -1, 596, -1, 597, -1, 600, -1, 605, -1, + 606, -1, 203, -1, 204, -1, 151, 87, -1, 151, + 88, -1, 226, 89, -1, 90, 89, -1, 89, 87, + -1, 89, 88, -1, 226, 92, -1, 90, 92, -1, + 226, 93, 599, -1, 226, 93, 183, -1, 226, 93, + 42, 599, 598, 43, -1, 226, 93, 42, 183, 598, + 43, -1, 90, 93, -1, -1, 598, 35, 599, -1, + 115, 625, -1, 115, 625, 205, 625, -1, 115, 625, + 608, 206, -1, 115, 625, 205, 625, 608, 206, -1, + 226, 94, 213, 602, 601, -1, 90, 94, 213, -1, + 226, 183, 94, 213, 601, -1, -1, 601, 604, -1, + 115, 625, -1, 42, 603, 43, -1, 625, -1, 603, + 35, 625, -1, 164, 602, -1, 166, 602, -1, 207, + 625, -1, 226, 95, -1, 90, 95, -1, -1, 208, + -1, 208, 98, -1, 209, -1, 209, 213, -1, 210, + -1, 211, 490, -1, 120, 144, 490, -1, 120, 102, + 490, -1, 212, 490, 161, 490, -1, 213, -1, 214, + -1, 215, -1, 216, -1, 217, -1, 91, 97, 490, + -1, 180, 224, 72, -1, 180, 224, 71, -1, 180, + 224, 103, -1, 614, 455, 152, 220, 231, 455, -1, + 614, 455, 152, 229, 231, 455, -1, 614, 455, 231, + 455, -1, 614, 455, 223, 455, -1, 614, 455, 222, + 455, -1, 221, 62, -1, 221, 227, -1, 616, 455, + -1, 230, 62, -1, 230, 227, -1, 218, 105, 159, + 62, 455, 225, 455, -1, 218, 62, 455, 225, 455, + -1, 228, 62, 455, 152, 455, -1, 104, 620, 219, + 455, 132, 455, -1, 620, 35, 621, -1, 621, -1, + 9, 523, 10, 455, -1, 56, -1, 57, -1, 58, + -1, 126, -1, 646, -1, 646, -1, 180, 235, 237, + 646, 452, -1, 180, 235, 237, 646, 630, 629, 452, + -1, 180, 235, 237, 646, 631, 236, 394, 452, -1, + 180, 235, 237, 646, 631, 236, 394, 630, 629, 452, + -1, 180, 235, 631, 236, 394, 452, -1, 180, 235, + 631, 236, 394, 630, 629, 452, -1, -1, 152, 562, + -1, 42, 43, -1, 42, 450, 43, -1, -1, 241, + 632, -1, 633, -1, 632, 35, 633, -1, 123, -1, + 312, -1, 313, -1, 238, 235, 646, -1, 238, 235, + 646, 225, 42, 637, 43, -1, 239, 240, 455, -1, + 239, 240, 455, 225, 42, 637, 43, -1, 239, 240, + 455, 241, 636, -1, 239, 240, 455, 241, 636, 225, + 42, 637, 43, -1, 646, -1, 312, -1, 314, -1, + 638, -1, 637, 35, 638, -1, 9, 523, 561, 10, + 455, -1, 640, -1, 641, -1, 647, 55, 56, -1, + 193, 448, 561, 452, -1, 517, 42, 43, -1, 517, + 42, 529, 43, -1, 193, 42, 43, -1, 193, 42, + 43, 152, 562, -1, 193, 42, 644, 43, 152, 562, + -1, 562, -1, 644, 35, 562, -1, 42, 564, 43, + -1, 647, -1, 59, -1, 60, -1, 61, -1, 191, + -1, 174, -1, 153, -1, 62, -1, 63, -1, 64, + -1, 65, -1, 66, -1, 149, -1, 67, -1, 193, + -1, 123, -1, 68, -1, 69, -1, 70, -1, 71, + -1, 72, -1, 73, -1, 74, -1, 75, -1, 76, + -1, 77, -1, 78, -1, 79, -1, 80, -1, 81, + -1, 82, -1, 83, -1, 84, -1, 85, -1, 86, + -1, 87, -1, 88, -1, 89, -1, 90, -1, 92, + -1, 93, -1, 94, -1, 95, -1, 96, -1, 97, + -1, 98, -1, 99, -1, 100, -1, 101, -1, 102, + -1, 103, -1, 104, -1, 105, -1, 109, -1, 110, + -1, 111, -1, 112, -1, 113, -1, 114, -1, 115, + -1, 127, -1, 132, -1, 133, -1, 134, -1, 135, + -1, 136, -1, 137, -1, 138, -1, 139, -1, 140, + -1, 141, -1, 142, -1, 143, -1, 144, -1, 145, + -1, 146, -1, 147, -1, 148, -1, 150, -1, 152, + -1, 154, -1, 155, -1, 156, -1, 157, -1, 158, + -1, 159, -1, 160, -1, 161, -1, 162, -1, 163, + -1, 164, -1, 165, -1, 166, -1, 167, -1, 168, + -1, 169, -1, 170, -1, 171, -1, 172, -1, 173, + -1, 175, -1, 176, -1, 177, -1, 178, -1, 179, + -1, 180, -1, 181, -1, 182, -1, 183, -1, 184, + -1, 185, -1, 187, -1, 188, -1, 189, -1, 192, + -1, 194, -1, 195, -1, 196, -1, 197, -1, 198, + -1, 199, -1, 200, -1, 201, -1, 202, -1, 203, + -1, 204, -1, 205, -1, 206, -1, 207, -1, 208, + -1, 209, -1, 210, -1, 211, -1, 212, -1, 213, + -1, 214, -1, 215, -1, 216, -1, 217, -1, 218, + -1, 219, -1, 220, -1, 221, -1, 222, -1, 223, + -1, 224, -1, 225, -1, 227, -1, 228, -1, 229, + -1, 230, -1, 231, -1, 232, -1, 121, -1, 122, + -1, 233, -1, 234, -1, 235, -1, 236, -1, 237, + -1, 238, -1, 239, -1, 240, -1, 241, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { - 0, 747, 747, 749, 750, 751, 752, 754, 761, 791, - 794, 815, 817, 821, 828, 830, 831, 832, 833, 834, - 835, 839, 858, 862, 867, 874, 879, 884, 893, 896, - 902, 907, 914, 914, 914, 917, 930, 934, 941, 946, - 955, 958, 966, 993, 997, 1004, 1010, 1015, 1020, 1029, - 1053, 1057, 1064, 1069, 1074, 1079, 1090, 1108, 1112, 1119, - 1124, 1132, 1157, 1160, 1163, 1166, 1169, 1172, 1175, 1178, - 1181, 1184, 1187, 1190, 1193, 1196, 1199, 1202, 1205, 1208, - 1214, 1215, 1216, 1217, 1218, 1230, 1233, 1238, 1241, 1246, - 1251, 1259, 1267, 1278, 1289, 1292, 1299, 1309, 1312, 1317, - 1328, 1331, 1336, 1341, 1349, 1350, 1351, 1352, 1353, 1354, - 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, - 1365, 1366, 1370, 1388, 1392, 1397, 1406, 1412, 1412, 1415, - 1435, 1439, 1444, 1452, 1457, 1461, 1469, 1472, 1480, 1493, - 1497, 1508, 1511, 1519, 1537, 1541, 1548, 1553, 1558, 1566, - 1572, 1580, 1588, 1595, 1609, 1613, 1627, 1636, 1644, 1647, - 1654, 1689, 1693, 1698, 1704, 1714, 1717, 1725, 1728, 1735, - 1753, 1757, 1764, 1769, 1777, 1795, 1799, 1807, 1829, 1833, - 1840, 1848, 1857, 1865, 1902, 1906, 1913, 1920, 1929, 1938, - 1965, 1969, 1976, 1988, 2014, 2018, 2025, 2035, 2047, 2051, - 2056, 2065, 2078, 2082, 2087, 2096, 2110, 2114, 2127, 2132, - 2144, 2148, 2156, 2169, 2177, 2190, 2197, 2211, 2211, 2214, - 2214, 2236, 2240, 2244, 2262, 2280, 2290, 2304, 2312, 2318, - 2324, 2330, 2342, 2345, 2359, 2360, 2361, 2362, 2366, 2369, - 2373, 2375, 2379, 2383, 2387, 2391, 2395, 2401, 2407, 2421, - 2422, 2423, 2424, 2425, 2426, 2427, 2433, 2437, 2441, 2445, - 2451, 2451, 2458, 2459, 2460, 2461, 2465, 2468, 2472, 2474, - 2478, 2482, 2486, 2490, 2494, 2500, 2506, 2510, 2521, 2522, - 2523, 2524, 2528, 2531, 2535, 2537, 2541, 2545, 2549, 2553, - 2557, 2563, 2569, 2580, 2581, 2582, 2583, 2588, 2593, 2615, - 2618, 2622, 2634, 2636, 2640, 2644, 2648, 2652, 2656, 2662, - 2668, 2672, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, - 2697, 2697, 2700, 2704, 2712, 2717, 2726, 2731, 2740, 2800, - 2807, 2812, 2821, 2826, 2835, 2845, 2849, 2857, 2861, 2869, - 2885, 2894, 2906, 2915, 2918, 2923, 2932, 2936, 2944, 2954, - 2966, 2973, 2977, 2985, 2990, 3000, 3004, 3008, 3012, 3019, - 3023, 3030, 3033, 3041, 3046, 3056, 3064, 3068, 3076, 3089, - 3104, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, - 3120, 3121, 3122, 3127, 3138, 3142, 3146, 3150, 3154, 3160, - 3166, 3167, 3173, 3180, 3184, 3188, 3200, 3203, 3214, 3217, - 3227, 3234, 3238, 3242, 3246, 3253, 3261, 3266, 3274, 3278, - 3284, 3291, 3306, 3323, 3326, 3330, 3338, 3346, 3350, 3359, - 3367, 3378, 3382, 3386, 3397, 3404, 3409, 3417, 3421, 3429, - 3433, 3441, 3449, 3458, 3463, 3472, 3482, 3486, 3490, 3490, - 3494, 3498, 3502, 3506, 3510, 3514, 3518, 3522, 3526, 3530, - 3534, 3538, 3542, 3547, 3551, 3555, 3560, 3564, 3569, 3573, - 3577, 3582, 3586, 3590, 3594, 3598, 3603, 3607, 3611, 3616, - 3620, 3624, 3629, 3633, 3638, 3643, 3648, 3652, 3657, 3661, - 3666, 3672, 3678, 3683, 3684, 3685, 3693, 3697, 3701, 3709, - 3716, 3725, 3725, 3729, 3749, 3750, 3758, 3759, 3765, 3786, - 3790, 3804, 3810, 3823, 3827, 3827, 3831, 3835, 3844, 3856, - 3867, 3871, 3875, 3879, 3883, 3887, 3891, 3895, 3903, 3911, - 3928, 3936, 3945, 3949, 3953, 3957, 3961, 3969, 3981, 3986, - 3991, 3998, 4003, 4010, 4017, 4028, 4038, 4041, 4052, 4053, - 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4065, 4065, - 4068, 4068, 4068, 4072, 4079, 4083, 4087, 4095, 4103, 4113, - 4123, 4127, 4134, 4139, 4148, 4152, 4161, 4161, 4161, 4165, - 4171, 4180, 4180, 4185, 4188, 4197, 4208, 4208, 4213, 4217, - 4224, 4228, 4239, 4242, 4247, 4258, 4261, 4265, 4279, 4282, - 4287, 4298, 4301, 4305, 4323, 4326, 4331, 4336, 4343, 4356, - 4370, 4373, 4378, 4397, 4398, 4411, 4412, 4413, 4414, 4415, - 4416, 4421, 4429, 4437, 4441, 4449, 4453, 4462, 4470, 4478, - 4486, 4493, 4503, 4510, 4514, 4522, 4533, 4536, 4545, 4548, - 4558, 4565, 4575, 4576, 4578, 4580, 4586, 4590, 4594, 4595, - 4596, 4600, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, - 4620, 4625, 4633, 4637, 4642, 4651, 4659, 4667, 4671, 4675, - 4683, 4687, 4691, 4699, 4700, 4708, 4716, 4721, 4725, 4729, - 4733, 4742, 4743, 4751, 4758, 4761, 4764, 4767, 4771, 4783, - 4795, 4811, 4814, 4818, 4828, 4839, 4844, 4855, 4860, 4864, - 4869, 4873, 4878, 4882, 4887, 4891, 4895, 4899, 4903, 4917, - 4921, 4925, 4929, 4934, 4938, 4942, 4946, 4950, 4964, 4965, - 4966, 4967, 4968, 4969, 4970, 4978, 4982, 4986, 4990, 5001, - 5005, 5009, 5013, 5021, 5025, 5035, 5039, 5043, 5047, 5051, - 5059, 5061, 5068, 5072, 5076, 5080, 5090, 5094, 5098, 5106, - 5108, 5116, 5120, 5127, 5131, 5139, 5143, 5151, 5159, 5163, - 5172, 5175, 5179, 5183, 5187, 5191, 5202, 5208, 5214, 5220, - 5230, 5234, 5238, 5246, 5250, 5258, 5266, 5271, 5276, 5288, - 5292, 5296, 5300, 5304, 5310, 5310, 5315, 5321, 5321, 5326, - 5330, 5340, 5348, 5355, 5360, 5368, 5377, 5389, 5401, 5414, - 5425, 5434, 5446, 5450, 5454, 5459, 5464, 5469, 5478, 5481, - 5489, 5493, 5501, 5505, 5513, 5518, 5527, 5531, 5535, 5543, - 5547, 5555, 5559, 5563, 5567, 5575, 5579, 5583, 5591, 5596, - 5606, 5619, 5619, 5623, 5631, 5640, 5645, 5654, 5658, 5662, - 5669, 5674, 5683, 5692, 5692, 5692, 5692, 5692, 5692, 5692, - 5692, 5693, 5693, 5693, 5693, 5693, 5693, 5694, 5698, 5698, - 5698, 5698, 5698, 5698, 5698, 5698, 5698, 5698, 5699, 5699, - 5699, 5699, 5699, 5699, 5699, 5700, 5700, 5700, 5700, 5700, - 5700, 5700, 5700, 5701, 5701, 5701, 5701, 5701, 5701, 5701, - 5701, 5701, 5701, 5701, 5702, 5702, 5702, 5702, 5702, 5702, - 5702, 5702, 5702, 5702, 5702, 5702, 5703, 5703, 5703, 5703, - 5703, 5703, 5703, 5703, 5703, 5703, 5704, 5704, 5704, 5704, - 5704, 5704, 5704, 5704, 5704, 5704, 5704, 5704, 5705, 5705, - 5705, 5705, 5705, 5705, 5705, 5705, 5705, 5705, 5705, 5705, - 5706, 5706, 5706, 5706, 5706, 5706, 5706, 5706, 5706, 5707, - 5707, 5707, 5707, 5707, 5707, 5707, 5707, 5708, 5708, 5708, - 5708, 5708, 5708, 5708, 5708, 5708, 5709, 5709, 5709, 5709, - 5709, 5709, 5709, 5709, 5709, 5710, 5710, 5710, 5710, 5710, - 5710, 5710, 5710, 5710, 5710, 5711, 5711, 5711, 5711, 5711, - 5711, 5711, 5711, 5711, 5711, 5711, 5712, 5712, 5712, 5712, - 5712, 5712, 5712, 5712, 5712, 5712, 5712 + 0, 748, 748, 750, 751, 752, 753, 755, 762, 792, + 795, 816, 818, 822, 829, 831, 832, 833, 834, 835, + 836, 840, 859, 863, 868, 875, 880, 885, 894, 897, + 903, 908, 915, 915, 915, 918, 931, 935, 942, 947, + 956, 959, 967, 994, 998, 1005, 1011, 1016, 1021, 1030, + 1054, 1058, 1065, 1070, 1075, 1080, 1091, 1109, 1113, 1120, + 1125, 1133, 1158, 1161, 1164, 1167, 1170, 1173, 1176, 1179, + 1182, 1185, 1188, 1191, 1194, 1197, 1200, 1203, 1206, 1209, + 1215, 1216, 1217, 1218, 1219, 1231, 1234, 1239, 1242, 1247, + 1252, 1260, 1268, 1279, 1290, 1293, 1300, 1310, 1313, 1318, + 1329, 1332, 1337, 1342, 1350, 1351, 1352, 1353, 1354, 1355, + 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, + 1366, 1367, 1371, 1389, 1393, 1398, 1407, 1413, 1413, 1416, + 1436, 1440, 1445, 1453, 1458, 1462, 1470, 1473, 1481, 1494, + 1498, 1509, 1512, 1520, 1538, 1542, 1549, 1554, 1559, 1567, + 1573, 1581, 1589, 1596, 1610, 1614, 1628, 1637, 1645, 1648, + 1655, 1690, 1694, 1699, 1705, 1715, 1718, 1726, 1729, 1736, + 1754, 1758, 1765, 1770, 1778, 1796, 1800, 1808, 1830, 1834, + 1841, 1849, 1858, 1866, 1903, 1907, 1914, 1921, 1930, 1939, + 1966, 1970, 1977, 1989, 2015, 2019, 2026, 2036, 2048, 2052, + 2057, 2066, 2079, 2083, 2088, 2097, 2111, 2115, 2128, 2133, + 2145, 2149, 2157, 2170, 2178, 2191, 2198, 2212, 2212, 2215, + 2215, 2237, 2241, 2245, 2263, 2281, 2291, 2305, 2313, 2319, + 2325, 2331, 2343, 2346, 2360, 2361, 2362, 2363, 2367, 2370, + 2374, 2376, 2380, 2384, 2388, 2392, 2396, 2402, 2408, 2422, + 2423, 2424, 2425, 2426, 2427, 2428, 2434, 2438, 2442, 2446, + 2452, 2452, 2459, 2460, 2461, 2462, 2466, 2469, 2473, 2475, + 2479, 2483, 2487, 2491, 2495, 2501, 2507, 2511, 2522, 2523, + 2524, 2525, 2529, 2532, 2536, 2538, 2542, 2546, 2550, 2554, + 2558, 2564, 2570, 2581, 2582, 2583, 2584, 2589, 2594, 2616, + 2619, 2623, 2635, 2637, 2641, 2645, 2649, 2653, 2657, 2663, + 2669, 2673, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, + 2698, 2698, 2701, 2705, 2713, 2718, 2727, 2732, 2741, 2801, + 2808, 2813, 2822, 2827, 2836, 2846, 2850, 2858, 2862, 2870, + 2886, 2895, 2907, 2916, 2919, 2924, 2933, 2937, 2945, 2955, + 2967, 2974, 2978, 2986, 2991, 3001, 3005, 3009, 3013, 3020, + 3024, 3031, 3034, 3042, 3047, 3057, 3065, 3069, 3077, 3090, + 3105, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, + 3121, 3122, 3123, 3128, 3139, 3143, 3147, 3151, 3155, 3161, + 3167, 3168, 3174, 3181, 3185, 3189, 3201, 3204, 3215, 3218, + 3228, 3235, 3239, 3243, 3247, 3254, 3262, 3267, 3275, 3279, + 3285, 3292, 3307, 3324, 3327, 3331, 3339, 3347, 3351, 3360, + 3368, 3379, 3383, 3387, 3398, 3405, 3410, 3418, 3422, 3430, + 3434, 3442, 3450, 3459, 3464, 3473, 3483, 3487, 3491, 3491, + 3495, 3499, 3503, 3507, 3511, 3515, 3519, 3523, 3527, 3531, + 3535, 3539, 3543, 3548, 3552, 3556, 3561, 3565, 3570, 3574, + 3578, 3583, 3587, 3591, 3595, 3599, 3604, 3608, 3612, 3617, + 3621, 3625, 3630, 3634, 3639, 3644, 3649, 3653, 3658, 3662, + 3667, 3673, 3679, 3684, 3685, 3686, 3694, 3698, 3702, 3710, + 3717, 3726, 3726, 3730, 3750, 3751, 3759, 3760, 3766, 3787, + 3791, 3805, 3811, 3824, 3828, 3828, 3832, 3836, 3845, 3857, + 3868, 3872, 3876, 3880, 3884, 3888, 3892, 3896, 3904, 3912, + 3929, 3937, 3946, 3950, 3954, 3958, 3962, 3970, 3982, 3987, + 3992, 3999, 4004, 4011, 4018, 4029, 4039, 4042, 4053, 4054, + 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4066, 4066, + 4069, 4069, 4069, 4073, 4080, 4084, 4088, 4096, 4104, 4114, + 4124, 4128, 4135, 4140, 4149, 4153, 4162, 4162, 4162, 4166, + 4172, 4181, 4181, 4186, 4189, 4198, 4209, 4209, 4214, 4218, + 4225, 4229, 4240, 4243, 4248, 4259, 4262, 4266, 4280, 4283, + 4288, 4299, 4302, 4306, 4324, 4327, 4332, 4337, 4344, 4357, + 4371, 4374, 4379, 4398, 4399, 4412, 4413, 4414, 4415, 4416, + 4417, 4422, 4430, 4438, 4442, 4450, 4454, 4463, 4470, 4474, + 4482, 4490, 4498, 4505, 4515, 4522, 4526, 4534, 4545, 4548, + 4557, 4560, 4570, 4577, 4587, 4588, 4590, 4592, 4598, 4602, + 4606, 4607, 4608, 4612, 4624, 4625, 4626, 4627, 4628, 4629, + 4630, 4631, 4632, 4637, 4645, 4649, 4654, 4663, 4671, 4679, + 4683, 4687, 4695, 4699, 4703, 4711, 4712, 4720, 4728, 4733, + 4737, 4741, 4745, 4754, 4755, 4763, 4770, 4773, 4776, 4779, + 4783, 4795, 4807, 4823, 4826, 4830, 4840, 4851, 4856, 4867, + 4872, 4876, 4881, 4885, 4890, 4894, 4899, 4903, 4907, 4911, + 4915, 4929, 4933, 4937, 4941, 4946, 4950, 4954, 4958, 4962, + 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4990, 4994, 4998, + 5002, 5013, 5017, 5021, 5025, 5033, 5037, 5047, 5051, 5055, + 5059, 5063, 5071, 5073, 5080, 5084, 5088, 5092, 5102, 5106, + 5110, 5118, 5120, 5128, 5132, 5139, 5143, 5151, 5155, 5163, + 5171, 5175, 5184, 5187, 5191, 5195, 5199, 5203, 5214, 5220, + 5226, 5232, 5242, 5246, 5250, 5258, 5262, 5270, 5278, 5283, + 5288, 5300, 5304, 5308, 5312, 5316, 5322, 5322, 5327, 5333, + 5333, 5338, 5342, 5352, 5360, 5367, 5372, 5380, 5389, 5401, + 5413, 5426, 5437, 5446, 5458, 5462, 5466, 5471, 5476, 5481, + 5490, 5493, 5501, 5505, 5513, 5517, 5525, 5530, 5539, 5543, + 5547, 5555, 5559, 5567, 5571, 5575, 5579, 5587, 5591, 5595, + 5603, 5608, 5618, 5631, 5631, 5635, 5643, 5652, 5657, 5666, + 5670, 5674, 5681, 5686, 5695, 5704, 5704, 5704, 5704, 5704, + 5704, 5704, 5704, 5705, 5705, 5705, 5705, 5705, 5705, 5706, + 5710, 5710, 5710, 5710, 5710, 5710, 5710, 5710, 5710, 5710, + 5711, 5711, 5711, 5711, 5711, 5711, 5711, 5712, 5712, 5712, + 5712, 5712, 5712, 5712, 5712, 5713, 5713, 5713, 5713, 5713, + 5713, 5713, 5713, 5713, 5713, 5713, 5714, 5714, 5714, 5714, + 5714, 5714, 5714, 5714, 5714, 5714, 5714, 5714, 5715, 5715, + 5715, 5715, 5715, 5715, 5715, 5715, 5715, 5715, 5716, 5716, + 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, + 5717, 5717, 5717, 5717, 5717, 5717, 5717, 5717, 5717, 5717, + 5717, 5717, 5718, 5718, 5718, 5718, 5718, 5718, 5718, 5718, + 5718, 5719, 5719, 5719, 5719, 5719, 5719, 5719, 5719, 5720, + 5720, 5720, 5720, 5720, 5720, 5720, 5720, 5720, 5721, 5721, + 5721, 5721, 5721, 5721, 5721, 5721, 5721, 5722, 5722, 5722, + 5722, 5722, 5722, 5722, 5722, 5722, 5722, 5723, 5723, 5723, + 5723, 5723, 5723, 5723, 5723, 5723, 5723, 5723, 5724, 5724, + 5724, 5724, 5724, 5724, 5724, 5724, 5724, 5724, 5724 }; #endif @@ -2026,7 +2036,7 @@ static const char *const yytname[] = "OrderSpec", "OrderExpr", "OrderDirection", "EmptyHandling", "QuantifiedExpr", "QuantifyBindingList", "QuantifyBinding", "TypeswitchExpr", "CaseClauseList", "DefaultCase", "CaseClause", - "IfExpr", "OrExpr", "AndExpr", "ComparisonExpr", "@1", "FTContainsExpr", + "IfExpr", "OrExpr", "AndExpr", "ComparisonExpr", "$@1", "FTContainsExpr", "RangeExpr", "AdditiveExpr", "MultiplicativeExpr", "UnionExpr", "IntersectExceptExpr", "InstanceofExpr", "TreatExpr", "CastableExpr", "CastExpr", "UnaryExpr", "ValueExpr", "ValidateExpr", "ExtensionExpr", @@ -2044,16 +2054,16 @@ static const char *const yytname[] = "LiteralAposAttrValueContent", "DirElementContent", "DirCommentConstructor", "DirCommentContents", "DirPIConstructor", "DirPIContents", "ComputedConstructor", "CompDocConstructor", - "CompElemConstructor", "CompConstructorName", "ContentExpr", - "CompAttrConstructor", "CompTextConstructor", "CompCommentConstructor", - "CompPIConstructor", "CompPINCName", "CompPIConstructorContent", - "SingleType", "SingleTypeOccurrence", "TypeDeclaration", "SequenceType", - "OccurrenceIndicator", "ItemType", "AtomicType", "KindTest", - "AnyKindTest", "DocumentTest", "TextTest", "CommentTest", "PITest", - "AttributeTest", "AttribNameOrWildcard", "SchemaAttributeTest", - "AttributeDeclaration", "ElementTest", "ElementNameOrWildcard", - "SchemaElementTest", "ElementDeclaration", "AttributeName", - "ElementName", "TypeName", "URILiteral", "FTSelection", + "CompElemConstructor", "CompElementName", "ContentExpr", + "CompAttrConstructor", "CompAttrName", "CompTextConstructor", + "CompCommentConstructor", "CompPIConstructor", "CompPINCName", + "CompPIConstructorContent", "SingleType", "SingleTypeOccurrence", + "TypeDeclaration", "SequenceType", "OccurrenceIndicator", "ItemType", + "AtomicType", "KindTest", "AnyKindTest", "DocumentTest", "TextTest", + "CommentTest", "PITest", "AttributeTest", "AttribNameOrWildcard", + "SchemaAttributeTest", "AttributeDeclaration", "ElementTest", + "ElementNameOrWildcard", "SchemaElementTest", "ElementDeclaration", + "AttributeName", "ElementName", "TypeName", "URILiteral", "FTSelection", "FTSelectionOptions", "FTOr", "FTAnd", "FTMildnot", "FTUnaryNot", "FTWordsSelection", "FTWords", "FTProximity", "FTMatchOption", "FTCaseOption", "FTDiacriticsOption", "FTStemOption", @@ -2179,45 +2189,45 @@ static const yytype_uint16 yyr1[] = 537, 537, 538, 538, 538, 539, 539, 539, 540, 540, 540, 541, 541, 541, 542, 542, 542, 542, 542, 543, 544, 544, 545, 546, 546, 547, 547, 547, 547, 547, - 547, 548, 549, 550, 550, 551, 551, 552, 553, 554, - 555, 556, 556, 557, 557, 558, 559, 559, 560, 560, - 561, 561, 562, 562, 562, 562, 563, 563, 563, 563, - 563, 564, 565, 565, 565, 565, 565, 565, 565, 565, - 565, 566, 567, 567, 567, 568, 569, 570, 570, 570, - 571, 571, 571, 572, 572, 573, 574, 575, 575, 575, - 575, 576, 576, 577, 578, 579, 580, 581, 582, 583, - 583, 584, 584, 584, 585, 585, 586, 586, 587, 587, - 588, 588, 589, 589, 590, 590, 590, 590, 590, 591, - 591, 591, 591, 591, 591, 591, 591, 591, 592, 592, - 592, 592, 592, 592, 592, 593, 593, 593, 593, 594, - 594, 594, 594, 595, 595, 596, 596, 596, 596, 596, - 597, 597, 598, 598, 598, 598, 599, 599, 599, 600, - 600, 601, 601, 602, 602, 603, 603, 604, 605, 605, - 606, 606, 606, 606, 606, 606, 607, 607, 607, 607, - 608, 608, 608, 609, 609, 610, 611, 611, 611, 612, - 612, 612, 612, 612, 613, 613, 614, 615, 615, 616, - 616, 617, 618, 619, 619, 620, 621, 622, 623, 624, - 625, 626, 627, 627, 627, 627, 627, 627, 628, 628, - 629, 629, 630, 630, 631, 631, 632, 632, 632, 633, - 633, 634, 634, 634, 634, 635, 635, 635, 636, 636, - 637, 638, 638, 639, 640, 641, 641, 642, 642, 642, - 643, 643, 644, 645, 645, 645, 645, 645, 645, 645, - 645, 645, 645, 645, 645, 645, 645, 645, 646, 646, + 547, 548, 549, 550, 550, 551, 551, 552, 553, 553, + 554, 555, 556, 557, 557, 558, 558, 559, 560, 560, + 561, 561, 562, 562, 563, 563, 563, 563, 564, 564, + 564, 564, 564, 565, 566, 566, 566, 566, 566, 566, + 566, 566, 566, 567, 568, 568, 568, 569, 570, 571, + 571, 571, 572, 572, 572, 573, 573, 574, 575, 576, + 576, 576, 576, 577, 577, 578, 579, 580, 581, 582, + 583, 584, 584, 585, 585, 585, 586, 586, 587, 587, + 588, 588, 589, 589, 590, 590, 591, 591, 591, 591, + 591, 592, 592, 592, 592, 592, 592, 592, 592, 592, + 593, 593, 593, 593, 593, 593, 593, 594, 594, 594, + 594, 595, 595, 595, 595, 596, 596, 597, 597, 597, + 597, 597, 598, 598, 599, 599, 599, 599, 600, 600, + 600, 601, 601, 602, 602, 603, 603, 604, 604, 605, + 606, 606, 607, 607, 607, 607, 607, 607, 608, 608, + 608, 608, 609, 609, 609, 610, 610, 611, 612, 612, + 612, 613, 613, 613, 613, 613, 614, 614, 615, 616, + 616, 617, 617, 618, 619, 620, 620, 621, 622, 623, + 624, 625, 626, 627, 628, 628, 628, 628, 628, 628, + 629, 629, 630, 630, 631, 631, 632, 632, 633, 633, + 633, 634, 634, 635, 635, 635, 635, 636, 636, 636, + 637, 637, 638, 639, 639, 640, 641, 642, 642, 643, + 643, 643, 644, 644, 645, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, - 646, 646, 646, 646, 646, 646, 646 + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647, 647, + 647, 647, 647, 647, 647, 647, 647, 647, 647 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ @@ -2284,29 +2294,29 @@ static const yytype_uint8 yyr2[] = 3, 3, 0, 2, 2, 0, 2, 2, 0, 2, 2, 0, 2, 2, 0, 2, 2, 2, 2, 3, 0, 1, 3, 1, 2, 1, 1, 1, 1, 1, - 1, 4, 3, 1, 3, 2, 3, 3, 4, 4, - 3, 1, 3, 2, 3, 2, 0, 1, 0, 2, - 2, 3, 0, 1, 1, 1, 1, 3, 1, 1, + 1, 4, 3, 1, 3, 2, 3, 3, 1, 3, + 4, 4, 3, 1, 3, 2, 3, 2, 0, 1, + 0, 2, 2, 3, 0, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 3, 3, 4, 4, 3, 3, 3, 4, 4, - 3, 4, 6, 1, 1, 4, 1, 3, 4, 6, - 7, 1, 1, 4, 1, 1, 1, 1, 1, 4, - 2, 0, 2, 2, 3, 1, 3, 1, 4, 1, - 2, 1, 3, 1, 2, 2, 2, 2, 4, 1, - 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, - 2, 2, 2, 2, 2, 3, 3, 6, 6, 2, - 0, 3, 2, 4, 4, 6, 5, 3, 5, 0, - 2, 2, 3, 1, 3, 2, 2, 2, 2, 2, - 0, 1, 2, 1, 2, 1, 2, 3, 3, 4, - 1, 1, 1, 1, 1, 3, 3, 3, 3, 6, - 6, 4, 4, 4, 2, 2, 2, 2, 2, 7, - 5, 5, 6, 3, 1, 4, 1, 1, 1, 1, - 1, 1, 5, 7, 8, 10, 6, 8, 0, 2, - 2, 3, 0, 2, 1, 3, 1, 1, 1, 3, - 7, 3, 7, 5, 9, 1, 1, 1, 1, 3, - 5, 1, 1, 3, 4, 3, 4, 3, 5, 6, - 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 3, 3, 4, 4, 3, 3, 3, + 4, 4, 3, 4, 6, 1, 1, 4, 1, 3, + 4, 6, 7, 1, 1, 4, 1, 1, 1, 1, + 1, 4, 2, 0, 2, 2, 3, 1, 3, 1, + 4, 1, 2, 1, 3, 1, 2, 2, 2, 2, + 4, 1, 3, 3, 3, 2, 2, 2, 2, 2, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, + 2, 2, 2, 2, 2, 2, 2, 3, 3, 6, + 6, 2, 0, 3, 2, 4, 4, 6, 5, 3, + 5, 0, 2, 2, 3, 1, 3, 2, 2, 2, + 2, 2, 0, 1, 2, 1, 2, 1, 2, 3, + 3, 4, 1, 1, 1, 1, 1, 3, 3, 3, + 3, 6, 6, 4, 4, 4, 2, 2, 2, 2, + 2, 7, 5, 5, 6, 3, 1, 4, 1, 1, + 1, 1, 1, 1, 5, 7, 8, 10, 6, 8, + 0, 2, 2, 3, 0, 2, 1, 3, 1, 1, + 1, 3, 7, 3, 7, 5, 9, 1, 1, 1, + 1, 3, 5, 1, 1, 3, 4, 3, 4, 3, + 5, 6, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, @@ -2322,7 +2332,7 @@ static const yytype_uint8 yyr2[] = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1 + 1, 1, 1, 1, 1, 1, 1, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state @@ -2332,415 +2342,417 @@ static const yytype_uint16 yydefact[] = { 0, 0, 240, 268, 284, 302, 0, 0, 0, 532, 0, 0, 0, 600, 0, 576, 0, 0, 500, 557, - 527, 0, 786, 787, 788, 834, 835, 836, 840, 841, - 842, 843, 844, 846, 849, 850, 851, 852, 853, 854, - 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, - 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, - 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, - 885, 886, 887, 888, 889, 890, 891, 892, 986, 987, - 848, 789, 893, 533, 534, 894, 895, 896, 897, 898, - 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, - 909, 910, 845, 911, 912, 839, 913, 914, 915, 916, - 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, - 927, 928, 929, 930, 931, 932, 838, 933, 934, 935, - 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, - 946, 837, 947, 847, 948, 949, 950, 951, 952, 953, - 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, - 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, - 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, - 984, 985, 988, 989, 990, 991, 992, 993, 994, 995, - 996, 2, 368, 370, 371, 0, 387, 390, 391, 372, + 527, 0, 788, 789, 790, 836, 837, 838, 842, 843, + 844, 845, 846, 848, 851, 852, 853, 854, 855, 856, + 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, + 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, + 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, + 887, 888, 889, 890, 891, 892, 893, 894, 988, 989, + 850, 791, 895, 533, 534, 896, 897, 898, 899, 900, + 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, + 911, 912, 847, 913, 914, 841, 915, 916, 917, 918, + 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, + 929, 930, 931, 932, 933, 934, 840, 935, 936, 937, + 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, + 948, 839, 949, 849, 950, 951, 952, 953, 954, 955, + 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, + 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, + 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, + 986, 987, 990, 991, 992, 993, 994, 995, 996, 997, + 998, 2, 368, 370, 371, 0, 387, 390, 391, 372, 373, 374, 380, 433, 435, 452, 455, 457, 460, 465, 468, 471, 473, 475, 477, 479, 482, 483, 485, 0, 491, 484, 496, 499, 503, 504, 536, 0, 509, 536, 0, 521, 519, 529, 531, 505, 536, 538, 548, 539, 540, 541, 544, 545, 542, 543, 564, 566, 567, 568, - 565, 605, 606, 607, 608, 609, 610, 528, 650, 642, - 649, 648, 647, 644, 646, 643, 645, 375, 0, 376, + 565, 605, 606, 607, 608, 609, 610, 528, 652, 644, + 651, 650, 649, 646, 648, 645, 647, 375, 0, 376, 0, 378, 377, 379, 550, 551, 552, 549, 530, 381, - 382, 546, 821, 822, 547, 791, 833, 0, 0, 3, + 382, 546, 823, 824, 547, 793, 835, 0, 0, 3, 236, 237, 0, 240, 240, 4, 264, 265, 0, 268, 268, 5, 280, 281, 0, 284, 284, 6, 302, 295, - 296, 302, 0, 11, 94, 7, 8, 10, 1, 834, - 835, 836, 840, 841, 842, 843, 844, 855, 856, 857, - 858, 859, 860, 861, 862, 863, 864, 865, 866, 884, - 986, 987, 895, 897, 908, 909, 845, 839, 926, 932, - 837, 847, 972, 975, 981, 983, 993, 994, 553, 554, - 833, 834, 835, 841, 844, 837, 518, 571, 572, 573, + 296, 302, 0, 11, 94, 7, 8, 10, 1, 836, + 837, 838, 842, 843, 844, 845, 846, 857, 858, 859, + 860, 861, 862, 863, 864, 865, 866, 867, 868, 886, + 988, 989, 897, 899, 910, 911, 847, 841, 928, 934, + 839, 849, 974, 977, 983, 985, 995, 996, 553, 554, + 835, 836, 837, 843, 846, 839, 518, 571, 572, 573, 0, 601, 0, 498, 577, 0, 481, 480, 556, 0, - 512, 0, 0, 613, 0, 0, 0, 0, 0, 0, - 0, 621, 0, 0, 0, 0, 0, 510, 511, 513, + 512, 0, 0, 618, 0, 0, 0, 0, 0, 0, + 0, 623, 0, 0, 0, 0, 0, 510, 511, 513, 514, 515, 516, 522, 523, 524, 525, 526, 0, 0, - 0, 784, 0, 0, 0, 392, 394, 0, 0, 400, + 0, 786, 0, 0, 0, 392, 394, 0, 0, 400, 402, 0, 0, 422, 0, 0, 0, 0, 0, 0, - 517, 0, 0, 0, 628, 0, 0, 774, 775, 0, - 777, 778, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 388, 389, 385, 386, 0, 0, 0, 0, 0, - 0, 0, 0, 438, 0, 0, 0, 0, 0, 0, + 517, 0, 0, 613, 0, 0, 630, 0, 0, 776, + 777, 0, 779, 780, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 388, 389, 385, 386, 0, 0, 0, + 0, 0, 0, 0, 0, 438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, - 497, 0, 0, 506, 508, 507, 520, 0, 535, 0, - 776, 0, 0, 0, 0, 938, 945, 0, 0, 0, - 0, 249, 0, 0, 253, 254, 255, 250, 251, 320, - 321, 0, 252, 238, 0, 234, 235, 239, 938, 0, - 0, 0, 0, 0, 0, 0, 0, 266, 0, 262, - 263, 267, 938, 0, 0, 0, 312, 0, 0, 316, - 317, 319, 313, 314, 0, 315, 0, 282, 318, 0, - 278, 279, 283, 293, 294, 300, 938, 0, 0, 0, - 0, 0, 0, 0, 0, 299, 0, 14, 100, 576, - 0, 603, 602, 599, 0, 555, 664, 660, 0, 663, - 675, 0, 0, 617, 656, 0, 652, 0, 0, 0, - 0, 651, 657, 0, 0, 790, 0, 0, 620, 0, - 666, 0, 674, 676, 655, 0, 0, 0, 0, 0, - 0, 0, 628, 0, 628, 0, 0, 628, 0, 0, - 0, 0, 0, 0, 0, 0, 672, 667, 0, 671, - 612, 0, 359, 0, 364, 0, 0, 0, 0, 0, - 809, 811, 369, 383, 405, 0, 0, 384, 432, 434, - 437, 440, 441, 442, 450, 451, 0, 436, 443, 444, - 445, 446, 447, 448, 449, 0, 0, 0, 750, 750, - 750, 750, 453, 681, 685, 687, 689, 691, 693, 0, - 458, 459, 456, 461, 463, 462, 464, 466, 467, 469, - 470, 0, 0, 0, 0, 489, 0, 502, 501, 0, - 825, 563, 0, 0, 0, 0, 0, 560, 0, 823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 260, 261, 802, 0, 0, 0, 322, 241, 246, - 242, 243, 244, 248, 245, 247, 0, 0, 0, 269, - 274, 270, 271, 272, 276, 277, 273, 275, 0, 0, - 362, 0, 285, 286, 287, 288, 292, 289, 290, 291, - 361, 361, 303, 304, 305, 306, 310, 311, 307, 308, - 309, 12, 13, 0, 96, 97, 0, 577, 0, 604, - 0, 494, 493, 0, 661, 614, 615, 0, 619, 653, - 654, 659, 658, 622, 623, 0, 665, 673, 618, 611, - 0, 783, 0, 558, 559, 396, 393, 398, 0, 401, - 0, 421, 419, 420, 0, 0, 486, 0, 0, 0, - 668, 628, 0, 360, 0, 846, 838, 847, 629, 632, - 636, 638, 641, 639, 640, 0, 0, 824, 0, 0, - 0, 0, 0, 0, 412, 406, 409, 413, 0, 439, - 0, 0, 690, 751, 753, 755, 694, 695, 696, 697, - 0, 454, 0, 680, 0, 0, 472, 474, 476, 626, - 478, 490, 0, 0, 826, 0, 0, 773, 772, 771, - 561, 0, 297, 0, 324, 325, 678, 340, 0, 0, - 353, 354, 330, 331, 0, 0, 0, 0, 335, 336, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, - 0, 343, 0, 0, 0, 715, 716, 0, 0, 329, - 708, 709, 710, 711, 712, 713, 714, 767, 766, 768, - 0, 9, 22, 50, 36, 57, 62, 88, 15, 40, - 16, 40, 17, 100, 18, 100, 19, 0, 20, 0, - 95, 93, 123, 0, 130, 139, 0, 0, 0, 170, - 175, 178, 182, 184, 190, 194, 161, 198, 202, 206, - 127, 128, 102, 103, 104, 100, 105, 101, 106, 136, - 107, 141, 108, 0, 110, 100, 109, 118, 165, 111, - 100, 112, 100, 113, 100, 114, 100, 115, 100, 116, - 100, 117, 100, 119, 0, 120, 100, 121, 100, 576, - 576, 594, 569, 495, 0, 677, 616, 624, 785, 0, - 0, 398, 0, 0, 0, 0, 0, 0, 426, 0, - 487, 488, 0, 365, 363, 0, 0, 0, 0, 633, - 635, 634, 630, 0, 0, 780, 0, 781, 0, 0, - 816, 817, 813, 815, 0, 414, 415, 416, 407, 692, - 750, 752, 754, 0, 684, 0, 0, 699, 0, 0, - 0, 0, 0, 0, 683, 682, 686, 0, 627, 625, - 537, 562, 0, 0, 0, 0, 628, 0, 0, 339, - 0, 0, 0, 328, 802, 806, 807, 808, 803, 804, - 0, 0, 0, 0, 343, 0, 342, 0, 349, 721, - 722, 720, 724, 729, 0, 749, 717, 718, 747, 719, - 723, 0, 0, 748, 0, 0, 89, 90, 28, 24, - 0, 0, 0, 100, 37, 39, 0, 100, 51, 55, - 54, 0, 0, 0, 58, 0, 0, 0, 61, 79, - 63, 67, 68, 69, 73, 74, 76, 65, 70, 71, - 72, 75, 77, 0, 0, 0, 87, 99, 98, 0, - 0, 0, 158, 154, 100, 0, 0, 97, 0, 0, - 0, 0, 140, 0, 149, 0, 100, 0, 97, 97, - 167, 171, 0, 0, 0, 0, 0, 97, 0, 0, - 0, 97, 0, 97, 97, 0, 97, 0, 0, 97, - 97, 0, 197, 200, 0, 203, 204, 0, 0, 0, - 0, 0, 0, 662, 782, 0, 0, 0, 0, 404, - 423, 0, 0, 0, 424, 425, 0, 0, 669, 832, - 631, 637, 827, 830, 0, 366, 367, 0, 0, 0, - 818, 0, 0, 408, 0, 410, 698, 765, 707, 705, - 706, 679, 0, 0, 0, 0, 0, 0, 763, 764, - 703, 704, 688, 769, 770, 298, 301, 0, 323, 332, - 333, 326, 327, 337, 338, 334, 0, 792, 798, 0, - 0, 0, 214, 213, 834, 855, 988, 989, 0, 209, - 0, 212, 210, 221, 232, 228, 0, 258, 256, 346, - 347, 341, 344, 0, 0, 737, 0, 0, 726, 725, - 0, 0, 0, 91, 92, 26, 23, 27, 32, 33, - 34, 25, 43, 41, 100, 0, 38, 0, 53, 52, - 49, 60, 59, 56, 83, 84, 80, 81, 82, 64, - 85, 66, 78, 126, 150, 0, 100, 155, 0, 0, - 152, 124, 125, 122, 133, 134, 135, 132, 131, 129, - 144, 137, 100, 138, 142, 151, 0, 162, 163, 164, - 100, 0, 173, 172, 100, 176, 174, 179, 180, 177, - 181, 185, 187, 188, 186, 183, 191, 192, 189, 195, - 196, 193, 199, 201, 207, 205, 576, 576, 0, 598, - 597, 596, 595, 397, 0, 399, 403, 0, 0, 0, - 0, 0, 670, 0, 0, 0, 779, 628, 0, 810, - 812, 0, 417, 418, 0, 760, 761, 762, 700, 0, - 0, 756, 0, 701, 702, 0, 352, 350, 800, 0, - 0, 0, 0, 805, 231, 0, 0, 0, 0, 0, - 796, 798, 222, 0, 0, 0, 0, 227, 0, 0, - 345, 343, 730, 730, 732, 0, 0, 739, 739, 0, - 357, 355, 29, 30, 31, 44, 48, 47, 0, 0, - 0, 21, 35, 86, 157, 0, 153, 156, 145, 148, - 0, 0, 0, 166, 0, 160, 169, 0, 0, 576, - 395, 0, 429, 0, 428, 431, 828, 831, 0, 0, - 819, 0, 411, 758, 757, 0, 351, 801, 799, 793, - 0, 230, 229, 0, 218, 217, 0, 208, 0, 224, - 223, 226, 225, 0, 259, 257, 348, 0, 0, 0, - 0, 0, 743, 741, 736, 738, 0, 46, 45, 42, - 159, 147, 146, 143, 168, 582, 588, 574, 585, 591, - 575, 0, 0, 0, 829, 0, 814, 759, 794, 798, - 215, 0, 797, 0, 0, 728, 727, 733, 734, 0, - 742, 0, 0, 740, 358, 356, 0, 0, 0, 0, - 570, 0, 427, 820, 0, 0, 219, 220, 233, 731, - 0, 744, 745, 746, 578, 584, 583, 579, 590, 589, - 580, 587, 586, 581, 593, 592, 430, 795, 216, 735 + 0, 492, 497, 0, 0, 506, 508, 507, 520, 0, + 535, 0, 778, 0, 0, 0, 0, 940, 947, 0, + 0, 0, 0, 249, 0, 0, 253, 254, 255, 250, + 251, 320, 321, 0, 252, 238, 0, 234, 235, 239, + 940, 0, 0, 0, 0, 0, 0, 0, 0, 266, + 0, 262, 263, 267, 940, 0, 0, 0, 312, 0, + 0, 316, 317, 319, 313, 314, 0, 315, 0, 282, + 318, 0, 278, 279, 283, 293, 294, 300, 940, 0, + 0, 0, 0, 0, 0, 0, 0, 299, 0, 14, + 100, 576, 0, 603, 602, 599, 0, 555, 666, 662, + 0, 665, 677, 0, 0, 617, 658, 0, 654, 0, + 0, 0, 0, 653, 659, 0, 0, 792, 0, 0, + 622, 0, 668, 0, 676, 678, 657, 0, 0, 0, + 0, 0, 0, 0, 630, 0, 630, 0, 0, 630, + 0, 0, 0, 0, 0, 0, 0, 0, 674, 669, + 0, 673, 0, 612, 0, 359, 0, 364, 0, 0, + 0, 0, 0, 811, 813, 369, 383, 405, 0, 0, + 384, 432, 434, 437, 440, 441, 442, 450, 451, 0, + 436, 443, 444, 445, 446, 447, 448, 449, 0, 0, + 0, 752, 752, 752, 752, 453, 683, 687, 689, 691, + 693, 695, 0, 458, 459, 456, 461, 463, 462, 464, + 466, 467, 469, 470, 0, 0, 0, 0, 489, 0, + 502, 501, 0, 827, 563, 0, 0, 0, 0, 0, + 560, 0, 825, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 260, 261, 804, 0, 0, 0, + 322, 241, 246, 242, 243, 244, 248, 245, 247, 0, + 0, 0, 269, 274, 270, 271, 272, 276, 277, 273, + 275, 0, 0, 362, 0, 285, 286, 287, 288, 292, + 289, 290, 291, 361, 361, 303, 304, 305, 306, 310, + 311, 307, 308, 309, 12, 13, 0, 96, 97, 0, + 577, 0, 604, 0, 494, 493, 0, 663, 619, 615, + 0, 621, 655, 656, 661, 660, 624, 625, 0, 667, + 675, 620, 611, 0, 785, 0, 558, 559, 396, 393, + 398, 0, 401, 0, 421, 419, 420, 0, 0, 486, + 0, 0, 0, 670, 614, 630, 0, 360, 0, 848, + 840, 849, 631, 634, 638, 640, 643, 641, 642, 0, + 0, 826, 0, 0, 0, 0, 0, 0, 412, 406, + 409, 413, 0, 439, 0, 0, 692, 753, 755, 757, + 696, 697, 698, 699, 0, 454, 0, 682, 0, 0, + 472, 474, 476, 628, 478, 490, 0, 0, 828, 0, + 0, 775, 774, 773, 561, 0, 297, 0, 324, 325, + 680, 340, 0, 0, 353, 354, 330, 331, 0, 0, + 0, 0, 335, 336, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 343, 0, 343, 0, 0, 0, 717, + 718, 0, 0, 329, 710, 711, 712, 713, 714, 715, + 716, 769, 768, 770, 0, 9, 22, 50, 36, 57, + 62, 88, 15, 40, 16, 40, 17, 100, 18, 100, + 19, 0, 20, 0, 95, 93, 123, 0, 130, 139, + 0, 0, 0, 170, 175, 178, 182, 184, 190, 194, + 161, 198, 202, 206, 127, 128, 102, 103, 104, 100, + 105, 101, 106, 136, 107, 141, 108, 0, 110, 100, + 109, 118, 165, 111, 100, 112, 100, 113, 100, 114, + 100, 115, 100, 116, 100, 117, 100, 119, 0, 120, + 100, 121, 100, 576, 576, 594, 569, 495, 0, 679, + 616, 626, 787, 0, 0, 398, 0, 0, 0, 0, + 0, 0, 426, 0, 487, 488, 0, 365, 363, 0, + 0, 0, 0, 635, 637, 636, 632, 0, 0, 782, + 0, 783, 0, 0, 818, 819, 815, 817, 0, 414, + 415, 416, 407, 694, 752, 754, 756, 0, 686, 0, + 0, 701, 0, 0, 0, 0, 0, 0, 685, 684, + 688, 0, 629, 627, 537, 562, 0, 0, 0, 0, + 630, 0, 0, 339, 0, 0, 0, 328, 804, 808, + 809, 810, 805, 806, 0, 0, 0, 0, 343, 0, + 342, 0, 349, 723, 724, 722, 726, 731, 0, 751, + 719, 720, 749, 721, 725, 0, 0, 750, 0, 0, + 89, 90, 28, 24, 0, 0, 0, 100, 37, 39, + 0, 100, 51, 55, 54, 0, 0, 0, 58, 0, + 0, 0, 61, 79, 63, 67, 68, 69, 73, 74, + 76, 65, 70, 71, 72, 75, 77, 0, 0, 0, + 87, 99, 98, 0, 0, 0, 158, 154, 100, 0, + 0, 97, 0, 0, 0, 0, 140, 0, 149, 0, + 100, 0, 97, 97, 167, 171, 0, 0, 0, 0, + 0, 97, 0, 0, 0, 97, 0, 97, 97, 0, + 97, 0, 0, 97, 97, 0, 197, 200, 0, 203, + 204, 0, 0, 0, 0, 0, 0, 664, 784, 0, + 0, 0, 0, 404, 423, 0, 0, 0, 424, 425, + 0, 0, 671, 834, 633, 639, 829, 832, 0, 366, + 367, 0, 0, 0, 820, 0, 0, 408, 0, 410, + 700, 767, 709, 707, 708, 681, 0, 0, 0, 0, + 0, 0, 765, 766, 705, 706, 690, 771, 772, 298, + 301, 0, 323, 332, 333, 326, 327, 337, 338, 334, + 0, 794, 800, 0, 0, 0, 214, 213, 836, 857, + 990, 991, 0, 209, 0, 212, 210, 221, 232, 228, + 0, 258, 256, 346, 347, 341, 344, 0, 0, 739, + 0, 0, 728, 727, 0, 0, 0, 91, 92, 26, + 23, 27, 32, 33, 34, 25, 43, 41, 100, 0, + 38, 0, 53, 52, 49, 60, 59, 56, 83, 84, + 80, 81, 82, 64, 85, 66, 78, 126, 150, 0, + 100, 155, 0, 0, 152, 124, 125, 122, 133, 134, + 135, 132, 131, 129, 144, 137, 100, 138, 142, 151, + 0, 162, 163, 164, 100, 0, 173, 172, 100, 176, + 174, 179, 180, 177, 181, 185, 187, 188, 186, 183, + 191, 192, 189, 195, 196, 193, 199, 201, 207, 205, + 576, 576, 0, 598, 597, 596, 595, 397, 0, 399, + 403, 0, 0, 0, 0, 0, 672, 0, 0, 0, + 781, 630, 0, 812, 814, 0, 417, 418, 0, 762, + 763, 764, 702, 0, 0, 758, 0, 703, 704, 0, + 352, 350, 802, 0, 0, 0, 0, 807, 231, 0, + 0, 0, 0, 0, 798, 800, 222, 0, 0, 0, + 0, 227, 0, 0, 345, 343, 732, 732, 734, 0, + 0, 741, 741, 0, 357, 355, 29, 30, 31, 44, + 48, 47, 0, 0, 0, 21, 35, 86, 157, 0, + 153, 156, 145, 148, 0, 0, 0, 166, 0, 160, + 169, 0, 0, 576, 395, 0, 429, 0, 428, 431, + 830, 833, 0, 0, 821, 0, 411, 760, 759, 0, + 351, 803, 801, 795, 0, 230, 229, 0, 218, 217, + 0, 208, 0, 224, 223, 226, 225, 0, 259, 257, + 348, 0, 0, 0, 0, 0, 745, 743, 738, 740, + 0, 46, 45, 42, 159, 147, 146, 143, 168, 582, + 588, 574, 585, 591, 575, 0, 0, 0, 831, 0, + 816, 761, 796, 800, 215, 0, 799, 0, 0, 730, + 729, 735, 736, 0, 744, 0, 0, 742, 358, 356, + 0, 0, 0, 0, 570, 0, 427, 822, 0, 0, + 219, 220, 233, 733, 0, 746, 747, 748, 578, 584, + 583, 579, 590, 589, 580, 587, 586, 581, 593, 592, + 430, 797, 216, 737 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { - -1, 7, 315, 316, 577, 783, 948, 949, 1335, 1341, - 950, 951, 1143, 1343, 1344, 952, 953, 954, 955, 956, - 957, 1359, 1361, 958, 959, 982, 578, 960, 786, 983, - 984, 985, 986, 987, 988, 989, 1377, 1191, 990, 991, - 1193, 1381, 1382, 992, 993, 994, 995, 996, 1182, 1183, - 1184, 1368, 997, 998, 1200, 1391, 999, 1000, 1001, 1002, - 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, - 1013, 1014, 1015, 1016, 1017, 1018, 1308, 1309, 1310, 1311, - 1543, 1615, 1312, 1313, 1314, 1477, 289, 290, 291, 292, - 507, 508, 734, 295, 296, 297, 298, 301, 302, 303, - 304, 307, 293, 309, 310, 294, 312, 543, 509, 738, - 510, 511, 512, 513, 535, 514, 515, 516, 910, 1295, - 517, 518, 519, 1116, 918, 520, 521, 1457, 522, 556, - 434, 761, 643, 644, 1178, 191, 192, 193, 194, 195, - 196, 197, 415, 416, 1031, 1033, 198, 419, 420, 453, - 454, 855, 856, 857, 1067, 1265, 199, 422, 423, 200, - 1037, 1244, 1038, 201, 202, 203, 204, 666, 205, 206, + -1, 7, 315, 316, 579, 786, 952, 953, 1339, 1345, + 954, 955, 1147, 1347, 1348, 956, 957, 958, 959, 960, + 961, 1363, 1365, 962, 963, 986, 580, 964, 789, 987, + 988, 989, 990, 991, 992, 993, 1381, 1195, 994, 995, + 1197, 1385, 1386, 996, 997, 998, 999, 1000, 1186, 1187, + 1188, 1372, 1001, 1002, 1204, 1395, 1003, 1004, 1005, 1006, + 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, + 1017, 1018, 1019, 1020, 1021, 1022, 1312, 1313, 1314, 1315, + 1547, 1619, 1316, 1317, 1318, 1481, 289, 290, 291, 292, + 509, 510, 737, 295, 296, 297, 298, 301, 302, 303, + 304, 307, 293, 309, 310, 294, 312, 545, 511, 741, + 512, 513, 514, 515, 537, 516, 517, 518, 914, 1299, + 519, 520, 521, 1120, 922, 522, 523, 1461, 524, 558, + 436, 764, 646, 647, 1182, 191, 192, 193, 194, 195, + 196, 197, 415, 416, 1035, 1037, 198, 419, 420, 455, + 456, 859, 860, 861, 1071, 1269, 199, 422, 423, 200, + 1041, 1248, 1042, 201, 202, 203, 204, 669, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 792, 221, 222, 223, 224, 225, + 217, 218, 219, 220, 795, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, - 493, 236, 237, 238, 239, 358, 240, 241, 242, 243, - 244, 712, 245, 246, 247, 369, 579, 375, 1577, 1580, - 1606, 1608, 1607, 1609, 1232, 248, 372, 249, 582, 250, - 251, 252, 384, 593, 253, 254, 255, 256, 392, 608, - 878, 1089, 646, 838, 1052, 839, 840, 257, 258, 259, - 260, 261, 262, 263, 588, 264, 609, 265, 638, 266, - 611, 589, 612, 1024, 897, 682, 873, 683, 684, 685, - 686, 687, 688, 1084, 929, 930, 931, 932, 933, 1557, - 1329, 934, 1564, 1487, 1561, 1603, 935, 936, 866, 1276, - 1448, 1280, 871, 558, 267, 268, 269, 270, 271, 272, - 273, 410, 411, 274, 275, 276, 277, 604, 278, 524, - 1461, 1298, 914, 1108, 1109, 279, 280, 1062, 1259, 1260, - 281, 282, 283, 284, 843, 1254, 844, 285, 286 + 495, 236, 237, 238, 239, 358, 240, 241, 242, 243, + 244, 715, 245, 246, 247, 369, 581, 375, 1581, 1584, + 1610, 1612, 1611, 1613, 1236, 248, 372, 249, 584, 250, + 251, 252, 434, 595, 253, 384, 254, 255, 256, 392, + 610, 882, 1093, 649, 842, 1056, 843, 844, 257, 258, + 259, 260, 261, 262, 263, 590, 264, 611, 265, 640, + 266, 613, 591, 614, 1028, 901, 685, 877, 686, 687, + 688, 689, 690, 691, 1088, 933, 934, 935, 936, 937, + 1561, 1333, 938, 1568, 1491, 1565, 1607, 939, 940, 870, + 1280, 1452, 1284, 875, 560, 267, 268, 269, 270, 271, + 272, 273, 410, 411, 274, 275, 276, 277, 606, 278, + 526, 1465, 1302, 918, 1112, 1113, 279, 280, 1066, 1263, + 1264, 281, 282, 283, 284, 847, 1258, 848, 285, 286 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ -#define YYPACT_NINF -1335 +#define YYPACT_NINF -1422 static const yytype_int16 yypact[] = { - 1018, 3134, 433, 433, 433, 433, -101, 207, 7224, -1335, - 5860, 689, 182, 109, 4532, 231, 3367, 3367, -1335, -1335, - -1335, 1736, -1335, -1335, -1335, 347, 525, 316, 341, 143, - 366, 377, 569, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - 414, 473, 483, 495, 509, 524, 578, 623, 645, 657, - 682, 600, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 703, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 721, 725, - -1335, -1335, -1335, -1335, -1335, -1335, 745, -1335, 79, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 783, - 783, -1335, 718, -1335, -1335, 754, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 486, - -1335, -1335, -1335, -1335, -1335, 782, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 420, -1335, 796, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 105, -1335, - -1335, 27, -1335, -1335, -1335, -1335, -1335, 764, -1335, 37, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, 608, 627, -1335, - -1335, -1335, 847, -1335, -1335, 777, 672, -1335, -1335, -1335, - -1335, -1335, 735, 756, -1335, 971, 716, 122, 124, 102, - 655, -1335, 775, 747, 765, 771, -1335, -1335, -1335, 313, - -1335, -1335, 4532, 219, -1335, -1335, -1335, 5860, -1335, -1335, - 5860, -1335, -1335, -1335, -1335, 899, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 3134, -1335, - 3134, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, 279, 792, 773, -1335, - -1335, -1335, 3600, 753, -1335, -1335, -1335, -1335, 3833, 753, - -1335, -1335, -1335, -1335, 4066, 753, -1335, -1335, 753, -1335, - -1335, -1335, 4299, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 912, 929, 948, 954, 963, -1335, -1335, -1335, -1335, - 770, -1335, 982, 219, -1335, 7224, -1335, -1335, -1335, 632, - -1335, 6075, 3134, -1335, 968, 992, 3134, 69, 995, 7041, - 3134, -1335, 991, 7224, 7224, 1011, 3134, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 3134, 7224, - 63, -1335, 3134, 3134, 7224, 1021, -1335, 7224, 1048, 1026, - -1335, 7224, 96, -1335, 111, 3134, 3134, 3134, 1013, 1014, - -1335, 6290, 968, 156, 915, 3134, 914, -1335, -1335, 3134, - -1335, -1335, 7224, 3134, 3134, 3134, 745, 79, 3134, 939, - 940, -1335, -1335, 712, -1335, 3367, 3367, 3367, 3367, 3367, - 3367, 3367, 3367, -1335, 3367, 3367, 3367, 3367, 3367, 3367, - 3367, 3367, 4966, 3367, 3367, 3367, 3367, 3367, 3367, 3367, - 3367, 3367, 3367, 3367, 920, 935, 936, 938, 1969, -1335, - 219, 4532, 4532, 1070, -1335, 1070, -1335, 2202, 1070, -11, - -1335, 2435, 1036, 967, 7224, 767, 706, 1042, 1042, 1042, - 1042, -1335, 1042, 1042, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 1042, -1335, -1335, 1042, -1335, -1335, 516, 866, 1042, - 1042, 1042, 1042, 1042, 1042, 1042, 1042, -1335, 1042, -1335, - -1335, 519, 785, 1042, 1042, 1042, -1335, 1042, 1042, -1335, - -1335, -1335, -1335, -1335, 1042, -1335, 1042, -1335, -1335, 1042, - -1335, -1335, 533, -1335, -1335, 563, 510, 1042, 1042, 1042, - 1042, 1042, 1042, 1042, 1042, -1335, 1042, 346, 548, 990, - 993, -1335, -1335, -1335, 78, -1335, -1335, -1335, 695, -1335, - -1335, 320, 2668, -1335, -1335, 422, -1335, 377, 963, 1054, - 1055, -1335, -1335, 1056, 1059, -1335, 447, 2901, -1335, 1060, - -1335, 1061, -1335, -1335, -1335, 489, 503, 1095, 703, 3134, - 518, 537, 915, 745, 915, 7224, 79, 915, 783, 3134, - 3134, 705, 709, 550, 3134, 3134, -1335, -1335, 715, -1335, - -1335, 7224, -1335, 730, -1335, 6674, 811, 881, 1045, 956, - 884, 248, -1335, -1335, -1335, 3134, 973, -1335, 756, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, 3367, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, 4966, 3134, 5183, 477, 477, - 477, 477, 1022, 1091, 1096, 1030, -1335, -1335, -1335, 1078, - 124, 124, 861, 102, 102, 102, 102, 655, 655, -1335, - -1335, 6674, 6674, 7224, 7224, -1335, 560, -1335, -1335, 3134, - -1335, -1335, 731, 442, 3134, 3134, 3134, -1335, 734, -1335, - 51, 1084, 729, 998, 1116, 7224, 736, 781, 391, 108, - 7224, -1335, -1335, 512, 7398, 35, 57, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, 767, 706, 142, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 866, 331, - -1335, 728, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - 1044, 887, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, 365, -1335, -1335, 1111, 805, 581, -1335, - 997, -1335, -1335, 7224, -1335, -1335, -1335, 589, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, 598, -1335, -1335, -1335, -1335, - 3134, -1335, 994, -1335, -1335, 1017, -1335, 943, 1119, -1335, - 999, -1335, -1335, -1335, 984, 986, -1335, 614, 618, 7224, - -1335, 915, 1129, -1335, 6858, 1100, 1101, 1102, -1335, 403, - -1335, -1335, -1335, -1335, -1335, 3134, 3134, -1335, 3134, 3134, - 3134, 1103, 1104, 1477, -1335, 1117, -1335, 790, 3134, -1335, - 1108, 621, -1335, 1057, 941, -1335, -1335, -1335, -1335, -1335, - 1063, -1335, 4966, 667, 4966, 1027, -1335, -1335, -1335, 1133, - -1335, -1335, 529, 3134, -1335, 932, 937, -1335, -1335, -1335, - -1335, 1041, -1335, 998, -1335, -1335, -1335, -1335, 7224, 1131, - -1335, -1335, -1335, -1335, 1031, 998, 1001, 1002, -1335, -1335, - 1137, 1051, 7224, -17, 942, 796, 7224, 988, 998, 1065, - 7224, 1065, 850, 791, 874, -1335, -1335, 1062, 285, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - 7398, -1335, -1335, -1335, -1335, -1335, -1335, 681, -1335, 224, - -1335, 204, -1335, 303, -1335, 272, -1335, 7954, -1335, 944, - 260, -1335, -1335, 671, -1335, -1335, 886, 927, 890, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, 216, -1335, -1335, -1335, -30, - -1335, 911, -1335, 950, -1335, -1335, -1335, -1335, 215, -1335, - 307, -1335, 893, -1335, -120, -1335, -1335, -1335, 259, -1335, - -76, -1335, -36, -1335, -92, -1335, 707, -1335, 896, 231, - 231, -1335, -1335, -1335, 1151, -1335, -1335, -1335, -1335, 3134, - 1186, 943, 1188, 1189, 3134, 3134, 4749, 21, -1335, 3134, - -1335, -1335, 203, -1335, -1335, 1155, 1157, 1158, 6490, -1335, - -1335, -1335, -1335, 626, 637, -1335, 977, -1335, 1196, 1196, - -1335, -1335, 981, -1335, 3134, -1335, -1335, 1071, 1117, -1335, - 477, -1335, -1335, 3367, 1096, 1115, 898, -1335, 1159, 3367, - 28, 28, 784, 784, -1335, -1335, 1030, 4966, -1335, -1335, - -1335, -1335, 3134, 3134, 1042, 1042, 915, 998, 860, -1335, - 998, 998, 829, -1335, 101, -1335, -1335, -1335, 1179, -1335, - 5414, 77, 1176, 1046, 1065, 998, 1183, 1181, 1183, -1335, - -1335, -1335, -1335, -1335, 1008, -1335, -1335, -1335, -1335, -1335, - -1335, 87, 1009, -1335, 1130, 796, 947, 949, -1335, -1335, - 5414, 6674, 772, 972, -1335, -1335, 6674, 972, -1335, -1335, - -1335, 6674, 3134, 1139, -1335, 6674, 3134, 7399, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, 3, 1109, 1109, -1335, -1335, -1335, 996, - 3134, 934, 757, -1335, -1335, 3134, 3134, -1335, 7427, -51, - 3134, 94, -1335, 448, -1335, 7455, -1335, 3134, -1335, -1335, - 970, -1335, 6674, 3134, 7483, 3134, 7511, -1335, 3134, 7539, - 7567, -1335, 3134, -1335, -1335, 7595, -1335, 3134, 7623, -1335, - -1335, 7651, -1335, -1335, 3134, -1335, -1335, 7679, 3134, 7707, - 1192, 1194, 455, -1335, -1335, 7224, 1106, 7224, 3134, -1335, - -1335, 7224, 1113, 130, -1335, -1335, 1079, 1203, -1335, -1335, - -1335, -1335, 1097, -1335, 743, -1335, -1335, 3134, 7224, 744, - -1335, 746, 1208, -1335, 872, 1107, -1335, 102, -1335, -1335, - -1335, -1335, 126, 45, 3367, 3367, 619, 1053, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, 97, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, 160, -1335, 1099, 1019, - -17, 5860, -1335, 1024, 399, 1235, 1214, 1215, 481, -1335, - 5645, 668, 701, -1335, 1237, -1335, 6674, -1335, -1335, -1335, - -1335, 1183, -1335, 998, 998, -1335, -4, 1062, -1335, -1335, - 107, 1047, 123, -1335, -1335, 10, 1247, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, 384, 7735, -1335, 7763, -1335, 847, - -1335, -1335, 847, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 1138, 1138, -1335, 847, 3134, -1335, -1335, 1020, 7791, - 847, 847, 260, -1335, -1335, -1335, -1335, -1335, 847, -1335, - -1335, -1335, 265, -1335, -1335, -1335, 7819, 847, 260, 260, - -1335, 1025, -1335, 847, -1335, 847, -1335, 260, 847, -1335, - -1335, 260, 847, 260, 260, -1335, 260, 847, -1335, 260, - 260, -1335, 847, -1335, 847, -1335, 231, 231, 689, -1335, - -1335, -1335, -1335, -1335, 3134, -1335, -1335, 1121, 3134, 7224, - 3134, 3134, -1335, 6674, 6674, 1126, -1335, 915, 1196, -1335, - -1335, 1196, -1335, -1335, 998, -1335, -1335, -1335, -1335, 3367, - 3367, 102, 141, -1335, -1335, 3134, -1335, -1335, -1335, 748, - 6674, 811, 5414, -1335, -1335, 5860, 5860, 115, 1062, 5414, - -1335, 1099, -1335, 5645, 5645, 5645, 5645, -1335, 1242, 131, - -1335, 1065, -1335, -1335, 264, 1062, 1062, -1335, -1335, 6674, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 6674, 3134, - 7847, -1335, -1335, -1335, 847, 7875, -1335, -1335, -1335, -1335, - 6674, 3134, 7903, -1335, 7931, -1335, 1474, 751, 758, 231, - -1335, 6674, -1335, 1162, -1335, -1335, -1335, -1335, 6674, 1279, - -1335, 750, -1335, 102, 102, 3367, -1335, -1335, -1335, -1335, - 481, -1335, -1335, 1252, -1335, -1335, 1255, -1335, 811, -1335, - -1335, -1335, -1335, 3134, -1335, -1335, 1183, 755, 759, 1062, - 1090, 760, -1335, -1335, 726, 726, 140, -1335, 847, -1335, - -1335, -1335, 847, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 1271, 1168, 3134, -1335, 3134, -1335, 102, -1335, 1099, - -1335, 408, -1335, 570, 1187, -1335, -1335, 28, -1335, 1062, - -1335, 107, 107, -1335, -1335, -1335, 405, 410, 436, 458, - -1335, 3134, -1335, -1335, 811, 1258, -1335, -1335, 1282, -1335, - 1098, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335 + 909, 3138, 203, 203, 203, 203, -127, 157, 7228, -1422, + 5864, 606, 56, 152, 4536, 195, 3371, 3371, -1422, -1422, + -1422, 1740, -1422, -1422, -1422, 456, 352, 270, 332, 150, + 375, 390, 432, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + 418, 428, 444, 463, 557, 587, 602, 629, 649, 664, + 676, 593, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 650, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 659, 692, + -1422, -1422, -1422, -1422, -1422, -1422, 741, -1422, 103, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 752, + 752, -1422, 754, -1422, -1422, 773, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 512, + -1422, -1422, -1422, -1422, -1422, 808, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 253, -1422, 825, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 88, -1422, + -1422, 4, -1422, -1422, -1422, -1422, -1422, 791, -1422, 20, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, 636, 637, -1422, + -1422, -1422, 847, -1422, -1422, 761, 817, -1422, -1422, -1422, + -1422, -1422, 731, 750, -1422, 553, 703, 96, 41, 118, + 755, -1422, 766, 764, 769, 786, -1422, -1422, -1422, 339, + -1422, -1422, 4536, 660, -1422, -1422, -1422, 5864, -1422, -1422, + 5864, -1422, -1422, -1422, -1422, 925, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 3138, -1422, + 3138, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, 113, 792, 821, -1422, + -1422, -1422, 3604, 775, -1422, -1422, -1422, -1422, 3837, 775, + -1422, -1422, -1422, -1422, 4070, 775, -1422, -1422, 775, -1422, + -1422, -1422, 4303, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 954, 957, 961, 963, 966, -1422, -1422, -1422, -1422, + 855, -1422, 995, 660, -1422, 7228, -1422, -1422, -1422, 479, + -1422, 6079, 3138, -1422, 990, 1003, 3138, 109, 1020, 7045, + 3138, -1422, 1014, 7228, 7228, 1039, 3138, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 3138, 7228, + 14, -1422, 3138, 3138, 7228, 1052, -1422, 7228, 1079, 1054, + -1422, 7228, 46, -1422, 125, 3138, 3138, 3138, 1040, 1041, + -1422, 6294, 3138, -1422, 990, 145, 942, 3138, 936, -1422, + -1422, 3138, -1422, -1422, 7228, 3138, 3138, 3138, 741, 103, + 3138, 960, 962, -1422, -1422, 842, -1422, 3371, 3371, 3371, + 3371, 3371, 3371, 3371, 3371, -1422, 3371, 3371, 3371, 3371, + 3371, 3371, 3371, 3371, 4970, 3371, 3371, 3371, 3371, 3371, + 3371, 3371, 3371, 3371, 3371, 3371, 940, 949, 950, 958, + 1973, -1422, 660, 4536, 4536, 1082, -1422, 1082, -1422, 2206, + 1082, 288, -1422, 2439, 1053, 985, 7228, 1044, 793, 1060, + 1060, 1060, 1060, -1422, 1060, 1060, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, 1060, -1422, -1422, 1060, -1422, -1422, 398, + 923, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, -1422, + 1060, -1422, -1422, 457, 365, 1060, 1060, 1060, -1422, 1060, + 1060, -1422, -1422, -1422, -1422, -1422, 1060, -1422, 1060, -1422, + -1422, 1060, -1422, -1422, 565, -1422, -1422, 607, 805, 1060, + 1060, 1060, 1060, 1060, 1060, 1060, 1060, -1422, 1060, 327, + 639, 1011, 1012, -1422, -1422, -1422, 214, -1422, -1422, -1422, + 759, -1422, -1422, 451, 2672, -1422, -1422, 520, -1422, 390, + 966, 1075, 1077, -1422, -1422, 1080, 1081, -1422, 584, 2905, + -1422, 1085, -1422, 1086, -1422, -1422, -1422, 621, 625, 1115, + 650, 3138, 651, 653, 942, 741, 942, 7228, 103, 942, + 752, 3138, 3138, 771, 778, 654, 3138, 3138, -1422, -1422, + 789, -1422, 672, -1422, 7228, -1422, 795, -1422, 6678, 934, + 905, 1070, 981, 911, 117, -1422, -1422, -1422, 3138, 997, + -1422, 750, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 3371, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 4970, 3138, + 5187, 591, 591, 591, 591, 1046, 1114, 1116, 1056, -1422, + -1422, -1422, 1102, 41, 41, 970, 118, 118, 118, 118, + 755, 755, -1422, -1422, 6678, 6678, 7228, 7228, -1422, 684, + -1422, -1422, 3138, -1422, -1422, 809, 300, 3138, 3138, 3138, + -1422, 813, -1422, 82, 1106, 839, 1021, 1137, 7228, 851, + 891, 487, 640, 7228, -1422, -1422, 368, 7402, 32, -11, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 1044, + 793, 261, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 923, 142, -1422, 822, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, 458, 836, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, 476, -1422, -1422, 1096, + 901, 704, -1422, 1017, -1422, -1422, 7228, -1422, -1422, -1422, + 697, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 706, -1422, + -1422, -1422, -1422, 3138, -1422, 1018, -1422, -1422, 1034, -1422, + 959, 1145, -1422, 1022, -1422, -1422, -1422, 1009, 1006, -1422, + 728, 729, 7228, -1422, -1422, 942, 1155, -1422, 6862, 1123, + 1125, 1130, -1422, 468, -1422, -1422, -1422, -1422, -1422, 3138, + 3138, -1422, 3138, 3138, 3138, 1132, 1133, 1481, -1422, 1143, + -1422, 890, 3138, -1422, 1136, 756, -1422, 1083, 971, -1422, + -1422, -1422, -1422, -1422, 1088, -1422, 4970, 1087, 4970, 1048, + -1422, -1422, -1422, 1164, -1422, -1422, 396, 3138, -1422, 965, + 967, -1422, -1422, -1422, -1422, 1063, -1422, 1021, -1422, -1422, + -1422, -1422, 7228, 1151, -1422, -1422, -1422, -1422, 1050, 1021, + 1024, 1026, -1422, -1422, 1158, 1068, 7228, -28, 968, 825, + 7228, 1010, 1021, 1090, 7228, 1090, 945, 849, 948, -1422, + -1422, 1084, 407, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, 7402, -1422, -1422, -1422, -1422, -1422, + -1422, 760, -1422, 322, -1422, 278, -1422, 441, -1422, 221, + -1422, 7930, -1422, 964, 333, -1422, -1422, 734, -1422, -1422, + 906, 955, 913, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 399, + -1422, -1422, -1422, -134, -1422, 941, -1422, 972, -1422, -1422, + -1422, -1422, 310, -1422, 306, -1422, 919, -1422, -136, -1422, + -1422, -1422, 188, -1422, 102, -1422, 65, -1422, 155, -1422, + 751, -1422, 921, 195, 195, -1422, -1422, -1422, 1176, -1422, + -1422, -1422, -1422, 3138, 1211, 959, 1212, 1213, 3138, 3138, + 4753, 52, -1422, 3138, -1422, -1422, 336, -1422, -1422, 1179, + 1181, 1187, 6494, -1422, -1422, -1422, -1422, 757, 758, -1422, + 1007, -1422, 1222, 1222, -1422, -1422, 1008, -1422, 3138, -1422, + -1422, 1092, 1143, -1422, 591, -1422, -1422, 3371, 1116, 1138, + 951, -1422, 1182, 3371, 248, 248, 832, 832, -1422, -1422, + 1056, 4970, -1422, -1422, -1422, -1422, 3138, 3138, 1060, 1060, + 942, 1021, 910, -1422, 1021, 1021, 877, -1422, 23, -1422, + -1422, -1422, 1205, -1422, 5418, 119, 1202, 1069, 1090, 1021, + 1208, 1210, 1208, -1422, -1422, -1422, -1422, -1422, 1031, -1422, + -1422, -1422, -1422, -1422, -1422, 49, 1042, -1422, 1159, 825, + 975, 977, -1422, -1422, 5418, 6678, 879, 1013, -1422, -1422, + 6678, 1013, -1422, -1422, -1422, 6678, 3138, 1124, -1422, 6678, + 3138, 1201, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, 55, 1139, 1139, + -1422, -1422, -1422, 1019, 3138, 973, 803, -1422, -1422, 3138, + 3138, -1422, 7403, -68, 3138, 267, -1422, 404, -1422, 7431, + -1422, 3138, -1422, -1422, 994, -1422, 6678, 3138, 7459, 3138, + 7487, -1422, 3138, 7515, 7543, -1422, 3138, -1422, -1422, 7571, + -1422, 3138, 7599, -1422, -1422, 7627, -1422, -1422, 3138, -1422, + -1422, 7655, 3138, 7683, 1218, 1220, 671, -1422, -1422, 7228, + 1140, 7228, 3138, -1422, -1422, 7228, 1134, 50, -1422, -1422, + 1112, 1227, -1422, -1422, -1422, -1422, 1119, -1422, 815, -1422, + -1422, 3138, 7228, 816, -1422, 819, 1231, -1422, 918, 1131, + -1422, 118, -1422, -1422, -1422, -1422, 36, 159, 3371, 3371, + 745, 1078, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 90, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + 156, -1422, 1128, 1051, -28, 5864, -1422, 509, 343, 1256, + 1235, 1240, 494, -1422, 5649, 780, 834, -1422, 1271, -1422, + 6678, -1422, -1422, -1422, -1422, 1208, -1422, 1021, 1021, -1422, + 25, 1084, -1422, -1422, 61, 1089, 147, -1422, -1422, -25, + 1281, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 501, 7711, + -1422, 7739, -1422, 847, -1422, -1422, 847, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, 1172, 1172, -1422, 847, 3138, + -1422, -1422, 1055, 7767, 847, 847, 333, -1422, -1422, -1422, + -1422, -1422, 847, -1422, -1422, -1422, 330, -1422, -1422, -1422, + 7795, 847, 333, 333, -1422, 1057, -1422, 847, -1422, 847, + -1422, 333, 847, -1422, -1422, 333, 847, 333, 333, -1422, + 333, 847, -1422, 333, 333, -1422, 847, -1422, 847, -1422, + 195, 195, 606, -1422, -1422, -1422, -1422, -1422, 3138, -1422, + -1422, 1144, 3138, 7228, 3138, 3138, -1422, 6678, 6678, 1146, + -1422, 942, 1222, -1422, -1422, 1222, -1422, -1422, 1021, -1422, + -1422, -1422, -1422, 3371, 3371, 118, 129, -1422, -1422, 3138, + -1422, -1422, -1422, 841, 6678, 934, 5418, -1422, -1422, 5864, + 5864, 70, 1084, 5418, -1422, 1128, -1422, 5649, 5649, 5649, + 5649, -1422, 1279, 134, -1422, 1090, -1422, -1422, 266, 1084, + 1084, -1422, -1422, 6678, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, 6678, 3138, 7823, -1422, -1422, -1422, 847, 7851, + -1422, -1422, -1422, -1422, 6678, 3138, 7879, -1422, 7907, -1422, + 1478, 785, 801, 195, -1422, 6678, -1422, 1169, -1422, -1422, + -1422, -1422, 6678, 1293, -1422, 843, -1422, 118, 118, 3371, + -1422, -1422, -1422, -1422, 494, -1422, -1422, 1261, -1422, -1422, + 1270, -1422, 934, -1422, -1422, -1422, -1422, 3138, -1422, -1422, + 1208, 846, 856, 1084, 1100, 868, -1422, -1422, 811, 811, + 140, -1422, 847, -1422, -1422, -1422, 847, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, 1280, 1175, 3138, -1422, 3138, + -1422, 118, -1422, 1128, -1422, 467, -1422, 521, 1194, -1422, + -1422, 248, -1422, 1084, -1422, 61, 61, -1422, -1422, -1422, + 297, 481, 313, 484, -1422, 3138, -1422, -1422, 934, 1267, + -1422, -1422, 1290, -1422, 1108, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, 354, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, 132, -1335, -1335, 1300, -1335, -452, -840, -1335, - -1335, -1335, -1335, 348, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, 116, -1335, -1335, -1335, -1335, -1335, -1335, -1335, 128, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1127, -157, -1335, -1335, - -1335, -1335, -1335, -1123, -1335, -1335, -1335, 1023, 1028, 1032, - -270, -233, -548, -1335, 1016, 1029, 1033, -1335, 1034, 1035, - 1007, -1335, 843, 1006, 1010, 49, 1037, -287, -265, -451, - -261, -248, -249, -203, -277, -238, -237, -236, -1335, -1335, - -202, -172, -1335, -918, -1335, -1335, -168, -1335, -111, -266, - -844, -1335, 29, 492, -634, 342, -21, -220, -1335, -1335, - -1335, 1134, -1335, 714, -1335, 298, 1136, -1335, 717, -1335, - 885, 484, 277, -1335, -1335, -1335, -1335, 1245, 719, -1335, - -1335, -1335, 309, -1335, -1335, 894, 895, -1335, 258, -1335, - 875, 554, -458, 549, 551, -1335, -1335, -1335, 1015, -1335, - -1335, -1335, -1335, 1135, -1335, -1335, -1335, 72, 553, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, 26, -1335, -1335, -1335, - -228, -1335, -442, -1335, -461, -383, -1335, -428, -1335, -1335, - -427, 851, -1335, 134, -1335, -63, -1335, -577, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, 1219, 930, -1335, -1335, -1335, -1335, -1335, -1335, - 673, -1335, -595, -611, -1335, 542, 337, -545, -1335, -1335, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, 1003, -1335, 1038, - -1335, 989, 952, 559, -730, 737, -1335, -1335, 521, 520, - 317, 732, -1335, -1335, 532, -1335, -1335, -1335, -1335, -73, - -1310, -1335, -77, -549, -1335, -1335, -1335, -1335, -639, -1072, - 137, 332, -1335, -1335, -1335, -1335, -1335, -1335, -1335, -1335, - -1335, -1335, 798, -1335, 336, -1335, -920, -480, -371, -112, - -1334, -1231, 315, -1335, 117, -1335, -1335, -1335, -1055, -18, - -1335, -1335, -1335, -1335, -1335, -1335, -1335, 6, 7 + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, 360, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, 137, -1422, -1422, 1311, -1422, -323, -833, -1422, + -1422, -1422, -1422, 351, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 122, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 136, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1126, -153, -1422, -1422, + -1422, -1422, -1422, -1022, -1422, -1422, -1422, 1030, 1032, 1035, + -265, -263, -440, -1422, 1025, 1027, 1028, -1422, 1029, 1045, + 1033, -1422, 969, 1037, 1043, 38, 1036, -293, -254, -427, + -241, -259, -237, -236, -291, -248, -235, -215, -1422, -1422, + -211, -210, -1422, -923, -1422, -1422, -226, -1422, -187, -288, + -873, -1422, 30, 496, -642, -50, -21, -178, -1422, -1422, + -1422, 1141, -1422, 708, -1422, 301, 1165, -1422, 707, -1422, + 907, 505, 305, -1422, -1422, -1422, -1422, 1268, 746, -1422, + -1422, -1422, 334, -1422, -1422, 922, 920, -1422, -243, -1422, + 912, 594, -453, 590, 592, -1422, -1422, -1422, 1058, -1422, + -1422, -1422, -1422, 1171, -1422, -1422, -1422, 33, 585, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, 26, -1422, -1422, -1422, + -228, -1422, -468, -1422, -469, -405, -1422, -442, -1422, -1422, + -437, 892, -1422, 158, -1422, -26, -1422, -578, -1422, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, 974, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, 690, -1422, -595, -498, -1422, 560, 374, -568, -1422, + -1422, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 1015, -1422, + 1023, -1422, 1049, 982, 567, -611, 722, -1422, -1422, 525, + 526, 314, 732, -1422, -1422, 537, -1422, -1422, -1422, -1422, + -72, -1317, -1422, -76, -521, -1422, -1422, -1422, -1422, -644, + -1074, 138, 335, -1422, -1422, -1422, -1422, -1422, -1422, -1422, + -1422, -1422, -1422, 797, -1422, 337, -1422, -861, -476, -371, + -145, -1421, -1261, 312, -1422, 120, -1422, -1422, -1422, -1043, + -19, -1422, -1422, -1422, -1422, -1422, -1422, -1422, 6, 7 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If @@ -2750,186 +2762,233 @@ static const yytype_int16 yypgoto[] = #define YYTABLE_NINF -538 static const yytype_int16 yytable[] = { - 379, 495, 788, 1118, 1261, 919, 921, 1128, 498, 1277, - 590, 679, 847, 1336, 359, 360, 1483, 360, 693, 694, - 695, 696, 590, 613, 721, 567, 617, 815, 529, 817, - 678, 622, 820, 531, 624, 572, 366, 532, 627, 544, - 867, 868, 869, 545, 680, 681, 574, 568, 499, 533, - 500, 569, 300, 306, 311, 547, 546, 739, 740, 741, - 613, 742, 743, 570, 546, 530, 549, 550, 551, 1354, - 744, 1111, 1374, 745, 549, 550, 551, 1471, 749, 750, - 751, 752, 753, 754, 755, 756, 373, 757, 417, 437, - 876, 877, 762, 763, 764, 534, 765, 766, 618, 440, - 841, 548, 552, 767, 737, 768, 1105, 1455, 769, 571, - 552, 1327, 596, 1153, 480, 1157, 772, 773, 774, 775, - 776, 777, 778, 779, 8, 780, 1355, 845, 846, 1326, - 536, 628, 553, 1492, 597, 476, 554, 1548, 480, 1429, - 553, 713, 313, 1296, 573, 1188, 628, 1449, 1273, 1485, - 1222, 845, 846, 480, 1207, 1195, 841, 841, 473, 474, - 1204, 896, 1206, 1095, 1209, 641, 1210, 435, 1215, 641, - 1218, 1036, 1221, 845, 846, 1099, 1227, 1208, 1229, 1482, - 907, 845, 846, 896, 790, 389, 538, 1472, 1114, 1450, - 845, 846, 559, 555, 390, 1223, 1321, 477, 1216, 642, - 576, 555, 1327, 1458, 1243, 1224, 314, 318, 916, 791, - 436, 714, 715, 940, 679, 647, 679, 371, 917, 649, - 716, 1217, 1486, 651, 652, 653, 1247, 891, 654, 1316, - 920, 922, 923, 678, 360, 678, 1043, 360, 1219, 1274, - 1275, 81, 818, 1189, 629, 899, 1248, 680, 681, 680, - 681, 491, 1317, 494, 438, 1614, 496, 492, 831, 630, - 598, 1375, 1430, 1376, 441, 1220, 481, 1190, 391, 892, - 1328, 529, 1456, 418, 842, 1489, 531, 711, 567, 908, - 532, 711, 619, 475, 1619, 909, 478, 479, 572, 841, - 481, 1332, 533, 924, 490, 1106, 1107, 544, 1490, 574, - 568, 545, 1535, 1345, 569, 481, 1554, 1347, 530, 1589, - 845, 846, 370, 547, 546, 1604, 570, 546, 1356, 1357, - 1358, 501, 1493, 1494, 549, 550, 551, 549, 550, 551, - 842, 842, 842, 842, 502, 1540, 1379, 374, 534, 1445, - 1446, 1447, 913, 1380, 1369, 925, 926, 15, 300, 927, - 1549, 1550, 1551, 1552, 306, 444, 1386, 311, 387, 548, - 552, 591, 571, 552, 488, 595, 380, 1288, 928, 606, - 1291, 1292, 795, 536, 1129, 615, 1177, 1130, 1131, 1132, - 1133, 584, 360, 388, 1273, 1322, 1531, 616, 360, 381, - 553, 620, 621, 553, 554, 605, 360, 573, 382, 812, - 360, 360, 937, 938, 631, 632, 633, 1484, 393, 822, - 823, 679, 1560, 679, 1049, 359, 360, 8, 1465, 394, - 359, 360, 1025, 359, 360, 1242, 1050, 359, 360, 538, - 678, 1266, 678, 397, 939, 854, 1112, 1253, 360, 1051, - 1117, 381, 1230, 1231, 680, 681, 680, 681, 650, 360, - 559, 555, 1624, 576, 555, 845, 846, 444, 1025, 1627, - 845, 846, 431, 842, 22, 23, 24, 706, 1134, 1559, - 1297, 382, 383, 852, 798, 1274, 1275, 1318, 1144, 689, - 1196, 11, 444, 1630, 12, 13, 845, 846, 1418, 853, - 1145, 841, 398, 1469, 887, 888, 889, 1138, 1139, 803, - 1146, 1287, 399, 841, 1500, 845, 846, 1633, 845, 846, - 605, 360, 1197, 1186, 400, 1096, 1187, 1198, 1199, 1140, - 1141, 1625, 1142, 1296, 444, 1620, 1505, 1628, 401, 904, - 1337, 845, 846, 1211, 81, 1346, 905, 427, 444, 1508, - 1348, 808, 1512, 402, 1351, 383, 1154, 1545, 1546, 1509, - 1514, 1090, 1631, 444, 1516, 809, 1212, 428, 429, 1213, - 1214, 1510, 1511, 1556, 444, 1562, 1563, 385, 1155, 1156, - 813, 797, 444, 1419, 1420, 1634, 386, 1148, 722, 748, - 723, 1201, 906, 731, 732, 444, 805, 1149, 1150, 814, - 1028, 1392, 1618, 1480, 1481, 444, 841, 403, 1421, 1151, - 1152, 841, 826, 1202, 1203, 444, 841, 941, 1021, 942, - 841, 395, 881, 827, 828, 1267, 943, 944, 781, 287, - 396, 1272, 945, 288, 444, 1022, 679, 782, 1055, 1056, - 1057, 359, 360, 444, 523, 946, 947, 724, 854, 1597, - 537, 1026, 404, 1285, 1286, 678, 557, 359, 360, 444, - 1027, 408, 360, 444, 575, 861, 444, 841, 1495, 680, - 681, 444, 885, 1091, 405, 842, 1040, 444, 1496, 1497, - 1041, 886, 444, 1070, 1470, 585, 406, 842, 1255, 1621, - 1498, 1499, 689, 725, 689, 863, 864, 865, 882, 1256, - 1383, 726, 727, 728, 729, 730, 746, 1380, 1491, 758, - 1473, 407, -361, -361, 747, 1479, 1474, 747, 360, 360, - 360, 360, 409, 770, 1532, 660, 661, 662, 663, 664, - 665, 747, 667, 668, 669, 670, 671, 672, 673, 674, - 793, 605, 360, 1475, 759, 1372, 911, 360, 794, 1476, - 444, 915, 760, 771, 444, 733, 1388, 1389, 824, 912, - 829, 747, 825, 913, 414, 1397, 922, 923, 830, 1401, - 425, 1403, 1404, 1075, 1406, 832, 883, 1409, 1410, 883, - 842, 841, 412, 833, 884, 842, 413, 890, 1434, 1438, - 842, 1438, 1076, 832, 842, 1438, 1435, 1439, 1077, 1440, - 1594, 1537, 421, 1586, 1594, 1599, 426, 1575, 1595, 1576, - 360, 430, 1596, 1600, 1578, 446, 1579, 447, 448, 1234, - 449, 450, 367, 368, 1239, 1240, 1451, 1452, 924, 1246, - 482, 483, 1526, 1527, 1053, 1054, 439, 1539, 1338, 1339, - 1340, 842, 1445, 1446, 1447, 722, 360, 723, 433, 1517, - 1518, 360, 1529, 442, 854, 1555, 299, 305, 308, 1538, - 449, 450, 1423, 722, 1425, 723, 784, 785, 1427, 1063, - 360, 845, 846, 1078, 1079, 1080, 1081, 443, 1082, 1083, - 925, 926, 1283, 1284, 927, 1437, 580, 581, 1566, 689, - 1121, 689, 444, 1122, 1123, 1124, 1125, 1567, 841, 841, - 1601, 455, 1602, 928, 724, 735, 736, 473, 474, 1571, - 894, 895, 902, 903, 359, 360, 1588, 900, 901, 445, - 1582, 472, 724, 456, 1592, 841, 485, 1584, 1104, 360, - 731, 732, 605, 360, 859, 486, 605, 360, 1019, 1020, - 1065, 1066, 1605, 484, 722, 748, 723, 1119, 1120, 487, - 725, 497, 1581, 288, 841, 842, 504, 1135, 726, 727, - 728, 729, 730, 841, 381, 722, 748, 723, 725, 731, - 732, 1126, 1127, 1136, 1137, 841, 726, 727, 728, 729, - 730, 385, 1626, 1629, 1632, 1635, 841, -361, -361, 503, - 1637, 980, 981, 841, 457, 458, 459, 460, 461, 462, - 389, 1533, 1534, 724, 1225, 1226, 395, 463, 1269, 1270, - 1278, 1279, 733, 1289, 1290, 431, 1544, 1293, 1294, 759, - 464, 1181, 1366, 583, 724, 1442, 1443, 760, 1426, 592, - 733, 1, 2, 3, 4, 5, 6, 690, 691, 697, - 698, 376, 377, 699, 700, 594, -211, 1436, 601, 725, - 879, 879, 607, 360, 707, 708, 1523, 726, 727, 728, - 729, 730, 1622, 1623, 614, 360, 623, 625, 731, 732, - 725, 626, 842, 842, 634, 635, -211, 645, 726, 727, - 728, 729, 730, 648, -211, -211, 655, 1587, 656, 701, - 465, 466, 467, 468, 469, 470, 1478, 702, 703, 842, - 704, 709, 719, 720, 689, 737, 787, 799, 800, 801, - 789, 733, 802, 806, 807, 810, 848, 849, 850, 851, - 858, 759, 722, 870, 723, 872, 875, 360, 842, 760, - 501, 874, 733, 893, 896, 898, 1029, 842, 1023, 1034, - 1617, 1349, 1030, 1035, 1036, 1352, 1315, 1032, 641, 842, - 1039, 471, 1046, 1047, 1048, 1058, 1059, 360, 360, 1616, - 842, 1069, 1064, 360, 1072, 1071, 1088, 842, 360, 1364, - 1073, 1087, 360, 1092, 1370, 1371, 1315, 1094, 1093, 1378, - 1097, 724, 1102, 1098, 1100, 1101, 1387, 1103, 1110, 1113, - 1115, 1181, 1393, 1180, 1395, 1192, 1176, 1398, 81, 1185, - 1205, 1402, 1194, 1228, 1233, 1235, 1407, 1237, 1249, 1238, - 1250, 1251, 1257, 1412, 1520, 1258, 1262, 1414, 1522, 360, - 1524, 1525, 1268, 1264, 1300, 1319, 23, 725, 1323, 1320, - 1324, 1325, 1330, 1342, 1331, 726, 727, 728, 729, 730, - 1333, 1334, 1360, 1365, 1431, 1536, 1390, 1416, 1363, 1417, - 1424, 359, 360, 359, 360, 1428, 1432, 359, 360, 1433, - 1441, 1460, 1444, 1454, 1466, 1462, 1467, 1468, -536, 1469, - 1488, 1503, 1506, 1553, 359, 360, -211, 1515, 759, -211, - -211, -211, -211, 1521, -211, -211, 760, -211, 1528, 733, - -211, -211, -211, -211, -211, -211, -211, -211, -211, 1585, - 1591, -211, -211, -211, 1583, 1590, 1598, -211, -211, 1610, - 1611, 1638, 1327, -537, 1639, 1147, 317, 1362, 360, 1384, - 1367, 1179, 1547, 562, 563, 539, 525, 360, 564, -211, - -211, 526, -211, 360, 1044, 1459, 527, 1464, 540, 1236, - 451, -211, 452, 541, -211, -211, 1315, 816, 657, 560, - 561, 1263, 1068, 819, 1504, 424, 1245, 821, 565, 658, - 692, 659, 718, 961, 489, 1519, 962, 963, 964, 965, - 432, 966, 640, 1612, 967, 1613, 1422, 968, 969, 970, - 971, 972, 973, 974, 975, 976, 1045, 880, 977, 978, - 979, 1350, 610, 639, 962, 963, 964, 965, 1042, 966, - 599, 1636, 967, 1074, 1086, 968, 969, 970, 971, 972, - 973, 974, 975, 976, 1282, 1085, 977, 978, 979, 862, - 1558, 1565, 860, 1453, 1271, 1281, 811, 1463, 314, 1299, - 1530, 980, 981, 0, 0, 600, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 359, 360, 0, 0, 0, - 360, 360, 0, 0, 0, 0, 314, 0, 0, 980, - 981, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 360, 0, 360, - 0, 0, 360, 360, 0, 0, 360, 0, 1568, 0, - 360, 360, 360, 360, 0, 0, 0, 0, 1315, 0, - 1572, 1541, 1542, 0, 0, 1315, 360, 0, 0, 1315, - 1315, 1315, 1315, 0, 0, 360, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 360, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 360, 0, - 0, 0, 1593, 0, 0, 360, 319, 320, 321, 322, - 323, 324, 325, 326, 33, 34, 35, 36, 37, 38, - 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, - 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, - 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, - 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, - 75, 76, 77, 0, 0, 0, 0, 0, 340, 341, - 80, 0, 0, 0, 82, 0, 0, 0, 0, 85, - 342, 87, 343, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 344, 345, 101, 346, 103, 0, 104, - 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, - 115, 116, 117, 118, 348, 120, 121, 122, 123, 124, - 349, 126, 127, 128, 129, 130, 131, 132, 133, 134, - 135, 136, 137, 0, 138, 139, 140, 0, 350, 142, - 351, 144, 145, 146, 147, 148, 149, 150, 151, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, - 173, 174, 175, 0, 176, 354, 178, 355, 180, 181, - 182, 183, 184, 185, 186, 356, 357, 189, 190, 962, - 963, 964, 965, 0, 966, 0, 0, 967, 0, 0, - 968, 969, 970, 971, 972, 973, 974, 975, 976, 0, - 0, 977, 978, 979, 0, 8, 0, 9, 0, 0, + 379, 497, 1122, 791, 619, 682, 681, 851, 500, 624, + 592, 1281, 626, 1487, 359, 360, 629, 360, 1340, 569, + 1265, 574, 592, 615, 576, 696, 697, 698, 699, 818, + 724, 820, 683, 531, 823, 532, 366, 684, 871, 872, + 873, 300, 306, 311, 533, 548, 1115, 373, 482, 620, + 546, 1475, 478, 548, 1552, 1378, 551, 534, 570, 1433, + 615, 535, 536, 547, 551, 1300, 439, 549, 550, 552, + 1132, 571, 538, 849, 850, 572, 573, 552, 556, 8, + 845, 630, 442, 742, 743, 744, 575, 745, 746, 553, + 501, 1330, 502, 554, 555, 1109, 747, 553, 1496, 748, + 1459, 554, 555, 1489, 752, 753, 754, 755, 756, 757, + 758, 759, 417, 760, 479, 900, 313, 557, 765, 766, + 767, 1358, 768, 769, 1157, 557, 1161, 923, 925, 770, + 482, 771, 475, 476, 772, 740, 845, 845, 1211, 1193, + 1331, 482, 775, 776, 777, 778, 779, 780, 781, 782, + 437, 783, 598, 540, 644, 503, 1192, 318, 900, 561, + 630, 1212, 924, 1194, 1331, 644, 1199, 578, 504, 849, + 850, 1208, 1618, 1210, 599, 1213, 1490, 1214, 1359, 1219, + 314, 1222, 1434, 1225, 849, 850, 370, 1231, 645, 1233, + 849, 850, 389, 438, 631, 1325, 81, 849, 850, 1462, + 483, 390, 1040, 480, 481, 920, 880, 881, 1486, 682, + 681, 682, 681, 941, 942, 921, 663, 664, 665, 666, + 667, 668, 821, 670, 671, 672, 673, 674, 675, 676, + 677, 440, 1332, 621, 360, 1247, 683, 360, 683, 835, + 1047, 684, 525, 684, 1379, 943, 1380, 443, 539, 1449, + 1450, 1451, 903, 496, 559, 492, 498, 477, 895, 650, + 371, 1453, 577, 652, 917, 1460, 1336, 654, 655, 656, + 845, 1320, 657, 632, 569, 391, 574, 846, 531, 576, + 532, 1623, 483, 1593, 1110, 1111, 1099, 1497, 1498, 533, + 1539, 911, 1476, 483, 1321, 431, 896, 418, 1103, 1493, + 600, 374, 534, 1454, 432, 548, 535, 536, 548, 1558, + 546, 1118, 387, 570, 1349, 1608, 551, 538, 1351, 551, + 793, 714, 1494, 547, 944, 714, 571, 549, 550, 552, + 572, 573, 552, 846, 846, 846, 846, 300, 556, 1223, + 1544, 575, 856, 306, 1628, 794, 311, 849, 850, 553, + 926, 927, 553, 554, 555, 1373, 554, 555, 857, 1251, + 1634, 593, 1469, 849, 850, 597, 1224, 1390, 1277, 608, + 1360, 1361, 1362, 15, 388, 617, 1220, 557, 433, 1252, + 557, 586, 360, 849, 850, 381, 1277, 618, 360, 287, + 490, 622, 623, 288, 385, 607, 360, 1226, 540, 1221, + 360, 360, 1535, 386, 633, 634, 635, 682, 681, 682, + 681, 642, 928, 1629, 1564, 359, 360, 393, 1094, 561, + 359, 360, 578, 359, 360, 1029, 863, 359, 360, 1635, + 1270, 446, 394, 725, 683, 726, 683, 397, 360, 684, + 716, 684, 1227, 815, 1116, 1234, 1235, 398, 1121, 1181, + 653, 360, 1228, 825, 826, 1553, 1554, 1555, 1556, 1278, + 1279, 1029, 1215, 399, 929, 930, 1301, 846, 931, 709, + 1488, 1563, 845, 1322, 395, 380, 8, 1278, 1279, 1053, + 858, 692, 400, 396, 845, 1216, 446, 932, 1217, 1218, + 1292, 1054, 727, 1295, 1296, 1158, 1133, 1100, 381, 1134, + 1135, 1136, 1137, 798, 1055, 1291, 1473, 382, 1326, 1383, + 717, 718, 607, 360, 446, 1504, 1384, 1159, 1160, 719, + 889, -211, 587, 22, 23, 24, 725, 1624, 726, 890, + 1631, 849, 850, 1637, 849, 850, 1300, 1509, 728, 891, + 892, 893, 1246, 1622, 849, 850, 729, 730, 731, 732, + 733, -211, 1148, 1516, 1257, 446, 446, -361, -361, -211, + -211, 1518, 1560, 427, 1149, 1520, 459, 460, 461, 462, + 463, 464, 801, 800, 1150, 1200, 401, 845, 749, 465, + 1205, 383, 845, 428, 429, 727, 750, 845, 808, 762, + 1138, 845, 466, 81, 1425, 1142, 1143, 763, 1632, 784, + 736, 1638, 1206, 1207, 1512, 916, 402, 1201, 785, 917, + 1549, 1550, 1202, 1203, 1513, 830, 831, 1144, 1145, 446, + 1146, 403, 682, 681, 1271, 908, 1514, 1515, 1566, 1567, + 1276, 728, 909, 359, 360, 1032, 806, 761, 845, 729, + 730, 731, 732, 733, 408, 750, 1387, 1341, 404, 683, + 359, 360, 1350, 1384, 684, 360, 446, 1352, 865, 409, + 446, 1355, 467, 468, 469, 470, 471, 472, 405, 846, + 1474, 1289, 1290, 811, 1059, 1060, 1061, 812, 910, 734, + 735, 846, 762, 406, 858, 692, 446, 692, 446, 446, + 763, 886, 493, 736, 1495, 407, 1190, 11, 494, 1191, + 12, 13, 1601, 816, 1422, 817, 829, 446, 1396, 1095, + 412, 360, 360, 360, 360, 1152, 1484, 1485, 945, 446, + 946, 849, 850, 473, 834, 1153, 1154, 947, 948, 367, + 368, 1025, 446, 949, 607, 360, 885, 1155, 1156, 915, + 360, 446, 1625, 413, 919, 773, 950, 951, 1026, 1030, + 414, -211, 845, 750, -211, -211, -211, -211, 1031, -211, + -211, 421, -211, 446, 446, -211, -211, -211, -211, -211, + -211, -211, -211, -211, 846, 1499, -211, -211, -211, 846, + 1044, 1045, -211, -211, 846, 1500, 1501, 774, 846, 1423, + 1424, 446, 446, 446, 796, 750, 425, 1502, 1503, 867, + 868, 869, 797, 360, -211, -211, 446, -211, 1074, 1259, + 1260, 912, 1477, 446, 827, 426, -211, 913, 1478, -211, + -211, 828, 1483, 1543, 832, 1455, 1456, 430, 1057, 1058, + 836, 1579, 833, 1580, 1427, 846, 1429, 1536, 837, 360, + 1431, 1559, 1521, 1522, 887, 360, 1533, 1582, 887, 1583, + 1438, 1442, 888, 441, 1442, 1238, 894, 1441, 1439, 1443, + 1243, 1244, 1444, 1067, 360, 1250, 1479, 435, 1376, 845, + 845, 444, 1480, 725, 751, 726, 836, 445, 1442, 1392, + 1393, 1598, 446, 692, 1541, 692, 1590, 457, 1401, 1599, + 858, 1598, 1405, 447, 1407, 1408, 845, 1410, 474, 1600, + 1413, 1414, 1592, 1603, 725, 751, 726, 458, 359, 360, + 1596, 1604, 1, 2, 3, 4, 5, 6, 1287, 1288, + 484, 485, 1108, 360, 486, 845, 607, 360, 1609, 488, + 607, 360, 727, 487, 845, 1342, 1343, 1344, 1125, 1530, + 1531, 1126, 1127, 1128, 1129, 1585, 845, 787, 788, 846, + 448, 1139, 449, 450, 489, 451, 452, 845, 1449, 1450, + 1451, 582, 583, 727, 845, 288, 1542, 499, 1630, 1633, + 1636, 1639, 299, 305, 308, 1605, 1641, 1606, 728, 505, + 451, 452, 738, 739, 849, 850, 729, 730, 731, 732, + 733, 725, 751, 726, 506, 1570, 381, -361, -361, 385, + 1537, 1538, 1548, 389, 1571, 395, 475, 476, 431, 728, + 898, 899, 906, 907, 734, 735, 1575, 729, 730, 731, + 732, 733, 904, 905, 1023, 1024, 585, 1586, 1527, 762, + 1069, 1070, 1123, 1124, 1588, 1130, 1131, 763, 1229, 1230, + 736, 594, 1140, 1141, 984, 985, 596, 360, 1282, 1283, + 727, 1273, 1274, 1293, 1294, 1297, 1298, 1185, 1370, 360, + 762, 1446, 1447, 603, 1430, 609, 846, 846, 763, 693, + 694, 736, 700, 701, 376, 377, 702, 703, 710, 711, + 883, 883, 616, 1440, 1626, 1627, 1591, 625, 627, 628, + 1482, 636, 637, 846, 648, 651, 728, 658, 692, 704, + 659, 705, 706, 712, 729, 730, 731, 732, 733, 722, + 707, 723, 725, 740, 726, 734, 735, 790, 802, 792, + 803, 360, 846, 804, 805, 813, 1621, 1620, 809, 810, + 852, 846, 853, 854, 862, 1353, 855, 874, 876, 1356, + 1319, 878, 879, 846, 503, 897, 902, 900, 1027, 1034, + 1033, 360, 360, 1036, 846, 1038, 1039, 360, 736, 1040, + 1043, 846, 360, 1368, 644, 1050, 360, 1051, 1374, 1375, + 1319, 727, 1052, 1382, 1062, 1063, 926, 927, 1068, 1073, + 1391, 1075, 1091, 1079, 1076, 1077, 1397, 1092, 1399, 1098, + 1101, 1402, 1102, 1106, 1107, 1406, 1096, 1104, 1097, 1105, + 1411, 1117, 1080, 1184, 1114, 1119, 1180, 1416, 1081, 1185, + 81, 1418, 1189, 360, 1198, 1196, 1209, 728, 1232, 1237, + 1239, 1241, 1253, 1242, 1254, 729, 730, 731, 732, 733, + 1255, 1262, 1261, 1266, 1268, 1272, 734, 735, 928, 23, + 1304, 1323, 1324, 1327, 1329, 359, 360, 359, 360, 1328, + 1524, 359, 360, 1335, 1526, 1334, 1528, 1529, 1337, 1338, + 1394, 1367, 1364, 1420, 1346, 1421, 1432, 1435, 359, 360, + 1436, 1437, 1369, 1445, 1428, 1470, 1448, 1471, 1458, 736, + 1464, 1540, 1472, 1082, 1083, 1084, 1085, 1466, 1086, 1087, + 929, 930, -536, 1473, 931, 1507, 1525, 1510, 1532, 1519, + 1557, 1587, 1492, 1589, 1594, 1595, 1602, 1615, 1614, 1331, + 1642, -537, 360, 932, 1643, 1151, 1366, 317, 1183, 1388, + 1551, 360, 1371, 527, 541, 528, 542, 360, 543, 529, + 1463, 1468, 1048, 819, 562, 822, 1240, 453, 965, 564, + 1319, 966, 967, 968, 969, 565, 970, 567, 1508, 971, + 563, 566, 972, 973, 974, 975, 976, 977, 978, 979, + 980, 454, 660, 981, 982, 983, 1354, 1072, 424, 966, + 967, 968, 969, 1267, 970, 1249, 824, 971, 662, 661, + 972, 973, 974, 975, 976, 977, 978, 979, 980, 695, + 491, 981, 982, 983, 1426, 721, 1523, 884, 1049, 1046, + 864, 1078, 601, 314, 1090, 1286, 984, 985, 643, 1616, + 602, 1617, 866, 641, 1089, 1562, 1569, 814, 1457, 1275, + 1303, 0, 1285, 1534, 1467, 0, 0, 0, 0, 0, + 0, 314, 0, 0, 984, 985, 0, 1640, 0, 359, + 360, 0, 612, 1357, 360, 360, 966, 967, 968, 969, + 0, 970, 0, 0, 971, 0, 0, 972, 973, 974, + 975, 976, 977, 978, 979, 980, 0, 0, 981, 982, + 983, 360, 0, 360, 0, 0, 360, 360, 0, 0, + 360, 0, 1572, 0, 360, 360, 360, 360, 0, 0, + 0, 0, 1319, 0, 1576, 1545, 1546, 0, 0, 1319, + 360, 0, 0, 1319, 1319, 1319, 1319, 0, 314, 360, + 0, 984, 985, 0, 0, 0, 0, 0, 0, 0, + 0, 360, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 360, 0, 0, 0, 1597, 0, 0, 360, + 319, 320, 321, 322, 323, 324, 325, 326, 33, 34, + 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, + 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, + 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, + 64, 65, 66, 67, 68, 339, 70, 0, 0, 0, + 71, 72, 73, 74, 75, 76, 77, 0, 0, 0, + 0, 0, 340, 341, 80, 0, 0, 0, 82, 0, + 0, 0, 0, 85, 342, 87, 343, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 344, 345, 101, + 346, 103, 0, 104, 347, 106, 107, 108, 109, 110, + 111, 112, 113, 114, 115, 116, 117, 118, 348, 120, + 121, 122, 123, 124, 349, 126, 127, 128, 129, 130, + 131, 132, 133, 134, 135, 136, 137, 0, 138, 139, + 140, 0, 350, 142, 351, 144, 145, 146, 147, 148, + 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, + 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, + 169, 170, 353, 172, 173, 174, 175, 0, 176, 354, + 178, 355, 180, 181, 182, 183, 184, 185, 186, 356, + 357, 189, 190, 966, 967, 968, 969, 0, 970, 0, + 0, 971, 0, 0, 972, 973, 974, 975, 976, 977, + 978, 979, 980, 0, 0, 981, 982, 983, 0, 8, + 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, + 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, + 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, + 19, 20, 21, 378, 0, 314, 0, 0, 984, 985, + 0, 0, 0, 1064, 0, 1065, 22, 23, 24, 25, + 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, + 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, + 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, + 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, + 65, 66, 67, 68, 69, 70, 0, 0, 0, 71, + 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, + 0, 78, 79, 80, 0, 0, 81, 82, 83, 84, + 0, 0, 85, 86, 87, 88, 89, 90, 91, 92, + 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, + 103, 0, 104, 105, 106, 107, 108, 109, 110, 111, + 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, + 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, + 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, + 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, + 170, 171, 172, 173, 174, 175, 0, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, + 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, + 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, + 17, 18, 0, 19, 20, 21, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 708, 0, 0, 0, 22, + 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, + 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, + 62, 63, 64, 65, 66, 67, 68, 69, 70, 0, + 0, 0, 71, 72, 73, 74, 75, 76, 77, 0, + 0, 0, 0, 0, 78, 79, 80, 0, 0, 81, + 82, 83, 84, 0, 0, 85, 86, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 103, 0, 104, 105, 106, 107, 108, + 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, + 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, + 129, 130, 131, 132, 133, 134, 135, 136, 137, 0, + 138, 139, 140, 0, 141, 142, 143, 144, 145, 146, + 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, + 167, 168, 169, 170, 171, 172, 173, 174, 175, 0, + 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, + 186, 187, 188, 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, - 15, 0, 16, 17, 18, 0, 19, 20, 21, 378, - 0, 314, 0, 0, 980, 981, 0, 0, 0, 1060, - 0, 1061, 22, 23, 24, 25, 26, 27, 28, 29, + 15, 0, 16, 17, 18, 0, 19, 20, 21, 713, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 0, 57, 58, @@ -2951,8 +3010,8 @@ static const yytype_int16 yytable[] = 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, 19, - 20, 21, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 705, 0, 0, 0, 22, 23, 24, 25, 26, + 20, 21, 720, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, @@ -2974,8 +3033,8 @@ static const yytype_int16 yytable[] = 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, - 18, 0, 19, 20, 21, 710, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 22, 23, + 18, 0, 19, 20, 21, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 799, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, @@ -2997,8 +3056,8 @@ static const yytype_int16 yytable[] = 187, 188, 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, - 0, 16, 17, 18, 0, 19, 20, 21, 717, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 16, 17, 18, 0, 19, 20, 21, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 807, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, @@ -3022,7 +3081,7 @@ static const yytype_int16 yytable[] = 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, 19, 20, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 796, 0, 0, 0, 22, 23, 24, 25, 26, 27, + 0, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 0, @@ -3045,26 +3104,26 @@ static const yytype_int16 yytable[] = 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, 19, 20, 21, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 804, 0, 0, 0, 22, 23, 24, + 0, 0, 0, 0, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, - 64, 65, 66, 67, 68, 69, 70, 0, 0, 0, + 64, 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, 78, 79, 80, 0, 0, 81, 82, 83, - 84, 0, 0, 85, 86, 87, 88, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, - 102, 103, 0, 104, 105, 106, 107, 108, 109, 110, + 84, 0, 0, 85, 342, 87, 343, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 344, 345, 101, + 346, 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, - 169, 170, 171, 172, 173, 174, 175, 0, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, - 188, 189, 190, 8, 0, 9, 0, 0, 0, 0, + 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, + 169, 170, 353, 172, 173, 174, 175, 0, 176, 354, + 178, 355, 180, 181, 182, 183, 184, 185, 186, 356, + 357, 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, 19, 20, 21, 0, 0, 0, @@ -3081,8 +3140,8 @@ static const yytype_int16 yytable[] = 99, 100, 101, 102, 103, 0, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, - 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, - 0, 138, 139, 140, 0, 141, 142, 143, 144, 145, + 128, 129, 130, 131, 507, 133, 134, 135, 136, 137, + 0, 138, 508, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, @@ -3097,20 +3156,20 @@ static const yytype_int16 yytable[] = 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, - 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, + 68, 69, 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, 78, 79, 80, 0, 0, 81, 82, 83, 84, 0, 0, 85, - 342, 87, 343, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 344, 345, 101, 346, 103, 0, 104, - 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, + 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, + 96, 97, 98, 99, 100, 101, 102, 103, 0, 104, + 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, - 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, - 135, 136, 137, 0, 138, 139, 140, 0, 141, 142, + 125, 126, 127, 128, 129, 130, 131, 530, 133, 134, + 135, 136, 137, 0, 138, 508, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, - 173, 174, 175, 0, 176, 354, 178, 355, 180, 181, - 182, 183, 184, 185, 186, 356, 357, 189, 190, 8, + 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, + 173, 174, 175, 0, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, 15, 0, 16, 17, 18, 0, @@ -3128,7 +3187,7 @@ static const yytype_int16 yytable[] = 103, 0, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, - 505, 133, 134, 135, 136, 137, 0, 138, 506, 140, + 544, 133, 134, 135, 136, 137, 0, 138, 508, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, @@ -3151,154 +3210,152 @@ static const yytype_int16 yytable[] = 100, 101, 102, 103, 0, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, - 129, 130, 131, 528, 133, 134, 135, 136, 137, 0, - 138, 506, 140, 0, 141, 142, 143, 144, 145, 146, + 129, 130, 131, 568, 133, 134, 135, 136, 137, 0, + 138, 508, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 0, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, - 0, 0, 11, 0, 0, 12, 13, 0, 14, 0, - 15, 0, 16, 17, 18, 0, 19, 20, 21, 0, + 0, 0, 11, 0, 0, 12, 13, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 19, 20, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - 69, 70, 0, 0, 0, 71, 72, 73, 74, 75, - 76, 77, 0, 0, 0, 0, 0, 78, 79, 80, - 0, 0, 81, 82, 83, 84, 0, 0, 85, 86, - 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 99, 100, 101, 102, 103, 0, 104, 105, - 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, - 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 542, 133, 134, 135, - 136, 137, 0, 138, 506, 140, 0, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, - 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, - 174, 175, 0, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, 187, 188, 189, 190, 8, 0, - 9, 0, 0, 0, 0, 0, 0, 0, 0, 10, - 0, 0, 0, 0, 0, 11, 0, 0, 12, 13, - 0, 14, 0, 15, 0, 16, 17, 18, 0, 19, - 20, 21, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 22, 23, 24, 25, 26, - 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, - 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, 69, 70, 0, 0, 0, 71, 72, - 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, - 78, 79, 80, 0, 0, 81, 82, 83, 84, 0, - 0, 85, 86, 87, 88, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, - 0, 104, 105, 106, 107, 108, 109, 110, 111, 112, - 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, - 123, 124, 125, 126, 127, 128, 129, 130, 131, 566, - 133, 134, 135, 136, 137, 0, 138, 506, 140, 0, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, - 171, 172, 173, 174, 175, 0, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, - 190, 8, 0, 9, 0, 0, 0, 0, 0, 0, - 0, 0, 10, 0, 0, 0, 0, 0, 11, 0, - 0, 12, 13, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 19, 20, 21, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 22, 23, - 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, - 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, - 63, 64, 65, 66, 67, 68, 339, 70, 0, 0, - 0, 71, 72, 73, 74, 75, 76, 77, 0, 0, - 0, 0, 0, 78, 79, 80, 0, 0, 81, 82, - 83, 84, 0, 0, 85, 342, 87, 343, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, 344, 345, - 101, 346, 103, 0, 104, 347, 106, 107, 108, 109, - 110, 111, 112, 113, 114, 115, 116, 117, 118, 348, - 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, - 130, 131, 132, 133, 134, 135, 136, 137, 0, 138, - 139, 140, 0, 141, 142, 143, 144, 145, 146, 147, - 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, - 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, - 352, 169, 170, 353, 172, 173, 174, 175, 1241, 176, - 354, 178, 355, 180, 181, 182, 183, 184, 185, 186, - 356, 357, 189, 190, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 834, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 361, 362, - 27, 28, 363, 30, 31, 364, 835, 34, 35, 36, - 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, - 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, - 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, - 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, - 340, 341, 80, 0, 0, 0, 82, 0, 0, 0, - 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, 344, 345, 101, 346, 103, - 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, - 113, 114, 115, 116, 117, 118, 348, 120, 121, 122, - 123, 124, 349, 836, 127, 128, 129, 130, 131, 132, - 133, 134, 135, 136, 137, 0, 138, 139, 140, 0, - 365, 142, 837, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, - 353, 172, 173, 174, 175, 8, 176, 354, 178, 355, - 180, 181, 182, 183, 184, 185, 186, 356, 357, 189, - 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 19, 0, 675, 0, - 0, 0, 0, 0, 0, 0, 0, 676, 0, 0, - 677, 0, 22, 23, 24, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 34, 35, 36, 37, 38, 39, - 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, - 337, 338, 52, 53, 54, 55, 56, 0, 57, 58, - 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, 75, - 76, 77, 0, 0, 0, 0, 0, 340, 341, 80, - 0, 0, 81, 82, 0, 0, 0, 0, 85, 342, + 76, 77, 0, 0, 0, 0, 0, 78, 79, 80, + 0, 0, 81, 82, 83, 84, 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 344, 345, 101, 0, 103, 0, 104, 0, + 97, 98, 344, 345, 101, 346, 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, - 116, 117, 118, 348, 120, 121, 122, 123, 124, 349, - 0, 127, 128, 129, 130, 131, 132, 133, 134, 135, - 136, 137, 0, 138, 139, 140, 0, 0, 142, 0, + 116, 117, 118, 348, 120, 121, 122, 123, 124, 125, + 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, + 136, 137, 0, 138, 139, 140, 0, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, 173, - 174, 175, 8, 176, 354, 178, 355, 180, 181, 182, + 174, 175, 1245, 176, 354, 178, 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, 189, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 19, 0, 675, 0, 0, 0, 0, - 0, 0, 0, 0, 676, 0, 0, 0, 0, 22, - 23, 24, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 34, 35, 36, 37, 38, 39, 327, 328, 329, + 0, 0, 0, 0, 0, 838, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 361, 362, 27, 28, 363, 30, 31, 364, + 839, 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, 77, 0, - 0, 0, 0, 0, 340, 341, 80, 0, 0, 81, + 0, 0, 0, 0, 340, 341, 80, 0, 0, 0, 82, 0, 0, 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 344, - 345, 101, 0, 103, 0, 104, 0, 106, 107, 108, + 345, 101, 346, 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, - 348, 120, 121, 122, 123, 124, 349, 0, 127, 128, + 348, 120, 121, 122, 123, 124, 349, 840, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 0, - 138, 139, 140, 0, 0, 142, 0, 144, 145, 146, + 138, 139, 140, 0, 365, 142, 841, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, - 167, 352, 169, 170, 353, 172, 173, 174, 175, 0, + 167, 352, 169, 170, 353, 172, 173, 174, 175, 8, 176, 354, 178, 355, 180, 181, 182, 183, 184, 185, - 186, 356, 357, 189, 190, 9, 0, 0, 0, 0, - 0, 0, 0, 0, 1301, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1302, 0, 0, 0, - 0, 0, 1303, 0, 0, 0, 0, 0, 0, 0, + 186, 356, 357, 189, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1304, 362, 27, 28, 363, 30, 31, - 364, 33, 34, 35, 36, 37, 38, 39, 1305, 328, + 19, 0, 678, 0, 0, 0, 0, 0, 0, 0, + 0, 679, 0, 0, 680, 0, 22, 23, 24, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 34, 35, + 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, + 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, + 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, + 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, + 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, + 0, 340, 341, 80, 0, 0, 81, 82, 0, 0, + 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, + 93, 94, 95, 96, 97, 98, 344, 345, 101, 0, + 103, 0, 104, 0, 106, 107, 108, 109, 110, 111, + 112, 113, 114, 115, 116, 117, 118, 348, 120, 121, + 122, 123, 124, 349, 0, 127, 128, 129, 130, 131, + 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, + 0, 0, 142, 0, 144, 145, 146, 147, 148, 149, + 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, + 170, 353, 172, 173, 174, 175, 8, 176, 354, 178, + 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, + 189, 190, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 19, 0, 678, + 0, 0, 0, 0, 0, 0, 0, 0, 679, 0, + 0, 0, 0, 22, 23, 24, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 34, 35, 36, 37, 38, + 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, + 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, + 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, + 68, 339, 70, 0, 0, 0, 71, 72, 73, 74, + 75, 76, 77, 0, 0, 0, 0, 0, 340, 341, + 80, 0, 0, 81, 82, 0, 0, 0, 0, 85, + 342, 87, 343, 89, 90, 91, 92, 93, 94, 95, + 96, 97, 98, 344, 345, 101, 0, 103, 0, 104, + 0, 106, 107, 108, 109, 110, 111, 112, 113, 114, + 115, 116, 117, 118, 348, 120, 121, 122, 123, 124, + 349, 0, 127, 128, 129, 130, 131, 132, 133, 134, + 135, 136, 137, 0, 138, 139, 140, 0, 0, 142, + 0, 144, 145, 146, 147, 148, 149, 150, 151, 152, + 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, + 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, + 173, 174, 175, 0, 176, 354, 178, 355, 180, 181, + 182, 183, 184, 185, 186, 356, 357, 189, 190, 9, + 0, 0, 0, 0, 0, 0, 0, 0, 1305, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1306, 0, 0, 0, 0, 0, 1307, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1308, 362, 27, + 28, 363, 30, 31, 364, 33, 34, 35, 36, 37, + 38, 39, 1309, 328, 329, 330, 331, 332, 333, 334, + 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, + 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, + 74, 75, 76, 77, 0, 0, 0, 0, 0, 340, + 341, 80, 0, 0, 0, 82, 83, 84, 0, 0, + 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, + 95, 96, 97, 98, 344, 345, 101, 346, 103, 0, + 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, + 114, 115, 116, 117, 118, 348, 120, 121, 122, 123, + 124, 349, 126, 127, 128, 129, 130, 131, 132, 133, + 134, 135, 136, 137, 0, 138, 139, 140, 0, 365, + 142, 351, 144, 145, 146, 147, 148, 149, 150, 151, + 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, + 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, + 172, 173, 174, 175, 0, 176, 354, 178, 355, 180, + 181, 1310, 1311, 184, 185, 186, 356, 357, 189, 190, + 9, 0, 0, 0, 0, 0, 0, 0, 0, 1305, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1308, 362, + 27, 28, 363, 30, 31, 364, 33, 34, 35, 36, + 37, 38, 39, 1309, 328, 329, 330, 331, 332, 333, + 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, + 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, + 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, + 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, + 340, 341, 80, 0, 0, 0, 82, 83, 84, 0, + 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 344, 345, 101, 346, 103, + 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, + 113, 114, 115, 116, 117, 118, 348, 120, 121, 122, + 123, 124, 349, 126, 127, 128, 129, 130, 131, 132, + 133, 134, 135, 136, 137, 0, 138, 139, 140, 0, + 365, 142, 351, 144, 145, 146, 147, 148, 149, 150, + 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, + 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, + 353, 172, 173, 174, 175, 9, 176, 354, 178, 355, + 180, 181, 182, 183, 184, 185, 186, 356, 357, 189, + 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 361, 362, 27, 28, 363, 30, 31, + 364, 33, 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, 70, @@ -3314,171 +3371,33 @@ static const yytype_int16 yytable[] = 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, 175, - 0, 176, 354, 178, 355, 180, 181, 1306, 1307, 184, - 185, 186, 356, 357, 189, 190, 9, 0, 0, 0, - 0, 0, 0, 0, 0, 1301, 0, 0, 0, 0, + 588, 176, 354, 178, 355, 180, 181, 182, 183, 184, + 185, 186, 356, 357, 189, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 589, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 319, 320, + 321, 322, 323, 324, 325, 326, 33, 34, 35, 36, + 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, + 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, + 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, + 66, 67, 68, 339, 70, 0, 0, 0, 71, 72, + 73, 74, 75, 76, 77, 0, 0, 0, 0, 0, + 340, 341, 80, 0, 0, 0, 82, 0, 0, 0, + 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 344, 345, 101, 346, 103, + 0, 104, 347, 106, 107, 108, 109, 110, 111, 112, + 113, 114, 115, 116, 117, 118, 348, 120, 121, 122, + 123, 124, 349, 126, 127, 128, 129, 130, 131, 132, + 133, 134, 135, 136, 137, 0, 138, 139, 140, 0, + 350, 142, 351, 144, 145, 146, 147, 148, 149, 150, + 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, + 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, + 353, 172, 173, 174, 175, 638, 176, 354, 178, 355, + 180, 181, 182, 183, 184, 185, 186, 356, 357, 189, + 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 639, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1304, 362, 27, 28, 363, 30, - 31, 364, 33, 34, 35, 36, 37, 38, 39, 1305, - 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, - 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, - 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, - 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, - 77, 0, 0, 0, 0, 0, 340, 341, 80, 0, - 0, 0, 82, 83, 84, 0, 0, 85, 342, 87, - 343, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 344, 345, 101, 346, 103, 0, 104, 347, 106, - 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, - 117, 118, 348, 120, 121, 122, 123, 124, 349, 126, - 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, - 137, 0, 138, 139, 140, 0, 365, 142, 351, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, - 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, - 175, 9, 176, 354, 178, 355, 180, 181, 182, 183, - 184, 185, 186, 356, 357, 189, 190, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 361, - 362, 27, 28, 363, 30, 31, 364, 33, 34, 35, - 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, - 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, - 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, - 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, - 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, - 0, 340, 341, 80, 0, 0, 0, 82, 83, 84, - 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 344, 345, 101, 346, - 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, - 112, 113, 114, 115, 116, 117, 118, 348, 120, 121, - 122, 123, 124, 349, 126, 127, 128, 129, 130, 131, - 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, - 0, 365, 142, 351, 144, 145, 146, 147, 148, 149, - 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, - 170, 353, 172, 173, 174, 175, 586, 176, 354, 178, - 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, - 189, 190, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 587, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 319, 320, 321, 322, 323, 324, - 325, 326, 33, 34, 35, 36, 37, 38, 39, 327, - 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, - 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, - 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, - 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, - 77, 0, 0, 0, 0, 0, 340, 341, 80, 0, - 0, 0, 82, 0, 0, 0, 0, 85, 342, 87, - 343, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 344, 345, 101, 346, 103, 0, 104, 347, 106, - 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, - 117, 118, 348, 120, 121, 122, 123, 124, 349, 126, - 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, - 137, 0, 138, 139, 140, 0, 350, 142, 351, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, - 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, - 175, 636, 176, 354, 178, 355, 180, 181, 182, 183, - 184, 185, 186, 356, 357, 189, 190, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 637, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 319, - 320, 321, 322, 323, 324, 325, 326, 33, 34, 35, - 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, - 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, - 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, - 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, - 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, - 0, 340, 341, 80, 0, 0, 0, 82, 0, 0, - 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 344, 345, 101, 346, - 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, - 112, 113, 114, 115, 116, 117, 118, 348, 120, 121, - 122, 123, 124, 349, 126, 127, 128, 129, 130, 131, - 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, - 0, 350, 142, 351, 144, 145, 146, 147, 148, 149, - 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, - 170, 353, 172, 173, 174, 175, 0, 176, 354, 178, - 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, - 189, 190, 834, 1252, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 361, - 362, 27, 28, 363, 30, 31, 364, 835, 34, 35, - 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, - 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, - 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, - 65, 66, 67, 68, 339, 70, 0, 0, 0, 71, - 72, 73, 74, 75, 76, 77, 0, 0, 0, 0, - 0, 340, 341, 80, 0, 0, 0, 82, 0, 0, - 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 344, 345, 101, 346, - 103, 0, 104, 347, 106, 107, 108, 109, 110, 111, - 112, 113, 114, 115, 116, 117, 118, 348, 120, 121, - 122, 123, 124, 349, 836, 127, 128, 129, 130, 131, - 132, 133, 134, 135, 136, 137, 0, 138, 139, 140, - 0, 365, 142, 837, 144, 145, 146, 147, 148, 149, - 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, - 170, 353, 172, 173, 174, 175, 834, 176, 354, 178, - 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, - 189, 190, 0, 361, 362, 27, 28, 363, 30, 31, - 364, 835, 34, 35, 36, 37, 38, 39, 327, 328, - 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, - 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, - 61, 62, 63, 64, 65, 66, 67, 68, 339, 70, - 0, 0, 0, 71, 72, 73, 74, 75, 76, 77, - 0, 0, 0, 0, 0, 340, 341, 80, 0, 0, - 0, 82, 0, 0, 0, 0, 85, 342, 87, 343, - 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, - 344, 345, 101, 346, 103, 0, 104, 347, 106, 107, - 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, - 118, 348, 120, 121, 122, 123, 124, 349, 836, 127, - 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, - 0, 138, 139, 140, 0, 365, 142, 837, 144, 145, - 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, - 166, 167, 352, 169, 170, 353, 172, 173, 174, 175, - 834, 176, 354, 178, 355, 180, 181, 182, 183, 184, - 185, 186, 356, 357, 189, 190, 0, 361, 362, 27, - 28, 363, 30, 31, 364, 33, 34, 35, 36, 37, - 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, - 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, - 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, - 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, - 74, 75, 76, 77, 0, 0, 0, 0, 0, 340, - 341, 80, 0, 0, 0, 82, 0, 0, 0, 0, - 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, 344, 345, 101, 346, 103, 0, - 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, - 114, 115, 116, 117, 118, 348, 120, 121, 122, 123, - 124, 349, 836, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 137, 0, 138, 139, 140, 0, 365, - 142, 837, 144, 145, 146, 147, 148, 149, 150, 151, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, - 172, 173, 174, 175, 602, 176, 354, 178, 355, 180, - 181, 182, 183, 184, 185, 186, 356, 357, 189, 190, - 319, 320, 321, 322, 323, 324, 325, 326, 33, 34, - 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, - 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, - 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, - 64, 65, 66, 67, 68, 339, 70, 0, 0, 0, - 71, 72, 73, 74, 75, 76, 77, 0, 0, 0, - 0, 0, 340, 341, 80, 0, 0, 603, 82, 0, - 0, 0, 0, 85, 342, 87, 343, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, 344, 345, 101, - 346, 103, 0, 104, 347, 106, 107, 108, 109, 110, - 111, 112, 113, 114, 115, 116, 117, 118, 348, 120, - 121, 122, 123, 124, 349, 126, 127, 128, 129, 130, - 131, 132, 133, 134, 135, 136, 137, 0, 138, 139, - 140, 0, 350, 142, 351, 144, 145, 146, 147, 148, - 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, - 169, 170, 353, 172, 173, 174, 175, 0, 176, 354, - 178, 355, 180, 181, 182, 183, 184, 185, 186, 356, - 357, 189, 190, 319, 320, 321, 322, 323, 324, 325, + 0, 0, 0, 319, 320, 321, 322, 323, 324, 325, 326, 33, 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, @@ -3496,7 +3415,28 @@ static const yytype_int16 yytable[] = 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, 175, 0, 176, 354, 178, 355, 180, 181, 182, 183, 184, - 185, 186, 356, 357, 189, 190, 34, 35, 36, 37, + 185, 186, 356, 357, 189, 190, 838, 1256, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 361, 362, 27, 28, 363, 30, 31, + 364, 839, 34, 35, 36, 37, 38, 39, 327, 328, + 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, + 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, + 61, 62, 63, 64, 65, 66, 67, 68, 339, 70, + 0, 0, 0, 71, 72, 73, 74, 75, 76, 77, + 0, 0, 0, 0, 0, 340, 341, 80, 0, 0, + 0, 82, 0, 0, 0, 0, 85, 342, 87, 343, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 344, 345, 101, 346, 103, 0, 104, 347, 106, 107, + 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, + 118, 348, 120, 121, 122, 123, 124, 349, 840, 127, + 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, + 0, 138, 139, 140, 0, 365, 142, 841, 144, 145, + 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, + 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, + 166, 167, 352, 169, 170, 353, 172, 173, 174, 175, + 838, 176, 354, 178, 355, 180, 181, 182, 183, 184, + 185, 186, 356, 357, 189, 190, 0, 361, 362, 27, + 28, 363, 30, 31, 364, 839, 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, @@ -3504,263 +3444,379 @@ static const yytype_int16 yytable[] = 74, 75, 76, 77, 0, 0, 0, 0, 0, 340, 341, 80, 0, 0, 0, 82, 0, 0, 0, 0, 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, 344, 345, 101, 0, 103, 0, - 104, 0, 106, 107, 108, 109, 110, 111, 112, 113, + 95, 96, 97, 98, 344, 345, 101, 346, 103, 0, + 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 348, 120, 121, 122, 123, - 124, 349, 0, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 137, 0, 138, 139, 140, 0, 0, - 142, 0, 144, 145, 146, 147, 148, 149, 150, 151, + 124, 349, 840, 127, 128, 129, 130, 131, 132, 133, + 134, 135, 136, 137, 0, 138, 139, 140, 0, 365, + 142, 841, 144, 145, 146, 147, 148, 149, 150, 151, + 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, + 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, + 172, 173, 174, 175, 838, 176, 354, 178, 355, 180, + 181, 182, 183, 184, 185, 186, 356, 357, 189, 190, + 0, 361, 362, 27, 28, 363, 30, 31, 364, 33, + 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, + 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, + 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, 339, 70, 0, 0, + 0, 71, 72, 73, 74, 75, 76, 77, 0, 0, + 0, 0, 0, 340, 341, 80, 0, 0, 0, 82, + 0, 0, 0, 0, 85, 342, 87, 343, 89, 90, + 91, 92, 93, 94, 95, 96, 97, 98, 344, 345, + 101, 346, 103, 0, 104, 347, 106, 107, 108, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 348, + 120, 121, 122, 123, 124, 349, 840, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 137, 0, 138, + 139, 140, 0, 365, 142, 841, 144, 145, 146, 147, + 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, + 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 352, 169, 170, 353, 172, 173, 174, 175, 604, 176, + 354, 178, 355, 180, 181, 182, 183, 184, 185, 186, + 356, 357, 189, 190, 319, 320, 321, 322, 323, 324, + 325, 326, 33, 34, 35, 36, 37, 38, 39, 327, + 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, + 338, 52, 53, 54, 55, 56, 0, 57, 58, 59, + 60, 61, 62, 63, 64, 65, 66, 67, 68, 339, + 70, 0, 0, 0, 71, 72, 73, 74, 75, 76, + 77, 0, 0, 0, 0, 0, 340, 341, 80, 0, + 0, 605, 82, 0, 0, 0, 0, 85, 342, 87, + 343, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 344, 345, 101, 346, 103, 0, 104, 347, 106, + 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, + 117, 118, 348, 120, 121, 122, 123, 124, 349, 126, + 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, + 137, 0, 138, 139, 140, 0, 350, 142, 351, 144, + 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, + 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, + 175, 0, 176, 354, 178, 355, 180, 181, 182, 183, + 184, 185, 186, 356, 357, 189, 190, 319, 320, 321, + 322, 323, 324, 325, 326, 33, 34, 35, 36, 37, + 38, 39, 327, 328, 329, 330, 331, 332, 333, 334, + 335, 336, 337, 338, 52, 53, 54, 55, 56, 0, + 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 339, 70, 0, 0, 0, 71, 72, 73, + 74, 75, 76, 77, 0, 0, 0, 0, 0, 340, + 341, 80, 0, 0, 0, 82, 0, 0, 0, 0, + 85, 342, 87, 343, 89, 90, 91, 92, 93, 94, + 95, 96, 97, 98, 344, 345, 101, 346, 103, 0, + 104, 347, 106, 107, 108, 109, 110, 111, 112, 113, + 114, 115, 116, 117, 118, 348, 120, 121, 122, 123, + 124, 349, 126, 127, 128, 129, 130, 131, 132, 133, + 134, 135, 136, 137, 0, 138, 139, 140, 0, 350, + 142, 351, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 352, 169, 170, 353, 172, 173, 174, 175, 0, 176, 354, 178, 355, 180, 181, 182, 183, 184, 185, 186, 356, 357, 189, 190, - 0, 1353, 0, 0, 962, 963, 964, 965, 0, 966, - 0, 0, 967, 0, 0, 968, 969, 970, 971, 972, - 973, 974, 975, 976, 0, 0, 977, 978, 979, 1373, - 0, 0, 962, 963, 964, 965, 0, 966, 0, 0, - 967, 0, 0, 968, 969, 970, 971, 972, 973, 974, - 975, 976, 0, 0, 977, 978, 979, 1385, 0, 0, - 962, 963, 964, 965, 0, 966, 314, 0, 967, 980, - 981, 968, 969, 970, 971, 972, 973, 974, 975, 976, - 0, 0, 977, 978, 979, 1394, 0, 0, 962, 963, - 964, 965, 0, 966, 314, 0, 967, 980, 981, 968, - 969, 970, 971, 972, 973, 974, 975, 976, 0, 0, - 977, 978, 979, 1396, 0, 0, 962, 963, 964, 965, - 0, 966, 314, 0, 967, 980, 981, 968, 969, 970, - 971, 972, 973, 974, 975, 976, 0, 0, 977, 978, - 979, 1399, 0, 0, 962, 963, 964, 965, 0, 966, - 314, 0, 967, 980, 981, 968, 969, 970, 971, 972, - 973, 974, 975, 976, 0, 0, 977, 978, 979, 1400, - 0, 0, 962, 963, 964, 965, 0, 966, 314, 0, - 967, 980, 981, 968, 969, 970, 971, 972, 973, 974, - 975, 976, 0, 0, 977, 978, 979, 1405, 0, 0, - 962, 963, 964, 965, 0, 966, 314, 0, 967, 980, - 981, 968, 969, 970, 971, 972, 973, 974, 975, 976, - 0, 0, 977, 978, 979, 1408, 0, 0, 962, 963, - 964, 965, 0, 966, 314, 0, 967, 980, 981, 968, - 969, 970, 971, 972, 973, 974, 975, 976, 0, 0, - 977, 978, 979, 1411, 0, 0, 962, 963, 964, 965, - 0, 966, 314, 0, 967, 980, 981, 968, 969, 970, - 971, 972, 973, 974, 975, 976, 0, 0, 977, 978, - 979, 1413, 0, 0, 962, 963, 964, 965, 0, 966, - 314, 0, 967, 980, 981, 968, 969, 970, 971, 972, - 973, 974, 975, 976, 0, 0, 977, 978, 979, 1415, - 0, 0, 962, 963, 964, 965, 0, 966, 314, 0, - 967, 980, 981, 968, 969, 970, 971, 972, 973, 974, - 975, 976, 0, 0, 977, 978, 979, 1501, 0, 0, - 962, 963, 964, 965, 0, 966, 314, 0, 967, 980, - 981, 968, 969, 970, 971, 972, 973, 974, 975, 976, - 0, 0, 977, 978, 979, 1502, 0, 0, 962, 963, - 964, 965, 0, 966, 314, 0, 967, 980, 981, 968, - 969, 970, 971, 972, 973, 974, 975, 976, 0, 0, - 977, 978, 979, 1507, 0, 0, 962, 963, 964, 965, - 0, 966, 314, 0, 967, 980, 981, 968, 969, 970, - 971, 972, 973, 974, 975, 976, 0, 0, 977, 978, - 979, 1513, 0, 0, 962, 963, 964, 965, 0, 966, - 314, 0, 967, 980, 981, 968, 969, 970, 971, 972, - 973, 974, 975, 976, 0, 0, 977, 978, 979, 1569, - 0, 0, 962, 963, 964, 965, 0, 966, 314, 0, - 967, 980, 981, 968, 969, 970, 971, 972, 973, 974, - 975, 976, 0, 0, 977, 978, 979, 1570, 0, 0, - 962, 963, 964, 965, 0, 966, 314, 0, 967, 980, - 981, 968, 969, 970, 971, 972, 973, 974, 975, 976, - 0, 0, 977, 978, 979, 1573, 0, 0, 962, 963, - 964, 965, 0, 966, 314, 0, 967, 980, 981, 968, - 969, 970, 971, 972, 973, 974, 975, 976, 0, 0, - 977, 978, 979, 1574, 0, 0, 962, 963, 964, 965, - 0, 966, 314, 0, 967, 980, 981, 968, 969, 970, - 971, 972, 973, 974, 975, 976, 1158, 0, 977, 978, - 979, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 314, 0, 0, 980, 981, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1159, 0, 1160, 1161, - 1162, 1163, 1164, 1165, 1166, 0, 0, 0, 314, 0, - 0, 980, 981, 1167, 1168, 1169, 1170, 1171, 1172, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1173, 1174, - 1175 + 34, 35, 36, 37, 38, 39, 327, 328, 329, 330, + 331, 332, 333, 334, 335, 336, 337, 338, 52, 53, + 54, 55, 56, 0, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, 339, 70, 0, 0, + 0, 71, 72, 73, 74, 75, 76, 77, 0, 0, + 0, 0, 0, 340, 341, 80, 0, 0, 0, 82, + 0, 0, 0, 0, 85, 342, 87, 343, 89, 90, + 91, 92, 93, 94, 95, 96, 97, 98, 344, 345, + 101, 0, 103, 0, 104, 0, 106, 107, 108, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 348, + 120, 121, 122, 123, 124, 349, 0, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 137, 0, 138, + 139, 140, 0, 0, 142, 0, 144, 145, 146, 147, + 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, + 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 352, 169, 170, 353, 172, 173, 174, 175, 0, 176, + 354, 178, 355, 180, 181, 182, 183, 184, 185, 186, + 356, 357, 189, 190, 0, 1377, 0, 0, 966, 967, + 968, 969, 0, 970, 0, 0, 971, 0, 0, 972, + 973, 974, 975, 976, 977, 978, 979, 980, 0, 0, + 981, 982, 983, 1389, 0, 0, 966, 967, 968, 969, + 0, 970, 0, 0, 971, 0, 0, 972, 973, 974, + 975, 976, 977, 978, 979, 980, 0, 0, 981, 982, + 983, 1398, 0, 0, 966, 967, 968, 969, 0, 970, + 314, 0, 971, 984, 985, 972, 973, 974, 975, 976, + 977, 978, 979, 980, 0, 0, 981, 982, 983, 1400, + 0, 0, 966, 967, 968, 969, 0, 970, 314, 0, + 971, 984, 985, 972, 973, 974, 975, 976, 977, 978, + 979, 980, 0, 0, 981, 982, 983, 1403, 0, 0, + 966, 967, 968, 969, 0, 970, 314, 0, 971, 984, + 985, 972, 973, 974, 975, 976, 977, 978, 979, 980, + 0, 0, 981, 982, 983, 1404, 0, 0, 966, 967, + 968, 969, 0, 970, 314, 0, 971, 984, 985, 972, + 973, 974, 975, 976, 977, 978, 979, 980, 0, 0, + 981, 982, 983, 1409, 0, 0, 966, 967, 968, 969, + 0, 970, 314, 0, 971, 984, 985, 972, 973, 974, + 975, 976, 977, 978, 979, 980, 0, 0, 981, 982, + 983, 1412, 0, 0, 966, 967, 968, 969, 0, 970, + 314, 0, 971, 984, 985, 972, 973, 974, 975, 976, + 977, 978, 979, 980, 0, 0, 981, 982, 983, 1415, + 0, 0, 966, 967, 968, 969, 0, 970, 314, 0, + 971, 984, 985, 972, 973, 974, 975, 976, 977, 978, + 979, 980, 0, 0, 981, 982, 983, 1417, 0, 0, + 966, 967, 968, 969, 0, 970, 314, 0, 971, 984, + 985, 972, 973, 974, 975, 976, 977, 978, 979, 980, + 0, 0, 981, 982, 983, 1419, 0, 0, 966, 967, + 968, 969, 0, 970, 314, 0, 971, 984, 985, 972, + 973, 974, 975, 976, 977, 978, 979, 980, 0, 0, + 981, 982, 983, 1505, 0, 0, 966, 967, 968, 969, + 0, 970, 314, 0, 971, 984, 985, 972, 973, 974, + 975, 976, 977, 978, 979, 980, 0, 0, 981, 982, + 983, 1506, 0, 0, 966, 967, 968, 969, 0, 970, + 314, 0, 971, 984, 985, 972, 973, 974, 975, 976, + 977, 978, 979, 980, 0, 0, 981, 982, 983, 1511, + 0, 0, 966, 967, 968, 969, 0, 970, 314, 0, + 971, 984, 985, 972, 973, 974, 975, 976, 977, 978, + 979, 980, 0, 0, 981, 982, 983, 1517, 0, 0, + 966, 967, 968, 969, 0, 970, 314, 0, 971, 984, + 985, 972, 973, 974, 975, 976, 977, 978, 979, 980, + 0, 0, 981, 982, 983, 1573, 0, 0, 966, 967, + 968, 969, 0, 970, 314, 0, 971, 984, 985, 972, + 973, 974, 975, 976, 977, 978, 979, 980, 0, 0, + 981, 982, 983, 1574, 0, 0, 966, 967, 968, 969, + 0, 970, 314, 0, 971, 984, 985, 972, 973, 974, + 975, 976, 977, 978, 979, 980, 0, 0, 981, 982, + 983, 1577, 0, 0, 966, 967, 968, 969, 0, 970, + 314, 0, 971, 984, 985, 972, 973, 974, 975, 976, + 977, 978, 979, 980, 0, 0, 981, 982, 983, 1578, + 0, 0, 966, 967, 968, 969, 0, 970, 314, 0, + 971, 984, 985, 972, 973, 974, 975, 976, 977, 978, + 979, 980, 1162, 0, 981, 982, 983, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 314, 0, 0, 984, + 985, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1163, 0, 1164, 1165, 1166, 1167, 1168, 1169, + 1170, 0, 0, 0, 314, 0, 0, 984, 985, 1171, + 1172, 1173, 1174, 1175, 1176, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1177, 1178, 1179 }; static const yytype_int16 yycheck[] = { - 21, 229, 579, 921, 1059, 735, 736, 927, 236, 1081, - 381, 472, 646, 1140, 8, 8, 1326, 10, 476, 477, - 478, 479, 393, 394, 504, 312, 409, 622, 298, 624, - 472, 414, 627, 298, 417, 312, 10, 298, 421, 304, - 679, 680, 681, 304, 472, 472, 312, 312, 268, 298, - 270, 312, 3, 4, 5, 304, 304, 508, 509, 510, - 431, 512, 513, 312, 312, 298, 304, 304, 304, 66, - 521, 915, 123, 524, 312, 312, 312, 1308, 529, 530, - 531, 532, 533, 534, 535, 536, 14, 538, 9, 62, - 701, 702, 543, 544, 545, 298, 547, 548, 35, 62, - 645, 304, 304, 554, 53, 556, 123, 10, 559, 312, - 312, 115, 43, 953, 12, 955, 567, 568, 569, 570, - 571, 572, 573, 574, 9, 576, 123, 50, 51, 42, - 298, 35, 304, 123, 65, 11, 304, 1471, 12, 9, - 312, 152, 243, 42, 312, 985, 35, 102, 120, 42, - 242, 50, 51, 12, 274, 995, 701, 702, 36, 37, - 1000, 126, 1002, 893, 1004, 9, 1006, 62, 1008, 9, - 1010, 150, 1012, 50, 51, 905, 1016, 297, 1018, 183, - 728, 50, 51, 126, 106, 42, 298, 1310, 918, 144, - 50, 51, 304, 304, 51, 287, 1114, 73, 274, 43, - 312, 312, 115, 43, 183, 297, 307, 0, 173, 131, - 105, 222, 223, 761, 675, 435, 677, 108, 183, 439, - 231, 297, 115, 443, 444, 445, 23, 176, 448, 152, - 173, 89, 90, 675, 227, 677, 831, 230, 274, 211, - 212, 126, 625, 273, 148, 725, 43, 675, 675, 677, - 677, 32, 175, 227, 227, 1589, 230, 38, 641, 148, - 191, 312, 132, 314, 227, 301, 164, 297, 125, 720, - 183, 541, 175, 194, 645, 152, 541, 497, 565, 171, - 541, 501, 219, 161, 1594, 177, 162, 163, 565, 834, - 164, 1135, 541, 151, 222, 312, 313, 562, 175, 565, - 565, 562, 161, 1143, 565, 164, 175, 1147, 541, 1540, - 50, 51, 130, 562, 562, 175, 565, 565, 315, 316, - 317, 42, 312, 313, 562, 562, 562, 565, 565, 565, - 701, 702, 703, 704, 55, 1462, 242, 106, 541, 213, - 214, 215, 241, 249, 1184, 203, 204, 34, 299, 207, - 1473, 1474, 1475, 1476, 305, 35, 1196, 308, 42, 562, - 562, 382, 565, 565, 51, 386, 19, 1097, 226, 390, - 1100, 1101, 52, 541, 89, 396, 116, 92, 93, 94, - 95, 375, 375, 42, 120, 1115, 1441, 408, 381, 42, - 562, 412, 413, 565, 562, 389, 389, 565, 51, 619, - 393, 394, 71, 72, 425, 426, 427, 1327, 42, 629, - 630, 872, 1484, 874, 11, 409, 409, 9, 19, 42, - 414, 414, 793, 417, 417, 1036, 23, 421, 421, 541, - 872, 1070, 874, 19, 103, 655, 916, 1048, 431, 36, - 920, 42, 1019, 1020, 872, 872, 874, 874, 442, 442, - 562, 562, 47, 565, 565, 50, 51, 35, 829, 49, - 50, 51, 42, 834, 56, 57, 58, 488, 183, 205, - 1104, 51, 125, 225, 52, 211, 212, 1111, 274, 472, - 265, 26, 35, 47, 29, 30, 50, 51, 33, 241, - 286, 1036, 19, 12, 714, 715, 716, 273, 274, 52, - 296, 1096, 19, 1048, 1344, 50, 51, 49, 50, 51, - 504, 504, 297, 297, 19, 898, 300, 302, 303, 295, - 296, 116, 298, 42, 35, 1597, 1366, 117, 19, 138, - 1141, 50, 51, 274, 126, 1146, 145, 51, 35, 274, - 1151, 52, 1382, 19, 1155, 125, 274, 1467, 1468, 284, - 1390, 22, 116, 35, 1394, 52, 297, 71, 72, 300, - 301, 296, 297, 1481, 35, 1485, 1486, 42, 296, 297, - 52, 592, 35, 118, 119, 117, 51, 274, 68, 69, - 70, 274, 191, 192, 193, 35, 607, 284, 285, 52, - 810, 1202, 22, 1323, 1324, 35, 1141, 19, 1232, 296, - 297, 1146, 52, 296, 297, 35, 1151, 242, 27, 244, - 1155, 42, 52, 634, 635, 1073, 251, 252, 272, 186, - 51, 1079, 257, 190, 35, 44, 1087, 281, 848, 849, - 850, 625, 625, 35, 292, 270, 271, 127, 858, 1559, - 298, 52, 19, 1094, 1095, 1087, 304, 641, 641, 35, - 52, 51, 645, 35, 312, 676, 35, 1202, 274, 1087, - 1087, 35, 220, 883, 19, 1036, 52, 35, 284, 285, - 52, 229, 35, 52, 1308, 43, 19, 1048, 52, 1599, - 296, 297, 675, 173, 677, 208, 209, 210, 709, 52, - 242, 181, 182, 183, 184, 185, 180, 249, 1332, 180, - 32, 19, 192, 193, 188, 1316, 38, 188, 701, 702, - 703, 704, 9, 180, 1444, 457, 458, 459, 460, 461, - 462, 188, 464, 465, 466, 467, 468, 469, 470, 471, - 35, 725, 725, 32, 224, 1187, 730, 730, 43, 38, - 35, 734, 232, 180, 35, 235, 1198, 1199, 43, 237, - 35, 188, 43, 241, 9, 1207, 89, 90, 43, 1211, - 42, 1213, 1214, 96, 1216, 35, 35, 1219, 1220, 35, - 1141, 1316, 51, 43, 43, 1146, 51, 43, 35, 35, - 1151, 35, 115, 35, 1155, 35, 43, 43, 121, 43, - 35, 43, 9, 43, 35, 35, 42, 46, 43, 48, - 793, 19, 43, 43, 46, 133, 48, 135, 136, 1029, - 138, 139, 123, 124, 1034, 1035, 1274, 1275, 151, 1039, - 165, 166, 1433, 1434, 845, 846, 62, 1461, 56, 57, - 58, 1202, 213, 214, 215, 68, 829, 70, 42, 1416, - 1417, 834, 1437, 235, 1064, 1479, 3, 4, 5, 1460, - 138, 139, 1235, 68, 1237, 70, 308, 309, 1241, 853, - 853, 50, 51, 196, 197, 198, 199, 240, 201, 202, - 203, 204, 1092, 1093, 207, 1258, 106, 107, 1489, 872, - 89, 874, 35, 92, 93, 94, 95, 1498, 1433, 1434, - 164, 156, 166, 226, 127, 189, 190, 36, 37, 1510, - 171, 172, 121, 122, 898, 898, 1540, 171, 172, 132, - 1521, 195, 127, 157, 1548, 1460, 169, 1528, 912, 912, - 192, 193, 916, 916, 666, 160, 920, 920, 123, 124, - 140, 141, 1566, 158, 68, 69, 70, 87, 88, 168, - 173, 42, 1519, 190, 1489, 1316, 173, 940, 181, 182, - 183, 184, 185, 1498, 42, 68, 69, 70, 173, 192, - 193, 87, 88, 282, 283, 1510, 181, 182, 183, 184, - 185, 42, 1606, 1607, 1608, 1609, 1521, 192, 193, 187, - 1614, 310, 311, 1528, 13, 14, 15, 16, 17, 18, - 42, 1449, 1450, 127, 287, 288, 42, 26, 100, 101, - 216, 217, 235, 143, 144, 42, 1467, 178, 179, 224, - 39, 254, 255, 31, 127, 143, 144, 232, 1238, 51, - 235, 3, 4, 5, 6, 7, 8, 473, 474, 480, - 481, 16, 17, 482, 483, 43, 12, 1257, 43, 173, - 703, 704, 51, 1036, 491, 492, 1429, 181, 182, 183, - 184, 185, 1601, 1602, 43, 1048, 35, 9, 192, 193, - 173, 35, 1433, 1434, 51, 51, 42, 152, 181, 182, - 183, 184, 185, 159, 50, 51, 137, 1535, 138, 159, - 109, 110, 111, 112, 113, 114, 1314, 152, 152, 1460, - 152, 21, 56, 126, 1087, 53, 106, 43, 43, 43, - 107, 235, 43, 43, 43, 10, 225, 62, 152, 225, - 137, 224, 68, 91, 70, 24, 86, 1110, 1489, 232, - 42, 25, 235, 39, 126, 9, 132, 1498, 131, 10, - 1591, 1152, 115, 134, 150, 1156, 1110, 194, 9, 1510, - 154, 170, 42, 42, 42, 42, 42, 1140, 1141, 1591, - 1521, 43, 35, 1146, 213, 98, 23, 1528, 1151, 1180, - 97, 134, 1155, 231, 1185, 1186, 1140, 126, 231, 1190, - 39, 127, 35, 142, 173, 173, 1197, 126, 236, 191, - 115, 254, 1203, 297, 1205, 274, 242, 1208, 126, 299, - 297, 1212, 242, 297, 43, 9, 1217, 9, 43, 10, - 43, 43, 225, 1224, 1424, 9, 225, 1228, 1428, 1202, - 1430, 1431, 97, 142, 35, 39, 57, 173, 35, 173, - 39, 213, 213, 251, 94, 181, 182, 183, 184, 185, - 283, 282, 123, 299, 155, 1455, 266, 45, 242, 45, - 134, 1235, 1235, 1237, 1237, 132, 43, 1241, 1241, 152, - 42, 152, 145, 200, 19, 236, 42, 42, 21, 12, - 213, 123, 242, 21, 1258, 1258, 242, 242, 224, 245, - 246, 247, 248, 152, 250, 251, 232, 253, 152, 235, - 256, 257, 258, 259, 260, 261, 262, 263, 264, 10, - 35, 267, 268, 269, 132, 43, 206, 273, 274, 28, - 132, 43, 115, 21, 206, 951, 6, 1175, 1301, 1193, - 1182, 963, 1469, 306, 308, 299, 293, 1310, 308, 295, - 296, 293, 298, 1316, 832, 1296, 294, 1301, 299, 1031, - 196, 307, 196, 300, 310, 311, 1310, 623, 453, 305, - 305, 1064, 858, 626, 1365, 100, 1037, 628, 311, 455, - 475, 456, 501, 242, 219, 1418, 245, 246, 247, 248, - 141, 250, 432, 1583, 253, 1585, 1232, 256, 257, 258, - 259, 260, 261, 262, 263, 264, 834, 704, 267, 268, - 269, 242, 393, 431, 245, 246, 247, 248, 829, 250, - 387, 1611, 253, 872, 874, 256, 257, 258, 259, 260, - 261, 262, 263, 264, 1087, 873, 267, 268, 269, 677, - 1483, 1488, 675, 1276, 1078, 1083, 618, 1300, 307, 1104, - 1438, 310, 311, -1, -1, 387, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 1429, 1429, -1, -1, -1, - 1433, 1434, -1, -1, -1, -1, 307, -1, -1, 310, - 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 1460, -1, 1462, - -1, -1, 1465, 1466, -1, -1, 1469, -1, 1499, -1, - 1473, 1474, 1475, 1476, -1, -1, -1, -1, 1462, -1, - 1511, 1465, 1466, -1, -1, 1469, 1489, -1, -1, 1473, - 1474, 1475, 1476, -1, -1, 1498, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 1510, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 1521, -1, - -1, -1, 1553, -1, -1, 1528, 59, 60, 61, 62, - 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - 83, 84, 85, 86, 87, 88, 89, 90, -1, 92, - 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, - 103, 104, 105, -1, -1, -1, 109, 110, 111, 112, - 113, 114, 115, -1, -1, -1, -1, -1, 121, 122, - 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, - 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, - 143, 144, 145, 146, 147, 148, 149, 150, -1, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, -1, 187, 188, 189, -1, 191, 192, - 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, - 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, - 223, 224, 225, -1, 227, 228, 229, 230, 231, 232, - 233, 234, 235, 236, 237, 238, 239, 240, 241, 245, - 246, 247, 248, -1, 250, -1, -1, 253, -1, -1, - 256, 257, 258, 259, 260, 261, 262, 263, 264, -1, - -1, 267, 268, 269, -1, 9, -1, 11, -1, -1, + 21, 229, 925, 581, 409, 474, 474, 649, 236, 414, + 381, 1085, 417, 1330, 8, 8, 421, 10, 1144, 312, + 1063, 312, 393, 394, 312, 478, 479, 480, 481, 624, + 506, 626, 474, 298, 629, 298, 10, 474, 682, 683, + 684, 3, 4, 5, 298, 304, 919, 14, 12, 35, + 304, 1312, 11, 312, 1475, 123, 304, 298, 312, 9, + 431, 298, 298, 304, 312, 42, 62, 304, 304, 304, + 931, 312, 298, 50, 51, 312, 312, 312, 304, 9, + 648, 35, 62, 510, 511, 512, 312, 514, 515, 304, + 268, 42, 270, 304, 304, 123, 523, 312, 123, 526, + 10, 312, 312, 42, 531, 532, 533, 534, 535, 536, + 537, 538, 9, 540, 73, 126, 243, 304, 545, 546, + 547, 66, 549, 550, 957, 312, 959, 738, 739, 556, + 12, 558, 36, 37, 561, 53, 704, 705, 274, 273, + 115, 12, 569, 570, 571, 572, 573, 574, 575, 576, + 62, 578, 43, 298, 9, 42, 989, 0, 126, 304, + 35, 297, 173, 297, 115, 9, 999, 312, 55, 50, + 51, 1004, 1593, 1006, 65, 1008, 115, 1010, 123, 1012, + 307, 1014, 132, 1016, 50, 51, 130, 1020, 43, 1022, + 50, 51, 42, 105, 148, 1118, 126, 50, 51, 43, + 164, 51, 150, 162, 163, 173, 704, 705, 183, 678, + 678, 680, 680, 71, 72, 183, 459, 460, 461, 462, + 463, 464, 627, 466, 467, 468, 469, 470, 471, 472, + 473, 227, 183, 219, 227, 183, 678, 230, 680, 644, + 835, 678, 292, 680, 312, 103, 314, 227, 298, 213, + 214, 215, 728, 227, 304, 222, 230, 161, 176, 437, + 108, 102, 312, 441, 241, 175, 1139, 445, 446, 447, + 838, 152, 450, 148, 567, 125, 567, 648, 543, 567, + 543, 1598, 164, 1544, 312, 313, 897, 312, 313, 543, + 161, 731, 1314, 164, 175, 42, 723, 194, 909, 152, + 191, 106, 543, 144, 51, 564, 543, 543, 567, 175, + 564, 922, 42, 567, 1147, 175, 564, 543, 1151, 567, + 106, 499, 175, 564, 764, 503, 567, 564, 564, 564, + 567, 567, 567, 704, 705, 706, 707, 299, 564, 274, + 1466, 567, 225, 305, 47, 131, 308, 50, 51, 564, + 89, 90, 567, 564, 564, 1188, 567, 567, 241, 23, + 47, 382, 19, 50, 51, 386, 301, 1200, 120, 390, + 315, 316, 317, 34, 42, 396, 274, 564, 125, 43, + 567, 375, 375, 50, 51, 42, 120, 408, 381, 186, + 51, 412, 413, 190, 42, 389, 389, 242, 543, 297, + 393, 394, 1445, 51, 425, 426, 427, 876, 876, 878, + 878, 432, 151, 116, 1488, 409, 409, 42, 22, 564, + 414, 414, 567, 417, 417, 796, 669, 421, 421, 116, + 1074, 35, 42, 68, 876, 70, 878, 19, 431, 876, + 152, 878, 287, 621, 920, 1023, 1024, 19, 924, 116, + 444, 444, 297, 631, 632, 1477, 1478, 1479, 1480, 211, + 212, 832, 274, 19, 203, 204, 1108, 838, 207, 490, + 1331, 205, 1040, 1115, 42, 19, 9, 211, 212, 11, + 658, 474, 19, 51, 1052, 297, 35, 226, 300, 301, + 1101, 23, 127, 1104, 1105, 274, 89, 902, 42, 92, + 93, 94, 95, 52, 36, 1100, 12, 51, 1119, 242, + 222, 223, 506, 506, 35, 1348, 249, 296, 297, 231, + 220, 12, 43, 56, 57, 58, 68, 1601, 70, 229, + 49, 50, 51, 49, 50, 51, 42, 1370, 173, 717, + 718, 719, 1040, 22, 50, 51, 181, 182, 183, 184, + 185, 42, 274, 1386, 1052, 35, 35, 192, 193, 50, + 51, 1394, 1485, 51, 286, 1398, 13, 14, 15, 16, + 17, 18, 52, 594, 296, 265, 19, 1145, 180, 26, + 274, 125, 1150, 71, 72, 127, 188, 1155, 609, 224, + 183, 1159, 39, 126, 1236, 273, 274, 232, 117, 272, + 235, 117, 296, 297, 274, 237, 19, 297, 281, 241, + 1471, 1472, 302, 303, 284, 636, 637, 295, 296, 35, + 298, 19, 1091, 1091, 1077, 138, 296, 297, 1489, 1490, + 1083, 173, 145, 627, 627, 813, 52, 180, 1206, 181, + 182, 183, 184, 185, 51, 188, 242, 1145, 19, 1091, + 644, 644, 1150, 249, 1091, 648, 35, 1155, 679, 9, + 35, 1159, 109, 110, 111, 112, 113, 114, 19, 1040, + 1312, 1098, 1099, 52, 852, 853, 854, 52, 191, 192, + 193, 1052, 224, 19, 862, 678, 35, 680, 35, 35, + 232, 712, 32, 235, 1336, 19, 297, 26, 38, 300, + 29, 30, 1563, 52, 33, 52, 52, 35, 1206, 887, + 51, 704, 705, 706, 707, 274, 1327, 1328, 242, 35, + 244, 50, 51, 170, 52, 284, 285, 251, 252, 123, + 124, 27, 35, 257, 728, 728, 52, 296, 297, 733, + 733, 35, 1603, 51, 737, 180, 270, 271, 44, 52, + 9, 242, 1320, 188, 245, 246, 247, 248, 52, 250, + 251, 9, 253, 35, 35, 256, 257, 258, 259, 260, + 261, 262, 263, 264, 1145, 274, 267, 268, 269, 1150, + 52, 52, 273, 274, 1155, 284, 285, 180, 1159, 118, + 119, 35, 35, 35, 35, 188, 42, 296, 297, 208, + 209, 210, 43, 796, 295, 296, 35, 298, 52, 52, + 52, 171, 32, 35, 43, 42, 307, 177, 38, 310, + 311, 43, 1320, 1465, 35, 1278, 1279, 19, 849, 850, + 35, 46, 43, 48, 1239, 1206, 1241, 1448, 43, 832, + 1245, 1483, 1420, 1421, 35, 838, 1441, 46, 35, 48, + 35, 35, 43, 62, 35, 1033, 43, 1262, 43, 43, + 1038, 1039, 43, 857, 857, 1043, 32, 42, 1191, 1437, + 1438, 235, 38, 68, 69, 70, 35, 240, 35, 1202, + 1203, 35, 35, 876, 43, 878, 43, 156, 1211, 43, + 1068, 35, 1215, 132, 1217, 1218, 1464, 1220, 195, 43, + 1223, 1224, 1544, 35, 68, 69, 70, 157, 902, 902, + 1552, 43, 3, 4, 5, 6, 7, 8, 1096, 1097, + 165, 166, 916, 916, 158, 1493, 920, 920, 1570, 160, + 924, 924, 127, 169, 1502, 56, 57, 58, 89, 1437, + 1438, 92, 93, 94, 95, 1523, 1514, 308, 309, 1320, + 133, 944, 135, 136, 168, 138, 139, 1525, 213, 214, + 215, 106, 107, 127, 1532, 190, 1464, 42, 1610, 1611, + 1612, 1613, 3, 4, 5, 164, 1618, 166, 173, 187, + 138, 139, 189, 190, 50, 51, 181, 182, 183, 184, + 185, 68, 69, 70, 173, 1493, 42, 192, 193, 42, + 1453, 1454, 1471, 42, 1502, 42, 36, 37, 42, 173, + 171, 172, 121, 122, 192, 193, 1514, 181, 182, 183, + 184, 185, 171, 172, 123, 124, 31, 1525, 1433, 224, + 140, 141, 87, 88, 1532, 87, 88, 232, 287, 288, + 235, 51, 282, 283, 310, 311, 43, 1040, 216, 217, + 127, 100, 101, 143, 144, 178, 179, 254, 255, 1052, + 224, 143, 144, 43, 1242, 51, 1437, 1438, 232, 475, + 476, 235, 482, 483, 16, 17, 484, 485, 493, 494, + 706, 707, 43, 1261, 1605, 1606, 1539, 35, 9, 35, + 1318, 51, 51, 1464, 152, 159, 173, 137, 1091, 159, + 138, 152, 152, 21, 181, 182, 183, 184, 185, 56, + 152, 126, 68, 53, 70, 192, 193, 106, 43, 107, + 43, 1114, 1493, 43, 43, 10, 1595, 1595, 43, 43, + 225, 1502, 62, 152, 137, 1156, 225, 91, 24, 1160, + 1114, 25, 86, 1514, 42, 39, 9, 126, 131, 115, + 132, 1144, 1145, 194, 1525, 10, 134, 1150, 235, 150, + 154, 1532, 1155, 1184, 9, 42, 1159, 42, 1189, 1190, + 1144, 127, 42, 1194, 42, 42, 89, 90, 35, 43, + 1201, 98, 134, 96, 213, 97, 1207, 23, 1209, 126, + 39, 1212, 142, 35, 126, 1216, 231, 173, 231, 173, + 1221, 191, 115, 297, 236, 115, 242, 1228, 121, 254, + 126, 1232, 299, 1206, 242, 274, 297, 173, 297, 43, + 9, 9, 43, 10, 43, 181, 182, 183, 184, 185, + 43, 9, 225, 225, 142, 97, 192, 193, 151, 57, + 35, 39, 173, 35, 213, 1239, 1239, 1241, 1241, 39, + 1428, 1245, 1245, 94, 1432, 213, 1434, 1435, 283, 282, + 266, 242, 123, 45, 251, 45, 132, 155, 1262, 1262, + 43, 152, 299, 42, 134, 19, 145, 42, 200, 235, + 152, 1459, 42, 196, 197, 198, 199, 236, 201, 202, + 203, 204, 21, 12, 207, 123, 152, 242, 152, 242, + 21, 132, 213, 10, 43, 35, 206, 132, 28, 115, + 43, 21, 1305, 226, 206, 955, 1179, 6, 967, 1197, + 1473, 1314, 1186, 293, 299, 293, 299, 1320, 300, 294, + 1300, 1305, 836, 625, 305, 628, 1035, 196, 242, 306, + 1314, 245, 246, 247, 248, 308, 250, 311, 1369, 253, + 305, 308, 256, 257, 258, 259, 260, 261, 262, 263, + 264, 196, 455, 267, 268, 269, 242, 862, 100, 245, + 246, 247, 248, 1068, 250, 1041, 630, 253, 458, 457, + 256, 257, 258, 259, 260, 261, 262, 263, 264, 477, + 219, 267, 268, 269, 1236, 503, 1422, 707, 838, 832, + 678, 876, 387, 307, 878, 1091, 310, 311, 434, 1587, + 387, 1589, 680, 431, 877, 1487, 1492, 620, 1280, 1082, + 1108, -1, 1087, 1442, 1304, -1, -1, -1, -1, -1, + -1, 307, -1, -1, 310, 311, -1, 1615, -1, 1433, + 1433, -1, 393, 242, 1437, 1438, 245, 246, 247, 248, + -1, 250, -1, -1, 253, -1, -1, 256, 257, 258, + 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, + 269, 1464, -1, 1466, -1, -1, 1469, 1470, -1, -1, + 1473, -1, 1503, -1, 1477, 1478, 1479, 1480, -1, -1, + -1, -1, 1466, -1, 1515, 1469, 1470, -1, -1, 1473, + 1493, -1, -1, 1477, 1478, 1479, 1480, -1, 307, 1502, + -1, 310, 311, -1, -1, -1, -1, -1, -1, -1, + -1, 1514, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1525, -1, -1, -1, 1557, -1, -1, 1532, + 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, + 89, 90, -1, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, 103, 104, 105, -1, -1, -1, + 109, 110, 111, 112, 113, 114, 115, -1, -1, -1, + -1, -1, 121, 122, 123, -1, -1, -1, 127, -1, + -1, -1, -1, 132, 133, 134, 135, 136, 137, 138, + 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, + 149, 150, -1, 152, 153, 154, 155, 156, 157, 158, + 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, + 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, -1, 187, 188, + 189, -1, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, 224, 225, -1, 227, 228, + 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, + 239, 240, 241, 245, 246, 247, 248, -1, 250, -1, + -1, 253, -1, -1, 256, 257, 258, 259, 260, 261, + 262, 263, 264, -1, -1, 267, 268, 269, -1, 9, + -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, + 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, + 30, -1, 32, -1, 34, -1, 36, 37, 38, -1, + 40, 41, 42, 43, -1, 307, -1, -1, 310, 311, + -1, -1, -1, 312, -1, 314, 56, 57, 58, 59, + 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, + 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, + 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, + -1, 121, 122, 123, -1, -1, 126, 127, 128, 129, + -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, + 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, -1, 187, 188, 189, + -1, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 224, 225, -1, 227, 228, 229, + 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, + 240, 241, 9, -1, 11, -1, -1, -1, -1, -1, + -1, -1, -1, 20, -1, -1, -1, -1, -1, 26, + -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, + 37, 38, -1, 40, 41, 42, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 52, -1, -1, -1, 56, + 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, + 87, 88, 89, 90, -1, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 103, 104, 105, -1, + -1, -1, 109, 110, 111, 112, 113, 114, 115, -1, + -1, -1, -1, -1, 121, 122, 123, -1, -1, 126, + 127, 128, 129, -1, -1, 132, 133, 134, 135, 136, + 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, + 147, 148, 149, 150, -1, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, + 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, -1, + 187, 188, 189, -1, 191, 192, 193, 194, 195, 196, + 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, + 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, 224, 225, -1, + 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, + 237, 238, 239, 240, 241, 9, -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, 37, 38, -1, 40, 41, 42, 43, - -1, 307, -1, -1, 310, 311, -1, -1, -1, 312, - -1, 314, 56, 57, 58, 59, 60, 61, 62, 63, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1, 92, 93, @@ -3782,8 +3838,8 @@ static const yytype_int16 yycheck[] = 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, 37, 38, -1, 40, - 41, 42, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 52, -1, -1, -1, 56, 57, 58, 59, 60, + 41, 42, 43, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, @@ -3805,8 +3861,8 @@ static const yytype_int16 yycheck[] = 241, 9, -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, 37, - 38, -1, 40, 41, 42, 43, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 56, 57, + 38, -1, 40, 41, 42, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 52, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, @@ -3828,8 +3884,8 @@ static const yytype_int16 yycheck[] = 238, 239, 240, 241, 9, -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, - -1, 36, 37, 38, -1, 40, 41, 42, 43, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 36, 37, 38, -1, 40, 41, 42, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 52, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, @@ -3853,7 +3909,7 @@ static const yytype_int16 yycheck[] = -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, 37, 38, -1, 40, 41, 42, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 52, -1, -1, -1, 56, 57, 58, 59, 60, 61, + -1, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1, @@ -3876,7 +3932,7 @@ static const yytype_int16 yycheck[] = -1, 20, -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, 34, -1, 36, 37, 38, -1, 40, 41, 42, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 52, -1, -1, -1, 56, 57, 58, + -1, -1, -1, -1, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, @@ -3990,8 +4046,8 @@ static const yytype_int16 yycheck[] = 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 9, -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, -1, -1, - -1, -1, 26, -1, -1, 29, 30, -1, 32, -1, - 34, -1, 36, 37, 38, -1, 40, 41, 42, -1, + -1, -1, 26, -1, -1, 29, 30, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 40, 41, 42, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, @@ -4010,57 +4066,100 @@ static const yytype_int16 yycheck[] = 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, - 224, 225, -1, 227, 228, 229, 230, 231, 232, 233, - 234, 235, 236, 237, 238, 239, 240, 241, 9, -1, - 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, - -1, -1, -1, -1, -1, 26, -1, -1, 29, 30, - -1, 32, -1, 34, -1, 36, 37, 38, -1, 40, - 41, 42, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 56, 57, 58, 59, 60, - 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, - 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, - -1, 92, 93, 94, 95, 96, 97, 98, 99, 100, - 101, 102, 103, 104, 105, -1, -1, -1, 109, 110, - 111, 112, 113, 114, 115, -1, -1, -1, -1, -1, - 121, 122, 123, -1, -1, 126, 127, 128, 129, -1, - -1, 132, 133, 134, 135, 136, 137, 138, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, - 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, -1, 187, 188, 189, -1, - 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, - 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 222, 223, 224, 225, -1, 227, 228, 229, 230, - 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, - 241, 9, -1, 11, -1, -1, -1, -1, -1, -1, - -1, -1, 20, -1, -1, -1, -1, -1, 26, -1, - -1, 29, 30, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 40, 41, 42, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 56, 57, - 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, - 88, 89, 90, -1, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, 103, 104, 105, -1, -1, - -1, 109, 110, 111, 112, 113, 114, 115, -1, -1, - -1, -1, -1, 121, 122, 123, -1, -1, 126, 127, - 128, 129, -1, -1, 132, 133, 134, 135, 136, 137, - 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, - 148, 149, 150, -1, 152, 153, 154, 155, 156, 157, - 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, - 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, -1, 187, - 188, 189, -1, 191, 192, 193, 194, 195, 196, 197, - 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 222, 223, 224, 225, 9, 227, - 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, - 238, 239, 240, 241, -1, -1, -1, -1, -1, -1, + 224, 225, 9, 227, 228, 229, 230, 231, 232, 233, + 234, 235, 236, 237, 238, 239, 240, 241, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 42, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, + 87, 88, 89, 90, -1, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 103, 104, 105, -1, + -1, -1, 109, 110, 111, 112, 113, 114, 115, -1, + -1, -1, -1, -1, 121, 122, 123, -1, -1, -1, + 127, -1, -1, -1, -1, 132, 133, 134, 135, 136, + 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, + 147, 148, 149, 150, -1, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, + 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, -1, + 187, 188, 189, -1, 191, 192, 193, 194, 195, 196, + 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, + 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, 224, 225, 9, + 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, + 237, 238, 239, 240, 241, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 40, -1, 42, -1, -1, -1, -1, -1, -1, -1, + -1, 51, -1, -1, 54, -1, 56, 57, 58, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, + 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, + 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, + -1, 121, 122, 123, -1, -1, 126, 127, -1, -1, + -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, -1, + 150, -1, 152, -1, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, + 170, 171, 172, 173, -1, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, -1, 187, 188, 189, + -1, -1, 192, -1, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 224, 225, 9, 227, 228, 229, + 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, + 240, 241, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, + -1, -1, -1, -1, -1, -1, -1, -1, 51, -1, + -1, -1, -1, 56, 57, 58, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 68, 69, 70, 71, 72, + 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, + 83, 84, 85, 86, 87, 88, 89, 90, -1, 92, + 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, + 103, 104, 105, -1, -1, -1, 109, 110, 111, 112, + 113, 114, 115, -1, -1, -1, -1, -1, 121, 122, + 123, -1, -1, 126, 127, -1, -1, -1, -1, 132, + 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, + 143, 144, 145, 146, 147, 148, -1, 150, -1, 152, + -1, 154, 155, 156, 157, 158, 159, 160, 161, 162, + 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, + 173, -1, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, -1, 187, 188, 189, -1, -1, 192, + -1, 194, 195, 196, 197, 198, 199, 200, 201, 202, + 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, 224, 225, -1, 227, 228, 229, 230, 231, 232, + 233, 234, 235, 236, 237, 238, 239, 240, 241, 11, + -1, -1, -1, -1, -1, -1, -1, -1, 20, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 32, -1, -1, -1, -1, -1, 38, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 59, 60, 61, + 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, + 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, 85, 86, 87, 88, 89, 90, -1, + 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, + 102, 103, 104, 105, -1, -1, -1, 109, 110, 111, + 112, 113, 114, 115, -1, -1, -1, -1, -1, 121, + 122, 123, -1, -1, -1, 127, 128, 129, -1, -1, + 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, + 142, 143, 144, 145, 146, 147, 148, 149, 150, -1, + 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, + 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, + 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, -1, 187, 188, 189, -1, 191, + 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, + 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, 224, 225, -1, 227, 228, 229, 230, 231, + 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, + 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 42, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, @@ -4068,7 +4167,7 @@ static const yytype_int16 yycheck[] = -1, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, -1, - 121, 122, 123, -1, -1, -1, 127, -1, -1, -1, + 121, 122, 123, -1, -1, -1, 127, 128, 129, -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, @@ -4078,55 +4177,10 @@ static const yytype_int16 yycheck[] = 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 222, 223, 224, 225, 9, 227, 228, 229, 230, + 221, 222, 223, 224, 225, 11, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 40, -1, 42, -1, - -1, -1, -1, -1, -1, -1, -1, 51, -1, -1, - 54, -1, 56, 57, 58, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 68, 69, 70, 71, 72, 73, - 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, - 84, 85, 86, 87, 88, 89, 90, -1, 92, 93, - 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, - 104, 105, -1, -1, -1, 109, 110, 111, 112, 113, - 114, 115, -1, -1, -1, -1, -1, 121, 122, 123, - -1, -1, 126, 127, -1, -1, -1, -1, 132, 133, - 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, -1, 150, -1, 152, -1, - 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, - 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, - -1, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, -1, 187, 188, 189, -1, -1, 192, -1, - 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, - 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, - 224, 225, 9, 227, 228, 229, 230, 231, 232, 233, - 234, 235, 236, 237, 238, 239, 240, 241, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 40, -1, 42, -1, -1, -1, -1, - -1, -1, -1, -1, 51, -1, -1, -1, -1, 56, - 57, 58, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 68, 69, 70, 71, 72, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, - 87, 88, 89, 90, -1, 92, 93, 94, 95, 96, - 97, 98, 99, 100, 101, 102, 103, 104, 105, -1, - -1, -1, 109, 110, 111, 112, 113, 114, 115, -1, - -1, -1, -1, -1, 121, 122, 123, -1, -1, 126, - 127, -1, -1, -1, -1, 132, 133, 134, 135, 136, - 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, -1, 150, -1, 152, -1, 154, 155, 156, - 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, - 167, 168, 169, 170, 171, 172, 173, -1, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, -1, - 187, 188, 189, -1, -1, 192, -1, 194, 195, 196, - 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, - 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, 222, 223, 224, 225, -1, - 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, - 237, 238, 239, 240, 241, 11, -1, -1, -1, -1, - -1, -1, -1, -1, 20, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 32, -1, -1, -1, - -1, -1, 38, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, @@ -4144,117 +4198,54 @@ static const yytype_int16 yycheck[] = -1, 187, 188, 189, -1, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, + 11, 227, 228, 229, 230, 231, 232, 233, 234, 235, + 236, 237, 238, 239, 240, 241, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 43, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 59, 60, + 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, + 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, + -1, 92, 93, 94, 95, 96, 97, 98, 99, 100, + 101, 102, 103, 104, 105, -1, -1, -1, 109, 110, + 111, 112, 113, 114, 115, -1, -1, -1, -1, -1, + 121, 122, 123, -1, -1, -1, 127, -1, -1, -1, + -1, 132, 133, 134, 135, 136, 137, 138, 139, 140, + 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, + -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, + 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, + 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, -1, 187, 188, 189, -1, + 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, + 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, 224, 225, 11, 227, 228, 229, 230, + 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, + 241, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 43, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 59, 60, 61, 62, 63, 64, 65, + 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, + 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, + 86, 87, 88, 89, 90, -1, 92, 93, 94, 95, + 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, + -1, -1, -1, 109, 110, 111, 112, 113, 114, 115, + -1, -1, -1, -1, -1, 121, 122, 123, -1, -1, + -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, + 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, + 146, 147, 148, 149, 150, -1, 152, 153, 154, 155, + 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, + 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, + 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, + -1, 187, 188, 189, -1, 191, 192, 193, 194, 195, + 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, + 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, -1, 227, 228, 229, 230, 231, 232, 233, 234, 235, - 236, 237, 238, 239, 240, 241, 11, -1, -1, -1, - -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, + 236, 237, 238, 239, 240, 241, 42, 43, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 59, 60, 61, 62, 63, 64, - 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, - 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, - 85, 86, 87, 88, 89, 90, -1, 92, 93, 94, - 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, - 105, -1, -1, -1, 109, 110, 111, 112, 113, 114, - 115, -1, -1, -1, -1, -1, 121, 122, 123, -1, - -1, -1, 127, 128, 129, -1, -1, 132, 133, 134, - 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, -1, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, - 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, -1, 187, 188, 189, -1, 191, 192, 193, 194, - 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, - 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, - 225, 11, 227, 228, 229, 230, 231, 232, 233, 234, - 235, 236, 237, 238, 239, 240, 241, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, - 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, - 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, - 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, - 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, - -1, 121, 122, 123, -1, -1, -1, 127, 128, 129, - -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, - 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, - 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, -1, 187, 188, 189, - -1, 191, 192, 193, 194, 195, 196, 197, 198, 199, - 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 222, 223, 224, 225, 11, 227, 228, 229, - 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, - 240, 241, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 43, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 59, 60, 61, 62, 63, 64, - 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, - 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, - 85, 86, 87, 88, 89, 90, -1, 92, 93, 94, - 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, - 105, -1, -1, -1, 109, 110, 111, 112, 113, 114, - 115, -1, -1, -1, -1, -1, 121, 122, 123, -1, - -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, - 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, -1, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, - 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, -1, 187, 188, 189, -1, 191, 192, 193, 194, - 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, - 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, - 225, 11, 227, 228, 229, 230, 231, 232, 233, 234, - 235, 236, 237, 238, 239, 240, 241, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 43, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, - 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, - 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, - 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, - 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, - -1, 121, 122, 123, -1, -1, -1, 127, -1, -1, - -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, - 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, - 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, -1, 187, 188, 189, - -1, 191, 192, 193, 194, 195, 196, 197, 198, 199, - 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 222, 223, 224, 225, -1, 227, 228, 229, - 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, - 240, 241, 42, 43, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, - 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, - 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, - 100, 101, 102, 103, 104, 105, -1, -1, -1, 109, - 110, 111, 112, 113, 114, 115, -1, -1, -1, -1, - -1, 121, 122, 123, -1, -1, -1, 127, -1, -1, - -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, - 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, - 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, -1, 187, 188, 189, - -1, 191, 192, 193, 194, 195, 196, 197, 198, 199, - 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 222, 223, 224, 225, 42, 227, 228, 229, - 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, - 240, 241, -1, 59, 60, 61, 62, 63, 64, 65, + -1, -1, -1, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1, 92, 93, 94, 95, @@ -4289,45 +4280,46 @@ static const yytype_int16 yycheck[] = 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - 222, 223, 224, 225, 43, 227, 228, 229, 230, 231, + 222, 223, 224, 225, 42, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, - 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, - 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, - 89, 90, -1, 92, 93, 94, 95, 96, 97, 98, - 99, 100, 101, 102, 103, 104, 105, -1, -1, -1, - 109, 110, 111, 112, 113, 114, 115, -1, -1, -1, - -1, -1, 121, 122, 123, -1, -1, 126, 127, -1, - -1, -1, -1, 132, 133, 134, 135, 136, 137, 138, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, - 149, 150, -1, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, - 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, -1, 187, 188, - 189, -1, 191, 192, 193, 194, 195, 196, 197, 198, - 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, 222, 223, 224, 225, -1, 227, 228, - 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, - 239, 240, 241, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - 86, 87, 88, 89, 90, -1, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, - -1, -1, -1, 109, 110, 111, 112, 113, 114, 115, - -1, -1, -1, -1, -1, 121, 122, 123, -1, -1, - -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, - 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, - 146, 147, 148, 149, 150, -1, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, - 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - -1, 187, 188, 189, -1, 191, 192, 193, 194, 195, - 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, - 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, - -1, 227, 228, 229, 230, 231, 232, 233, 234, 235, - 236, 237, 238, 239, 240, 241, 68, 69, 70, 71, + -1, 59, 60, 61, 62, 63, 64, 65, 66, 67, + 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, + 88, 89, 90, -1, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 101, 102, 103, 104, 105, -1, -1, + -1, 109, 110, 111, 112, 113, 114, 115, -1, -1, + -1, -1, -1, 121, 122, 123, -1, -1, -1, 127, + -1, -1, -1, -1, 132, 133, 134, 135, 136, 137, + 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, + 148, 149, 150, -1, 152, 153, 154, 155, 156, 157, + 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, -1, 187, + 188, 189, -1, 191, 192, 193, 194, 195, 196, 197, + 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, + 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, 224, 225, 43, 227, + 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, + 238, 239, 240, 241, 59, 60, 61, 62, 63, 64, + 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, + 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, + 85, 86, 87, 88, 89, 90, -1, 92, 93, 94, + 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, + 105, -1, -1, -1, 109, 110, 111, 112, 113, 114, + 115, -1, -1, -1, -1, -1, 121, 122, 123, -1, + -1, 126, 127, -1, -1, -1, -1, 132, 133, 134, + 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, + 145, 146, 147, 148, 149, 150, -1, 152, 153, 154, + 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, -1, 187, 188, 189, -1, 191, 192, 193, 194, + 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, + 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, + 225, -1, 227, 228, 229, 230, 231, 232, 233, 234, + 235, 236, 237, 238, 239, 240, 241, 59, 60, 61, + 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, @@ -4335,29 +4327,38 @@ static const yytype_int16 yycheck[] = 112, 113, 114, 115, -1, -1, -1, -1, -1, 121, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, - 142, 143, 144, 145, 146, 147, 148, -1, 150, -1, - 152, -1, 154, 155, 156, 157, 158, 159, 160, 161, + 142, 143, 144, 145, 146, 147, 148, 149, 150, -1, + 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, - 172, 173, -1, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, -1, 187, 188, 189, -1, -1, - 192, -1, 194, 195, 196, 197, 198, 199, 200, 201, + 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, -1, 187, 188, 189, -1, 191, + 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, -1, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, - -1, 242, -1, -1, 245, 246, 247, 248, -1, 250, - -1, -1, 253, -1, -1, 256, 257, 258, 259, 260, - 261, 262, 263, 264, -1, -1, 267, 268, 269, 242, - -1, -1, 245, 246, 247, 248, -1, 250, -1, -1, - 253, -1, -1, 256, 257, 258, 259, 260, 261, 262, - 263, 264, -1, -1, 267, 268, 269, 242, -1, -1, - 245, 246, 247, 248, -1, 250, 307, -1, 253, 310, - 311, 256, 257, 258, 259, 260, 261, 262, 263, 264, - -1, -1, 267, 268, 269, 242, -1, -1, 245, 246, - 247, 248, -1, 250, 307, -1, 253, 310, 311, 256, + 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, + 88, 89, 90, -1, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 101, 102, 103, 104, 105, -1, -1, + -1, 109, 110, 111, 112, 113, 114, 115, -1, -1, + -1, -1, -1, 121, 122, 123, -1, -1, -1, 127, + -1, -1, -1, -1, 132, 133, 134, 135, 136, 137, + 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, + 148, -1, 150, -1, 152, -1, 154, 155, 156, 157, + 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 168, 169, 170, 171, 172, 173, -1, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, -1, 187, + 188, 189, -1, -1, 192, -1, 194, 195, 196, 197, + 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, + 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, 224, 225, -1, 227, + 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, + 238, 239, 240, 241, -1, 242, -1, -1, 245, 246, + 247, 248, -1, 250, -1, -1, 253, -1, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 242, -1, -1, 245, 246, 247, 248, - -1, 250, 307, -1, 253, 310, 311, 256, 257, 258, + -1, 250, -1, -1, 253, -1, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 242, -1, -1, 245, 246, 247, 248, -1, 250, 307, -1, 253, 310, 311, 256, 257, 258, 259, 260, @@ -4400,14 +4401,19 @@ static const yytype_int16 yycheck[] = 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 242, -1, -1, 245, 246, 247, 248, -1, 250, 307, -1, 253, 310, 311, 256, 257, 258, - 259, 260, 261, 262, 263, 264, 242, -1, 267, 268, - 269, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 307, -1, -1, 310, 311, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 272, -1, 274, 275, - 276, 277, 278, 279, 280, -1, -1, -1, 307, -1, - -1, 310, 311, 289, 290, 291, 292, 293, 294, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, - 306 + 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, + 269, 242, -1, -1, 245, 246, 247, 248, -1, 250, + 307, -1, 253, 310, 311, 256, 257, 258, 259, 260, + 261, 262, 263, 264, -1, -1, 267, 268, 269, 242, + -1, -1, 245, 246, 247, 248, -1, 250, 307, -1, + 253, 310, 311, 256, 257, 258, 259, 260, 261, 262, + 263, 264, 242, -1, 267, 268, 269, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 307, -1, -1, 310, + 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 272, -1, 274, 275, 276, 277, 278, 279, + 280, -1, -1, -1, 307, -1, -1, 310, 311, 289, + 290, 291, 292, 293, 294, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 304, 305, 306 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing @@ -4439,145 +4445,146 @@ static const yytype_uint16 yystos[] = 501, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 519, 520, 521, 522, 524, 525, 526, 527, 528, 530, 531, 532, 543, 545, - 547, 548, 549, 552, 553, 554, 555, 565, 566, 567, - 568, 569, 570, 571, 573, 575, 577, 612, 613, 614, - 615, 616, 617, 618, 621, 622, 623, 624, 626, 633, - 634, 638, 639, 640, 641, 645, 646, 186, 190, 404, + 547, 548, 549, 552, 554, 555, 556, 566, 567, 568, + 569, 570, 571, 572, 574, 576, 578, 613, 614, 615, + 616, 617, 618, 619, 622, 623, 624, 625, 627, 634, + 635, 639, 640, 641, 642, 646, 647, 186, 190, 404, 405, 406, 407, 420, 423, 411, 412, 413, 414, 420, 423, 415, 416, 417, 418, 420, 423, 419, 420, 421, 422, 423, 424, 243, 307, 320, 321, 343, 0, 59, 60, 61, 62, 63, 64, 65, 66, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 104, 121, 122, 133, 135, 146, 147, 149, 153, 167, 173, - 191, 193, 218, 221, 228, 230, 238, 239, 523, 645, - 646, 59, 60, 63, 66, 191, 514, 123, 124, 533, + 191, 193, 218, 221, 228, 230, 238, 239, 523, 646, + 647, 59, 60, 63, 66, 191, 514, 123, 124, 533, 130, 108, 544, 505, 106, 535, 496, 496, 43, 454, - 19, 42, 51, 125, 550, 42, 51, 42, 42, 42, - 51, 125, 556, 42, 42, 42, 51, 19, 19, 19, + 19, 42, 51, 125, 553, 42, 51, 42, 42, 42, + 51, 125, 557, 42, 42, 42, 51, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 51, 9, - 619, 620, 51, 51, 9, 460, 461, 9, 194, 465, + 620, 621, 51, 51, 9, 460, 461, 9, 194, 465, 466, 9, 475, 476, 475, 42, 42, 51, 71, 72, - 19, 42, 550, 42, 448, 62, 105, 62, 227, 62, - 62, 227, 235, 240, 35, 132, 133, 135, 136, 138, - 139, 459, 464, 467, 468, 156, 157, 13, 14, 15, - 16, 17, 18, 26, 39, 109, 110, 111, 112, 113, - 114, 170, 195, 36, 37, 161, 11, 73, 162, 163, - 12, 164, 165, 166, 158, 169, 160, 168, 51, 501, - 505, 32, 38, 518, 514, 518, 514, 42, 518, 455, - 455, 42, 55, 187, 173, 180, 188, 408, 409, 426, - 428, 429, 430, 431, 433, 434, 435, 438, 439, 440, - 443, 444, 446, 453, 627, 405, 406, 407, 180, 408, - 409, 426, 428, 430, 431, 432, 444, 453, 627, 412, - 413, 414, 180, 425, 426, 428, 429, 430, 431, 433, - 434, 435, 438, 439, 444, 446, 447, 453, 611, 627, - 416, 417, 418, 421, 422, 424, 180, 425, 426, 428, - 430, 431, 432, 444, 447, 453, 627, 322, 344, 534, - 106, 107, 546, 31, 645, 43, 11, 43, 572, 579, - 626, 454, 51, 551, 43, 454, 43, 65, 191, 575, - 577, 43, 43, 126, 625, 645, 454, 51, 557, 574, - 579, 578, 580, 626, 43, 454, 454, 523, 35, 219, - 454, 454, 523, 35, 523, 9, 35, 523, 35, 148, - 148, 454, 454, 454, 51, 51, 11, 43, 576, 580, - 551, 9, 43, 450, 451, 152, 560, 455, 159, 455, - 645, 455, 455, 455, 455, 137, 138, 468, 483, 484, - 486, 486, 486, 486, 486, 486, 485, 486, 486, 486, - 486, 486, 486, 486, 486, 42, 51, 54, 520, 522, - 525, 528, 583, 585, 586, 587, 588, 589, 590, 646, - 489, 489, 488, 490, 490, 490, 490, 491, 491, 492, - 492, 159, 152, 152, 152, 52, 454, 506, 506, 21, - 43, 455, 529, 152, 222, 223, 231, 43, 529, 56, - 126, 625, 68, 70, 127, 173, 181, 182, 183, 184, - 185, 192, 193, 235, 410, 189, 190, 53, 427, 427, - 427, 427, 427, 427, 427, 427, 180, 188, 69, 427, - 427, 427, 427, 427, 427, 427, 427, 427, 180, 224, - 232, 449, 427, 427, 427, 427, 427, 427, 427, 427, - 180, 180, 427, 427, 427, 427, 427, 427, 427, 427, - 427, 272, 281, 323, 308, 309, 346, 106, 535, 107, - 106, 131, 502, 35, 43, 52, 52, 454, 52, 43, - 43, 43, 43, 52, 52, 454, 43, 43, 52, 52, - 10, 620, 455, 52, 52, 560, 461, 560, 523, 466, - 560, 476, 455, 455, 43, 43, 52, 454, 454, 35, - 43, 523, 35, 43, 42, 67, 174, 193, 561, 563, - 564, 565, 626, 642, 644, 50, 51, 452, 225, 62, - 152, 225, 225, 241, 455, 469, 470, 471, 137, 486, - 583, 454, 589, 208, 209, 210, 606, 606, 606, 606, - 91, 610, 24, 584, 25, 86, 561, 561, 558, 564, - 558, 52, 454, 35, 43, 220, 229, 455, 455, 455, - 43, 176, 427, 39, 171, 172, 126, 582, 9, 625, - 171, 172, 121, 122, 138, 145, 191, 410, 171, 177, - 436, 645, 237, 241, 630, 646, 173, 183, 442, 582, - 173, 582, 89, 90, 151, 203, 204, 207, 226, 592, - 593, 594, 595, 596, 599, 604, 605, 71, 72, 103, - 410, 242, 244, 251, 252, 257, 270, 271, 324, 325, - 328, 329, 333, 334, 335, 336, 337, 338, 341, 342, - 345, 242, 245, 246, 247, 248, 250, 253, 256, 257, - 258, 259, 260, 261, 262, 263, 264, 267, 268, 269, - 310, 311, 343, 347, 348, 349, 350, 351, 352, 353, - 356, 357, 361, 362, 363, 364, 365, 370, 371, 374, - 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, - 385, 386, 387, 388, 389, 390, 391, 392, 393, 123, - 124, 27, 44, 131, 581, 626, 52, 52, 455, 132, - 115, 462, 194, 463, 10, 134, 150, 478, 480, 154, - 52, 52, 581, 560, 451, 563, 42, 42, 42, 11, - 23, 36, 562, 454, 454, 455, 455, 455, 42, 42, - 312, 314, 635, 645, 35, 140, 141, 472, 469, 43, - 52, 98, 213, 97, 586, 96, 115, 121, 196, 197, - 198, 199, 201, 202, 591, 592, 587, 134, 23, 559, - 22, 455, 231, 231, 126, 582, 523, 39, 142, 582, - 173, 173, 35, 126, 645, 123, 312, 313, 631, 632, - 236, 448, 625, 191, 582, 115, 441, 625, 441, 87, - 88, 89, 92, 93, 94, 95, 87, 88, 624, 89, - 92, 93, 94, 95, 183, 646, 282, 283, 273, 274, - 295, 296, 298, 330, 274, 286, 296, 330, 274, 284, - 285, 296, 297, 346, 274, 296, 297, 346, 242, 272, - 274, 275, 276, 277, 278, 279, 280, 289, 290, 291, - 292, 293, 294, 304, 305, 306, 242, 116, 452, 351, - 297, 254, 366, 367, 368, 299, 297, 300, 346, 273, - 297, 355, 274, 358, 242, 346, 265, 297, 302, 303, - 372, 274, 296, 297, 346, 297, 346, 274, 297, 346, - 346, 274, 297, 300, 301, 346, 274, 297, 346, 274, - 301, 346, 242, 287, 297, 287, 288, 346, 297, 346, - 535, 535, 542, 43, 455, 9, 463, 9, 10, 455, - 455, 9, 561, 183, 479, 480, 455, 23, 43, 43, - 43, 43, 43, 561, 643, 52, 52, 225, 9, 636, - 637, 636, 225, 470, 142, 473, 606, 490, 97, 100, - 101, 622, 490, 120, 211, 212, 607, 607, 216, 217, - 609, 609, 588, 455, 455, 427, 427, 560, 582, 143, - 144, 582, 582, 178, 179, 437, 42, 452, 629, 630, - 35, 20, 32, 38, 59, 74, 233, 234, 394, 395, - 396, 397, 400, 401, 402, 514, 152, 175, 452, 39, - 173, 441, 582, 35, 39, 213, 42, 115, 183, 598, - 213, 94, 448, 283, 282, 326, 394, 561, 56, 57, - 58, 327, 251, 331, 332, 346, 561, 346, 561, 454, - 242, 561, 454, 242, 66, 123, 315, 316, 317, 339, - 123, 340, 340, 242, 454, 299, 255, 367, 369, 346, - 454, 454, 345, 242, 123, 312, 314, 354, 454, 242, - 249, 359, 360, 242, 359, 242, 346, 454, 345, 345, - 266, 373, 561, 454, 242, 454, 242, 345, 454, 242, - 242, 345, 454, 345, 345, 242, 345, 454, 242, 345, - 345, 242, 454, 242, 454, 242, 45, 45, 33, 118, - 119, 452, 531, 523, 134, 523, 455, 523, 132, 9, - 132, 155, 43, 152, 35, 43, 455, 523, 35, 43, - 43, 42, 143, 144, 145, 213, 214, 215, 608, 102, - 144, 490, 490, 608, 200, 10, 175, 445, 43, 450, - 152, 628, 236, 632, 514, 19, 19, 42, 42, 12, - 452, 629, 401, 32, 38, 32, 38, 403, 518, 561, - 582, 582, 183, 598, 624, 42, 115, 601, 213, 152, - 175, 452, 123, 312, 313, 274, 284, 285, 296, 297, - 346, 242, 242, 123, 454, 346, 242, 242, 274, 284, - 296, 297, 346, 242, 346, 242, 346, 535, 535, 533, - 455, 152, 455, 523, 455, 455, 561, 561, 152, 560, - 637, 636, 582, 490, 490, 161, 455, 43, 561, 452, - 394, 514, 514, 398, 522, 624, 624, 395, 628, 401, - 401, 401, 401, 21, 175, 452, 441, 597, 597, 205, - 607, 602, 624, 624, 600, 600, 561, 561, 454, 242, - 242, 561, 454, 242, 242, 46, 48, 536, 46, 48, - 537, 535, 561, 132, 561, 10, 43, 490, 452, 629, - 43, 35, 452, 454, 35, 43, 43, 624, 206, 35, - 43, 164, 166, 603, 175, 452, 538, 540, 539, 541, - 28, 132, 455, 455, 628, 399, 520, 522, 22, 598, - 607, 624, 601, 601, 47, 116, 452, 49, 117, 452, - 47, 116, 452, 49, 117, 452, 455, 452, 43, 206 + 19, 42, 51, 125, 550, 42, 448, 62, 105, 62, + 227, 62, 62, 227, 235, 240, 35, 132, 133, 135, + 136, 138, 139, 459, 464, 467, 468, 156, 157, 13, + 14, 15, 16, 17, 18, 26, 39, 109, 110, 111, + 112, 113, 114, 170, 195, 36, 37, 161, 11, 73, + 162, 163, 12, 164, 165, 166, 158, 169, 160, 168, + 51, 501, 505, 32, 38, 518, 514, 518, 514, 42, + 518, 455, 455, 42, 55, 187, 173, 180, 188, 408, + 409, 426, 428, 429, 430, 431, 433, 434, 435, 438, + 439, 440, 443, 444, 446, 453, 628, 405, 406, 407, + 180, 408, 409, 426, 428, 430, 431, 432, 444, 453, + 628, 412, 413, 414, 180, 425, 426, 428, 429, 430, + 431, 433, 434, 435, 438, 439, 444, 446, 447, 453, + 612, 628, 416, 417, 418, 421, 422, 424, 180, 425, + 426, 428, 430, 431, 432, 444, 447, 453, 628, 322, + 344, 534, 106, 107, 546, 31, 646, 43, 11, 43, + 573, 580, 627, 454, 51, 551, 43, 454, 43, 65, + 191, 576, 578, 43, 43, 126, 626, 646, 454, 51, + 558, 575, 580, 579, 581, 627, 43, 454, 454, 523, + 35, 219, 454, 454, 523, 35, 523, 9, 35, 523, + 35, 148, 148, 454, 454, 454, 51, 51, 11, 43, + 577, 581, 454, 551, 9, 43, 450, 451, 152, 561, + 455, 159, 455, 646, 455, 455, 455, 455, 137, 138, + 468, 483, 484, 486, 486, 486, 486, 486, 486, 485, + 486, 486, 486, 486, 486, 486, 486, 486, 42, 51, + 54, 520, 522, 525, 528, 584, 586, 587, 588, 589, + 590, 591, 647, 489, 489, 488, 490, 490, 490, 490, + 491, 491, 492, 492, 159, 152, 152, 152, 52, 454, + 506, 506, 21, 43, 455, 529, 152, 222, 223, 231, + 43, 529, 56, 126, 626, 68, 70, 127, 173, 181, + 182, 183, 184, 185, 192, 193, 235, 410, 189, 190, + 53, 427, 427, 427, 427, 427, 427, 427, 427, 180, + 188, 69, 427, 427, 427, 427, 427, 427, 427, 427, + 427, 180, 224, 232, 449, 427, 427, 427, 427, 427, + 427, 427, 427, 180, 180, 427, 427, 427, 427, 427, + 427, 427, 427, 427, 272, 281, 323, 308, 309, 346, + 106, 535, 107, 106, 131, 502, 35, 43, 52, 52, + 454, 52, 43, 43, 43, 43, 52, 52, 454, 43, + 43, 52, 52, 10, 621, 455, 52, 52, 561, 461, + 561, 523, 466, 561, 476, 455, 455, 43, 43, 52, + 454, 454, 35, 43, 52, 523, 35, 43, 42, 67, + 174, 193, 562, 564, 565, 566, 627, 643, 645, 50, + 51, 452, 225, 62, 152, 225, 225, 241, 455, 469, + 470, 471, 137, 486, 584, 454, 590, 208, 209, 210, + 607, 607, 607, 607, 91, 611, 24, 585, 25, 86, + 562, 562, 559, 565, 559, 52, 454, 35, 43, 220, + 229, 455, 455, 455, 43, 176, 427, 39, 171, 172, + 126, 583, 9, 626, 171, 172, 121, 122, 138, 145, + 191, 410, 171, 177, 436, 646, 237, 241, 631, 647, + 173, 183, 442, 583, 173, 583, 89, 90, 151, 203, + 204, 207, 226, 593, 594, 595, 596, 597, 600, 605, + 606, 71, 72, 103, 410, 242, 244, 251, 252, 257, + 270, 271, 324, 325, 328, 329, 333, 334, 335, 336, + 337, 338, 341, 342, 345, 242, 245, 246, 247, 248, + 250, 253, 256, 257, 258, 259, 260, 261, 262, 263, + 264, 267, 268, 269, 310, 311, 343, 347, 348, 349, + 350, 351, 352, 353, 356, 357, 361, 362, 363, 364, + 365, 370, 371, 374, 375, 376, 377, 378, 379, 380, + 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, + 391, 392, 393, 123, 124, 27, 44, 131, 582, 627, + 52, 52, 455, 132, 115, 462, 194, 463, 10, 134, + 150, 478, 480, 154, 52, 52, 582, 561, 451, 564, + 42, 42, 42, 11, 23, 36, 563, 454, 454, 455, + 455, 455, 42, 42, 312, 314, 636, 646, 35, 140, + 141, 472, 469, 43, 52, 98, 213, 97, 587, 96, + 115, 121, 196, 197, 198, 199, 201, 202, 592, 593, + 588, 134, 23, 560, 22, 455, 231, 231, 126, 583, + 523, 39, 142, 583, 173, 173, 35, 126, 646, 123, + 312, 313, 632, 633, 236, 448, 626, 191, 583, 115, + 441, 626, 441, 87, 88, 89, 92, 93, 94, 95, + 87, 88, 625, 89, 92, 93, 94, 95, 183, 647, + 282, 283, 273, 274, 295, 296, 298, 330, 274, 286, + 296, 330, 274, 284, 285, 296, 297, 346, 274, 296, + 297, 346, 242, 272, 274, 275, 276, 277, 278, 279, + 280, 289, 290, 291, 292, 293, 294, 304, 305, 306, + 242, 116, 452, 351, 297, 254, 366, 367, 368, 299, + 297, 300, 346, 273, 297, 355, 274, 358, 242, 346, + 265, 297, 302, 303, 372, 274, 296, 297, 346, 297, + 346, 274, 297, 346, 346, 274, 297, 300, 301, 346, + 274, 297, 346, 274, 301, 346, 242, 287, 297, 287, + 288, 346, 297, 346, 535, 535, 542, 43, 455, 9, + 463, 9, 10, 455, 455, 9, 562, 183, 479, 480, + 455, 23, 43, 43, 43, 43, 43, 562, 644, 52, + 52, 225, 9, 637, 638, 637, 225, 470, 142, 473, + 607, 490, 97, 100, 101, 623, 490, 120, 211, 212, + 608, 608, 216, 217, 610, 610, 589, 455, 455, 427, + 427, 561, 583, 143, 144, 583, 583, 178, 179, 437, + 42, 452, 630, 631, 35, 20, 32, 38, 59, 74, + 233, 234, 394, 395, 396, 397, 400, 401, 402, 514, + 152, 175, 452, 39, 173, 441, 583, 35, 39, 213, + 42, 115, 183, 599, 213, 94, 448, 283, 282, 326, + 394, 562, 56, 57, 58, 327, 251, 331, 332, 346, + 562, 346, 562, 454, 242, 562, 454, 242, 66, 123, + 315, 316, 317, 339, 123, 340, 340, 242, 454, 299, + 255, 367, 369, 346, 454, 454, 345, 242, 123, 312, + 314, 354, 454, 242, 249, 359, 360, 242, 359, 242, + 346, 454, 345, 345, 266, 373, 562, 454, 242, 454, + 242, 345, 454, 242, 242, 345, 454, 345, 345, 242, + 345, 454, 242, 345, 345, 242, 454, 242, 454, 242, + 45, 45, 33, 118, 119, 452, 531, 523, 134, 523, + 455, 523, 132, 9, 132, 155, 43, 152, 35, 43, + 455, 523, 35, 43, 43, 42, 143, 144, 145, 213, + 214, 215, 609, 102, 144, 490, 490, 609, 200, 10, + 175, 445, 43, 450, 152, 629, 236, 633, 514, 19, + 19, 42, 42, 12, 452, 630, 401, 32, 38, 32, + 38, 403, 518, 562, 583, 583, 183, 599, 625, 42, + 115, 602, 213, 152, 175, 452, 123, 312, 313, 274, + 284, 285, 296, 297, 346, 242, 242, 123, 454, 346, + 242, 242, 274, 284, 296, 297, 346, 242, 346, 242, + 346, 535, 535, 533, 455, 152, 455, 523, 455, 455, + 562, 562, 152, 561, 638, 637, 583, 490, 490, 161, + 455, 43, 562, 452, 394, 514, 514, 398, 522, 625, + 625, 395, 629, 401, 401, 401, 401, 21, 175, 452, + 441, 598, 598, 205, 608, 603, 625, 625, 601, 601, + 562, 562, 454, 242, 242, 562, 454, 242, 242, 46, + 48, 536, 46, 48, 537, 535, 562, 132, 562, 10, + 43, 490, 452, 630, 43, 35, 452, 454, 35, 43, + 43, 625, 206, 35, 43, 164, 166, 604, 175, 452, + 538, 540, 539, 541, 28, 132, 455, 455, 629, 399, + 520, 522, 22, 599, 608, 625, 602, 602, 47, 116, + 452, 49, 117, 452, 47, 116, 452, 49, 117, 452, + 455, 452, 43, 206 }; #define yyerrok (yyerrstatus = 0) @@ -4767,17 +4774,20 @@ yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp) #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void -yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) +yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void -yy_stack_print (bottom, top) - yytype_int16 *bottom; - yytype_int16 *top; +yy_stack_print (yybottom, yytop) + yytype_int16 *yybottom; + yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); - for (; bottom <= top; ++bottom) - YYFPRINTF (stderr, " %d", *bottom); + for (; yybottom <= yytop; yybottom++) + { + int yybot = *yybottom; + YYFPRINTF (stderr, " %d", yybot); + } YYFPRINTF (stderr, "\n"); } @@ -4812,11 +4822,11 @@ yy_reduce_print (yyvsp, yylsp, yyrule) /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { - fprintf (stderr, " $%d = ", yyi + 1); + YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , &(yylsp[(yyi + 1) - (yynrhs)]) ); - fprintf (stderr, "\n"); + YYFPRINTF (stderr, "\n"); } } @@ -5098,10 +5108,8 @@ yydestruct (yymsg, yytype, yyvaluep, yylocationp) break; } } - /* Prevent warnings from -Wmissing-prototypes. */ - #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); @@ -5120,10 +5128,9 @@ int yyparse (); - -/*----------. -| yyparse. | -`----------*/ +/*-------------------------. +| yyparse or yypush_parse. | +`-------------------------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ @@ -5147,24 +5154,59 @@ yyparse () #endif #endif { - /* The look-ahead symbol. */ +/* The lookahead symbol. */ int yychar; -/* The semantic value of the look-ahead symbol. */ +/* The semantic value of the lookahead symbol. */ YYSTYPE yylval; -/* Number of syntax errors so far. */ -int yynerrs; -/* Location data for the look-ahead symbol. */ +/* Location data for the lookahead symbol. */ YYLTYPE yylloc; - int yystate; + /* Number of syntax errors so far. */ + int yynerrs; + + int yystate; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + + /* The stacks and their tools: + `yyss': related to states. + `yyvs': related to semantic values. + `yyls': related to locations. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs; + YYSTYPE *yyvsp; + + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; + YYLTYPE *yyls; + YYLTYPE *yylsp; + + /* The locations where the error started and ended. */ + YYLTYPE yyerror_range[2]; + + YYSIZE_T yystacksize; + int yyn; int yyresult; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - /* Look-ahead token as an internal (translated) token number. */ - int yytoken = 0; + /* Lookahead token as an internal (translated) token number. */ + int yytoken; + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + YYLTYPE yyloc; + #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; @@ -5172,63 +5214,37 @@ YYLTYPE yylloc; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif - /* Three stacks and their tools: - `yyss': related to states, - `yyvs': related to semantic values, - `yyls': related to locations. - - Refer to the stacks thru separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - yytype_int16 yyssa[YYINITDEPTH]; - yytype_int16 *yyss = yyssa; - yytype_int16 *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs = yyvsa; - YYSTYPE *yyvsp; - - /* The location stack. */ - YYLTYPE yylsa[YYINITDEPTH]; - YYLTYPE *yyls = yylsa; - YYLTYPE *yylsp; - /* The locations where the error started and ended. */ - YYLTYPE yyerror_range[2]; - #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) - YYSIZE_T yystacksize = YYINITDEPTH; - - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; - YYLTYPE yyloc; - /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; + yytoken = 0; + yyss = yyssa; + yyvs = yyvsa; + yyls = yylsa; + yystacksize = YYINITDEPTH; + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; - yychar = YYEMPTY; /* Cause a token to be read. */ + yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss; yyvsp = yyvs; yylsp = yyls; + #if YYLTYPE_IS_TRIVIAL /* Initialize the default location before parsing starts. */ yylloc.first_line = yylloc.last_line = 1; - yylloc.first_column = yylloc.last_column = 0; + yylloc.first_column = yylloc.last_column = 1; #endif goto yysetstate; @@ -5267,6 +5283,7 @@ YYLTYPE yylloc; &yyvs1, yysize * sizeof (*yyvsp), &yyls1, yysize * sizeof (*yylsp), &yystacksize); + yyls = yyls1; yyss = yyss1; yyvs = yyvs1; @@ -5288,9 +5305,9 @@ YYLTYPE yylloc; (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss); - YYSTACK_RELOCATE (yyvs); - YYSTACK_RELOCATE (yyls); + YYSTACK_RELOCATE (yyss_alloc, yyss); + YYSTACK_RELOCATE (yyvs_alloc, yyvs); + YYSTACK_RELOCATE (yyls_alloc, yyls); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); @@ -5311,6 +5328,9 @@ YYLTYPE yylloc; YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + if (yystate == YYFINAL) + YYACCEPT; + goto yybackup; /*-----------. @@ -5319,16 +5339,16 @@ YYLTYPE yylloc; yybackup: /* Do appropriate processing given the current state. Read a - look-ahead token if we need one and don't already have one. */ + lookahead token if we need one and don't already have one. */ - /* First try to decide what to do without reference to look-ahead token. */ + /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yyn == YYPACT_NINF) goto yydefault; - /* Not known => get a look-ahead token if don't already have one. */ + /* Not known => get a lookahead token if don't already have one. */ - /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ + /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); @@ -5360,20 +5380,16 @@ yybackup: goto yyreduce; } - if (yyn == YYFINAL) - YYACCEPT; - /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; - /* Shift the look-ahead token. */ + /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); - /* Discard the shifted token unless it is eof. */ - if (yychar != YYEOF) - yychar = YYEMPTY; + /* Discard the shifted token. */ + yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; @@ -5414,7 +5430,9 @@ yyreduce: switch (yyn) { case 8: -#line 762 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 763 "../src/parser/XQParser.y" { SequenceType *optionalString = WRAP((yylsp[(1) - (1)]), new (MEMMGR) SequenceType(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -5444,13 +5462,17 @@ yyreduce: break; case 9: -#line 792 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 793 "../src/parser/XQParser.y" { } break; case 10: -#line 795 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 796 "../src/parser/XQParser.y" { // TBD Check for xsl:version attr - jpcs NodeTest *nt = new (MEMMGR) NodeTest(); @@ -5472,21 +5494,27 @@ yyreduce: break; case 12: -#line 818 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 819 "../src/parser/XQParser.y" { // TBD Check the value - jpcs } break; case 13: -#line 822 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 823 "../src/parser/XQParser.y" { // TBD implement exclude-result-prefixes - jpcs } break; case 21: -#line 840 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 841 "../src/parser/XQParser.y" { if((yyvsp[(1) - (4)].functDecl)->getName() == 0 && (yyvsp[(1) - (4)].functDecl)->getPattern() == 0) { yyerror((yylsp[(1) - (4)]), "The xsl:template declaration does not have either a {}name or {}match attribute, or both [err:XTSE0500]"); @@ -5505,14 +5533,18 @@ yyreduce: break; case 22: -#line 859 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 860 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction(0, 0, 0, 0, 0, MEMMGR)); } break; case 23: -#line 863 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 864 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (3)].functDecl); (yyval.functDecl)->setPattern((yyvsp[(3) - (3)].itemList)); @@ -5520,7 +5552,9 @@ yyreduce: break; case 24: -#line 868 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 869 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (2)].functDecl); RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); @@ -5530,7 +5564,9 @@ yyreduce: break; case 25: -#line 875 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 876 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (3)].functDecl); // TBD priority - jpcs @@ -5538,7 +5574,9 @@ yyreduce: break; case 26: -#line 880 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 881 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (3)].functDecl); (yyval.functDecl)->setModeList((yyvsp[(3) - (3)].modeList)); @@ -5546,7 +5584,9 @@ yyreduce: break; case 27: -#line 885 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 886 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (3)].functDecl); (yyval.functDecl)->setReturnType((yyvsp[(3) - (3)].sequenceType)); @@ -5554,14 +5594,18 @@ yyreduce: break; case 28: -#line 893 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 894 "../src/parser/XQParser.y" { (yyval.modeList) = new (MEMMGR) XQUserFunction::ModeList(XQillaAllocator(MEMMGR)); } break; case 29: -#line 897 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 898 "../src/parser/XQParser.y" { RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); (yyvsp[(1) - (2)].modeList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQUserFunction::Mode(uri, name))); @@ -5570,7 +5614,9 @@ yyreduce: break; case 30: -#line 903 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 904 "../src/parser/XQParser.y" { (yyvsp[(1) - (2)].modeList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::DEFAULT))); (yyval.modeList) = (yyvsp[(1) - (2)].modeList); @@ -5578,7 +5624,9 @@ yyreduce: break; case 31: -#line 908 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 909 "../src/parser/XQParser.y" { (yyvsp[(1) - (2)].modeList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::ALL))); (yyval.modeList) = (yyvsp[(1) - (2)].modeList); @@ -5586,7 +5634,9 @@ yyreduce: break; case 35: -#line 918 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 919 "../src/parser/XQParser.y" { if((yyvsp[(1) - (4)].functDecl)->getName() == 0) { yyerror((yylsp[(1) - (4)]), "The xsl:function declaration does not have a {}name attribute"); @@ -5599,14 +5649,18 @@ yyreduce: break; case 36: -#line 931 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 932 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction(0, 0, 0, 0, false, true, MEMMGR)); } break; case 37: -#line 935 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 936 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (2)].functDecl); RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); @@ -5616,7 +5670,9 @@ yyreduce: break; case 38: -#line 942 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 943 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (3)].functDecl); (yyval.functDecl)->setReturnType((yyvsp[(3) - (3)].sequenceType)); @@ -5624,7 +5680,9 @@ yyreduce: break; case 39: -#line 947 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 948 "../src/parser/XQParser.y" { (yyval.functDecl) = (yyvsp[(1) - (2)].functDecl); // TBD override - jpcs @@ -5632,14 +5690,18 @@ yyreduce: break; case 40: -#line 955 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 956 "../src/parser/XQParser.y" { (yyval.argSpecs) = new (MEMMGR) XQUserFunction::ArgumentSpecs(XQillaAllocator(MEMMGR)); } break; case 41: -#line 959 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 960 "../src/parser/XQParser.y" { (yyval.argSpecs) = (yyvsp[(1) - (2)].argSpecs); (yyval.argSpecs)->push_back((yyvsp[(2) - (2)].argSpec)); @@ -5647,7 +5709,9 @@ yyreduce: break; case 42: -#line 967 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 968 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (3)].argSpec); @@ -5674,14 +5738,18 @@ yyreduce: break; case 43: -#line 994 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 995 "../src/parser/XQParser.y" { (yyval.argSpec) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::ArgumentSpec(0, 0, MEMMGR)); } break; case 44: -#line 998 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 999 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (2)].argSpec); RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); @@ -5691,7 +5759,9 @@ yyreduce: break; case 45: -#line 1005 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1006 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (3)].argSpec); // TBD default parameter values - jpcs @@ -5700,7 +5770,9 @@ yyreduce: break; case 46: -#line 1011 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1012 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (3)].argSpec); (yyval.argSpec)->setType((yyvsp[(3) - (3)].sequenceType)); @@ -5708,7 +5780,9 @@ yyreduce: break; case 47: -#line 1016 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1017 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (2)].argSpec); // TBD required - jpcs @@ -5716,7 +5790,9 @@ yyreduce: break; case 48: -#line 1021 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1022 "../src/parser/XQParser.y" { (yyval.argSpec) = (yyvsp[(1) - (2)].argSpec); // TBD tunnel parameters - jpcs @@ -5724,7 +5800,9 @@ yyreduce: break; case 49: -#line 1030 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1031 "../src/parser/XQParser.y" { if((yyvsp[(1) - (3)].globalVar)->isRequired()) { if((yyvsp[(1) - (3)].globalVar)->getVariableExpr() != 0 || !(yyvsp[(2) - (3)].parenExpr)->getChildren().empty()) { @@ -5748,14 +5826,18 @@ yyreduce: break; case 50: -#line 1054 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1055 "../src/parser/XQParser.y" { (yyval.globalVar) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQGlobalVariable(0, 0, 0, MEMMGR, /*isParam*/true)); } break; case 51: -#line 1058 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1059 "../src/parser/XQParser.y" { RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); (yyvsp[(1) - (2)].globalVar)->setVariableURI(uri); @@ -5765,7 +5847,9 @@ yyreduce: break; case 52: -#line 1065 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1066 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].globalVar)->setVariableExpr(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); (yyval.globalVar) = (yyvsp[(1) - (3)].globalVar); @@ -5773,7 +5857,9 @@ yyreduce: break; case 53: -#line 1070 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1071 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].globalVar)->setSequenceType((yyvsp[(3) - (3)].sequenceType)); (yyval.globalVar) = (yyvsp[(1) - (3)].globalVar); @@ -5781,7 +5867,9 @@ yyreduce: break; case 54: -#line 1075 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1076 "../src/parser/XQParser.y" { (yyval.globalVar) = (yyvsp[(1) - (2)].globalVar); (yyval.globalVar)->setRequired((yyvsp[(2) - (2)].boolean)); @@ -5789,7 +5877,9 @@ yyreduce: break; case 55: -#line 1080 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1081 "../src/parser/XQParser.y" { (yyval.globalVar) = (yyvsp[(1) - (2)].globalVar); if((yyvsp[(2) - (2)].boolean)) { @@ -5799,7 +5889,9 @@ yyreduce: break; case 56: -#line 1091 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1092 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].globalVar)->setVariableExpr(XSLT_VARIABLE_VALUE((yylsp[(1) - (3)]), (ASTNode*)(yyvsp[(1) - (3)].globalVar)->getVariableExpr(), (yyvsp[(2) - (3)].parenExpr), (SequenceType*)(yyvsp[(1) - (3)].globalVar)->getSequenceType())); (yyvsp[(1) - (3)].globalVar)->setSequenceType(0); @@ -5817,14 +5909,18 @@ yyreduce: break; case 57: -#line 1109 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1110 "../src/parser/XQParser.y" { (yyval.globalVar) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQGlobalVariable(0, 0, 0, MEMMGR)); } break; case 58: -#line 1113 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1114 "../src/parser/XQParser.y" { RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); (yyvsp[(1) - (2)].globalVar)->setVariableURI(uri); @@ -5834,7 +5930,9 @@ yyreduce: break; case 59: -#line 1120 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1121 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].globalVar)->setVariableExpr(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); (yyval.globalVar) = (yyvsp[(1) - (3)].globalVar); @@ -5842,7 +5940,9 @@ yyreduce: break; case 60: -#line 1125 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1126 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].globalVar)->setSequenceType((yyvsp[(3) - (3)].sequenceType)); (yyval.globalVar) = (yyvsp[(1) - (3)].globalVar); @@ -5850,122 +5950,162 @@ yyreduce: break; case 61: -#line 1133 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1134 "../src/parser/XQParser.y" { // TBD Add the output to the static context - jpcs } break; case 62: -#line 1158 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1159 "../src/parser/XQParser.y" { } break; case 63: -#line 1161 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1162 "../src/parser/XQParser.y" { } break; case 64: -#line 1164 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1165 "../src/parser/XQParser.y" { } break; case 65: -#line 1167 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1168 "../src/parser/XQParser.y" { } break; case 66: -#line 1170 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1171 "../src/parser/XQParser.y" { } break; case 67: -#line 1173 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1174 "../src/parser/XQParser.y" { } break; case 68: -#line 1176 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1177 "../src/parser/XQParser.y" { } break; case 69: -#line 1179 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1180 "../src/parser/XQParser.y" { } break; case 70: -#line 1182 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1183 "../src/parser/XQParser.y" { } break; case 71: -#line 1185 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1186 "../src/parser/XQParser.y" { } break; case 72: -#line 1188 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1189 "../src/parser/XQParser.y" { } break; case 73: -#line 1191 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1192 "../src/parser/XQParser.y" { } break; case 74: -#line 1194 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1195 "../src/parser/XQParser.y" { } break; case 75: -#line 1197 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1198 "../src/parser/XQParser.y" { } break; case 76: -#line 1200 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1201 "../src/parser/XQParser.y" { } break; case 77: -#line 1203 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1204 "../src/parser/XQParser.y" { } break; case 78: -#line 1206 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1207 "../src/parser/XQParser.y" { } break; case 79: -#line 1209 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1210 "../src/parser/XQParser.y" { } break; case 84: -#line 1219 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1220 "../src/parser/XQParser.y" { // $$ = $1; const XMLCh *p = (yyvsp[(1) - (1)].str); @@ -5977,19 +6117,25 @@ yyreduce: break; case 85: -#line 1231 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1232 "../src/parser/XQParser.y" { } break; case 86: -#line 1234 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1235 "../src/parser/XQParser.y" { } break; case 88: -#line 1242 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1243 "../src/parser/XQParser.y" { LOCATION((yylsp[(1) - (1)]), loc); CONTEXT->addSchemaLocation(XMLUni::fgZeroLenString, 0, &loc); @@ -5997,7 +6143,9 @@ yyreduce: break; case 89: -#line 1247 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1248 "../src/parser/XQParser.y" { LOCATION((yylsp[(1) - (2)]), loc); CONTEXT->addSchemaLocation((yyvsp[(2) - (2)].str), 0, &loc); @@ -6005,7 +6153,9 @@ yyreduce: break; case 90: -#line 1252 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1253 "../src/parser/XQParser.y" { VectorOfStrings schemaLoc(XQillaAllocator(MEMMGR)); schemaLoc.push_back((yyvsp[(2) - (2)].str)); @@ -6016,7 +6166,9 @@ yyreduce: break; case 91: -#line 1260 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1261 "../src/parser/XQParser.y" { VectorOfStrings schemaLoc(XQillaAllocator(MEMMGR)); schemaLoc.push_back((yyvsp[(3) - (3)].str)); @@ -6027,7 +6179,9 @@ yyreduce: break; case 92: -#line 1268 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1269 "../src/parser/XQParser.y" { VectorOfStrings schemaLoc(XQillaAllocator(MEMMGR)); schemaLoc.push_back((yyvsp[(2) - (3)].str)); @@ -6038,7 +6192,9 @@ yyreduce: break; case 93: -#line 1279 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1280 "../src/parser/XQParser.y" { VectorOfASTNodes *children = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); *children = (yyvsp[(3) - (4)].parenExpr)->getChildren(); @@ -6048,14 +6204,18 @@ yyreduce: break; case 94: -#line 1289 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1290 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 95: -#line 1293 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1294 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (3)].itemList); @@ -6065,7 +6225,9 @@ yyreduce: break; case 96: -#line 1300 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1301 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->insert((yyval.itemList)->begin(), (yyvsp[(2) - (2)].astNode)); @@ -6073,14 +6235,18 @@ yyreduce: break; case 97: -#line 1309 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1310 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 98: -#line 1313 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1314 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(PRESERVE_NS((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].astNode))); @@ -6088,7 +6254,9 @@ yyreduce: break; case 99: -#line 1318 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1319 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -6098,14 +6266,18 @@ yyreduce: break; case 100: -#line 1328 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1329 "../src/parser/XQParser.y" { (yyval.parenExpr) = WRAP((yyloc), new (MEMMGR) XQSequence(MEMMGR)); } break; case 101: -#line 1332 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1333 "../src/parser/XQParser.y" { (yyval.parenExpr) = (yyvsp[(1) - (2)].parenExpr); (yyval.parenExpr)->addItem(WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQTextConstructor((yyvsp[(2) - (2)].astNode), MEMMGR))); @@ -6113,7 +6285,9 @@ yyreduce: break; case 102: -#line 1337 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1338 "../src/parser/XQParser.y" { (yyval.parenExpr) = (yyvsp[(1) - (2)].parenExpr); (yyval.parenExpr)->addItem((yyvsp[(2) - (2)].astNode)); @@ -6121,7 +6295,9 @@ yyreduce: break; case 103: -#line 1342 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1343 "../src/parser/XQParser.y" { (yyval.parenExpr) = (yyvsp[(1) - (2)].parenExpr); (yyval.parenExpr)->addItem((yyvsp[(2) - (2)].astNode)); @@ -6129,7 +6305,9 @@ yyreduce: break; case 122: -#line 1371 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1372 "../src/parser/XQParser.y" { XQTextConstructor *text = (XQTextConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = text; @@ -6147,14 +6325,18 @@ yyreduce: break; case 123: -#line 1389 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1390 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQTextConstructor(0, MEMMGR)); } break; case 124: -#line 1393 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1394 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQTextConstructor*)(yyval.astNode))->setValue(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6162,7 +6344,9 @@ yyreduce: break; case 125: -#line 1398 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1399 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); // TBD separator - jpcs @@ -6171,14 +6355,18 @@ yyreduce: break; case 126: -#line 1407 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1408 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQTextConstructor((yyvsp[(2) - (3)].astNode), MEMMGR)); } break; case 129: -#line 1416 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1417 "../src/parser/XQParser.y" { // TBD xsl:sort - jpcs XQApplyTemplates *apply = (XQApplyTemplates*)(yyvsp[(1) - (3)].astNode); @@ -6198,14 +6386,18 @@ yyreduce: break; case 130: -#line 1436 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1437 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQApplyTemplates(0, 0, 0, MEMMGR)); } break; case 131: -#line 1440 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1441 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQApplyTemplates*)(yyval.astNode))->setExpression(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6213,7 +6405,9 @@ yyreduce: break; case 132: -#line 1445 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1446 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQApplyTemplates*)(yyval.astNode))->setMode((yyvsp[(3) - (3)].mode)); @@ -6221,7 +6415,9 @@ yyreduce: break; case 133: -#line 1453 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1454 "../src/parser/XQParser.y" { RESOLVE_QNAME((yylsp[(1) - (1)]), (yyvsp[(1) - (1)].str)); (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(uri, name)); @@ -6229,28 +6425,36 @@ yyreduce: break; case 134: -#line 1458 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1459 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::DEFAULT)); } break; case 135: -#line 1462 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1463 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::CURRENT)); } break; case 136: -#line 1469 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1470 "../src/parser/XQParser.y" { (yyval.templateArgs) = new (MEMMGR) TemplateArguments(XQillaAllocator(MEMMGR)); } break; case 137: -#line 1473 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1474 "../src/parser/XQParser.y" { (yyval.templateArgs) = (yyvsp[(1) - (2)].templateArgs); (yyval.templateArgs)->push_back((yyvsp[(2) - (2)].templateArg)); @@ -6258,7 +6462,9 @@ yyreduce: break; case 138: -#line 1481 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1482 "../src/parser/XQParser.y" { XQCallTemplate *call = (XQCallTemplate*)(yyvsp[(1) - (3)].astNode); call->setArguments((yyvsp[(2) - (3)].templateArgs)); @@ -6271,14 +6477,18 @@ yyreduce: break; case 139: -#line 1494 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1495 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQCallTemplate((const XMLCh*)0, 0, MEMMGR)); } break; case 140: -#line 1498 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1499 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (2)].astNode); RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); @@ -6288,14 +6498,18 @@ yyreduce: break; case 141: -#line 1508 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1509 "../src/parser/XQParser.y" { (yyval.templateArgs) = new (MEMMGR) TemplateArguments(XQillaAllocator(MEMMGR)); } break; case 142: -#line 1512 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1513 "../src/parser/XQParser.y" { (yyval.templateArgs) = (yyvsp[(1) - (2)].templateArgs); (yyval.templateArgs)->push_back((yyvsp[(2) - (2)].templateArg)); @@ -6303,7 +6517,9 @@ yyreduce: break; case 143: -#line 1520 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1521 "../src/parser/XQParser.y" { (yyval.templateArg) = (yyvsp[(1) - (3)].templateArg); @@ -6321,14 +6537,18 @@ yyreduce: break; case 144: -#line 1538 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1539 "../src/parser/XQParser.y" { (yyval.templateArg) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQTemplateArgument(0, 0, MEMMGR)); } break; case 145: -#line 1542 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1543 "../src/parser/XQParser.y" { (yyval.templateArg) = (yyvsp[(1) - (2)].templateArg); RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); @@ -6338,7 +6558,9 @@ yyreduce: break; case 146: -#line 1549 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1550 "../src/parser/XQParser.y" { (yyval.templateArg) = (yyvsp[(1) - (3)].templateArg); (yyval.templateArg)->value = PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode)); @@ -6346,7 +6568,9 @@ yyreduce: break; case 147: -#line 1554 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1555 "../src/parser/XQParser.y" { (yyval.templateArg) = (yyvsp[(1) - (3)].templateArg); (yyval.templateArg)->seqType = (yyvsp[(3) - (3)].sequenceType); @@ -6354,7 +6578,9 @@ yyreduce: break; case 148: -#line 1559 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1560 "../src/parser/XQParser.y" { (yyval.templateArg) = (yyvsp[(1) - (2)].templateArg); // TBD tunnel parameters - jpcs @@ -6362,14 +6588,18 @@ yyreduce: break; case 149: -#line 1567 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1568 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (2)].astNode); } break; case 150: -#line 1573 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1574 "../src/parser/XQParser.y" { // TBD xsl:fallback - jpcs (yyval.astNode) = PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode)); @@ -6377,7 +6607,9 @@ yyreduce: break; case 151: -#line 1581 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1582 "../src/parser/XQParser.y" { ASTNode *empty = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQSequence(MEMMGR)); (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQIf((yyvsp[(1) - (3)].astNode), (yyvsp[(2) - (3)].parenExpr), empty, MEMMGR)); @@ -6385,14 +6617,18 @@ yyreduce: break; case 152: -#line 1589 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1590 "../src/parser/XQParser.y" { (yyval.astNode) = PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode)); } break; case 153: -#line 1596 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1597 "../src/parser/XQParser.y" { XQIf *iff = (XQIf*)(yyvsp[(2) - (4)].astNode); while(iff->getWhenFalse() != 0) { @@ -6406,14 +6642,18 @@ yyreduce: break; case 154: -#line 1610 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1611 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (1)].astNode); } break; case 155: -#line 1614 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1615 "../src/parser/XQParser.y" { XQIf *iff = (XQIf*)(yyvsp[(1) - (2)].astNode); while(iff->getWhenFalse() != 0) { @@ -6427,7 +6667,9 @@ yyreduce: break; case 156: -#line 1628 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1629 "../src/parser/XQParser.y" { XQIf *iff = (XQIf*)(yyvsp[(1) - (3)].astNode); iff->setWhenTrue((yyvsp[(2) - (3)].parenExpr)); @@ -6436,28 +6678,36 @@ yyreduce: break; case 157: -#line 1637 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1638 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQIf(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode)), 0, 0, MEMMGR)); } break; case 158: -#line 1644 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1645 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yyloc), new (MEMMGR) XQSequence(MEMMGR)); } break; case 159: -#line 1648 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1649 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].parenExpr); } break; case 160: -#line 1655 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1656 "../src/parser/XQParser.y" { // TBD xsl:fallback - jpcs @@ -6492,14 +6742,18 @@ yyreduce: break; case 161: -#line 1690 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1691 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yyloc), new (MEMMGR) XQAnalyzeString(MEMMGR)); } break; case 162: -#line 1694 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1695 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQAnalyzeString*)(yyval.astNode))->setExpression(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6507,7 +6761,9 @@ yyreduce: break; case 163: -#line 1699 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1700 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ASTNode *content = WRAP((yylsp[(3) - (3)]), new (MEMMGR) XQSimpleContent((yyvsp[(3) - (3)].itemList), MEMMGR)); @@ -6516,7 +6772,9 @@ yyreduce: break; case 164: -#line 1705 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1706 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ASTNode *content = WRAP((yylsp[(3) - (3)]), new (MEMMGR) XQSimpleContent((yyvsp[(3) - (3)].itemList), MEMMGR)); @@ -6525,35 +6783,45 @@ yyreduce: break; case 165: -#line 1714 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1715 "../src/parser/XQParser.y" { (yyval.astNode) = 0; } break; case 166: -#line 1718 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1719 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].parenExpr); } break; case 167: -#line 1725 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1726 "../src/parser/XQParser.y" { (yyval.astNode) = 0; } break; case 168: -#line 1729 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1730 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].parenExpr); } break; case 169: -#line 1736 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1737 "../src/parser/XQParser.y" { (yyvsp[(1) - (4)].letTuple)->setExpression(XSLT_VARIABLE_VALUE((yylsp[(1) - (4)]), (yyvsp[(1) - (4)].letTuple)->getExpression(), (yyvsp[(2) - (4)].parenExpr), (yyvsp[(1) - (4)].letTuple)->seqType)); (yyvsp[(1) - (4)].letTuple)->seqType = 0; @@ -6571,14 +6839,18 @@ yyreduce: break; case 170: -#line 1754 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1755 "../src/parser/XQParser.y" { (yyval.letTuple) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) LetTuple(WRAP((yylsp[(1) - (1)]), new (MEMMGR) ContextTuple(MEMMGR)), 0, 0, MEMMGR)); } break; case 171: -#line 1758 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1759 "../src/parser/XQParser.y" { RESOLVE_QNAME((yylsp[(2) - (2)]), (yyvsp[(2) - (2)].str)); (yyvsp[(1) - (2)].letTuple)->setVarURI(uri); @@ -6588,7 +6860,9 @@ yyreduce: break; case 172: -#line 1765 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1766 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].letTuple)->setExpression((yyvsp[(3) - (3)].astNode)); (yyval.letTuple) = (yyvsp[(1) - (3)].letTuple); @@ -6596,7 +6870,9 @@ yyreduce: break; case 173: -#line 1770 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1771 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].letTuple)->seqType = (yyvsp[(3) - (3)].sequenceType); (yyval.letTuple) = (yyvsp[(1) - (3)].letTuple); @@ -6604,7 +6880,9 @@ yyreduce: break; case 174: -#line 1778 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1779 "../src/parser/XQParser.y" { XQCommentConstructor *comment = (XQCommentConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = comment; @@ -6622,14 +6900,18 @@ yyreduce: break; case 175: -#line 1796 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1797 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQCommentConstructor(0, MEMMGR, /*xslt*/true)); } break; case 176: -#line 1800 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1801 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQCommentConstructor*)(yyval.astNode))->setValue(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6637,7 +6919,9 @@ yyreduce: break; case 177: -#line 1808 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1809 "../src/parser/XQParser.y" { XQPIConstructor *pi = (XQPIConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = pi; @@ -6659,14 +6943,18 @@ yyreduce: break; case 178: -#line 1830 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1831 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQPIConstructor(0, 0, MEMMGR, /*xslt*/true)); } break; case 179: -#line 1834 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1835 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6676,7 +6964,9 @@ yyreduce: break; case 180: -#line 1841 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1842 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQPIConstructor*)(yyval.astNode))->setValue(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6684,7 +6974,9 @@ yyreduce: break; case 181: -#line 1849 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1850 "../src/parser/XQParser.y" { XQDocumentConstructor *doc = (XQDocumentConstructor*)(yyvsp[(1) - (3)].astNode); doc->setValue((yyvsp[(2) - (3)].parenExpr)); @@ -6693,14 +6985,18 @@ yyreduce: break; case 182: -#line 1858 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1859 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQDocumentConstructor(0, MEMMGR)); } break; case 183: -#line 1866 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1867 "../src/parser/XQParser.y" { XQAttributeConstructor *attr = (XQAttributeConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = attr; @@ -6737,14 +7033,18 @@ yyreduce: break; case 184: -#line 1903 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1904 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQAttributeConstructor(0, 0, MEMMGR)); } break; case 185: -#line 1907 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1908 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6754,7 +7054,9 @@ yyreduce: break; case 186: -#line 1914 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1915 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6764,7 +7066,9 @@ yyreduce: break; case 187: -#line 1921 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1922 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6776,7 +7080,9 @@ yyreduce: break; case 188: -#line 1930 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1931 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); // TBD separator - jpcs @@ -6785,7 +7091,9 @@ yyreduce: break; case 189: -#line 1939 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1940 "../src/parser/XQParser.y" { XQNamespaceConstructor *ns = (XQNamespaceConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = ns; @@ -6812,14 +7120,18 @@ yyreduce: break; case 190: -#line 1966 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1967 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQNamespaceConstructor(0, 0, MEMMGR)); } break; case 191: -#line 1970 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1971 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6829,7 +7141,9 @@ yyreduce: break; case 192: -#line 1977 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1978 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6841,7 +7155,9 @@ yyreduce: break; case 193: -#line 1989 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 1990 "../src/parser/XQParser.y" { XQElementConstructor *elem = (XQElementConstructor*)(yyvsp[(1) - (3)].astNode); (yyval.astNode) = elem; @@ -6867,14 +7183,18 @@ yyreduce: break; case 194: -#line 2015 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2016 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQElementConstructor(0, 0, 0, MEMMGR)); } break; case 195: -#line 2019 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2020 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6884,7 +7204,9 @@ yyreduce: break; case 196: -#line 2026 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2027 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6894,7 +7216,9 @@ yyreduce: break; case 197: -#line 2036 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2037 "../src/parser/XQParser.y" { XQCopyOf *as = (XQCopyOf*)(yyval.astNode); (yyval.astNode) = (yyvsp[(1) - (2)].astNode); @@ -6906,14 +7230,18 @@ yyreduce: break; case 198: -#line 2048 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2049 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yyloc), new (MEMMGR) XQCopyOf(MEMMGR)); } break; case 199: -#line 2052 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2053 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQCopyOf*)(yyval.astNode))->setExpression(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6921,7 +7249,9 @@ yyreduce: break; case 200: -#line 2057 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2058 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (2)].astNode); ((XQCopyOf*)(yyval.astNode))->setCopyNamespaces((yyvsp[(2) - (2)].boolean)); @@ -6929,7 +7259,9 @@ yyreduce: break; case 201: -#line 2066 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2067 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); XQCopy *as = (XQCopy*)(yyval.astNode); @@ -6942,14 +7274,18 @@ yyreduce: break; case 202: -#line 2079 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2080 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yyloc), new (MEMMGR) XQCopy(MEMMGR)); } break; case 203: -#line 2083 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2084 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (2)].astNode); ((XQCopy*)(yyval.astNode))->setCopyNamespaces((yyvsp[(2) - (2)].boolean)); @@ -6957,7 +7293,9 @@ yyreduce: break; case 204: -#line 2088 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2089 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (2)].astNode); ((XQCopy*)(yyval.astNode))->setInheritNamespaces((yyvsp[(2) - (2)].boolean)); @@ -6965,7 +7303,9 @@ yyreduce: break; case 205: -#line 2097 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2098 "../src/parser/XQParser.y" { // TBD xsl:sort - jpcs (yyval.astNode) = (yyvsp[(1) - (3)].astNode); @@ -6979,14 +7319,18 @@ yyreduce: break; case 206: -#line 2111 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2112 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQMap(0, 0, MEMMGR)); } break; case 207: -#line 2115 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2116 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (3)].astNode); ((XQMap*)(yyval.astNode))->setArg1(PRESERVE_NS((yylsp[(2) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -6994,7 +7338,9 @@ yyreduce: break; case 208: -#line 2128 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2129 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (3)].itemList); (yyval.itemList)->push_back(PRESERVE_NS((yylsp[(3) - (3)]), (yyvsp[(3) - (3)].astNode))); @@ -7002,7 +7348,9 @@ yyreduce: break; case 209: -#line 2133 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2134 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); (yyval.itemList)->push_back(PRESERVE_NS((yylsp[(1) - (1)]), (yyvsp[(1) - (1)].astNode))); @@ -7010,14 +7358,18 @@ yyreduce: break; case 210: -#line 2145 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2146 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (1)].astNode); } break; case 211: -#line 2149 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2150 "../src/parser/XQParser.y" { NodeTest *nt = new (MEMMGR) NodeTest(); nt->setNodeType(Node::document_string); @@ -7028,7 +7380,9 @@ yyreduce: break; case 212: -#line 2157 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2158 "../src/parser/XQParser.y" { // . intersect id("a") @@ -7041,7 +7395,9 @@ yyreduce: break; case 213: -#line 2170 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2171 "../src/parser/XQParser.y" { NodeTest *nt = new (MEMMGR) NodeTest(); nt->setNodeType(Node::document_string); @@ -7052,7 +7408,9 @@ yyreduce: break; case 214: -#line 2178 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2179 "../src/parser/XQParser.y" { NodeTest *nt = new (MEMMGR) NodeTest(); nt->setNodeType(Node::document_string); @@ -7063,7 +7421,9 @@ yyreduce: break; case 215: -#line 2191 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2192 "../src/parser/XQParser.y" { VectorOfASTNodes fargs(XQillaAllocator(MEMMGR)); fargs.push_back((yyvsp[(3) - (4)].astNode)); @@ -7073,7 +7433,9 @@ yyreduce: break; case 216: -#line 2198 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2199 "../src/parser/XQParser.y" { // VectorOfASTNodes fargs(XQillaAllocator(MEMMGR)); // fargs.push_back($3); @@ -7087,21 +7449,27 @@ yyreduce: break; case 221: -#line 2237 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2238 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(1) - (1)].astNode); } break; case 222: -#line 2241 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2242 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQPredicate((yyvsp[(2) - (2)].astNode), (yyvsp[(1) - (2)].astNode), MEMMGR)); } break; case 223: -#line 2245 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2246 "../src/parser/XQParser.y" { // id("a")/foo -> self::foo[parent::node() intersect id("a")] @@ -7122,7 +7490,9 @@ yyreduce: break; case 224: -#line 2263 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2264 "../src/parser/XQParser.y" { // id("a")/foo -> self::foo[ancestor::node() intersect id("a")] @@ -7143,7 +7513,9 @@ yyreduce: break; case 225: -#line 2281 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2282 "../src/parser/XQParser.y" { ASTNode *step = (yyvsp[(1) - (3)].astNode); while(step->getType() == ASTNode::PREDICATE) @@ -7156,7 +7528,9 @@ yyreduce: break; case 226: -#line 2291 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2292 "../src/parser/XQParser.y" { ASTNode *step = (yyvsp[(1) - (3)].astNode); while(step->getType() == ASTNode::PREDICATE) @@ -7169,14 +7543,18 @@ yyreduce: break; case 227: -#line 2305 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2306 "../src/parser/XQParser.y" { (yyval.astNode) = XQPredicate::addPredicates(WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQStep(XQStep::SELF, (yyvsp[(1) - (2)].nodeTest), MEMMGR)), (yyvsp[(2) - (2)].predicates)); } break; case 228: -#line 2313 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2314 "../src/parser/XQParser.y" { if(!(yyvsp[(1) - (1)].nodeTest)->isNodeTypeSet()) (yyvsp[(1) - (1)].nodeTest)->setNodeType(Node::element_string); @@ -7185,7 +7563,9 @@ yyreduce: break; case 229: -#line 2319 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2320 "../src/parser/XQParser.y" { if(!(yyvsp[(3) - (3)].nodeTest)->isNodeTypeSet()) (yyvsp[(3) - (3)].nodeTest)->setNodeType(Node::element_string); @@ -7194,7 +7574,9 @@ yyreduce: break; case 230: -#line 2325 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2326 "../src/parser/XQParser.y" { if(!(yyvsp[(3) - (3)].nodeTest)->isNodeTypeSet()) (yyvsp[(3) - (3)].nodeTest)->setNodeType(Node::attribute_string); @@ -7203,7 +7585,9 @@ yyreduce: break; case 231: -#line 2331 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2332 "../src/parser/XQParser.y" { if(!(yyvsp[(2) - (2)].nodeTest)->isNodeTypeSet()) (yyvsp[(2) - (2)].nodeTest)->setNodeType(Node::attribute_string); @@ -7212,14 +7596,18 @@ yyreduce: break; case 232: -#line 2342 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2343 "../src/parser/XQParser.y" { (yyval.predicates) = new (MEMMGR) VectorOfPredicates(MEMMGR); } break; case 233: -#line 2346 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2347 "../src/parser/XQParser.y" { XQPredicate *pred = WRAP((yylsp[(2) - (4)]), new (MEMMGR) XQPredicate((yyvsp[(3) - (4)].astNode), MEMMGR)); (yyvsp[(1) - (4)].predicates)->push_back(pred); @@ -7228,42 +7616,54 @@ yyreduce: break; case 241: -#line 2376 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2377 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a setter"); } break; case 242: -#line 2380 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2381 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "an import"); } break; case 243: -#line 2384 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2385 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a namespace"); } break; case 244: -#line 2388 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2389 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a default namespace"); } break; case 245: -#line 2392 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2393 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 246: -#line 2396 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2397 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7272,7 +7672,9 @@ yyreduce: break; case 247: -#line 2402 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2403 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7281,77 +7683,99 @@ yyreduce: break; case 248: -#line 2408 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2409 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 256: -#line 2434 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2435 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQUserFunction((yyvsp[(3) - (5)].str), (yyvsp[(4) - (5)].argSpecs), (yyvsp[(5) - (5)].astNode), NULL, false, true, MEMMGR)); } break; case 257: -#line 2438 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2439 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQUserFunction((yyvsp[(3) - (7)].str), (yyvsp[(4) - (7)].argSpecs), (yyvsp[(7) - (7)].astNode), (yyvsp[(6) - (7)].sequenceType), false, true, MEMMGR)); } break; case 258: -#line 2442 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2443 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQUserFunction((yyvsp[(3) - (5)].str), (yyvsp[(4) - (5)].argSpecs), NULL, NULL, false, true, MEMMGR)); } break; case 259: -#line 2446 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2447 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQUserFunction((yyvsp[(3) - (7)].str), (yyvsp[(4) - (7)].argSpecs), NULL, (yyvsp[(6) - (7)].sequenceType), false, true, MEMMGR)); } break; case 269: -#line 2475 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2476 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a setter"); } break; case 270: -#line 2479 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2480 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "an import"); } break; case 271: -#line 2483 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2484 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a namespace"); } break; case 272: -#line 2487 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2488 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a default namespace"); } break; case 273: -#line 2491 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2492 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 274: -#line 2495 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2496 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7360,7 +7784,9 @@ yyreduce: break; case 275: -#line 2501 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2502 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7369,56 +7795,72 @@ yyreduce: break; case 276: -#line 2507 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2508 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 277: -#line 2511 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2512 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 285: -#line 2538 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2539 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a setter"); } break; case 286: -#line 2542 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2543 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "an import"); } break; case 287: -#line 2546 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2547 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a namespace"); } break; case 288: -#line 2550 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2551 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a default namespace"); } break; case 289: -#line 2554 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2555 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 290: -#line 2558 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2559 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7427,7 +7869,9 @@ yyreduce: break; case 291: -#line 2564 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2565 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7436,14 +7880,18 @@ yyreduce: break; case 292: -#line 2570 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2571 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 297: -#line 2589 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2590 "../src/parser/XQParser.y" { if(!XPath2Utils::equals((yyvsp[(3) - (4)].str),sz1_0)) yyerror((yylsp[(2) - (4)]), "This XQuery processor only supports version 1.0 of the specs [err:XQST0031]"); @@ -7451,7 +7899,9 @@ yyreduce: break; case 298: -#line 2594 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2595 "../src/parser/XQParser.y" { if(!XPath2Utils::equals((yyvsp[(3) - (6)].str), sz1_0)) yyerror((yylsp[(2) - (6)]), "This XQuery processor only supports version 1.0 of the specs [err:XQST0031]"); @@ -7473,7 +7923,9 @@ yyreduce: break; case 301: -#line 2623 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2624 "../src/parser/XQParser.y" { if(*(yyvsp[(5) - (6)].str) == 0) yyerror((yylsp[(5) - (6)]), "The literal that specifies the namespace of a module must not be of zero length [err:XQST0088]"); @@ -7484,42 +7936,54 @@ yyreduce: break; case 303: -#line 2637 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2638 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a setter"); } break; case 304: -#line 2641 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2642 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "an import"); } break; case 305: -#line 2645 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2646 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a namespace"); } break; case 306: -#line 2649 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2650 "../src/parser/XQParser.y" { CHECK_SECOND_STEP((yylsp[(2) - (3)]), "a default namespace"); } break; case 307: -#line 2653 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2654 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 308: -#line 2657 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2658 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7528,7 +7992,9 @@ yyreduce: break; case 309: -#line 2663 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2664 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); XQUserFunction* decl=(yyvsp[(2) - (3)].functDecl); @@ -7537,28 +8003,36 @@ yyreduce: break; case 310: -#line 2669 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2670 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 311: -#line 2673 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2674 "../src/parser/XQParser.y" { QP->_flags.set(BIT_DECLARE_SECOND_STEP); } break; case 323: -#line 2705 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2706 "../src/parser/XQParser.y" { SET_NAMESPACE((yylsp[(3) - (5)]), (yyvsp[(3) - (5)].str), (yyvsp[(5) - (5)].str)); } break; case 324: -#line 2713 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2714 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_BOUNDARY_SPECIFIED, "boundary space", "XQST0068"); CONTEXT->setPreserveBoundarySpace(true); @@ -7566,7 +8040,9 @@ yyreduce: break; case 325: -#line 2718 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2719 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_BOUNDARY_SPECIFIED, "boundary space", "XQST0068"); CONTEXT->setPreserveBoundarySpace(false); @@ -7574,7 +8050,9 @@ yyreduce: break; case 326: -#line 2727 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2728 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (5)]), BIT_DEFAULTELEMENTNAMESPACE_SPECIFIED, "default element namespace", "XQST0066"); CONTEXT->setDefaultElementAndTypeNS((yyvsp[(5) - (5)].str)); @@ -7582,7 +8060,9 @@ yyreduce: break; case 327: -#line 2732 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2733 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (5)]), BIT_DEFAULTFUNCTIONNAMESPACE_SPECIFIED, "default function namespace", "XQST0066"); CONTEXT->setDefaultFuncNS((yyvsp[(5) - (5)].str)); @@ -7590,7 +8070,9 @@ yyreduce: break; case 328: -#line 2741 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2742 "../src/parser/XQParser.y" { // validate the QName QualifiedName qName((yyvsp[(3) - (4)].str)); @@ -7649,13 +8131,17 @@ yyreduce: break; case 329: -#line 2801 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2802 "../src/parser/XQParser.y" { } break; case 330: -#line 2808 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2809 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_ORDERING_SPECIFIED, "ordering mode", "XQST0065"); CONTEXT->setNodeSetOrdering(StaticContext::ORDERING_ORDERED); @@ -7663,7 +8149,9 @@ yyreduce: break; case 331: -#line 2813 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2814 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_ORDERING_SPECIFIED, "ordering mode", "XQST0065"); CONTEXT->setNodeSetOrdering(StaticContext::ORDERING_UNORDERED); @@ -7671,7 +8159,9 @@ yyreduce: break; case 332: -#line 2822 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2823 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (5)]), BIT_EMPTYORDERING_SPECIFIED, "empty ordering mode", "XQST0069"); CONTEXT->setDefaultFLWOROrderingMode(StaticContext::FLWOR_ORDER_EMPTY_GREATEST); @@ -7679,7 +8169,9 @@ yyreduce: break; case 333: -#line 2827 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2828 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (5)]), BIT_EMPTYORDERING_SPECIFIED, "empty ordering mode", "XQST0069"); CONTEXT->setDefaultFLWOROrderingMode(StaticContext::FLWOR_ORDER_EMPTY_LEAST); @@ -7687,7 +8179,9 @@ yyreduce: break; case 334: -#line 2836 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2837 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (5)]), BIT_COPYNAMESPACE_SPECIFIED, "copy namespace", "XQST0055"); CONTEXT->setPreserveNamespaces((yyvsp[(3) - (5)].boolean)); @@ -7696,35 +8190,45 @@ yyreduce: break; case 335: -#line 2846 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2847 "../src/parser/XQParser.y" { (yyval.boolean) = true; } break; case 336: -#line 2850 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2851 "../src/parser/XQParser.y" { (yyval.boolean) = false; } break; case 337: -#line 2858 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2859 "../src/parser/XQParser.y" { (yyval.boolean) = true; } break; case 338: -#line 2862 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2863 "../src/parser/XQParser.y" { (yyval.boolean) = false; } break; case 339: -#line 2870 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2871 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (4)]), BIT_COLLATION_SPECIFIED, "default collation", "XQST0038"); try { @@ -7739,7 +8243,9 @@ yyreduce: break; case 340: -#line 2886 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2887 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_BASEURI_SPECIFIED, "base URI", "XQST0032"); CONTEXT->setBaseURI((yyvsp[(3) - (3)].str)); @@ -7747,7 +8253,9 @@ yyreduce: break; case 341: -#line 2895 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2896 "../src/parser/XQParser.y" { if(XPath2Utils::equals((yyvsp[(3) - (5)].str), XMLUni::fgZeroLenString)) CONTEXT->setDefaultElementAndTypeNS((yyvsp[(4) - (5)].str)); @@ -7762,7 +8270,9 @@ yyreduce: break; case 342: -#line 2907 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2908 "../src/parser/XQParser.y" { LOCATION((yylsp[(1) - (4)]), loc); CONTEXT->addSchemaLocation((yyvsp[(3) - (4)].str), (yyvsp[(4) - (4)].stringList), &loc); @@ -7770,14 +8280,18 @@ yyreduce: break; case 343: -#line 2915 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2916 "../src/parser/XQParser.y" { (yyval.stringList) = NULL; } break; case 344: -#line 2919 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2920 "../src/parser/XQParser.y" { (yyval.stringList) = new (MEMMGR) VectorOfStrings(XQillaAllocator(MEMMGR)); (yyval.stringList)->push_back((yyvsp[(2) - (2)].str)); @@ -7785,7 +8299,9 @@ yyreduce: break; case 345: -#line 2924 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2925 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].stringList)->push_back((yyvsp[(3) - (3)].str)); (yyval.stringList) = (yyvsp[(1) - (3)].stringList); @@ -7793,21 +8309,27 @@ yyreduce: break; case 346: -#line 2933 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2934 "../src/parser/XQParser.y" { (yyval.str) = (yyvsp[(2) - (3)].str); } break; case 347: -#line 2937 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2938 "../src/parser/XQParser.y" { (yyval.str) = (XMLCh*)XMLUni::fgZeroLenString; } break; case 348: -#line 2945 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2946 "../src/parser/XQParser.y" { if(XMLString::stringLen((yyvsp[(6) - (7)].str))==0) yyerror((yylsp[(6) - (7)]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); @@ -7820,7 +8342,9 @@ yyreduce: break; case 349: -#line 2955 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2956 "../src/parser/XQParser.y" { if(XMLString::stringLen((yyvsp[(3) - (4)].str))==0) yyerror((yylsp[(3) - (4)]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); @@ -7831,28 +8355,36 @@ yyreduce: break; case 350: -#line 2967 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2968 "../src/parser/XQParser.y" { QP->_query->addVariable(WRAP((yylsp[(1) - (6)]), new (MEMMGR) XQGlobalVariable((yyvsp[(4) - (6)].str), (yyvsp[(5) - (6)].sequenceType), (yyvsp[(6) - (6)].astNode), MEMMGR))); } break; case 351: -#line 2974 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2975 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (2)].astNode); } break; case 352: -#line 2978 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2979 "../src/parser/XQParser.y" { (yyval.astNode) = NULL; } break; case 353: -#line 2986 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2987 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_CONSTRUCTION_SPECIFIED, "construction mode", "XQST0067"); CONTEXT->setConstructionMode(StaticContext::CONSTRUCTION_MODE_PRESERVE); @@ -7860,7 +8392,9 @@ yyreduce: break; case 354: -#line 2991 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 2992 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_CONSTRUCTION_SPECIFIED, "construction mode", "XQST0067"); CONTEXT->setConstructionMode(StaticContext::CONSTRUCTION_MODE_STRIP); @@ -7868,63 +8402,81 @@ yyreduce: break; case 355: -#line 3001 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3002 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (6)].str),(yyvsp[(5) - (6)].argSpecs),WRAP((yylsp[(6) - (6)]), (yyvsp[(6) - (6)].astNode)),NULL, (yyvsp[(2) - (6)].boolean), true, MEMMGR)); } break; case 356: -#line 3005 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3006 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (8)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (8)].str),(yyvsp[(5) - (8)].argSpecs),WRAP((yylsp[(8) - (8)]), (yyvsp[(8) - (8)].astNode)),(yyvsp[(7) - (8)].sequenceType), (yyvsp[(2) - (8)].boolean), true, MEMMGR)); } break; case 357: -#line 3009 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3010 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (6)].str),(yyvsp[(5) - (6)].argSpecs),NULL,NULL, (yyvsp[(2) - (6)].boolean), true, MEMMGR)); } break; case 358: -#line 3013 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3014 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (8)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (8)].str),(yyvsp[(5) - (8)].argSpecs),NULL,(yyvsp[(7) - (8)].sequenceType), (yyvsp[(2) - (8)].boolean), true, MEMMGR)); } break; case 359: -#line 3020 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3021 "../src/parser/XQParser.y" { (yyval.argSpecs) = NULL; } break; case 360: -#line 3024 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3025 "../src/parser/XQParser.y" { (yyval.argSpecs) = (yyvsp[(2) - (3)].argSpecs); } break; case 361: -#line 3030 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3031 "../src/parser/XQParser.y" { (yyval.boolean) = false; } break; case 362: -#line 3034 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3035 "../src/parser/XQParser.y" { (yyval.boolean) = true; } break; case 363: -#line 3042 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3043 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].argSpecs)->push_back((yyvsp[(3) - (3)].argSpec)); (yyval.argSpecs) = (yyvsp[(1) - (3)].argSpecs); @@ -7932,7 +8484,9 @@ yyreduce: break; case 364: -#line 3047 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3048 "../src/parser/XQParser.y" { XQUserFunction::ArgumentSpecs* paramList = new (MEMMGR) XQUserFunction::ArgumentSpecs(XQillaAllocator(MEMMGR)); paramList->push_back((yyvsp[(1) - (1)].argSpec)); @@ -7941,28 +8495,36 @@ yyreduce: break; case 365: -#line 3057 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3058 "../src/parser/XQParser.y" { (yyval.argSpec) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQUserFunction::ArgumentSpec((yyvsp[(2) - (3)].str), (yyvsp[(3) - (3)].sequenceType), MEMMGR)); } break; case 366: -#line 3065 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3066 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].astNode); } break; case 367: -#line 3069 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3070 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].astNode); } break; case 368: -#line 3077 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3078 "../src/parser/XQParser.y" { if(QP->_lexer->isUpdate()) { QP->_query->setQueryBody(WRAP((yylsp[(1) - (1)]), new (MEMMGR) UApplyUpdates((yyvsp[(1) - (1)].astNode), MEMMGR))); @@ -7974,7 +8536,9 @@ yyreduce: break; case 369: -#line 3090 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3091 "../src/parser/XQParser.y" { ASTNode* prevExpr=(yyvsp[(1) - (3)].astNode); if(prevExpr->getType()==ASTNode::SEQUENCE) @@ -7992,7 +8556,9 @@ yyreduce: break; case 383: -#line 3128 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3129 "../src/parser/XQParser.y" { // Add a ContextTuple at the start TupleNode *tmp = setLastAncestor((yyvsp[(1) - (3)].tupleNode), WRAP((yylsp[(1) - (3)]), new (MEMMGR) ContextTuple(MEMMGR))); @@ -8003,28 +8569,36 @@ yyreduce: break; case 384: -#line 3139 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3140 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(3) - (3)].tupleNode), setLastAncestor((yyvsp[(2) - (3)].tupleNode), (yyvsp[(1) - (3)].tupleNode))); } break; case 385: -#line 3143 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3144 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(2) - (2)].tupleNode), (yyvsp[(1) - (2)].tupleNode)); } break; case 386: -#line 3147 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3148 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(2) - (2)].tupleNode), (yyvsp[(1) - (2)].tupleNode)); } break; case 388: -#line 3155 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3156 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(FlworExprForLetList, (yylsp[(2) - (2)])); @@ -8033,7 +8607,9 @@ yyreduce: break; case 389: -#line 3161 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3162 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(FlworExprForLetList, (yylsp[(2) - (2)])); @@ -8042,21 +8618,27 @@ yyreduce: break; case 392: -#line 3174 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3175 "../src/parser/XQParser.y" { (yyval.tupleNode) = (yyvsp[(2) - (2)].tupleNode); } break; case 393: -#line 3181 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3182 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(3) - (3)].tupleNode), (yyvsp[(1) - (3)].tupleNode)); } break; case 395: -#line 3189 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3190 "../src/parser/XQParser.y" { // the SequenceType has been specified for each item of the sequence, but we can only apply to the // sequence itself, so allow it to match multiple matches @@ -8066,14 +8648,18 @@ yyreduce: break; case 396: -#line 3200 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3201 "../src/parser/XQParser.y" { (yyval.str) = NULL; } break; case 397: -#line 3204 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3205 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(PositionalVar, (yylsp[(1) - (3)])); @@ -8082,55 +8668,71 @@ yyreduce: break; case 398: -#line 3214 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3215 "../src/parser/XQParser.y" { (yyval.str) = NULL; } break; case 399: -#line 3218 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3219 "../src/parser/XQParser.y" { (yyval.str) = (yyvsp[(3) - (3)].str); } break; case 400: -#line 3228 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3229 "../src/parser/XQParser.y" { (yyval.tupleNode) = (yyvsp[(2) - (2)].tupleNode); } break; case 401: -#line 3235 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3236 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(3) - (3)].tupleNode), (yyvsp[(1) - (3)].tupleNode)); } break; case 403: -#line 3243 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3244 "../src/parser/XQParser.y" { (yyval.tupleNode) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) LetTuple(0, (yyvsp[(2) - (6)].str), WRAP((yylsp[(3) - (6)]), new (MEMMGR) XQTreatAs((yyvsp[(6) - (6)].astNode), (yyvsp[(3) - (6)].sequenceType), MEMMGR)), MEMMGR)); } break; case 404: -#line 3247 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3248 "../src/parser/XQParser.y" { } break; case 405: -#line 3254 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3255 "../src/parser/XQParser.y" { (yyval.tupleNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) WhereTuple(0, (yyvsp[(2) - (2)].astNode), MEMMGR)); } break; case 406: -#line 3262 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3263 "../src/parser/XQParser.y" { ((OrderByTuple*)getLastAncestor((yyvsp[(3) - (3)].tupleNode)))->setUnstable(); (yyval.tupleNode) = (yyvsp[(3) - (3)].tupleNode); @@ -8138,21 +8740,27 @@ yyreduce: break; case 407: -#line 3267 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3268 "../src/parser/XQParser.y" { (yyval.tupleNode) = (yyvsp[(4) - (4)].tupleNode); } break; case 408: -#line 3275 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3276 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(1) - (3)].tupleNode), (yyvsp[(3) - (3)].tupleNode)); } break; case 410: -#line 3285 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3286 "../src/parser/XQParser.y" { LOCATION((yylsp[(1) - (3)]), loc); Collation *collation = CONTEXT->getDefaultCollation(&loc); @@ -8162,7 +8770,9 @@ yyreduce: break; case 411: -#line 3292 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3293 "../src/parser/XQParser.y" { try { LOCATION((yylsp[(4) - (5)]), loc); @@ -8177,7 +8787,9 @@ yyreduce: break; case 412: -#line 3307 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3308 "../src/parser/XQParser.y" { SequenceType *zero_or_one = WRAP((yylsp[(1) - (1)]), new (MEMMGR) SequenceType(new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ANYTHING), @@ -8192,28 +8804,36 @@ yyreduce: break; case 413: -#line 3323 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3324 "../src/parser/XQParser.y" { (yyval.orderByModifier) = OrderByTuple::ASCENDING; } break; case 414: -#line 3327 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3328 "../src/parser/XQParser.y" { (yyval.orderByModifier) = OrderByTuple::ASCENDING; } break; case 415: -#line 3331 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3332 "../src/parser/XQParser.y" { (yyval.orderByModifier) = OrderByTuple::DESCENDING; } break; case 416: -#line 3338 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3339 "../src/parser/XQParser.y" { switch(CONTEXT->getDefaultFLWOROrderingMode()) { case StaticContext::FLWOR_ORDER_EMPTY_LEAST: @@ -8225,21 +8845,27 @@ yyreduce: break; case 417: -#line 3347 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3348 "../src/parser/XQParser.y" { (yyval.orderByModifier) = OrderByTuple::EMPTY_GREATEST; } break; case 418: -#line 3351 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3352 "../src/parser/XQParser.y" { (yyval.orderByModifier) = OrderByTuple::EMPTY_LEAST; } break; case 419: -#line 3360 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3361 "../src/parser/XQParser.y" { // Add a ContextTuple at the start TupleNode *tmp = setLastAncestor((yyvsp[(2) - (4)].tupleNode), WRAP((yylsp[(1) - (4)]), new (MEMMGR) ContextTuple(MEMMGR))); @@ -8250,7 +8876,9 @@ yyreduce: break; case 420: -#line 3368 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3369 "../src/parser/XQParser.y" { // Add a ContextTuple at the start TupleNode *tmp = setLastAncestor((yyvsp[(2) - (4)].tupleNode), WRAP((yylsp[(1) - (4)]), new (MEMMGR) ContextTuple(MEMMGR))); @@ -8261,14 +8889,18 @@ yyreduce: break; case 421: -#line 3379 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3380 "../src/parser/XQParser.y" { (yyval.tupleNode) = setLastAncestor((yyvsp[(3) - (3)].tupleNode), (yyvsp[(1) - (3)].tupleNode)); } break; case 423: -#line 3387 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3388 "../src/parser/XQParser.y" { // the SequenceType has been specified for each item of the sequence, but we can only apply to the // sequence itself, so allow it to match multiple matches @@ -8278,14 +8910,18 @@ yyreduce: break; case 424: -#line 3398 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3399 "../src/parser/XQParser.y" { (yyval.astNode) = new (MEMMGR) XQTypeswitch( WRAP((yylsp[(1) - (6)]), (yyvsp[(3) - (6)].astNode)), (yyvsp[(5) - (6)].caseClauses), (yyvsp[(6) - (6)].caseClause), MEMMGR); } break; case 425: -#line 3405 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3406 "../src/parser/XQParser.y" { (yyvsp[(1) - (2)].caseClauses)->push_back((yyvsp[(2) - (2)].caseClause)); (yyval.caseClauses)=(yyvsp[(1) - (2)].caseClauses); @@ -8293,7 +8929,9 @@ yyreduce: break; case 426: -#line 3410 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3411 "../src/parser/XQParser.y" { (yyval.caseClauses)=new (MEMMGR) XQTypeswitch::Cases(XQillaAllocator(MEMMGR)); (yyval.caseClauses)->push_back((yyvsp[(1) - (1)].caseClause)); @@ -8301,42 +8939,54 @@ yyreduce: break; case 427: -#line 3418 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3419 "../src/parser/XQParser.y" { (yyval.caseClause) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQTypeswitch::Case((yyvsp[(3) - (5)].str), NULL, (yyvsp[(5) - (5)].astNode))); } break; case 428: -#line 3422 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3423 "../src/parser/XQParser.y" { (yyval.caseClause) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQTypeswitch::Case(NULL, NULL, (yyvsp[(3) - (3)].astNode))); } break; case 429: -#line 3430 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3431 "../src/parser/XQParser.y" { (yyval.caseClause) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQTypeswitch::Case(NULL, (yyvsp[(2) - (4)].sequenceType), (yyvsp[(4) - (4)].astNode))); } break; case 430: -#line 3434 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3435 "../src/parser/XQParser.y" { (yyval.caseClause) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQTypeswitch::Case((yyvsp[(3) - (7)].str), (yyvsp[(5) - (7)].sequenceType), (yyvsp[(7) - (7)].astNode))); } break; case 431: -#line 3442 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3443 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (8)]), new (MEMMGR) XQIf((yyvsp[(3) - (8)].astNode), (yyvsp[(6) - (8)].astNode), (yyvsp[(8) - (8)].astNode), MEMMGR)); } break; case 432: -#line 3450 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3451 "../src/parser/XQParser.y" { if((yyvsp[(1) - (3)].astNode)->getType() == ASTNode::OPERATOR && ((XQOperator*)(yyvsp[(1) - (3)].astNode))->getOperatorName() == Or::name) { ((Or*)(yyvsp[(1) - (3)].astNode))->addArgument((yyvsp[(3) - (3)].astNode)); @@ -8348,7 +8998,9 @@ yyreduce: break; case 434: -#line 3464 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3465 "../src/parser/XQParser.y" { if((yyvsp[(1) - (3)].astNode)->getType()==ASTNode::OPERATOR && ((XQOperator*)(yyvsp[(1) - (3)].astNode))->getOperatorName() == And::name) { ((And*)(yyvsp[(1) - (3)].astNode))->addArgument((yyvsp[(3) - (3)].astNode)); @@ -8360,215 +9012,277 @@ yyreduce: break; case 436: -#line 3483 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3484 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GeneralComp(GeneralComp::EQUAL,packageArgs((yyvsp[(1) - (3)].astNode),(yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 437: -#line 3487 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3488 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GeneralComp(GeneralComp::NOT_EQUAL,packageArgs((yyvsp[(1) - (3)].astNode),(yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 438: -#line 3490 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3491 "../src/parser/XQParser.y" { /* Careful! */ QP->_lexer->undoLessThan(); } break; case 439: -#line 3491 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3492 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) GeneralComp(GeneralComp::LESS_THAN,packageArgs((yyvsp[(1) - (4)].astNode),(yyvsp[(4) - (4)].astNode), MEMMGR),MEMMGR)); } break; case 440: -#line 3495 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3496 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GeneralComp(GeneralComp::LESS_THAN_EQUAL,packageArgs((yyvsp[(1) - (3)].astNode),(yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 441: -#line 3499 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3500 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GeneralComp(GeneralComp::GREATER_THAN,packageArgs((yyvsp[(1) - (3)].astNode),(yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 442: -#line 3503 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3504 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GeneralComp(GeneralComp::GREATER_THAN_EQUAL,packageArgs((yyvsp[(1) - (3)].astNode),(yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 443: -#line 3507 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3508 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Equals(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 444: -#line 3511 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3512 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) NotEquals(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 445: -#line 3515 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3516 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) LessThan(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 446: -#line 3519 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3520 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) LessThanEqual(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 447: -#line 3523 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3524 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GreaterThan(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 448: -#line 3527 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3528 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) GreaterThanEqual(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 449: -#line 3531 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3532 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) NodeComparison(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR), MEMMGR)); } break; case 450: -#line 3535 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3536 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) OrderComparison(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR), true, MEMMGR)); } break; case 451: -#line 3539 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3540 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) OrderComparison(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR), false,MEMMGR)); } break; case 453: -#line 3548 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3549 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) FTContains((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].ftselection), NULL, MEMMGR)); } break; case 454: -#line 3552 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3553 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) FTContains((yyvsp[(1) - (4)].astNode), (yyvsp[(3) - (4)].ftselection), (yyvsp[(4) - (4)].astNode), MEMMGR)); } break; case 456: -#line 3561 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3562 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Range(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 458: -#line 3570 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3571 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Plus(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 459: -#line 3574 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3575 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Minus(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 461: -#line 3583 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3584 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Multiply(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 462: -#line 3587 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3588 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Divide(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 463: -#line 3591 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3592 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) IntegerDivide(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 464: -#line 3595 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3596 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Mod(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 466: -#line 3604 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3605 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Union(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 467: -#line 3608 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3609 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Union(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 469: -#line 3617 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3618 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Intersect(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 470: -#line 3621 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3622 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) Except(packageArgs((yyvsp[(1) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR),MEMMGR)); } break; case 472: -#line 3630 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3631 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) XQInstanceOf((yyvsp[(1) - (4)].astNode),(yyvsp[(4) - (4)].sequenceType),MEMMGR)); } break; case 474: -#line 3639 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3640 "../src/parser/XQParser.y" { XQTreatAs* treatAs = new (MEMMGR) XQTreatAs((yyvsp[(1) - (4)].astNode),(yyvsp[(4) - (4)].sequenceType),MEMMGR, XQTreatAs::err_XPDY0050); (yyval.astNode) = WRAP((yylsp[(2) - (4)]), treatAs); @@ -8576,21 +9290,27 @@ yyreduce: break; case 476: -#line 3649 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3650 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) XQCastableAs((yyvsp[(1) - (4)].astNode),(yyvsp[(4) - (4)].sequenceType),MEMMGR)); } break; case 478: -#line 3658 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3659 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQCastAs((yyvsp[(1) - (4)].astNode),(yyvsp[(4) - (4)].sequenceType),MEMMGR)); } break; case 480: -#line 3667 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3668 "../src/parser/XQParser.y" { VectorOfASTNodes args(XQillaAllocator(MEMMGR)); args.push_back((yyvsp[(2) - (2)].astNode)); @@ -8599,7 +9319,9 @@ yyreduce: break; case 481: -#line 3673 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3674 "../src/parser/XQParser.y" { VectorOfASTNodes args(XQillaAllocator(MEMMGR)); args.push_back((yyvsp[(2) - (2)].astNode)); @@ -8608,28 +9330,36 @@ yyreduce: break; case 486: -#line 3694 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3695 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQValidate((yyvsp[(3) - (4)].astNode),DocumentCache::VALIDATION_STRICT,MEMMGR)); } break; case 487: -#line 3698 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3699 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQValidate((yyvsp[(4) - (5)].astNode),DocumentCache::VALIDATION_LAX,MEMMGR)); } break; case 488: -#line 3702 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3703 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQValidate((yyvsp[(4) - (5)].astNode),DocumentCache::VALIDATION_STRICT,MEMMGR)); } break; case 489: -#line 3710 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3711 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(ExtensionExpr, (yylsp[(1) - (3)])); @@ -8639,7 +9369,9 @@ yyreduce: break; case 490: -#line 3717 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3718 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(ExtensionExpr, (yylsp[(1) - (4)])); @@ -8649,7 +9381,9 @@ yyreduce: break; case 493: -#line 3730 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3731 "../src/parser/XQParser.y" { // validate the QName QualifiedName qName((yyvsp[(3) - (4)].str)); @@ -8668,14 +9402,18 @@ yyreduce: break; case 495: -#line 3751 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3752 "../src/parser/XQParser.y" { (yyval.str) = (yyvsp[(2) - (2)].str); } break; case 497: -#line 3760 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3761 "../src/parser/XQParser.y" { XQNav *nav = GET_NAVIGATION((yylsp[(1) - (2)]), (yyvsp[(1) - (2)].astNode)); nav->addStep((yyvsp[(2) - (2)].astNode)); @@ -8684,7 +9422,9 @@ yyreduce: break; case 498: -#line 3766 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3767 "../src/parser/XQParser.y" { XQNav *nav = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQNav(MEMMGR)); @@ -8708,7 +9448,9 @@ yyreduce: break; case 500: -#line 3791 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3792 "../src/parser/XQParser.y" { VectorOfASTNodes args(XQillaAllocator(MEMMGR)); FunctionRoot *root = WRAP((yylsp[(1) - (1)]), new (MEMMGR) FunctionRoot(args, MEMMGR)); @@ -8721,7 +9463,9 @@ yyreduce: break; case 501: -#line 3805 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3806 "../src/parser/XQParser.y" { XQNav *nav = GET_NAVIGATION((yylsp[(1) - (3)]), (yyvsp[(1) - (3)].astNode)); nav->addStep((yyvsp[(3) - (3)].astNode)); @@ -8730,7 +9474,9 @@ yyreduce: break; case 502: -#line 3811 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3812 "../src/parser/XQParser.y" { XQNav *nav = GET_NAVIGATION((yylsp[(1) - (3)]), (yyvsp[(1) - (3)].astNode)); @@ -8746,14 +9492,18 @@ yyreduce: break; case 506: -#line 3832 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3833 "../src/parser/XQParser.y" { (yyval.astNode) = XQPredicate::addPredicates((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].predicates)); } break; case 507: -#line 3836 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3837 "../src/parser/XQParser.y" { (yyval.astNode) = XQPredicate::addReversePredicates((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].predicates)); (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQDocumentOrder((yyval.astNode), MEMMGR)); @@ -8761,7 +9511,9 @@ yyreduce: break; case 508: -#line 3845 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3846 "../src/parser/XQParser.y" { if(!(yyvsp[(2) - (2)].nodeTest)->isNodeTypeSet()) { switch((yyvsp[(1) - (2)].axis)) { @@ -8776,63 +9528,81 @@ yyreduce: break; case 510: -#line 3868 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3869 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::CHILD; } break; case 511: -#line 3872 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3873 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::DESCENDANT; } break; case 512: -#line 3876 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3877 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::ATTRIBUTE; } break; case 513: -#line 3880 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3881 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::SELF; } break; case 514: -#line 3884 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3885 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::DESCENDANT_OR_SELF; } break; case 515: -#line 3888 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3889 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::FOLLOWING_SIBLING; } break; case 516: -#line 3892 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3893 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::FOLLOWING; } break; case 517: -#line 3896 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3897 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::NAMESPACE; } break; case 518: -#line 3904 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3905 "../src/parser/XQParser.y" { if(!(yyvsp[(2) - (2)].nodeTest)->isNodeTypeSet()) { (yyvsp[(2) - (2)].nodeTest)->setNodeType(Node::attribute_string); @@ -8843,7 +9613,9 @@ yyreduce: break; case 519: -#line 3912 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3913 "../src/parser/XQParser.y" { XQStep::Axis axis = XQStep::CHILD; SequenceType::ItemType *itemtype = (yyvsp[(1) - (1)].nodeTest)->getItemType(); @@ -8859,7 +9631,9 @@ yyreduce: break; case 520: -#line 3929 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3930 "../src/parser/XQParser.y" { if(!(yyvsp[(2) - (2)].nodeTest)->isNodeTypeSet()) { (yyvsp[(2) - (2)].nodeTest)->setNodeType(Node::element_string); @@ -8870,42 +9644,54 @@ yyreduce: break; case 522: -#line 3946 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3947 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::PARENT; } break; case 523: -#line 3950 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3951 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::ANCESTOR; } break; case 524: -#line 3954 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3955 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::PRECEDING_SIBLING; } break; case 525: -#line 3958 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3959 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::PRECEDING; } break; case 526: -#line 3962 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3963 "../src/parser/XQParser.y" { (yyval.axis) = XQStep::ANCESTOR_OR_SELF; } break; case 527: -#line 3970 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3971 "../src/parser/XQParser.y" { NodeTest *step = new (MEMMGR) NodeTest(); step->setNameWildcard(); @@ -8916,7 +9702,9 @@ yyreduce: break; case 528: -#line 3982 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3983 "../src/parser/XQParser.y" { (yyval.nodeTest) = new (MEMMGR) NodeTest(); (yyval.nodeTest)->setItemType((yyvsp[(1) - (1)].itemType)); @@ -8924,7 +9712,9 @@ yyreduce: break; case 530: -#line 3992 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 3993 "../src/parser/XQParser.y" { NodeTest *step = new (MEMMGR) NodeTest(); step->setNodePrefix((yyvsp[(1) - (1)].qName)->getPrefix()); @@ -8934,7 +9724,9 @@ yyreduce: break; case 532: -#line 4004 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4005 "../src/parser/XQParser.y" { NodeTest *step = new (MEMMGR) NodeTest(); step->setNameWildcard(); @@ -8944,7 +9736,9 @@ yyreduce: break; case 533: -#line 4011 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4012 "../src/parser/XQParser.y" { NodeTest *step = new (MEMMGR) NodeTest(); step->setNodePrefix((yyvsp[(1) - (1)].str)); @@ -8954,7 +9748,9 @@ yyreduce: break; case 534: -#line 4018 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4019 "../src/parser/XQParser.y" { NodeTest *step = new (MEMMGR) NodeTest(); step->setNodeName((yyvsp[(1) - (1)].str)); @@ -8964,21 +9760,27 @@ yyreduce: break; case 535: -#line 4029 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4030 "../src/parser/XQParser.y" { (yyval.astNode) = XQPredicate::addPredicates((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].predicates)); } break; case 536: -#line 4038 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4039 "../src/parser/XQParser.y" { (yyval.predicates) = new (MEMMGR) VectorOfPredicates(MEMMGR); } break; case 537: -#line 4042 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4043 "../src/parser/XQParser.y" { XQPredicate *pred = WRAP((yylsp[(2) - (4)]), new (MEMMGR) XQPredicate((yyvsp[(3) - (4)].astNode), MEMMGR)); (yyvsp[(1) - (4)].predicates)->push_back(pred); @@ -8987,35 +9789,45 @@ yyreduce: break; case 553: -#line 4073 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4074 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQVariable((yyvsp[(2) - (2)].str), MEMMGR)); } break; case 555: -#line 4084 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4085 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].astNode); } break; case 556: -#line 4088 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4089 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQSequence(MEMMGR)); } break; case 557: -#line 4096 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4097 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQContextItem(MEMMGR)); } break; case 558: -#line 4104 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4105 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(OrderedExpr, (yylsp[(1) - (4)])); @@ -9024,7 +9836,9 @@ yyreduce: break; case 559: -#line 4114 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4115 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(UnorderedExpr, (yylsp[(1) - (4)])); @@ -9033,21 +9847,27 @@ yyreduce: break; case 560: -#line 4124 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4125 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQFunctionCall((yyvsp[(1) - (3)].str), NULL, MEMMGR)); } break; case 561: -#line 4128 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4129 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQFunctionCall((yyvsp[(1) - (4)].str), (yyvsp[(3) - (4)].itemList), MEMMGR)); } break; case 562: -#line 4135 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4136 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].itemList)->push_back((yyvsp[(3) - (3)].astNode)); (yyval.itemList) = (yyvsp[(1) - (3)].itemList); @@ -9055,7 +9875,9 @@ yyreduce: break; case 563: -#line 4140 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4141 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); (yyval.itemList)->push_back((yyvsp[(1) - (1)].astNode)); @@ -9063,51 +9885,63 @@ yyreduce: break; case 564: -#line 4149 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4150 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(Constructor, (yylsp[(1) - (1)])); } break; case 565: -#line 4153 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4154 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(Constructor, (yylsp[(1) - (1)])); } break; case 569: -#line 4166 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4167 "../src/parser/XQParser.y" { VectorOfASTNodes* content = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); - ASTNode *name = WRAP((yylsp[(2) - (5)]), new (MEMMGR) XQDirectName((yyvsp[(2) - (5)].str), /*isAttr*/false, MEMMGR)); + ASTNode *name = WRAP((yylsp[(2) - (5)]), new (MEMMGR) XQDirectName((yyvsp[(2) - (5)].str), /*useDefaultNamespace*/true, MEMMGR)); (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQElementConstructor(name, (yyvsp[(3) - (5)].itemList), content, MEMMGR)); } break; case 570: -#line 4172 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4173 "../src/parser/XQParser.y" { if(!XPath2Utils::equals((yyvsp[(2) - (10)].str), (yyvsp[(8) - (10)].str))) yyerror((yylsp[(7) - (10)]), "Close tag does not match open tag"); - ASTNode *name = WRAP((yylsp[(2) - (10)]), new (MEMMGR) XQDirectName((yyvsp[(2) - (10)].str), /*isAttr*/false, MEMMGR)); + ASTNode *name = WRAP((yylsp[(2) - (10)]), new (MEMMGR) XQDirectName((yyvsp[(2) - (10)].str), /*useDefaultNamespace*/true, MEMMGR)); (yyval.astNode) = WRAP((yylsp[(1) - (10)]), new (MEMMGR) XQElementConstructor(name, (yyvsp[(3) - (10)].itemList), (yyvsp[(6) - (10)].itemList), MEMMGR)); } break; case 573: -#line 4185 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4186 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 574: -#line 4189 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4190 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (7)].itemList); - ASTNode *name = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQDirectName((yyvsp[(3) - (7)].str), /*isAttr*/true, MEMMGR)); + ASTNode *name = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQDirectName((yyvsp[(3) - (7)].str), /*useDefaultNamespace*/false, MEMMGR)); ASTNode *attrItem = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQAttributeConstructor(name, (yyvsp[(7) - (7)].itemList),MEMMGR)); (yyval.itemList)->push_back(attrItem); @@ -9115,11 +9949,13 @@ yyreduce: break; case 575: -#line 4198 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4199 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (7)].itemList); - ASTNode *name = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQDirectName((yyvsp[(3) - (7)].str), /*isAttr*/true, MEMMGR)); + ASTNode *name = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQDirectName((yyvsp[(3) - (7)].str), /*useDefaultNamespace*/false, MEMMGR)); ASTNode *attrItem = WRAP((yylsp[(3) - (7)]), new (MEMMGR) XQAttributeConstructor(name, (yyvsp[(7) - (7)].itemList),MEMMGR)); (yyval.itemList)->insert((yyval.itemList)->begin(), attrItem); @@ -9127,42 +9963,54 @@ yyreduce: break; case 578: -#line 4214 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4215 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(2) - (3)].itemList); } break; case 579: -#line 4218 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4219 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(2) - (3)].itemList); } break; case 580: -#line 4225 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4226 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(2) - (3)].itemList); } break; case 581: -#line 4229 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4230 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(2) - (3)].itemList); } break; case 582: -#line 4239 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4240 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 583: -#line 4243 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4244 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back((yyvsp[(2) - (2)].astNode)); @@ -9170,7 +10018,9 @@ yyreduce: break; case 584: -#line 4248 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4249 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9180,21 +10030,27 @@ yyreduce: break; case 585: -#line 4258 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4259 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 586: -#line 4262 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4263 "../src/parser/XQParser.y" { yyerror((yylsp[(2) - (2)]), "Namespace URI of a namespace declaration must be a literal [err:XQST0022]"); } break; case 587: -#line 4266 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4267 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9204,14 +10060,18 @@ yyreduce: break; case 588: -#line 4279 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4280 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 589: -#line 4283 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4284 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back((yyvsp[(2) - (2)].astNode)); @@ -9219,7 +10079,9 @@ yyreduce: break; case 590: -#line 4288 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4289 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9229,21 +10091,27 @@ yyreduce: break; case 591: -#line 4298 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4299 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 592: -#line 4302 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4303 "../src/parser/XQParser.y" { yyerror((yylsp[(2) - (2)]), "Namespace URI of a namespace declaration must be a literal [err:XQST0022]"); } break; case 593: -#line 4306 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4307 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9253,14 +10121,18 @@ yyreduce: break; case 594: -#line 4323 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4324 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 595: -#line 4327 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4328 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back((yyvsp[(2) - (2)].astNode)); @@ -9268,7 +10140,9 @@ yyreduce: break; case 596: -#line 4332 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4333 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back((yyvsp[(2) - (2)].astNode)); @@ -9276,7 +10150,9 @@ yyreduce: break; case 597: -#line 4337 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4338 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); (yyval.itemList)->push_back(WRAP((yylsp[(2) - (2)]), new (MEMMGR) XQLiteral(SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9286,7 +10162,9 @@ yyreduce: break; case 598: -#line 4344 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4345 "../src/parser/XQParser.y" { (yyval.itemList) = (yyvsp[(1) - (2)].itemList); if(CONTEXT->getPreserveBoundarySpace()) { @@ -9298,7 +10176,9 @@ yyreduce: break; case 599: -#line 4357 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4358 "../src/parser/XQParser.y" { ASTNode *value = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9310,14 +10190,18 @@ yyreduce: break; case 600: -#line 4370 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4371 "../src/parser/XQParser.y" { (yyval.str) = (XMLCh*)XMLUni::fgZeroLenString; } break; case 602: -#line 4379 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4380 "../src/parser/XQParser.y" { ASTNode *value = WRAP((yylsp[(3) - (3)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -9335,21 +10219,27 @@ yyreduce: break; case 604: -#line 4399 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4400 "../src/parser/XQParser.y" { (yyval.str) = (yyvsp[(2) - (2)].str); } break; case 611: -#line 4422 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4423 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQDocumentConstructor((yyvsp[(3) - (4)].astNode), MEMMGR)); } break; case 612: -#line 4430 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4431 "../src/parser/XQParser.y" { VectorOfASTNodes* empty = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQElementConstructor((yyvsp[(2) - (3)].astNode), empty, (yyvsp[(3) - (3)].itemList), MEMMGR)); @@ -9357,28 +10247,36 @@ yyreduce: break; case 613: -#line 4438 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4439 "../src/parser/XQParser.y" { - (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQDirectName((yyvsp[(1) - (1)].str), /*isAttr*/false, MEMMGR)); + (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQDirectName((yyvsp[(1) - (1)].str), /*useDefaultNamespace*/true, MEMMGR)); } break; case 614: -#line 4442 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4443 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].astNode); } break; case 615: -#line 4450 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4451 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); } break; case 616: -#line 4454 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4455 "../src/parser/XQParser.y" { (yyval.itemList) = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); (yyval.itemList)->push_back((yyvsp[(2) - (3)].astNode)); @@ -9386,35 +10284,63 @@ yyreduce: break; case 617: -#line 4463 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4464 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQAttributeConstructor((yyvsp[(2) - (3)].astNode), (yyvsp[(3) - (3)].itemList), MEMMGR)); } break; case 618: + +/* Line 1455 of yacc.c */ #line 4471 "../src/parser/XQParser.y" + { + (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQDirectName((yyvsp[(1) - (1)].str), /*useDefaultNamespace*/false, MEMMGR)); + } + break; + + case 619: + +/* Line 1455 of yacc.c */ +#line 4475 "../src/parser/XQParser.y" + { + (yyval.astNode) = (yyvsp[(2) - (3)].astNode); + } + break; + + case 620: + +/* Line 1455 of yacc.c */ +#line 4483 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQTextConstructor((yyvsp[(3) - (4)].astNode), MEMMGR)); } break; - case 619: -#line 4479 "../src/parser/XQParser.y" + case 621: + +/* Line 1455 of yacc.c */ +#line 4491 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQCommentConstructor((yyvsp[(3) - (4)].astNode), MEMMGR)); } break; - case 620: -#line 4487 "../src/parser/XQParser.y" + case 622: + +/* Line 1455 of yacc.c */ +#line 4499 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQPIConstructor((yyvsp[(2) - (3)].astNode), (yyvsp[(3) - (3)].astNode), MEMMGR)); } break; - case 621: -#line 4494 "../src/parser/XQParser.y" + case 623: + +/* Line 1455 of yacc.c */ +#line 4506 "../src/parser/XQParser.y" { // Check for a colon for(XMLCh *tmp = (yyvsp[(1) - (1)].str); *tmp; ++tmp) @@ -9426,29 +10352,37 @@ yyreduce: } break; - case 622: -#line 4504 "../src/parser/XQParser.y" - { - (yyval.astNode) = (yyvsp[(2) - (3)].astNode); - } - break; - - case 623: -#line 4511 "../src/parser/XQParser.y" - { - (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQSequence(MEMMGR)); - } - break; - case 624: -#line 4515 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 4516 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(2) - (3)].astNode); } break; case 625: + +/* Line 1455 of yacc.c */ #line 4523 "../src/parser/XQParser.y" + { + (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) XQSequence(MEMMGR)); + } + break; + + case 626: + +/* Line 1455 of yacc.c */ +#line 4527 "../src/parser/XQParser.y" + { + (yyval.astNode) = (yyvsp[(2) - (3)].astNode); + } + break; + + case 627: + +/* Line 1455 of yacc.c */ +#line 4535 "../src/parser/XQParser.y" { SequenceType* seq = WRAP((yylsp[(1) - (2)]), new (MEMMGR) SequenceType()); seq->setItemType(new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ATOMIC_TYPE, NULL, (yyvsp[(1) - (2)].qName))); @@ -9457,29 +10391,37 @@ yyreduce: } break; - case 626: -#line 4533 "../src/parser/XQParser.y" + case 628: + +/* Line 1455 of yacc.c */ +#line 4545 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::EXACTLY_ONE; } break; - case 627: -#line 4537 "../src/parser/XQParser.y" + case 629: + +/* Line 1455 of yacc.c */ +#line 4549 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::QUESTION_MARK; } break; - case 628: -#line 4545 "../src/parser/XQParser.y" + case 630: + +/* Line 1455 of yacc.c */ +#line 4557 "../src/parser/XQParser.y" { (yyval.sequenceType) = WRAP((yyloc), new (MEMMGR) SequenceType(new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ANYTHING), SequenceType::STAR)); } break; - case 629: -#line 4549 "../src/parser/XQParser.y" + case 631: + +/* Line 1455 of yacc.c */ +#line 4561 "../src/parser/XQParser.y" { REJECT_NOT_XQUERY(TypeDeclaration, (yylsp[(1) - (2)])); @@ -9487,8 +10429,10 @@ yyreduce: } break; - case 630: -#line 4559 "../src/parser/XQParser.y" + case 632: + +/* Line 1455 of yacc.c */ +#line 4571 "../src/parser/XQParser.y" { SequenceType* seq = WRAP((yylsp[(1) - (2)]), new (MEMMGR) SequenceType()); seq->setItemType((yyvsp[(1) - (2)].itemType)); @@ -9497,192 +10441,248 @@ yyreduce: } break; - case 631: -#line 4566 "../src/parser/XQParser.y" + case 633: + +/* Line 1455 of yacc.c */ +#line 4578 "../src/parser/XQParser.y" { (yyval.sequenceType) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) SequenceType()); } break; - case 632: -#line 4575 "../src/parser/XQParser.y" + case 634: + +/* Line 1455 of yacc.c */ +#line 4587 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::EXACTLY_ONE; } break; - case 633: -#line 4577 "../src/parser/XQParser.y" + case 635: + +/* Line 1455 of yacc.c */ +#line 4589 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::STAR; } break; - case 634: -#line 4579 "../src/parser/XQParser.y" + case 636: + +/* Line 1455 of yacc.c */ +#line 4591 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::PLUS; } break; - case 635: -#line 4581 "../src/parser/XQParser.y" + case 637: + +/* Line 1455 of yacc.c */ +#line 4593 "../src/parser/XQParser.y" { (yyval.occurrence) = SequenceType::QUESTION_MARK; } break; - case 636: -#line 4587 "../src/parser/XQParser.y" + case 638: + +/* Line 1455 of yacc.c */ +#line 4599 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ATOMIC_TYPE, NULL, (yyvsp[(1) - (1)].qName)); } break; - case 637: -#line 4591 "../src/parser/XQParser.y" + case 639: + +/* Line 1455 of yacc.c */ +#line 4603 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ANYTHING); } break; - case 651: -#line 4626 "../src/parser/XQParser.y" + case 653: + +/* Line 1455 of yacc.c */ +#line 4638 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_NODE); } break; - case 652: -#line 4634 "../src/parser/XQParser.y" + case 654: + +/* Line 1455 of yacc.c */ +#line 4646 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_DOCUMENT); } break; - case 653: -#line 4638 "../src/parser/XQParser.y" + case 655: + +/* Line 1455 of yacc.c */ +#line 4650 "../src/parser/XQParser.y" { (yyval.itemType) = (yyvsp[(3) - (4)].itemType); (yyval.itemType)->setItemTestType(SequenceType::ItemType::TEST_DOCUMENT); } break; - case 654: -#line 4643 "../src/parser/XQParser.y" + case 656: + +/* Line 1455 of yacc.c */ +#line 4655 "../src/parser/XQParser.y" { (yyval.itemType) = (yyvsp[(3) - (4)].itemType); (yyval.itemType)->setItemTestType(SequenceType::ItemType::TEST_SCHEMA_DOCUMENT); } break; - case 655: -#line 4652 "../src/parser/XQParser.y" + case 657: + +/* Line 1455 of yacc.c */ +#line 4664 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_TEXT); } break; - case 656: -#line 4660 "../src/parser/XQParser.y" + case 658: + +/* Line 1455 of yacc.c */ +#line 4672 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_COMMENT); } break; - case 657: -#line 4668 "../src/parser/XQParser.y" + case 659: + +/* Line 1455 of yacc.c */ +#line 4680 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_PI); } break; - case 658: -#line 4672 "../src/parser/XQParser.y" - { - (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_PI, new (MEMMGR) QualifiedName((yyvsp[(3) - (4)].str), MEMMGR)); - } - break; - - case 659: -#line 4676 "../src/parser/XQParser.y" - { - (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_PI, new (MEMMGR) QualifiedName((yyvsp[(3) - (4)].str), MEMMGR)); - } - break; - case 660: + +/* Line 1455 of yacc.c */ #line 4684 "../src/parser/XQParser.y" + { + (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_PI, new (MEMMGR) QualifiedName((yyvsp[(3) - (4)].str), MEMMGR)); + } + break; + + case 661: + +/* Line 1455 of yacc.c */ +#line 4688 "../src/parser/XQParser.y" + { + (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_PI, new (MEMMGR) QualifiedName((yyvsp[(3) - (4)].str), MEMMGR)); + } + break; + + case 662: + +/* Line 1455 of yacc.c */ +#line 4696 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ATTRIBUTE); } break; - case 661: -#line 4688 "../src/parser/XQParser.y" + case 663: + +/* Line 1455 of yacc.c */ +#line 4700 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ATTRIBUTE,(yyvsp[(3) - (4)].qName)); } break; - case 662: -#line 4692 "../src/parser/XQParser.y" + case 664: + +/* Line 1455 of yacc.c */ +#line 4704 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ATTRIBUTE,(yyvsp[(3) - (6)].qName),(yyvsp[(5) - (6)].qName)); } break; - case 664: -#line 4701 "../src/parser/XQParser.y" + case 666: + +/* Line 1455 of yacc.c */ +#line 4713 "../src/parser/XQParser.y" { (yyval.qName) = NULL; } break; - case 665: -#line 4709 "../src/parser/XQParser.y" + case 667: + +/* Line 1455 of yacc.c */ +#line 4721 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_SCHEMA_ATTRIBUTE,(yyvsp[(3) - (4)].qName)); } break; - case 667: -#line 4722 "../src/parser/XQParser.y" + case 669: + +/* Line 1455 of yacc.c */ +#line 4734 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT); } break; - case 668: -#line 4726 "../src/parser/XQParser.y" + case 670: + +/* Line 1455 of yacc.c */ +#line 4738 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT,(yyvsp[(3) - (4)].qName)); } break; - case 669: -#line 4730 "../src/parser/XQParser.y" + case 671: + +/* Line 1455 of yacc.c */ +#line 4742 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT,(yyvsp[(3) - (6)].qName),(yyvsp[(5) - (6)].qName)); } break; - case 670: -#line 4734 "../src/parser/XQParser.y" + case 672: + +/* Line 1455 of yacc.c */ +#line 4746 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT,(yyvsp[(3) - (7)].qName),(yyvsp[(5) - (7)].qName)); (yyval.itemType)->setAllowNilled(true); } break; - case 672: -#line 4744 "../src/parser/XQParser.y" + case 674: + +/* Line 1455 of yacc.c */ +#line 4756 "../src/parser/XQParser.y" { (yyval.qName) = NULL; } break; - case 673: -#line 4752 "../src/parser/XQParser.y" + case 675: + +/* Line 1455 of yacc.c */ +#line 4764 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_SCHEMA_ELEMENT,(yyvsp[(3) - (4)].qName)); } break; - case 678: -#line 4772 "../src/parser/XQParser.y" + case 680: + +/* Line 1455 of yacc.c */ +#line 4784 "../src/parser/XQParser.y" { // the string must be whitespace-normalized XMLString::collapseWS((yyvsp[(1) - (1)].str), MEMMGR); @@ -9692,8 +10692,10 @@ yyreduce: } break; - case 679: -#line 4784 "../src/parser/XQParser.y" + case 681: + +/* Line 1455 of yacc.c */ +#line 4796 "../src/parser/XQParser.y" { // TBD FTSelectionOptions and weight (yyval.ftselection) = (yyvsp[(1) - (4)].ftselection); @@ -9707,8 +10709,10 @@ yyreduce: } break; - case 680: -#line 4796 "../src/parser/XQParser.y" + case 682: + +/* Line 1455 of yacc.c */ +#line 4808 "../src/parser/XQParser.y" { (yyval.ftselection) = (yyvsp[(1) - (2)].ftselection); @@ -9722,22 +10726,28 @@ yyreduce: } break; - case 681: -#line 4811 "../src/parser/XQParser.y" + case 683: + +/* Line 1455 of yacc.c */ +#line 4823 "../src/parser/XQParser.y" { (yyval.ftoptionlist) = new (MEMMGR) VectorOfFTOptions(XQillaAllocator(MEMMGR)); } break; - case 682: -#line 4815 "../src/parser/XQParser.y" + case 684: + +/* Line 1455 of yacc.c */ +#line 4827 "../src/parser/XQParser.y" { (yyval.ftoptionlist) = (yyvsp[(1) - (2)].ftoptionlist); } break; - case 683: -#line 4819 "../src/parser/XQParser.y" + case 685: + +/* Line 1455 of yacc.c */ +#line 4831 "../src/parser/XQParser.y" { if((yyvsp[(2) - (2)].ftoption) != NULL) (yyvsp[(1) - (2)].ftoptionlist)->push_back((yyvsp[(2) - (2)].ftoption)); @@ -9745,8 +10755,10 @@ yyreduce: } break; - case 684: -#line 4829 "../src/parser/XQParser.y" + case 686: + +/* Line 1455 of yacc.c */ +#line 4841 "../src/parser/XQParser.y" { if((yyvsp[(1) - (3)].ftselection)->getType() == FTSelection::OR) { FTOr *op = (FTOr*)(yyvsp[(1) - (3)].ftselection); @@ -9759,8 +10771,10 @@ yyreduce: } break; - case 686: -#line 4845 "../src/parser/XQParser.y" + case 688: + +/* Line 1455 of yacc.c */ +#line 4857 "../src/parser/XQParser.y" { if((yyvsp[(1) - (3)].ftselection)->getType() == FTSelection::AND) { FTAnd *op = (FTAnd*)(yyvsp[(1) - (3)].ftselection); @@ -9773,411 +10787,529 @@ yyreduce: } break; - case 688: -#line 4861 "../src/parser/XQParser.y" + case 690: + +/* Line 1455 of yacc.c */ +#line 4873 "../src/parser/XQParser.y" { (yyval.ftselection) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) FTMildnot((yyvsp[(1) - (4)].ftselection), (yyvsp[(4) - (4)].ftselection), MEMMGR)); } break; - case 690: -#line 4870 "../src/parser/XQParser.y" + case 692: + +/* Line 1455 of yacc.c */ +#line 4882 "../src/parser/XQParser.y" { (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTUnaryNot((yyvsp[(2) - (2)].ftselection), MEMMGR)); } break; - case 692: -#line 4879 "../src/parser/XQParser.y" + case 694: + +/* Line 1455 of yacc.c */ +#line 4891 "../src/parser/XQParser.y" { (yyval.ftselection) = (yyvsp[(2) - (3)].ftselection); } break; - case 694: -#line 4888 "../src/parser/XQParser.y" - { - (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); - } - break; - - case 695: -#line 4892 "../src/parser/XQParser.y" - { - (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); - } - break; - case 696: -#line 4896 "../src/parser/XQParser.y" - { - (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); - } - break; - case 697: +/* Line 1455 of yacc.c */ #line 4900 "../src/parser/XQParser.y" { (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); } break; - case 698: + case 697: + +/* Line 1455 of yacc.c */ #line 4904 "../src/parser/XQParser.y" + { + (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); + } + break; + + case 698: + +/* Line 1455 of yacc.c */ +#line 4908 "../src/parser/XQParser.y" + { + (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); + } + break; + + case 699: + +/* Line 1455 of yacc.c */ +#line 4912 "../src/parser/XQParser.y" + { + (yyval.ftselection) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTWords((yyvsp[(1) - (2)].astNode), (yyvsp[(2) - (2)].ftanyalloption), MEMMGR)); + } + break; + + case 700: + +/* Line 1455 of yacc.c */ +#line 4916 "../src/parser/XQParser.y" { (yyval.ftselection) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) FTWords((yyvsp[(2) - (4)].astNode), (yyvsp[(4) - (4)].ftanyalloption), MEMMGR)); } break; - case 699: -#line 4918 "../src/parser/XQParser.y" + case 701: + +/* Line 1455 of yacc.c */ +#line 4930 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) FTOrder(MEMMGR)); } break; - case 700: -#line 4922 "../src/parser/XQParser.y" + case 702: + +/* Line 1455 of yacc.c */ +#line 4934 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) FTWindow((yyvsp[(2) - (3)].astNode), (yyvsp[(3) - (3)].ftunit), MEMMGR)); } break; - case 701: -#line 4926 "../src/parser/XQParser.y" + case 703: + +/* Line 1455 of yacc.c */ +#line 4938 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) FTDistance((yyvsp[(2) - (3)].ftrange), (yyvsp[(3) - (3)].ftunit), MEMMGR)); } break; - case 702: -#line 4930 "../src/parser/XQParser.y" + case 704: + +/* Line 1455 of yacc.c */ +#line 4942 "../src/parser/XQParser.y" { std::cerr << "occurs" << std::endl; (yyval.ftoption) = NULL; } break; - case 703: -#line 4935 "../src/parser/XQParser.y" + case 705: + +/* Line 1455 of yacc.c */ +#line 4947 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTScope(FTScope::SAME, (yyvsp[(2) - (2)].ftunit), MEMMGR)); } break; - case 704: -#line 4939 "../src/parser/XQParser.y" + case 706: + +/* Line 1455 of yacc.c */ +#line 4951 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTScope(FTScope::DIFFERENT, (yyvsp[(2) - (2)].ftunit), MEMMGR)); } break; - case 705: -#line 4943 "../src/parser/XQParser.y" + case 707: + +/* Line 1455 of yacc.c */ +#line 4955 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTContent(FTContent::AT_START, MEMMGR)); } break; - case 706: -#line 4947 "../src/parser/XQParser.y" + case 708: + +/* Line 1455 of yacc.c */ +#line 4959 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTContent(FTContent::AT_END, MEMMGR)); } break; - case 707: -#line 4951 "../src/parser/XQParser.y" + case 709: + +/* Line 1455 of yacc.c */ +#line 4963 "../src/parser/XQParser.y" { (yyval.ftoption) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) FTContent(FTContent::ENTIRE_CONTENT, MEMMGR)); } break; - case 715: -#line 4979 "../src/parser/XQParser.y" + case 717: + +/* Line 1455 of yacc.c */ +#line 4991 "../src/parser/XQParser.y" { std::cerr << "lowercase" << std::endl; } break; - case 716: -#line 4983 "../src/parser/XQParser.y" + case 718: + +/* Line 1455 of yacc.c */ +#line 4995 "../src/parser/XQParser.y" { std::cerr << "uppercase" << std::endl; } break; - case 717: -#line 4987 "../src/parser/XQParser.y" + case 719: + +/* Line 1455 of yacc.c */ +#line 4999 "../src/parser/XQParser.y" { std::cerr << "case sensitive" << std::endl; } break; - case 718: -#line 4991 "../src/parser/XQParser.y" + case 720: + +/* Line 1455 of yacc.c */ +#line 5003 "../src/parser/XQParser.y" { std::cerr << "case insensitive" << std::endl; } break; - case 719: -#line 5002 "../src/parser/XQParser.y" + case 721: + +/* Line 1455 of yacc.c */ +#line 5014 "../src/parser/XQParser.y" { std::cerr << "with diacritics" << std::endl; } break; - case 720: -#line 5006 "../src/parser/XQParser.y" + case 722: + +/* Line 1455 of yacc.c */ +#line 5018 "../src/parser/XQParser.y" { std::cerr << "without diacritics" << std::endl; } break; - case 721: -#line 5010 "../src/parser/XQParser.y" + case 723: + +/* Line 1455 of yacc.c */ +#line 5022 "../src/parser/XQParser.y" { std::cerr << "diacritics sensitive" << std::endl; } break; - case 722: -#line 5014 "../src/parser/XQParser.y" + case 724: + +/* Line 1455 of yacc.c */ +#line 5026 "../src/parser/XQParser.y" { std::cerr << "diacritics insensitive" << std::endl; } break; - case 723: -#line 5022 "../src/parser/XQParser.y" + case 725: + +/* Line 1455 of yacc.c */ +#line 5034 "../src/parser/XQParser.y" { std::cerr << "with stemming" << std::endl; } break; - case 724: -#line 5026 "../src/parser/XQParser.y" + case 726: + +/* Line 1455 of yacc.c */ +#line 5038 "../src/parser/XQParser.y" { std::cerr << "without stemming" << std::endl; } break; - case 725: -#line 5036 "../src/parser/XQParser.y" + case 727: + +/* Line 1455 of yacc.c */ +#line 5048 "../src/parser/XQParser.y" { std::cerr << "with thesaurus" << std::endl; } break; - case 726: -#line 5040 "../src/parser/XQParser.y" + case 728: + +/* Line 1455 of yacc.c */ +#line 5052 "../src/parser/XQParser.y" { std::cerr << "with thesaurus default" << std::endl; } break; - case 727: -#line 5044 "../src/parser/XQParser.y" + case 729: + +/* Line 1455 of yacc.c */ +#line 5056 "../src/parser/XQParser.y" { std::cerr << "with thesaurus ()" << std::endl; } break; - case 728: -#line 5048 "../src/parser/XQParser.y" + case 730: + +/* Line 1455 of yacc.c */ +#line 5060 "../src/parser/XQParser.y" { std::cerr << "with thesaurus (default)" << std::endl; } break; - case 729: -#line 5052 "../src/parser/XQParser.y" + case 731: + +/* Line 1455 of yacc.c */ +#line 5064 "../src/parser/XQParser.y" { std::cerr << "without thesaurus" << std::endl; } break; - case 730: -#line 5059 "../src/parser/XQParser.y" - { - } - break; - - case 731: -#line 5062 "../src/parser/XQParser.y" - { - } - break; - case 732: -#line 5069 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 5071 "../src/parser/XQParser.y" + { + } + break; + + case 733: + +/* Line 1455 of yacc.c */ +#line 5074 "../src/parser/XQParser.y" + { + } + break; + + case 734: + +/* Line 1455 of yacc.c */ +#line 5081 "../src/parser/XQParser.y" { std::cerr << "at StringLiteral" << std::endl; } break; - case 733: -#line 5073 "../src/parser/XQParser.y" + case 735: + +/* Line 1455 of yacc.c */ +#line 5085 "../src/parser/XQParser.y" { std::cerr << "at StringLiteral relationship StringLiteral" << std::endl; } break; - case 734: -#line 5077 "../src/parser/XQParser.y" + case 736: + +/* Line 1455 of yacc.c */ +#line 5089 "../src/parser/XQParser.y" { std::cerr << "at StringLiteral levels" << std::endl; } break; - case 735: -#line 5081 "../src/parser/XQParser.y" + case 737: + +/* Line 1455 of yacc.c */ +#line 5093 "../src/parser/XQParser.y" { std::cerr << "at StringLiteral relationship StringLiteral levels" << std::endl; } break; - case 736: -#line 5091 "../src/parser/XQParser.y" + case 738: + +/* Line 1455 of yacc.c */ +#line 5103 "../src/parser/XQParser.y" { std::cerr << "with stop words" << std::endl; } break; - case 737: -#line 5095 "../src/parser/XQParser.y" + case 739: + +/* Line 1455 of yacc.c */ +#line 5107 "../src/parser/XQParser.y" { std::cerr << "without stop words" << std::endl; } break; - case 738: -#line 5099 "../src/parser/XQParser.y" + case 740: + +/* Line 1455 of yacc.c */ +#line 5111 "../src/parser/XQParser.y" { std::cerr << "with default stop words" << std::endl; } break; - case 739: -#line 5106 "../src/parser/XQParser.y" - { - } - break; - - case 740: -#line 5109 "../src/parser/XQParser.y" - { - } - break; - case 741: -#line 5117 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 5118 "../src/parser/XQParser.y" + { + } + break; + + case 742: + +/* Line 1455 of yacc.c */ +#line 5121 "../src/parser/XQParser.y" + { + } + break; + + case 743: + +/* Line 1455 of yacc.c */ +#line 5129 "../src/parser/XQParser.y" { std::cerr << "at StringLiteral" << std::endl; } break; - case 742: -#line 5121 "../src/parser/XQParser.y" + case 744: + +/* Line 1455 of yacc.c */ +#line 5133 "../src/parser/XQParser.y" { std::cerr << "()" << std::endl; } break; - case 743: -#line 5128 "../src/parser/XQParser.y" + case 745: + +/* Line 1455 of yacc.c */ +#line 5140 "../src/parser/XQParser.y" { std::cerr << "StringLiteral" << std::endl; } break; - case 744: -#line 5132 "../src/parser/XQParser.y" + case 746: + +/* Line 1455 of yacc.c */ +#line 5144 "../src/parser/XQParser.y" { std::cerr << ", StringLiteral" << std::endl; } break; - case 745: -#line 5140 "../src/parser/XQParser.y" + case 747: + +/* Line 1455 of yacc.c */ +#line 5152 "../src/parser/XQParser.y" { std::cerr << "union" << std::endl; } break; - case 746: -#line 5144 "../src/parser/XQParser.y" + case 748: + +/* Line 1455 of yacc.c */ +#line 5156 "../src/parser/XQParser.y" { std::cerr << "except" << std::endl; } break; - case 747: -#line 5152 "../src/parser/XQParser.y" + case 749: + +/* Line 1455 of yacc.c */ +#line 5164 "../src/parser/XQParser.y" { std::cerr << "language StringLiteral" << std::endl; } break; - case 748: -#line 5160 "../src/parser/XQParser.y" + case 750: + +/* Line 1455 of yacc.c */ +#line 5172 "../src/parser/XQParser.y" { std::cerr << "with wildcards" << std::endl; } break; - case 749: -#line 5164 "../src/parser/XQParser.y" + case 751: + +/* Line 1455 of yacc.c */ +#line 5176 "../src/parser/XQParser.y" { std::cerr << "without wildcards" << std::endl; } break; - case 750: -#line 5172 "../src/parser/XQParser.y" - { - (yyval.ftanyalloption) = FTWords::ANY; - } - break; - - case 751: -#line 5176 "../src/parser/XQParser.y" - { - (yyval.ftanyalloption) = FTWords::ANY; - } - break; - case 752: -#line 5180 "../src/parser/XQParser.y" + +/* Line 1455 of yacc.c */ +#line 5184 "../src/parser/XQParser.y" + { + (yyval.ftanyalloption) = FTWords::ANY; + } + break; + + case 753: + +/* Line 1455 of yacc.c */ +#line 5188 "../src/parser/XQParser.y" + { + (yyval.ftanyalloption) = FTWords::ANY; + } + break; + + case 754: + +/* Line 1455 of yacc.c */ +#line 5192 "../src/parser/XQParser.y" { (yyval.ftanyalloption) = FTWords::ANY_WORD; } break; - case 753: -#line 5184 "../src/parser/XQParser.y" + case 755: + +/* Line 1455 of yacc.c */ +#line 5196 "../src/parser/XQParser.y" { (yyval.ftanyalloption) = FTWords::ALL; } break; - case 754: -#line 5188 "../src/parser/XQParser.y" + case 756: + +/* Line 1455 of yacc.c */ +#line 5200 "../src/parser/XQParser.y" { (yyval.ftanyalloption) = FTWords::ALL_WORDS; } break; - case 755: -#line 5192 "../src/parser/XQParser.y" + case 757: + +/* Line 1455 of yacc.c */ +#line 5204 "../src/parser/XQParser.y" { (yyval.ftanyalloption) = FTWords::PHRASE; } break; - case 756: -#line 5203 "../src/parser/XQParser.y" + case 758: + +/* Line 1455 of yacc.c */ +#line 5215 "../src/parser/XQParser.y" { (yyval.ftrange).type = FTRange::EXACTLY; (yyval.ftrange).arg1 = (yyvsp[(2) - (2)].astNode); @@ -10185,8 +11317,10 @@ yyreduce: } break; - case 757: -#line 5209 "../src/parser/XQParser.y" + case 759: + +/* Line 1455 of yacc.c */ +#line 5221 "../src/parser/XQParser.y" { (yyval.ftrange).type = FTRange::AT_LEAST; (yyval.ftrange).arg1 = (yyvsp[(3) - (3)].astNode); @@ -10194,8 +11328,10 @@ yyreduce: } break; - case 758: -#line 5215 "../src/parser/XQParser.y" + case 760: + +/* Line 1455 of yacc.c */ +#line 5227 "../src/parser/XQParser.y" { (yyval.ftrange).type = FTRange::AT_MOST; (yyval.ftrange).arg1 = (yyvsp[(3) - (3)].astNode); @@ -10203,8 +11339,10 @@ yyreduce: } break; - case 759: -#line 5221 "../src/parser/XQParser.y" + case 761: + +/* Line 1455 of yacc.c */ +#line 5233 "../src/parser/XQParser.y" { (yyval.ftrange).type = FTRange::FROM_TO; (yyval.ftrange).arg1 = (yyvsp[(2) - (4)].astNode); @@ -10212,28 +11350,18 @@ yyreduce: } break; - case 760: -#line 5231 "../src/parser/XQParser.y" + case 762: + +/* Line 1455 of yacc.c */ +#line 5243 "../src/parser/XQParser.y" { (yyval.ftunit) = FTOption::WORDS; } break; - case 761: -#line 5235 "../src/parser/XQParser.y" - { - (yyval.ftunit) = FTOption::SENTENCES; - } - break; - - case 762: -#line 5239 "../src/parser/XQParser.y" - { - (yyval.ftunit) = FTOption::PARAGRAPHS; - } - break; - case 763: + +/* Line 1455 of yacc.c */ #line 5247 "../src/parser/XQParser.y" { (yyval.ftunit) = FTOption::SENTENCES; @@ -10241,6 +11369,8 @@ yyreduce: break; case 764: + +/* Line 1455 of yacc.c */ #line 5251 "../src/parser/XQParser.y" { (yyval.ftunit) = FTOption::PARAGRAPHS; @@ -10248,131 +11378,185 @@ yyreduce: break; case 765: + +/* Line 1455 of yacc.c */ #line 5259 "../src/parser/XQParser.y" + { + (yyval.ftunit) = FTOption::SENTENCES; + } + break; + + case 766: + +/* Line 1455 of yacc.c */ +#line 5263 "../src/parser/XQParser.y" + { + (yyval.ftunit) = FTOption::PARAGRAPHS; + } + break; + + case 767: + +/* Line 1455 of yacc.c */ +#line 5271 "../src/parser/XQParser.y" { (yyval.astNode) = (yyvsp[(3) - (3)].astNode); } break; - case 766: -#line 5267 "../src/parser/XQParser.y" + case 768: + +/* Line 1455 of yacc.c */ +#line 5279 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_REVALIDATION_SPECIFIED, "revalidation", "XUST0003"); CONTEXT->setRevalidationMode(DocumentCache::VALIDATION_STRICT); } break; - case 767: -#line 5272 "../src/parser/XQParser.y" + case 769: + +/* Line 1455 of yacc.c */ +#line 5284 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_REVALIDATION_SPECIFIED, "revalidation", "XUST0003"); CONTEXT->setRevalidationMode(DocumentCache::VALIDATION_LAX); } break; - case 768: -#line 5277 "../src/parser/XQParser.y" + case 770: + +/* Line 1455 of yacc.c */ +#line 5289 "../src/parser/XQParser.y" { CHECK_SPECIFIED((yylsp[(1) - (3)]), BIT_REVALIDATION_SPECIFIED, "revalidation", "XUST0003"); CONTEXT->setRevalidationMode(DocumentCache::VALIDATION_SKIP); } break; - case 769: -#line 5289 "../src/parser/XQParser.y" + case 771: + +/* Line 1455 of yacc.c */ +#line 5301 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) UInsertAsFirst((yyvsp[(2) - (6)].astNode), (yyvsp[(6) - (6)].astNode), MEMMGR)); } break; - case 770: -#line 5293 "../src/parser/XQParser.y" + case 772: + +/* Line 1455 of yacc.c */ +#line 5305 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) UInsertAsLast((yyvsp[(2) - (6)].astNode), (yyvsp[(6) - (6)].astNode), MEMMGR)); } break; - case 771: -#line 5297 "../src/parser/XQParser.y" + case 773: + +/* Line 1455 of yacc.c */ +#line 5309 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) UInsertInto((yyvsp[(2) - (4)].astNode), (yyvsp[(4) - (4)].astNode), MEMMGR)); } break; - case 772: -#line 5301 "../src/parser/XQParser.y" + case 774: + +/* Line 1455 of yacc.c */ +#line 5313 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) UInsertAfter((yyvsp[(2) - (4)].astNode), (yyvsp[(4) - (4)].astNode), MEMMGR)); } break; - case 773: -#line 5305 "../src/parser/XQParser.y" + case 775: + +/* Line 1455 of yacc.c */ +#line 5317 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) UInsertBefore((yyvsp[(2) - (4)].astNode), (yyvsp[(4) - (4)].astNode), MEMMGR)); } break; - case 776: -#line 5316 "../src/parser/XQParser.y" + case 778: + +/* Line 1455 of yacc.c */ +#line 5328 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (2)]), new (MEMMGR) UDelete((yyvsp[(2) - (2)].astNode), MEMMGR)); } break; - case 779: -#line 5327 "../src/parser/XQParser.y" + case 781: + +/* Line 1455 of yacc.c */ +#line 5339 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) UReplaceValueOf((yyvsp[(5) - (7)].astNode), (yyvsp[(7) - (7)].astNode), MEMMGR)); } break; - case 780: -#line 5331 "../src/parser/XQParser.y" + case 782: + +/* Line 1455 of yacc.c */ +#line 5343 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) UReplace((yyvsp[(3) - (5)].astNode), (yyvsp[(5) - (5)].astNode), MEMMGR)); } break; - case 781: -#line 5341 "../src/parser/XQParser.y" + case 783: + +/* Line 1455 of yacc.c */ +#line 5353 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) URename((yyvsp[(3) - (5)].astNode), (yyvsp[(5) - (5)].astNode), MEMMGR)); } break; - case 782: -#line 5349 "../src/parser/XQParser.y" + case 784: + +/* Line 1455 of yacc.c */ +#line 5361 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) UTransform((yyvsp[(2) - (6)].copyBindingList), (yyvsp[(4) - (6)].astNode), (yyvsp[(6) - (6)].astNode), MEMMGR)); } break; - case 783: -#line 5356 "../src/parser/XQParser.y" + case 785: + +/* Line 1455 of yacc.c */ +#line 5368 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].copyBindingList)->push_back((yyvsp[(3) - (3)].copyBinding)); (yyval.copyBindingList) = (yyvsp[(1) - (3)].copyBindingList); } break; - case 784: -#line 5361 "../src/parser/XQParser.y" + case 786: + +/* Line 1455 of yacc.c */ +#line 5373 "../src/parser/XQParser.y" { (yyval.copyBindingList) = new (MEMMGR) VectorOfCopyBinding(XQillaAllocator(MEMMGR)); (yyval.copyBindingList)->push_back((yyvsp[(1) - (1)].copyBinding)); } break; - case 785: -#line 5369 "../src/parser/XQParser.y" + case 787: + +/* Line 1455 of yacc.c */ +#line 5381 "../src/parser/XQParser.y" { (yyval.copyBinding) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) CopyBinding(MEMMGR, (yyvsp[(2) - (4)].str), (yyvsp[(4) - (4)].astNode))); } break; - case 786: -#line 5378 "../src/parser/XQParser.y" + case 788: + +/* Line 1455 of yacc.c */ +#line 5390 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -10382,8 +11566,10 @@ yyreduce: } break; - case 787: -#line 5390 "../src/parser/XQParser.y" + case 789: + +/* Line 1455 of yacc.c */ +#line 5402 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -10393,8 +11579,10 @@ yyreduce: } break; - case 788: -#line 5402 "../src/parser/XQParser.y" + case 790: + +/* Line 1455 of yacc.c */ +#line 5414 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -10404,8 +11592,10 @@ yyreduce: } break; - case 789: -#line 5415 "../src/parser/XQParser.y" + case 791: + +/* Line 1455 of yacc.c */ +#line 5427 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQLiteral( SchemaSymbols::fgURI_SCHEMAFORSCHEMA, @@ -10415,8 +11605,10 @@ yyreduce: } break; - case 790: -#line 5426 "../src/parser/XQParser.y" + case 792: + +/* Line 1455 of yacc.c */ +#line 5438 "../src/parser/XQParser.y" { // Check for a colon for(XMLCh *tmp = (yyvsp[(1) - (1)].str); *tmp; ++tmp) @@ -10424,220 +11616,280 @@ yyreduce: } break; - case 791: -#line 5435 "../src/parser/XQParser.y" + case 793: + +/* Line 1455 of yacc.c */ +#line 5447 "../src/parser/XQParser.y" { (yyval.qName) = new (MEMMGR) QualifiedName((yyvsp[(1) - (1)].str),MEMMGR); } break; - case 792: -#line 5447 "../src/parser/XQParser.y" + case 794: + +/* Line 1455 of yacc.c */ +#line 5459 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (5)].str), 0, 0, (yyvsp[(5) - (5)].astNode), 0, MEMMGR)); } break; - case 793: -#line 5451 "../src/parser/XQParser.y" + case 795: + +/* Line 1455 of yacc.c */ +#line 5463 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (7)].str), 0, (yyvsp[(5) - (7)].argSpecs), (yyvsp[(7) - (7)].astNode), (yyvsp[(6) - (7)].sequenceType), MEMMGR)); } break; - case 794: -#line 5455 "../src/parser/XQParser.y" + case 796: + +/* Line 1455 of yacc.c */ +#line 5467 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (8)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (8)].str), (yyvsp[(7) - (8)].itemList), 0, (yyvsp[(8) - (8)].astNode), 0, MEMMGR)); (yyval.functDecl)->setModeList((yyvsp[(5) - (8)].modeList)); } break; - case 795: -#line 5460 "../src/parser/XQParser.y" + case 797: + +/* Line 1455 of yacc.c */ +#line 5472 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (10)]), new (MEMMGR) XQUserFunction((yyvsp[(4) - (10)].str), (yyvsp[(7) - (10)].itemList), (yyvsp[(8) - (10)].argSpecs), (yyvsp[(10) - (10)].astNode), (yyvsp[(9) - (10)].sequenceType), MEMMGR)); (yyval.functDecl)->setModeList((yyvsp[(5) - (10)].modeList)); } break; - case 796: -#line 5465 "../src/parser/XQParser.y" + case 798: + +/* Line 1455 of yacc.c */ +#line 5477 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (6)]), new (MEMMGR) XQUserFunction(0, (yyvsp[(5) - (6)].itemList), 0, (yyvsp[(6) - (6)].astNode), 0, MEMMGR)); (yyval.functDecl)->setModeList((yyvsp[(3) - (6)].modeList)); } break; - case 797: -#line 5470 "../src/parser/XQParser.y" + case 799: + +/* Line 1455 of yacc.c */ +#line 5482 "../src/parser/XQParser.y" { (yyval.functDecl) = WRAP((yylsp[(1) - (8)]), new (MEMMGR) XQUserFunction(0, (yyvsp[(5) - (8)].itemList), (yyvsp[(6) - (8)].argSpecs), (yyvsp[(8) - (8)].astNode), (yyvsp[(7) - (8)].sequenceType), MEMMGR)); (yyval.functDecl)->setModeList((yyvsp[(3) - (8)].modeList)); } break; - case 798: -#line 5478 "../src/parser/XQParser.y" + case 800: + +/* Line 1455 of yacc.c */ +#line 5490 "../src/parser/XQParser.y" { (yyval.sequenceType) = 0; } break; - case 799: -#line 5482 "../src/parser/XQParser.y" + case 801: + +/* Line 1455 of yacc.c */ +#line 5494 "../src/parser/XQParser.y" { (yyval.sequenceType) = (yyvsp[(2) - (2)].sequenceType); } break; - case 800: -#line 5490 "../src/parser/XQParser.y" + case 802: + +/* Line 1455 of yacc.c */ +#line 5502 "../src/parser/XQParser.y" { (yyval.argSpecs) = 0; } break; - case 801: -#line 5494 "../src/parser/XQParser.y" + case 803: + +/* Line 1455 of yacc.c */ +#line 5506 "../src/parser/XQParser.y" { (yyval.argSpecs) = (yyvsp[(2) - (3)].argSpecs); } break; - case 802: -#line 5501 "../src/parser/XQParser.y" + case 804: + +/* Line 1455 of yacc.c */ +#line 5513 "../src/parser/XQParser.y" { (yyval.modeList) = new (MEMMGR) XQUserFunction::ModeList(XQillaAllocator(MEMMGR)); (yyval.modeList)->push_back(WRAP((yyloc), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::DEFAULT))); } break; - case 803: -#line 5506 "../src/parser/XQParser.y" + case 805: + +/* Line 1455 of yacc.c */ +#line 5518 "../src/parser/XQParser.y" { (yyval.modeList) = (yyvsp[(2) - (2)].modeList); } break; - case 804: -#line 5514 "../src/parser/XQParser.y" + case 806: + +/* Line 1455 of yacc.c */ +#line 5526 "../src/parser/XQParser.y" { (yyval.modeList) = new (MEMMGR) XQUserFunction::ModeList(XQillaAllocator(MEMMGR)); (yyval.modeList)->push_back((yyvsp[(1) - (1)].mode)); } break; - case 805: -#line 5519 "../src/parser/XQParser.y" + case 807: + +/* Line 1455 of yacc.c */ +#line 5531 "../src/parser/XQParser.y" { (yyvsp[(1) - (3)].modeList)->push_back((yyvsp[(3) - (3)].mode)); (yyval.modeList) = (yyvsp[(1) - (3)].modeList); } break; - case 806: -#line 5528 "../src/parser/XQParser.y" + case 808: + +/* Line 1455 of yacc.c */ +#line 5540 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode((yyvsp[(1) - (1)].str))); } break; - case 807: -#line 5532 "../src/parser/XQParser.y" + case 809: + +/* Line 1455 of yacc.c */ +#line 5544 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::DEFAULT)); } break; - case 808: -#line 5536 "../src/parser/XQParser.y" + case 810: + +/* Line 1455 of yacc.c */ +#line 5548 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::ALL)); } break; - case 809: -#line 5544 "../src/parser/XQParser.y" + case 811: + +/* Line 1455 of yacc.c */ +#line 5556 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQCallTemplate((yyvsp[(3) - (3)].str), 0, MEMMGR)); } break; - case 810: -#line 5548 "../src/parser/XQParser.y" + case 812: + +/* Line 1455 of yacc.c */ +#line 5560 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQCallTemplate((yyvsp[(3) - (7)].str), (yyvsp[(6) - (7)].templateArgs), MEMMGR)); } break; - case 811: -#line 5556 "../src/parser/XQParser.y" + case 813: + +/* Line 1455 of yacc.c */ +#line 5568 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQApplyTemplates((yyvsp[(3) - (3)].astNode), 0, 0, MEMMGR)); } break; - case 812: -#line 5560 "../src/parser/XQParser.y" + case 814: + +/* Line 1455 of yacc.c */ +#line 5572 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (7)]), new (MEMMGR) XQApplyTemplates((yyvsp[(3) - (7)].astNode), (yyvsp[(6) - (7)].templateArgs), 0, MEMMGR)); } break; - case 813: -#line 5564 "../src/parser/XQParser.y" + case 815: + +/* Line 1455 of yacc.c */ +#line 5576 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (5)]), new (MEMMGR) XQApplyTemplates((yyvsp[(3) - (5)].astNode), 0, (yyvsp[(5) - (5)].mode), MEMMGR)); } break; - case 814: -#line 5568 "../src/parser/XQParser.y" + case 816: + +/* Line 1455 of yacc.c */ +#line 5580 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (9)]), new (MEMMGR) XQApplyTemplates((yyvsp[(3) - (9)].astNode), (yyvsp[(8) - (9)].templateArgs), (yyvsp[(5) - (9)].mode), MEMMGR)); } break; - case 815: -#line 5576 "../src/parser/XQParser.y" + case 817: + +/* Line 1455 of yacc.c */ +#line 5588 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode((yyvsp[(1) - (1)].str))); } break; - case 816: -#line 5580 "../src/parser/XQParser.y" + case 818: + +/* Line 1455 of yacc.c */ +#line 5592 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::DEFAULT)); } break; - case 817: -#line 5584 "../src/parser/XQParser.y" + case 819: + +/* Line 1455 of yacc.c */ +#line 5596 "../src/parser/XQParser.y" { (yyval.mode) = WRAP((yylsp[(1) - (1)]), new (MEMMGR) XQUserFunction::Mode(XQUserFunction::Mode::CURRENT)); } break; - case 818: -#line 5592 "../src/parser/XQParser.y" + case 820: + +/* Line 1455 of yacc.c */ +#line 5604 "../src/parser/XQParser.y" { (yyval.templateArgs) = new (MEMMGR) TemplateArguments(XQillaAllocator(MEMMGR)); (yyval.templateArgs)->push_back((yyvsp[(1) - (1)].templateArg)); } break; - case 819: -#line 5597 "../src/parser/XQParser.y" + case 821: + +/* Line 1455 of yacc.c */ +#line 5609 "../src/parser/XQParser.y" { (yyval.templateArgs) = (yyvsp[(1) - (3)].templateArgs); (yyval.templateArgs)->push_back((yyvsp[(3) - (3)].templateArg)); } break; - case 820: -#line 5607 "../src/parser/XQParser.y" + case 822: + +/* Line 1455 of yacc.c */ +#line 5619 "../src/parser/XQParser.y" { if((yyvsp[(3) - (5)].sequenceType) != 0) (yyvsp[(5) - (5)].astNode) = (yyvsp[(3) - (5)].sequenceType)->convertFunctionArg((yyvsp[(5) - (5)].astNode), CONTEXT, /*numericfunction*/false, (yyvsp[(3) - (5)].sequenceType)); @@ -10645,84 +11897,105 @@ yyreduce: } break; - case 823: -#line 5624 "../src/parser/XQParser.y" + case 825: + +/* Line 1455 of yacc.c */ +#line 5636 "../src/parser/XQParser.y" { (yyval.astNode) = WRAP((yylsp[(1) - (3)]), new (MEMMGR) XQFunctionRef((yyvsp[(1) - (3)].str), atoi(UTF8((yyvsp[(3) - (3)].str))), MEMMGR)); } break; - case 824: -#line 5632 "../src/parser/XQParser.y" + case 826: + +/* Line 1455 of yacc.c */ +#line 5644 "../src/parser/XQParser.y" { XQUserFunction *func = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQUserFunction(0, (yyvsp[(2) - (4)].argSpecs), (yyvsp[(4) - (4)].astNode), (yyvsp[(3) - (4)].sequenceType), false, false, MEMMGR)); (yyval.astNode) = WRAP((yylsp[(1) - (4)]), new (MEMMGR) XQInlineFunction(func, MEMMGR)); } break; - case 825: -#line 5641 "../src/parser/XQParser.y" + case 827: + +/* Line 1455 of yacc.c */ +#line 5653 "../src/parser/XQParser.y" { REJECT_NOT_EXTENSION(DereferencedFunctionCall, (yylsp[(1) - (3)])); (yyval.astNode) = WRAP((yylsp[(2) - (3)]), new (MEMMGR) XQFunctionDeref((yyvsp[(1) - (3)].astNode), new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)), MEMMGR)); } break; - case 826: -#line 5646 "../src/parser/XQParser.y" + case 828: + +/* Line 1455 of yacc.c */ +#line 5658 "../src/parser/XQParser.y" { REJECT_NOT_EXTENSION(DereferencedFunctionCall, (yylsp[(1) - (4)])); (yyval.astNode) = WRAP((yylsp[(2) - (4)]), new (MEMMGR) XQFunctionDeref((yyvsp[(1) - (4)].astNode), (yyvsp[(3) - (4)].itemList), MEMMGR)); } break; - case 827: -#line 5655 "../src/parser/XQParser.y" + case 829: + +/* Line 1455 of yacc.c */ +#line 5667 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(SequenceType::ItemType::TEST_FUNCTION); } break; - case 828: -#line 5659 "../src/parser/XQParser.y" + case 830: + +/* Line 1455 of yacc.c */ +#line 5671 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType(new (MEMMGR) VectorOfSequenceTypes(XQillaAllocator(MEMMGR)), (yyvsp[(5) - (5)].sequenceType)); } break; - case 829: -#line 5663 "../src/parser/XQParser.y" + case 831: + +/* Line 1455 of yacc.c */ +#line 5675 "../src/parser/XQParser.y" { (yyval.itemType) = new (MEMMGR) SequenceType::ItemType((yyvsp[(3) - (6)].sequenceTypes), (yyvsp[(6) - (6)].sequenceType)); } break; - case 830: -#line 5670 "../src/parser/XQParser.y" + case 832: + +/* Line 1455 of yacc.c */ +#line 5682 "../src/parser/XQParser.y" { (yyval.sequenceTypes) = new (MEMMGR) VectorOfSequenceTypes(XQillaAllocator(MEMMGR)); (yyval.sequenceTypes)->push_back((yyvsp[(1) - (1)].sequenceType)); } break; - case 831: -#line 5675 "../src/parser/XQParser.y" + case 833: + +/* Line 1455 of yacc.c */ +#line 5687 "../src/parser/XQParser.y" { (yyval.sequenceTypes) = (yyvsp[(1) - (3)].sequenceTypes); (yyval.sequenceTypes)->push_back((yyvsp[(3) - (3)].sequenceType)); } break; - case 832: -#line 5684 "../src/parser/XQParser.y" + case 834: + +/* Line 1455 of yacc.c */ +#line 5696 "../src/parser/XQParser.y" { (yyval.itemType) = (yyvsp[(2) - (3)].itemType); } break; -/* Line 1267 of yacc.c. */ -#line 10725 "../src/parser/XQParser.cpp" + +/* Line 1455 of yacc.c */ +#line 11999 "../src/parser/XQParser.cpp" default: break; } YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); @@ -10798,7 +12071,7 @@ yyerrlab: if (yyerrstatus == 3) { - /* If just tried and failed to reuse look-ahead token after an + /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) @@ -10815,7 +12088,7 @@ yyerrlab: } } - /* Else will try to reuse look-ahead token after shifting the error + /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; @@ -10873,14 +12146,11 @@ yyerrlab1: YY_STACK_PRINT (yyss, yyssp); } - if (yyn == YYFINAL) - YYACCEPT; - *++yyvsp = yylval; yyerror_range[1] = yylloc; /* Using YYLLOC is tempting, but would change the location of - the look-ahead. YYLOC is available though. */ + the lookahead. YYLOC is available though. */ YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2); *++yylsp = yyloc; @@ -10905,7 +12175,7 @@ yyabortlab: yyresult = 1; goto yyreturn; -#ifndef yyoverflow +#if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ @@ -10916,7 +12186,7 @@ yyexhaustedlab: #endif yyreturn: - if (yychar != YYEOF && yychar != YYEMPTY) + if (yychar != YYEMPTY) yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, &yylloc); /* Do not reclaim the symbols of the rule which action triggered @@ -10942,7 +12212,9 @@ yyreturn: } -#line 5718 "../src/parser/XQParser.y" + +/* Line 1675 of yacc.c */ +#line 5730 "../src/parser/XQParser.y" } // namespace XQParser diff --git a/src/parser/XQParser.hpp b/src/parser/XQParser.hpp index 0d2f6eb5..86f4b6cf 100644 --- a/src/parser/XQParser.hpp +++ b/src/parser/XQParser.hpp @@ -1,24 +1,23 @@ -/* A Bison parser, made by GNU Bison 2.3. */ + +/* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton interface for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify + + 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. - + the Free Software Foundation, either version 3 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -29,10 +28,11 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ + /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE @@ -679,10 +679,9 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef int YYSTYPE; + # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 -# define YYSTYPE_IS_TRIVIAL 1 #endif @@ -701,3 +700,4 @@ typedef struct YYLTYPE #endif + diff --git a/src/parser/XQParser.y b/src/parser/XQParser.y index a2e9059c..2db3cd32 100644 --- a/src/parser/XQParser.y +++ b/src/parser/XQParser.y @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQParser.y 785 2009-08-13 10:39:24Z gmfeinberg $ + * $Id$ */ %{ @@ -671,7 +671,7 @@ namespace XQParser { %type CompElemConstructor CompTextConstructor CompPIConstructor CompCommentConstructor OrderedExpr UnorderedExpr %type CompAttrConstructor CompDocConstructor DoubleLiteral InstanceofExpr DirectConstructor %type ExtensionExpr FTContainsExpr FTIgnoreOption VarDeclValue LeadingSlash CompPINCName -%type InsertExpr DeleteExpr RenameExpr ReplaceExpr TransformExpr CompConstructorName +%type InsertExpr DeleteExpr RenameExpr ReplaceExpr TransformExpr CompElementName CompAttrName %type ForwardStep ReverseStep AbbrevForwardStep AbbrevReverseStep OrderExpr CompPIConstructorContent %type PathPattern_XSLT IdValue_XSLT KeyValue_XSLT CallTemplateExpr ApplyTemplatesExpr %type DereferencedFunctionCall InlineFunction LiteralFunctionRef FunctionRef @@ -4166,14 +4166,14 @@ DirElemConstructor: _LESS_THAN_OP_OR_TAG_ DirElemConstructorQName DirAttributeList OptionalWhitespace _EMPTY_TAG_CLOSE_ { VectorOfASTNodes* content = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); - ASTNode *name = WRAP(@2, new (MEMMGR) XQDirectName($2, /*isAttr*/false, MEMMGR)); + ASTNode *name = WRAP(@2, new (MEMMGR) XQDirectName($2, /*useDefaultNamespace*/true, MEMMGR)); $$ = WRAP(@1, new (MEMMGR) XQElementConstructor(name, $3, content, MEMMGR)); } | _LESS_THAN_OP_OR_TAG_ DirElemConstructorQName DirAttributeList OptionalWhitespace _START_TAG_CLOSE_ DirElementContent _END_TAG_OPEN_ DirElemConstructorQName OptionalWhitespace _END_TAG_CLOSE_ { if(!XPath2Utils::equals($2, $8)) yyerror(@7, "Close tag does not match open tag"); - ASTNode *name = WRAP(@2, new (MEMMGR) XQDirectName($2, /*isAttr*/false, MEMMGR)); + ASTNode *name = WRAP(@2, new (MEMMGR) XQDirectName($2, /*useDefaultNamespace*/true, MEMMGR)); $$ = WRAP(@1, new (MEMMGR) XQElementConstructor(name, $3, $6, MEMMGR)); } ; @@ -4190,7 +4190,7 @@ DirAttributeList: { $$ = $1; - ASTNode *name = WRAP(@3, new (MEMMGR) XQDirectName($3, /*isAttr*/true, MEMMGR)); + ASTNode *name = WRAP(@3, new (MEMMGR) XQDirectName($3, /*useDefaultNamespace*/false, MEMMGR)); ASTNode *attrItem = WRAP(@3, new (MEMMGR) XQAttributeConstructor(name, $7,MEMMGR)); $$->push_back(attrItem); @@ -4199,7 +4199,7 @@ DirAttributeList: { $$ = $1; - ASTNode *name = WRAP(@3, new (MEMMGR) XQDirectName($3, /*isAttr*/true, MEMMGR)); + ASTNode *name = WRAP(@3, new (MEMMGR) XQDirectName($3, /*useDefaultNamespace*/false, MEMMGR)); ASTNode *attrItem = WRAP(@3, new (MEMMGR) XQAttributeConstructor(name, $7,MEMMGR)); $$->insert($$->begin(), attrItem); @@ -4427,17 +4427,17 @@ CompDocConstructor: // [114] CompElemConstructor ::= (<"element" QName "{"> | (<"element" "{"> Expr "}" "{")) ContentExpr? "}" CompElemConstructor: - _ELEMENT_ CompConstructorName ContentExpr + _ELEMENT_ CompElementName ContentExpr { VectorOfASTNodes* empty = new (MEMMGR) VectorOfASTNodes(XQillaAllocator(MEMMGR)); $$ = WRAP(@1, new (MEMMGR) XQElementConstructor($2, empty, $3, MEMMGR)); } ; -CompConstructorName: +CompElementName: _CONSTR_QNAME_ { - $$ = WRAP(@1, new (MEMMGR) XQDirectName($1, /*isAttr*/false, MEMMGR)); + $$ = WRAP(@1, new (MEMMGR) XQDirectName($1, /*useDefaultNamespace*/true, MEMMGR)); } | _LBRACE_EXPR_ENCLOSURE_ Expr _RBRACE_ { @@ -4460,12 +4460,23 @@ ContentExpr: // [116] CompAttrConstructor ::= (<"attribute" QName "{"> | (<"attribute" "{"> Expr "}" "{")) Expr? "}" CompAttrConstructor: - _ATTRIBUTE_ CompConstructorName ContentExpr + _ATTRIBUTE_ CompAttrName ContentExpr { $$ = WRAP(@1, new (MEMMGR) XQAttributeConstructor($2, $3, MEMMGR)); } ; +CompAttrName: + _CONSTR_QNAME_ + { + $$ = WRAP(@1, new (MEMMGR) XQDirectName($1, /*useDefaultNamespace*/false, MEMMGR)); + } + | _LBRACE_EXPR_ENCLOSURE_ Expr _RBRACE_ + { + $$ = $2; + } + ; + // [117] CompTextConstructor ::= <"text" "{"> Expr "}" CompTextConstructor: _TEXT_ _LBRACE_EXPR_ENCLOSURE_ Expr _RBRACE_ diff --git a/src/runtime/ClosureResult.cpp b/src/runtime/ClosureResult.cpp index 45ef4f29..3a580f54 100644 --- a/src/runtime/ClosureResult.cpp +++ b/src/runtime/ClosureResult.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ClosureResult.cpp 626 2008-08-26 20:26:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/EmptyResult.cpp b/src/runtime/EmptyResult.cpp index 24142fca..fff0ade9 100644 --- a/src/runtime/EmptyResult.cpp +++ b/src/runtime/EmptyResult.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: EmptyResult.cpp 634 2008-08-28 00:46:37Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/LazySequenceResult.cpp b/src/runtime/LazySequenceResult.cpp index efffe838..9883826e 100644 --- a/src/runtime/LazySequenceResult.cpp +++ b/src/runtime/LazySequenceResult.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: LazySequenceResult.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/Result.cpp b/src/runtime/Result.cpp index 10de8072..885b3a97 100644 --- a/src/runtime/Result.cpp +++ b/src/runtime/Result.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Result.cpp 652 2008-10-01 00:08:53Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/ResultBuffer.cpp b/src/runtime/ResultBuffer.cpp index 20ace017..30706794 100644 --- a/src/runtime/ResultBuffer.cpp +++ b/src/runtime/ResultBuffer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultBuffer.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/ResultBufferImpl.cpp b/src/runtime/ResultBufferImpl.cpp index 9bd729ab..cee1588a 100644 --- a/src/runtime/ResultBufferImpl.cpp +++ b/src/runtime/ResultBufferImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultBufferImpl.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/ResultImpl.cpp b/src/runtime/ResultImpl.cpp index 94ed7e12..875b952b 100644 --- a/src/runtime/ResultImpl.cpp +++ b/src/runtime/ResultImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ResultImpl.cpp 634 2008-08-28 00:46:37Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/Sequence.cpp b/src/runtime/Sequence.cpp index 0f1ba43b..38912bd9 100644 --- a/src/runtime/Sequence.cpp +++ b/src/runtime/Sequence.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Sequence.cpp 531 2008-04-10 23:23:07Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/SequenceResult.cpp b/src/runtime/SequenceResult.cpp index 03d0ae74..cf04153e 100644 --- a/src/runtime/SequenceResult.cpp +++ b/src/runtime/SequenceResult.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SequenceResult.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/runtime/SingleResult.cpp b/src/runtime/SingleResult.cpp index 179438be..3c87f8ee 100644 --- a/src/runtime/SingleResult.cpp +++ b/src/runtime/SingleResult.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SingleResult.cpp 593 2008-08-14 21:21:17Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/samples/dom-api/dom-resolver.cpp b/src/samples/dom-api/dom-resolver.cpp index d2bd38c7..7f5e5dcd 100644 --- a/src/samples/dom-api/dom-resolver.cpp +++ b/src/samples/dom-api/dom-resolver.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: dom-resolver.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include diff --git a/src/samples/xqilla/xqilla-commandline.cpp b/src/samples/xqilla/xqilla-commandline.cpp index 80baceec..91de5e7d 100644 --- a/src/samples/xqilla/xqilla-commandline.cpp +++ b/src/samples/xqilla/xqilla-commandline.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: xqilla-commandline.cpp 668 2008-10-09 01:40:13Z jpcs $ + * $Id$ */ #include diff --git a/src/schema/AnyAtomicTypeDatatypeValidator.cpp b/src/schema/AnyAtomicTypeDatatypeValidator.cpp index a2b49c97..6f7bd742 100644 --- a/src/schema/AnyAtomicTypeDatatypeValidator.cpp +++ b/src/schema/AnyAtomicTypeDatatypeValidator.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AnyAtomicTypeDatatypeValidator.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/schema/DocumentCacheImpl.cpp b/src/schema/DocumentCacheImpl.cpp index 510a66a8..f45f94e2 100644 --- a/src/schema/DocumentCacheImpl.cpp +++ b/src/schema/DocumentCacheImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DocumentCacheImpl.cpp 745 2009-04-07 14:22:56Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/schema/FaxppDocumentCacheImpl.cpp b/src/schema/FaxppDocumentCacheImpl.cpp index 84f1cfbc..161dfd33 100644 --- a/src/schema/FaxppDocumentCacheImpl.cpp +++ b/src/schema/FaxppDocumentCacheImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FaxppDocumentCacheImpl.cpp 745 2009-04-07 14:22:56Z jpcs $ + * $Id$ */ #include "FaxppDocumentCacheImpl.hpp" diff --git a/src/schema/FaxppDocumentCacheImpl.hpp b/src/schema/FaxppDocumentCacheImpl.hpp index 2dd7fd35..adf0e127 100644 --- a/src/schema/FaxppDocumentCacheImpl.hpp +++ b/src/schema/FaxppDocumentCacheImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FaxppDocumentCacheImpl.hpp 667 2008-10-09 01:11:04Z jpcs $ + * $Id$ */ #ifndef _FAXPPDOCUMENTCACHEIMPL_HPP diff --git a/src/schema/SchemaValidatorFilter.cpp b/src/schema/SchemaValidatorFilter.cpp index 13a84a54..5d6474b5 100644 --- a/src/schema/SchemaValidatorFilter.cpp +++ b/src/schema/SchemaValidatorFilter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SchemaValidatorFilter.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ /* @@ -703,6 +703,8 @@ void SchemaValidatorFilter::piEvent(const XMLCh *target, const XMLCh *value) //////////////////////////////////////////////////////////////////////////////////////////////////// +#if _XERCES_VERSION < 30100 + unsigned int SchemaValidatorFilter::resolveQName(const XMLCh *const qName, XMLBuffer &prefixBuf, const short mode, int &prefixColonPos) { @@ -736,6 +738,8 @@ unsigned int SchemaValidatorFilter::resolveQName(const XMLCh *const qName, XMLBu } } +#endif + bool SchemaValidatorFilter::switchGrammar(const XMLCh *uri) { Grammar* tempGrammar = fGrammarResolver->getGrammar(uri); diff --git a/src/schema/SequenceType.cpp b/src/schema/SequenceType.cpp index 92674b45..0c505c75 100644 --- a/src/schema/SequenceType.cpp +++ b/src/schema/SequenceType.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: SequenceType.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/simple-api/XQQuery.cpp b/src/simple-api/XQQuery.cpp index ad03514f..cb8c9cdf 100644 --- a/src/simple-api/XQQuery.cpp +++ b/src/simple-api/XQQuery.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQQuery.cpp 797 2009-09-24 15:00:23Z jpcs $ + * $Id$ */ #include diff --git a/src/simple-api/XQilla.cpp b/src/simple-api/XQilla.cpp index 0bc84943..32419dfc 100644 --- a/src/simple-api/XQilla.cpp +++ b/src/simple-api/XQilla.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQilla.cpp 771 2009-06-08 12:26:48Z jpcs $ + * $Id$ */ #include diff --git a/src/update/FunctionPut.cpp b/src/update/FunctionPut.cpp index da2c7af8..e46a7c9d 100644 --- a/src/update/FunctionPut.cpp +++ b/src/update/FunctionPut.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FunctionPut.cpp 686 2008-11-26 14:24:53Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" #include diff --git a/src/update/PendingUpdateList.cpp b/src/update/PendingUpdateList.cpp index bf398d01..b7af3f32 100644 --- a/src/update/PendingUpdateList.cpp +++ b/src/update/PendingUpdateList.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PendingUpdateList.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UApplyUpdates.cpp b/src/update/UApplyUpdates.cpp index f01a9e9d..ad6e7ffa 100644 --- a/src/update/UApplyUpdates.cpp +++ b/src/update/UApplyUpdates.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UApplyUpdates.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UDelete.cpp b/src/update/UDelete.cpp index 9d35abb4..25c7cf08 100644 --- a/src/update/UDelete.cpp +++ b/src/update/UDelete.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UDelete.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UInsertAfter.cpp b/src/update/UInsertAfter.cpp index f0e00ced..472cb4ce 100644 --- a/src/update/UInsertAfter.cpp +++ b/src/update/UInsertAfter.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAfter.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UInsertAsFirst.cpp b/src/update/UInsertAsFirst.cpp index b5f3fdeb..ed9d0e07 100644 --- a/src/update/UInsertAsFirst.cpp +++ b/src/update/UInsertAsFirst.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAsFirst.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UInsertAsLast.cpp b/src/update/UInsertAsLast.cpp index d2aac0f2..210ee552 100644 --- a/src/update/UInsertAsLast.cpp +++ b/src/update/UInsertAsLast.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertAsLast.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UInsertBefore.cpp b/src/update/UInsertBefore.cpp index 7eeb642a..785e2e13 100644 --- a/src/update/UInsertBefore.cpp +++ b/src/update/UInsertBefore.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertBefore.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UInsertInto.cpp b/src/update/UInsertInto.cpp index 5e5398de..ec01c011 100644 --- a/src/update/UInsertInto.cpp +++ b/src/update/UInsertInto.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UInsertInto.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/URename.cpp b/src/update/URename.cpp index 2948866b..0d108d99 100644 --- a/src/update/URename.cpp +++ b/src/update/URename.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: URename.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UReplace.cpp b/src/update/UReplace.cpp index b56b0d67..0b07be0f 100644 --- a/src/update/UReplace.cpp +++ b/src/update/UReplace.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UReplace.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UReplaceValueOf.cpp b/src/update/UReplaceValueOf.cpp index bab1609d..8eafc16d 100644 --- a/src/update/UReplaceValueOf.cpp +++ b/src/update/UReplaceValueOf.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UReplaceValueOf.cpp 659 2008-10-06 00:11:22Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/update/UTransform.cpp b/src/update/UTransform.cpp index b927c89a..84465495 100644 --- a/src/update/UTransform.cpp +++ b/src/update/UTransform.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UTransform.cpp 764 2009-06-04 15:11:00Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/ContextUtils.cpp b/src/utils/ContextUtils.cpp index 53ef519a..43941f31 100644 --- a/src/utils/ContextUtils.cpp +++ b/src/utils/ContextUtils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ContextUtils.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/DateUtils.cpp b/src/utils/DateUtils.cpp index 047aa1aa..e23e381b 100644 --- a/src/utils/DateUtils.cpp +++ b/src/utils/DateUtils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DateUtils.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/DateUtils.hpp b/src/utils/DateUtils.hpp index 6b48f552..a0323b9e 100644 --- a/src/utils/DateUtils.hpp +++ b/src/utils/DateUtils.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DateUtils.hpp 591 2008-08-14 15:44:58Z jpcs $ + * $Id$ */ #ifndef _DATEUTILS_HPP diff --git a/src/utils/NumUtils.cpp b/src/utils/NumUtils.cpp index b28c7404..7c2b6998 100644 --- a/src/utils/NumUtils.cpp +++ b/src/utils/NumUtils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NumUtils.cpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/PrintAST.cpp b/src/utils/PrintAST.cpp index 25e7e4ff..fd480454 100644 --- a/src/utils/PrintAST.cpp +++ b/src/utils/PrintAST.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrintAST.cpp 767 2009-06-05 13:51:32Z jpcs $ + * $Id$ */ // #define SHOW_QUERY_PATH_TREES diff --git a/src/utils/UCANormalizer.cpp b/src/utils/UCANormalizer.cpp index 9f576a79..38b3bbff 100644 --- a/src/utils/UCANormalizer.cpp +++ b/src/utils/UCANormalizer.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/UCANormalizer1.cpp b/src/utils/UCANormalizer1.cpp index b93239c3..fcc3753e 100644 --- a/src/utils/UCANormalizer1.cpp +++ b/src/utils/UCANormalizer1.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer1.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/UCANormalizer2.cpp b/src/utils/UCANormalizer2.cpp index 9e3f7d6b..c16267d2 100644 --- a/src/utils/UCANormalizer2.cpp +++ b/src/utils/UCANormalizer2.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer2.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/UCANormalizer3.cpp b/src/utils/UCANormalizer3.cpp index 3d232ee8..ad939628 100644 --- a/src/utils/UCANormalizer3.cpp +++ b/src/utils/UCANormalizer3.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer3.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/UCANormalizer4.cpp b/src/utils/UCANormalizer4.cpp index ff8c791f..a1b5578c 100644 --- a/src/utils/UCANormalizer4.cpp +++ b/src/utils/UCANormalizer4.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UCANormalizer4.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/UTF8Str.cpp b/src/utils/UTF8Str.cpp index c7aa5a97..7630de53 100644 --- a/src/utils/UTF8Str.cpp +++ b/src/utils/UTF8Str.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: UTF8Str.cpp 581 2008-08-11 16:40:41Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/XMLChCompare.cpp b/src/utils/XMLChCompare.cpp index 84d055e3..164ab67a 100644 --- a/src/utils/XMLChCompare.cpp +++ b/src/utils/XMLChCompare.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XMLChCompare.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/XPath2NSUtils.cpp b/src/utils/XPath2NSUtils.cpp index c969b219..19b4abaa 100644 --- a/src/utils/XPath2NSUtils.cpp +++ b/src/utils/XPath2NSUtils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2NSUtils.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/XPath2Utils.cpp b/src/utils/XPath2Utils.cpp index 4e800bbb..af48f65b 100644 --- a/src/utils/XPath2Utils.cpp +++ b/src/utils/XPath2Utils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XPath2Utils.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/utils/XQillaPlatformUtils.cpp b/src/utils/XQillaPlatformUtils.cpp index 5ddce808..62bde2d7 100644 --- a/src/utils/XQillaPlatformUtils.cpp +++ b/src/utils/XQillaPlatformUtils.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XQillaPlatformUtils.cpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/AncestorAxis.cpp b/src/xerces/AncestorAxis.cpp index a1a06ceb..fee8cd35 100644 --- a/src/xerces/AncestorAxis.cpp +++ b/src/xerces/AncestorAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AncestorAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/AncestorAxis.hpp b/src/xerces/AncestorAxis.hpp index d009243f..13117083 100644 --- a/src/xerces/AncestorAxis.hpp +++ b/src/xerces/AncestorAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AncestorAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _ANCESTORAXIS_HPP diff --git a/src/xerces/AncestorOrSelfAxis.cpp b/src/xerces/AncestorOrSelfAxis.cpp index c6698b24..c0b10b08 100644 --- a/src/xerces/AncestorOrSelfAxis.cpp +++ b/src/xerces/AncestorOrSelfAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AncestorOrSelfAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/AncestorOrSelfAxis.hpp b/src/xerces/AncestorOrSelfAxis.hpp index 05205989..6fd00d73 100644 --- a/src/xerces/AncestorOrSelfAxis.hpp +++ b/src/xerces/AncestorOrSelfAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AncestorOrSelfAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _ANCESTORORSELFAXIS_HPP diff --git a/src/xerces/AttributeAxis.cpp b/src/xerces/AttributeAxis.cpp index 96561982..e5640328 100644 --- a/src/xerces/AttributeAxis.cpp +++ b/src/xerces/AttributeAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AttributeAxis.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/AttributeAxis.hpp b/src/xerces/AttributeAxis.hpp index ecc5928c..06b79e33 100644 --- a/src/xerces/AttributeAxis.hpp +++ b/src/xerces/AttributeAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: AttributeAxis.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _ATTRIBUTEAXIS_HPP diff --git a/src/xerces/Axis.cpp b/src/xerces/Axis.cpp index 30c9feea..822f8d5c 100644 --- a/src/xerces/Axis.cpp +++ b/src/xerces/Axis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Axis.cpp 536 2008-04-22 11:41:40Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/Axis.hpp b/src/xerces/Axis.hpp index 72f60553..893bff75 100644 --- a/src/xerces/Axis.hpp +++ b/src/xerces/Axis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: Axis.hpp 536 2008-04-22 11:41:40Z jpcs $ + * $Id$ */ #ifndef _AXIS_HPP diff --git a/src/xerces/ChildAxis.cpp b/src/xerces/ChildAxis.cpp index bfc6fd90..b3250005 100644 --- a/src/xerces/ChildAxis.cpp +++ b/src/xerces/ChildAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ChildAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/ChildAxis.hpp b/src/xerces/ChildAxis.hpp index f71a6e57..35770b61 100644 --- a/src/xerces/ChildAxis.hpp +++ b/src/xerces/ChildAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ChildAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _CHILDAXIS_HPP diff --git a/src/xerces/DescendantAxis.cpp b/src/xerces/DescendantAxis.cpp index 1d125cf8..919e561d 100644 --- a/src/xerces/DescendantAxis.cpp +++ b/src/xerces/DescendantAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DescendantAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/DescendantAxis.hpp b/src/xerces/DescendantAxis.hpp index 43f63843..855544e5 100644 --- a/src/xerces/DescendantAxis.hpp +++ b/src/xerces/DescendantAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DescendantAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _DESCENDANTAXIS_HPP diff --git a/src/xerces/DescendantOrSelfAxis.cpp b/src/xerces/DescendantOrSelfAxis.cpp index 55d5a5f9..e5357902 100644 --- a/src/xerces/DescendantOrSelfAxis.cpp +++ b/src/xerces/DescendantOrSelfAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DescendantOrSelfAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/DescendantOrSelfAxis.hpp b/src/xerces/DescendantOrSelfAxis.hpp index ed252191..fa6cf53e 100644 --- a/src/xerces/DescendantOrSelfAxis.hpp +++ b/src/xerces/DescendantOrSelfAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: DescendantOrSelfAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _DESCENDANTORSELFAXIS_HPP diff --git a/src/xerces/FollowingAxis.cpp b/src/xerces/FollowingAxis.cpp index 3b833a35..87ef2a52 100644 --- a/src/xerces/FollowingAxis.cpp +++ b/src/xerces/FollowingAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FollowingAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/FollowingAxis.hpp b/src/xerces/FollowingAxis.hpp index ee46eb1b..768690ce 100644 --- a/src/xerces/FollowingAxis.hpp +++ b/src/xerces/FollowingAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FollowingAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _FOLLOWINGAXIS_HPP diff --git a/src/xerces/FollowingSiblingAxis.cpp b/src/xerces/FollowingSiblingAxis.cpp index 7a435eea..c7145bc3 100644 --- a/src/xerces/FollowingSiblingAxis.cpp +++ b/src/xerces/FollowingSiblingAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FollowingSiblingAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/FollowingSiblingAxis.hpp b/src/xerces/FollowingSiblingAxis.hpp index 08adbe23..fb9b84b4 100644 --- a/src/xerces/FollowingSiblingAxis.hpp +++ b/src/xerces/FollowingSiblingAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: FollowingSiblingAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _FOLLOWINGSIBLINGAXIS_HPP diff --git a/src/xerces/NamespaceAxis.cpp b/src/xerces/NamespaceAxis.cpp index 48fcc125..78b4019d 100644 --- a/src/xerces/NamespaceAxis.cpp +++ b/src/xerces/NamespaceAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NamespaceAxis.cpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/NamespaceAxis.hpp b/src/xerces/NamespaceAxis.hpp index 02617c68..14089292 100644 --- a/src/xerces/NamespaceAxis.hpp +++ b/src/xerces/NamespaceAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: NamespaceAxis.hpp 475 2008-01-08 18:47:44Z jpcs $ + * $Id$ */ #ifndef _NAMESPACEAXIS_HPP diff --git a/src/xerces/ParentAxis.cpp b/src/xerces/ParentAxis.cpp index 37e832ac..dd4649d9 100644 --- a/src/xerces/ParentAxis.cpp +++ b/src/xerces/ParentAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ParentAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/ParentAxis.hpp b/src/xerces/ParentAxis.hpp index 6addc8fe..fde1abdd 100644 --- a/src/xerces/ParentAxis.hpp +++ b/src/xerces/ParentAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: ParentAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _PARENTAXIS_HPP diff --git a/src/xerces/PrecedingAxis.cpp b/src/xerces/PrecedingAxis.cpp index ba9155fb..50fb6d47 100644 --- a/src/xerces/PrecedingAxis.cpp +++ b/src/xerces/PrecedingAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrecedingAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/PrecedingAxis.hpp b/src/xerces/PrecedingAxis.hpp index 9a86eb81..e2932e8a 100644 --- a/src/xerces/PrecedingAxis.hpp +++ b/src/xerces/PrecedingAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrecedingAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _PRECEDINGAXIS_HPP diff --git a/src/xerces/PrecedingSiblingAxis.cpp b/src/xerces/PrecedingSiblingAxis.cpp index 69be3fc3..17696576 100644 --- a/src/xerces/PrecedingSiblingAxis.cpp +++ b/src/xerces/PrecedingSiblingAxis.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrecedingSiblingAxis.cpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/PrecedingSiblingAxis.hpp b/src/xerces/PrecedingSiblingAxis.hpp index 6cd214aa..1c7997c7 100644 --- a/src/xerces/PrecedingSiblingAxis.hpp +++ b/src/xerces/PrecedingSiblingAxis.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: PrecedingSiblingAxis.hpp 548 2008-06-09 19:55:12Z jpcs $ + * $Id$ */ #ifndef _PRECEDINGSIBLINGAXIS_HPP diff --git a/src/xerces/XercesConfiguration.cpp b/src/xerces/XercesConfiguration.cpp index f7e7186e..40204562 100644 --- a/src/xerces/XercesConfiguration.cpp +++ b/src/xerces/XercesConfiguration.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesConfiguration.cpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/XercesNodeImpl.cpp b/src/xerces/XercesNodeImpl.cpp index 8e99ecc7..eed09358 100644 --- a/src/xerces/XercesNodeImpl.cpp +++ b/src/xerces/XercesNodeImpl.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesNodeImpl.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/XercesNodeImpl.hpp b/src/xerces/XercesNodeImpl.hpp index 3cbaed05..fd02c6d2 100644 --- a/src/xerces/XercesNodeImpl.hpp +++ b/src/xerces/XercesNodeImpl.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesNodeImpl.hpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #ifndef _XQILLANODEIMPL_HPP diff --git a/src/xerces/XercesSequenceBuilder.cpp b/src/xerces/XercesSequenceBuilder.cpp index 0080ecbf..5876ec06 100644 --- a/src/xerces/XercesSequenceBuilder.cpp +++ b/src/xerces/XercesSequenceBuilder.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesSequenceBuilder.cpp 587 2008-08-13 13:01:08Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" diff --git a/src/xerces/XercesSequenceBuilder.hpp b/src/xerces/XercesSequenceBuilder.hpp index 4d045a81..0dcf54df 100644 --- a/src/xerces/XercesSequenceBuilder.hpp +++ b/src/xerces/XercesSequenceBuilder.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesSequenceBuilder.hpp 552 2008-07-07 15:26:36Z jpcs $ + * $Id$ */ #ifndef _XERCESSEQUENCEBUILDER_HPP diff --git a/src/xerces/XercesURIResolver.cpp b/src/xerces/XercesURIResolver.cpp index d2f75fc4..a2293096 100644 --- a/src/xerces/XercesURIResolver.cpp +++ b/src/xerces/XercesURIResolver.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesURIResolver.cpp 730 2009-01-22 14:14:48Z lauren_foutz $ + * $Id$ */ #include "../config/xqilla_config.h" @@ -223,7 +223,7 @@ bool XercesURIResolver::putDocument(const Node::Ptr &document, const XMLCh *uri, if(*ptr == '%') { if(ptr[1] == 0) throw MalformedURLException(__FILE__, __LINE__, XMLExcepts::URL_MalformedURL); if(ptr[2] == 0) throw MalformedURLException(__FILE__, __LINE__, XMLExcepts::URL_MalformedURL); - unencode8.append(1, char2hexdigit(ptr[1]) * 0x10 + char2hexdigit(ptr[2])); + unencode8.append(1, (char)(char2hexdigit(ptr[1]) * 0x10 + char2hexdigit(ptr[2]))); ptr += 3; } else { diff --git a/src/xerces/XercesURIResolver.hpp b/src/xerces/XercesURIResolver.hpp index f0e3a0e3..e4ca1d32 100644 --- a/src/xerces/XercesURIResolver.hpp +++ b/src/xerces/XercesURIResolver.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesURIResolver.hpp 559 2008-07-28 12:16:16Z jpcs $ + * $Id$ */ #ifndef XERCESURIRESOLVER_H diff --git a/src/xerces/XercesUpdateFactory.cpp b/src/xerces/XercesUpdateFactory.cpp index d85da3d3..802015ca 100644 --- a/src/xerces/XercesUpdateFactory.cpp +++ b/src/xerces/XercesUpdateFactory.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesUpdateFactory.cpp 814 2009-11-13 14:21:12Z jpcs $ + * $Id$ */ #include "../config/xqilla_config.h" @@ -90,7 +90,8 @@ static DOMNode *importNodeFix(DOMDocument *doc, DOMNode *node, bool deep) // Xerces-C has a bug that doesn't copy the prefix correctly - jpcs if((node->getNodeType() == DOMNode::ELEMENT_NODE || node->getNodeType() == DOMNode::ATTRIBUTE_NODE) && - node->getNamespaceURI() != 0 && *node->getNamespaceURI() != 0) + node->getNamespaceURI() != 0 && *node->getNamespaceURI() != 0 && + node->getPrefix() != 0 && *node->getPrefix() != 0) newNode->setPrefix(node->getPrefix()); return newNode; } diff --git a/src/xerces/XercesUpdateFactory.hpp b/src/xerces/XercesUpdateFactory.hpp index 9c5e4711..1d6a1175 100644 --- a/src/xerces/XercesUpdateFactory.hpp +++ b/src/xerces/XercesUpdateFactory.hpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: XercesUpdateFactory.hpp 570 2008-08-05 23:43:59Z jpcs $ + * $Id$ */ #ifndef _XERCESUPDATEFACTORY_HPP diff --git a/src/xqts/TestSuiteParser.cpp b/src/xqts/TestSuiteParser.cpp index 609235f2..4c6052ea 100644 --- a/src/xqts/TestSuiteParser.cpp +++ b/src/xqts/TestSuiteParser.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteParser.cpp 736 2009-02-05 21:37:38Z lauren_foutz $ + * $Id$ */ #ifdef _MSC_VER diff --git a/src/xqts/TestSuiteResultListener.cpp b/src/xqts/TestSuiteResultListener.cpp index f136e27b..89445034 100644 --- a/src/xqts/TestSuiteResultListener.cpp +++ b/src/xqts/TestSuiteResultListener.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteResultListener.cpp 663 2008-10-08 17:51:30Z jpcs $ + * $Id$ */ #ifdef _MSC_VER #pragma warning(disable: 4786) diff --git a/src/xqts/TestSuiteRunner.cpp b/src/xqts/TestSuiteRunner.cpp index ef5d2ba1..1b2aff5c 100644 --- a/src/xqts/TestSuiteRunner.cpp +++ b/src/xqts/TestSuiteRunner.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: TestSuiteRunner.cpp 734 2009-01-30 18:08:37Z gmfeinberg $ + * $Id$ */ #ifdef _MSC_VER diff --git a/tests/xmark/xmark.cpp b/tests/xmark/xmark.cpp index 1e33895a..2feaf2c9 100644 --- a/tests/xmark/xmark.cpp +++ b/tests/xmark/xmark.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: xmark.cpp 700 2008-12-08 15:46:04Z jpcs $ + * $Id$ */ #ifdef _MSC_VER diff --git a/tests/xqts/runner.cpp b/tests/xqts/runner.cpp index 68e9c250..2b34b89a 100644 --- a/tests/xqts/runner.cpp +++ b/tests/xqts/runner.cpp @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: runner.cpp 687 2008-11-26 14:25:40Z jpcs $ + * $Id$ */ #ifdef _MSC_VER diff --git a/wintools/lib_paths.sed b/wintools/lib_paths.sed index 271b64e5..e396adfd 100644 --- a/wintools/lib_paths.sed +++ b/wintools/lib_paths.sed @@ -1,4 +1,4 @@ -# $Id: lib_paths.sed 812 2009-11-12 17:35:48Z jpcs $ +# $Id$ # Default path for XQilla library, and paths to # Xerces # @@ -16,7 +16,7 @@ s!@XQILLA_LIB_BASE@!xqilla!g s!@XQILLA_VERSION_MAJOR@!2!g s!@XQILLA_VERSION_MINOR@!2!g -s!@XQILLA_VERSION_PATCH@!3!g +s!@XQILLA_VERSION_PATCH@!4!g # Xerces is assumed to be source (vs installation) s!@XERCES_LIBHOME@!@XERCES_WINHOME@/Build/Win32/VC6!g @@ -29,8 +29,8 @@ s!@XERCES_STATIC_LIB@!xerces-c_static_@XERCES_VERSION_MAJOR@!g s!@XERCES_LIB@!xerces-c_@XERCES_VERSION_MAJOR@!g s!@XERCES_DLL@!xerces-c_@XERCES_VERSION_MAJOR@_@XERCES_VERSION_MINOR@!g -# Current Xerces version is 3.0.1 +# Current Xerces version is 3.1.0 s!@XERCES_VERSION_MAJOR@!3!g -s!@XERCES_VERSION_MINOR@!0!g -s!@XERCES_VERSION_PATCH@!1!g +s!@XERCES_VERSION_MINOR@!1!g +s!@XERCES_VERSION_PATCH@!0!g diff --git a/wintools/s_win32 b/wintools/s_win32 index 5e89b3f2..3942dd55 100755 --- a/wintools/s_win32 +++ b/wintools/s_win32 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: s_win32 551 2008-07-01 13:16:55Z jpcs $ +# $Id$ # # s_projects requires that xqilla (the command line program) be in # your PATH diff --git a/wintools/s_win32_common b/wintools/s_win32_common index 908641f8..089ca89b 100644 --- a/wintools/s_win32_common +++ b/wintools/s_win32_common @@ -1,5 +1,5 @@ # -# $Id: s_win32_common 572 2008-08-06 14:48:23Z jpcs $ +# $Id$ # # Common functions used by both .dsp and .vcproj file generation # diff --git a/wintools/s_win32_dsp b/wintools/s_win32_dsp index 3bdf5050..da8e75c6 100644 --- a/wintools/s_win32_dsp +++ b/wintools/s_win32_dsp @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: s_win32_dsp 470 2007-12-12 21:20:59Z jpcs $ +# $Id$ # # Build Windows .dsp (VS6) project files