1- # Makefile.in generated by automake 1.14.1 from Makefile.am.
1+ # Makefile.in generated by automake 1.15 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2014 Free Software Foundation, Inc.
55
66# This Makefile.in is free software; the Free Software Foundation
77# gives unlimited permission to copy and/or distribute it,
1414
1515@SET_MAKE@
1616VPATH = @srcdir@
17- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
17+ am__is_gnu_make = { \
18+ if test -z '$(MAKELEVEL ) '; then \
19+ false; \
20+ elif test -n '$(MAKE_HOST ) '; then \
21+ true; \
22+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
23+ true; \
24+ else \
25+ false; \
26+ fi; \
27+ }
1828am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
@@ -78,13 +88,6 @@ POST_UNINSTALL = :
7888build_triplet = @build@
7989host_triplet = @host@
8090subdir = .
81- DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82- $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
83- $(top_srcdir ) /configure $(am__configure_deps ) \
84- $(top_srcdir ) /include/config.h.in mkinstalldirs \
85- $(top_srcdir ) /intl/Makefile.in ABOUT-NLS COPYING TODO compile \
86- config.guess config.rpath config.sub depcomp install-sh \
87- missing
8891ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
8992am__aclocal_m4_deps = $(top_srcdir ) /m4/ax_cflags_gcc_option.m4 \
9093 $(top_srcdir ) /m4/codeset.m4 $(top_srcdir ) /m4/fcntl-o.m4 \
@@ -106,6 +109,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
106109 $(top_srcdir ) /configure.ac
107110am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
108111 $(ACLOCAL_M4 )
112+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
113+ $(am__configure_deps ) $(am__DIST_COMMON )
109114am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110115 configure.lineno config.status.lineno
111116mkinstalldirs = $(SHELL ) $(top_srcdir ) /mkinstalldirs
@@ -170,6 +175,12 @@ ETAGS = etags
170175CTAGS = ctags
171176CSCOPE = cscope
172177DIST_SUBDIRS = $(SUBDIRS )
178+ am__DIST_COMMON = $(srcdir ) /Makefile.in \
179+ $(top_srcdir ) /include/config.h.in \
180+ $(top_srcdir ) /intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
181+ ChangeLog INSTALL NEWS README TODO compile config.guess \
182+ config.rpath config.sub depcomp install-sh missing \
183+ mkinstalldirs
173184DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
174185distdir = $(PACKAGE ) -$(VERSION )
175186top_distdir = $(distdir )
@@ -382,6 +393,7 @@ pdfdir = @pdfdir@
382393prefix = @prefix@
383394program_transform_name = @program_transform_name@
384395psdir = @psdir@
396+ runstatedir = @runstatedir@
385397sbindir = @sbindir@
386398sharedstatedir = @sharedstatedir@
387399srcdir = @srcdir@
@@ -411,7 +423,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
411423 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile' ; \
412424 $(am__cd ) $(top_srcdir ) && \
413425 $(AUTOMAKE ) --gnu Makefile
414- .PRECIOUS : Makefile
415426Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
416427 @case ' $?' in \
417428 * config.status* ) \
@@ -635,15 +646,15 @@ dist-xz: distdir
635646 $(am__post_remove_distdir )
636647
637648dist-tarZ : distdir
638- @echo WARNING: " Support for shar distribution archives is " \
639- " deprecated." >&2
649+ @echo WARNING: " Support for distribution archives compressed with " \
650+ " legacy program 'compress' is deprecated." >&2
640651 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
641652 tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
642653 $(am__post_remove_distdir )
643654
644655dist-shar : distdir
645- @echo WARNING: " Support for distribution archives compressed with " \
646- " legacy program 'compress' is deprecated." >&2
656+ @echo WARNING: " Support for shar distribution archives is " \
657+ " deprecated." >&2
647658 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
648659 shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
649660 $(am__post_remove_distdir )
@@ -679,18 +690,18 @@ distcheck: dist
679690 esac
680691 chmod -R a-w $(distdir )
681692 chmod u+w $(distdir )
682- mkdir $(distdir ) /_build $(distdir ) /_inst
693+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
683694 chmod a-w $(distdir )
684695 test -d $(distdir ) /_build || exit 0; \
685696 dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
686697 && dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
687698 && am__cwd=` pwd` \
688- && $(am__cd ) $(distdir ) /_build \
689- && ../configure \
699+ && $(am__cd ) $(distdir ) /_build/sub \
700+ && ../../ configure \
690701 --with-included-gettext \
691702 $(AM_DISTCHECK_CONFIGURE_FLAGS ) \
692703 $(DISTCHECK_CONFIGURE_FLAGS ) \
693- --srcdir=.. --prefix=" $$ dc_install_base" \
704+ --srcdir=../.. --prefix=" $$ dc_install_base" \
694705 && $(MAKE ) $(AM_MAKEFLAGS ) \
695706 && $(MAKE ) $(AM_MAKEFLAGS ) dvi \
696707 && $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -865,6 +876,8 @@ uninstall-am:
865876 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
866877 uninstall-am
867878
879+ .PRECIOUS : Makefile
880+
868881
869882# Tell versions [3.59,3.63) of GNU make to not export all variables.
870883# Otherwise a system limit (for SysV at least) may be exceeded.
0 commit comments