From d39b19ead8a81ef3ff03a0a7d516b56486f86bdb Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 19 Sep 2012 19:40:43 +0200 Subject: [PATCH 1/6] create log dir during install --- Doxygen/arango.template | 2 +- Makefile.am | 1 + Makefile.in | 1092 ++++++++++++++++++--------------------- aclocal.m4 | 399 ++++++++------ configure | 443 +++++++++------- 5 files changed, 995 insertions(+), 942 deletions(-) diff --git a/Doxygen/arango.template b/Doxygen/arango.template index 5d976951b8..95f0c6d96b 100644 --- a/Doxygen/arango.template +++ b/Doxygen/arango.template @@ -1550,7 +1550,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = NO # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will diff --git a/Makefile.am b/Makefile.am index 0592c2b5a5..8e0f97f42a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -263,6 +263,7 @@ if ENABLE_INSTALL_DBDIR install-data-local: test -d $(DESTDIR)$(TRI_DATABASE_DIR) || mkdir -p $(DESTDIR)$(TRI_DATABASE_DIR) + test -d $(DESTDIR)$(TRI_LOG_DIR) || mkdir -p $(DESTDIR)$(TRI_LOG_DIR) endif diff --git a/Makefile.in b/Makefile.in index 272fbd01fa..8df9601086 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.12 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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. @@ -182,6 +182,23 @@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -255,7 +272,11 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/m4/Makefile.flex $(srcdir)/m4/Makefile.javascript \ $(srcdir)/m4/Makefile.mruby $(srcdir)/m4/Makefile.protobuf \ $(top_srcdir)/Doxygen/arango.template.in \ - $(top_srcdir)/config/config.h.in $(top_srcdir)/configure \ + $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ + $(top_srcdir)/config/config.h.in \ + $(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \ + $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \ + $(top_srcdir)/configure \ $(top_srcdir)/lib/BasicsC/local-configuration.h.in \ config/compile config/config.guess config/config.sub \ config/depcomp config/install-sh config/missing @@ -345,11 +366,11 @@ CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) AR = ar ARFLAGS = cru -AM_V_AR = $(am__v_AR_$(V)) -am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) -am__v_AR_0 = @echo " AR " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_AR = $(am__v_AR_@AM_V@) +am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +am__v_AR_0 = @echo " AR " $@; +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ lib_libarango_a_AR = $(AR) $(ARFLAGS) lib_libarango_a_LIBADD = @@ -783,33 +804,33 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config -I$(top_builddir)/lib/ depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles am__mv = mv -f -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -AM_V_CXX = $(am__v_CXX_$(V)) -am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) -am__v_CXX_0 = @echo " CXX " $@; +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; CXXLD = $(CXX) CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ -AM_V_CXXLD = $(am__v_CXXLD_$(V)) -am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CXXLD_0 = @echo " CXXLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(lib_libarango_a_SOURCES) $(lib_libarango_client_a_SOURCES) \ $(lib_libarango_fe_a_SOURCES) $(lib_libarango_mruby_a_SOURCES) \ $(lib_libarango_v8_a_SOURCES) \ @@ -830,6 +851,11 @@ DIST_SOURCES = $(am__lib_libarango_a_SOURCES_DIST) \ $(am__bin_arangod_SOURCES_DIST) $(bin_arangoimp_SOURCES) \ $(am__bin_arangoirb_SOURCES_DIST) $(bin_arangosh_SOURCES) \ $(bin_zclient_SOURCES) $(bin_zserver_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -851,19 +877,33 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(arangosysconf_DATA) $(nobase_pkgdata_DATA) ETAGS = etags CTAGS = ctags +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope 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)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -1689,7 +1729,7 @@ all: $(BUILT_SOURCES) .SUFFIXES: .SUFFIXES: .c .cpp .o .obj -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.files $(srcdir)/lib/Makefile.files $(srcdir)/arangod/Makefile.files $(srcdir)/arangosh/Makefile.files $(srcdir)/arangoirb/Makefile.files $(srcdir)/PerfTests/Makefile.files $(srcdir)/Makefile.unittests $(srcdir)/m4/Makefile.mruby $(srcdir)/m4/Makefile.doxygen $(srcdir)/m4/Makefile.javascript $(srcdir)/m4/Makefile.flex $(srcdir)/m4/Makefile.bison $(srcdir)/m4/Makefile.all-in-one-protobuf $(srcdir)/m4/Makefile.protobuf $(srcdir)/m4/Makefile.all-in-one-libev $(srcdir)/m4/Makefile.all-in-one-v8 $(srcdir)/m4/Makefile.all-in-one-mruby $(srcdir)/m4/Makefile.all-in-one-zeromq $(am__configure_deps) @for dep in $?; do \ @@ -1714,6 +1754,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/Makefile.files $(srcdir)/lib/Makefile.files $(srcdir)/arangod/Makefile.files $(srcdir)/arangosh/Makefile.files $(srcdir)/arangoirb/Makefile.files $(srcdir)/PerfTests/Makefile.files $(srcdir)/Makefile.unittests $(srcdir)/m4/Makefile.mruby $(srcdir)/m4/Makefile.doxygen $(srcdir)/m4/Makefile.javascript $(srcdir)/m4/Makefile.flex $(srcdir)/m4/Makefile.bison $(srcdir)/m4/Makefile.all-in-one-protobuf $(srcdir)/m4/Makefile.protobuf $(srcdir)/m4/Makefile.all-in-one-libev $(srcdir)/m4/Makefile.all-in-one-v8 $(srcdir)/m4/Makefile.all-in-one-mruby $(srcdir)/m4/Makefile.all-in-one-zeromq: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -1725,10 +1766,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): config/config.h: config/stamp-h1 - @if test ! -f $@; then \ - rm -f config/stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f config/stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1; else :; fi config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status @rm -f config/stamp-h1 @@ -1739,10 +1778,8 @@ $(top_srcdir)/config/config.h.in: $(am__configure_deps) touch $@ lib/BasicsC/local-configuration.h: lib/BasicsC/stamp-h2 - @if test ! -f $@; then \ - rm -f lib/BasicsC/stamp-h2; \ - $(MAKE) $(AM_MAKEFLAGS) lib/BasicsC/stamp-h2; \ - else :; fi + @if test ! -f $@; then rm -f lib/BasicsC/stamp-h2; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) lib/BasicsC/stamp-h2; else :; fi lib/BasicsC/stamp-h2: $(top_srcdir)/lib/BasicsC/local-configuration.h.in $(top_builddir)/config.status @rm -f lib/BasicsC/stamp-h2 @@ -2034,7 +2071,7 @@ lib/ZeroMQ/ZeroMQWorkerThread.$(OBJEXT): lib/ZeroMQ/$(am__dirstamp) \ lib/$(am__dirstamp): @$(MKDIR_P) lib @: > lib/$(am__dirstamp) -lib/libarango.a: $(lib_libarango_a_OBJECTS) $(lib_libarango_a_DEPENDENCIES) lib/$(am__dirstamp) +lib/libarango.a: $(lib_libarango_a_OBJECTS) $(lib_libarango_a_DEPENDENCIES) $(EXTRA_lib_libarango_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libarango.a $(AM_V_AR)$(lib_libarango_a_AR) lib/libarango.a $(lib_libarango_a_OBJECTS) $(lib_libarango_a_LIBADD) $(AM_V_at)$(RANLIB) lib/libarango.a @@ -2050,7 +2087,7 @@ lib/SimpleHttpClient/SimpleHttpClient.$(OBJEXT): \ lib/SimpleHttpClient/SimpleHttpResult.$(OBJEXT): \ lib/SimpleHttpClient/$(am__dirstamp) \ lib/SimpleHttpClient/$(DEPDIR)/$(am__dirstamp) -lib/libarango_client.a: $(lib_libarango_client_a_OBJECTS) $(lib_libarango_client_a_DEPENDENCIES) lib/$(am__dirstamp) +lib/libarango_client.a: $(lib_libarango_client_a_OBJECTS) $(lib_libarango_client_a_DEPENDENCIES) $(EXTRA_lib_libarango_client_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libarango_client.a $(AM_V_AR)$(lib_libarango_client_a_AR) lib/libarango_client.a $(lib_libarango_client_a_OBJECTS) $(lib_libarango_client_a_LIBADD) $(AM_V_at)$(RANLIB) lib/libarango_client.a @@ -2241,7 +2278,7 @@ lib/UserManager/UserHandler.$(OBJEXT): \ lib/UserManager/UsersHandler.$(OBJEXT): \ lib/UserManager/$(am__dirstamp) \ lib/UserManager/$(DEPDIR)/$(am__dirstamp) -lib/libarango_fe.a: $(lib_libarango_fe_a_OBJECTS) $(lib_libarango_fe_a_DEPENDENCIES) lib/$(am__dirstamp) +lib/libarango_fe.a: $(lib_libarango_fe_a_OBJECTS) $(lib_libarango_fe_a_DEPENDENCIES) $(EXTRA_lib_libarango_fe_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libarango_fe.a $(AM_V_AR)$(lib_libarango_fe_a_AR) lib/libarango_fe.a $(lib_libarango_fe_a_OBJECTS) $(lib_libarango_fe_a_LIBADD) $(AM_V_at)$(RANLIB) lib/libarango_fe.a @@ -2257,7 +2294,7 @@ lib/MRuby/MRLineEditor.$(OBJEXT): lib/MRuby/$(am__dirstamp) \ lib/MRuby/$(DEPDIR)/$(am__dirstamp) lib/MRuby/mr-utils.$(OBJEXT): lib/MRuby/$(am__dirstamp) \ lib/MRuby/$(DEPDIR)/$(am__dirstamp) -lib/libarango_mruby.a: $(lib_libarango_mruby_a_OBJECTS) $(lib_libarango_mruby_a_DEPENDENCIES) lib/$(am__dirstamp) +lib/libarango_mruby.a: $(lib_libarango_mruby_a_OBJECTS) $(lib_libarango_mruby_a_DEPENDENCIES) $(EXTRA_lib_libarango_mruby_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libarango_mruby.a $(AM_V_AR)$(lib_libarango_mruby_a_AR) lib/libarango_mruby.a $(lib_libarango_mruby_a_OBJECTS) $(lib_libarango_mruby_a_LIBADD) $(AM_V_at)$(RANLIB) lib/libarango_mruby.a @@ -2281,14 +2318,17 @@ lib/V8/v8-shell.$(OBJEXT): lib/V8/$(am__dirstamp) \ lib/V8/$(DEPDIR)/$(am__dirstamp) lib/V8/v8-utils.$(OBJEXT): lib/V8/$(am__dirstamp) \ lib/V8/$(DEPDIR)/$(am__dirstamp) -lib/libarango_v8.a: $(lib_libarango_v8_a_OBJECTS) $(lib_libarango_v8_a_DEPENDENCIES) lib/$(am__dirstamp) +lib/libarango_v8.a: $(lib_libarango_v8_a_OBJECTS) $(lib_libarango_v8_a_DEPENDENCIES) $(EXTRA_lib_libarango_v8_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libarango_v8.a $(AM_V_AR)$(lib_libarango_v8_a_AR) lib/libarango_v8.a $(lib_libarango_v8_a_OBJECTS) $(lib_libarango_v8_a_LIBADD) $(AM_V_at)$(RANLIB) lib/libarango_v8.a install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p; \ @@ -2327,8 +2367,11 @@ clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ + fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p; \ @@ -2415,7 +2458,7 @@ UnitTests/Jutland/StringBufferTest.$(OBJEXT): \ UnitTests/Jutland/StringUtilsTest.$(OBJEXT): \ UnitTests/Jutland/$(am__dirstamp) \ UnitTests/Jutland/$(DEPDIR)/$(am__dirstamp) -UnitTests/basics_suite$(EXEEXT): $(UnitTests_basics_suite_OBJECTS) $(UnitTests_basics_suite_DEPENDENCIES) UnitTests/$(am__dirstamp) +UnitTests/basics_suite$(EXEEXT): $(UnitTests_basics_suite_OBJECTS) $(UnitTests_basics_suite_DEPENDENCIES) $(EXTRA_UnitTests_basics_suite_DEPENDENCIES) UnitTests/$(am__dirstamp) @rm -f UnitTests/basics_suite$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(UnitTests_basics_suite_OBJECTS) $(UnitTests_basics_suite_LDADD) $(LIBS) UnitTests/Cambridge/$(am__dirstamp): @@ -2439,7 +2482,7 @@ arangod/GeoIndex/$(DEPDIR)/$(am__dirstamp): arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.$(OBJEXT): \ arangod/GeoIndex/$(am__dirstamp) \ arangod/GeoIndex/$(DEPDIR)/$(am__dirstamp) -UnitTests/geo_suite$(EXEEXT): $(UnitTests_geo_suite_OBJECTS) $(UnitTests_geo_suite_DEPENDENCIES) UnitTests/$(am__dirstamp) +UnitTests/geo_suite$(EXEEXT): $(UnitTests_geo_suite_OBJECTS) $(UnitTests_geo_suite_DEPENDENCIES) $(EXTRA_UnitTests_geo_suite_DEPENDENCIES) UnitTests/$(am__dirstamp) @rm -f UnitTests/geo_suite$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(UnitTests_geo_suite_OBJECTS) $(UnitTests_geo_suite_LDADD) $(LIBS) bin/$(am__dirstamp): @@ -2724,7 +2767,7 @@ arangod/MRServer/bin_arangod-ApplicationMR.$(OBJEXT): \ arangod/MRServer/bin_arangod-mr-actions.$(OBJEXT): \ arangod/MRServer/$(am__dirstamp) \ arangod/MRServer/$(DEPDIR)/$(am__dirstamp) -bin/arangod$(EXEEXT): $(bin_arangod_OBJECTS) $(bin_arangod_DEPENDENCIES) bin/$(am__dirstamp) +bin/arangod$(EXEEXT): $(bin_arangod_OBJECTS) $(bin_arangod_DEPENDENCIES) $(EXTRA_bin_arangod_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/arangod$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_arangod_OBJECTS) $(bin_arangod_LDADD) $(LIBS) arangosh/V8Client/$(am__dirstamp): @@ -2742,7 +2785,7 @@ arangosh/V8Client/bin_arangoimp-V8ClientConnection.$(OBJEXT): \ arangosh/V8Client/bin_arangoimp-arangoimp.$(OBJEXT): \ arangosh/V8Client/$(am__dirstamp) \ arangosh/V8Client/$(DEPDIR)/$(am__dirstamp) -bin/arangoimp$(EXEEXT): $(bin_arangoimp_OBJECTS) $(bin_arangoimp_DEPENDENCIES) bin/$(am__dirstamp) +bin/arangoimp$(EXEEXT): $(bin_arangoimp_OBJECTS) $(bin_arangoimp_DEPENDENCIES) $(EXTRA_bin_arangoimp_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/arangoimp$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_arangoimp_OBJECTS) $(bin_arangoimp_LDADD) $(LIBS) arangoirb/MRClient/$(am__dirstamp): @@ -2757,7 +2800,7 @@ arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.$(OBJEXT): \ arangoirb/MRClient/bin_arangoirb-arangoirb.$(OBJEXT): \ arangoirb/MRClient/$(am__dirstamp) \ arangoirb/MRClient/$(DEPDIR)/$(am__dirstamp) -bin/arangoirb$(EXEEXT): $(bin_arangoirb_OBJECTS) $(bin_arangoirb_DEPENDENCIES) bin/$(am__dirstamp) +bin/arangoirb$(EXEEXT): $(bin_arangoirb_OBJECTS) $(bin_arangoirb_DEPENDENCIES) $(EXTRA_bin_arangoirb_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/arangoirb$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_arangoirb_OBJECTS) $(bin_arangoirb_LDADD) $(LIBS) arangosh/V8Client/bin_arangosh-ImportHelper.$(OBJEXT): \ @@ -2769,7 +2812,7 @@ arangosh/V8Client/bin_arangosh-V8ClientConnection.$(OBJEXT): \ arangosh/V8Client/bin_arangosh-arangosh.$(OBJEXT): \ arangosh/V8Client/$(am__dirstamp) \ arangosh/V8Client/$(DEPDIR)/$(am__dirstamp) -bin/arangosh$(EXEEXT): $(bin_arangosh_OBJECTS) $(bin_arangosh_DEPENDENCIES) bin/$(am__dirstamp) +bin/arangosh$(EXEEXT): $(bin_arangosh_OBJECTS) $(bin_arangosh_DEPENDENCIES) $(EXTRA_bin_arangosh_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/arangosh$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_arangosh_OBJECTS) $(bin_arangosh_LDADD) $(LIBS) lib/ProtocolBuffers/bin_zclient-arangodb.pb.$(OBJEXT): \ @@ -2783,12 +2826,12 @@ PerfTests/$(DEPDIR)/$(am__dirstamp): @: > PerfTests/$(DEPDIR)/$(am__dirstamp) PerfTests/bin_zclient-zclient.$(OBJEXT): PerfTests/$(am__dirstamp) \ PerfTests/$(DEPDIR)/$(am__dirstamp) -bin/zclient$(EXEEXT): $(bin_zclient_OBJECTS) $(bin_zclient_DEPENDENCIES) bin/$(am__dirstamp) +bin/zclient$(EXEEXT): $(bin_zclient_OBJECTS) $(bin_zclient_DEPENDENCIES) $(EXTRA_bin_zclient_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/zclient$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_zclient_OBJECTS) $(bin_zclient_LDADD) $(LIBS) PerfTests/bin_zserver-zserver.$(OBJEXT): PerfTests/$(am__dirstamp) \ PerfTests/$(DEPDIR)/$(am__dirstamp) -bin/zserver$(EXEEXT): $(bin_zserver_OBJECTS) $(bin_zserver_DEPENDENCIES) bin/$(am__dirstamp) +bin/zserver$(EXEEXT): $(bin_zserver_OBJECTS) $(bin_zserver_DEPENDENCIES) $(EXTRA_bin_zserver_DEPENDENCIES) bin/$(am__dirstamp) @rm -f bin/zserver$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(bin_zserver_OBJECTS) $(bin_zserver_LDADD) $(LIBS) @@ -3313,1337 +3356,1174 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o: arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o -MD -MP -MF arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Tpo -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Tpo arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj: arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj -MD -MP -MF arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Tpo -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Tpo arangod/GeoIndex/$(DEPDIR)/UnitTests_geo_suite-GeoIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/UnitTests_geo_suite-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o: arangod/Ahuacatl/ahuacatl-access-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-access-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-access-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-access-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-access-optimiser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-access-optimiser.c arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj: arangod/Ahuacatl/ahuacatl-access-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-access-optimiser.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-access-optimiser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-access-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-access-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-access-optimiser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-access-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-access-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-access-optimiser.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o: arangod/Ahuacatl/ahuacatl-ast-node.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o `test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-ast-node.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-ast-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-ast-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o `test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-ast-node.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.o `test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-ast-node.c arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj: arangod/Ahuacatl/ahuacatl-ast-node.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-ast-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-ast-node.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-ast-node.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-ast-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-ast-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-ast-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-ast-node.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-ast-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-ast-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-ast-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-ast-node.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o: arangod/Ahuacatl/ahuacatl-bind-parameter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o `test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-bind-parameter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-bind-parameter.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-bind-parameter.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o `test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-bind-parameter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.o `test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-bind-parameter.c arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj: arangod/Ahuacatl/ahuacatl-bind-parameter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj `if test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-bind-parameter.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-bind-parameter.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-bind-parameter.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-bind-parameter.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj `if test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-bind-parameter.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-bind-parameter.obj `if test -f 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-bind-parameter.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-bind-parameter.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o: arangod/Ahuacatl/ahuacatl-codegen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o `test -f 'arangod/Ahuacatl/ahuacatl-codegen.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-codegen.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-codegen.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-codegen.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o `test -f 'arangod/Ahuacatl/ahuacatl-codegen.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-codegen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.o `test -f 'arangod/Ahuacatl/ahuacatl-codegen.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-codegen.c arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj: arangod/Ahuacatl/ahuacatl-codegen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj `if test -f 'arangod/Ahuacatl/ahuacatl-codegen.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-codegen.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-codegen.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-codegen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-codegen.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-codegen.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj `if test -f 'arangod/Ahuacatl/ahuacatl-codegen.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-codegen.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-codegen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-codegen.obj `if test -f 'arangod/Ahuacatl/ahuacatl-codegen.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-codegen.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-codegen.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o: arangod/Ahuacatl/ahuacatl-collections.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o `test -f 'arangod/Ahuacatl/ahuacatl-collections.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-collections.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-collections.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-collections.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o `test -f 'arangod/Ahuacatl/ahuacatl-collections.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-collections.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.o `test -f 'arangod/Ahuacatl/ahuacatl-collections.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-collections.c arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj: arangod/Ahuacatl/ahuacatl-collections.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj `if test -f 'arangod/Ahuacatl/ahuacatl-collections.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-collections.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-collections.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-collections.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-collections.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-collections.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj `if test -f 'arangod/Ahuacatl/ahuacatl-collections.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-collections.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-collections.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-collections.obj `if test -f 'arangod/Ahuacatl/ahuacatl-collections.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-collections.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-collections.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-context.o: arangod/Ahuacatl/ahuacatl-context.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-context.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.o `test -f 'arangod/Ahuacatl/ahuacatl-context.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-context.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-context.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-context.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-context.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-context.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.o `test -f 'arangod/Ahuacatl/ahuacatl-context.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-context.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.o `test -f 'arangod/Ahuacatl/ahuacatl-context.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-context.c arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj: arangod/Ahuacatl/ahuacatl-context.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj `if test -f 'arangod/Ahuacatl/ahuacatl-context.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-context.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-context.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-context.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-context.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-context.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj `if test -f 'arangod/Ahuacatl/ahuacatl-context.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-context.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-context.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-context.obj `if test -f 'arangod/Ahuacatl/ahuacatl-context.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-context.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-context.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o: arangod/Ahuacatl/ahuacatl-conversions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o `test -f 'arangod/Ahuacatl/ahuacatl-conversions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-conversions.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-conversions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-conversions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o `test -f 'arangod/Ahuacatl/ahuacatl-conversions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-conversions.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.o `test -f 'arangod/Ahuacatl/ahuacatl-conversions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-conversions.c arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj: arangod/Ahuacatl/ahuacatl-conversions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-conversions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-conversions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-conversions.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-conversions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-conversions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-conversions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-conversions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-conversions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-conversions.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-conversions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-conversions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-conversions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-conversions.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-error.o: arangod/Ahuacatl/ahuacatl-error.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-error.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.o `test -f 'arangod/Ahuacatl/ahuacatl-error.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-error.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-error.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-error.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-error.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-error.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.o `test -f 'arangod/Ahuacatl/ahuacatl-error.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-error.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.o `test -f 'arangod/Ahuacatl/ahuacatl-error.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-error.c arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj: arangod/Ahuacatl/ahuacatl-error.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj `if test -f 'arangod/Ahuacatl/ahuacatl-error.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-error.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-error.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-error.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-error.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-error.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj `if test -f 'arangod/Ahuacatl/ahuacatl-error.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-error.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-error.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-error.obj `if test -f 'arangod/Ahuacatl/ahuacatl-error.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-error.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-error.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o: arangod/Ahuacatl/ahuacatl-explain.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o `test -f 'arangod/Ahuacatl/ahuacatl-explain.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-explain.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-explain.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-explain.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o `test -f 'arangod/Ahuacatl/ahuacatl-explain.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-explain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.o `test -f 'arangod/Ahuacatl/ahuacatl-explain.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-explain.c arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj: arangod/Ahuacatl/ahuacatl-explain.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj `if test -f 'arangod/Ahuacatl/ahuacatl-explain.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-explain.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-explain.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-explain.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-explain.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-explain.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj `if test -f 'arangod/Ahuacatl/ahuacatl-explain.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-explain.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-explain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-explain.obj `if test -f 'arangod/Ahuacatl/ahuacatl-explain.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-explain.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-explain.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o: arangod/Ahuacatl/ahuacatl-functions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-functions.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-functions.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-functions.c arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj: arangod/Ahuacatl/ahuacatl-functions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-functions.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-functions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-functions.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-functions.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o: arangod/Ahuacatl/ahuacatl-grammar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o `test -f 'arangod/Ahuacatl/ahuacatl-grammar.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-grammar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-grammar.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-grammar.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o `test -f 'arangod/Ahuacatl/ahuacatl-grammar.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-grammar.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.o `test -f 'arangod/Ahuacatl/ahuacatl-grammar.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-grammar.c arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj: arangod/Ahuacatl/ahuacatl-grammar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj `if test -f 'arangod/Ahuacatl/ahuacatl-grammar.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-grammar.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-grammar.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-grammar.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-grammar.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-grammar.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj `if test -f 'arangod/Ahuacatl/ahuacatl-grammar.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-grammar.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-grammar.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-grammar.obj `if test -f 'arangod/Ahuacatl/ahuacatl-grammar.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-grammar.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-grammar.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-index.o: arangod/Ahuacatl/ahuacatl-index.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-index.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.o `test -f 'arangod/Ahuacatl/ahuacatl-index.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-index.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-index.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-index.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-index.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-index.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.o `test -f 'arangod/Ahuacatl/ahuacatl-index.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-index.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.o `test -f 'arangod/Ahuacatl/ahuacatl-index.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-index.c arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj: arangod/Ahuacatl/ahuacatl-index.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj `if test -f 'arangod/Ahuacatl/ahuacatl-index.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-index.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-index.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-index.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-index.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj `if test -f 'arangod/Ahuacatl/ahuacatl-index.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-index.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-index.obj `if test -f 'arangod/Ahuacatl/ahuacatl-index.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-index.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-node.o: arangod/Ahuacatl/ahuacatl-node.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-node.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.o `test -f 'arangod/Ahuacatl/ahuacatl-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-node.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-node.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-node.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.o `test -f 'arangod/Ahuacatl/ahuacatl-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-node.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.o `test -f 'arangod/Ahuacatl/ahuacatl-node.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-node.c arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj: arangod/Ahuacatl/ahuacatl-node.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-node.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-node.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-node.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-node.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-node.obj `if test -f 'arangod/Ahuacatl/ahuacatl-node.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-node.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-node.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o: arangod/Ahuacatl/ahuacatl-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-optimiser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.o `test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-optimiser.c arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj: arangod/Ahuacatl/ahuacatl-optimiser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-optimiser.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-optimiser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-optimiser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-optimiser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-optimiser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-optimiser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-optimiser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-optimiser.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o: arangod/Ahuacatl/ahuacatl-parser-functions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser-functions.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-parser-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-parser-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser-functions.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.o `test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser-functions.c arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj: arangod/Ahuacatl/ahuacatl-parser-functions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser-functions.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser-functions.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-parser-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-parser-functions.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser-functions.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser-functions.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser-functions.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser-functions.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o: arangod/Ahuacatl/ahuacatl-parser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o `test -f 'arangod/Ahuacatl/ahuacatl-parser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-parser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-parser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o `test -f 'arangod/Ahuacatl/ahuacatl-parser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.o `test -f 'arangod/Ahuacatl/ahuacatl-parser.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-parser.c arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj: arangod/Ahuacatl/ahuacatl-parser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-parser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-parser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-parser.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-parser.obj `if test -f 'arangod/Ahuacatl/ahuacatl-parser.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-parser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-parser.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-result.o: arangod/Ahuacatl/ahuacatl-result.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-result.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.o `test -f 'arangod/Ahuacatl/ahuacatl-result.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-result.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-result.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-result.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-result.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-result.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.o `test -f 'arangod/Ahuacatl/ahuacatl-result.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-result.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.o `test -f 'arangod/Ahuacatl/ahuacatl-result.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-result.c arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj: arangod/Ahuacatl/ahuacatl-result.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj `if test -f 'arangod/Ahuacatl/ahuacatl-result.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-result.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-result.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-result.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-result.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-result.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj `if test -f 'arangod/Ahuacatl/ahuacatl-result.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-result.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-result.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-result.obj `if test -f 'arangod/Ahuacatl/ahuacatl-result.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-result.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-result.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o: arangod/Ahuacatl/ahuacatl-scope.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o `test -f 'arangod/Ahuacatl/ahuacatl-scope.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-scope.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-scope.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-scope.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o `test -f 'arangod/Ahuacatl/ahuacatl-scope.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-scope.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.o `test -f 'arangod/Ahuacatl/ahuacatl-scope.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-scope.c arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj: arangod/Ahuacatl/ahuacatl-scope.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj `if test -f 'arangod/Ahuacatl/ahuacatl-scope.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-scope.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-scope.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-scope.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-scope.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-scope.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj `if test -f 'arangod/Ahuacatl/ahuacatl-scope.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-scope.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-scope.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-scope.obj `if test -f 'arangod/Ahuacatl/ahuacatl-scope.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-scope.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-scope.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o: arangod/Ahuacatl/ahuacatl-statementlist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o `test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statementlist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statementlist.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statementlist.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o `test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statementlist.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.o `test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statementlist.c arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj: arangod/Ahuacatl/ahuacatl-statementlist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statementlist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statementlist.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statementlist.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statementlist.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statementlist.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statementlist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statementlist.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statementlist.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statementlist.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statementlist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statementlist.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o: arangod/Ahuacatl/ahuacatl-statement-dump.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-dump.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statement-dump.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statement-dump.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-dump.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-dump.c arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj: arangod/Ahuacatl/ahuacatl-statement-dump.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-dump.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-dump.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statement-dump.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statement-dump.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-dump.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-dump.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-dump.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-dump.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o: arangod/Ahuacatl/ahuacatl-statement-walker.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-walker.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statement-walker.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statement-walker.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-walker.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.o `test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-statement-walker.c arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj: arangod/Ahuacatl/ahuacatl-statement-walker.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-walker.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-statement-walker.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-statement-walker.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-statement-walker.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-walker.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-statement-walker.obj `if test -f 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-statement-walker.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-statement-walker.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o: arangod/Ahuacatl/ahuacatl-tokens.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o `test -f 'arangod/Ahuacatl/ahuacatl-tokens.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-tokens.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-tokens.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-tokens.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o `test -f 'arangod/Ahuacatl/ahuacatl-tokens.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-tokens.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.o `test -f 'arangod/Ahuacatl/ahuacatl-tokens.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-tokens.c arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj: arangod/Ahuacatl/ahuacatl-tokens.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj `if test -f 'arangod/Ahuacatl/ahuacatl-tokens.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-tokens.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-tokens.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-tokens.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-tokens.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-tokens.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj `if test -f 'arangod/Ahuacatl/ahuacatl-tokens.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-tokens.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-tokens.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-tokens.obj `if test -f 'arangod/Ahuacatl/ahuacatl-tokens.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-tokens.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-tokens.c'; fi` arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o: arangod/Ahuacatl/ahuacatl-variable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o `test -f 'arangod/Ahuacatl/ahuacatl-variable.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-variable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-variable.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-variable.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o `test -f 'arangod/Ahuacatl/ahuacatl-variable.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-variable.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.o `test -f 'arangod/Ahuacatl/ahuacatl-variable.c' || echo '$(srcdir)/'`arangod/Ahuacatl/ahuacatl-variable.c arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj: arangod/Ahuacatl/ahuacatl-variable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj -MD -MP -MF arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Tpo -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj `if test -f 'arangod/Ahuacatl/ahuacatl-variable.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-variable.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-variable.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Tpo arangod/Ahuacatl/$(DEPDIR)/bin_arangod-ahuacatl-variable.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/Ahuacatl/ahuacatl-variable.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/Ahuacatl/ahuacatl-variable.c' object='arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj `if test -f 'arangod/Ahuacatl/ahuacatl-variable.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-variable.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-variable.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/Ahuacatl/bin_arangod-ahuacatl-variable.obj `if test -f 'arangod/Ahuacatl/ahuacatl-variable.c'; then $(CYGPATH_W) 'arangod/Ahuacatl/ahuacatl-variable.c'; else $(CYGPATH_W) '$(srcdir)/arangod/Ahuacatl/ahuacatl-variable.c'; fi` arangod/BitIndexes/bin_arangod-bitarray.o: arangod/BitIndexes/bitarray.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/BitIndexes/bin_arangod-bitarray.o -MD -MP -MF arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Tpo -c -o arangod/BitIndexes/bin_arangod-bitarray.o `test -f 'arangod/BitIndexes/bitarray.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarray.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Tpo arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/BitIndexes/bitarray.c' object='arangod/BitIndexes/bin_arangod-bitarray.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/BitIndexes/bitarray.c' object='arangod/BitIndexes/bin_arangod-bitarray.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarray.o `test -f 'arangod/BitIndexes/bitarray.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarray.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarray.o `test -f 'arangod/BitIndexes/bitarray.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarray.c arangod/BitIndexes/bin_arangod-bitarray.obj: arangod/BitIndexes/bitarray.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/BitIndexes/bin_arangod-bitarray.obj -MD -MP -MF arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Tpo -c -o arangod/BitIndexes/bin_arangod-bitarray.obj `if test -f 'arangod/BitIndexes/bitarray.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarray.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Tpo arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarray.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/BitIndexes/bitarray.c' object='arangod/BitIndexes/bin_arangod-bitarray.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/BitIndexes/bitarray.c' object='arangod/BitIndexes/bin_arangod-bitarray.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarray.obj `if test -f 'arangod/BitIndexes/bitarray.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarray.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarray.obj `if test -f 'arangod/BitIndexes/bitarray.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarray.c'; fi` arangod/BitIndexes/bin_arangod-bitarrayIndex.o: arangod/BitIndexes/bitarrayIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/BitIndexes/bin_arangod-bitarrayIndex.o -MD -MP -MF arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Tpo -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.o `test -f 'arangod/BitIndexes/bitarrayIndex.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarrayIndex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Tpo arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/BitIndexes/bitarrayIndex.c' object='arangod/BitIndexes/bin_arangod-bitarrayIndex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/BitIndexes/bitarrayIndex.c' object='arangod/BitIndexes/bin_arangod-bitarrayIndex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.o `test -f 'arangod/BitIndexes/bitarrayIndex.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarrayIndex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.o `test -f 'arangod/BitIndexes/bitarrayIndex.c' || echo '$(srcdir)/'`arangod/BitIndexes/bitarrayIndex.c arangod/BitIndexes/bin_arangod-bitarrayIndex.obj: arangod/BitIndexes/bitarrayIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/BitIndexes/bin_arangod-bitarrayIndex.obj -MD -MP -MF arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Tpo -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.obj `if test -f 'arangod/BitIndexes/bitarrayIndex.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarrayIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarrayIndex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Tpo arangod/BitIndexes/$(DEPDIR)/bin_arangod-bitarrayIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/BitIndexes/bitarrayIndex.c' object='arangod/BitIndexes/bin_arangod-bitarrayIndex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/BitIndexes/bitarrayIndex.c' object='arangod/BitIndexes/bin_arangod-bitarrayIndex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.obj `if test -f 'arangod/BitIndexes/bitarrayIndex.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarrayIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarrayIndex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/BitIndexes/bin_arangod-bitarrayIndex.obj `if test -f 'arangod/BitIndexes/bitarrayIndex.c'; then $(CYGPATH_W) 'arangod/BitIndexes/bitarrayIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/BitIndexes/bitarrayIndex.c'; fi` arangod/GeoIndex/bin_arangod-GeoIndex.o: arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/GeoIndex/bin_arangod-GeoIndex.o -MD -MP -MF arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Tpo -c -o arangod/GeoIndex/bin_arangod-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Tpo arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/bin_arangod-GeoIndex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/bin_arangod-GeoIndex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/bin_arangod-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/bin_arangod-GeoIndex.o `test -f 'arangod/GeoIndex/GeoIndex.c' || echo '$(srcdir)/'`arangod/GeoIndex/GeoIndex.c arangod/GeoIndex/bin_arangod-GeoIndex.obj: arangod/GeoIndex/GeoIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/GeoIndex/bin_arangod-GeoIndex.obj -MD -MP -MF arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Tpo -c -o arangod/GeoIndex/bin_arangod-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Tpo arangod/GeoIndex/$(DEPDIR)/bin_arangod-GeoIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/bin_arangod-GeoIndex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/GeoIndex/GeoIndex.c' object='arangod/GeoIndex/bin_arangod-GeoIndex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/bin_arangod-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/GeoIndex/bin_arangod-GeoIndex.obj `if test -f 'arangod/GeoIndex/GeoIndex.c'; then $(CYGPATH_W) 'arangod/GeoIndex/GeoIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/GeoIndex/GeoIndex.c'; fi` arangod/HashIndex/bin_arangod-hasharray.o: arangod/HashIndex/hasharray.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/HashIndex/bin_arangod-hasharray.o -MD -MP -MF arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Tpo -c -o arangod/HashIndex/bin_arangod-hasharray.o `test -f 'arangod/HashIndex/hasharray.c' || echo '$(srcdir)/'`arangod/HashIndex/hasharray.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Tpo arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/HashIndex/hasharray.c' object='arangod/HashIndex/bin_arangod-hasharray.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/HashIndex/hasharray.c' object='arangod/HashIndex/bin_arangod-hasharray.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hasharray.o `test -f 'arangod/HashIndex/hasharray.c' || echo '$(srcdir)/'`arangod/HashIndex/hasharray.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hasharray.o `test -f 'arangod/HashIndex/hasharray.c' || echo '$(srcdir)/'`arangod/HashIndex/hasharray.c arangod/HashIndex/bin_arangod-hasharray.obj: arangod/HashIndex/hasharray.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/HashIndex/bin_arangod-hasharray.obj -MD -MP -MF arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Tpo -c -o arangod/HashIndex/bin_arangod-hasharray.obj `if test -f 'arangod/HashIndex/hasharray.c'; then $(CYGPATH_W) 'arangod/HashIndex/hasharray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hasharray.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Tpo arangod/HashIndex/$(DEPDIR)/bin_arangod-hasharray.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/HashIndex/hasharray.c' object='arangod/HashIndex/bin_arangod-hasharray.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/HashIndex/hasharray.c' object='arangod/HashIndex/bin_arangod-hasharray.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hasharray.obj `if test -f 'arangod/HashIndex/hasharray.c'; then $(CYGPATH_W) 'arangod/HashIndex/hasharray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hasharray.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hasharray.obj `if test -f 'arangod/HashIndex/hasharray.c'; then $(CYGPATH_W) 'arangod/HashIndex/hasharray.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hasharray.c'; fi` arangod/HashIndex/bin_arangod-hashindex.o: arangod/HashIndex/hashindex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/HashIndex/bin_arangod-hashindex.o -MD -MP -MF arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Tpo -c -o arangod/HashIndex/bin_arangod-hashindex.o `test -f 'arangod/HashIndex/hashindex.c' || echo '$(srcdir)/'`arangod/HashIndex/hashindex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Tpo arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/HashIndex/hashindex.c' object='arangod/HashIndex/bin_arangod-hashindex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/HashIndex/hashindex.c' object='arangod/HashIndex/bin_arangod-hashindex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hashindex.o `test -f 'arangod/HashIndex/hashindex.c' || echo '$(srcdir)/'`arangod/HashIndex/hashindex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hashindex.o `test -f 'arangod/HashIndex/hashindex.c' || echo '$(srcdir)/'`arangod/HashIndex/hashindex.c arangod/HashIndex/bin_arangod-hashindex.obj: arangod/HashIndex/hashindex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/HashIndex/bin_arangod-hashindex.obj -MD -MP -MF arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Tpo -c -o arangod/HashIndex/bin_arangod-hashindex.obj `if test -f 'arangod/HashIndex/hashindex.c'; then $(CYGPATH_W) 'arangod/HashIndex/hashindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hashindex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Tpo arangod/HashIndex/$(DEPDIR)/bin_arangod-hashindex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/HashIndex/hashindex.c' object='arangod/HashIndex/bin_arangod-hashindex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/HashIndex/hashindex.c' object='arangod/HashIndex/bin_arangod-hashindex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hashindex.obj `if test -f 'arangod/HashIndex/hashindex.c'; then $(CYGPATH_W) 'arangod/HashIndex/hashindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hashindex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/HashIndex/bin_arangod-hashindex.obj `if test -f 'arangod/HashIndex/hashindex.c'; then $(CYGPATH_W) 'arangod/HashIndex/hashindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/HashIndex/hashindex.c'; fi` arangod/IndexIterators/bin_arangod-index-iterator.o: arangod/IndexIterators/index-iterator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/IndexIterators/bin_arangod-index-iterator.o -MD -MP -MF arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Tpo -c -o arangod/IndexIterators/bin_arangod-index-iterator.o `test -f 'arangod/IndexIterators/index-iterator.c' || echo '$(srcdir)/'`arangod/IndexIterators/index-iterator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Tpo arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/IndexIterators/index-iterator.c' object='arangod/IndexIterators/bin_arangod-index-iterator.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/IndexIterators/index-iterator.c' object='arangod/IndexIterators/bin_arangod-index-iterator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexIterators/bin_arangod-index-iterator.o `test -f 'arangod/IndexIterators/index-iterator.c' || echo '$(srcdir)/'`arangod/IndexIterators/index-iterator.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexIterators/bin_arangod-index-iterator.o `test -f 'arangod/IndexIterators/index-iterator.c' || echo '$(srcdir)/'`arangod/IndexIterators/index-iterator.c arangod/IndexIterators/bin_arangod-index-iterator.obj: arangod/IndexIterators/index-iterator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/IndexIterators/bin_arangod-index-iterator.obj -MD -MP -MF arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Tpo -c -o arangod/IndexIterators/bin_arangod-index-iterator.obj `if test -f 'arangod/IndexIterators/index-iterator.c'; then $(CYGPATH_W) 'arangod/IndexIterators/index-iterator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexIterators/index-iterator.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Tpo arangod/IndexIterators/$(DEPDIR)/bin_arangod-index-iterator.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/IndexIterators/index-iterator.c' object='arangod/IndexIterators/bin_arangod-index-iterator.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/IndexIterators/index-iterator.c' object='arangod/IndexIterators/bin_arangod-index-iterator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexIterators/bin_arangod-index-iterator.obj `if test -f 'arangod/IndexIterators/index-iterator.c'; then $(CYGPATH_W) 'arangod/IndexIterators/index-iterator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexIterators/index-iterator.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexIterators/bin_arangod-index-iterator.obj `if test -f 'arangod/IndexIterators/index-iterator.c'; then $(CYGPATH_W) 'arangod/IndexIterators/index-iterator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexIterators/index-iterator.c'; fi` arangod/IndexOperators/bin_arangod-index-operator.o: arangod/IndexOperators/index-operator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/IndexOperators/bin_arangod-index-operator.o -MD -MP -MF arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Tpo -c -o arangod/IndexOperators/bin_arangod-index-operator.o `test -f 'arangod/IndexOperators/index-operator.c' || echo '$(srcdir)/'`arangod/IndexOperators/index-operator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Tpo arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/IndexOperators/index-operator.c' object='arangod/IndexOperators/bin_arangod-index-operator.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/IndexOperators/index-operator.c' object='arangod/IndexOperators/bin_arangod-index-operator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexOperators/bin_arangod-index-operator.o `test -f 'arangod/IndexOperators/index-operator.c' || echo '$(srcdir)/'`arangod/IndexOperators/index-operator.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexOperators/bin_arangod-index-operator.o `test -f 'arangod/IndexOperators/index-operator.c' || echo '$(srcdir)/'`arangod/IndexOperators/index-operator.c arangod/IndexOperators/bin_arangod-index-operator.obj: arangod/IndexOperators/index-operator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/IndexOperators/bin_arangod-index-operator.obj -MD -MP -MF arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Tpo -c -o arangod/IndexOperators/bin_arangod-index-operator.obj `if test -f 'arangod/IndexOperators/index-operator.c'; then $(CYGPATH_W) 'arangod/IndexOperators/index-operator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexOperators/index-operator.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Tpo arangod/IndexOperators/$(DEPDIR)/bin_arangod-index-operator.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/IndexOperators/index-operator.c' object='arangod/IndexOperators/bin_arangod-index-operator.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/IndexOperators/index-operator.c' object='arangod/IndexOperators/bin_arangod-index-operator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexOperators/bin_arangod-index-operator.obj `if test -f 'arangod/IndexOperators/index-operator.c'; then $(CYGPATH_W) 'arangod/IndexOperators/index-operator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexOperators/index-operator.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/IndexOperators/bin_arangod-index-operator.obj `if test -f 'arangod/IndexOperators/index-operator.c'; then $(CYGPATH_W) 'arangod/IndexOperators/index-operator.c'; else $(CYGPATH_W) '$(srcdir)/arangod/IndexOperators/index-operator.c'; fi` arangod/PriorityQueue/bin_arangod-pqueueindex.o: arangod/PriorityQueue/pqueueindex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/PriorityQueue/bin_arangod-pqueueindex.o -MD -MP -MF arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Tpo -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.o `test -f 'arangod/PriorityQueue/pqueueindex.c' || echo '$(srcdir)/'`arangod/PriorityQueue/pqueueindex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Tpo arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/PriorityQueue/pqueueindex.c' object='arangod/PriorityQueue/bin_arangod-pqueueindex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/PriorityQueue/pqueueindex.c' object='arangod/PriorityQueue/bin_arangod-pqueueindex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.o `test -f 'arangod/PriorityQueue/pqueueindex.c' || echo '$(srcdir)/'`arangod/PriorityQueue/pqueueindex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.o `test -f 'arangod/PriorityQueue/pqueueindex.c' || echo '$(srcdir)/'`arangod/PriorityQueue/pqueueindex.c arangod/PriorityQueue/bin_arangod-pqueueindex.obj: arangod/PriorityQueue/pqueueindex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/PriorityQueue/bin_arangod-pqueueindex.obj -MD -MP -MF arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Tpo -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.obj `if test -f 'arangod/PriorityQueue/pqueueindex.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/pqueueindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/pqueueindex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Tpo arangod/PriorityQueue/$(DEPDIR)/bin_arangod-pqueueindex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/PriorityQueue/pqueueindex.c' object='arangod/PriorityQueue/bin_arangod-pqueueindex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/PriorityQueue/pqueueindex.c' object='arangod/PriorityQueue/bin_arangod-pqueueindex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.obj `if test -f 'arangod/PriorityQueue/pqueueindex.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/pqueueindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/pqueueindex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-pqueueindex.obj `if test -f 'arangod/PriorityQueue/pqueueindex.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/pqueueindex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/pqueueindex.c'; fi` arangod/PriorityQueue/bin_arangod-priorityqueue.o: arangod/PriorityQueue/priorityqueue.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/PriorityQueue/bin_arangod-priorityqueue.o -MD -MP -MF arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Tpo -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.o `test -f 'arangod/PriorityQueue/priorityqueue.c' || echo '$(srcdir)/'`arangod/PriorityQueue/priorityqueue.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Tpo arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/PriorityQueue/priorityqueue.c' object='arangod/PriorityQueue/bin_arangod-priorityqueue.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/PriorityQueue/priorityqueue.c' object='arangod/PriorityQueue/bin_arangod-priorityqueue.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.o `test -f 'arangod/PriorityQueue/priorityqueue.c' || echo '$(srcdir)/'`arangod/PriorityQueue/priorityqueue.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.o `test -f 'arangod/PriorityQueue/priorityqueue.c' || echo '$(srcdir)/'`arangod/PriorityQueue/priorityqueue.c arangod/PriorityQueue/bin_arangod-priorityqueue.obj: arangod/PriorityQueue/priorityqueue.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/PriorityQueue/bin_arangod-priorityqueue.obj -MD -MP -MF arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Tpo -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.obj `if test -f 'arangod/PriorityQueue/priorityqueue.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/priorityqueue.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/priorityqueue.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Tpo arangod/PriorityQueue/$(DEPDIR)/bin_arangod-priorityqueue.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/PriorityQueue/priorityqueue.c' object='arangod/PriorityQueue/bin_arangod-priorityqueue.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/PriorityQueue/priorityqueue.c' object='arangod/PriorityQueue/bin_arangod-priorityqueue.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.obj `if test -f 'arangod/PriorityQueue/priorityqueue.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/priorityqueue.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/priorityqueue.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/PriorityQueue/bin_arangod-priorityqueue.obj `if test -f 'arangod/PriorityQueue/priorityqueue.c'; then $(CYGPATH_W) 'arangod/PriorityQueue/priorityqueue.c'; else $(CYGPATH_W) '$(srcdir)/arangod/PriorityQueue/priorityqueue.c'; fi` arangod/SkipLists/bin_arangod-skiplist.o: arangod/SkipLists/skiplist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/SkipLists/bin_arangod-skiplist.o -MD -MP -MF arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Tpo -c -o arangod/SkipLists/bin_arangod-skiplist.o `test -f 'arangod/SkipLists/skiplist.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Tpo arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/SkipLists/skiplist.c' object='arangod/SkipLists/bin_arangod-skiplist.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/SkipLists/skiplist.c' object='arangod/SkipLists/bin_arangod-skiplist.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplist.o `test -f 'arangod/SkipLists/skiplist.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplist.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplist.o `test -f 'arangod/SkipLists/skiplist.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplist.c arangod/SkipLists/bin_arangod-skiplist.obj: arangod/SkipLists/skiplist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/SkipLists/bin_arangod-skiplist.obj -MD -MP -MF arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Tpo -c -o arangod/SkipLists/bin_arangod-skiplist.obj `if test -f 'arangod/SkipLists/skiplist.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplist.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Tpo arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplist.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/SkipLists/skiplist.c' object='arangod/SkipLists/bin_arangod-skiplist.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/SkipLists/skiplist.c' object='arangod/SkipLists/bin_arangod-skiplist.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplist.obj `if test -f 'arangod/SkipLists/skiplist.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplist.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplist.obj `if test -f 'arangod/SkipLists/skiplist.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplist.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplist.c'; fi` arangod/SkipLists/bin_arangod-skiplistIndex.o: arangod/SkipLists/skiplistIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/SkipLists/bin_arangod-skiplistIndex.o -MD -MP -MF arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Tpo -c -o arangod/SkipLists/bin_arangod-skiplistIndex.o `test -f 'arangod/SkipLists/skiplistIndex.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplistIndex.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Tpo arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/SkipLists/skiplistIndex.c' object='arangod/SkipLists/bin_arangod-skiplistIndex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/SkipLists/skiplistIndex.c' object='arangod/SkipLists/bin_arangod-skiplistIndex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplistIndex.o `test -f 'arangod/SkipLists/skiplistIndex.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplistIndex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplistIndex.o `test -f 'arangod/SkipLists/skiplistIndex.c' || echo '$(srcdir)/'`arangod/SkipLists/skiplistIndex.c arangod/SkipLists/bin_arangod-skiplistIndex.obj: arangod/SkipLists/skiplistIndex.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/SkipLists/bin_arangod-skiplistIndex.obj -MD -MP -MF arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Tpo -c -o arangod/SkipLists/bin_arangod-skiplistIndex.obj `if test -f 'arangod/SkipLists/skiplistIndex.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplistIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplistIndex.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Tpo arangod/SkipLists/$(DEPDIR)/bin_arangod-skiplistIndex.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/SkipLists/skiplistIndex.c' object='arangod/SkipLists/bin_arangod-skiplistIndex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/SkipLists/skiplistIndex.c' object='arangod/SkipLists/bin_arangod-skiplistIndex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplistIndex.obj `if test -f 'arangod/SkipLists/skiplistIndex.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplistIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplistIndex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/SkipLists/bin_arangod-skiplistIndex.obj `if test -f 'arangod/SkipLists/skiplistIndex.c'; then $(CYGPATH_W) 'arangod/SkipLists/skiplistIndex.c'; else $(CYGPATH_W) '$(srcdir)/arangod/SkipLists/skiplistIndex.c'; fi` arangod/VocBase/bin_arangod-auth.o: arangod/VocBase/auth.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-auth.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Tpo -c -o arangod/VocBase/bin_arangod-auth.o `test -f 'arangod/VocBase/auth.c' || echo '$(srcdir)/'`arangod/VocBase/auth.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/auth.c' object='arangod/VocBase/bin_arangod-auth.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/auth.c' object='arangod/VocBase/bin_arangod-auth.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-auth.o `test -f 'arangod/VocBase/auth.c' || echo '$(srcdir)/'`arangod/VocBase/auth.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-auth.o `test -f 'arangod/VocBase/auth.c' || echo '$(srcdir)/'`arangod/VocBase/auth.c arangod/VocBase/bin_arangod-auth.obj: arangod/VocBase/auth.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-auth.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Tpo -c -o arangod/VocBase/bin_arangod-auth.obj `if test -f 'arangod/VocBase/auth.c'; then $(CYGPATH_W) 'arangod/VocBase/auth.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/auth.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-auth.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/auth.c' object='arangod/VocBase/bin_arangod-auth.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/auth.c' object='arangod/VocBase/bin_arangod-auth.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-auth.obj `if test -f 'arangod/VocBase/auth.c'; then $(CYGPATH_W) 'arangod/VocBase/auth.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/auth.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-auth.obj `if test -f 'arangod/VocBase/auth.c'; then $(CYGPATH_W) 'arangod/VocBase/auth.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/auth.c'; fi` arangod/VocBase/bin_arangod-barrier.o: arangod/VocBase/barrier.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-barrier.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Tpo -c -o arangod/VocBase/bin_arangod-barrier.o `test -f 'arangod/VocBase/barrier.c' || echo '$(srcdir)/'`arangod/VocBase/barrier.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/barrier.c' object='arangod/VocBase/bin_arangod-barrier.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/barrier.c' object='arangod/VocBase/bin_arangod-barrier.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-barrier.o `test -f 'arangod/VocBase/barrier.c' || echo '$(srcdir)/'`arangod/VocBase/barrier.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-barrier.o `test -f 'arangod/VocBase/barrier.c' || echo '$(srcdir)/'`arangod/VocBase/barrier.c arangod/VocBase/bin_arangod-barrier.obj: arangod/VocBase/barrier.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-barrier.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Tpo -c -o arangod/VocBase/bin_arangod-barrier.obj `if test -f 'arangod/VocBase/barrier.c'; then $(CYGPATH_W) 'arangod/VocBase/barrier.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/barrier.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-barrier.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/barrier.c' object='arangod/VocBase/bin_arangod-barrier.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/barrier.c' object='arangod/VocBase/bin_arangod-barrier.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-barrier.obj `if test -f 'arangod/VocBase/barrier.c'; then $(CYGPATH_W) 'arangod/VocBase/barrier.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/barrier.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-barrier.obj `if test -f 'arangod/VocBase/barrier.c'; then $(CYGPATH_W) 'arangod/VocBase/barrier.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/barrier.c'; fi` arangod/VocBase/bin_arangod-blob-collection.o: arangod/VocBase/blob-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-blob-collection.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Tpo -c -o arangod/VocBase/bin_arangod-blob-collection.o `test -f 'arangod/VocBase/blob-collection.c' || echo '$(srcdir)/'`arangod/VocBase/blob-collection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/blob-collection.c' object='arangod/VocBase/bin_arangod-blob-collection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/blob-collection.c' object='arangod/VocBase/bin_arangod-blob-collection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-blob-collection.o `test -f 'arangod/VocBase/blob-collection.c' || echo '$(srcdir)/'`arangod/VocBase/blob-collection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-blob-collection.o `test -f 'arangod/VocBase/blob-collection.c' || echo '$(srcdir)/'`arangod/VocBase/blob-collection.c arangod/VocBase/bin_arangod-blob-collection.obj: arangod/VocBase/blob-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-blob-collection.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Tpo -c -o arangod/VocBase/bin_arangod-blob-collection.obj `if test -f 'arangod/VocBase/blob-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/blob-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/blob-collection.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-blob-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/blob-collection.c' object='arangod/VocBase/bin_arangod-blob-collection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/blob-collection.c' object='arangod/VocBase/bin_arangod-blob-collection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-blob-collection.obj `if test -f 'arangod/VocBase/blob-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/blob-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/blob-collection.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-blob-collection.obj `if test -f 'arangod/VocBase/blob-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/blob-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/blob-collection.c'; fi` arangod/VocBase/bin_arangod-collection.o: arangod/VocBase/collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-collection.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Tpo -c -o arangod/VocBase/bin_arangod-collection.o `test -f 'arangod/VocBase/collection.c' || echo '$(srcdir)/'`arangod/VocBase/collection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/collection.c' object='arangod/VocBase/bin_arangod-collection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/collection.c' object='arangod/VocBase/bin_arangod-collection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-collection.o `test -f 'arangod/VocBase/collection.c' || echo '$(srcdir)/'`arangod/VocBase/collection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-collection.o `test -f 'arangod/VocBase/collection.c' || echo '$(srcdir)/'`arangod/VocBase/collection.c arangod/VocBase/bin_arangod-collection.obj: arangod/VocBase/collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-collection.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Tpo -c -o arangod/VocBase/bin_arangod-collection.obj `if test -f 'arangod/VocBase/collection.c'; then $(CYGPATH_W) 'arangod/VocBase/collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/collection.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/collection.c' object='arangod/VocBase/bin_arangod-collection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/collection.c' object='arangod/VocBase/bin_arangod-collection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-collection.obj `if test -f 'arangod/VocBase/collection.c'; then $(CYGPATH_W) 'arangod/VocBase/collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/collection.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-collection.obj `if test -f 'arangod/VocBase/collection.c'; then $(CYGPATH_W) 'arangod/VocBase/collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/collection.c'; fi` arangod/VocBase/bin_arangod-compactor.o: arangod/VocBase/compactor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-compactor.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Tpo -c -o arangod/VocBase/bin_arangod-compactor.o `test -f 'arangod/VocBase/compactor.c' || echo '$(srcdir)/'`arangod/VocBase/compactor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/compactor.c' object='arangod/VocBase/bin_arangod-compactor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/compactor.c' object='arangod/VocBase/bin_arangod-compactor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-compactor.o `test -f 'arangod/VocBase/compactor.c' || echo '$(srcdir)/'`arangod/VocBase/compactor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-compactor.o `test -f 'arangod/VocBase/compactor.c' || echo '$(srcdir)/'`arangod/VocBase/compactor.c arangod/VocBase/bin_arangod-compactor.obj: arangod/VocBase/compactor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-compactor.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Tpo -c -o arangod/VocBase/bin_arangod-compactor.obj `if test -f 'arangod/VocBase/compactor.c'; then $(CYGPATH_W) 'arangod/VocBase/compactor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/compactor.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-compactor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/compactor.c' object='arangod/VocBase/bin_arangod-compactor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/compactor.c' object='arangod/VocBase/bin_arangod-compactor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-compactor.obj `if test -f 'arangod/VocBase/compactor.c'; then $(CYGPATH_W) 'arangod/VocBase/compactor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/compactor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-compactor.obj `if test -f 'arangod/VocBase/compactor.c'; then $(CYGPATH_W) 'arangod/VocBase/compactor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/compactor.c'; fi` arangod/VocBase/bin_arangod-datafile.o: arangod/VocBase/datafile.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-datafile.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Tpo -c -o arangod/VocBase/bin_arangod-datafile.o `test -f 'arangod/VocBase/datafile.c' || echo '$(srcdir)/'`arangod/VocBase/datafile.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/datafile.c' object='arangod/VocBase/bin_arangod-datafile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/datafile.c' object='arangod/VocBase/bin_arangod-datafile.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-datafile.o `test -f 'arangod/VocBase/datafile.c' || echo '$(srcdir)/'`arangod/VocBase/datafile.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-datafile.o `test -f 'arangod/VocBase/datafile.c' || echo '$(srcdir)/'`arangod/VocBase/datafile.c arangod/VocBase/bin_arangod-datafile.obj: arangod/VocBase/datafile.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-datafile.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Tpo -c -o arangod/VocBase/bin_arangod-datafile.obj `if test -f 'arangod/VocBase/datafile.c'; then $(CYGPATH_W) 'arangod/VocBase/datafile.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/datafile.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-datafile.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/datafile.c' object='arangod/VocBase/bin_arangod-datafile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/datafile.c' object='arangod/VocBase/bin_arangod-datafile.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-datafile.obj `if test -f 'arangod/VocBase/datafile.c'; then $(CYGPATH_W) 'arangod/VocBase/datafile.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/datafile.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-datafile.obj `if test -f 'arangod/VocBase/datafile.c'; then $(CYGPATH_W) 'arangod/VocBase/datafile.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/datafile.c'; fi` arangod/VocBase/bin_arangod-document-collection.o: arangod/VocBase/document-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-document-collection.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Tpo -c -o arangod/VocBase/bin_arangod-document-collection.o `test -f 'arangod/VocBase/document-collection.c' || echo '$(srcdir)/'`arangod/VocBase/document-collection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/document-collection.c' object='arangod/VocBase/bin_arangod-document-collection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/document-collection.c' object='arangod/VocBase/bin_arangod-document-collection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-document-collection.o `test -f 'arangod/VocBase/document-collection.c' || echo '$(srcdir)/'`arangod/VocBase/document-collection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-document-collection.o `test -f 'arangod/VocBase/document-collection.c' || echo '$(srcdir)/'`arangod/VocBase/document-collection.c arangod/VocBase/bin_arangod-document-collection.obj: arangod/VocBase/document-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-document-collection.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Tpo -c -o arangod/VocBase/bin_arangod-document-collection.obj `if test -f 'arangod/VocBase/document-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/document-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/document-collection.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-document-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/document-collection.c' object='arangod/VocBase/bin_arangod-document-collection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/document-collection.c' object='arangod/VocBase/bin_arangod-document-collection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-document-collection.obj `if test -f 'arangod/VocBase/document-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/document-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/document-collection.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-document-collection.obj `if test -f 'arangod/VocBase/document-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/document-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/document-collection.c'; fi` arangod/VocBase/bin_arangod-general-cursor.o: arangod/VocBase/general-cursor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-general-cursor.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Tpo -c -o arangod/VocBase/bin_arangod-general-cursor.o `test -f 'arangod/VocBase/general-cursor.c' || echo '$(srcdir)/'`arangod/VocBase/general-cursor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/general-cursor.c' object='arangod/VocBase/bin_arangod-general-cursor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/general-cursor.c' object='arangod/VocBase/bin_arangod-general-cursor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-general-cursor.o `test -f 'arangod/VocBase/general-cursor.c' || echo '$(srcdir)/'`arangod/VocBase/general-cursor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-general-cursor.o `test -f 'arangod/VocBase/general-cursor.c' || echo '$(srcdir)/'`arangod/VocBase/general-cursor.c arangod/VocBase/bin_arangod-general-cursor.obj: arangod/VocBase/general-cursor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-general-cursor.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Tpo -c -o arangod/VocBase/bin_arangod-general-cursor.obj `if test -f 'arangod/VocBase/general-cursor.c'; then $(CYGPATH_W) 'arangod/VocBase/general-cursor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/general-cursor.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-general-cursor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/general-cursor.c' object='arangod/VocBase/bin_arangod-general-cursor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/general-cursor.c' object='arangod/VocBase/bin_arangod-general-cursor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-general-cursor.obj `if test -f 'arangod/VocBase/general-cursor.c'; then $(CYGPATH_W) 'arangod/VocBase/general-cursor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/general-cursor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-general-cursor.obj `if test -f 'arangod/VocBase/general-cursor.c'; then $(CYGPATH_W) 'arangod/VocBase/general-cursor.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/general-cursor.c'; fi` arangod/VocBase/bin_arangod-headers.o: arangod/VocBase/headers.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-headers.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Tpo -c -o arangod/VocBase/bin_arangod-headers.o `test -f 'arangod/VocBase/headers.c' || echo '$(srcdir)/'`arangod/VocBase/headers.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/headers.c' object='arangod/VocBase/bin_arangod-headers.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/headers.c' object='arangod/VocBase/bin_arangod-headers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-headers.o `test -f 'arangod/VocBase/headers.c' || echo '$(srcdir)/'`arangod/VocBase/headers.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-headers.o `test -f 'arangod/VocBase/headers.c' || echo '$(srcdir)/'`arangod/VocBase/headers.c arangod/VocBase/bin_arangod-headers.obj: arangod/VocBase/headers.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-headers.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Tpo -c -o arangod/VocBase/bin_arangod-headers.obj `if test -f 'arangod/VocBase/headers.c'; then $(CYGPATH_W) 'arangod/VocBase/headers.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/headers.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-headers.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/headers.c' object='arangod/VocBase/bin_arangod-headers.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/headers.c' object='arangod/VocBase/bin_arangod-headers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-headers.obj `if test -f 'arangod/VocBase/headers.c'; then $(CYGPATH_W) 'arangod/VocBase/headers.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/headers.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-headers.obj `if test -f 'arangod/VocBase/headers.c'; then $(CYGPATH_W) 'arangod/VocBase/headers.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/headers.c'; fi` arangod/VocBase/bin_arangod-index.o: arangod/VocBase/index.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-index.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-index.Tpo -c -o arangod/VocBase/bin_arangod-index.o `test -f 'arangod/VocBase/index.c' || echo '$(srcdir)/'`arangod/VocBase/index.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-index.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-index.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/index.c' object='arangod/VocBase/bin_arangod-index.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/index.c' object='arangod/VocBase/bin_arangod-index.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-index.o `test -f 'arangod/VocBase/index.c' || echo '$(srcdir)/'`arangod/VocBase/index.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-index.o `test -f 'arangod/VocBase/index.c' || echo '$(srcdir)/'`arangod/VocBase/index.c arangod/VocBase/bin_arangod-index.obj: arangod/VocBase/index.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-index.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-index.Tpo -c -o arangod/VocBase/bin_arangod-index.obj `if test -f 'arangod/VocBase/index.c'; then $(CYGPATH_W) 'arangod/VocBase/index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/index.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-index.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-index.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/index.c' object='arangod/VocBase/bin_arangod-index.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/index.c' object='arangod/VocBase/bin_arangod-index.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-index.obj `if test -f 'arangod/VocBase/index.c'; then $(CYGPATH_W) 'arangod/VocBase/index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/index.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-index.obj `if test -f 'arangod/VocBase/index.c'; then $(CYGPATH_W) 'arangod/VocBase/index.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/index.c'; fi` arangod/VocBase/bin_arangod-shadow-data.o: arangod/VocBase/shadow-data.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-shadow-data.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Tpo -c -o arangod/VocBase/bin_arangod-shadow-data.o `test -f 'arangod/VocBase/shadow-data.c' || echo '$(srcdir)/'`arangod/VocBase/shadow-data.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/shadow-data.c' object='arangod/VocBase/bin_arangod-shadow-data.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/shadow-data.c' object='arangod/VocBase/bin_arangod-shadow-data.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-shadow-data.o `test -f 'arangod/VocBase/shadow-data.c' || echo '$(srcdir)/'`arangod/VocBase/shadow-data.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-shadow-data.o `test -f 'arangod/VocBase/shadow-data.c' || echo '$(srcdir)/'`arangod/VocBase/shadow-data.c arangod/VocBase/bin_arangod-shadow-data.obj: arangod/VocBase/shadow-data.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-shadow-data.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Tpo -c -o arangod/VocBase/bin_arangod-shadow-data.obj `if test -f 'arangod/VocBase/shadow-data.c'; then $(CYGPATH_W) 'arangod/VocBase/shadow-data.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/shadow-data.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-shadow-data.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/shadow-data.c' object='arangod/VocBase/bin_arangod-shadow-data.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/shadow-data.c' object='arangod/VocBase/bin_arangod-shadow-data.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-shadow-data.obj `if test -f 'arangod/VocBase/shadow-data.c'; then $(CYGPATH_W) 'arangod/VocBase/shadow-data.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/shadow-data.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-shadow-data.obj `if test -f 'arangod/VocBase/shadow-data.c'; then $(CYGPATH_W) 'arangod/VocBase/shadow-data.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/shadow-data.c'; fi` arangod/VocBase/bin_arangod-simple-collection.o: arangod/VocBase/simple-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-simple-collection.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Tpo -c -o arangod/VocBase/bin_arangod-simple-collection.o `test -f 'arangod/VocBase/simple-collection.c' || echo '$(srcdir)/'`arangod/VocBase/simple-collection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/simple-collection.c' object='arangod/VocBase/bin_arangod-simple-collection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/simple-collection.c' object='arangod/VocBase/bin_arangod-simple-collection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-simple-collection.o `test -f 'arangod/VocBase/simple-collection.c' || echo '$(srcdir)/'`arangod/VocBase/simple-collection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-simple-collection.o `test -f 'arangod/VocBase/simple-collection.c' || echo '$(srcdir)/'`arangod/VocBase/simple-collection.c arangod/VocBase/bin_arangod-simple-collection.obj: arangod/VocBase/simple-collection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-simple-collection.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Tpo -c -o arangod/VocBase/bin_arangod-simple-collection.obj `if test -f 'arangod/VocBase/simple-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/simple-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/simple-collection.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-simple-collection.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/simple-collection.c' object='arangod/VocBase/bin_arangod-simple-collection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/simple-collection.c' object='arangod/VocBase/bin_arangod-simple-collection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-simple-collection.obj `if test -f 'arangod/VocBase/simple-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/simple-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/simple-collection.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-simple-collection.obj `if test -f 'arangod/VocBase/simple-collection.c'; then $(CYGPATH_W) 'arangod/VocBase/simple-collection.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/simple-collection.c'; fi` arangod/VocBase/bin_arangod-synchroniser.o: arangod/VocBase/synchroniser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-synchroniser.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Tpo -c -o arangod/VocBase/bin_arangod-synchroniser.o `test -f 'arangod/VocBase/synchroniser.c' || echo '$(srcdir)/'`arangod/VocBase/synchroniser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/synchroniser.c' object='arangod/VocBase/bin_arangod-synchroniser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/synchroniser.c' object='arangod/VocBase/bin_arangod-synchroniser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-synchroniser.o `test -f 'arangod/VocBase/synchroniser.c' || echo '$(srcdir)/'`arangod/VocBase/synchroniser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-synchroniser.o `test -f 'arangod/VocBase/synchroniser.c' || echo '$(srcdir)/'`arangod/VocBase/synchroniser.c arangod/VocBase/bin_arangod-synchroniser.obj: arangod/VocBase/synchroniser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-synchroniser.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Tpo -c -o arangod/VocBase/bin_arangod-synchroniser.obj `if test -f 'arangod/VocBase/synchroniser.c'; then $(CYGPATH_W) 'arangod/VocBase/synchroniser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/synchroniser.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-synchroniser.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/synchroniser.c' object='arangod/VocBase/bin_arangod-synchroniser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/synchroniser.c' object='arangod/VocBase/bin_arangod-synchroniser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-synchroniser.obj `if test -f 'arangod/VocBase/synchroniser.c'; then $(CYGPATH_W) 'arangod/VocBase/synchroniser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/synchroniser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-synchroniser.obj `if test -f 'arangod/VocBase/synchroniser.c'; then $(CYGPATH_W) 'arangod/VocBase/synchroniser.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/synchroniser.c'; fi` arangod/VocBase/bin_arangod-voc-shaper.o: arangod/VocBase/voc-shaper.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-voc-shaper.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Tpo -c -o arangod/VocBase/bin_arangod-voc-shaper.o `test -f 'arangod/VocBase/voc-shaper.c' || echo '$(srcdir)/'`arangod/VocBase/voc-shaper.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/voc-shaper.c' object='arangod/VocBase/bin_arangod-voc-shaper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/voc-shaper.c' object='arangod/VocBase/bin_arangod-voc-shaper.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-voc-shaper.o `test -f 'arangod/VocBase/voc-shaper.c' || echo '$(srcdir)/'`arangod/VocBase/voc-shaper.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-voc-shaper.o `test -f 'arangod/VocBase/voc-shaper.c' || echo '$(srcdir)/'`arangod/VocBase/voc-shaper.c arangod/VocBase/bin_arangod-voc-shaper.obj: arangod/VocBase/voc-shaper.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-voc-shaper.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Tpo -c -o arangod/VocBase/bin_arangod-voc-shaper.obj `if test -f 'arangod/VocBase/voc-shaper.c'; then $(CYGPATH_W) 'arangod/VocBase/voc-shaper.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/voc-shaper.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-voc-shaper.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/voc-shaper.c' object='arangod/VocBase/bin_arangod-voc-shaper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/voc-shaper.c' object='arangod/VocBase/bin_arangod-voc-shaper.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-voc-shaper.obj `if test -f 'arangod/VocBase/voc-shaper.c'; then $(CYGPATH_W) 'arangod/VocBase/voc-shaper.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/voc-shaper.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-voc-shaper.obj `if test -f 'arangod/VocBase/voc-shaper.c'; then $(CYGPATH_W) 'arangod/VocBase/voc-shaper.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/voc-shaper.c'; fi` arangod/VocBase/bin_arangod-vocbase.o: arangod/VocBase/vocbase.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-vocbase.o -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Tpo -c -o arangod/VocBase/bin_arangod-vocbase.o `test -f 'arangod/VocBase/vocbase.c' || echo '$(srcdir)/'`arangod/VocBase/vocbase.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/vocbase.c' object='arangod/VocBase/bin_arangod-vocbase.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/vocbase.c' object='arangod/VocBase/bin_arangod-vocbase.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-vocbase.o `test -f 'arangod/VocBase/vocbase.c' || echo '$(srcdir)/'`arangod/VocBase/vocbase.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-vocbase.o `test -f 'arangod/VocBase/vocbase.c' || echo '$(srcdir)/'`arangod/VocBase/vocbase.c arangod/VocBase/bin_arangod-vocbase.obj: arangod/VocBase/vocbase.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arangod/VocBase/bin_arangod-vocbase.obj -MD -MP -MF arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Tpo -c -o arangod/VocBase/bin_arangod-vocbase.obj `if test -f 'arangod/VocBase/vocbase.c'; then $(CYGPATH_W) 'arangod/VocBase/vocbase.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/vocbase.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Tpo arangod/VocBase/$(DEPDIR)/bin_arangod-vocbase.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='arangod/VocBase/vocbase.c' object='arangod/VocBase/bin_arangod-vocbase.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arangod/VocBase/vocbase.c' object='arangod/VocBase/bin_arangod-vocbase.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-vocbase.obj `if test -f 'arangod/VocBase/vocbase.c'; then $(CYGPATH_W) 'arangod/VocBase/vocbase.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/vocbase.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arangod/VocBase/bin_arangod-vocbase.obj `if test -f 'arangod/VocBase/vocbase.c'; then $(CYGPATH_W) 'arangod/VocBase/vocbase.c'; else $(CYGPATH_W) '$(srcdir)/arangod/VocBase/vocbase.c'; fi` .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` UnitTests/Cambridge/UnitTests_geo_suite-Runner.o: UnitTests/Cambridge/Runner.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnitTests/Cambridge/UnitTests_geo_suite-Runner.o -MD -MP -MF UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Tpo -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.o `test -f 'UnitTests/Cambridge/Runner.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/Runner.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Tpo UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UnitTests/Cambridge/Runner.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-Runner.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='UnitTests/Cambridge/Runner.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-Runner.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.o `test -f 'UnitTests/Cambridge/Runner.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/Runner.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.o `test -f 'UnitTests/Cambridge/Runner.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/Runner.cpp UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj: UnitTests/Cambridge/Runner.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj -MD -MP -MF UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Tpo -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj `if test -f 'UnitTests/Cambridge/Runner.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/Runner.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/Runner.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Tpo UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-Runner.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UnitTests/Cambridge/Runner.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='UnitTests/Cambridge/Runner.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj `if test -f 'UnitTests/Cambridge/Runner.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/Runner.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/Runner.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-Runner.obj `if test -f 'UnitTests/Cambridge/Runner.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/Runner.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/Runner.cpp'; fi` UnitTests/Cambridge/UnitTests_geo_suite-georeg.o: UnitTests/Cambridge/georeg.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnitTests/Cambridge/UnitTests_geo_suite-georeg.o -MD -MP -MF UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Tpo -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.o `test -f 'UnitTests/Cambridge/georeg.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/georeg.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Tpo UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UnitTests/Cambridge/georeg.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-georeg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='UnitTests/Cambridge/georeg.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-georeg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.o `test -f 'UnitTests/Cambridge/georeg.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/georeg.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.o `test -f 'UnitTests/Cambridge/georeg.cpp' || echo '$(srcdir)/'`UnitTests/Cambridge/georeg.cpp UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj: UnitTests/Cambridge/georeg.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj -MD -MP -MF UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Tpo -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj `if test -f 'UnitTests/Cambridge/georeg.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/georeg.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/georeg.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Tpo UnitTests/Cambridge/$(DEPDIR)/UnitTests_geo_suite-georeg.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UnitTests/Cambridge/georeg.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='UnitTests/Cambridge/georeg.cpp' object='UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj `if test -f 'UnitTests/Cambridge/georeg.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/georeg.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/georeg.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(UnitTests_geo_suite_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UnitTests/Cambridge/UnitTests_geo_suite-georeg.obj `if test -f 'UnitTests/Cambridge/georeg.cpp'; then $(CYGPATH_W) 'UnitTests/Cambridge/georeg.cpp'; else $(CYGPATH_W) '$(srcdir)/UnitTests/Cambridge/georeg.cpp'; fi` arangod/Actions/bin_arangod-actions.o: arangod/Actions/actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-actions.o -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-actions.Tpo -c -o arangod/Actions/bin_arangod-actions.o `test -f 'arangod/Actions/actions.cpp' || echo '$(srcdir)/'`arangod/Actions/actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-actions.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/actions.cpp' object='arangod/Actions/bin_arangod-actions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/actions.cpp' object='arangod/Actions/bin_arangod-actions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-actions.o `test -f 'arangod/Actions/actions.cpp' || echo '$(srcdir)/'`arangod/Actions/actions.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-actions.o `test -f 'arangod/Actions/actions.cpp' || echo '$(srcdir)/'`arangod/Actions/actions.cpp arangod/Actions/bin_arangod-actions.obj: arangod/Actions/actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-actions.obj -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-actions.Tpo -c -o arangod/Actions/bin_arangod-actions.obj `if test -f 'arangod/Actions/actions.cpp'; then $(CYGPATH_W) 'arangod/Actions/actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/actions.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-actions.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/actions.cpp' object='arangod/Actions/bin_arangod-actions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/actions.cpp' object='arangod/Actions/bin_arangod-actions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-actions.obj `if test -f 'arangod/Actions/actions.cpp'; then $(CYGPATH_W) 'arangod/Actions/actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/actions.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-actions.obj `if test -f 'arangod/Actions/actions.cpp'; then $(CYGPATH_W) 'arangod/Actions/actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/actions.cpp'; fi` arangod/Actions/bin_arangod-ActionDispatcherThread.o: arangod/Actions/ActionDispatcherThread.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-ActionDispatcherThread.o -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Tpo -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.o `test -f 'arangod/Actions/ActionDispatcherThread.cpp' || echo '$(srcdir)/'`arangod/Actions/ActionDispatcherThread.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/ActionDispatcherThread.cpp' object='arangod/Actions/bin_arangod-ActionDispatcherThread.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/ActionDispatcherThread.cpp' object='arangod/Actions/bin_arangod-ActionDispatcherThread.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.o `test -f 'arangod/Actions/ActionDispatcherThread.cpp' || echo '$(srcdir)/'`arangod/Actions/ActionDispatcherThread.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.o `test -f 'arangod/Actions/ActionDispatcherThread.cpp' || echo '$(srcdir)/'`arangod/Actions/ActionDispatcherThread.cpp arangod/Actions/bin_arangod-ActionDispatcherThread.obj: arangod/Actions/ActionDispatcherThread.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-ActionDispatcherThread.obj -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Tpo -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.obj `if test -f 'arangod/Actions/ActionDispatcherThread.cpp'; then $(CYGPATH_W) 'arangod/Actions/ActionDispatcherThread.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/ActionDispatcherThread.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-ActionDispatcherThread.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/ActionDispatcherThread.cpp' object='arangod/Actions/bin_arangod-ActionDispatcherThread.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/ActionDispatcherThread.cpp' object='arangod/Actions/bin_arangod-ActionDispatcherThread.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.obj `if test -f 'arangod/Actions/ActionDispatcherThread.cpp'; then $(CYGPATH_W) 'arangod/Actions/ActionDispatcherThread.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/ActionDispatcherThread.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-ActionDispatcherThread.obj `if test -f 'arangod/Actions/ActionDispatcherThread.cpp'; then $(CYGPATH_W) 'arangod/Actions/ActionDispatcherThread.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/ActionDispatcherThread.cpp'; fi` arangod/Actions/bin_arangod-RestActionHandler.o: arangod/Actions/RestActionHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-RestActionHandler.o -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Tpo -c -o arangod/Actions/bin_arangod-RestActionHandler.o `test -f 'arangod/Actions/RestActionHandler.cpp' || echo '$(srcdir)/'`arangod/Actions/RestActionHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/RestActionHandler.cpp' object='arangod/Actions/bin_arangod-RestActionHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/RestActionHandler.cpp' object='arangod/Actions/bin_arangod-RestActionHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-RestActionHandler.o `test -f 'arangod/Actions/RestActionHandler.cpp' || echo '$(srcdir)/'`arangod/Actions/RestActionHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-RestActionHandler.o `test -f 'arangod/Actions/RestActionHandler.cpp' || echo '$(srcdir)/'`arangod/Actions/RestActionHandler.cpp arangod/Actions/bin_arangod-RestActionHandler.obj: arangod/Actions/RestActionHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/Actions/bin_arangod-RestActionHandler.obj -MD -MP -MF arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Tpo -c -o arangod/Actions/bin_arangod-RestActionHandler.obj `if test -f 'arangod/Actions/RestActionHandler.cpp'; then $(CYGPATH_W) 'arangod/Actions/RestActionHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/RestActionHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Tpo arangod/Actions/$(DEPDIR)/bin_arangod-RestActionHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/Actions/RestActionHandler.cpp' object='arangod/Actions/bin_arangod-RestActionHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/Actions/RestActionHandler.cpp' object='arangod/Actions/bin_arangod-RestActionHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-RestActionHandler.obj `if test -f 'arangod/Actions/RestActionHandler.cpp'; then $(CYGPATH_W) 'arangod/Actions/RestActionHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/RestActionHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/Actions/bin_arangod-RestActionHandler.obj `if test -f 'arangod/Actions/RestActionHandler.cpp'; then $(CYGPATH_W) 'arangod/Actions/RestActionHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/Actions/RestActionHandler.cpp'; fi` arangod/RestHandler/bin_arangod-RestBatchHandler.o: arangod/RestHandler/RestBatchHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestBatchHandler.o -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.o `test -f 'arangod/RestHandler/RestBatchHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestBatchHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestBatchHandler.cpp' object='arangod/RestHandler/bin_arangod-RestBatchHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestBatchHandler.cpp' object='arangod/RestHandler/bin_arangod-RestBatchHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.o `test -f 'arangod/RestHandler/RestBatchHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestBatchHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.o `test -f 'arangod/RestHandler/RestBatchHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestBatchHandler.cpp arangod/RestHandler/bin_arangod-RestBatchHandler.obj: arangod/RestHandler/RestBatchHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestBatchHandler.obj -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.obj `if test -f 'arangod/RestHandler/RestBatchHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestBatchHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestBatchHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestBatchHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestBatchHandler.cpp' object='arangod/RestHandler/bin_arangod-RestBatchHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestBatchHandler.cpp' object='arangod/RestHandler/bin_arangod-RestBatchHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.obj `if test -f 'arangod/RestHandler/RestBatchHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestBatchHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestBatchHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestBatchHandler.obj `if test -f 'arangod/RestHandler/RestBatchHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestBatchHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestBatchHandler.cpp'; fi` arangod/RestHandler/bin_arangod-RestDocumentHandler.o: arangod/RestHandler/RestDocumentHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestDocumentHandler.o -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.o `test -f 'arangod/RestHandler/RestDocumentHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestDocumentHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestDocumentHandler.cpp' object='arangod/RestHandler/bin_arangod-RestDocumentHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestDocumentHandler.cpp' object='arangod/RestHandler/bin_arangod-RestDocumentHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.o `test -f 'arangod/RestHandler/RestDocumentHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestDocumentHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.o `test -f 'arangod/RestHandler/RestDocumentHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestDocumentHandler.cpp arangod/RestHandler/bin_arangod-RestDocumentHandler.obj: arangod/RestHandler/RestDocumentHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestDocumentHandler.obj -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.obj `if test -f 'arangod/RestHandler/RestDocumentHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestDocumentHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestDocumentHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestDocumentHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestDocumentHandler.cpp' object='arangod/RestHandler/bin_arangod-RestDocumentHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestDocumentHandler.cpp' object='arangod/RestHandler/bin_arangod-RestDocumentHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.obj `if test -f 'arangod/RestHandler/RestDocumentHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestDocumentHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestDocumentHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestDocumentHandler.obj `if test -f 'arangod/RestHandler/RestDocumentHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestDocumentHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestDocumentHandler.cpp'; fi` arangod/RestHandler/bin_arangod-RestEdgeHandler.o: arangod/RestHandler/RestEdgeHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestEdgeHandler.o -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.o `test -f 'arangod/RestHandler/RestEdgeHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestEdgeHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestEdgeHandler.cpp' object='arangod/RestHandler/bin_arangod-RestEdgeHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestEdgeHandler.cpp' object='arangod/RestHandler/bin_arangod-RestEdgeHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.o `test -f 'arangod/RestHandler/RestEdgeHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestEdgeHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.o `test -f 'arangod/RestHandler/RestEdgeHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestEdgeHandler.cpp arangod/RestHandler/bin_arangod-RestEdgeHandler.obj: arangod/RestHandler/RestEdgeHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestEdgeHandler.obj -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.obj `if test -f 'arangod/RestHandler/RestEdgeHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestEdgeHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestEdgeHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestEdgeHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestEdgeHandler.cpp' object='arangod/RestHandler/bin_arangod-RestEdgeHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestEdgeHandler.cpp' object='arangod/RestHandler/bin_arangod-RestEdgeHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.obj `if test -f 'arangod/RestHandler/RestEdgeHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestEdgeHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestEdgeHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestEdgeHandler.obj `if test -f 'arangod/RestHandler/RestEdgeHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestEdgeHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestEdgeHandler.cpp'; fi` arangod/RestHandler/bin_arangod-RestImportHandler.o: arangod/RestHandler/RestImportHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestImportHandler.o -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestImportHandler.o `test -f 'arangod/RestHandler/RestImportHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestImportHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestImportHandler.cpp' object='arangod/RestHandler/bin_arangod-RestImportHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestImportHandler.cpp' object='arangod/RestHandler/bin_arangod-RestImportHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestImportHandler.o `test -f 'arangod/RestHandler/RestImportHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestImportHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestImportHandler.o `test -f 'arangod/RestHandler/RestImportHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestImportHandler.cpp arangod/RestHandler/bin_arangod-RestImportHandler.obj: arangod/RestHandler/RestImportHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestImportHandler.obj -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestImportHandler.obj `if test -f 'arangod/RestHandler/RestImportHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestImportHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestImportHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestImportHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestImportHandler.cpp' object='arangod/RestHandler/bin_arangod-RestImportHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestImportHandler.cpp' object='arangod/RestHandler/bin_arangod-RestImportHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestImportHandler.obj `if test -f 'arangod/RestHandler/RestImportHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestImportHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestImportHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestImportHandler.obj `if test -f 'arangod/RestHandler/RestImportHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestImportHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestImportHandler.cpp'; fi` arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o: arangod/RestHandler/RestVocbaseBaseHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o `test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestVocbaseBaseHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestVocbaseBaseHandler.cpp' object='arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestVocbaseBaseHandler.cpp' object='arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o `test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestVocbaseBaseHandler.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.o `test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp' || echo '$(srcdir)/'`arangod/RestHandler/RestVocbaseBaseHandler.cpp arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj: arangod/RestHandler/RestVocbaseBaseHandler.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj -MD -MP -MF arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Tpo -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj `if test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestVocbaseBaseHandler.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Tpo arangod/RestHandler/$(DEPDIR)/bin_arangod-RestVocbaseBaseHandler.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestHandler/RestVocbaseBaseHandler.cpp' object='arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestHandler/RestVocbaseBaseHandler.cpp' object='arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj `if test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestVocbaseBaseHandler.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestHandler/bin_arangod-RestVocbaseBaseHandler.obj `if test -f 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; then $(CYGPATH_W) 'arangod/RestHandler/RestVocbaseBaseHandler.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestHandler/RestVocbaseBaseHandler.cpp'; fi` arangod/RestServer/bin_arangod-ArangoHttpServer.o: arangod/RestServer/ArangoHttpServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-ArangoHttpServer.o -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Tpo -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.o `test -f 'arangod/RestServer/ArangoHttpServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoHttpServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/ArangoHttpServer.cpp' object='arangod/RestServer/bin_arangod-ArangoHttpServer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/ArangoHttpServer.cpp' object='arangod/RestServer/bin_arangod-ArangoHttpServer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.o `test -f 'arangod/RestServer/ArangoHttpServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoHttpServer.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.o `test -f 'arangod/RestServer/ArangoHttpServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoHttpServer.cpp arangod/RestServer/bin_arangod-ArangoHttpServer.obj: arangod/RestServer/ArangoHttpServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-ArangoHttpServer.obj -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Tpo -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.obj `if test -f 'arangod/RestServer/ArangoHttpServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoHttpServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoHttpServer.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoHttpServer.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/ArangoHttpServer.cpp' object='arangod/RestServer/bin_arangod-ArangoHttpServer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/ArangoHttpServer.cpp' object='arangod/RestServer/bin_arangod-ArangoHttpServer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.obj `if test -f 'arangod/RestServer/ArangoHttpServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoHttpServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoHttpServer.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoHttpServer.obj `if test -f 'arangod/RestServer/ArangoHttpServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoHttpServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoHttpServer.cpp'; fi` arangod/RestServer/bin_arangod-ArangoServer.o: arangod/RestServer/ArangoServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-ArangoServer.o -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Tpo -c -o arangod/RestServer/bin_arangod-ArangoServer.o `test -f 'arangod/RestServer/ArangoServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/ArangoServer.cpp' object='arangod/RestServer/bin_arangod-ArangoServer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/ArangoServer.cpp' object='arangod/RestServer/bin_arangod-ArangoServer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoServer.o `test -f 'arangod/RestServer/ArangoServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoServer.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoServer.o `test -f 'arangod/RestServer/ArangoServer.cpp' || echo '$(srcdir)/'`arangod/RestServer/ArangoServer.cpp arangod/RestServer/bin_arangod-ArangoServer.obj: arangod/RestServer/ArangoServer.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-ArangoServer.obj -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Tpo -c -o arangod/RestServer/bin_arangod-ArangoServer.obj `if test -f 'arangod/RestServer/ArangoServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoServer.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-ArangoServer.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/ArangoServer.cpp' object='arangod/RestServer/bin_arangod-ArangoServer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/ArangoServer.cpp' object='arangod/RestServer/bin_arangod-ArangoServer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoServer.obj `if test -f 'arangod/RestServer/ArangoServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoServer.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-ArangoServer.obj `if test -f 'arangod/RestServer/ArangoServer.cpp'; then $(CYGPATH_W) 'arangod/RestServer/ArangoServer.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/ArangoServer.cpp'; fi` arangod/RestServer/bin_arangod-arango.o: arangod/RestServer/arango.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-arango.o -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Tpo -c -o arangod/RestServer/bin_arangod-arango.o `test -f 'arangod/RestServer/arango.cpp' || echo '$(srcdir)/'`arangod/RestServer/arango.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/arango.cpp' object='arangod/RestServer/bin_arangod-arango.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/arango.cpp' object='arangod/RestServer/bin_arangod-arango.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-arango.o `test -f 'arangod/RestServer/arango.cpp' || echo '$(srcdir)/'`arangod/RestServer/arango.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-arango.o `test -f 'arangod/RestServer/arango.cpp' || echo '$(srcdir)/'`arangod/RestServer/arango.cpp arangod/RestServer/bin_arangod-arango.obj: arangod/RestServer/arango.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/RestServer/bin_arangod-arango.obj -MD -MP -MF arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Tpo -c -o arangod/RestServer/bin_arangod-arango.obj `if test -f 'arangod/RestServer/arango.cpp'; then $(CYGPATH_W) 'arangod/RestServer/arango.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/arango.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Tpo arangod/RestServer/$(DEPDIR)/bin_arangod-arango.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/RestServer/arango.cpp' object='arangod/RestServer/bin_arangod-arango.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/RestServer/arango.cpp' object='arangod/RestServer/bin_arangod-arango.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-arango.obj `if test -f 'arangod/RestServer/arango.cpp'; then $(CYGPATH_W) 'arangod/RestServer/arango.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/arango.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/RestServer/bin_arangod-arango.obj `if test -f 'arangod/RestServer/arango.cpp'; then $(CYGPATH_W) 'arangod/RestServer/arango.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/RestServer/arango.cpp'; fi` arangod/V8Server/bin_arangod-ApplicationV8.o: arangod/V8Server/ApplicationV8.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-ApplicationV8.o -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Tpo -c -o arangod/V8Server/bin_arangod-ApplicationV8.o `test -f 'arangod/V8Server/ApplicationV8.cpp' || echo '$(srcdir)/'`arangod/V8Server/ApplicationV8.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/ApplicationV8.cpp' object='arangod/V8Server/bin_arangod-ApplicationV8.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/ApplicationV8.cpp' object='arangod/V8Server/bin_arangod-ApplicationV8.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-ApplicationV8.o `test -f 'arangod/V8Server/ApplicationV8.cpp' || echo '$(srcdir)/'`arangod/V8Server/ApplicationV8.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-ApplicationV8.o `test -f 'arangod/V8Server/ApplicationV8.cpp' || echo '$(srcdir)/'`arangod/V8Server/ApplicationV8.cpp arangod/V8Server/bin_arangod-ApplicationV8.obj: arangod/V8Server/ApplicationV8.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-ApplicationV8.obj -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Tpo -c -o arangod/V8Server/bin_arangod-ApplicationV8.obj `if test -f 'arangod/V8Server/ApplicationV8.cpp'; then $(CYGPATH_W) 'arangod/V8Server/ApplicationV8.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/ApplicationV8.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-ApplicationV8.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/ApplicationV8.cpp' object='arangod/V8Server/bin_arangod-ApplicationV8.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/ApplicationV8.cpp' object='arangod/V8Server/bin_arangod-ApplicationV8.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-ApplicationV8.obj `if test -f 'arangod/V8Server/ApplicationV8.cpp'; then $(CYGPATH_W) 'arangod/V8Server/ApplicationV8.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/ApplicationV8.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-ApplicationV8.obj `if test -f 'arangod/V8Server/ApplicationV8.cpp'; then $(CYGPATH_W) 'arangod/V8Server/ApplicationV8.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/ApplicationV8.cpp'; fi` arangod/V8Server/bin_arangod-v8-actions.o: arangod/V8Server/v8-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-actions.o -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Tpo -c -o arangod/V8Server/bin_arangod-v8-actions.o `test -f 'arangod/V8Server/v8-actions.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-actions.cpp' object='arangod/V8Server/bin_arangod-v8-actions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-actions.cpp' object='arangod/V8Server/bin_arangod-v8-actions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-actions.o `test -f 'arangod/V8Server/v8-actions.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-actions.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-actions.o `test -f 'arangod/V8Server/v8-actions.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-actions.cpp arangod/V8Server/bin_arangod-v8-actions.obj: arangod/V8Server/v8-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-actions.obj -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Tpo -c -o arangod/V8Server/bin_arangod-v8-actions.obj `if test -f 'arangod/V8Server/v8-actions.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-actions.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-actions.cpp' object='arangod/V8Server/bin_arangod-v8-actions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-actions.cpp' object='arangod/V8Server/bin_arangod-v8-actions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-actions.obj `if test -f 'arangod/V8Server/v8-actions.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-actions.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-actions.obj `if test -f 'arangod/V8Server/v8-actions.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-actions.cpp'; fi` arangod/V8Server/bin_arangod-v8-objects.o: arangod/V8Server/v8-objects.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-objects.o -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Tpo -c -o arangod/V8Server/bin_arangod-v8-objects.o `test -f 'arangod/V8Server/v8-objects.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-objects.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-objects.cpp' object='arangod/V8Server/bin_arangod-v8-objects.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-objects.cpp' object='arangod/V8Server/bin_arangod-v8-objects.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-objects.o `test -f 'arangod/V8Server/v8-objects.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-objects.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-objects.o `test -f 'arangod/V8Server/v8-objects.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-objects.cpp arangod/V8Server/bin_arangod-v8-objects.obj: arangod/V8Server/v8-objects.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-objects.obj -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Tpo -c -o arangod/V8Server/bin_arangod-v8-objects.obj `if test -f 'arangod/V8Server/v8-objects.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-objects.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-objects.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-objects.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-objects.cpp' object='arangod/V8Server/bin_arangod-v8-objects.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-objects.cpp' object='arangod/V8Server/bin_arangod-v8-objects.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-objects.obj `if test -f 'arangod/V8Server/v8-objects.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-objects.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-objects.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-objects.obj `if test -f 'arangod/V8Server/v8-objects.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-objects.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-objects.cpp'; fi` arangod/V8Server/bin_arangod-v8-query.o: arangod/V8Server/v8-query.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-query.o -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Tpo -c -o arangod/V8Server/bin_arangod-v8-query.o `test -f 'arangod/V8Server/v8-query.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-query.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-query.cpp' object='arangod/V8Server/bin_arangod-v8-query.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-query.cpp' object='arangod/V8Server/bin_arangod-v8-query.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-query.o `test -f 'arangod/V8Server/v8-query.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-query.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-query.o `test -f 'arangod/V8Server/v8-query.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-query.cpp arangod/V8Server/bin_arangod-v8-query.obj: arangod/V8Server/v8-query.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-query.obj -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Tpo -c -o arangod/V8Server/bin_arangod-v8-query.obj `if test -f 'arangod/V8Server/v8-query.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-query.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-query.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-query.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-query.cpp' object='arangod/V8Server/bin_arangod-v8-query.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-query.cpp' object='arangod/V8Server/bin_arangod-v8-query.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-query.obj `if test -f 'arangod/V8Server/v8-query.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-query.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-query.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-query.obj `if test -f 'arangod/V8Server/v8-query.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-query.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-query.cpp'; fi` arangod/V8Server/bin_arangod-v8-vocbase.o: arangod/V8Server/v8-vocbase.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-vocbase.o -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Tpo -c -o arangod/V8Server/bin_arangod-v8-vocbase.o `test -f 'arangod/V8Server/v8-vocbase.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-vocbase.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-vocbase.cpp' object='arangod/V8Server/bin_arangod-v8-vocbase.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-vocbase.cpp' object='arangod/V8Server/bin_arangod-v8-vocbase.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-vocbase.o `test -f 'arangod/V8Server/v8-vocbase.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-vocbase.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-vocbase.o `test -f 'arangod/V8Server/v8-vocbase.cpp' || echo '$(srcdir)/'`arangod/V8Server/v8-vocbase.cpp arangod/V8Server/bin_arangod-v8-vocbase.obj: arangod/V8Server/v8-vocbase.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/V8Server/bin_arangod-v8-vocbase.obj -MD -MP -MF arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Tpo -c -o arangod/V8Server/bin_arangod-v8-vocbase.obj `if test -f 'arangod/V8Server/v8-vocbase.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-vocbase.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-vocbase.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Tpo arangod/V8Server/$(DEPDIR)/bin_arangod-v8-vocbase.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/V8Server/v8-vocbase.cpp' object='arangod/V8Server/bin_arangod-v8-vocbase.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/V8Server/v8-vocbase.cpp' object='arangod/V8Server/bin_arangod-v8-vocbase.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-vocbase.obj `if test -f 'arangod/V8Server/v8-vocbase.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-vocbase.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-vocbase.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/V8Server/bin_arangod-v8-vocbase.obj `if test -f 'arangod/V8Server/v8-vocbase.cpp'; then $(CYGPATH_W) 'arangod/V8Server/v8-vocbase.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/V8Server/v8-vocbase.cpp'; fi` arangod/MRServer/bin_arangod-ApplicationMR.o: arangod/MRServer/ApplicationMR.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/MRServer/bin_arangod-ApplicationMR.o -MD -MP -MF arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Tpo -c -o arangod/MRServer/bin_arangod-ApplicationMR.o `test -f 'arangod/MRServer/ApplicationMR.cpp' || echo '$(srcdir)/'`arangod/MRServer/ApplicationMR.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Tpo arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/MRServer/ApplicationMR.cpp' object='arangod/MRServer/bin_arangod-ApplicationMR.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/MRServer/ApplicationMR.cpp' object='arangod/MRServer/bin_arangod-ApplicationMR.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-ApplicationMR.o `test -f 'arangod/MRServer/ApplicationMR.cpp' || echo '$(srcdir)/'`arangod/MRServer/ApplicationMR.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-ApplicationMR.o `test -f 'arangod/MRServer/ApplicationMR.cpp' || echo '$(srcdir)/'`arangod/MRServer/ApplicationMR.cpp arangod/MRServer/bin_arangod-ApplicationMR.obj: arangod/MRServer/ApplicationMR.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/MRServer/bin_arangod-ApplicationMR.obj -MD -MP -MF arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Tpo -c -o arangod/MRServer/bin_arangod-ApplicationMR.obj `if test -f 'arangod/MRServer/ApplicationMR.cpp'; then $(CYGPATH_W) 'arangod/MRServer/ApplicationMR.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/ApplicationMR.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Tpo arangod/MRServer/$(DEPDIR)/bin_arangod-ApplicationMR.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/MRServer/ApplicationMR.cpp' object='arangod/MRServer/bin_arangod-ApplicationMR.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/MRServer/ApplicationMR.cpp' object='arangod/MRServer/bin_arangod-ApplicationMR.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-ApplicationMR.obj `if test -f 'arangod/MRServer/ApplicationMR.cpp'; then $(CYGPATH_W) 'arangod/MRServer/ApplicationMR.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/ApplicationMR.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-ApplicationMR.obj `if test -f 'arangod/MRServer/ApplicationMR.cpp'; then $(CYGPATH_W) 'arangod/MRServer/ApplicationMR.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/ApplicationMR.cpp'; fi` arangod/MRServer/bin_arangod-mr-actions.o: arangod/MRServer/mr-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/MRServer/bin_arangod-mr-actions.o -MD -MP -MF arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Tpo -c -o arangod/MRServer/bin_arangod-mr-actions.o `test -f 'arangod/MRServer/mr-actions.cpp' || echo '$(srcdir)/'`arangod/MRServer/mr-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Tpo arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/MRServer/mr-actions.cpp' object='arangod/MRServer/bin_arangod-mr-actions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/MRServer/mr-actions.cpp' object='arangod/MRServer/bin_arangod-mr-actions.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-mr-actions.o `test -f 'arangod/MRServer/mr-actions.cpp' || echo '$(srcdir)/'`arangod/MRServer/mr-actions.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-mr-actions.o `test -f 'arangod/MRServer/mr-actions.cpp' || echo '$(srcdir)/'`arangod/MRServer/mr-actions.cpp arangod/MRServer/bin_arangod-mr-actions.obj: arangod/MRServer/mr-actions.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangod/MRServer/bin_arangod-mr-actions.obj -MD -MP -MF arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Tpo -c -o arangod/MRServer/bin_arangod-mr-actions.obj `if test -f 'arangod/MRServer/mr-actions.cpp'; then $(CYGPATH_W) 'arangod/MRServer/mr-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/mr-actions.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Tpo arangod/MRServer/$(DEPDIR)/bin_arangod-mr-actions.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangod/MRServer/mr-actions.cpp' object='arangod/MRServer/bin_arangod-mr-actions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangod/MRServer/mr-actions.cpp' object='arangod/MRServer/bin_arangod-mr-actions.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-mr-actions.obj `if test -f 'arangod/MRServer/mr-actions.cpp'; then $(CYGPATH_W) 'arangod/MRServer/mr-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/mr-actions.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangod/MRServer/bin_arangod-mr-actions.obj `if test -f 'arangod/MRServer/mr-actions.cpp'; then $(CYGPATH_W) 'arangod/MRServer/mr-actions.cpp'; else $(CYGPATH_W) '$(srcdir)/arangod/MRServer/mr-actions.cpp'; fi` arangosh/V8Client/bin_arangoimp-ImportHelper.o: arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-ImportHelper.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Tpo -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangoimp-ImportHelper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangoimp-ImportHelper.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp arangosh/V8Client/bin_arangoimp-ImportHelper.obj: arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-ImportHelper.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Tpo -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-ImportHelper.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangoimp-ImportHelper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangoimp-ImportHelper.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` arangosh/V8Client/bin_arangoimp-V8ClientConnection.o: arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-V8ClientConnection.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Tpo -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangoimp-V8ClientConnection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangoimp-V8ClientConnection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj: arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Tpo -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-V8ClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` arangosh/V8Client/bin_arangoimp-arangoimp.o: arangosh/V8Client/arangoimp.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-arangoimp.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Tpo -c -o arangosh/V8Client/bin_arangoimp-arangoimp.o `test -f 'arangosh/V8Client/arangoimp.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangoimp.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/arangoimp.cpp' object='arangosh/V8Client/bin_arangoimp-arangoimp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/arangoimp.cpp' object='arangosh/V8Client/bin_arangoimp-arangoimp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-arangoimp.o `test -f 'arangosh/V8Client/arangoimp.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangoimp.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-arangoimp.o `test -f 'arangosh/V8Client/arangoimp.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangoimp.cpp arangosh/V8Client/bin_arangoimp-arangoimp.obj: arangosh/V8Client/arangoimp.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangoimp-arangoimp.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Tpo -c -o arangosh/V8Client/bin_arangoimp-arangoimp.obj `if test -f 'arangosh/V8Client/arangoimp.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangoimp.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangoimp.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangoimp-arangoimp.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/arangoimp.cpp' object='arangosh/V8Client/bin_arangoimp-arangoimp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/arangoimp.cpp' object='arangosh/V8Client/bin_arangoimp-arangoimp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-arangoimp.obj `if test -f 'arangosh/V8Client/arangoimp.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangoimp.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangoimp.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoimp_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangoimp-arangoimp.obj `if test -f 'arangosh/V8Client/arangoimp.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangoimp.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangoimp.cpp'; fi` arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o: arangoirb/MRClient/MRubyClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o -MD -MP -MF arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Tpo -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o `test -f 'arangoirb/MRClient/MRubyClientConnection.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/MRubyClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Tpo arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangoirb/MRClient/MRubyClientConnection.cpp' object='arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangoirb/MRClient/MRubyClientConnection.cpp' object='arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o `test -f 'arangoirb/MRClient/MRubyClientConnection.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/MRubyClientConnection.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.o `test -f 'arangoirb/MRClient/MRubyClientConnection.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/MRubyClientConnection.cpp arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj: arangoirb/MRClient/MRubyClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj -MD -MP -MF arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Tpo -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj `if test -f 'arangoirb/MRClient/MRubyClientConnection.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/MRubyClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/MRubyClientConnection.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Tpo arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-MRubyClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangoirb/MRClient/MRubyClientConnection.cpp' object='arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangoirb/MRClient/MRubyClientConnection.cpp' object='arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj `if test -f 'arangoirb/MRClient/MRubyClientConnection.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/MRubyClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/MRubyClientConnection.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-MRubyClientConnection.obj `if test -f 'arangoirb/MRClient/MRubyClientConnection.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/MRubyClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/MRubyClientConnection.cpp'; fi` arangoirb/MRClient/bin_arangoirb-arangoirb.o: arangoirb/MRClient/arangoirb.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangoirb/MRClient/bin_arangoirb-arangoirb.o -MD -MP -MF arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Tpo -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.o `test -f 'arangoirb/MRClient/arangoirb.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/arangoirb.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Tpo arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangoirb/MRClient/arangoirb.cpp' object='arangoirb/MRClient/bin_arangoirb-arangoirb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangoirb/MRClient/arangoirb.cpp' object='arangoirb/MRClient/bin_arangoirb-arangoirb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.o `test -f 'arangoirb/MRClient/arangoirb.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/arangoirb.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.o `test -f 'arangoirb/MRClient/arangoirb.cpp' || echo '$(srcdir)/'`arangoirb/MRClient/arangoirb.cpp arangoirb/MRClient/bin_arangoirb-arangoirb.obj: arangoirb/MRClient/arangoirb.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangoirb/MRClient/bin_arangoirb-arangoirb.obj -MD -MP -MF arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Tpo -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.obj `if test -f 'arangoirb/MRClient/arangoirb.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/arangoirb.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/arangoirb.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Tpo arangoirb/MRClient/$(DEPDIR)/bin_arangoirb-arangoirb.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangoirb/MRClient/arangoirb.cpp' object='arangoirb/MRClient/bin_arangoirb-arangoirb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangoirb/MRClient/arangoirb.cpp' object='arangoirb/MRClient/bin_arangoirb-arangoirb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.obj `if test -f 'arangoirb/MRClient/arangoirb.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/arangoirb.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/arangoirb.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangoirb_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangoirb/MRClient/bin_arangoirb-arangoirb.obj `if test -f 'arangoirb/MRClient/arangoirb.cpp'; then $(CYGPATH_W) 'arangoirb/MRClient/arangoirb.cpp'; else $(CYGPATH_W) '$(srcdir)/arangoirb/MRClient/arangoirb.cpp'; fi` arangosh/V8Client/bin_arangosh-ImportHelper.o: arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-ImportHelper.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Tpo -c -o arangosh/V8Client/bin_arangosh-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangosh-ImportHelper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangosh-ImportHelper.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-ImportHelper.o `test -f 'arangosh/V8Client/ImportHelper.cpp' || echo '$(srcdir)/'`arangosh/V8Client/ImportHelper.cpp arangosh/V8Client/bin_arangosh-ImportHelper.obj: arangosh/V8Client/ImportHelper.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-ImportHelper.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Tpo -c -o arangosh/V8Client/bin_arangosh-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-ImportHelper.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangosh-ImportHelper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/ImportHelper.cpp' object='arangosh/V8Client/bin_arangosh-ImportHelper.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-ImportHelper.obj `if test -f 'arangosh/V8Client/ImportHelper.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/ImportHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/ImportHelper.cpp'; fi` arangosh/V8Client/bin_arangosh-V8ClientConnection.o: arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-V8ClientConnection.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Tpo -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangosh-V8ClientConnection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangosh-V8ClientConnection.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.o `test -f 'arangosh/V8Client/V8ClientConnection.cpp' || echo '$(srcdir)/'`arangosh/V8Client/V8ClientConnection.cpp arangosh/V8Client/bin_arangosh-V8ClientConnection.obj: arangosh/V8Client/V8ClientConnection.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-V8ClientConnection.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Tpo -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-V8ClientConnection.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangosh-V8ClientConnection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/V8ClientConnection.cpp' object='arangosh/V8Client/bin_arangosh-V8ClientConnection.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-V8ClientConnection.obj `if test -f 'arangosh/V8Client/V8ClientConnection.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/V8ClientConnection.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/V8ClientConnection.cpp'; fi` arangosh/V8Client/bin_arangosh-arangosh.o: arangosh/V8Client/arangosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-arangosh.o -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Tpo -c -o arangosh/V8Client/bin_arangosh-arangosh.o `test -f 'arangosh/V8Client/arangosh.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/arangosh.cpp' object='arangosh/V8Client/bin_arangosh-arangosh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/arangosh.cpp' object='arangosh/V8Client/bin_arangosh-arangosh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-arangosh.o `test -f 'arangosh/V8Client/arangosh.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangosh.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-arangosh.o `test -f 'arangosh/V8Client/arangosh.cpp' || echo '$(srcdir)/'`arangosh/V8Client/arangosh.cpp arangosh/V8Client/bin_arangosh-arangosh.obj: arangosh/V8Client/arangosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT arangosh/V8Client/bin_arangosh-arangosh.obj -MD -MP -MF arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Tpo -c -o arangosh/V8Client/bin_arangosh-arangosh.obj `if test -f 'arangosh/V8Client/arangosh.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangosh.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangosh.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Tpo arangosh/V8Client/$(DEPDIR)/bin_arangosh-arangosh.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='arangosh/V8Client/arangosh.cpp' object='arangosh/V8Client/bin_arangosh-arangosh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='arangosh/V8Client/arangosh.cpp' object='arangosh/V8Client/bin_arangosh-arangosh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-arangosh.obj `if test -f 'arangosh/V8Client/arangosh.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangosh.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangosh.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_arangosh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o arangosh/V8Client/bin_arangosh-arangosh.obj `if test -f 'arangosh/V8Client/arangosh.cpp'; then $(CYGPATH_W) 'arangosh/V8Client/arangosh.cpp'; else $(CYGPATH_W) '$(srcdir)/arangosh/V8Client/arangosh.cpp'; fi` lib/ProtocolBuffers/bin_zclient-arangodb.pb.o: lib/ProtocolBuffers/arangodb.pb.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lib/ProtocolBuffers/bin_zclient-arangodb.pb.o -MD -MP -MF lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Tpo -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.o `test -f 'lib/ProtocolBuffers/arangodb.pb.cpp' || echo '$(srcdir)/'`lib/ProtocolBuffers/arangodb.pb.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Tpo lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/ProtocolBuffers/arangodb.pb.cpp' object='lib/ProtocolBuffers/bin_zclient-arangodb.pb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='lib/ProtocolBuffers/arangodb.pb.cpp' object='lib/ProtocolBuffers/bin_zclient-arangodb.pb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.o `test -f 'lib/ProtocolBuffers/arangodb.pb.cpp' || echo '$(srcdir)/'`lib/ProtocolBuffers/arangodb.pb.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.o `test -f 'lib/ProtocolBuffers/arangodb.pb.cpp' || echo '$(srcdir)/'`lib/ProtocolBuffers/arangodb.pb.cpp lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj: lib/ProtocolBuffers/arangodb.pb.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj -MD -MP -MF lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Tpo -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj `if test -f 'lib/ProtocolBuffers/arangodb.pb.cpp'; then $(CYGPATH_W) 'lib/ProtocolBuffers/arangodb.pb.cpp'; else $(CYGPATH_W) '$(srcdir)/lib/ProtocolBuffers/arangodb.pb.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Tpo lib/ProtocolBuffers/$(DEPDIR)/bin_zclient-arangodb.pb.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/ProtocolBuffers/arangodb.pb.cpp' object='lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='lib/ProtocolBuffers/arangodb.pb.cpp' object='lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj `if test -f 'lib/ProtocolBuffers/arangodb.pb.cpp'; then $(CYGPATH_W) 'lib/ProtocolBuffers/arangodb.pb.cpp'; else $(CYGPATH_W) '$(srcdir)/lib/ProtocolBuffers/arangodb.pb.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lib/ProtocolBuffers/bin_zclient-arangodb.pb.obj `if test -f 'lib/ProtocolBuffers/arangodb.pb.cpp'; then $(CYGPATH_W) 'lib/ProtocolBuffers/arangodb.pb.cpp'; else $(CYGPATH_W) '$(srcdir)/lib/ProtocolBuffers/arangodb.pb.cpp'; fi` PerfTests/bin_zclient-zclient.o: PerfTests/zclient.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PerfTests/bin_zclient-zclient.o -MD -MP -MF PerfTests/$(DEPDIR)/bin_zclient-zclient.Tpo -c -o PerfTests/bin_zclient-zclient.o `test -f 'PerfTests/zclient.cpp' || echo '$(srcdir)/'`PerfTests/zclient.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) PerfTests/$(DEPDIR)/bin_zclient-zclient.Tpo PerfTests/$(DEPDIR)/bin_zclient-zclient.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PerfTests/zclient.cpp' object='PerfTests/bin_zclient-zclient.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='PerfTests/zclient.cpp' object='PerfTests/bin_zclient-zclient.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zclient-zclient.o `test -f 'PerfTests/zclient.cpp' || echo '$(srcdir)/'`PerfTests/zclient.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zclient-zclient.o `test -f 'PerfTests/zclient.cpp' || echo '$(srcdir)/'`PerfTests/zclient.cpp PerfTests/bin_zclient-zclient.obj: PerfTests/zclient.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PerfTests/bin_zclient-zclient.obj -MD -MP -MF PerfTests/$(DEPDIR)/bin_zclient-zclient.Tpo -c -o PerfTests/bin_zclient-zclient.obj `if test -f 'PerfTests/zclient.cpp'; then $(CYGPATH_W) 'PerfTests/zclient.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zclient.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) PerfTests/$(DEPDIR)/bin_zclient-zclient.Tpo PerfTests/$(DEPDIR)/bin_zclient-zclient.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PerfTests/zclient.cpp' object='PerfTests/bin_zclient-zclient.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='PerfTests/zclient.cpp' object='PerfTests/bin_zclient-zclient.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zclient-zclient.obj `if test -f 'PerfTests/zclient.cpp'; then $(CYGPATH_W) 'PerfTests/zclient.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zclient.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zclient_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zclient-zclient.obj `if test -f 'PerfTests/zclient.cpp'; then $(CYGPATH_W) 'PerfTests/zclient.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zclient.cpp'; fi` PerfTests/bin_zserver-zserver.o: PerfTests/zserver.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PerfTests/bin_zserver-zserver.o -MD -MP -MF PerfTests/$(DEPDIR)/bin_zserver-zserver.Tpo -c -o PerfTests/bin_zserver-zserver.o `test -f 'PerfTests/zserver.cpp' || echo '$(srcdir)/'`PerfTests/zserver.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) PerfTests/$(DEPDIR)/bin_zserver-zserver.Tpo PerfTests/$(DEPDIR)/bin_zserver-zserver.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PerfTests/zserver.cpp' object='PerfTests/bin_zserver-zserver.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='PerfTests/zserver.cpp' object='PerfTests/bin_zserver-zserver.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zserver-zserver.o `test -f 'PerfTests/zserver.cpp' || echo '$(srcdir)/'`PerfTests/zserver.cpp +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zserver-zserver.o `test -f 'PerfTests/zserver.cpp' || echo '$(srcdir)/'`PerfTests/zserver.cpp PerfTests/bin_zserver-zserver.obj: PerfTests/zserver.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PerfTests/bin_zserver-zserver.obj -MD -MP -MF PerfTests/$(DEPDIR)/bin_zserver-zserver.Tpo -c -o PerfTests/bin_zserver-zserver.obj `if test -f 'PerfTests/zserver.cpp'; then $(CYGPATH_W) 'PerfTests/zserver.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zserver.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) PerfTests/$(DEPDIR)/bin_zserver-zserver.Tpo PerfTests/$(DEPDIR)/bin_zserver-zserver.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PerfTests/zserver.cpp' object='PerfTests/bin_zserver-zserver.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='PerfTests/zserver.cpp' object='PerfTests/bin_zserver-zserver.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zserver-zserver.obj `if test -f 'PerfTests/zserver.cpp'; then $(CYGPATH_W) 'PerfTests/zserver.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zserver.cpp'; fi` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bin_zserver_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PerfTests/bin_zserver-zserver.obj `if test -f 'PerfTests/zserver.cpp'; then $(CYGPATH_W) 'PerfTests/zserver.cpp'; else $(CYGPATH_W) '$(srcdir)/PerfTests/zserver.cpp'; fi` install-arangosysconfDATA: $(arangosysconf_DATA) @$(NORMAL_INSTALL) - test -z "$(arangosysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(arangosysconfdir)" @list='$(arangosysconf_DATA)'; test -n "$(arangosysconfdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arangosysconfdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arangosysconfdir)" || exit 1; \ + fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ @@ -4657,20 +4537,21 @@ uninstall-arangosysconfDATA: @$(NORMAL_UNINSTALL) @list='$(arangosysconf_DATA)'; test -n "$(arangosysconfdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(arangosysconfdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(arangosysconfdir)" && rm -f $$files + dir='$(DESTDIR)$(arangosysconfdir)'; $(am__uninstall_files_from_dir) install-nobase_pkgdataDATA: $(nobase_pkgdata_DATA) @$(NORMAL_INSTALL) - test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" @list='$(nobase_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ $(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)$(pkgdatadir)/$$dir'"; \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)/$$dir'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/$$dir"; }; \ echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pkgdatadir)/$$dir'"; \ $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pkgdatadir)/$$dir" || exit $$?; }; \ @@ -4680,9 +4561,7 @@ uninstall-nobase_pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(nobase_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -4733,8 +4612,32 @@ GTAGS: && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) + +clean-cscope: + -rm -f cscope.files + +cscope.files: clean-cscope cscopelist + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -4777,36 +4680,36 @@ distdir: $(DISTFILES) || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -4817,8 +4720,8 @@ distcheck: dist GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -4838,6 +4741,7 @@ distcheck: dist && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -4861,13 +4765,21 @@ distcheck: dist && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_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: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -4902,10 +4814,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -5090,11 +5007,11 @@ uninstall-am: uninstall-arangosysconfDATA uninstall-binPROGRAMS \ .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-binPROGRAMS clean-generic clean-local \ + clean-binPROGRAMS clean-cscope clean-generic clean-local \ clean-noinstLIBRARIES clean-noinstPROGRAMS clean-sbinPROGRAMS \ - ctags dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ + cscope cscopelist ctags dist dist-all dist-bzip2 dist-gzip \ + dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \ + distclean distclean-compile distclean-generic distclean-hdr \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-arangosysconfDATA install-binPROGRAMS install-data \ @@ -5123,6 +5040,7 @@ Installation/arangod.conf: Installation/arangod.conf.in Makefile @ENABLE_INSTALL_DBDIR_TRUE@install-data-local: @ENABLE_INSTALL_DBDIR_TRUE@ test -d $(DESTDIR)$(TRI_DATABASE_DIR) || mkdir -p $(DESTDIR)$(TRI_DATABASE_DIR) +@ENABLE_INSTALL_DBDIR_TRUE@ test -d $(DESTDIR)$(TRI_LOG_DIR) || mkdir -p $(DESTDIR)$(TRI_LOG_DIR) ################################################################################ ################################################################################ diff --git a/aclocal.m4 b/aclocal.m4 index b52b848197..b8e7ed70b9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.12 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 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,28 +14,30 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. 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'.])]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002-2012 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 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.12' 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.11.1], [], +m4_if([$1], [1.12], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,22 +53,24 @@ 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.11.1])dnl +[AM_AUTOMAKE_VERSION([1.12])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -84,7 +89,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -110,22 +115,21 @@ am_aux_dir=`cd $ac_aux_dir && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2012 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 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -144,16 +148,15 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2012 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 10 +# serial 16 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -176,12 +179,12 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -189,8 +192,9 @@ AC_CACHE_CHECK([dependency style of $depcc], # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -229,16 +233,16 @@ AC_CACHE_CHECK([dependency style of $depcc], : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # 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 + # 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 @@ -247,16 +251,16 @@ AC_CACHE_CHECK([dependency style of $depcc], test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + msvc7 | msvc7msys | 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} @@ -304,7 +308,7 @@ AM_CONDITIONAL([am__fastdep$1], [ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -314,28 +318,34 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2012 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_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ @@ -354,7 +364,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], # 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 + # 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. @@ -366,21 +376,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # 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 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -398,7 +406,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -408,14 +416,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, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2012 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 16 +# serial 18 # 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. @@ -466,23 +473,25 @@ m4_ifval([$2], AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl @@ -496,28 +505,28 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], + [_AM_DEPENDENCIES([CC])], [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], + [_AM_DEPENDENCIES([CXX])], [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], + [_AM_DEPENDENCIES([OBJC])], [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + 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 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 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], @@ -545,12 +554,14 @@ 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, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -564,9 +575,9 @@ if test x"${install_sh}" != xset; then install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) +AC_SUBST([install_sh])]) -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -589,13 +600,13 @@ AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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_MAKE_INCLUDE() # ----------------- @@ -614,7 +625,7 @@ am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# 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 @@ -639,8 +650,7 @@ AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) -# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -676,14 +686,13 @@ m4_define([AC_PROG_CC], # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2012 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 6 +# serial 7 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -713,19 +722,21 @@ if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 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_PROG_MKDIR_P # --------------- -# Check for `mkdir -p'. +# Check for 'mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl @@ -745,13 +756,13 @@ esac # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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 6 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -759,13 +770,13 @@ AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -778,22 +789,18 @@ AC_DEFUN([_AM_IF_OPTION], # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996-2012 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 9 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -804,32 +811,40 @@ case `pwd` in esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -839,64 +854,87 @@ else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2012 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 1 +# serial 3 # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT -# (`yes' being less verbose, `no' or empty being verbose). +# ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], -[ --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0')]) -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 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. - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -904,6 +942,36 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])]) # serial 2 +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2012 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 + # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. @@ -911,24 +979,24 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])]) 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. +# Copyright (C) 2004-2012 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 +# serial 3 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -939,10 +1007,11 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) @@ -950,7 +1019,7 @@ AC_MSG_CHECKING([how to create a $1 tar archive]) _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. +# Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in diff --git a/configure b/configure index c3675255b3..553c9332b9 100755 --- a/configure +++ b/configure @@ -1,13 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for triAGENS ArangoDB 1.0.0. +# Generated by GNU Autoconf 2.69 for triAGENS ArangoDB 1.0.0. # # Report bugs to . # # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -136,6 +134,31 @@ export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh @@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -214,21 +238,25 @@ IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi if test x$as_have_required = xno; then : @@ -331,6 +359,14 @@ $as_echo X"$as_dir" | } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -452,6 +488,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -486,16 +526,16 @@ if (echo >conf$$.file) 2>/dev/null; then # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -507,28 +547,8 @@ else as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -700,6 +720,7 @@ CXXCPP am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -715,6 +736,8 @@ CXXFLAGS CXX AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -1324,8 +1347,6 @@ target=$target_alias if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1500,10 +1521,12 @@ Optional Features: --enable-install-dbdir install an empty database directory --enable-relative all path are relative to the binary (yes/no/devel [default]) - --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0') - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --enable-error-on-warning treat warnings as errors (default: no) --enable-eff-cpp use -Weffc++ (default: no) @@ -1637,9 +1660,9 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF triAGENS ArangoDB configure 1.0.0 -generated by GNU Autoconf 2.68 +generated by GNU Autoconf 2.69 -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1827,7 +1850,7 @@ $as_echo "$ac_try_echo"; } >&5 test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -1915,7 +1938,7 @@ $as_echo "$ac_try_echo"; } >&5 test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -2102,7 +2125,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by triAGENS ArangoDB $as_me 1.0.0, which was -generated by GNU Autoconf 2.68. Invocation command line was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2802,7 +2825,7 @@ fi -am__api_version='1.11' +am__api_version='1.12' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2841,7 +2864,7 @@ case $as_dir/ in #(( # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2899,9 +2922,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $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=' @@ -2912,32 +2932,40 @@ case `pwd` in esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2949,6 +2977,16 @@ Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2975,8 +3013,8 @@ if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then @@ -2988,10 +3026,10 @@ if test x"${install_sh}" != xset; then esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# 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. +# 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. @@ -3010,7 +3048,7 @@ 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 + if as_fn_executable_p "$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 @@ -3050,7 +3088,7 @@ 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 + if as_fn_executable_p "$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 @@ -3101,7 +3139,7 @@ do test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -3154,7 +3192,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3270,11 +3308,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -3285,11 +3323,38 @@ if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=0;; +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3344,7 +3409,7 @@ am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# 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 @@ -3377,6 +3442,7 @@ fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3415,7 +3481,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3459,7 +3525,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3905,8 +3971,9 @@ else # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3940,16 +4007,16 @@ else : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # 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 + # 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 @@ -3958,16 +4025,16 @@ else test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + msvc7 | msvc7msys | 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} @@ -4178,7 +4245,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4222,7 +4289,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4416,8 +4483,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -4513,8 +4579,9 @@ else # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4548,16 +4615,16 @@ else : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # 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 + # 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 @@ -4566,16 +4633,16 @@ else test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + msvc7 | msvc7msys | 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} @@ -4657,7 +4724,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4701,7 +4768,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4897,8 +4964,9 @@ else # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4932,16 +5000,16 @@ else : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # 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 + # 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 @@ -4950,16 +5018,16 @@ else test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + msvc7 | msvc7msys | 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} @@ -5567,7 +5635,7 @@ 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 + if as_fn_executable_p "$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 @@ -5607,7 +5675,7 @@ 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 + if as_fn_executable_p "$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 @@ -6117,6 +6185,8 @@ _ACEOF esac rm -rf conftest* fi + + fi @@ -6280,7 +6350,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_acx_pthread_config="yes" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6436,7 +6506,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_PTHREAD_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6593,7 +6663,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_DOT_PATH="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6710,7 +6780,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LEX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6742,7 +6812,8 @@ a { ECHO; } b { REJECT; } c { yymore (); } d { yyless (1); } -e { yyless (input () != 0); } +e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ + yyless ((input () != 0)); } f { unput (yytext[0]); } . { BEGIN INITIAL; } %% @@ -6920,7 +6991,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_BISON="bison" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7131,7 +7202,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_NCURSES_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7174,7 +7245,7 @@ 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 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_NCURSES_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7309,7 +7380,7 @@ do for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in @@ -7375,7 +7446,7 @@ do for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in @@ -9793,6 +9864,14 @@ if test -z "${ENABLE_DARWIN_TRUE}" && test -z "${ENABLE_DARWIN_FALSE}"; then as_fn_error $? "conditional \"ENABLE_DARWIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -10191,16 +10270,16 @@ if (echo >conf$$.file) 2>/dev/null; then # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -10260,28 +10339,16 @@ else as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -10303,7 +10370,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # values after options handling. ac_log=" This file was extended by triAGENS ArangoDB $as_me 1.0.0, which was -generated by GNU Autoconf 2.68. Invocation command line was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -10370,10 +10437,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ triAGENS ArangoDB config.status 1.0.0 -configured by $0, generated by GNU Autoconf 2.68, +configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -10464,7 +10531,7 @@ fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' @@ -11112,7 +11179,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} # 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 + # 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. @@ -11146,21 +11213,19 @@ $as_echo X"$mf" | continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # 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 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || From a67eb5582703a51a006543d136ed49b51c5f4396 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 28 Sep 2012 13:25:42 +0200 Subject: [PATCH 2/6] issue #200: added CONTRIBUTING guidelines --- CONTRIBUTING.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..3a1a13c8a1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +# Contributing + +We welcome bug fixes and patches from 3rd party contributors. +Please follow these guidelines if you want to contribute to ArangoDB: + +## Getting started + +* Please make sure you have a GitHub account +* Please look into the ArangoDB issue tracker on GitHub for similar/identical issues +* For bugs: if the bug you found is not yet described in an existing issue, please file a new one. The new issue should include a clear description of the bug and how to reproduce it (including your environment) +* For feature requests: please clearly describe the proposed feature, additional configuration options, and side effects +* Please let us know if you plan to work an a ticket. This way we can make sure we avoid redundant work + +* Create a fork our repository. You can use GitHub to do this +* Clone the fork to your development box and pull the latest changes from the ArangoDB repository. Please make sure to use the appropriate branch: + * the "devel" branch is normally used for new features + * bug fixes should be done in the "devel" first, before being applied to master or other branches +* If missing, install the required prerequisites. They are listed [here](https://github.com/triAGENS/ArangoDB/wiki/Compiling). +* Make sure the unmodified clone works locally before making any code changes. You can do so by running the included test suite (i.e. make unittests) +* If you intend to do documentation changes, you also must install Doxygen in any recent version. + +## Making Changes + +* Create a new branch in your fork +* Develop and test your modifications there +* Commit as you like, but preferrably in logical chunks. Use meaningful commit messages and make sure you do not commit unneccesary files (e.g. object files). It is normally a good idea to reference the issue number from the commit message so the issues will get updated automatically with comments +* If the modifications change any documented behavior or add new features, document the changes. The documentation can be found in arangod/Documentation directory. To recreate the documentation locally, run make doxygen. This will re-create all documentation files in the Doxygen directory in your repository. You can inspect the documentation in this folder using a text editor or a browser +* When done, run the complete test suite and make sure all tests pass +* When finished, push the changes to your GitHub repository and send a pull request from your fork to the ArangoDB repository. Please make sure to select the appropriate branches there + +## Additional Resources + +* [ArangoDB website](http://www.arangodb.org/) +* [ArangoDB on Twitter](http://twitter.com/arangodb) +* [General GitHub documentation](http://help.github.com/) +* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) From 5d21d2ac2d29af852b49f8678492bb663b956c34 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 27 Sep 2012 10:32:25 +0200 Subject: [PATCH 3/6] removed try/catch --- js/common/modules/jsunity.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/js/common/modules/jsunity.js b/js/common/modules/jsunity.js index 7fdf901abe..8f1b4374d6 100644 --- a/js/common/modules/jsunity.js +++ b/js/common/modules/jsunity.js @@ -348,13 +348,7 @@ function RunTest (path) { var content; var f; - try { - content = SYS_READ(path); - } - catch (err) { - console.error("cannot load test file '%s'", path); - return; - } + content = SYS_READ(path); content = "(function(jsUnity){jsUnity.attachAssertions();" + content + "})"; f = SYS_EXECUTE(content, undefined, path); From 1366b3a53117e16933e23a06aeaf169aee258ddb Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 27 Sep 2012 16:58:15 +0200 Subject: [PATCH 4/6] fixed html css for code examples --- Doxygen/Scripts/arangodb_header.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doxygen/Scripts/arangodb_header.html b/Doxygen/Scripts/arangodb_header.html index f359039dd1..d7d18be7ba 100644 --- a/Doxygen/Scripts/arangodb_header.html +++ b/Doxygen/Scripts/arangodb_header.html @@ -1 +1,7 @@ + From aeb83e4435ab8cef85559ae9556353a09e566305 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 24 Sep 2012 10:31:13 +0200 Subject: [PATCH 5/6] ssue #165: front-end application howto --- CHANGELOG | 2 + Doxygen/arango.template | 2 +- Makefile.in | 11 +- Makefile.unittests | 3 +- aclocal.m4 | 73 +- arangod/Documentation/user-manual.dox | 537 +++++++-- config/config.guess | 144 +-- config/config.sub | 8 +- configure | 9 +- js/actions/system/api-system.js | 52 +- js/client/client.js | 16 +- js/client/js-client.h | 16 +- js/server/modules/org/arangodb/actions.js | 1032 +++++++++++------ .../org/arangodb/actions/echoController.js | 49 + js/server/tests/routing.js | 478 ++++++++ 15 files changed, 1823 insertions(+), 609 deletions(-) create mode 100644 js/server/modules/org/arangodb/actions/echoController.js create mode 100644 js/server/tests/routing.js diff --git a/CHANGELOG b/CHANGELOG index 93ebfa4d6e..b831d9da36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ v1.0.1 (2012-XX-XX) ------------------- +* darft for issue #165: front-end application howto + * updated mruby to cf8fdea4a6598aa470e698e8cbc9b9b492319d * fix for issue #190: install doesn't create log directory diff --git a/Doxygen/arango.template b/Doxygen/arango.template index 95f0c6d96b..5d976951b8 100644 --- a/Doxygen/arango.template +++ b/Doxygen/arango.template @@ -1550,7 +1550,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will diff --git a/Makefile.in b/Makefile.in index 8df9601086..d88ff6d57c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.12 from Makefile.am. +# Makefile.in generated by automake 1.12.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 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. @@ -1657,7 +1656,9 @@ SHELL_COMMON = @srcdir@/js/common/tests/shell-document.js \ @srcdir@/js/common/tests/shell-unique-constraint.js \ @srcdir@/js/common/tests/shell-hash-index.js -SHELL_SERVER = $(SHELL_COMMON) +SHELL_SERVER = $(SHELL_COMMON) \ + @srcdir@/js/server/tests/routing.js + UNITTESTS_SERVER = $(addprefix --javascript.unit-tests ,$(SHELL_SERVER)) ################################################################################ diff --git a/Makefile.unittests b/Makefile.unittests index cbffcb0cd7..5233e4ab67 100755 --- a/Makefile.unittests +++ b/Makefile.unittests @@ -149,7 +149,8 @@ SHELL_COMMON = @srcdir@/js/common/tests/shell-document.js \ @srcdir@/js/common/tests/shell-unique-constraint.js \ @srcdir@/js/common/tests/shell-hash-index.js -SHELL_SERVER = $(SHELL_COMMON) +SHELL_SERVER = $(SHELL_COMMON) \ + @srcdir@/js/server/tests/routing.js .PHONY: unittests-shell-server diff --git a/aclocal.m4 b/aclocal.m4 index b8e7ed70b9..bc77b40672 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.12 -*- Autoconf -*- +# generated automatically by aclocal 1.12.1 -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 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. @@ -37,7 +36,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.12' 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.12], [], +m4_if([$1], [1.12.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -53,7 +52,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.12])dnl +[AM_AUTOMAKE_VERSION([1.12.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -154,7 +153,7 @@ fi])]) # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 16 +# serial 17 # 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, @@ -166,7 +165,7 @@ fi])]) # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -182,6 +181,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) @@ -422,7 +422,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 18 +# serial 19 # 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. @@ -468,7 +468,10 @@ AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], +[$0: two- and three-arguments forms are deprecated. For more info, see: +http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl @@ -494,7 +497,8 @@ AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl @@ -506,16 +510,23 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], _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 + [m4_define([AC_PROG_CC], + m4_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 + [m4_define([AC_PROG_CXX], + m4_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 + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +dnl Support for Objective C++ was only introduced in Autoconf 2.65, +dnl but we still cater to Autoconf 2.62. +m4_ifdef([AC_PROG_OBJCXX], +[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])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 @@ -726,34 +737,6 @@ else fi ]) -# Copyright (C) 2003-2012 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_PROG_MKDIR_P -# --------------- -# Check for 'mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2012 Free Software Foundation, Inc. diff --git a/arangod/Documentation/user-manual.dox b/arangod/Documentation/user-manual.dox index 8879435b05..d7a3413923 100644 --- a/arangod/Documentation/user-manual.dox +++ b/arangod/Documentation/user-manual.dox @@ -350,10 +350,35 @@ ///
    ///
  • @ref UserManualActionsIntro
  • ///
  • @ref UserManualActionsHelloWorld
  • +///
  • @ref UserManualActionsMatches +///
      +///
    • @ref UserManualActionsMatchesExact
    • +///
    • @ref UserManualActionsMatchesPrefix
    • +///
    • @ref UserManualActionsMatchesParameterized
    • +///
    • @ref UserManualActionsMatchesConstraint
    • +///
    • @ref UserManualActionsMatchesOptional
    • +///
    • @ref UserManualActionsMatchesMethod
    • +///
    • @ref UserManualActionsMatching
    • +///
    +///
  • ///
  • @ref UserManualActionsHelloJson
  • -///
  • @ref UserManualActionsEcho
  • -///
  • @ref UserManualActionsDYO
  • -///
  • @ref UserManualActionsAdvanced
  • +///
  • @ref UserManualActionsContent +///
      +///
    • @ref UserManualActionsContentStatic
    • +///
    • @ref UserManualActionsContentAction
    • +///
    • @ref UserManualActionsContentController
    • +///
    • @ref UserManualActionsContentPrefix
    • +///
    • @ref UserManualActionsContentMethod
    • +///
    +///
  • +///
  • @ref UserManualActionsReqRes
  • +///
  • @ref UserManualActionsAdvanced +///
      +///
    • @ref UserManualActionsAdvancedRedirects
    • +///
    • @ref UserManualActionsAdvancedBundles
    • +///
    • @ref UserManualActionsAdvancedMiddleware
    • +///
    +//
  • ///
