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