version 1.1, 2016/10/18 13:28:17
|
version 1.1.1.3, 2023/09/27 11:14:54
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.15 from Makefile.am. | # Makefile.in generated by automake 1.16.5 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2014 Free Software Foundation, Inc. | # Copyright (C) 1994-2021 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 152 am__define_uniq_tagged_files = \
|
Line 154 am__define_uniq_tagged_files = \
|
unique=`for i in $$list; do \ |
unique=`for i in $$list; do \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
done | $(am__uniquify_input)` |
done | $(am__uniquify_input)` |
ETAGS = etags |
|
CTAGS = ctags |
|
CSCOPE = cscope |
|
DIST_SUBDIRS = $(SUBDIRS) |
DIST_SUBDIRS = $(SUBDIRS) |
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \ |
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \ |
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ |
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ |
$(top_srcdir)/config/config.sub \ |
$(top_srcdir)/config/config.sub \ |
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
$(top_srcdir)/config/missing \ |
$(top_srcdir)/config/missing \ |
$(top_srcdir)/config/mkinstalldirs INSTALL config/compile \ | $(top_srcdir)/config/mkinstalldirs INSTALL README.md \ |
config/config.guess config/config.sub config/install-sh \ | config/compile config/config.guess config/config.sub \ |
config/ltmain.sh config/missing config/mkinstalldirs | config/install-sh config/ltmain.sh config/missing \ |
| config/mkinstalldirs |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
distdir = $(PACKAGE)-$(VERSION) |
distdir = $(PACKAGE)-$(VERSION) |
top_distdir = $(distdir) |
top_distdir = $(distdir) |
Line 202 am__relativize = \
|
Line 202 am__relativize = \
|
DIST_ARCHIVES = $(distdir).tar.gz |
DIST_ARCHIVES = $(distdir).tar.gz |
GZIP_ENV = --best |
GZIP_ENV = --best |
DIST_TARGETS = dist-gzip |
DIST_TARGETS = dist-gzip |
|
# Exists only to be overridden by the user if desired. |
|
AM_DISTCHECK_DVI_TARGET = dvi |
distuninstallcheck_listfiles = find . -type f -print |
distuninstallcheck_listfiles = find . -type f -print |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
Line 217 AWK = @AWK@
|
Line 219 AWK = @AWK@
|
CC = @CC@ |
CC = @CC@ |
CCDEPMODE = @CCDEPMODE@ |
CCDEPMODE = @CCDEPMODE@ |
CFLAGS = @CFLAGS@ |
CFLAGS = @CFLAGS@ |
CPP = @CPP@ |
|
CPPFLAGS = @CPPFLAGS@ |
CPPFLAGS = @CPPFLAGS@ |
|
CSCOPE = @CSCOPE@ |
|
CTAGS = @CTAGS@ |
CYGPATH_W = @CYGPATH_W@ |
CYGPATH_W = @CYGPATH_W@ |
DEFS = @DEFS@ |
DEFS = @DEFS@ |
DEPDIR = @DEPDIR@ |
DEPDIR = @DEPDIR@ |
Line 229 ECHO_C = @ECHO_C@
|
Line 232 ECHO_C = @ECHO_C@
|
ECHO_N = @ECHO_N@ |
ECHO_N = @ECHO_N@ |
ECHO_T = @ECHO_T@ |
ECHO_T = @ECHO_T@ |
EGREP = @EGREP@ |
EGREP = @EGREP@ |
|
ETAGS = @ETAGS@ |
EXEEXT = @EXEEXT@ |
EXEEXT = @EXEEXT@ |
FGREP = @FGREP@ |
FGREP = @FGREP@ |
|
FILECMD = @FILECMD@ |
GREP = @GREP@ |
GREP = @GREP@ |
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
INSTALL_DATA = @INSTALL_DATA@ |
INSTALL_DATA = @INSTALL_DATA@ |
Line 254 NM = @NM@
|
Line 259 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 272 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 314 pdfdir = @pdfdir@
|
Line 323 pdfdir = @pdfdir@
|
prefix = @prefix@ |
prefix = @prefix@ |
program_transform_name = @program_transform_name@ |
program_transform_name = @program_transform_name@ |
psdir = @psdir@ |
psdir = @psdir@ |
|
runstatedir = @runstatedir@ |
sbindir = @sbindir@ |
sbindir = @sbindir@ |
sharedstatedir = @sharedstatedir@ |
sharedstatedir = @sharedstatedir@ |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
Line 347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config
|
Line 357 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 476 cscopelist-am: $(am__tagged_files)
|
Line 486 cscopelist-am: $(am__tagged_files)
|
distclean-tags: |
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: $(BUILT_SOURCES) |
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am |
|
|
distdir: $(DISTFILES) | 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 554 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 569 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 584 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 602 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 612 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 614 distcheck: dist
|
Line 632 distcheck: dist
|
$(DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
--srcdir=../.. --prefix="$$dc_install_base" \ |
--srcdir=../.. --prefix="$$dc_install_base" \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
Line 776 uninstall-am:
|
Line 794 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 |
|
|