1
- # Makefile.in generated by automake 1.14 from Makefile.am.
1
+ # Makefile.in generated by automake 1.15.1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2017 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,
15
15
@SET_MAKE@
16
16
17
17
VPATH = @srcdir@
18
- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
18
+ am__is_gnu_make = { \
19
+ if test -z '$(MAKELEVEL ) '; then \
20
+ false; \
21
+ elif test -n '$(MAKE_HOST ) '; then \
22
+ true; \
23
+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
24
+ true; \
25
+ else \
26
+ false; \
27
+ fi; \
28
+ }
19
29
am__make_running_with_option = \
20
30
case $${target_option-} in \
21
31
?) ;; \
@@ -79,17 +89,14 @@ POST_UNINSTALL = :
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = .
82
- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
83
- $(top_srcdir ) /configure $(am__configure_deps ) \
84
- $(srcdir ) /config.h.in $(dist_doc_DATA ) COPYING compile \
85
- config.guess config.rpath config.sub depcomp install-sh \
86
- missing
87
92
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
88
93
am__aclocal_m4_deps = $(top_srcdir ) /m4/iconv.m4 \
89
94
$(top_srcdir ) /m4/lib-ld.m4 $(top_srcdir ) /m4/lib-link.m4 \
90
95
$(top_srcdir ) /m4/lib-prefix.m4 $(top_srcdir ) /configure.ac
91
96
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
92
97
$(ACLOCAL_M4 )
98
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
99
+ $(am__configure_deps ) $(dist_doc_DATA ) $(am__DIST_COMMON )
93
100
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94
101
configure.lineno config.status.lineno
95
102
mkinstalldirs = $(install_sh ) -d
@@ -182,6 +189,9 @@ ETAGS = etags
182
189
CTAGS = ctags
183
190
CSCOPE = cscope
184
191
DIST_SUBDIRS = $(SUBDIRS )
192
+ am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in COPYING \
193
+ compile config.guess config.rpath config.sub depcomp \
194
+ install-sh missing
185
195
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
186
196
distdir = $(PACKAGE ) -$(VERSION )
187
197
top_distdir = $(distdir )
@@ -322,7 +332,7 @@ top_build_prefix = @top_build_prefix@
322
332
top_builddir = @top_builddir@
323
333
top_srcdir = @top_srcdir@
324
334
SUBDIRS = doc src
325
- dist_doc_DATA = README.mdown
335
+ dist_doc_DATA = README.md
326
336
ACLOCAL_AMFLAGS = -I m4 --install
327
337
all : config.h
328
338
$(MAKE ) $(AM_MAKEFLAGS ) all-recursive
@@ -343,7 +353,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
343
353
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
344
354
$(am__cd ) $(top_srcdir ) && \
345
355
$(AUTOMAKE ) --foreign Makefile
346
- .PRECIOUS : Makefile
347
356
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
348
357
@case ' $?' in \
349
358
* config.status* ) \
@@ -570,7 +579,7 @@ distdir: $(DISTFILES)
570
579
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
571
580
|| chmod -R a+r " $( distdir) "
572
581
dist-gzip : distdir
573
- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
582
+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
574
583
$(am__post_remove_distdir )
575
584
576
585
dist-bzip2 : distdir
@@ -586,17 +595,17 @@ dist-xz: distdir
586
595
$(am__post_remove_distdir )
587
596
588
597
dist-tarZ : distdir
589
- @echo WARNING: " Support for shar distribution archives is " \
590
- " deprecated." >&2
598
+ @echo WARNING: " Support for distribution archives compressed with " \
599
+ " legacy program 'compress' is deprecated." >&2
591
600
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
592
601
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
593
602
$(am__post_remove_distdir )
594
603
595
604
dist-shar : distdir
596
- @echo WARNING: " Support for distribution archives compressed with " \
597
- " legacy program 'compress' is deprecated." >&2
605
+ @echo WARNING: " Support for shar distribution archives is " \
606
+ " deprecated." >&2
598
607
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
599
- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
608
+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
600
609
$(am__post_remove_distdir )
601
610
602
611
dist-zip : distdir
@@ -614,7 +623,7 @@ dist dist-all:
614
623
distcheck : dist
615
624
case ' $(DIST_ARCHIVES)' in \
616
625
* .tar.gz* ) \
617
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
626
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
618
627
* .tar.bz2* ) \
619
628
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
620
629
* .tar.lz* ) \
@@ -624,22 +633,23 @@ distcheck: dist
624
633
* .tar.Z* ) \
625
634
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
626
635
* .shar.gz* ) \
627
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
636
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
628
637
* .zip* ) \
629
638
unzip $(distdir ) .zip ;; \
630
639
esac
631
640
chmod -R a-w $(distdir )
632
641
chmod u+w $(distdir )
633
- mkdir $(distdir ) /_build $(distdir ) /_inst
642
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
634
643
chmod a-w $(distdir )
635
644
test -d $(distdir ) /_build || exit 0; \
636
645
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
637
646
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
638
647
&& am__cwd=` pwd` \
639
- && $(am__cd ) $(distdir ) /_build \
640
- && ../configure --srcdir=.. --prefix= " $$ dc_install_base " \
648
+ && $(am__cd ) $(distdir ) /_build/sub \
649
+ && ../../configure \
641
650
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
642
651
$(DISTCHECK_CONFIGURE_FLAGS ) \
652
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
643
653
&& $(MAKE ) $(AM_MAKEFLAGS ) \
644
654
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
645
655
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -817,6 +827,8 @@ uninstall-am: uninstall-dist_docDATA
817
827
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
818
828
tags-am uninstall uninstall-am uninstall-dist_docDATA
819
829
830
+ .PRECIOUS : Makefile
831
+
820
832
821
833
# Tell versions [3.59,3.63) of GNU make to not export all variables.
822
834
# Otherwise a system limit (for SysV at least) may be exceeded.
0 commit comments