176bd67f6SSarah Larsen# Makefile.in generated by automake 1.16.5 from Makefile.am. 2e34c20c8SJon Dugan# @configure_input@ 3e34c20c8SJon Dugan 476bd67f6SSarah Larsen# Copyright (C) 1994-2021 Free Software Foundation, Inc. 56edfd8d6SBruce A. Mah 6e34c20c8SJon Dugan# This Makefile.in is free software; the Free Software Foundation 7e34c20c8SJon Dugan# gives unlimited permission to copy and/or distribute it, 8e34c20c8SJon Dugan# with or without modifications, as long as this notice is preserved. 9e34c20c8SJon Dugan 10e34c20c8SJon Dugan# This program is distributed in the hope that it will be useful, 11e34c20c8SJon Dugan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12e34c20c8SJon Dugan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13e34c20c8SJon Dugan# PARTICULAR PURPOSE. 14e34c20c8SJon Dugan 15e34c20c8SJon Dugan@SET_MAKE@ 16e34c20c8SJon DuganVPATH = @srcdir@ 17a5f5765cSBruce A. Maham__is_gnu_make = { \ 18a5f5765cSBruce A. Mah if test -z '$(MAKELEVEL)'; then \ 19a5f5765cSBruce A. Mah false; \ 20a5f5765cSBruce A. Mah elif test -n '$(MAKE_HOST)'; then \ 21a5f5765cSBruce A. Mah true; \ 22a5f5765cSBruce A. Mah elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23a5f5765cSBruce A. Mah true; \ 24a5f5765cSBruce A. Mah else \ 25a5f5765cSBruce A. Mah false; \ 26a5f5765cSBruce A. Mah fi; \ 27a5f5765cSBruce A. Mah} 286edfd8d6SBruce A. Maham__make_running_with_option = \ 296edfd8d6SBruce A. Mah case $${target_option-} in \ 306edfd8d6SBruce A. Mah ?) ;; \ 316edfd8d6SBruce A. Mah *) echo "am__make_running_with_option: internal error: invalid" \ 326edfd8d6SBruce A. Mah "target option '$${target_option-}' specified" >&2; \ 336edfd8d6SBruce A. Mah exit 1;; \ 346edfd8d6SBruce A. Mah esac; \ 356edfd8d6SBruce A. Mah has_opt=no; \ 366edfd8d6SBruce A. Mah sane_makeflags=$$MAKEFLAGS; \ 376edfd8d6SBruce A. Mah if $(am__is_gnu_make); then \ 386edfd8d6SBruce A. Mah sane_makeflags=$$MFLAGS; \ 396edfd8d6SBruce A. Mah else \ 406edfd8d6SBruce A. Mah case $$MAKEFLAGS in \ 416edfd8d6SBruce A. Mah *\\[\ \ ]*) \ 426edfd8d6SBruce A. Mah bs=\\; \ 436edfd8d6SBruce A. Mah sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 446edfd8d6SBruce A. Mah | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 456edfd8d6SBruce A. Mah esac; \ 466edfd8d6SBruce A. Mah fi; \ 476edfd8d6SBruce A. Mah skip_next=no; \ 486edfd8d6SBruce A. Mah strip_trailopt () \ 496edfd8d6SBruce A. Mah { \ 506edfd8d6SBruce A. Mah flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 516edfd8d6SBruce A. Mah }; \ 526edfd8d6SBruce A. Mah for flg in $$sane_makeflags; do \ 536edfd8d6SBruce A. Mah test $$skip_next = yes && { skip_next=no; continue; }; \ 546edfd8d6SBruce A. Mah case $$flg in \ 556edfd8d6SBruce A. Mah *=*|--*) continue;; \ 566edfd8d6SBruce A. Mah -*I) strip_trailopt 'I'; skip_next=yes;; \ 576edfd8d6SBruce A. Mah -*I?*) strip_trailopt 'I';; \ 586edfd8d6SBruce A. Mah -*O) strip_trailopt 'O'; skip_next=yes;; \ 596edfd8d6SBruce A. Mah -*O?*) strip_trailopt 'O';; \ 606edfd8d6SBruce A. Mah -*l) strip_trailopt 'l'; skip_next=yes;; \ 616edfd8d6SBruce A. Mah -*l?*) strip_trailopt 'l';; \ 626edfd8d6SBruce A. Mah -[dEDm]) skip_next=yes;; \ 636edfd8d6SBruce A. Mah -[JT]) skip_next=yes;; \ 646edfd8d6SBruce A. Mah esac; \ 656edfd8d6SBruce A. Mah case $$flg in \ 666edfd8d6SBruce A. Mah *$$target_option*) has_opt=yes; break;; \ 676edfd8d6SBruce A. Mah esac; \ 686edfd8d6SBruce A. Mah done; \ 696edfd8d6SBruce A. Mah test $$has_opt = yes 706edfd8d6SBruce A. Maham__make_dryrun = (target_option=n; $(am__make_running_with_option)) 716edfd8d6SBruce A. Maham__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72e34c20c8SJon Duganpkgdatadir = $(datadir)/@PACKAGE@ 7356a97f93Sjefpkgincludedir = $(includedir)/@PACKAGE@ 7460bd98a5SBruce A. Mahpkglibdir = $(libdir)/@PACKAGE@ 7560bd98a5SBruce A. Mahpkglibexecdir = $(libexecdir)/@PACKAGE@ 76e34c20c8SJon Duganam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77e34c20c8SJon Duganinstall_sh_DATA = $(install_sh) -c -m 644 78e34c20c8SJon Duganinstall_sh_PROGRAM = $(install_sh) -c 79e34c20c8SJon Duganinstall_sh_SCRIPT = $(install_sh) -c 80e34c20c8SJon DuganINSTALL_HEADER = $(INSTALL_DATA) 81e34c20c8SJon Dugantransform = $(program_transform_name) 82e34c20c8SJon DuganNORMAL_INSTALL = : 83e34c20c8SJon DuganPRE_INSTALL = : 84e34c20c8SJon DuganPOST_INSTALL = : 85e34c20c8SJon DuganNORMAL_UNINSTALL = : 86e34c20c8SJon DuganPRE_UNINSTALL = : 87e34c20c8SJon DuganPOST_UNINSTALL = : 8801ca972bSsethdelliottbuild_triplet = @build@ 89e34c20c8SJon Duganhost_triplet = @host@ 9056a97f93Sjefsubdir = . 9101ca972bSsethdelliottACLOCAL_M4 = $(top_srcdir)/aclocal.m4 925e52a846SBruce A. Maham__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \ 9306280a6dSBruce A. Mah $(top_srcdir)/config/iperf_config_static_bin.m4 \ 945e52a846SBruce A. Mah $(top_srcdir)/configure.ac 9501ca972bSsethdelliottam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 9601ca972bSsethdelliott $(ACLOCAL_M4) 97a5f5765cSBruce A. MahDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 98a5f5765cSBruce A. Mah $(am__configure_deps) $(am__DIST_COMMON) 9901ca972bSsethdelliottam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 100ba7b91d2SJef Poskanzer configure.lineno config.status.lineno 10101ca972bSsethdelliottmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 102a57bcc2dSBruce A. MahCONFIG_HEADER = $(top_builddir)/src/iperf_config.h 103bf22c9d1SBruce A. MahCONFIG_CLEAN_FILES = iperf3.spec 10460bd98a5SBruce A. MahCONFIG_CLEAN_VPATH_FILES = 1056edfd8d6SBruce A. MahAM_V_P = $(am__v_P_@AM_V@) 1066edfd8d6SBruce A. Maham__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1076edfd8d6SBruce A. Maham__v_P_0 = false 1086edfd8d6SBruce A. Maham__v_P_1 = : 1096edfd8d6SBruce A. MahAM_V_GEN = $(am__v_GEN_@AM_V@) 1106edfd8d6SBruce A. Maham__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1116edfd8d6SBruce A. Maham__v_GEN_0 = @echo " GEN " $@; 1126edfd8d6SBruce A. Maham__v_GEN_1 = 1136edfd8d6SBruce A. MahAM_V_at = $(am__v_at_@AM_V@) 1146edfd8d6SBruce A. Maham__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 1156edfd8d6SBruce A. Maham__v_at_0 = @ 1166edfd8d6SBruce A. Maham__v_at_1 = 11701ca972bSsethdelliottSOURCES = 11801ca972bSsethdelliottDIST_SOURCES = 1196edfd8d6SBruce A. MahRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 1206edfd8d6SBruce A. Mah ctags-recursive dvi-recursive html-recursive info-recursive \ 1216edfd8d6SBruce A. Mah install-data-recursive install-dvi-recursive \ 1226edfd8d6SBruce A. Mah install-exec-recursive install-html-recursive \ 1236edfd8d6SBruce A. Mah install-info-recursive install-pdf-recursive \ 1246edfd8d6SBruce A. Mah install-ps-recursive install-recursive installcheck-recursive \ 1256edfd8d6SBruce A. Mah installdirs-recursive pdf-recursive ps-recursive \ 1266edfd8d6SBruce A. Mah tags-recursive uninstall-recursive 1276edfd8d6SBruce A. Maham__can_run_installinfo = \ 1286edfd8d6SBruce A. Mah case $$AM_UPDATE_INFO_DIR in \ 1296edfd8d6SBruce A. Mah n|no|NO) false;; \ 1306edfd8d6SBruce A. Mah *) (install-info --version) >/dev/null 2>&1;; \ 1316edfd8d6SBruce A. Mah esac 132ba7b91d2SJef PoskanzerRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 133ba7b91d2SJef Poskanzer distclean-recursive maintainer-clean-recursive 1346edfd8d6SBruce A. Maham__recursive_targets = \ 1356edfd8d6SBruce A. Mah $(RECURSIVE_TARGETS) \ 1366edfd8d6SBruce A. Mah $(RECURSIVE_CLEAN_TARGETS) \ 1376edfd8d6SBruce A. Mah $(am__extra_recursive_targets) 1386edfd8d6SBruce A. MahAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 139ff1ea4e5SBruce A. Mah cscope distdir distdir-am dist dist-all distcheck 1406edfd8d6SBruce A. Maham__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 1416edfd8d6SBruce A. Mah# Read a list of newline-separated strings from the standard input, 1426edfd8d6SBruce A. Mah# and print each of them once, without duplicates. Input order is 1436edfd8d6SBruce A. Mah# *not* preserved. 1446edfd8d6SBruce A. Maham__uniquify_input = $(AWK) '\ 1456edfd8d6SBruce A. Mah BEGIN { nonempty = 0; } \ 1466edfd8d6SBruce A. Mah { items[$$0] = 1; nonempty = 1; } \ 1476edfd8d6SBruce A. Mah END { if (nonempty) { for (i in items) print i; }; } \ 1486edfd8d6SBruce A. Mah' 1496edfd8d6SBruce A. Mah# Make sure the list of sources is unique. This is necessary because, 1506edfd8d6SBruce A. Mah# e.g., the same source file might be shared among _SOURCES variables 1516edfd8d6SBruce A. Mah# for different programs/libraries. 1526edfd8d6SBruce A. Maham__define_uniq_tagged_files = \ 1536edfd8d6SBruce A. Mah list='$(am__tagged_files)'; \ 1546edfd8d6SBruce A. Mah unique=`for i in $$list; do \ 1556edfd8d6SBruce A. Mah if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1566edfd8d6SBruce A. Mah done | $(am__uniquify_input)` 15701ca972bSsethdelliottDIST_SUBDIRS = $(SUBDIRS) 158a5f5765cSBruce A. Maham__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \ 159a5f5765cSBruce A. Mah $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 160a5f5765cSBruce A. Mah $(top_srcdir)/config/config.sub \ 161a5f5765cSBruce A. Mah $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ 162a5f5765cSBruce A. Mah $(top_srcdir)/config/missing \ 16376bd67f6SSarah Larsen $(top_srcdir)/config/mkinstalldirs INSTALL README.md \ 16476bd67f6SSarah Larsen config/compile config/config.guess config/config.sub \ 16576bd67f6SSarah Larsen config/install-sh config/ltmain.sh config/missing \ 16676bd67f6SSarah Larsen config/mkinstalldirs 16701ca972bSsethdelliottDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 16801ca972bSsethdelliottdistdir = $(PACKAGE)-$(VERSION) 16901ca972bSsethdelliotttop_distdir = $(distdir) 17001ca972bSsethdelliottam__remove_distdir = \ 1716edfd8d6SBruce A. Mah if test -d "$(distdir)"; then \ 1726edfd8d6SBruce A. Mah find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 1736edfd8d6SBruce A. Mah && rm -rf "$(distdir)" \ 1746edfd8d6SBruce A. Mah || { sleep 5 && rm -rf "$(distdir)"; }; \ 1756edfd8d6SBruce A. Mah else :; fi 1766edfd8d6SBruce A. Maham__post_remove_distdir = $(am__remove_distdir) 17760bd98a5SBruce A. Maham__relativize = \ 17860bd98a5SBruce A. Mah dir0=`pwd`; \ 17960bd98a5SBruce A. Mah sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 18060bd98a5SBruce A. Mah sed_rest='s,^[^/]*/*,,'; \ 18160bd98a5SBruce A. Mah sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 18260bd98a5SBruce A. Mah sed_butlast='s,/*[^/]*$$,,'; \ 18360bd98a5SBruce A. Mah while test -n "$$dir1"; do \ 18460bd98a5SBruce A. Mah first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 18560bd98a5SBruce A. Mah if test "$$first" != "."; then \ 18660bd98a5SBruce A. Mah if test "$$first" = ".."; then \ 18760bd98a5SBruce A. Mah dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 18860bd98a5SBruce A. Mah dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 18960bd98a5SBruce A. Mah else \ 19060bd98a5SBruce A. Mah first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 19160bd98a5SBruce A. Mah if test "$$first2" = "$$first"; then \ 19260bd98a5SBruce A. Mah dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 19360bd98a5SBruce A. Mah else \ 19460bd98a5SBruce A. Mah dir2="../$$dir2"; \ 19560bd98a5SBruce A. Mah fi; \ 19660bd98a5SBruce A. Mah dir0="$$dir0"/"$$first"; \ 19760bd98a5SBruce A. Mah fi; \ 19860bd98a5SBruce A. Mah fi; \ 19960bd98a5SBruce A. Mah dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 20060bd98a5SBruce A. Mah done; \ 20160bd98a5SBruce A. Mah reldir="$$dir2" 20201ca972bSsethdelliottDIST_ARCHIVES = $(distdir).tar.gz 20301ca972bSsethdelliottGZIP_ENV = --best 2046edfd8d6SBruce A. MahDIST_TARGETS = dist-gzip 20521581a72SBruce A. Mah# Exists only to be overridden by the user if desired. 20621581a72SBruce A. MahAM_DISTCHECK_DVI_TARGET = dvi 20701ca972bSsethdelliottdistuninstallcheck_listfiles = find . -type f -print 2086edfd8d6SBruce A. Maham__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 2096edfd8d6SBruce A. Mah | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 21001ca972bSsethdelliottdistcleancheck_listfiles = find . -type f -print 211e34c20c8SJon DuganACLOCAL = @ACLOCAL@ 212e34c20c8SJon DuganAMTAR = @AMTAR@ 2136edfd8d6SBruce A. MahAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 214e34c20c8SJon DuganAR = @AR@ 215e34c20c8SJon DuganAUTOCONF = @AUTOCONF@ 216e34c20c8SJon DuganAUTOHEADER = @AUTOHEADER@ 217e34c20c8SJon DuganAUTOMAKE = @AUTOMAKE@ 218e34c20c8SJon DuganAWK = @AWK@ 219e34c20c8SJon DuganCC = @CC@ 220e34c20c8SJon DuganCCDEPMODE = @CCDEPMODE@ 221e34c20c8SJon DuganCFLAGS = @CFLAGS@ 222e34c20c8SJon DuganCPPFLAGS = @CPPFLAGS@ 22376bd67f6SSarah LarsenCSCOPE = @CSCOPE@ 22476bd67f6SSarah LarsenCTAGS = @CTAGS@ 225e34c20c8SJon DuganCYGPATH_W = @CYGPATH_W@ 226e34c20c8SJon DuganDEFS = @DEFS@ 227e34c20c8SJon DuganDEPDIR = @DEPDIR@ 2286edfd8d6SBruce A. MahDLLTOOL = @DLLTOOL@ 229ba7b91d2SJef PoskanzerDSYMUTIL = @DSYMUTIL@ 230ba7b91d2SJef PoskanzerDUMPBIN = @DUMPBIN@ 231e34c20c8SJon DuganECHO_C = @ECHO_C@ 232e34c20c8SJon DuganECHO_N = @ECHO_N@ 233e34c20c8SJon DuganECHO_T = @ECHO_T@ 234e34c20c8SJon DuganEGREP = @EGREP@ 23576bd67f6SSarah LarsenETAGS = @ETAGS@ 236e34c20c8SJon DuganEXEEXT = @EXEEXT@ 237ba7b91d2SJef PoskanzerFGREP = @FGREP@ 238*85b25c2eSBruce A. MahFILECMD = @FILECMD@ 239e34c20c8SJon DuganGREP = @GREP@ 240ba7b91d2SJef PoskanzerINSTALL = @INSTALL@ 241e34c20c8SJon DuganINSTALL_DATA = @INSTALL_DATA@ 242e34c20c8SJon DuganINSTALL_PROGRAM = @INSTALL_PROGRAM@ 243e34c20c8SJon DuganINSTALL_SCRIPT = @INSTALL_SCRIPT@ 244e34c20c8SJon DuganINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245ba7b91d2SJef PoskanzerLD = @LD@ 246e34c20c8SJon DuganLDFLAGS = @LDFLAGS@ 247e34c20c8SJon DuganLIBOBJS = @LIBOBJS@ 248e34c20c8SJon DuganLIBS = @LIBS@ 249e34c20c8SJon DuganLIBTOOL = @LIBTOOL@ 250ba7b91d2SJef PoskanzerLIPO = @LIPO@ 251e34c20c8SJon DuganLN_S = @LN_S@ 252e34c20c8SJon DuganLTLIBOBJS = @LTLIBOBJS@ 253a5f5765cSBruce A. MahLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 2546edfd8d6SBruce A. MahMAINT = @MAINT@ 255e34c20c8SJon DuganMAKEINFO = @MAKEINFO@ 2566edfd8d6SBruce A. MahMANIFEST_TOOL = @MANIFEST_TOOL@ 257ba7b91d2SJef PoskanzerMKDIR_P = @MKDIR_P@ 258ba7b91d2SJef PoskanzerNM = @NM@ 259ba7b91d2SJef PoskanzerNMEDIT = @NMEDIT@ 26060bd98a5SBruce A. MahOBJDUMP = @OBJDUMP@ 261e34c20c8SJon DuganOBJEXT = @OBJEXT@ 2625e52a846SBruce A. MahOPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 2635e52a846SBruce A. MahOPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 2645e52a846SBruce A. MahOPENSSL_LIBS = @OPENSSL_LIBS@ 265ba7b91d2SJef PoskanzerOTOOL = @OTOOL@ 266ba7b91d2SJef PoskanzerOTOOL64 = @OTOOL64@ 267e34c20c8SJon DuganPACKAGE = @PACKAGE@ 268e34c20c8SJon DuganPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 269e34c20c8SJon DuganPACKAGE_NAME = @PACKAGE_NAME@ 270e34c20c8SJon DuganPACKAGE_STRING = @PACKAGE_STRING@ 271e34c20c8SJon DuganPACKAGE_TARNAME = @PACKAGE_TARNAME@ 2726edfd8d6SBruce A. MahPACKAGE_URL = @PACKAGE_URL@ 273e34c20c8SJon DuganPACKAGE_VERSION = @PACKAGE_VERSION@ 274e34c20c8SJon DuganPATH_SEPARATOR = @PATH_SEPARATOR@ 2755e52a846SBruce A. MahPKG_CONFIG = @PKG_CONFIG@ 276e34c20c8SJon DuganRANLIB = @RANLIB@ 277e34c20c8SJon DuganSED = @SED@ 278e34c20c8SJon DuganSET_MAKE = @SET_MAKE@ 279e34c20c8SJon DuganSHELL = @SHELL@ 280e34c20c8SJon DuganSTRIP = @STRIP@ 281e34c20c8SJon DuganVERSION = @VERSION@ 282ba7b91d2SJef Poskanzerabs_builddir = @abs_builddir@ 283ba7b91d2SJef Poskanzerabs_srcdir = @abs_srcdir@ 284ba7b91d2SJef Poskanzerabs_top_builddir = @abs_top_builddir@ 285ba7b91d2SJef Poskanzerabs_top_srcdir = @abs_top_srcdir@ 2866edfd8d6SBruce A. Mahac_ct_AR = @ac_ct_AR@ 287e34c20c8SJon Duganac_ct_CC = @ac_ct_CC@ 288ba7b91d2SJef Poskanzerac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 289e34c20c8SJon Duganam__include = @am__include@ 290e34c20c8SJon Duganam__leading_dot = @am__leading_dot@ 291e34c20c8SJon Duganam__quote = @am__quote@ 29201ca972bSsethdelliottam__tar = @am__tar@ 29301ca972bSsethdelliottam__untar = @am__untar@ 294e34c20c8SJon Duganbindir = @bindir@ 295e34c20c8SJon Duganbuild = @build@ 296e34c20c8SJon Duganbuild_alias = @build_alias@ 297e34c20c8SJon Duganbuild_cpu = @build_cpu@ 298e34c20c8SJon Duganbuild_os = @build_os@ 299e34c20c8SJon Duganbuild_vendor = @build_vendor@ 300ba7b91d2SJef Poskanzerbuilddir = @builddir@ 301e34c20c8SJon Dugandatadir = @datadir@ 302e34c20c8SJon Dugandatarootdir = @datarootdir@ 303e34c20c8SJon Dugandocdir = @docdir@ 304e34c20c8SJon Dugandvidir = @dvidir@ 305e34c20c8SJon Duganexec_prefix = @exec_prefix@ 306e34c20c8SJon Duganhost = @host@ 307e34c20c8SJon Duganhost_alias = @host_alias@ 308e34c20c8SJon Duganhost_cpu = @host_cpu@ 309e34c20c8SJon Duganhost_os = @host_os@ 310e34c20c8SJon Duganhost_vendor = @host_vendor@ 311e34c20c8SJon Duganhtmldir = @htmldir@ 312e34c20c8SJon Duganincludedir = @includedir@ 313e34c20c8SJon Duganinfodir = @infodir@ 314e34c20c8SJon Duganinstall_sh = @install_sh@ 315e34c20c8SJon Duganlibdir = @libdir@ 316e34c20c8SJon Duganlibexecdir = @libexecdir@ 317e34c20c8SJon Duganlocaledir = @localedir@ 318e34c20c8SJon Duganlocalstatedir = @localstatedir@ 319e34c20c8SJon Duganmandir = @mandir@ 32001ca972bSsethdelliottmkdir_p = @mkdir_p@ 321e34c20c8SJon Duganoldincludedir = @oldincludedir@ 322e34c20c8SJon Duganpdfdir = @pdfdir@ 323e34c20c8SJon Duganprefix = @prefix@ 324e34c20c8SJon Duganprogram_transform_name = @program_transform_name@ 325e34c20c8SJon Duganpsdir = @psdir@ 326e479d607SBruce A. Mahrunstatedir = @runstatedir@ 327e34c20c8SJon Dugansbindir = @sbindir@ 328e34c20c8SJon Dugansharedstatedir = @sharedstatedir@ 329ba7b91d2SJef Poskanzersrcdir = @srcdir@ 330e34c20c8SJon Dugansysconfdir = @sysconfdir@ 331e34c20c8SJon Dugantarget_alias = @target_alias@ 33260bd98a5SBruce A. Mahtop_build_prefix = @top_build_prefix@ 333ba7b91d2SJef Poskanzertop_builddir = @top_builddir@ 334ba7b91d2SJef Poskanzertop_srcdir = @top_srcdir@ 3355d2f2cf9SBruce A. MahSUBDIRS = src examples 336e34c20c8SJon Duganall: all-recursive 337e34c20c8SJon Dugan 338e34c20c8SJon Dugan.SUFFIXES: 3396edfd8d6SBruce A. Maham--refresh: Makefile 34001ca972bSsethdelliott @: 3416edfd8d6SBruce A. Mah$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 34201ca972bSsethdelliott @for dep in $?; do \ 34301ca972bSsethdelliott case '$(am__configure_deps)' in \ 34401ca972bSsethdelliott *$$dep*) \ 345ba7b91d2SJef Poskanzer echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 34660bd98a5SBruce A. Mah $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 34701ca972bSsethdelliott && exit 0; \ 34801ca972bSsethdelliott exit 1;; \ 34901ca972bSsethdelliott esac; \ 35001ca972bSsethdelliott done; \ 351ba7b91d2SJef Poskanzer echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 35260bd98a5SBruce A. Mah $(am__cd) $(top_srcdir) && \ 353ba7b91d2SJef Poskanzer $(AUTOMAKE) --foreign Makefile 354e34c20c8SJon DuganMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 35501ca972bSsethdelliott @case '$?' in \ 35601ca972bSsethdelliott *config.status*) \ 35701ca972bSsethdelliott echo ' $(SHELL) ./config.status'; \ 35801ca972bSsethdelliott $(SHELL) ./config.status;; \ 35901ca972bSsethdelliott *) \ 360ff1ea4e5SBruce A. Mah echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 361ff1ea4e5SBruce A. Mah cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 36201ca972bSsethdelliott esac; 363e34c20c8SJon Dugan 36401ca972bSsethdelliott$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 365e34c20c8SJon Dugan $(SHELL) ./config.status --recheck 366e34c20c8SJon Dugan 3676edfd8d6SBruce A. Mah$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 36860bd98a5SBruce A. Mah $(am__cd) $(srcdir) && $(AUTOCONF) 3696edfd8d6SBruce A. Mah$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 37060bd98a5SBruce A. Mah $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 37160bd98a5SBruce A. Mah$(am__aclocal_m4_deps): 372bf22c9d1SBruce A. Mahiperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in 373bf22c9d1SBruce A. Mah cd $(top_builddir) && $(SHELL) ./config.status $@ 374e34c20c8SJon Dugan 375e34c20c8SJon Duganmostlyclean-libtool: 376e34c20c8SJon Dugan -rm -f *.lo 377e34c20c8SJon Dugan 378e34c20c8SJon Duganclean-libtool: 379e34c20c8SJon Dugan -rm -rf .libs _libs 380e34c20c8SJon Dugan 381e34c20c8SJon Dugandistclean-libtool: 38260bd98a5SBruce A. Mah -rm -f libtool config.lt 383e34c20c8SJon Dugan 384e34c20c8SJon Dugan# This directory's subdirectories are mostly independent; you can cd 3856edfd8d6SBruce A. Mah# into them and run 'make' without going through this Makefile. 3866edfd8d6SBruce A. Mah# To change the values of 'make' variables: instead of editing Makefiles, 3876edfd8d6SBruce A. Mah# (1) if the variable is set in 'config.status', edit 'config.status' 3886edfd8d6SBruce A. Mah# (which will cause the Makefiles to be regenerated when you run 'make'); 3896edfd8d6SBruce A. Mah# (2) otherwise, pass the desired values on the 'make' command line. 3906edfd8d6SBruce A. Mah$(am__recursive_targets): 3916edfd8d6SBruce A. Mah @fail=; \ 3926edfd8d6SBruce A. Mah if $(am__make_keepgoing); then \ 3936edfd8d6SBruce A. Mah failcom='fail=yes'; \ 3946edfd8d6SBruce A. Mah else \ 3956edfd8d6SBruce A. Mah failcom='exit 1'; \ 3966edfd8d6SBruce A. Mah fi; \ 397e34c20c8SJon Dugan dot_seen=no; \ 398e34c20c8SJon Dugan target=`echo $@ | sed s/-recursive//`; \ 3996edfd8d6SBruce A. Mah case "$@" in \ 4006edfd8d6SBruce A. Mah distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 4016edfd8d6SBruce A. Mah *) list='$(SUBDIRS)' ;; \ 4026edfd8d6SBruce A. Mah esac; \ 4036edfd8d6SBruce A. Mah for subdir in $$list; do \ 404e34c20c8SJon Dugan echo "Making $$target in $$subdir"; \ 405e34c20c8SJon Dugan if test "$$subdir" = "."; then \ 406e34c20c8SJon Dugan dot_seen=yes; \ 407e34c20c8SJon Dugan local_target="$$target-am"; \ 408e34c20c8SJon Dugan else \ 409e34c20c8SJon Dugan local_target="$$target"; \ 410e34c20c8SJon Dugan fi; \ 41160bd98a5SBruce A. Mah ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 41201ca972bSsethdelliott || eval $$failcom; \ 413e34c20c8SJon Dugan done; \ 414e34c20c8SJon Dugan if test "$$dot_seen" = "no"; then \ 415e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 416e34c20c8SJon Dugan fi; test -z "$$fail" 417e34c20c8SJon Dugan 4186edfd8d6SBruce A. MahID: $(am__tagged_files) 4196edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); mkid -fID $$unique 4206edfd8d6SBruce A. Mahtags: tags-recursive 4216edfd8d6SBruce A. MahTAGS: tags 422e34c20c8SJon Dugan 4236edfd8d6SBruce A. Mahtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 42460bd98a5SBruce A. Mah set x; \ 425e34c20c8SJon Dugan here=`pwd`; \ 42601ca972bSsethdelliott if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 427e34c20c8SJon Dugan include_option=--etags-include; \ 42801ca972bSsethdelliott empty_fix=.; \ 429e34c20c8SJon Dugan else \ 430e34c20c8SJon Dugan include_option=--include; \ 43101ca972bSsethdelliott empty_fix=; \ 432e34c20c8SJon Dugan fi; \ 433e34c20c8SJon Dugan list='$(SUBDIRS)'; for subdir in $$list; do \ 434e34c20c8SJon Dugan if test "$$subdir" = .; then :; else \ 43501ca972bSsethdelliott test ! -f $$subdir/TAGS || \ 43660bd98a5SBruce A. Mah set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 437e34c20c8SJon Dugan fi; \ 438e34c20c8SJon Dugan done; \ 4396edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); \ 44060bd98a5SBruce A. Mah shift; \ 44160bd98a5SBruce A. Mah if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 44201ca972bSsethdelliott test -n "$$unique" || unique=$$empty_fix; \ 44360bd98a5SBruce A. Mah if test $$# -gt 0; then \ 44401ca972bSsethdelliott $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 44560bd98a5SBruce A. Mah "$$@" $$unique; \ 44660bd98a5SBruce A. Mah else \ 44760bd98a5SBruce A. Mah $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 44860bd98a5SBruce A. Mah $$unique; \ 44960bd98a5SBruce A. Mah fi; \ 45001ca972bSsethdelliott fi 4516edfd8d6SBruce A. Mahctags: ctags-recursive 4526edfd8d6SBruce A. Mah 4536edfd8d6SBruce A. MahCTAGS: ctags 4546edfd8d6SBruce A. Mahctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 4556edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); \ 45660bd98a5SBruce A. Mah test -z "$(CTAGS_ARGS)$$unique" \ 457e34c20c8SJon Dugan || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 45860bd98a5SBruce A. Mah $$unique 459e34c20c8SJon Dugan 460e34c20c8SJon DuganGTAGS: 461e34c20c8SJon Dugan here=`$(am__cd) $(top_builddir) && pwd` \ 46260bd98a5SBruce A. Mah && $(am__cd) $(top_srcdir) \ 46360bd98a5SBruce A. Mah && gtags -i $(GTAGS_ARGS) "$$here" 4646edfd8d6SBruce A. Mahcscope: cscope.files 4656edfd8d6SBruce A. Mah test ! -s cscope.files \ 4666edfd8d6SBruce A. Mah || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 4676edfd8d6SBruce A. Mahclean-cscope: 4686edfd8d6SBruce A. Mah -rm -f cscope.files 4696edfd8d6SBruce A. Mahcscope.files: clean-cscope cscopelist 4706edfd8d6SBruce A. Mahcscopelist: cscopelist-recursive 4716edfd8d6SBruce A. Mah 4726edfd8d6SBruce A. Mahcscopelist-am: $(am__tagged_files) 4736edfd8d6SBruce A. Mah list='$(am__tagged_files)'; \ 4746edfd8d6SBruce A. Mah case "$(srcdir)" in \ 4756edfd8d6SBruce A. Mah [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 4766edfd8d6SBruce A. Mah *) sdir=$(subdir)/$(srcdir) ;; \ 4776edfd8d6SBruce A. Mah esac; \ 4786edfd8d6SBruce A. Mah for i in $$list; do \ 4796edfd8d6SBruce A. Mah if test -f "$$i"; then \ 4806edfd8d6SBruce A. Mah echo "$(subdir)/$$i"; \ 4816edfd8d6SBruce A. Mah else \ 4826edfd8d6SBruce A. Mah echo "$$sdir/$$i"; \ 4836edfd8d6SBruce A. Mah fi; \ 4846edfd8d6SBruce A. Mah done >> $(top_builddir)/cscope.files 485e34c20c8SJon Dugan 486e34c20c8SJon Dugandistclean-tags: 487e34c20c8SJon Dugan -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 4886edfd8d6SBruce A. Mah -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 489ff1ea4e5SBruce A. Mahdistdir: $(BUILT_SOURCES) 490ff1ea4e5SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) distdir-am 491ff1ea4e5SBruce A. Mah 492ff1ea4e5SBruce A. Mahdistdir-am: $(DISTFILES) 493e34c20c8SJon Dugan $(am__remove_distdir) 49460bd98a5SBruce A. Mah test -d "$(distdir)" || mkdir "$(distdir)" 495ba7b91d2SJef Poskanzer @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 496ba7b91d2SJef Poskanzer topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 497ba7b91d2SJef Poskanzer list='$(DISTFILES)'; \ 498ba7b91d2SJef Poskanzer dist_files=`for file in $$list; do echo $$file; done | \ 499ba7b91d2SJef Poskanzer sed -e "s|^$$srcdirstrip/||;t" \ 500ba7b91d2SJef Poskanzer -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 501ba7b91d2SJef Poskanzer case $$dist_files in \ 502ba7b91d2SJef Poskanzer */*) $(MKDIR_P) `echo "$$dist_files" | \ 503ba7b91d2SJef Poskanzer sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 504ba7b91d2SJef Poskanzer sort -u` ;; \ 505e34c20c8SJon Dugan esac; \ 506ba7b91d2SJef Poskanzer for file in $$dist_files; do \ 507e34c20c8SJon Dugan if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 50856a97f93Sjef if test -d $$d/$$file; then \ 509ba7b91d2SJef Poskanzer dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 51060bd98a5SBruce A. Mah if test -d "$(distdir)/$$file"; then \ 51160bd98a5SBruce A. Mah find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 51256a97f93Sjef fi; \ 51360bd98a5SBruce A. Mah if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 51460bd98a5SBruce A. Mah cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 51560bd98a5SBruce A. Mah find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 51660bd98a5SBruce A. Mah fi; \ 51760bd98a5SBruce A. Mah cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 51856a97f93Sjef else \ 51960bd98a5SBruce A. Mah test -f "$(distdir)/$$file" \ 52060bd98a5SBruce A. Mah || cp -p $$d/$$file "$(distdir)/$$file" \ 521e34c20c8SJon Dugan || exit 1; \ 522e34c20c8SJon Dugan fi; \ 523e34c20c8SJon Dugan done 52460bd98a5SBruce A. Mah @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 525e34c20c8SJon Dugan if test "$$subdir" = .; then :; else \ 5266edfd8d6SBruce A. Mah $(am__make_dryrun) \ 5276edfd8d6SBruce A. Mah || test -d "$(distdir)/$$subdir" \ 528ba7b91d2SJef Poskanzer || $(MKDIR_P) "$(distdir)/$$subdir" \ 529e34c20c8SJon Dugan || exit 1; \ 53060bd98a5SBruce A. Mah dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 53160bd98a5SBruce A. Mah $(am__relativize); \ 53260bd98a5SBruce A. Mah new_distdir=$$reldir; \ 53360bd98a5SBruce A. Mah dir1=$$subdir; dir2="$(top_distdir)"; \ 53460bd98a5SBruce A. Mah $(am__relativize); \ 53560bd98a5SBruce A. Mah new_top_distdir=$$reldir; \ 53660bd98a5SBruce A. Mah echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 53760bd98a5SBruce A. Mah echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 53860bd98a5SBruce A. Mah ($(am__cd) $$subdir && \ 539e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) \ 54060bd98a5SBruce A. Mah top_distdir="$$new_top_distdir" \ 54160bd98a5SBruce A. Mah distdir="$$new_distdir" \ 542ba7b91d2SJef Poskanzer am__remove_distdir=: \ 543ba7b91d2SJef Poskanzer am__skip_length_check=: \ 54460bd98a5SBruce A. Mah am__skip_mode_fix=: \ 545e34c20c8SJon Dugan distdir) \ 546e34c20c8SJon Dugan || exit 1; \ 547e34c20c8SJon Dugan fi; \ 548e34c20c8SJon Dugan done 54960bd98a5SBruce A. Mah -test -n "$(am__skip_mode_fix)" \ 55060bd98a5SBruce A. Mah || find "$(distdir)" -type d ! -perm -755 \ 55160bd98a5SBruce A. Mah -exec chmod u+rwx,go+rx {} \; -o \ 552e34c20c8SJon Dugan ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 553e34c20c8SJon Dugan ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 554ba7b91d2SJef Poskanzer ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 55560bd98a5SBruce A. Mah || chmod -R a+r "$(distdir)" 556e34c20c8SJon Dugandist-gzip: distdir 5577cf95d20SBruce A. Mah tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 5586edfd8d6SBruce A. Mah $(am__post_remove_distdir) 55901ca972bSsethdelliott 56001ca972bSsethdelliottdist-bzip2: distdir 5616edfd8d6SBruce A. Mah tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 5626edfd8d6SBruce A. Mah $(am__post_remove_distdir) 56360bd98a5SBruce A. Mah 5646edfd8d6SBruce A. Mahdist-lzip: distdir 5656edfd8d6SBruce A. Mah tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 5666edfd8d6SBruce A. Mah $(am__post_remove_distdir) 56760bd98a5SBruce A. Mah 56860bd98a5SBruce A. Mahdist-xz: distdir 5696edfd8d6SBruce A. Mah tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 5706edfd8d6SBruce A. Mah $(am__post_remove_distdir) 57101ca972bSsethdelliott 57206280a6dSBruce A. Mahdist-zstd: distdir 57306280a6dSBruce A. Mah tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 57406280a6dSBruce A. Mah $(am__post_remove_distdir) 57506280a6dSBruce A. Mah 57601ca972bSsethdelliottdist-tarZ: distdir 577a5f5765cSBruce A. Mah @echo WARNING: "Support for distribution archives compressed with" \ 578a5f5765cSBruce A. Mah "legacy program 'compress' is deprecated." >&2 579a5f5765cSBruce A. Mah @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 58001ca972bSsethdelliott tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 5816edfd8d6SBruce A. Mah $(am__post_remove_distdir) 58201ca972bSsethdelliott 58301ca972bSsethdelliottdist-shar: distdir 584a5f5765cSBruce A. Mah @echo WARNING: "Support for shar distribution archives is" \ 585a5f5765cSBruce A. Mah "deprecated." >&2 586a5f5765cSBruce A. Mah @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 5877cf95d20SBruce A. Mah shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 5886edfd8d6SBruce A. Mah $(am__post_remove_distdir) 58901ca972bSsethdelliott 59001ca972bSsethdelliottdist-zip: distdir 59101ca972bSsethdelliott -rm -f $(distdir).zip 59201ca972bSsethdelliott zip -rq $(distdir).zip $(distdir) 5936edfd8d6SBruce A. Mah $(am__post_remove_distdir) 594e34c20c8SJon Dugan 5956edfd8d6SBruce A. Mahdist dist-all: 5966edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 5976edfd8d6SBruce A. Mah $(am__post_remove_distdir) 598e34c20c8SJon Dugan 599e34c20c8SJon Dugan# This target untars the dist file and tries a VPATH configuration. Then 600e34c20c8SJon Dugan# it guarantees that the distribution is self-contained by making another 601e34c20c8SJon Dugan# tarfile. 602e34c20c8SJon Dugandistcheck: dist 60301ca972bSsethdelliott case '$(DIST_ARCHIVES)' in \ 60401ca972bSsethdelliott *.tar.gz*) \ 6057cf95d20SBruce A. Mah eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 60601ca972bSsethdelliott *.tar.bz2*) \ 60760bd98a5SBruce A. Mah bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 6086edfd8d6SBruce A. Mah *.tar.lz*) \ 6096edfd8d6SBruce A. Mah lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 61060bd98a5SBruce A. Mah *.tar.xz*) \ 61160bd98a5SBruce A. Mah xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 61201ca972bSsethdelliott *.tar.Z*) \ 61301ca972bSsethdelliott uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 61401ca972bSsethdelliott *.shar.gz*) \ 6157cf95d20SBruce A. Mah eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 61601ca972bSsethdelliott *.zip*) \ 61701ca972bSsethdelliott unzip $(distdir).zip ;;\ 61806280a6dSBruce A. Mah *.tar.zst*) \ 61906280a6dSBruce A. Mah zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 62001ca972bSsethdelliott esac 6216edfd8d6SBruce A. Mah chmod -R a-w $(distdir) 6226edfd8d6SBruce A. Mah chmod u+w $(distdir) 623a5f5765cSBruce A. Mah mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 624e34c20c8SJon Dugan chmod a-w $(distdir) 62560bd98a5SBruce A. Mah test -d $(distdir)/_build || exit 0; \ 626e34c20c8SJon Dugan dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 627e34c20c8SJon Dugan && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 62860bd98a5SBruce A. Mah && am__cwd=`pwd` \ 629a5f5765cSBruce A. Mah && $(am__cd) $(distdir)/_build/sub \ 630a5f5765cSBruce A. Mah && ../../configure \ 6316edfd8d6SBruce A. Mah $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 632e34c20c8SJon Dugan $(DISTCHECK_CONFIGURE_FLAGS) \ 633a5f5765cSBruce A. Mah --srcdir=../.. --prefix="$$dc_install_base" \ 634e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) \ 63521581a72SBruce A. Mah && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 636e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) check \ 637e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) install \ 638e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 639e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 640e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 641e34c20c8SJon Dugan distuninstallcheck \ 642e34c20c8SJon Dugan && chmod -R a-w "$$dc_install_base" \ 643e34c20c8SJon Dugan && ({ \ 64401ca972bSsethdelliott (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 645e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 646e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 647e34c20c8SJon Dugan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 648e34c20c8SJon Dugan distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 649e34c20c8SJon Dugan } || { rm -rf "$$dc_destdir"; exit 1; }) \ 650e34c20c8SJon Dugan && rm -rf "$$dc_destdir" \ 65101ca972bSsethdelliott && $(MAKE) $(AM_MAKEFLAGS) dist \ 65201ca972bSsethdelliott && rm -rf $(DIST_ARCHIVES) \ 65360bd98a5SBruce A. Mah && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 65460bd98a5SBruce A. Mah && cd "$$am__cwd" \ 65560bd98a5SBruce A. Mah || exit 1 6566edfd8d6SBruce A. Mah $(am__post_remove_distdir) 65701ca972bSsethdelliott @(echo "$(distdir) archives ready for distribution: "; \ 65801ca972bSsethdelliott list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 659ba7b91d2SJef Poskanzer sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 660e34c20c8SJon Dugandistuninstallcheck: 6616edfd8d6SBruce A. Mah @test -n '$(distuninstallcheck_dir)' || { \ 6626edfd8d6SBruce A. Mah echo 'ERROR: trying to run $@ with an empty' \ 6636edfd8d6SBruce A. Mah '$$(distuninstallcheck_dir)' >&2; \ 6646edfd8d6SBruce A. Mah exit 1; \ 6656edfd8d6SBruce A. Mah }; \ 6666edfd8d6SBruce A. Mah $(am__cd) '$(distuninstallcheck_dir)' || { \ 6676edfd8d6SBruce A. Mah echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 6686edfd8d6SBruce A. Mah exit 1; \ 6696edfd8d6SBruce A. Mah }; \ 6706edfd8d6SBruce A. Mah test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 671e34c20c8SJon Dugan || { echo "ERROR: files left after uninstall:" ; \ 672e34c20c8SJon Dugan if test -n "$(DESTDIR)"; then \ 673e34c20c8SJon Dugan echo " (check DESTDIR support)"; \ 674e34c20c8SJon Dugan fi ; \ 675e34c20c8SJon Dugan $(distuninstallcheck_listfiles) ; \ 676e34c20c8SJon Dugan exit 1; } >&2 677e34c20c8SJon Dugandistcleancheck: distclean 678e34c20c8SJon Dugan @if test '$(srcdir)' = . ; then \ 679e34c20c8SJon Dugan echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 680e34c20c8SJon Dugan exit 1 ; \ 681e34c20c8SJon Dugan fi 682e34c20c8SJon Dugan @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 683e34c20c8SJon Dugan || { echo "ERROR: files left in build directory after distclean:" ; \ 684e34c20c8SJon Dugan $(distcleancheck_listfiles) ; \ 685e34c20c8SJon Dugan exit 1; } >&2 686e34c20c8SJon Dugancheck-am: all-am 687e34c20c8SJon Dugancheck: check-recursive 688e34c20c8SJon Duganall-am: Makefile 689e34c20c8SJon Duganinstalldirs: installdirs-recursive 690e34c20c8SJon Duganinstalldirs-am: 691e34c20c8SJon Duganinstall: install-recursive 692e34c20c8SJon Duganinstall-exec: install-exec-recursive 693e34c20c8SJon Duganinstall-data: install-data-recursive 694e34c20c8SJon Duganuninstall: uninstall-recursive 695e34c20c8SJon Dugan 696e34c20c8SJon Duganinstall-am: all-am 697e34c20c8SJon Dugan @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 698e34c20c8SJon Dugan 699e34c20c8SJon Duganinstallcheck: installcheck-recursive 700e34c20c8SJon Duganinstall-strip: 7016edfd8d6SBruce A. Mah if test -z '$(STRIP)'; then \ 702e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 703e34c20c8SJon Dugan install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 7046edfd8d6SBruce A. Mah install; \ 7056edfd8d6SBruce A. Mah else \ 7066edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 7076edfd8d6SBruce A. Mah install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 7086edfd8d6SBruce A. Mah "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 7096edfd8d6SBruce A. Mah fi 710e34c20c8SJon Duganmostlyclean-generic: 711e34c20c8SJon Dugan 712e34c20c8SJon Duganclean-generic: 713e34c20c8SJon Dugan 714e34c20c8SJon Dugandistclean-generic: 71501ca972bSsethdelliott -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 71660bd98a5SBruce A. Mah -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 717e34c20c8SJon Dugan 718e34c20c8SJon Duganmaintainer-clean-generic: 719e34c20c8SJon Dugan @echo "This command is intended for maintainers to use" 720e34c20c8SJon Dugan @echo "it deletes files that may require special tools to rebuild." 721e34c20c8SJon Duganclean: clean-recursive 722e34c20c8SJon Dugan 723e34c20c8SJon Duganclean-am: clean-generic clean-libtool mostlyclean-am 724e34c20c8SJon Dugan 725e34c20c8SJon Dugandistclean: distclean-recursive 726e34c20c8SJon Dugan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 727e34c20c8SJon Dugan -rm -f Makefile 728e34c20c8SJon Dugandistclean-am: clean-am distclean-generic distclean-libtool \ 729e34c20c8SJon Dugan distclean-tags 730e34c20c8SJon Dugan 731e34c20c8SJon Dugandvi: dvi-recursive 732e34c20c8SJon Dugan 733e34c20c8SJon Dugandvi-am: 734e34c20c8SJon Dugan 73501ca972bSsethdelliotthtml: html-recursive 73601ca972bSsethdelliott 73760bd98a5SBruce A. Mahhtml-am: 73860bd98a5SBruce A. Mah 739e34c20c8SJon Duganinfo: info-recursive 740e34c20c8SJon Dugan 741e34c20c8SJon Duganinfo-am: 742e34c20c8SJon Dugan 743e34c20c8SJon Duganinstall-data-am: 744e34c20c8SJon Dugan 745ba7b91d2SJef Poskanzerinstall-dvi: install-dvi-recursive 746ba7b91d2SJef Poskanzer 74760bd98a5SBruce A. Mahinstall-dvi-am: 74860bd98a5SBruce A. Mah 749e34c20c8SJon Duganinstall-exec-am: 750e34c20c8SJon Dugan 751ba7b91d2SJef Poskanzerinstall-html: install-html-recursive 752ba7b91d2SJef Poskanzer 75360bd98a5SBruce A. Mahinstall-html-am: 75460bd98a5SBruce A. Mah 755e34c20c8SJon Duganinstall-info: install-info-recursive 756e34c20c8SJon Dugan 75760bd98a5SBruce A. Mahinstall-info-am: 75860bd98a5SBruce A. Mah 759e34c20c8SJon Duganinstall-man: 760e34c20c8SJon Dugan 761ba7b91d2SJef Poskanzerinstall-pdf: install-pdf-recursive 762ba7b91d2SJef Poskanzer 76360bd98a5SBruce A. Mahinstall-pdf-am: 76460bd98a5SBruce A. Mah 765ba7b91d2SJef Poskanzerinstall-ps: install-ps-recursive 766ba7b91d2SJef Poskanzer 76760bd98a5SBruce A. Mahinstall-ps-am: 76860bd98a5SBruce A. Mah 769e34c20c8SJon Duganinstallcheck-am: 770e34c20c8SJon Dugan 771e34c20c8SJon Duganmaintainer-clean: maintainer-clean-recursive 772e34c20c8SJon Dugan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 773e34c20c8SJon Dugan -rm -rf $(top_srcdir)/autom4te.cache 774e34c20c8SJon Dugan -rm -f Makefile 775e34c20c8SJon Duganmaintainer-clean-am: distclean-am maintainer-clean-generic 776e34c20c8SJon Dugan 777e34c20c8SJon Duganmostlyclean: mostlyclean-recursive 778e34c20c8SJon Dugan 779e34c20c8SJon Duganmostlyclean-am: mostlyclean-generic mostlyclean-libtool 780e34c20c8SJon Dugan 781e34c20c8SJon Duganpdf: pdf-recursive 782e34c20c8SJon Dugan 783e34c20c8SJon Duganpdf-am: 784e34c20c8SJon Dugan 785e34c20c8SJon Duganps: ps-recursive 786e34c20c8SJon Dugan 787e34c20c8SJon Duganps-am: 788e34c20c8SJon Dugan 789ba7b91d2SJef Poskanzeruninstall-am: 790e34c20c8SJon Dugan 7916edfd8d6SBruce A. Mah.MAKE: $(am__recursive_targets) install-am install-strip 792e34c20c8SJon Dugan 7936edfd8d6SBruce A. Mah.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 7946edfd8d6SBruce A. Mah am--refresh check check-am clean clean-cscope clean-generic \ 7956edfd8d6SBruce A. Mah clean-libtool cscope cscopelist-am ctags ctags-am dist \ 7966edfd8d6SBruce A. Mah dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 79706280a6dSBruce A. Mah dist-xz dist-zip dist-zstd distcheck distclean \ 79806280a6dSBruce A. Mah distclean-generic distclean-libtool distclean-tags \ 79906280a6dSBruce A. Mah distcleancheck distdir distuninstallcheck dvi dvi-am html \ 80006280a6dSBruce A. Mah html-am info info-am install install-am install-data \ 80106280a6dSBruce A. Mah install-data-am install-dvi install-dvi-am install-exec \ 80206280a6dSBruce A. Mah install-exec-am install-html install-html-am install-info \ 80306280a6dSBruce A. Mah install-info-am install-man install-pdf install-pdf-am \ 80406280a6dSBruce A. Mah install-ps install-ps-am install-strip installcheck \ 80506280a6dSBruce A. Mah installcheck-am installdirs installdirs-am maintainer-clean \ 80606280a6dSBruce A. Mah maintainer-clean-generic mostlyclean mostlyclean-generic \ 80706280a6dSBruce A. Mah mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 80806280a6dSBruce A. Mah uninstall-am 80960bd98a5SBruce A. Mah 810a5f5765cSBruce A. Mah.PRECIOUS: Makefile 811a5f5765cSBruce A. Mah 812e34c20c8SJon Dugan 813e34c20c8SJon Dugan# Tell versions [3.59,3.63) of GNU make to not export all variables. 814e34c20c8SJon Dugan# Otherwise a system limit (for SysV at least) may be exceeded. 815e34c20c8SJon Dugan.NOEXPORT: 816