1- # Makefile.in generated by automake 1.16.1 from Makefile.am.
1+ # Makefile.in generated by automake 1.15 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2014 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 distdir-am dist dist-all distcheck
135+ cscope distdir 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,
@@ -285,6 +285,7 @@ pdfdir = @pdfdir@
285285prefix = @prefix@
286286program_transform_name = @program_transform_name@
287287psdir = @psdir@
288+ runstatedir = @runstatedir@
288289sbindir = @sbindir@
289290sharedstatedir = @sharedstatedir@
290291srcdir = @srcdir@
@@ -294,7 +295,7 @@ top_build_prefix = @top_build_prefix@
294295top_builddir = @top_builddir@
295296top_srcdir = @top_srcdir@
296297AUTOMAKE_OPTIONS = foreign
297- SUBDIRS = bwa htslib fermi-lite src
298+ SUBDIRS = bwa fermi-lite src
298299all : config.h
299300 $(MAKE ) $(AM_MAKEFLAGS ) all-recursive
300301
@@ -320,8 +321,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320321 echo ' $(SHELL) ./config.status' ; \
321322 $(SHELL ) ./config.status;; \
322323 * ) \
323- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
324- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
324+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
325+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
325326 esac ;
326327
327328$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -454,10 +455,7 @@ distclean-tags:
454455 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455456 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
456457
457- distdir : $(BUILT_SOURCES )
458- $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
459-
460- distdir-am : $(DISTFILES )
458+ distdir : $(DISTFILES )
461459 $(am__remove_distdir )
462460 test -d " $( distdir) " || mkdir " $( distdir) "
463461 @srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -522,7 +520,7 @@ distdir-am: $(DISTFILES)
522520 ! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
523521 || chmod -R a+r " $( distdir) "
524522dist-gzip : distdir
525- tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
523+ tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
526524 $(am__post_remove_distdir )
527525
528526dist-bzip2 : distdir
@@ -548,7 +546,7 @@ dist-shar: distdir
548546 @echo WARNING: " Support for shar distribution archives is" \
549547 " deprecated." >&2
550548 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
551- shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
549+ shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
552550 $(am__post_remove_distdir )
553551
554552dist-zip : distdir
@@ -566,7 +564,7 @@ dist dist-all:
566564distcheck : dist
567565 case ' $(DIST_ARCHIVES)' in \
568566 * .tar.gz* ) \
569- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
567+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
570568 * .tar.bz2* ) \
571569 bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
572570 * .tar.lz* ) \
@@ -576,7 +574,7 @@ distcheck: dist
576574 * .tar.Z* ) \
577575 uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
578576 * .shar.gz* ) \
579- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
577+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
580578 * .zip* ) \
581579 unzip $(distdir ) .zip ;; \
582580 esac
0 commit comments