1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = . 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \ 93 $(top_srcdir)/config/iperf_config_static_bin.m4 \ 94 $(top_srcdir)/configure.ac 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 $(ACLOCAL_M4) 97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 98 $(am__configure_deps) $(am__DIST_COMMON) 99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 100 configure.lineno config.status.lineno 101mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 102CONFIG_HEADER = $(top_builddir)/src/iperf_config.h 103CONFIG_CLEAN_FILES = iperf3.spec 104CONFIG_CLEAN_VPATH_FILES = 105AM_V_P = $(am__v_P_@AM_V@) 106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_@AM_V@) 110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116am__v_at_1 = 117SOURCES = 118DIST_SOURCES = 119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 120 ctags-recursive dvi-recursive html-recursive info-recursive \ 121 install-data-recursive install-dvi-recursive \ 122 install-exec-recursive install-html-recursive \ 123 install-info-recursive install-pdf-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \ 125 installdirs-recursive pdf-recursive ps-recursive \ 126 tags-recursive uninstall-recursive 127am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 133 distclean-recursive maintainer-clean-recursive 134am__recursive_targets = \ 135 $(RECURSIVE_TARGETS) \ 136 $(RECURSIVE_CLEAN_TARGETS) \ 137 $(am__extra_recursive_targets) 138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 139 cscope distdir distdir-am dist dist-all distcheck 140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 141# Read a list of newline-separated strings from the standard input, 142# and print each of them once, without duplicates. Input order is 143# *not* preserved. 144am__uniquify_input = $(AWK) '\ 145 BEGIN { nonempty = 0; } \ 146 { items[$$0] = 1; nonempty = 1; } \ 147 END { if (nonempty) { for (i in items) print i; }; } \ 148' 149# Make sure the list of sources is unique. This is necessary because, 150# e.g., the same source file might be shared among _SOURCES variables 151# for different programs/libraries. 152am__define_uniq_tagged_files = \ 153 list='$(am__tagged_files)'; \ 154 unique=`for i in $$list; do \ 155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 156 done | $(am__uniquify_input)` 157ETAGS = etags 158CTAGS = ctags 159CSCOPE = cscope 160DIST_SUBDIRS = $(SUBDIRS) 161am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \ 162 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 163 $(top_srcdir)/config/config.sub \ 164 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ 165 $(top_srcdir)/config/missing \ 166 $(top_srcdir)/config/mkinstalldirs INSTALL config/compile \ 167 config/config.guess config/config.sub config/install-sh \ 168 config/ltmain.sh config/missing config/mkinstalldirs 169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 170distdir = $(PACKAGE)-$(VERSION) 171top_distdir = $(distdir) 172am__remove_distdir = \ 173 if test -d "$(distdir)"; then \ 174 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 175 && rm -rf "$(distdir)" \ 176 || { sleep 5 && rm -rf "$(distdir)"; }; \ 177 else :; fi 178am__post_remove_distdir = $(am__remove_distdir) 179am__relativize = \ 180 dir0=`pwd`; \ 181 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 182 sed_rest='s,^[^/]*/*,,'; \ 183 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 184 sed_butlast='s,/*[^/]*$$,,'; \ 185 while test -n "$$dir1"; do \ 186 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 187 if test "$$first" != "."; then \ 188 if test "$$first" = ".."; then \ 189 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 190 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 191 else \ 192 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 193 if test "$$first2" = "$$first"; then \ 194 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 195 else \ 196 dir2="../$$dir2"; \ 197 fi; \ 198 dir0="$$dir0"/"$$first"; \ 199 fi; \ 200 fi; \ 201 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 202 done; \ 203 reldir="$$dir2" 204DIST_ARCHIVES = $(distdir).tar.gz 205GZIP_ENV = --best 206DIST_TARGETS = dist-gzip 207distuninstallcheck_listfiles = find . -type f -print 208am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 209 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 210distcleancheck_listfiles = find . -type f -print 211ACLOCAL = @ACLOCAL@ 212AMTAR = @AMTAR@ 213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 214AR = @AR@ 215AUTOCONF = @AUTOCONF@ 216AUTOHEADER = @AUTOHEADER@ 217AUTOMAKE = @AUTOMAKE@ 218AWK = @AWK@ 219CC = @CC@ 220CCDEPMODE = @CCDEPMODE@ 221CFLAGS = @CFLAGS@ 222CPP = @CPP@ 223CPPFLAGS = @CPPFLAGS@ 224CYGPATH_W = @CYGPATH_W@ 225DEFS = @DEFS@ 226DEPDIR = @DEPDIR@ 227DLLTOOL = @DLLTOOL@ 228DSYMUTIL = @DSYMUTIL@ 229DUMPBIN = @DUMPBIN@ 230ECHO_C = @ECHO_C@ 231ECHO_N = @ECHO_N@ 232ECHO_T = @ECHO_T@ 233EGREP = @EGREP@ 234EXEEXT = @EXEEXT@ 235FGREP = @FGREP@ 236GREP = @GREP@ 237INSTALL = @INSTALL@ 238INSTALL_DATA = @INSTALL_DATA@ 239INSTALL_PROGRAM = @INSTALL_PROGRAM@ 240INSTALL_SCRIPT = @INSTALL_SCRIPT@ 241INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 242LD = @LD@ 243LDFLAGS = @LDFLAGS@ 244LIBOBJS = @LIBOBJS@ 245LIBS = @LIBS@ 246LIBTOOL = @LIBTOOL@ 247LIPO = @LIPO@ 248LN_S = @LN_S@ 249LTLIBOBJS = @LTLIBOBJS@ 250LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 251MAINT = @MAINT@ 252MAKEINFO = @MAKEINFO@ 253MANIFEST_TOOL = @MANIFEST_TOOL@ 254MKDIR_P = @MKDIR_P@ 255NM = @NM@ 256NMEDIT = @NMEDIT@ 257OBJDUMP = @OBJDUMP@ 258OBJEXT = @OBJEXT@ 259OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 260OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 261OPENSSL_LIBS = @OPENSSL_LIBS@ 262OTOOL = @OTOOL@ 263OTOOL64 = @OTOOL64@ 264PACKAGE = @PACKAGE@ 265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 266PACKAGE_NAME = @PACKAGE_NAME@ 267PACKAGE_STRING = @PACKAGE_STRING@ 268PACKAGE_TARNAME = @PACKAGE_TARNAME@ 269PACKAGE_URL = @PACKAGE_URL@ 270PACKAGE_VERSION = @PACKAGE_VERSION@ 271PATH_SEPARATOR = @PATH_SEPARATOR@ 272PKG_CONFIG = @PKG_CONFIG@ 273RANLIB = @RANLIB@ 274SED = @SED@ 275SET_MAKE = @SET_MAKE@ 276SHELL = @SHELL@ 277STRIP = @STRIP@ 278VERSION = @VERSION@ 279abs_builddir = @abs_builddir@ 280abs_srcdir = @abs_srcdir@ 281abs_top_builddir = @abs_top_builddir@ 282abs_top_srcdir = @abs_top_srcdir@ 283ac_ct_AR = @ac_ct_AR@ 284ac_ct_CC = @ac_ct_CC@ 285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 286am__include = @am__include@ 287am__leading_dot = @am__leading_dot@ 288am__quote = @am__quote@ 289am__tar = @am__tar@ 290am__untar = @am__untar@ 291bindir = @bindir@ 292build = @build@ 293build_alias = @build_alias@ 294build_cpu = @build_cpu@ 295build_os = @build_os@ 296build_vendor = @build_vendor@ 297builddir = @builddir@ 298datadir = @datadir@ 299datarootdir = @datarootdir@ 300docdir = @docdir@ 301dvidir = @dvidir@ 302exec_prefix = @exec_prefix@ 303host = @host@ 304host_alias = @host_alias@ 305host_cpu = @host_cpu@ 306host_os = @host_os@ 307host_vendor = @host_vendor@ 308htmldir = @htmldir@ 309includedir = @includedir@ 310infodir = @infodir@ 311install_sh = @install_sh@ 312libdir = @libdir@ 313libexecdir = @libexecdir@ 314localedir = @localedir@ 315localstatedir = @localstatedir@ 316mandir = @mandir@ 317mkdir_p = @mkdir_p@ 318oldincludedir = @oldincludedir@ 319pdfdir = @pdfdir@ 320prefix = @prefix@ 321program_transform_name = @program_transform_name@ 322psdir = @psdir@ 323sbindir = @sbindir@ 324sharedstatedir = @sharedstatedir@ 325srcdir = @srcdir@ 326sysconfdir = @sysconfdir@ 327target_alias = @target_alias@ 328top_build_prefix = @top_build_prefix@ 329top_builddir = @top_builddir@ 330top_srcdir = @top_srcdir@ 331SUBDIRS = src examples 332all: all-recursive 333 334.SUFFIXES: 335am--refresh: Makefile 336 @: 337$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 338 @for dep in $?; do \ 339 case '$(am__configure_deps)' in \ 340 *$$dep*) \ 341 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 342 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 343 && exit 0; \ 344 exit 1;; \ 345 esac; \ 346 done; \ 347 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 348 $(am__cd) $(top_srcdir) && \ 349 $(AUTOMAKE) --foreign Makefile 350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 351 @case '$?' in \ 352 *config.status*) \ 353 echo ' $(SHELL) ./config.status'; \ 354 $(SHELL) ./config.status;; \ 355 *) \ 356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 357 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 358 esac; 359 360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 361 $(SHELL) ./config.status --recheck 362 363$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 364 $(am__cd) $(srcdir) && $(AUTOCONF) 365$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 366 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 367$(am__aclocal_m4_deps): 368iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in 369 cd $(top_builddir) && $(SHELL) ./config.status $@ 370 371mostlyclean-libtool: 372 -rm -f *.lo 373 374clean-libtool: 375 -rm -rf .libs _libs 376 377distclean-libtool: 378 -rm -f libtool config.lt 379 380# This directory's subdirectories are mostly independent; you can cd 381# into them and run 'make' without going through this Makefile. 382# To change the values of 'make' variables: instead of editing Makefiles, 383# (1) if the variable is set in 'config.status', edit 'config.status' 384# (which will cause the Makefiles to be regenerated when you run 'make'); 385# (2) otherwise, pass the desired values on the 'make' command line. 386$(am__recursive_targets): 387 @fail=; \ 388 if $(am__make_keepgoing); then \ 389 failcom='fail=yes'; \ 390 else \ 391 failcom='exit 1'; \ 392 fi; \ 393 dot_seen=no; \ 394 target=`echo $@ | sed s/-recursive//`; \ 395 case "$@" in \ 396 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 397 *) list='$(SUBDIRS)' ;; \ 398 esac; \ 399 for subdir in $$list; do \ 400 echo "Making $$target in $$subdir"; \ 401 if test "$$subdir" = "."; then \ 402 dot_seen=yes; \ 403 local_target="$$target-am"; \ 404 else \ 405 local_target="$$target"; \ 406 fi; \ 407 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 408 || eval $$failcom; \ 409 done; \ 410 if test "$$dot_seen" = "no"; then \ 411 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 412 fi; test -z "$$fail" 413 414ID: $(am__tagged_files) 415 $(am__define_uniq_tagged_files); mkid -fID $$unique 416tags: tags-recursive 417TAGS: tags 418 419tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 420 set x; \ 421 here=`pwd`; \ 422 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 423 include_option=--etags-include; \ 424 empty_fix=.; \ 425 else \ 426 include_option=--include; \ 427 empty_fix=; \ 428 fi; \ 429 list='$(SUBDIRS)'; for subdir in $$list; do \ 430 if test "$$subdir" = .; then :; else \ 431 test ! -f $$subdir/TAGS || \ 432 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 433 fi; \ 434 done; \ 435 $(am__define_uniq_tagged_files); \ 436 shift; \ 437 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 438 test -n "$$unique" || unique=$$empty_fix; \ 439 if test $$# -gt 0; then \ 440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 441 "$$@" $$unique; \ 442 else \ 443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 444 $$unique; \ 445 fi; \ 446 fi 447ctags: ctags-recursive 448 449CTAGS: ctags 450ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 451 $(am__define_uniq_tagged_files); \ 452 test -z "$(CTAGS_ARGS)$$unique" \ 453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 454 $$unique 455 456GTAGS: 457 here=`$(am__cd) $(top_builddir) && pwd` \ 458 && $(am__cd) $(top_srcdir) \ 459 && gtags -i $(GTAGS_ARGS) "$$here" 460cscope: cscope.files 461 test ! -s cscope.files \ 462 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 463clean-cscope: 464 -rm -f cscope.files 465cscope.files: clean-cscope cscopelist 466cscopelist: cscopelist-recursive 467 468cscopelist-am: $(am__tagged_files) 469 list='$(am__tagged_files)'; \ 470 case "$(srcdir)" in \ 471 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 472 *) sdir=$(subdir)/$(srcdir) ;; \ 473 esac; \ 474 for i in $$list; do \ 475 if test -f "$$i"; then \ 476 echo "$(subdir)/$$i"; \ 477 else \ 478 echo "$$sdir/$$i"; \ 479 fi; \ 480 done >> $(top_builddir)/cscope.files 481 482distclean-tags: 483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 484 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 485 486distdir: $(BUILT_SOURCES) 487 $(MAKE) $(AM_MAKEFLAGS) distdir-am 488 489distdir-am: $(DISTFILES) 490 $(am__remove_distdir) 491 test -d "$(distdir)" || mkdir "$(distdir)" 492 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 list='$(DISTFILES)'; \ 495 dist_files=`for file in $$list; do echo $$file; done | \ 496 sed -e "s|^$$srcdirstrip/||;t" \ 497 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 498 case $$dist_files in \ 499 */*) $(MKDIR_P) `echo "$$dist_files" | \ 500 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 501 sort -u` ;; \ 502 esac; \ 503 for file in $$dist_files; do \ 504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 505 if test -d $$d/$$file; then \ 506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 507 if test -d "$(distdir)/$$file"; then \ 508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 509 fi; \ 510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 513 fi; \ 514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 515 else \ 516 test -f "$(distdir)/$$file" \ 517 || cp -p $$d/$$file "$(distdir)/$$file" \ 518 || exit 1; \ 519 fi; \ 520 done 521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 522 if test "$$subdir" = .; then :; else \ 523 $(am__make_dryrun) \ 524 || test -d "$(distdir)/$$subdir" \ 525 || $(MKDIR_P) "$(distdir)/$$subdir" \ 526 || exit 1; \ 527 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 528 $(am__relativize); \ 529 new_distdir=$$reldir; \ 530 dir1=$$subdir; dir2="$(top_distdir)"; \ 531 $(am__relativize); \ 532 new_top_distdir=$$reldir; \ 533 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 534 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 535 ($(am__cd) $$subdir && \ 536 $(MAKE) $(AM_MAKEFLAGS) \ 537 top_distdir="$$new_top_distdir" \ 538 distdir="$$new_distdir" \ 539 am__remove_distdir=: \ 540 am__skip_length_check=: \ 541 am__skip_mode_fix=: \ 542 distdir) \ 543 || exit 1; \ 544 fi; \ 545 done 546 -test -n "$(am__skip_mode_fix)" \ 547 || find "$(distdir)" -type d ! -perm -755 \ 548 -exec chmod u+rwx,go+rx {} \; -o \ 549 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 550 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 551 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 552 || chmod -R a+r "$(distdir)" 553dist-gzip: distdir 554 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 555 $(am__post_remove_distdir) 556 557dist-bzip2: distdir 558 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 559 $(am__post_remove_distdir) 560 561dist-lzip: distdir 562 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 563 $(am__post_remove_distdir) 564 565dist-xz: distdir 566 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 567 $(am__post_remove_distdir) 568 569dist-zstd: distdir 570 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 571 $(am__post_remove_distdir) 572 573dist-tarZ: distdir 574 @echo WARNING: "Support for distribution archives compressed with" \ 575 "legacy program 'compress' is deprecated." >&2 576 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 577 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 578 $(am__post_remove_distdir) 579 580dist-shar: distdir 581 @echo WARNING: "Support for shar distribution archives is" \ 582 "deprecated." >&2 583 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 584 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 585 $(am__post_remove_distdir) 586 587dist-zip: distdir 588 -rm -f $(distdir).zip 589 zip -rq $(distdir).zip $(distdir) 590 $(am__post_remove_distdir) 591 592dist dist-all: 593 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 594 $(am__post_remove_distdir) 595 596# This target untars the dist file and tries a VPATH configuration. Then 597# it guarantees that the distribution is self-contained by making another 598# tarfile. 599distcheck: dist 600 case '$(DIST_ARCHIVES)' in \ 601 *.tar.gz*) \ 602 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 603 *.tar.bz2*) \ 604 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 605 *.tar.lz*) \ 606 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 607 *.tar.xz*) \ 608 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 609 *.tar.Z*) \ 610 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 611 *.shar.gz*) \ 612 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 613 *.zip*) \ 614 unzip $(distdir).zip ;;\ 615 *.tar.zst*) \ 616 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 617 esac 618 chmod -R a-w $(distdir) 619 chmod u+w $(distdir) 620 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 621 chmod a-w $(distdir) 622 test -d $(distdir)/_build || exit 0; \ 623 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 624 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 625 && am__cwd=`pwd` \ 626 && $(am__cd) $(distdir)/_build/sub \ 627 && ../../configure \ 628 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 629 $(DISTCHECK_CONFIGURE_FLAGS) \ 630 --srcdir=../.. --prefix="$$dc_install_base" \ 631 && $(MAKE) $(AM_MAKEFLAGS) \ 632 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 633 && $(MAKE) $(AM_MAKEFLAGS) check \ 634 && $(MAKE) $(AM_MAKEFLAGS) install \ 635 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 636 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 637 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 638 distuninstallcheck \ 639 && chmod -R a-w "$$dc_install_base" \ 640 && ({ \ 641 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 642 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 643 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 644 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 645 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 646 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 647 && rm -rf "$$dc_destdir" \ 648 && $(MAKE) $(AM_MAKEFLAGS) dist \ 649 && rm -rf $(DIST_ARCHIVES) \ 650 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 651 && cd "$$am__cwd" \ 652 || exit 1 653 $(am__post_remove_distdir) 654 @(echo "$(distdir) archives ready for distribution: "; \ 655 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 656 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 657distuninstallcheck: 658 @test -n '$(distuninstallcheck_dir)' || { \ 659 echo 'ERROR: trying to run $@ with an empty' \ 660 '$$(distuninstallcheck_dir)' >&2; \ 661 exit 1; \ 662 }; \ 663 $(am__cd) '$(distuninstallcheck_dir)' || { \ 664 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 665 exit 1; \ 666 }; \ 667 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 668 || { echo "ERROR: files left after uninstall:" ; \ 669 if test -n "$(DESTDIR)"; then \ 670 echo " (check DESTDIR support)"; \ 671 fi ; \ 672 $(distuninstallcheck_listfiles) ; \ 673 exit 1; } >&2 674distcleancheck: distclean 675 @if test '$(srcdir)' = . ; then \ 676 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 677 exit 1 ; \ 678 fi 679 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 680 || { echo "ERROR: files left in build directory after distclean:" ; \ 681 $(distcleancheck_listfiles) ; \ 682 exit 1; } >&2 683check-am: all-am 684check: check-recursive 685all-am: Makefile 686installdirs: installdirs-recursive 687installdirs-am: 688install: install-recursive 689install-exec: install-exec-recursive 690install-data: install-data-recursive 691uninstall: uninstall-recursive 692 693install-am: all-am 694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 695 696installcheck: installcheck-recursive 697install-strip: 698 if test -z '$(STRIP)'; then \ 699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 701 install; \ 702 else \ 703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 705 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 706 fi 707mostlyclean-generic: 708 709clean-generic: 710 711distclean-generic: 712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 714 715maintainer-clean-generic: 716 @echo "This command is intended for maintainers to use" 717 @echo "it deletes files that may require special tools to rebuild." 718clean: clean-recursive 719 720clean-am: clean-generic clean-libtool mostlyclean-am 721 722distclean: distclean-recursive 723 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 724 -rm -f Makefile 725distclean-am: clean-am distclean-generic distclean-libtool \ 726 distclean-tags 727 728dvi: dvi-recursive 729 730dvi-am: 731 732html: html-recursive 733 734html-am: 735 736info: info-recursive 737 738info-am: 739 740install-data-am: 741 742install-dvi: install-dvi-recursive 743 744install-dvi-am: 745 746install-exec-am: 747 748install-html: install-html-recursive 749 750install-html-am: 751 752install-info: install-info-recursive 753 754install-info-am: 755 756install-man: 757 758install-pdf: install-pdf-recursive 759 760install-pdf-am: 761 762install-ps: install-ps-recursive 763 764install-ps-am: 765 766installcheck-am: 767 768maintainer-clean: maintainer-clean-recursive 769 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 770 -rm -rf $(top_srcdir)/autom4te.cache 771 -rm -f Makefile 772maintainer-clean-am: distclean-am maintainer-clean-generic 773 774mostlyclean: mostlyclean-recursive 775 776mostlyclean-am: mostlyclean-generic mostlyclean-libtool 777 778pdf: pdf-recursive 779 780pdf-am: 781 782ps: ps-recursive 783 784ps-am: 785 786uninstall-am: 787 788.MAKE: $(am__recursive_targets) install-am install-strip 789 790.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 791 am--refresh check check-am clean clean-cscope clean-generic \ 792 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 793 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 794 dist-xz dist-zip dist-zstd distcheck distclean \ 795 distclean-generic distclean-libtool distclean-tags \ 796 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 797 html-am info info-am install install-am install-data \ 798 install-data-am install-dvi install-dvi-am install-exec \ 799 install-exec-am install-html install-html-am install-info \ 800 install-info-am install-man install-pdf install-pdf-am \ 801 install-ps install-ps-am install-strip installcheck \ 802 installcheck-am installdirs installdirs-am maintainer-clean \ 803 maintainer-clean-generic mostlyclean mostlyclean-generic \ 804 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 805 uninstall-am 806 807.PRECIOUS: Makefile 808 809 810# Tell versions [3.59,3.63) of GNU make to not export all variables. 811# Otherwise a system limit (for SysV at least) may be exceeded. 812.NOEXPORT: 813