1
- # Makefile.in generated by automake 1.15 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -162,7 +162,7 @@ am__recursive_targets = \
162
162
$(RECURSIVE_CLEAN_TARGETS ) \
163
163
$(am__extra_recursive_targets )
164
164
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
165
- cscope distdir dist dist-all distcheck
165
+ cscope distdir distdir-am dist dist-all distcheck
166
166
am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
167
167
# Read a list of newline-separated strings from the standard input,
168
168
# and print each of them once, without duplicates. Input order is
@@ -346,8 +346,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
346
346
echo ' $(SHELL) ./config.status' ; \
347
347
$(SHELL ) ./config.status;; \
348
348
* ) \
349
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
350
- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
349
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
350
+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
351
351
esac ;
352
352
353
353
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -489,7 +489,10 @@ distclean-tags:
489
489
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490
490
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
491
491
492
- distdir : $(DISTFILES )
492
+ distdir : $(BUILT_SOURCES )
493
+ $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
494
+
495
+ distdir-am : $(DISTFILES )
493
496
$(am__remove_distdir )
494
497
test -d " $( distdir) " || mkdir " $( distdir) "
495
498
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -557,7 +560,7 @@ distdir: $(DISTFILES)
557
560
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
558
561
|| chmod -R a+r " $( distdir) "
559
562
dist-gzip : distdir
560
- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
563
+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
561
564
$(am__post_remove_distdir )
562
565
563
566
dist-bzip2 : distdir
@@ -583,7 +586,7 @@ dist-shar: distdir
583
586
@echo WARNING: " Support for shar distribution archives is" \
584
587
" deprecated." >&2
585
588
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
586
- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
589
+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
587
590
$(am__post_remove_distdir )
588
591
589
592
dist-zip : distdir
@@ -601,7 +604,7 @@ dist dist-all:
601
604
distcheck : dist
602
605
case ' $(DIST_ARCHIVES)' in \
603
606
* .tar.gz* ) \
604
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
607
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
605
608
* .tar.bz2* ) \
606
609
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
607
610
* .tar.lz* ) \
@@ -611,7 +614,7 @@ distcheck: dist
611
614
* .tar.Z* ) \
612
615
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
613
616
* .shar.gz* ) \
614
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
617
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
615
618
* .zip* ) \
616
619
unzip $(distdir ) .zip ;; \
617
620
esac
0 commit comments