/// /// @@ -454,8 +479,8 @@ /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello/world", -/// ........> callback: { +/// ........> url: { match: "/hello/world" }, +/// ........> content: { /// ........> contentType: "text/html", /// ........> body: "Hello World" }}); /// @endcode @@ -464,13 +489,186 @@ /// or call the internal reload function. /// /// @code -/// arangosh> require("internal").reloadRouting() +/// arangosh> require("org/arangodb/routing").reload() /// @endcode /// /// Now use the browser and access /// /// @LIT{http://localhost:8529/hello/world} /// +/// You should see the @LIT{Hello World} in our browser. +/// +/// @section UserManualActionsMatches Matching an URL +///////////////////////////////////////////////////// +/// +/// There are a lot of options for the @LIT{url} attribute. If you define +/// different routing for the same path, then the following simple rule is +/// applied in order to determine which match wins: If there are two matches, +/// then the more specific wins. I. e, if there is a wildcard match and an exact +/// match, the exact match is prefered. If there is a short and a long match, +/// the longer match wins. +/// +/// @subsection UserManualActionsMatchesExact Exact Match +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/world" } } +/// @endcode +/// +/// then the match must be exact. Only the request for @LIT{/hello/world} will +/// match, everything else, e. g. @LIT{/hello/world/my} or @LIT{/hello/world2}, +/// will not match. +/// +/// The following definition is a short-cut for an exact match. +/// +/// @code +/// { url: "/hello/world" } +/// @endcode +/// +/// @subsection UserManualActionsMatchesPrefix Prefix Match +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/world/*" } } +/// @endcode +/// +/// then the match can be a prefix match. The requests for @LIT{/hello/world}, +/// @LIT{/hello/world/my}, and @LIT{/hello/world/how/are/you} will all +/// match. However @LIT{/hello/world2} does not match. Prefix matches within an +/// URL part, i. e. @LIT{/hello/world*}, are not allowed. The wildcard must +/// occur at the end, i. e. +/// +/// @code +/// /hello/*/world +/// @endcode +/// +/// is also disallowed. +/// +/// If you define two routes +/// +/// @code +/// { url: { match: "/hello/world/*" } } +/// { url: { match: "/hello/world/emil" } } +/// @endcode +/// +/// then the second route will be used for @LIT{/hello/world/emil} because it is +/// more specific. +/// +/// @subsection UserManualActionsMatchesParameterized Parameterized Match +/// +/// A parameterized match is similar to a prefix match, but the parameters are +/// also allowed inside the URL path. +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/:name/world" } } +/// @endcode +/// +/// then the URL must have three parts, the first part being @LIT{hello} and the +/// third part @LIT{world}. For example, @LIT{/hello/emil/world} will match, +/// while @LIT{/hello/emil/meyer/world} will not. +/// +/// @subsection UserManualActionsMatchesConstraint Constraint Match +/// +/// A constraint match is similar to a parameterized match, but the parameters +/// carries a constraint. +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/:name/world", constraint: { name: "/[a-z]+/" } } +/// @endcode +/// +/// then the URL must have three parts, the first part being @LIT{hello} and the +/// third part @LIT{world}. The second part must be all lowercase. +/// +/// It is possible to use more then one constraint for the same URL part. +/// +/// @code +/// { url: { match: "/hello/:name|:id/world", +/// constraint: { name: "/[a-z]+/", id: "/[0-9]+/" } } +/// @endcode +/// +/// @subsection UserManualActionsMatchesOptional Optional Match +/// +/// An optional match is similar to a parameterized match, but the last +/// parameter is optional. +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/:name?", constraint: { name: "/[a-z]+/" } } +/// @endcode +/// +/// then the URL @LIT{/hello} and @LIT{/hello/emil} will match. +/// +/// If the definitions are +/// +/// @code +/// { url: { match: "/hello/world" } } +/// { url: { match: "/hello/:name", constraint: { name: "/[a-z]+/" } } +/// { url: { match: "/hello/*" } } +/// @endcode +/// +/// then the URL @LIT{/hello/world} will be matched by the first route, because it +/// is the most specific. The URL @LIT{/hello/you} will be matched by the second +/// route, because it is more specific than the prefix match. +/// +/// @subsection UserManualActionsMatchesMethod Method Restriction +/// +/// You can restrict the match to specific methods. +/// +/// If the definition is +/// +/// @code +/// { url: { match: "/hello/world", methods: [ "post", "put" ] } +/// @endcode +/// +/// then only @LIT{POST} and @LIT{PUT} requests will match. +/// +/// @subsection UserManualActionsMatching More on Matching +/// +/// Remember that the more specific match wins. +/// +/// - A match without parameter or wildcard is more specific than a match with +/// parameters or wildcard. +/// - A match with parameter is more specific than a match with a wildcard. +/// - If there is more than one parameter, specificity is applied from left to +/// right. +/// +/// Consider the following definitions +/// +/// @code +/// (1) { url: { match: "/hello/world" } } +/// (2) { url: { match: "/hello/:name", constraint: { name: "/[a-z]+/" } } +/// (3) { url: { match: "/:something/world" } +/// (4) { url: { match: "/hello/*" } } +/// @endcode +/// +/// Then +/// +/// - @LIT{/hello/world} is match by (1) +/// - @LIT{/hello/emil} is match by (2) +/// - @LIT{/your/world} is match by (3) +/// - @LIT{/hello/you} is match by (4) +/// +/// You can write the following document into the @LIT{_routing} collection +/// to test the above examples. +/// +/// @code +/// { +/// routes: [ +/// { url: { match: "/hello/world" }, content: "route 1" }, +/// { url: { match: "/hello/:name|:id", constraint: { name: "/[a-z]+/", id: "/[0-9]+/" } }, content: "route 2" }, +/// { url: { match: "/:something/world" }, content: "route 3" }, +/// { url: { match: "/hello/*" }, content: "route 4" }, +/// ] +/// } +/// @endcode +/// /// @section UserManualActionsHelloJson A Hello World Example for JSON ////////////////////////////////////////////////////////////////////// /// @@ -478,8 +676,8 @@ /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello/json", -/// ........> callback: { +/// ........> url: "/hello/json", +/// ........> content: { /// ........> contentType: "application/json", /// ........> body: "{ \"hello\" : \"world\" }" }}); /// arangosh> require("internal").reloadRouting() @@ -500,12 +698,163 @@ /// { "hello" : "world" } /// @endcode /// -/// @section UserManualActionsEcho A Dynamic Example -//////////////////////////////////////////////////// +/// @section UserManualActionsContent Delivering Content +//////////////////////////////////////////////////////// /// -/// The above examples deliver static content, which is fine for an example. -/// But the real power of actions lies in dynamic actions which use JavaScript -/// to construct the result. +/// There are a lot of different ways on how to deliver content. We have already +/// seen the simplest one, where static content is delivered. The fun, however, +/// starts when delivering dynamic content. +/// +/// @subsection UserManualActionsContentStatic Static Content +/// +/// You can specify a body and a content-type. +/// +/// @code +/// { content: { +/// contentType: "text/html", +/// body: "Hallo World" +/// } +/// } +/// @endcode +/// +/// If the content type is @LIT{text/plain} then you can use the short-cut +/// +/// @code +/// { content: "Hallo World" } +/// @endcode +/// +/// @subsection UserManualActionsContentAction A Simple Action +/// +/// The simplest dynamic action is: +/// +/// @code +/// { action: "org/arangodb/actions/echoRequest" } +/// @endcode +/// +/// It is not possible to store functions directly in the routing table, but you +/// can call functions defined in modules. In the above example the function can +/// be accessed from JavaScript as: +/// +/// @LIT{require("org/arangodb/actions").echoRequest} +/// +/// The function @LIT{echoRequest} is pre-defined. It takes the request objects +/// and echos it in the response. +/// +/// The signature of such a function must be +/// +/// @code +/// function (req, res, next, options) +/// @endcode +/// +/// For example +/// +/// @code +/// arangosh> db._routing.save({ +/// ........> url: "/hello/echo", +/// ........> action: "org/arangodb/actions/echoRequest" }); +/// @endcode +/// +/// Reload the routing and check +/// +/// @LIT{http://127.0.0.1:8529/hello/echo} +/// +/// You should see something like +/// +/// @code +/// { +/// "request": { +/// "path": "/hello/echo", +/// "headers": { +/// "accept-encoding": "gzip, deflate", +/// "accept-language": "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3", +/// "connection": "keep-alive", +/// "content-length": "0", +/// "host": "localhost:8529", +/// "user-agent": "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0" +/// }, +/// "requestType": "GET", +/// "parameters": { } +/// }, +/// "options": { } +/// } +/// @endcode +/// +/// The request might contain @LIT{path}, @LIT{prefix}, @LIT{suffix}, and +/// @LIT{urlParameters} attributes. @LIT{path} is the complete path as supplied +/// by the user and always available. If a prefix was matched, then this prefix +/// is stored in the attribute @LIT{prefix} and the remaining URL parts are +/// stored as an array in @LIT{suffix}. If one or more parameters were matched, +/// then the parameter values are stored in @LIT{urlParameters}. +/// +/// For example, if the url description is +/// +/// @code +/// { url: { match: "/hello/:name/:action" } } +/// @endcode +/// +/// and you request the path @LIT{/hello/emil/jump}, then the request object +/// will contain the following attribute +/// +/// @code +/// urlParameters: { name: "emil", action: "jump" } } +/// @endcode +/// +/// @subsection UserManualActionsContentController Action Controller +/// +/// As an alternative to the simple action, you can use controllers. A +/// controller is a module, defines the function @LIT{get}, @LIT{put}, +/// @LIT{post}, @LIT{delete}, @LIT{head}, @LIT{patch}. If a request of +/// the corresponding type is matched, the function will be called. +/// +/// For example +/// +/// @code +/// arangosh> db._routing.save({ +/// ........> url: "/hello/echo", +/// ........> action: { controller: "org/arangodb/actions/echoController" } }); +/// @endcode +/// +/// @subsection UserManualActionsContentPrefix Prefix Action Controller +/// +/// The controller is selected when the definition is read. There is a +/// more flexible, but slower and maybe insecure variant, the prefix +/// controller. +/// +/// Assume that the url is a prefix match +/// +/// @code +/// { url: { match: /hello/*" } } +/// @endcode +/// +/// You can use +/// +/// @code +/// { prefixController: "org/arangodb/actions" } +/// @endcode +/// +/// to define a prefix controller. If the URL @LIT{/hello/echoController} is +/// given, then the module @LIT{org/arangodb/actions/echoController} is used. +/// +/// If you use an prefix controller, you should make certain that no unwanted +/// actions are available under the prefix. +/// +/// @subsection UserManualActionsContentMethod Method Restriction +/// +/// You can restrict the match to specific methods. +/// +/// If the definition is +/// +/// @code +/// { controller: "org/arangodb/actions/echoController", methods: [ "post", "put" ] } +/// @endcode +/// +/// then only @LIT{POST} and @LIT{PUT} requests will match. +/// +/// @section UserManualActionsReqRes Requests and Responses +/////////////////////////////////////////////////////////// +/// +/// The controller must define handler functions which take a request object and +/// fill the response object. /// /// A very simple example is the function @LIT{echoRequest} defined in /// the module @LIT{org/arangodb/actions}. @@ -522,21 +871,12 @@ /// } /// @endcode /// -/// That functions accepts a request and returns this request as JSON object. -/// -/// It is not possible to store functions directly in the routing table, but you -/// can call functions defined in modules. In the above example the function can -/// be accessed from JavaScript as: -/// -/// @LIT{require("org/arangodb/actions").echoRequest} -/// -/// You can use it in the routing collection by specifying the name -/// @LIT{"org/arangodb/actions/echoRequest"}. +/// Install it as /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello/echo", -/// ........> callback: "org/arangodb/actions/echoRequest" }); +/// ........> url: "/echo", +/// ........> action: "org/arangodb/actions/echoRequest" }); /// @endcode /// /// Reload the routing and check @@ -569,30 +909,30 @@ /// } /// @endcode /// -/// Please note that +/// Note that /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello/echo", -/// ........> callback: "org/arangodb/actions/echoRequest" }); +/// ........> url: "/echo", +/// ........> action: "org/arangodb/actions/echoRequest" }); /// @endcode /// /// is a short-cut for /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello/echo-long", -/// ........> callback: { -/// ........> for: "org/arangodb/actions", -/// ........> do: "echoRequest" }}); +/// ........> url: "/echo", +/// ........> action: { do: "org/arangodb/actions/echoRequest" } }); /// @endcode /// -/// The verbose form allows you to pass options to the called function: +/// The latter form allows you to pass options to the called function: /// /// @code -/// arangosh> a = db._routing.firstExample({path: "/hello/echo-long"}); -/// arangosh> a.callback.options = { option: "my option1" }; -/// arangosh> db._replace(a, a); +/// arangosh> db._routing.save({ +/// ........> url: "/echo", +/// ........> action: { +/// ........> do: "org/arangodb/actions/echoRequest", +/// ........> options: { "Hallo": "World" } } }); /// @endcode /// /// You should now see the options in the result. @@ -609,91 +949,61 @@ /// } /// @endcode /// -/// @section UserManualActionsDYO Define Your Own Callback -////////////////////////////////////////////////////////// -/// -/// You can define your own callbacks by adding a new module to ArangoDB. In -/// order to avoid name clashes modules should be named -/// -/// @LIT{tld/domain/modulename} -/// -/// where @LIT{domain.tld} is your domain name. For development you can store -/// your code in files in the filesystem, see @ref MODULES_PATH and -/// @ref MODULES. -/// -/// However, when you are finished with the development, you can rollout the -/// module code by storing it inside the @LIT{_modules} collection. -/// -/// Create a file @LIT{hello-world.js} with the following content: -/// -/// @code -/// var actions = require("org/arangodb/actions"); -/// -/// exports.helloWorld = function (req, res) { -/// res.contentType = "text/html"; -/// res.responseCode = actions.HTTP_OK; -/// res.body = "Hello World!"; -/// }; -/// @endcode -/// -/// Load this file as new module @LIT{de/celler/hello-world} into the database -/// -/// @code -/// arangosh> require("internal").defineModule("de/celler/hello-world", "hello-world.js"); -/// @endcode -/// -/// Define a corresponding routing -/// -/// @code -/// arangosh> db._routing.save({ -/// ........> path: "/my/echo", -/// ........> callback: "de/celler/hello-world/helloWorld" }); -/// arangosh> require("internal").reloadRouting() -/// @endcode -/// -/// and check it -/// -/// @LIT{http://localhost:8529/my/echo} -/// /// @section UserManualActionsAdvanced Advanced Usages ////////////////////////////////////////////////////// /// /// For detailed information see the reference manual. /// -/// @subsection UserManualActionsAdvancedPrefix Using Prefixes -////////////////////////////////////////////////////////////// +/// @subsection UserManualActionsAdvancedRedirects Redirects /// -/// All the above definitions require an exact match. If you set the -/// @LIT{prefix} attribute to @LIT{true}, additional paths are ignored and the -/// URL also results in a match. +/// Use the following for a permanent redirect: /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/hello", -/// ........> prefix: true, -/// ........> callback: "org/arangodb/actions/echoRequest" }); +/// ........> url: "/", +/// ........> action: { +/// ........> do: "org/arangodb/actions/redirectRequest", +/// ........> options: { +/// ........> permanently: true, +/// ........> destination: "http://somewhere.else/" } } }); /// @endcode /// -/// Now try +/// @subsection UserManualActionsAdvancedBundles Routing Bundles /// -/// @LIT{http://localhost:8529/hello/this/is/ignored/but/available/in/path} -/// -/// The complete path is available in the @LIT{path} attribute, while the -/// matched prefix is available in the @LIT{prefix} attribute. +/// Instead of adding all routes for package separately, you can +/// specify a bundle. /// /// @code /// { -/// "request": { -/// "prefix": "/hello", -/// "path": "/hello/this/is/ignored/but/available/in/path", -/// ... -/// }, -/// "options": { } +/// routes: [ +/// { url: "/url1", content: "..." }, +/// { url: "/url2", content: "..." }, +/// { url: "/url3", content: "..." }, +/// ... +/// ] /// } /// @endcode /// +/// The advantage is, that you can put all your routes into one document +/// and use a common prefix. +/// +/// @code +/// { +/// urlPrefix: "/test", +/// +/// routes: [ +/// { url: "/url1", content: "..." }, +/// { url: "/url2", content: "..." }, +/// { url: "/url3", content: "..." }, +/// ... +/// ] +/// } +/// @endcode +/// +/// will define the URL @LIT{/test/url1}, @LIT{/test/url2}, and +/// @LIT{/test/url3}. +/// /// @subsection UserManualActionsAdvancedMiddleware Writing Middleware -////////////////////////////////////////////////////////////////////// /// /// Assume, you want to log every request. In this case you can easily define /// an action for the whole url-space @LIT{/}. This action simply logs @@ -713,23 +1023,10 @@ /// /// @code /// arangosh> db._routing.save({ -/// ........> path: "/", -/// ........> topdown: true, -/// ........> prefix: true, -/// ........> callback: "org/arangodb/actions/logRequest" }); -/// @endcode -/// -/// @subsection UserManualActionsAdvancedeRedirect Redirects -//////////////////////////////////////////////////////////// -/// -/// Use the following for a permanent redirect: -/// -/// @code -/// arangosh> db._routing.save({ -/// ........> path: "/", -/// ........> topdown: true, -/// ........> prefix: true, -/// ........> callback: { redirect: "http://somewhere.else.org/hallo" }); +/// ........> middleware: [ +/// ........> { url: { match: "/*" }, action: "org/arangodb/actions/logRequest" } +/// ........> ] +/// ........> }); /// @endcode //////////////////////////////////////////////////////////////////////////////// @@ -740,5 +1037,5 @@ // Local Variables: // mode: c++ // mode: outline-minor -// outline-regexp: "^\\(/// @brief\\|/// {@inheritDoc}\\|/// @addtogroup\\|// --SECTION--\\|/// @page\\|/// @\\}\\)" +// outline-regexp: "\\(/// @brief\\|/// {@inheritDoc}\\|/// @addtogroup\\|// --SECTION--\\|/// @page\\|/// @section\\|/// @subsection\\|/// @\\}\\)" // End: diff --git a/config/config.guess b/config/config.guess index d622a44e55..de8e6dd2c4 100755 --- a/config/config.guess +++ b/config/config.guess @@ -138,6 +138,16 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_MACHINE}" in + i?86) + test -z "$VENDOR" && VENDOR=pc + ;; + *) + test -z "$VENDOR" && VENDOR=unknown + ;; +esac +test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -202,19 +212,19 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + echo ${UNAME_MACHINE_ARCH}-${VENDOR}-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + echo ${UNAME_MACHINE}-${VENDOR}-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + echo ${UNAME_MACHINE}-${VENDOR}-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-${VENDOR}-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + echo ${UNAME_MACHINE}-${VENDOR}-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in @@ -282,13 +292,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 + echo m68k-${VENDOR}-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos + echo ${UNAME_MACHINE}-${VENDOR}-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos + echo ${UNAME_MACHINE}-${VENDOR}-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition @@ -303,7 +313,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) - echo arm-unknown-riscos + echo arm-${VENDOR}-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp @@ -411,7 +421,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} + echo m68k-${VENDOR}-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} @@ -722,9 +732,9 @@ EOF exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk + echo ${UNAME_MACHINE}-${VENDOR}-osf1mk else - echo ${UNAME_MACHINE}-unknown-osf1 + echo ${UNAME_MACHINE}-${VENDOR}-osf1 fi exit ;; parisc*:Lites*:*:*) @@ -784,18 +794,18 @@ EOF echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} + echo sparc-${VENDOR}-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + echo ${UNAME_MACHINE}-${VENDOR}-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo x86_64-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) @@ -820,10 +830,10 @@ EOF echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} + echo x86_64-${VENDOR}-interix${UNAME_RELEASE} exit ;; IA64) - echo ia64-unknown-interix${UNAME_RELEASE} + echo ia64-${VENDOR}-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) @@ -842,31 +852,31 @@ EOF echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin + echo x86_64-${VENDOR}-cygwin exit ;; p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin + echo powerpcle-${VENDOR}-cygwin exit ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -880,26 +890,26 @@ EOF esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu${LIBC} 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 + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnueabi else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnueabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-gnu @@ -908,10 +918,10 @@ EOF echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -925,13 +935,13 @@ EOF echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build @@ -950,54 +960,54 @@ EOF #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-${VENDOR}-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + echo hppa64-${VENDOR}-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 - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; + PA7*) echo hppa1.1-${VENDOR}-linux-gnu ;; + PA8*) echo hppa2.0-${VENDOR}-linux-gnu ;; + *) echo hppa-${VENDOR}-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu + echo powerpc64-${VENDOR}-linux-gnu exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + echo powerpc-${VENDOR}-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1019,16 +1029,16 @@ EOF echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop + echo ${UNAME_MACHINE}-${VENDOR}-stop exit ;; i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos + echo ${UNAME_MACHINE}-${VENDOR}-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} + echo i386-${VENODR}-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp @@ -1048,7 +1058,7 @@ EOF *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + echo ${UNAME_MACHINE}-${VENDOR}-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then @@ -1087,7 +1097,7 @@ EOF if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-${VENODR}-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1124,19 +1134,19 @@ EOF /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} + echo m68k-${VENDOR}-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} + echo sparc-${VENDOR}-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} + echo rs6000-${VENDOR}-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} + echo powerpc-${VENDOR}-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} @@ -1186,7 +1196,7 @@ EOF if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-${VENDOR}-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1280,13 +1290,13 @@ EOF else UNAME_MACHINE="$cputype" fi - echo ${UNAME_MACHINE}-unknown-plan9 + echo ${UNAME_MACHINE}-${VENDOR}-plan9 exit ;; *:TOPS-10:*:*) - echo pdp10-unknown-tops10 + echo pdp10-${VENDOR}-tops10 exit ;; *:TENEX:*:*) - echo pdp10-unknown-tenex + echo pdp10-${VENDOR}-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 @@ -1295,16 +1305,16 @@ EOF echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) - echo pdp10-unknown-tops20 + echo pdp10-${VENDOR}-tops20 exit ;; *:ITS:*:*) - echo pdp10-unknown-its + echo pdp10-${VENDOR}-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` @@ -1326,7 +1336,7 @@ EOF echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx + echo ${UNAME_MACHINE}-${VENDOR}-esx exit ;; esac diff --git a/config/config.sub b/config/config.sub index c894da4550..59bb593f10 100755 --- a/config/config.sub +++ b/config/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-04-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -225,6 +225,12 @@ case $os in -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; diff --git a/configure b/configure index 553c9332b9..bab9094a7c 100755 --- a/configure +++ b/configure @@ -3168,12 +3168,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -3306,6 +3300,7 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} +mkdir_p="$MKDIR_P" # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used @@ -9208,7 +9203,7 @@ if test "x$tr_MRUBY" = "xyes"; then MRUBY_LDFLAGS="" MRUBY_LIBS="${srcdir}/3rdParty/mruby/lib/libmruby.a" - TRI_MRUBY_VERSION="2012-07-02 (ac5838ac67d489c5321ac9cb0e8d6e50c6c4fd6f)" + TRI_MRUBY_VERSION="2012-09-20 (15cf8fdea4a6598aa470e698e8cbc9b9b492319d)" cat >>confdefs.h <<_ACEOF diff --git a/js/actions/system/api-system.js b/js/actions/system/api-system.js index c1d7141998..68d964900c 100644 --- a/js/actions/system/api-system.js +++ b/js/actions/system/api-system.js @@ -44,36 +44,31 @@ var actions = require("org/arangodb/actions"); //////////////////////////////////////////////////////////////////////////////// function Routing (req, res) { - var callbacks; - var current; - var i; + var execute; var next; - callbacks = actions.routing(req.requestType, req.suffix); - current = 0; + action = actions.firstRouting(req.requestType, req.suffix); - next = function () { - var callback; - - if (callbacks.length <= current) { - actions.resultNotImplemented(req, res, - "unknown path '" + req.suffix.join("/") + "'"); + execute = function () { + if (action.route === undefined) { + actions.resultNotImplemented(req, res, "unknown path '" + req.suffix.join("/") + "'"); return; } - callback = callbacks[current++]; + req.path = action.route.path; + req.prefix = action.prefix; + req.suffix = action.suffix; + req.urlParameters = action.urlParameters; - if (callback == null) { - actions.resultNotImplemented(req, res, - "not implemented '" + req.suffix.join("/") + "'"); - } - else { - req.prefix = callback.path; - callback.func(req, res, next, callback.options); - } + action.route.callback.controller(req, res, next, action.route.callback.options); } - next(); + next = function () { + action = actions.nextRouting(action); + execute(); + } + + execute(); } actions.defineHttp({ @@ -101,7 +96,7 @@ actions.defineHttp({ //////////////////////////////////////////////////////////////////////////////// actions.defineHttp({ - url : "_admin/reloadRouting", + url : "_admin/routing/reload", context : "admin", prefix : false, callback : function (req, res) { @@ -114,6 +109,19 @@ actions.defineHttp({ /// @brief returns system status information for the server //////////////////////////////////////////////////////////////////////////////// +actions.defineHttp({ + url : "_admin/routing/routes", + context : "admin", + prefix : false, + callback : function (req, res) { + actions.resultOk(req, res, actions.HTTP_OK, actions.routingCache()); + } +}); + +//////////////////////////////////////////////////////////////////////////////// +/// @brief returns system status information for the server +//////////////////////////////////////////////////////////////////////////////// + function AdminRedirect (req, res) { var dest = "/_admin/html/index.html"; diff --git a/js/client/client.js b/js/client/client.js index a27441a1ee..ed33d15211 100644 --- a/js/client/client.js +++ b/js/client/client.js @@ -407,10 +407,24 @@ function help () { internal.reloadRouting = function () { if (typeof arango !== 'undefined') { - arango.POST("/_admin/reloadRouting", ""); + arango.POST("/_admin/routing/reload", ""); } }; +//////////////////////////////////////////////////////////////////////////////// +/// @brief rebuilds the routing cache +//////////////////////////////////////////////////////////////////////////////// + + internal.routingCache = function () { + var result; + + if (typeof arango !== 'undefined') { + result = arango.GET("/_admin/routing/routes", ""); + } + + return result; + }; + //////////////////////////////////////////////////////////////////////////////// /// @} //////////////////////////////////////////////////////////////////////////////// diff --git a/js/client/js-client.h b/js/client/js-client.h index d3e102fe0e..ef227f09a5 100644 --- a/js/client/js-client.h +++ b/js/client/js-client.h @@ -408,11 +408,25 @@ static string JS_client_client = "\n" " internal.reloadRouting = function () {\n" " if (typeof arango !== 'undefined') {\n" - " arango.POST(\"/_admin/reloadRouting\", \"\");\n" + " arango.POST(\"/_admin/routing/reload\", \"\");\n" " }\n" " };\n" "\n" "////////////////////////////////////////////////////////////////////////////////\n" + "/// @brief rebuilds the routing cache\n" + "////////////////////////////////////////////////////////////////////////////////\n" + "\n" + " internal.routingCache = function () {\n" + " var result;\n" + "\n" + " if (typeof arango !== 'undefined') {\n" + " result = arango.GET(\"/_admin/routing/routes\", \"\");\n" + " }\n" + "\n" + " return result;\n" + " };\n" + "\n" + "////////////////////////////////////////////////////////////////////////////////\n" "/// @}\n" "////////////////////////////////////////////////////////////////////////////////\n" "\n" diff --git a/js/server/modules/org/arangodb/actions.js b/js/server/modules/org/arangodb/actions.js index 45aaa0774b..c97dfa0039 100644 --- a/js/server/modules/org/arangodb/actions.js +++ b/js/server/modules/org/arangodb/actions.js @@ -1,3 +1,12 @@ +/*jslint indent: 2, + nomen: true, + maxlen: 100, + sloppy: true, + vars: true, + white: true, + plusplus: true */ +/*global require, exports */ + //////////////////////////////////////////////////////////////////////////////// /// @brief JavaScript actions modules /// @@ -41,7 +50,7 @@ var console = require("console"); /// @brief routing cache //////////////////////////////////////////////////////////////////////////////// -var RoutingCache = {}; +var RoutingCache; //////////////////////////////////////////////////////////////////////////////// /// @} @@ -57,143 +66,515 @@ var RoutingCache = {}; //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// -/// @brief looks up a callback for a string +/// @brief splits an URL into parts //////////////////////////////////////////////////////////////////////////////// -function LookupCallbackString (callback) { - var components; - var module; - var fn; +function splitUrl (url) { + var cleaned; + var i; + var parts; + var re1; + var re2; + var cut; - if (callback == "") { - return undefined; + re1 = /^(:[a-z]+)(\|:[a-z]+)*$/; + re2 = /^(:[a-z]+)\?$/; + + parts = url.split("/"); + cleaned = []; + + cut = function (x) { + return x.substr(1); + }; + + for (i = 0; i < parts.length; ++i) { + var part = parts[i]; + + if (part !== "" && part !== ".") { + if (part === "..") { + cleaned.pop(); + } + else if (part === "*") { + cleaned.push({ prefix: true }); + } + else if (re1.test(part)) { + var ors = part.split("|").map(cut); + + cleaned.push({ parameters: ors }); + } + else if (re2.test(part)) { + var ors = [ part.substr(1, part.length - 2) ]; + + cleaned.push({ parameters: ors, optional: true }); + } + else { + cleaned.push(part); + } + } } - components = callback.split("/"); - fn = components[components.length - 1]; - - components.pop(); - module = components.join("/"); - - try { - module = require(module); - } - catch (err) { - console.error("cannot load callback '%s' from module '%s': %s", - fn, module, "" + err); - return undefined; - } - - if (fn in module) { - return module[fn]; - } - - console.error("callback '%s' is not defined in module '%s'", fn, module); - return undefined; + return cleaned; } //////////////////////////////////////////////////////////////////////////////// -/// @brief looks up a callback for a function +/// @brief looks up an URL //////////////////////////////////////////////////////////////////////////////// -function LookupCallbackFunction (callback) { - var module; - var fn; - - try { - module = require(callback.module); - } - catch (err) { - console.error("cannot load callback '%s' from module '%s': %s", - fn, callback.module, "" + err); - return undefined; +function lookupUrl (prefix, url) { + if (url === undefined) { + return null; } - fn = callback.function; - - if (fn in module) { - return module[fn]; + if (typeof url === 'string') { + return { + urlParts: splitUrl(prefix + "/" + url), + methods: [ exports.GET, exports.HEAD ], + constraint: {} + }; } - console.error("callback '%s' is not defined in module '%s'", fn, module); - return undefined; + if (url.hasOwnProperty('match')) { + return { + urlParts: splitUrl(prefix + "/" + url.match), + methods: url.methods || exports.ALL_METHODS, + constraint: url.constraint || {} + }; + } + + return null; } //////////////////////////////////////////////////////////////////////////////// /// @brief looks up a callback for static data //////////////////////////////////////////////////////////////////////////////// -function LookupCallbackStatic (callback) { +function lookupCallbackStatic (content) { var type; var body; + var methods; + var options; - type = callback.contentType || "text/plain"; - body = callback.body || ""; + if (typeof content === 'string') { + type = "text/plain"; + body = content; + methods = [ exports.GET, exports.HEAD ]; + options = {}; + } + else { + type = content.contentType || "text/plain"; + body = content.body || ""; + methods = content.methods || [ exports.GET, exports.HEAD ]; + } - return function (req, res) { - res.responseCode = exports.HTTP_OK; - res.contentType = type; - res.body = body; + return { + controller: function (req, res, next, options) { + res.responseCode = exports.HTTP_OK; + res.contentType = type; + res.body = body; + }, + + options: options, + methods: methods }; } //////////////////////////////////////////////////////////////////////////////// -/// @brief looks up a callback for a redirect +/// @brief looks up a callback for an action //////////////////////////////////////////////////////////////////////////////// -function LookupCallbackRedirect (callback) { - var redirect; +function lookupCallbackAction (action) { + if (typeof action === 'string') { + var path = action.split("/"); + var name = path.pop(); + var func = null; - redirect = callback.redirect; + try { + var module = require(path.join("/")); - if (redirect == "") { - console.error("empty redirect not allowed"); - return undefined; + if (module.hasOwnProperty(name)) { + func = module[name]; + } + else { + console.error("cannot find action named '%s' in module '%s'", name, path.join("/")); + } + } + catch (err) { + console.error("cannot find action named '%s' in module '%s': %s", name, path.join("/"), String(err)); + return null; + } + + if (func === null || typeof func !== 'function') { + return null; + } + + return { + controller: func, + options: {}, + methods: exports.ALL_METHODS + }; } - return function (req, res, next, options) { - var perm = true; + if (action.hasOwnProperty('do')) { + var path = action.do.split("/"); + var name = path.pop(); + var func = null; - if ('permanent' in options) { - perm = options.perm; + try { + var module = require(path.join("/")); + + if (module.hasOwnProperty(name)) { + func = module[name]; + } + else { + console.error("cannot find action named '%s' in module '%s'", name, path.join("/")); + } + } + catch (err) { + console.error("cannot find action named '%s' in module '%s': %s", name, path.join("/"), String(err)); + return null; } - if (perm) { - actions.resultPermanentRedirect(req, res, redirect); + if (func === null || typeof func !== 'function') { + return null; } - else { - actions.resultTemporaryRedirect(req, res, redirect); + + return { + controller: func, + options: action.options || {}, + methods: action.methods || exports.ALL_METHODS + }; + } + + if (action.hasOwnProperty('controller')) { + try { + var module = require(action.controller); + + return { + controller: function (req, res, next, options) { + if (req.requestType === exports.GET && module.hasOwnProperty('get')) { + return module['get'](req, res, next, options); + } + + if (req.requestType === exports.HEAD && module.hasOwnProperty('head')) { + return module['head'](req, res, next, options); + } + + if (req.requestType === exports.PUT && module.hasOwnProperty('put')) { + return module['put'](req, res, next, options); + } + + if (req.requestType === exports.POST && module.hasOwnProperty('post')) { + return module['post'](req, res, next, options); + } + + if (req.requestType === exports.DELETE && module.hasOwnProperty('delete')) { + return module['delete'](req, res, next, options); + } + + if (req.requestType === exports.PATCH && module.hasOwnProperty('patch')) { + return module['patch'](req, res, next, options); + } + + if (module.hasOwnProperty('do')) { + return module['do'](req, res, next, options); + } + + next(); + }, + options: action.options || {}, + methods: action.methods || exports.ALL_METHODS + }; } - }; + catch (err) { + console.error("cannot load action controller module '%s': %s", action.controller, String(err)); + return null; + } + } + + if (action.hasOwnProperty('prefixController')) { + var prefixController = action.prefixController; + + return { + controller: function (req, res, next, options) { + var module; + + try { + + if (req.hasOwnProperty('suffix')) { + module = require(prefixController + "/" + req.suffix.join("/")); + } + else { + module = require(prefixController); + } + } + catch (err) { + console.error("cannot load prefix controller: %s", String(err)); + next(); + return; + } + + if (req.requestType === exports.GET && module.hasOwnProperty('get')) { + return module['get'](req, res, next, options); + } + + if (req.requestType === exports.HEAD && module.hasOwnProperty('head')) { + return module['head'](req, res, next, options); + } + + if (req.requestType === exports.PUT && module.hasOwnProperty('put')) { + return module['put'](req, res, next, options); + } + + if (req.requestType === exports.POST && module.hasOwnProperty('post')) { + return module['post'](req, res, next, options); + } + + if (req.requestType === exports.DELETE && module.hasOwnProperty('delete')) { + return module['delete'](req, res, next, options); + } + + if (req.requestType === exports.PATCH && module.hasOwnProperty('patch')) { + return module['patch'](req, res, next, options); + } + + if (module.hasOwnProperty('do')) { + return module['do'](req, res, next, options); + } + + next(); + }, + options: action.options || {}, + methods: action.methods || exports.ALL_METHODS + }; + } + + return null; } //////////////////////////////////////////////////////////////////////////////// /// @brief looks up a callback //////////////////////////////////////////////////////////////////////////////// -function LookupCallback (callback) { - var type; +function lookupCallback (route) { + var result = null; - if (typeof callback === 'object') { - if ('body' in callback) { - return LookupCallbackStatic(callback); + if (route.hasOwnProperty('content')) { + result = lookupCallbackStatic(route.content); + } + else if (route.hasOwnProperty('action')) { + result = lookupCallbackAction(route.action); + } + + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +/// @brief intersect methods +//////////////////////////////////////////////////////////////////////////////// + +function intersectMethods (a, b) { + var d = {}; + var i; + var j; + var results = []; + + a = a || exports.ALL_METHODS; + b = b || exports.ALL_METHODS; + + for (i = 0; i < b.length; i++) { + d[b[i].toUpperCase()] = true; + } + + for (var j = 0; j < a.length; j++) { + var name = a[j].toUpperCase(); + + if (d[name]) { + results.push(name); } - else if ('for' in callback && 'do' in callback) { - return LookupCallbackFunction(callback); + } + + return results; +} + +//////////////////////////////////////////////////////////////////////////////// +/// @brief defines a new route part +//////////////////////////////////////////////////////////////////////////////// + +function defineRoutePart (route, subwhere, parts, pos, constraint, callback) { + var i; + var p; + var part; + var subsub; + var ok; + + part = parts[pos]; + + if (typeof part === "string") { + if (! subwhere.hasOwnProperty('exact')) { + subwhere.exact = {}; } - else if ('redirect' in callback) { - return LookupCallbackRedirect(callback); + + if (! subwhere.exact.hasOwnProperty(part)) { + subwhere.exact[part] = {}; + } + + if (pos + 1< parts.length) { + defineRoutePart(route, subwhere.exact[part], parts, pos + 1, constraint, callback); } else { - console.error("unknown callback type '%s'", JSON.stringify(callback)); - return undefined; + subwhere.exact[part].route = route; + subwhere.exact[part].callback = callback; } } - else if (typeof callback === "string") { - return LookupCallbackString(callback); + else if (part.hasOwnProperty('parameters')) { + if (! subwhere.hasOwnProperty('parameters')) { + subwhere.parameters = []; + } + + ok = true; + + if (part.optional) { + if (pos + 1 < parts.length) { + console.error("cannot define optional parameter within url, ignoring route"); + ok = false; + } + else if (part.parameters.length !== 1) { + console.error("cannot define multiple optional parameters, ignoring route"); + ok = false; + } + } + + if (ok) { + for (i = 0; i < part.parameters.length; ++i) { + p = part.parameters[i]; + subsub = { parameter: p, match: {}}; + subwhere.parameters.push(subsub); + + if (constraint.hasOwnProperty(p)) { + subsub.constraint = constraint[p]; + } + + subsub.optional = part.optional || false; + + if (pos + 1 < parts.length) { + defineRoutePart(route, subsub.match, parts, pos + 1, constraint, callback); + } + else { + subsub.match.route = route; + subsub.match.callback = callback; + } + } + } + } + else if (part.hasOwnProperty('prefix')) { + if (! subwhere.hasOwnProperty('prefix')) { + subwhere.prefix = {}; + } + + if (pos + 1 < parts.length) { + console.error("cannot define prefix match within url, ignoring route"); + } + else { + subwhere.prefix.route = route; + subwhere.prefix.callback = callback; + } + } +} + +//////////////////////////////////////////////////////////////////////////////// +/// @brief defines a new route +//////////////////////////////////////////////////////////////////////////////// + +function defineRoute (route, where, url, callback) { + var methods; + var branch; + var i; + var j; + + methods = intersectMethods(url.methods, callback.methods); + + for (j = 0; j < methods.length; ++j) { + var method = methods[j]; + + defineRoutePart(route, where[method], url.urlParts, 0, url.constraint, callback); + } +} + +//////////////////////////////////////////////////////////////////////////////// +/// @brief extracts the routing for a path and a a method +//////////////////////////////////////////////////////////////////////////////// + +function flattenRouting (routes, path, urlParameters, depth, prefix) { + var cur; + var i; + var k; + var result = []; + + if (routes.hasOwnProperty('exact')) { + for (k in routes.exact) { + if (routes.exact.hasOwnProperty(k)) { + cur = path + "/" + k.replace(/([\.\+\*\?\^\$\(\)\[\]])/g, "\\$1"); + result = result.concat(flattenRouting(routes.exact[k], cur, urlParameters.shallowCopy, depth + 1, false)); + } + } } - return undefined; + if (routes.hasOwnProperty('parameters')) { + for (i = 0; i < routes.parameters.length; ++i) { + var parameter = routes.parameters[i]; + var newUrlParameters = urlParameters.shallowCopy; + var match; + + if (parameter.hasOwnProperty('constraint')) { + var constraint = parameter.constraint; + + if (/\/.*\//.test(constraint)) { + match = "/" + constraint.substr(1, constraint.length - 2); + } + else { + match = "/" + constraint; + } + } + else { + match = "/[^/]+"; + } + + if (parameter.optional) { + cur = path + "(" + match + ")?"; + } + else { + cur = path + match; + } + + newUrlParameters[parameter.parameter] = depth; + + result = result.concat(flattenRouting(parameter.match, cur, newUrlParameters, depth + 1, false)); + } + } + + if (routes.hasOwnProperty('callback')) { + result = result.concat([{ + path: path, + regexp: new RegExp("^" + path + "$"), + prefix: prefix, + depth: depth, + urlParameters: urlParameters, + callback: routes.callback, + route: routes.route + }]); + } + + if (routes.hasOwnProperty('prefix')) { + if (! routes.prefix.hasOwnProperty('callback')) { + console.error("prefix match must end in '/*'"); + } + else { + cur = path + "(/[^/]+)*"; + result = result.concat(flattenRouting(routes.prefix, cur, urlParameters.shallowCopy, depth + 1, true)); + } + } + + return result; } //////////////////////////////////////////////////////////////////////////////// @@ -276,13 +657,14 @@ function LookupCallback (callback) { /// - @c "string" //////////////////////////////////////////////////////////////////////////////// -function DefineHttp (options) { +function defineHttp (options) { var url = options.url; var contexts = options.context; var callback = options.callback; var parameters = options.parameters; var prefix = true; var userContext = false; + var i; if (! contexts) { contexts = "user"; @@ -296,7 +678,9 @@ function DefineHttp (options) { contexts = [ contexts ]; } else { - for (var i = 0; i < contexts.length && ! userContext; ++i) { + for (i = 0; i < contexts.length && ! userContext; ++i) { + var context = contexts[i]; + if (context === "user") { userContext = true; } @@ -338,8 +722,10 @@ function DefineHttp (options) { /// Returns the error message for an error code. //////////////////////////////////////////////////////////////////////////////// -function GetErrorMessage (code) { - for (var key in internal.errors) { +function getErrorMessage (code) { + var key; + + for (key in internal.errors) { if (internal.errors.hasOwnProperty(key)) { if (internal.errors[key].code === code) { return internal.errors[key].message; @@ -354,14 +740,14 @@ function GetErrorMessage (code) { /// @brief extracts the body as json //////////////////////////////////////////////////////////////////////////////// -function GetJsonBody (req, res, code) { +function getJsonBody (req, res, code) { var body; try { body = JSON.parse(req.requestBody || "{}") || {}; } catch (err) { - ResultBad(req, res, exports.ERROR_HTTP_CORRUPTED_JSON, err); + resultBad(req, res, exports.ERROR_HTTP_CORRUPTED_JSON, err); return undefined; } @@ -370,7 +756,7 @@ function GetJsonBody (req, res, code) { code = exports.ERROR_HTTP_CORRUPTED_JSON; } - ResultBad(req, res, code, err); + resultBad(req, res, code, err); return undefined; } @@ -390,7 +776,7 @@ function GetJsonBody (req, res, code) { /// into the result. //////////////////////////////////////////////////////////////////////////////// -function ResultError (req, res, httpReturnCode, errorNum, errorMessage, headers, keyvals) { +function resultError (req, res, httpReturnCode, errorNum, errorMessage, headers, keyvals) { res.responseCode = httpReturnCode; res.contentType = "application/json; charset=utf-8"; @@ -427,251 +813,203 @@ function ResultError (req, res, httpReturnCode, errorNum, errorMessage, headers, /// @brief flushes cache and reload routing information //////////////////////////////////////////////////////////////////////////////// -function ReloadRouting () { - var all = [ exports.DELETE, exports.GET, exports.HEAD, exports.POST, exports.PUT, exports.PATCH ]; - var callbacks; +function reloadRouting () { var i; - var method; var routes; - var routing = internal.db._collection("_routing"); - var routings; + var routing; + var handleRoute; + var handleMiddleware; + + // ............................................................................. + // clear the routing cache + // ............................................................................. RoutingCache = {}; - for (i = 0; i < all.length; ++i) { - method = all[i]; - RoutingCache[method] = {}; + RoutingCache.routes = {}; + RoutingCache.middleware = {}; + + for (i = 0; i < exports.ALL_METHODS.length; ++i) { + method = exports.ALL_METHODS[i]; + + RoutingCache.routes[method] = {}; + RoutingCache.middleware[method] = {}; } + // ............................................................................. + // lookup all routes + // ............................................................................. + + routing = internal.db._collection("_routing"); + if (routing === null) { - return; + routes = { hasNext: function() { return false; } }; + } + else { + routes = routing.all(); } - routes = routing.all(); + // ............................................................................. + // defines a new route + // ............................................................................. + + handleRoute = function (storage, urlPrefix, modulePrefix, route) { + var url; + + url = lookupUrl(urlPrefix, route.url); + + if (url === null) { + console.error("route '%s' has an unkown url, ignoring", JSON.stringify(route)); + return; + } + + callback = lookupCallback(route); + + if (callback === null) { + console.error("route '%s' has an unknown callback, ignoring", JSON.stringify(route)); + return; + } + + defineRoute(route, storage, url, callback); + } + + // ............................................................................. + // loop over the routes or routes bundle + // ............................................................................. while (routes.hasNext()) { var route = routes.next(); - var callback; - var methods = [ exports.GET, exports.HEAD ]; - var topdown = false; - var path; - var prefix = false; - var prio = 1.0; - var tmp; + if (route.hasOwnProperty('routes') || route.hasOwnProperty('middleware')) { + var urlPrefix = route.urlPrefix || ""; + var modulePrefix = route.modulePrefix || ""; - // extract path - if (! ('path' in route)) { - console.error("route %s is missing the 'path' attribute", route._id); - continue; - } + if (route.hasOwnProperty('routes')) { + var r = route.routes; - path = route.path; - - // extract callback - if (! ('callback' in route)) { - console.error("route %s is missing the 'callback' attribute", route._id); - continue; - } - - callback = route.callback; - - if ( !(callback instanceof Array)) { - callback = [ callback ]; - } - - tmp = []; - - for (i = 0; i < callback.length; ++i) { - var cb = LookupCallback(callback[i]); - - if (cb === undefined) { - console.error("route '%s' contains invalid callback '%s'", - route._id, JSON.stringify(callback[i])); - } - else if (typeof cb !== "function") { - console.error("route '%s' contains non-function callback '%s'", - route._id, JSON.stringify(callback[i])); - } - else { - var result = { - func: cb, - options: callback[i].options || {} - }; - - tmp.push(result); - } - } - - callback = tmp; - - // extract method - if ('method' in route) { - methods = route.method; - - if (typeof methods === 'string') { - if (methods === "all" || methods === "*") { - methods = all; + for (i = 0; i < r.length; ++i) { + handleRoute(RoutingCache.routes, urlPrefix, modulePrefix, r[i]); } - else { - methods = [ methods ]; + } + + if (route.hasOwnProperty('middleware')) { + var r = route.middleware; + + for (i = 0; i < r.length; ++i) { + handleRoute(RoutingCache.middleware, urlPrefix, modulePrefix, r[i]); } } } - - // extract priority - if ('priority' in route) { - prio = route.priority; + else { + handleRoute(RoutingCache.routes, "", "", route); } + } - // extract topdown flag - if ('topdown' in route) { - topdown = route.topdown; - } + // ............................................................................. + // compute the flat routes + // ............................................................................. - // extract prefix flag - if ('prefix' in route) { - prefix = route.prefix; - } + RoutingCache.flat = {}; - for (i = 0; i < methods.length; ++i) { - method = methods[i].toUpperCase(); - routings = RoutingCache[method]; + for (i = 0; i < exports.ALL_METHODS.length; ++i) { + var a; + var b; - if (routings === undefined) { - console.error("unknown method '%s' in route %s", method, route._id); - continue; - } + method = exports.ALL_METHODS[i]; - if (path in routings) { - callbacks = routings[path]; - } - else { - callbacks = routings[path] = [] - } + a = flattenRouting(RoutingCache.routes[method], "", {}, 0, false); + b = flattenRouting(RoutingCache.middleware[method], "", {}, 0, false).reverse(); - callbacks.push({ - route : route._id, - path : path, - topdown : topdown, - priority : prio, - prefix : prefix, - callback : callback - }); - } + RoutingCache.flat[method] = b.concat(a); } } //////////////////////////////////////////////////////////////////////////////// -/// @brief extratcs the routing for a path and a a method +/// @brief finds the first routing //////////////////////////////////////////////////////////////////////////////// -function Routing (method, path) { - var bottomup; - var components; - var current; - var i; - var j; - var l; - var result; - var routings; - var topdown; +function firstRouting (type, parts) { + var url = parts; - routings = RoutingCache[method]; + if (typeof url === 'string') { + parts = url.split("/"); - if (routings === undefined) { - return []; + if (parts[0] === '') { + parts.shift(); + } + } + else { + url = "/" + parts.join("/"); } - topdown = []; - bottomup = []; + if (! RoutingCache.flat.hasOwnProperty(type)) { + return { + routing: undefined, + parts: parts, + position: -1, + url: url, + route: undefined, + prefix: undefined, + suffix: undefined, + urlParameters: {} + }; + } - current = "/"; - components = [""].concat(path); + return nextRouting({ + routing: RoutingCache.flat[type], + parts: parts, + position: -1, + url: url, + route: undefined, + prefix: undefined, + suffix: undefined, + urlParameters: {} + }); +} - l = components.length; +//////////////////////////////////////////////////////////////////////////////// +/// @brief finds the next routing +//////////////////////////////////////////////////////////////////////////////// - for (i = 0; i < l; ++i) { - var full = (i + 1) == l; +function nextRouting (state) { + var i; + var k; - if (1 < i) { - current += "/"; - } + for (i = state.position + 1; i < state.routing.length; ++i) { + var route = state.routing[i]; - current += components[i]; + if (route.regexp.test(state.url)) { + state.position = i; - if (current in routings) { - var callbacks = routings[current]; + state.route = route; - for (j = 0; j < callbacks.length; ++j) { - var callback = callbacks[j]; + if (route.prefix) { + state.prefix = "/" + state.parts.slice(0, route.depth - 1).join("/"); + state.suffix = state.parts.slice(route.depth - 1, state.parts.length); + } + else { + state.prefix = undefined; + state.suffix = undefined; + } - if (callback.prefix || full) { - if (callback.topdown) { - topdown.push(callback); - } - else { - bottomup.push(callback); - } + state.urlParameters = {}; + + if (route.urlParameters) { + for (k in route.urlParameters) { + state.urlParameters[k] = state.parts[route.urlParameters[k]]; } } + + return state; } } - var sortTD = function (a, b) { - var la = a.path.length; - var lb = b.path.length; + state.route = undefined; + state.prefix = undefined; + state.suffix = undefined; + state.urlParameters = {}; - if (la == lb) { - return a.priority - b.priority; - } - - return la - lb; - } - - var sortBU = function (a, b) { - var la = a.path.length; - var lb = b.path.length; - - if (la == lb) { - return b.priority - a.priority; - } - - return lb - la; - } - - topdown.sort(sortTD); - bottomup.sort(sortBU); - - result = []; - - for (i = 0; i < topdown.length; ++i) { - var td = topdown[i]; - var callback = td.callback; - - for (j = 0; j < callback.length; ++j) { - result.push({ - func: callback[j].func, - options: callback[j].options, - path: td.path - }); - } - } - - for (i = 0; i < bottomup.length; ++i) { - var bu = bottomup[i]; - var callback = bu.callback; - - for (j = 0; j < callback.length; ++j) { - result.push({ - func: callback[j].func, - options: callback[j].options, - path: bu.path - }); - } - } - - return result; + return state; } //////////////////////////////////////////////////////////////////////////////// @@ -699,7 +1037,7 @@ function Routing (method, path) { /// and @LIT{code} with value @FA{code} to the @FA{result}. //////////////////////////////////////////////////////////////////////////////// -function ResultOk (req, res, httpReturnCode, result, headers) { +function resultOk (req, res, httpReturnCode, result, headers) { res.responseCode = httpReturnCode; res.contentType = "application/json; charset=utf-8"; @@ -726,15 +1064,15 @@ function ResultOk (req, res, httpReturnCode, result, headers) { /// The functions generates an error response. //////////////////////////////////////////////////////////////////////////////// -function ResultBad (req, res, code, msg, headers) { +function resultBad (req, res, code, msg, headers) { if (msg === undefined || msg === null) { - msg = GetErrorMessage(code); + msg = getErrorMessage(code); } else { msg = "" + msg; } - ResultError(req, res, exports.HTTP_BAD, code, msg, headers); + resultError(req, res, exports.HTTP_BAD, code, msg, headers); } //////////////////////////////////////////////////////////////////////////////// @@ -745,8 +1083,8 @@ function ResultBad (req, res, code, msg, headers) { /// The functions generates an error response. //////////////////////////////////////////////////////////////////////////////// -function ResultNotFound (req, res, msg, headers) { - ResultError(req, res, exports.HTTP_NOT_FOUND, exports.ERROR_HTTP_NOT_FOUND, "" + msg, headers); +function resultNotFound (req, res, msg, headers) { + resultError(req, res, exports.HTTP_NOT_FOUND, exports.ERROR_HTTP_NOT_FOUND, "" + msg, headers); } //////////////////////////////////////////////////////////////////////////////// @@ -757,8 +1095,8 @@ function ResultNotFound (req, res, msg, headers) { /// The functions generates an error response. //////////////////////////////////////////////////////////////////////////////// -function ResultNotImplemented (req, res, msg, headers) { - ResultError(req, res, exports.HTTP_NOT_IMPLEMENTED, exports.ERROR_NOT_IMPLEMENTED, "" + msg, headers); +function resultNotImplemented (req, res, msg, headers) { + resultError(req, res, exports.HTTP_NOT_IMPLEMENTED, exports.ERROR_NOT_IMPLEMENTED, "" + msg, headers); } //////////////////////////////////////////////////////////////////////////////// @@ -769,8 +1107,8 @@ function ResultNotImplemented (req, res, msg, headers) { /// The functions generates an error response. //////////////////////////////////////////////////////////////////////////////// -function ResultUnsupported (req, res, headers) { - ResultError(req, res, +function resultUnsupported (req, res, headers) { + resultError(req, res, exports.HTTP_METHOD_NOT_ALLOWED, exports.ERROR_HTTP_METHOD_NOT_ALLOWED, "Unsupported method", headers); @@ -784,8 +1122,8 @@ function ResultUnsupported (req, res, headers) { /// The functions generates an error response. //////////////////////////////////////////////////////////////////////////////// -function ResultPermanentRedirect (req, res, destination, headers) { - res.responseCode = actions.HTTP_MOVED_PERMANENTLY; +function resultPermanentRedirect (req, res, destination, headers) { + res.responseCode = exports.HTTP_MOVED_PERMANENTLY; res.contentType = "text/html"; res.body = "Moved

