diff options
Diffstat (limited to 'extension/Makefile.in')
-rw-r--r-- | extension/Makefile.in | 56 |
1 files changed, 31 insertions, 25 deletions
diff --git a/extension/Makefile.in b/extension/Makefile.in index f969b026..de4347c5 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -115,17 +115,21 @@ host_triplet = @host@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../m4/arch.m4 \ - $(top_srcdir)/../m4/mpfr.m4 \ + $(top_srcdir)/../m4/codeset.m4 $(top_srcdir)/../m4/dirfd.m4 \ + $(top_srcdir)/../m4/gettext.m4 \ + $(top_srcdir)/../m4/host-cpu-c-abi.m4 \ + $(top_srcdir)/../m4/iconv.m4 $(top_srcdir)/../m4/intlmacosx.m4 \ + $(top_srcdir)/../m4/lcmessage.m4 $(top_srcdir)/../m4/lib-ld.m4 \ + $(top_srcdir)/../m4/lib-link.m4 \ + $(top_srcdir)/../m4/lib-prefix.m4 \ + $(top_srcdir)/../m4/libtool.m4 \ + $(top_srcdir)/../m4/ltoptions.m4 \ + $(top_srcdir)/../m4/ltsugar.m4 \ + $(top_srcdir)/../m4/ltversion.m4 \ + $(top_srcdir)/../m4/lt~obsolete.m4 $(top_srcdir)/../m4/mpfr.m4 \ + $(top_srcdir)/../m4/nls.m4 $(top_srcdir)/../m4/po.m4 \ + $(top_srcdir)/../m4/progtest.m4 \ $(top_srcdir)/../m4/triplet-transformation.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirfd.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ - $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ - $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -271,7 +275,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +depcomp = $(SHELL) $(top_srcdir)/../build-aux/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/filefuncs.Plo \ ./$(DEPDIR)/fnmatch.Plo ./$(DEPDIR)/fork.Plo \ @@ -360,19 +364,21 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ - $(srcdir)/configh.in $(top_srcdir)/build-aux/ar-lib \ - $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.rpath \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/depcomp \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/ltmain.sh \ - $(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \ - ChangeLog INSTALL NEWS README build-aux/ChangeLog \ - build-aux/ar-lib build-aux/compile build-aux/config.guess \ - build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/ltmain.sh build-aux/missing + $(srcdir)/configh.in $(top_srcdir)/../build-aux/ar-lib \ + $(top_srcdir)/../build-aux/compile \ + $(top_srcdir)/../build-aux/config.guess \ + $(top_srcdir)/../build-aux/config.rpath \ + $(top_srcdir)/../build-aux/config.sub \ + $(top_srcdir)/../build-aux/depcomp \ + $(top_srcdir)/../build-aux/install-sh \ + $(top_srcdir)/../build-aux/ltmain.sh \ + $(top_srcdir)/../build-aux/missing ../build-aux/ChangeLog \ + ../build-aux/ar-lib ../build-aux/compile \ + ../build-aux/config.guess ../build-aux/config.rpath \ + ../build-aux/config.sub ../build-aux/depcomp \ + ../build-aux/install-sh ../build-aux/ltmain.sh \ + ../build-aux/missing ../build-aux/ylwrap ABOUT-NLS AUTHORS \ + COPYING ChangeLog INSTALL NEWS README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -555,7 +561,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. # This variable insures that aclocal runs # correctly after changing configure.ac -ACLOCAL_AMFLAGS = -I m4 -I ../m4 +ACLOCAL_AMFLAGS = -I ../m4 # For some make's, e.g. OpenBSD, that don't define this RM = rm -f |