|
1 | | -# Makefile.in generated by automake 1.15 from Makefile.am. |
| 1 | +# Makefile.in generated by automake 1.14.1 from Makefile.am. |
2 | 2 | # @configure_input@ |
3 | 3 |
|
4 | | -# Copyright (C) 1994-2014 Free Software Foundation, Inc. |
| 4 | +# Copyright (C) 1994-2013 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 = { \ |
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 | | -} |
| 17 | +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
28 | 18 | am__make_running_with_option = \ |
29 | 19 | case $${target_option-} in \ |
30 | 20 | ?) ;; \ |
@@ -88,15 +78,18 @@ POST_UNINSTALL = : |
88 | 78 | build_triplet = @build@ |
89 | 79 | host_triplet = @host@ |
90 | 80 | subdir = . |
| 81 | +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 82 | + $(top_srcdir)/configure $(am__configure_deps) \ |
| 83 | + $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL \ |
| 84 | + compile config.guess config.sub depcomp install-sh missing \ |
| 85 | + ltmain.sh |
91 | 86 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
92 | 87 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdxx_11.m4 \ |
93 | 88 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
94 | 89 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
95 | 90 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
96 | 91 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
97 | 92 | $(ACLOCAL_M4) |
98 | | -DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
99 | | - $(am__configure_deps) $(am__DIST_COMMON) |
100 | 93 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
101 | 94 | configure.lineno config.status.lineno |
102 | 95 | mkinstalldirs = $(install_sh) -d |
@@ -160,9 +153,6 @@ ETAGS = etags |
160 | 153 | CTAGS = ctags |
161 | 154 | CSCOPE = cscope |
162 | 155 | DIST_SUBDIRS = $(SUBDIRS) |
163 | | -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ |
164 | | - COPYING ChangeLog INSTALL compile config.guess config.sub \ |
165 | | - depcomp install-sh ltmain.sh missing |
166 | 156 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
167 | 157 | distdir = $(PACKAGE)-$(VERSION) |
168 | 158 | top_distdir = $(distdir) |
@@ -350,6 +340,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
350 | 340 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
351 | 341 | $(am__cd) $(top_srcdir) && \ |
352 | 342 | $(AUTOMAKE) --foreign Makefile |
| 343 | +.PRECIOUS: Makefile |
353 | 344 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
354 | 345 | @case '$?' in \ |
355 | 346 | *config.status*) \ |
@@ -580,15 +571,15 @@ dist-xz: distdir |
580 | 571 | $(am__post_remove_distdir) |
581 | 572 |
|
582 | 573 | dist-tarZ: distdir |
583 | | - @echo WARNING: "Support for distribution archives compressed with" \ |
584 | | - "legacy program 'compress' is deprecated." >&2 |
| 574 | + @echo WARNING: "Support for shar distribution archives is" \ |
| 575 | + "deprecated." >&2 |
585 | 576 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
586 | 577 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
587 | 578 | $(am__post_remove_distdir) |
588 | 579 |
|
589 | 580 | dist-shar: distdir |
590 | | - @echo WARNING: "Support for shar distribution archives is" \ |
591 | | - "deprecated." >&2 |
| 581 | + @echo WARNING: "Support for distribution archives compressed with" \ |
| 582 | + "legacy program 'compress' is deprecated." >&2 |
592 | 583 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
593 | 584 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
594 | 585 | $(am__post_remove_distdir) |
@@ -624,17 +615,17 @@ distcheck: dist |
624 | 615 | esac |
625 | 616 | chmod -R a-w $(distdir) |
626 | 617 | chmod u+w $(distdir) |
627 | | - mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
| 618 | + mkdir $(distdir)/_build $(distdir)/_inst |
628 | 619 | chmod a-w $(distdir) |
629 | 620 | test -d $(distdir)/_build || exit 0; \ |
630 | 621 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
631 | 622 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
632 | 623 | && am__cwd=`pwd` \ |
633 | | - && $(am__cd) $(distdir)/_build/sub \ |
634 | | - && ../../configure \ |
| 624 | + && $(am__cd) $(distdir)/_build \ |
| 625 | + && ../configure \ |
635 | 626 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
636 | 627 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
637 | | - --srcdir=../.. --prefix="$$dc_install_base" \ |
| 628 | + --srcdir=.. --prefix="$$dc_install_base" \ |
638 | 629 | && $(MAKE) $(AM_MAKEFLAGS) \ |
639 | 630 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
640 | 631 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
@@ -811,8 +802,6 @@ uninstall-am: |
811 | 802 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
812 | 803 | uninstall-am |
813 | 804 |
|
814 | | -.PRECIOUS: Makefile |
815 | | - |
816 | 805 |
|
817 | 806 | libtool: $(LIBTOOL_DEPS) |
818 | 807 | $(SHELL) ./config.status libtool |
|
0 commit comments