Moved

This page has moved to Date: Sat, 29 Sep 2012 16:39:58 +0200 Subject: [PATCH 6/6] fixed jslint issures --- js/server/modules/org/arangodb/actions.js | 198 +++++++++++++--------- 1 file changed, 117 insertions(+), 81 deletions(-) diff --git a/js/server/modules/org/arangodb/actions.js b/js/server/modules/org/arangodb/actions.js index c97dfa0039..72d65dd787 100644 --- a/js/server/modules/org/arangodb/actions.js +++ b/js/server/modules/org/arangodb/actions.js @@ -76,6 +76,7 @@ function splitUrl (url) { var re1; var re2; var cut; + var ors; re1 = /^(:[a-z]+)(\|:[a-z]+)*$/; re2 = /^(:[a-z]+)\?$/; @@ -98,13 +99,11 @@ function splitUrl (url) { cleaned.push({ prefix: true }); } else if (re1.test(part)) { - var ors = part.split("|").map(cut); - + ors = part.split("|").map(cut); cleaned.push({ parameters: ors }); } else if (re2.test(part)) { - var ors = [ part.substr(1, part.length - 2) ]; - + ors = [ part.substr(1, part.length - 2) ]; cleaned.push({ parameters: ors, optional: true }); } else { @@ -183,13 +182,18 @@ function lookupCallbackStatic (content) { //////////////////////////////////////////////////////////////////////////////// function lookupCallbackAction (action) { + var path; + var name; + var func; + var module; + if (typeof action === 'string') { - var path = action.split("/"); - var name = path.pop(); - var func = null; + path = action.split("/"); + name = path.pop(); + func = null; try { - var module = require(path.join("/")); + module = require(path.join("/")); if (module.hasOwnProperty(name)) { func = module[name]; @@ -199,7 +203,8 @@ function lookupCallbackAction (action) { } } catch (err) { - console.error("cannot find action named '%s' in module '%s': %s", name, path.join("/"), String(err)); + console.error("cannot find action named '%s' in module '%s': %s", + name, path.join("/"), String(err)); return null; } @@ -215,12 +220,12 @@ function lookupCallbackAction (action) { } if (action.hasOwnProperty('do')) { - var path = action.do.split("/"); - var name = path.pop(); - var func = null; + path = action['do'].split("/"); + name = path.pop(); + func = null; try { - var module = require(path.join("/")); + module = require(path.join("/")); if (module.hasOwnProperty(name)) { func = module[name]; @@ -230,7 +235,8 @@ function lookupCallbackAction (action) { } } catch (err) { - console.error("cannot find action named '%s' in module '%s': %s", name, path.join("/"), String(err)); + console.error("cannot find action named '%s' in module '%s': %s", + name, path.join("/"), String(err)); return null; } @@ -247,7 +253,7 @@ function lookupCallbackAction (action) { if (action.hasOwnProperty('controller')) { try { - var module = require(action.controller); + module = require(action.controller); return { controller: function (req, res, next, options) { @@ -286,7 +292,8 @@ function lookupCallbackAction (action) { }; } catch (err) { - console.error("cannot load action controller module '%s': %s", action.controller, String(err)); + console.error("cannot load action controller module '%s': %s", + action.controller, String(err)); return null; } } @@ -385,7 +392,7 @@ function intersectMethods (a, b) { d[b[i].toUpperCase()] = true; } - for (var j = 0; j < a.length; j++) { + for (j = 0; j < a.length; j++) { var name = a[j].toUpperCase(); if (d[name]) { @@ -514,7 +521,11 @@ function flattenRouting (routes, path, urlParameters, depth, prefix) { for (k in routes.exact) { if (routes.exact.hasOwnProperty(k)) { cur = path + "/" + k.replace(/([\.\+\*\?\^\$\(\)\[\]])/g, "\\$1"); - result = result.concat(flattenRouting(routes.exact[k], cur, urlParameters.shallowCopy, depth + 1, false)); + result = result.concat(flattenRouting(routes.exact[k], + cur, + urlParameters.shallowCopy, + depth + 1, + false)); } } } @@ -548,7 +559,11 @@ function flattenRouting (routes, path, urlParameters, depth, prefix) { newUrlParameters[parameter.parameter] = depth; - result = result.concat(flattenRouting(parameter.match, cur, newUrlParameters, depth + 1, false)); + result = result.concat(flattenRouting(parameter.match, + cur, + newUrlParameters, + depth + 1, + false)); } } @@ -570,7 +585,11 @@ function flattenRouting (routes, path, urlParameters, depth, prefix) { } else { cur = path + "(/[^/]+)*"; - result = result.concat(flattenRouting(routes.prefix, cur, urlParameters.shallowCopy, depth + 1, true)); + result = result.concat(flattenRouting(routes.prefix, + cur, + urlParameters.shallowCopy, + depth + 1, + true)); } } @@ -747,7 +766,7 @@ function getJsonBody (req, res, code) { body = JSON.parse(req.requestBody || "{}") || {}; } catch (err) { - resultBad(req, res, exports.ERROR_HTTP_CORRUPTED_JSON, err); + exports.resultBad(req, res, exports.ERROR_HTTP_CORRUPTED_JSON, err); return undefined; } @@ -756,7 +775,7 @@ function getJsonBody (req, res, code) { code = exports.ERROR_HTTP_CORRUPTED_JSON; } - resultBad(req, res, code, err); + exports.resultBad(req, res, code, err); return undefined; } @@ -766,7 +785,8 @@ function getJsonBody (req, res, code) { //////////////////////////////////////////////////////////////////////////////// /// @brief generates an error /// -/// @FUN{actions.resultError(@FA{req}, @FA{res}, @FA{code}, @FA{errorNum}, @FA{errorMessage}, @FA{headers}, @FA{keyvals})} +/// @FUN{actions.resultError(@FA{req}, @FA{res}, @FA{code}, @FA{errorNum}, +/// @FA{errorMessage}, @FA{headers}, @FA{keyvals})} /// /// The functions generates an error response. The response body is an array /// with an attribute @LIT{errorMessage} containing the error message @@ -777,6 +797,8 @@ function getJsonBody (req, res, code) { //////////////////////////////////////////////////////////////////////////////// function resultError (req, res, httpReturnCode, errorNum, errorMessage, headers, keyvals) { + var i; + res.responseCode = httpReturnCode; res.contentType = "application/json; charset=utf-8"; @@ -790,7 +812,7 @@ function resultError (req, res, httpReturnCode, errorNum, errorMessage, headers, var result = {}; if (keyvals !== undefined) { - for (var i in keyvals) { + for (i in keyvals) { if (keyvals.hasOwnProperty(i)) { result[i] = keyvals[i]; } @@ -819,6 +841,7 @@ function reloadRouting () { var routing; var handleRoute; var handleMiddleware; + var method; // ............................................................................. // clear the routing cache @@ -855,6 +878,7 @@ function reloadRouting () { handleRoute = function (storage, urlPrefix, modulePrefix, route) { var url; + var callback; url = lookupUrl(urlPrefix, route.url); @@ -871,7 +895,7 @@ function reloadRouting () { } defineRoute(route, storage, url, callback); - } + }; // ............................................................................. // loop over the routes or routes bundle @@ -879,13 +903,14 @@ function reloadRouting () { while (routes.hasNext()) { var route = routes.next(); + var r; if (route.hasOwnProperty('routes') || route.hasOwnProperty('middleware')) { var urlPrefix = route.urlPrefix || ""; var modulePrefix = route.modulePrefix || ""; if (route.hasOwnProperty('routes')) { - var r = route.routes; + r = route.routes; for (i = 0; i < r.length; ++i) { handleRoute(RoutingCache.routes, urlPrefix, modulePrefix, r[i]); @@ -893,7 +918,7 @@ function reloadRouting () { } if (route.hasOwnProperty('middleware')) { - var r = route.middleware; + r = route.middleware; for (i = 0; i < r.length; ++i) { handleRoute(RoutingCache.middleware, urlPrefix, modulePrefix, r[i]); @@ -924,6 +949,53 @@ function reloadRouting () { } } +//////////////////////////////////////////////////////////////////////////////// +/// @brief finds the next routing +//////////////////////////////////////////////////////////////////////////////// + +function nextRouting (state) { + var i; + var k; + + for (i = state.position + 1; i < state.routing.length; ++i) { + var route = state.routing[i]; + + if (route.regexp.test(state.url)) { + state.position = i; + + state.route = route; + + if (route.prefix) { + state.prefix = "/" + state.parts.slice(0, route.depth - 1).join("/"); + state.suffix = state.parts.slice(route.depth - 1, state.parts.length); + } + else { + state.prefix = undefined; + state.suffix = undefined; + } + + state.urlParameters = {}; + + if (route.urlParameters) { + for (k in route.urlParameters) { + if (route.urlParameters.hasOwnProperty(k)) { + state.urlParameters[k] = state.parts[route.urlParameters[k]]; + } + } + } + + return state; + } + } + + state.route = undefined; + state.prefix = undefined; + state.suffix = undefined; + state.urlParameters = {}; + + return state; +} + //////////////////////////////////////////////////////////////////////////////// /// @brief finds the first routing //////////////////////////////////////////////////////////////////////////////// @@ -967,51 +1039,6 @@ function firstRouting (type, parts) { }); } -//////////////////////////////////////////////////////////////////////////////// -/// @brief finds the next routing -//////////////////////////////////////////////////////////////////////////////// - -function nextRouting (state) { - var i; - var k; - - for (i = state.position + 1; i < state.routing.length; ++i) { - var route = state.routing[i]; - - if (route.regexp.test(state.url)) { - state.position = i; - - state.route = route; - - if (route.prefix) { - state.prefix = "/" + state.parts.slice(0, route.depth - 1).join("/"); - state.suffix = state.parts.slice(route.depth - 1, state.parts.length); - } - else { - state.prefix = undefined; - state.suffix = undefined; - } - - state.urlParameters = {}; - - if (route.urlParameters) { - for (k in route.urlParameters) { - state.urlParameters[k] = state.parts[route.urlParameters[k]]; - } - } - - return state; - } - } - - state.route = undefined; - state.prefix = undefined; - state.suffix = undefined; - state.urlParameters = {}; - - return state; -} - //////////////////////////////////////////////////////////////////////////////// /// @} //////////////////////////////////////////////////////////////////////////////// @@ -1069,7 +1096,7 @@ function resultBad (req, res, code, msg, headers) { msg = getErrorMessage(code); } else { - msg = "" + msg; + msg = String(msg); } resultError(req, res, exports.HTTP_BAD, code, msg, headers); @@ -1084,7 +1111,7 @@ function resultBad (req, res, code, msg, headers) { //////////////////////////////////////////////////////////////////////////////// function resultNotFound (req, res, msg, headers) { - resultError(req, res, exports.HTTP_NOT_FOUND, exports.ERROR_HTTP_NOT_FOUND, "" + msg, headers); + resultError(req, res, exports.HTTP_NOT_FOUND, exports.ERROR_HTTP_NOT_FOUND, String(msg), headers); } //////////////////////////////////////////////////////////////////////////////// @@ -1096,7 +1123,12 @@ function resultNotFound (req, res, msg, headers) { //////////////////////////////////////////////////////////////////////////////// function resultNotImplemented (req, res, msg, headers) { - resultError(req, res, exports.HTTP_NOT_IMPLEMENTED, exports.ERROR_NOT_IMPLEMENTED, "" + msg, headers); + resultError(req, + res, + exports.HTTP_NOT_IMPLEMENTED, + exports.ERROR_NOT_IMPLEMENTED, + String(msg), + headers); } //////////////////////////////////////////////////////////////////////////////// @@ -1126,7 +1158,8 @@ function resultPermanentRedirect (req, res, destination, headers) { res.responseCode = exports.HTTP_MOVED_PERMANENTLY; res.contentType = "text/html"; - res.body = "Moved

Moved

This page has moved to

Moved

This page has moved to " + destination @@ -1154,7 +1187,8 @@ function resultTemporaryRedirect (req, res, destination, headers) { res.responseCode = exports.HTTP_TEMPORARY_REDIRECT; res.contentType = "text/html"; - res.body = "Moved

Moved

This page has moved to

Moved

This page has moved to " + destination @@ -1315,7 +1349,7 @@ function resultException (req, res, err, headers) { else { resultError(req, res, exports.HTTP_SERVER_ERROR, exports.ERROR_HTTP_SERVER_ERROR, - "" + err, + String(err), headers); } } @@ -1356,7 +1390,7 @@ function logRequest (req, res, next, options) { var level; var token; - if ('level' in options) { + if (options.hasOwnProperty('level')) { level = options.level; if (level === "debug") { @@ -1382,7 +1416,7 @@ function logRequest (req, res, next, options) { log = console.log; } - if ('token' in options) { + if (options.hasOwnProperty('token')) { token = options.token; } else { @@ -1497,7 +1531,9 @@ exports.HTTP_BAD_GATEWAY = 502; exports.HTTP_SERVICE_UNAVAILABLE = 503; // copy error codes -for (var name in internal.errors) { +var name; + +for (name in internal.errors) { if (internal.errors.hasOwnProperty(name)) { exports[name] = internal.errors[name].code; }