1- # Makefile.in generated by automake 1.15 from Makefile.am.
1+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2018 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,
@@ -132,7 +132,7 @@ am__recursive_targets = \
132132 $(RECURSIVE_CLEAN_TARGETS ) \
133133 $(am__extra_recursive_targets )
134134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
135- cscope distdir dist dist-all distcheck
135+ cscope distdir distdir-am dist dist-all distcheck
136136am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) \
137137 $(LISP ) config.h.in
138138# Read a list of newline-separated strings from the standard input,
@@ -320,8 +320,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320320 echo ' $(SHELL) ./config.status' ; \
321321 $(SHELL ) ./config.status;; \
322322 * ) \
323- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
324- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
323+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
324+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
325325 esac ;
326326
327327$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -454,7 +454,10 @@ distclean-tags:
454454 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455455 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
456456
457- distdir : $(DISTFILES )
457+ distdir : $(BUILT_SOURCES )
458+ $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
459+
460+ distdir-am : $(DISTFILES )
458461 $(am__remove_distdir )
459462 test -d " $( distdir) " || mkdir " $( distdir) "
460463 @srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -519,7 +522,7 @@ distdir: $(DISTFILES)
519522 ! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
520523 || chmod -R a+r " $( distdir) "
521524dist-gzip : distdir
522- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
525+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
523526 $(am__post_remove_distdir )
524527
525528dist-bzip2 : distdir
@@ -545,7 +548,7 @@ dist-shar: distdir
545548 @echo WARNING: " Support for shar distribution archives is" \
546549 " deprecated." >&2
547550 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
548- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
551+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
549552 $(am__post_remove_distdir )
550553
551554dist-zip : distdir
@@ -563,7 +566,7 @@ dist dist-all:
563566distcheck : dist
564567 case ' $(DIST_ARCHIVES)' in \
565568 * .tar.gz* ) \
566- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
569+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
567570 * .tar.bz2* ) \
568571 bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
569572 * .tar.lz* ) \
@@ -573,7 +576,7 @@ distcheck: dist
573576 * .tar.Z* ) \
574577 uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
575578 * .shar.gz* ) \
576- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
579+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
577580 * .zip* ) \
578581 unzip $(distdir ) .zip ;; \
579582 esac
@@ -767,7 +770,7 @@ uninstall-am:
767770
768771
769772install :
770- mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin
773+ mkdir -p lib && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a lib
771774
772775seqtools :
773776 mkdir -p bin && cd src/seqtools && make && mv seqtools ../../bin
0 commit comments