|
1 |
| -# Makefile.in generated by automake 1.14.1 from Makefile.am. |
| 1 | +# Makefile.in generated by automake 1.15 from Makefile.am. |
2 | 2 | # @configure_input@
|
3 | 3 |
|
4 |
| -# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 4 | +# Copyright (C) 1994-2014 Free Software Foundation, Inc. |
5 | 5 |
|
6 | 6 | # This Makefile.in is free software; the Free Software Foundation
|
7 | 7 | # gives unlimited permission to copy and/or distribute it,
|
|
14 | 14 |
|
15 | 15 | @SET_MAKE@
|
16 | 16 | VPATH = @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 | +} |
18 | 28 | am__make_running_with_option = \
|
19 | 29 | case $${target_option-} in \
|
20 | 30 | ?) ;; \
|
@@ -78,13 +88,12 @@ POST_UNINSTALL = :
|
78 | 88 | build_triplet = @build@
|
79 | 89 | host_triplet = @host@
|
80 | 90 | subdir = .
|
81 |
| -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
82 |
| - $(top_srcdir)/configure $(am__configure_deps) TODO compile \ |
83 |
| - config.guess config.sub depcomp install-sh missing ltmain.sh |
84 | 91 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
85 | 92 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
86 | 93 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
87 | 94 | $(ACLOCAL_M4)
|
| 95 | +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| 96 | + $(am__configure_deps) $(am__DIST_COMMON) |
88 | 97 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
89 | 98 | configure.lineno config.status.lineno
|
90 | 99 | mkinstalldirs = $(install_sh) -d
|
@@ -147,6 +156,8 @@ ETAGS = etags
|
147 | 156 | CTAGS = ctags
|
148 | 157 | CSCOPE = cscope
|
149 | 158 | DIST_SUBDIRS = $(SUBDIRS)
|
| 159 | +am__DIST_COMMON = $(srcdir)/Makefile.in TODO compile config.guess \ |
| 160 | + config.sub install-sh ltmain.sh missing |
150 | 161 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
151 | 162 | distdir = $(PACKAGE)-$(VERSION)
|
152 | 163 | top_distdir = $(distdir)
|
@@ -232,6 +243,7 @@ LIBTOOL = @LIBTOOL@
|
232 | 243 | LIPO = @LIPO@
|
233 | 244 | LN_S = @LN_S@
|
234 | 245 | LTLIBOBJS = @LTLIBOBJS@
|
| 246 | +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
235 | 247 | MAKEINFO = @MAKEINFO@
|
236 | 248 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
237 | 249 | MKDIR_P = @MKDIR_P@
|
@@ -329,7 +341,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
329 | 341 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
330 | 342 | $(am__cd) $(top_srcdir) && \
|
331 | 343 | $(AUTOMAKE) --foreign Makefile
|
332 |
| -.PRECIOUS: Makefile |
333 | 344 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
334 | 345 | @case '$?' in \
|
335 | 346 | *config.status*) \
|
@@ -545,15 +556,15 @@ dist-xz: distdir
|
545 | 556 | $(am__post_remove_distdir)
|
546 | 557 |
|
547 | 558 | dist-tarZ: distdir
|
548 |
| - @echo WARNING: "Support for shar distribution archives is" \ |
549 |
| - "deprecated." >&2 |
| 559 | + @echo WARNING: "Support for distribution archives compressed with" \ |
| 560 | + "legacy program 'compress' is deprecated." >&2 |
550 | 561 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
551 | 562 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
552 | 563 | $(am__post_remove_distdir)
|
553 | 564 |
|
554 | 565 | dist-shar: distdir
|
555 |
| - @echo WARNING: "Support for distribution archives compressed with" \ |
556 |
| - "legacy program 'compress' is deprecated." >&2 |
| 566 | + @echo WARNING: "Support for shar distribution archives is" \ |
| 567 | + "deprecated." >&2 |
557 | 568 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
558 | 569 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
559 | 570 | $(am__post_remove_distdir)
|
@@ -589,17 +600,17 @@ distcheck: dist
|
589 | 600 | esac
|
590 | 601 | chmod -R a-w $(distdir)
|
591 | 602 | chmod u+w $(distdir)
|
592 |
| - mkdir $(distdir)/_build $(distdir)/_inst |
| 603 | + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
593 | 604 | chmod a-w $(distdir)
|
594 | 605 | test -d $(distdir)/_build || exit 0; \
|
595 | 606 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
596 | 607 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
597 | 608 | && am__cwd=`pwd` \
|
598 |
| - && $(am__cd) $(distdir)/_build \ |
599 |
| - && ../configure \ |
| 609 | + && $(am__cd) $(distdir)/_build/sub \ |
| 610 | + && ../../configure \ |
600 | 611 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
601 | 612 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
602 |
| - --srcdir=.. --prefix="$$dc_install_base" \ |
| 613 | + --srcdir=../.. --prefix="$$dc_install_base" \ |
603 | 614 | && $(MAKE) $(AM_MAKEFLAGS) \
|
604 | 615 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
605 | 616 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
@@ -775,6 +786,8 @@ uninstall-am:
|
775 | 786 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
776 | 787 | ps ps-am tags tags-am uninstall uninstall-am
|
777 | 788 |
|
| 789 | +.PRECIOUS: Makefile |
| 790 | + |
778 | 791 |
|
779 | 792 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
780 | 793 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
0 commit comments