version 1.1, 2016/10/18 13:28:17
|
version 1.1.1.2, 2021/03/17 00:36:45
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.15 from Makefile.am. | # Makefile.in generated by automake 1.16.2 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2014 Free Software Foundation, Inc. | # Copyright (C) 1994-2020 Free Software Foundation, Inc. |
|
|
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
Line 89 build_triplet = @build@
|
Line 89 build_triplet = @build@
|
host_triplet = @host@ |
host_triplet = @host@ |
subdir = . |
subdir = . |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \ |
| $(top_srcdir)/config/iperf_config_static_bin.m4 \ |
| $(top_srcdir)/configure.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
Line 134 am__recursive_targets = \
|
Line 136 am__recursive_targets = \
|
$(RECURSIVE_CLEAN_TARGETS) \ |
$(RECURSIVE_CLEAN_TARGETS) \ |
$(am__extra_recursive_targets) |
$(am__extra_recursive_targets) |
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
cscope distdir dist dist-all distcheck | cscope distdir distdir-am dist dist-all distcheck |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
# Read a list of newline-separated strings from the standard input, |
# Read a list of newline-separated strings from the standard input, |
# and print each of them once, without duplicates. Input order is |
# and print each of them once, without duplicates. Input order is |
Line 254 NM = @NM@
|
Line 256 NM = @NM@
|
NMEDIT = @NMEDIT@ |
NMEDIT = @NMEDIT@ |
OBJDUMP = @OBJDUMP@ |
OBJDUMP = @OBJDUMP@ |
OBJEXT = @OBJEXT@ |
OBJEXT = @OBJEXT@ |
|
OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ |
|
OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ |
|
OPENSSL_LIBS = @OPENSSL_LIBS@ |
OTOOL = @OTOOL@ |
OTOOL = @OTOOL@ |
OTOOL64 = @OTOOL64@ |
OTOOL64 = @OTOOL64@ |
PACKAGE = @PACKAGE@ |
PACKAGE = @PACKAGE@ |
Line 264 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Line 269 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
PACKAGE_URL = @PACKAGE_URL@ |
PACKAGE_URL = @PACKAGE_URL@ |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|
PKG_CONFIG = @PKG_CONFIG@ |
RANLIB = @RANLIB@ |
RANLIB = @RANLIB@ |
SED = @SED@ |
SED = @SED@ |
SET_MAKE = @SET_MAKE@ |
SET_MAKE = @SET_MAKE@ |
Line 347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config
|
Line 353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config
|
echo ' $(SHELL) ./config.status'; \ |
echo ' $(SHELL) ./config.status'; \ |
$(SHELL) ./config.status;; \ |
$(SHELL) ./config.status;; \ |
*) \ |
*) \ |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
esac; |
esac; |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
Line 477 distclean-tags:
|
Line 483 distclean-tags:
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
|
distdir: $(DISTFILES) | distdir: $(BUILT_SOURCES) |
| $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| |
| distdir-am: $(DISTFILES) |
$(am__remove_distdir) |
$(am__remove_distdir) |
test -d "$(distdir)" || mkdir "$(distdir)" |
test -d "$(distdir)" || mkdir "$(distdir)" |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
Line 542 distdir: $(DISTFILES)
|
Line 551 distdir: $(DISTFILES)
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|| chmod -R a+r "$(distdir)" |
|| chmod -R a+r "$(distdir)" |
dist-gzip: distdir |
dist-gzip: distdir |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-bzip2: distdir |
dist-bzip2: distdir |
Line 557 dist-xz: distdir
|
Line 566 dist-xz: distdir
|
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
|
dist-zstd: distdir |
|
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst |
|
$(am__post_remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
@echo WARNING: "Support for distribution archives compressed with" \ |
@echo WARNING: "Support for distribution archives compressed with" \ |
"legacy program 'compress' is deprecated." >&2 |
"legacy program 'compress' is deprecated." >&2 |
Line 568 dist-shar: distdir
|
Line 581 dist-shar: distdir
|
@echo WARNING: "Support for shar distribution archives is" \ |
@echo WARNING: "Support for shar distribution archives is" \ |
"deprecated." >&2 |
"deprecated." >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-zip: distdir |
dist-zip: distdir |
Line 586 dist dist-all:
|
Line 599 dist dist-all:
|
distcheck: dist |
distcheck: dist |
case '$(DIST_ARCHIVES)' in \ |
case '$(DIST_ARCHIVES)' in \ |
*.tar.gz*) \ |
*.tar.gz*) \ |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
*.tar.bz2*) \ |
*.tar.bz2*) \ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
*.tar.lz*) \ |
*.tar.lz*) \ |
Line 596 distcheck: dist
|
Line 609 distcheck: dist
|
*.tar.Z*) \ |
*.tar.Z*) \ |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
*.shar.gz*) \ |
*.shar.gz*) \ |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
*.zip*) \ |
*.zip*) \ |
unzip $(distdir).zip ;;\ |
unzip $(distdir).zip ;;\ |
|
*.tar.zst*) \ |
|
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ |
esac |
esac |
chmod -R a-w $(distdir) |
chmod -R a-w $(distdir) |
chmod u+w $(distdir) |
chmod u+w $(distdir) |
Line 776 uninstall-am:
|
Line 791 uninstall-am:
|
am--refresh check check-am clean clean-cscope clean-generic \ |
am--refresh check check-am clean clean-cscope clean-generic \ |
clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ |
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ |
dist-xz dist-zip distcheck distclean distclean-generic \ | dist-xz dist-zip dist-zstd distcheck distclean \ |
distclean-libtool distclean-tags distcleancheck distdir \ | distclean-generic distclean-libtool distclean-tags \ |
distuninstallcheck dvi dvi-am html html-am info info-am \ | distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
install install-am install-data install-data-am install-dvi \ | html-am info info-am install install-am install-data \ |
install-dvi-am install-exec install-exec-am install-html \ | install-data-am install-dvi install-dvi-am install-exec \ |
install-html-am install-info install-info-am install-man \ | install-exec-am install-html install-html-am install-info \ |
install-pdf install-pdf-am install-ps install-ps-am \ | install-info-am install-man install-pdf install-pdf-am \ |
install-strip installcheck installcheck-am installdirs \ | install-ps install-ps-am install-strip installcheck \ |
installdirs-am maintainer-clean maintainer-clean-generic \ | installcheck-am installdirs installdirs-am maintainer-clean \ |
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
ps ps-am tags tags-am uninstall uninstall-am | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
| uninstall-am |
|
|
.PRECIOUS: Makefile |
.PRECIOUS: Makefile |
|
|