1# Makefile.in generated by automake 1.16 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@ 16 17 18 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93bin_PROGRAMS = iperf3$(EXEEXT) 94noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \ 95 iperf3_profile$(EXEEXT) 96TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) 97subdir = src 98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 99am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \ 100 $(top_srcdir)/configure.ac 101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 $(ACLOCAL_M4) 103DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 104 $(am__DIST_COMMON) 105mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 106CONFIG_HEADER = iperf_config.h 107CONFIG_CLEAN_FILES = version.h 108CONFIG_CLEAN_VPATH_FILES = 109am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ 110 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \ 111 "$(DESTDIR)$(includedir)" 112PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 113am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 114am__vpath_adj = case $$p in \ 115 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 116 *) f=$$p;; \ 117 esac; 118am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 119am__install_max = 40 120am__nobase_strip_setup = \ 121 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 122am__nobase_strip = \ 123 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 124am__nobase_list = $(am__nobase_strip_setup); \ 125 for p in $$list; do echo "$$p $$p"; done | \ 126 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 127 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 128 if (++n[$$2] == $(am__install_max)) \ 129 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 130 END { for (dir in files) print dir, files[dir] }' 131am__base_list = \ 132 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 133 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 134am__uninstall_files_from_dir = { \ 135 test -z "$$files" \ 136 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 137 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 138 $(am__cd) "$$dir" && rm -f $$files; }; \ 139 } 140LTLIBRARIES = $(lib_LTLIBRARIES) 141libiperf_la_LIBADD = 142am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \ 143 iperf_auth.lo iperf_client_api.lo iperf_locale.lo \ 144 iperf_server_api.lo iperf_tcp.lo iperf_udp.lo iperf_sctp.lo \ 145 iperf_util.lo dscp.lo net.lo tcp_info.lo timer.lo units.lo 146libiperf_la_OBJECTS = $(am_libiperf_la_OBJECTS) 147AM_V_lt = $(am__v_lt_@AM_V@) 148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 149am__v_lt_0 = --silent 150am__v_lt_1 = 151am_iperf3_OBJECTS = iperf3-main.$(OBJEXT) 152iperf3_OBJECTS = $(am_iperf3_OBJECTS) 153iperf3_DEPENDENCIES = libiperf.la 154iperf3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 155 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(iperf3_CFLAGS) $(CFLAGS) \ 156 $(iperf3_LDFLAGS) $(LDFLAGS) -o $@ 157am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \ 158 iperf3_profile-iperf_api.$(OBJEXT) \ 159 iperf3_profile-iperf_error.$(OBJEXT) \ 160 iperf3_profile-iperf_auth.$(OBJEXT) \ 161 iperf3_profile-iperf_client_api.$(OBJEXT) \ 162 iperf3_profile-iperf_locale.$(OBJEXT) \ 163 iperf3_profile-iperf_server_api.$(OBJEXT) \ 164 iperf3_profile-iperf_tcp.$(OBJEXT) \ 165 iperf3_profile-iperf_udp.$(OBJEXT) \ 166 iperf3_profile-iperf_sctp.$(OBJEXT) \ 167 iperf3_profile-iperf_util.$(OBJEXT) \ 168 iperf3_profile-dscp.$(OBJEXT) iperf3_profile-net.$(OBJEXT) \ 169 iperf3_profile-tcp_info.$(OBJEXT) \ 170 iperf3_profile-timer.$(OBJEXT) iperf3_profile-units.$(OBJEXT) 171am_iperf3_profile_OBJECTS = iperf3_profile-main.$(OBJEXT) \ 172 $(am__objects_1) 173iperf3_profile_OBJECTS = $(am_iperf3_profile_OBJECTS) 174iperf3_profile_DEPENDENCIES = libiperf.la 175iperf3_profile_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 176 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 177 $(iperf3_profile_CFLAGS) $(CFLAGS) $(iperf3_profile_LDFLAGS) \ 178 $(LDFLAGS) -o $@ 179am_t_timer_OBJECTS = t_timer-t_timer.$(OBJEXT) 180t_timer_OBJECTS = $(am_t_timer_OBJECTS) 181t_timer_DEPENDENCIES = libiperf.la 182t_timer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 183 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_timer_CFLAGS) \ 184 $(CFLAGS) $(t_timer_LDFLAGS) $(LDFLAGS) -o $@ 185am_t_units_OBJECTS = t_units-t_units.$(OBJEXT) 186t_units_OBJECTS = $(am_t_units_OBJECTS) 187t_units_DEPENDENCIES = libiperf.la 188t_units_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_units_CFLAGS) \ 190 $(CFLAGS) $(t_units_LDFLAGS) $(LDFLAGS) -o $@ 191am_t_uuid_OBJECTS = t_uuid-t_uuid.$(OBJEXT) 192t_uuid_OBJECTS = $(am_t_uuid_OBJECTS) 193t_uuid_DEPENDENCIES = libiperf.la 194t_uuid_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 195 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_uuid_CFLAGS) $(CFLAGS) \ 196 $(t_uuid_LDFLAGS) $(LDFLAGS) -o $@ 197AM_V_P = $(am__v_P_@AM_V@) 198am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 199am__v_P_0 = false 200am__v_P_1 = : 201AM_V_GEN = $(am__v_GEN_@AM_V@) 202am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 203am__v_GEN_0 = @echo " GEN " $@; 204am__v_GEN_1 = 205AM_V_at = $(am__v_at_@AM_V@) 206am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 207am__v_at_0 = @ 208am__v_at_1 = 209DEFAULT_INCLUDES = -I.@am__isrc@ 210depcomp = $(SHELL) $(top_srcdir)/config/depcomp 211am__maybe_remake_depfiles = depfiles 212am__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \ 213 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \ 214 ./$(DEPDIR)/iperf3_profile-dscp.Po \ 215 ./$(DEPDIR)/iperf3_profile-iperf_api.Po \ 216 ./$(DEPDIR)/iperf3_profile-iperf_auth.Po \ 217 ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po \ 218 ./$(DEPDIR)/iperf3_profile-iperf_error.Po \ 219 ./$(DEPDIR)/iperf3_profile-iperf_locale.Po \ 220 ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po \ 221 ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po \ 222 ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po \ 223 ./$(DEPDIR)/iperf3_profile-iperf_udp.Po \ 224 ./$(DEPDIR)/iperf3_profile-iperf_util.Po \ 225 ./$(DEPDIR)/iperf3_profile-main.Po \ 226 ./$(DEPDIR)/iperf3_profile-net.Po \ 227 ./$(DEPDIR)/iperf3_profile-tcp_info.Po \ 228 ./$(DEPDIR)/iperf3_profile-timer.Po \ 229 ./$(DEPDIR)/iperf3_profile-units.Po ./$(DEPDIR)/iperf_api.Plo \ 230 ./$(DEPDIR)/iperf_auth.Plo ./$(DEPDIR)/iperf_client_api.Plo \ 231 ./$(DEPDIR)/iperf_error.Plo ./$(DEPDIR)/iperf_locale.Plo \ 232 ./$(DEPDIR)/iperf_sctp.Plo ./$(DEPDIR)/iperf_server_api.Plo \ 233 ./$(DEPDIR)/iperf_tcp.Plo ./$(DEPDIR)/iperf_udp.Plo \ 234 ./$(DEPDIR)/iperf_util.Plo ./$(DEPDIR)/net.Plo \ 235 ./$(DEPDIR)/t_timer-t_timer.Po ./$(DEPDIR)/t_units-t_units.Po \ 236 ./$(DEPDIR)/t_uuid-t_uuid.Po ./$(DEPDIR)/tcp_info.Plo \ 237 ./$(DEPDIR)/timer.Plo ./$(DEPDIR)/units.Plo 238am__mv = mv -f 239COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 240 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 241LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 242 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 243 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 244 $(AM_CFLAGS) $(CFLAGS) 245AM_V_CC = $(am__v_CC_@AM_V@) 246am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 247am__v_CC_0 = @echo " CC " $@; 248am__v_CC_1 = 249CCLD = $(CC) 250LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 251 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 252 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 253AM_V_CCLD = $(am__v_CCLD_@AM_V@) 254am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 255am__v_CCLD_0 = @echo " CCLD " $@; 256am__v_CCLD_1 = 257SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ 258 $(iperf3_profile_SOURCES) $(t_timer_SOURCES) \ 259 $(t_units_SOURCES) $(t_uuid_SOURCES) 260DIST_SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ 261 $(iperf3_profile_SOURCES) $(t_timer_SOURCES) \ 262 $(t_units_SOURCES) $(t_uuid_SOURCES) 263am__can_run_installinfo = \ 264 case $$AM_UPDATE_INFO_DIR in \ 265 n|no|NO) false;; \ 266 *) (install-info --version) >/dev/null 2>&1;; \ 267 esac 268man1dir = $(mandir)/man1 269man3dir = $(mandir)/man3 270NROFF = nroff 271MANS = $(dist_man_MANS) 272HEADERS = $(include_HEADERS) 273am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 274 $(LISP)iperf_config.h.in 275# Read a list of newline-separated strings from the standard input, 276# and print each of them once, without duplicates. Input order is 277# *not* preserved. 278am__uniquify_input = $(AWK) '\ 279 BEGIN { nonempty = 0; } \ 280 { items[$$0] = 1; nonempty = 1; } \ 281 END { if (nonempty) { for (i in items) print i; }; } \ 282' 283# Make sure the list of sources is unique. This is necessary because, 284# e.g., the same source file might be shared among _SOURCES variables 285# for different programs/libraries. 286am__define_uniq_tagged_files = \ 287 list='$(am__tagged_files)'; \ 288 unique=`for i in $$list; do \ 289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 290 done | $(am__uniquify_input)` 291ETAGS = etags 292CTAGS = ctags 293am__tty_colors_dummy = \ 294 mgn= red= grn= lgn= blu= brg= std=; \ 295 am__color_tests=no 296am__tty_colors = { \ 297 $(am__tty_colors_dummy); \ 298 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 299 am__color_tests=no; \ 300 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 301 am__color_tests=yes; \ 302 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 303 am__color_tests=yes; \ 304 fi; \ 305 if test $$am__color_tests = yes; then \ 306 red='[0;31m'; \ 307 grn='[0;32m'; \ 308 lgn='[1;32m'; \ 309 blu='[1;34m'; \ 310 mgn='[0;35m'; \ 311 brg='[1m'; \ 312 std='[m'; \ 313 fi; \ 314} 315am__recheck_rx = ^[ ]*:recheck:[ ]* 316am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 317am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 318# A command that, given a newline-separated list of test names on the 319# standard input, print the name of the tests that are to be re-run 320# upon "make recheck". 321am__list_recheck_tests = $(AWK) '{ \ 322 recheck = 1; \ 323 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 324 { \ 325 if (rc < 0) \ 326 { \ 327 if ((getline line2 < ($$0 ".log")) < 0) \ 328 recheck = 0; \ 329 break; \ 330 } \ 331 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 332 { \ 333 recheck = 0; \ 334 break; \ 335 } \ 336 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 337 { \ 338 break; \ 339 } \ 340 }; \ 341 if (recheck) \ 342 print $$0; \ 343 close ($$0 ".trs"); \ 344 close ($$0 ".log"); \ 345}' 346# A command that, given a newline-separated list of test names on the 347# standard input, create the global log from their .trs and .log files. 348am__create_global_log = $(AWK) ' \ 349function fatal(msg) \ 350{ \ 351 print "fatal: making $@: " msg | "cat >&2"; \ 352 exit 1; \ 353} \ 354function rst_section(header) \ 355{ \ 356 print header; \ 357 len = length(header); \ 358 for (i = 1; i <= len; i = i + 1) \ 359 printf "="; \ 360 printf "\n\n"; \ 361} \ 362{ \ 363 copy_in_global_log = 1; \ 364 global_test_result = "RUN"; \ 365 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 366 { \ 367 if (rc < 0) \ 368 fatal("failed to read from " $$0 ".trs"); \ 369 if (line ~ /$(am__global_test_result_rx)/) \ 370 { \ 371 sub("$(am__global_test_result_rx)", "", line); \ 372 sub("[ ]*$$", "", line); \ 373 global_test_result = line; \ 374 } \ 375 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 376 copy_in_global_log = 0; \ 377 }; \ 378 if (copy_in_global_log) \ 379 { \ 380 rst_section(global_test_result ": " $$0); \ 381 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 382 { \ 383 if (rc < 0) \ 384 fatal("failed to read from " $$0 ".log"); \ 385 print line; \ 386 }; \ 387 printf "\n"; \ 388 }; \ 389 close ($$0 ".trs"); \ 390 close ($$0 ".log"); \ 391}' 392# Restructured Text title. 393am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 394# Solaris 10 'make', and several other traditional 'make' implementations, 395# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 396# by disabling -e (using the XSI extension "set +e") if it's set. 397am__sh_e_setup = case $$- in *e*) set +e;; esac 398# Default flags passed to test drivers. 399am__common_driver_flags = \ 400 --color-tests "$$am__color_tests" \ 401 --enable-hard-errors "$$am__enable_hard_errors" \ 402 --expect-failure "$$am__expect_failure" 403# To be inserted before the command running the test. Creates the 404# directory for the log if needed. Stores in $dir the directory 405# containing $f, in $tst the test, in $log the log. Executes the 406# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 407# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 408# will run the test scripts (or their associated LOG_COMPILER, if 409# thy have one). 410am__check_pre = \ 411$(am__sh_e_setup); \ 412$(am__vpath_adj_setup) $(am__vpath_adj) \ 413$(am__tty_colors); \ 414srcdir=$(srcdir); export srcdir; \ 415case "$@" in \ 416 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 417 *) am__odir=.;; \ 418esac; \ 419test "x$$am__odir" = x"." || test -d "$$am__odir" \ 420 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 421if test -f "./$$f"; then dir=./; \ 422elif test -f "$$f"; then dir=; \ 423else dir="$(srcdir)/"; fi; \ 424tst=$$dir$$f; log='$@'; \ 425if test -n '$(DISABLE_HARD_ERRORS)'; then \ 426 am__enable_hard_errors=no; \ 427else \ 428 am__enable_hard_errors=yes; \ 429fi; \ 430case " $(XFAIL_TESTS) " in \ 431 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 432 am__expect_failure=yes;; \ 433 *) \ 434 am__expect_failure=no;; \ 435esac; \ 436$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 437# A shell command to get the names of the tests scripts with any registered 438# extension removed (i.e., equivalently, the names of the test logs, with 439# the '.log' extension removed). The result is saved in the shell variable 440# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 441# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 442# since that might cause problem with VPATH rewrites for suffix-less tests. 443# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 444am__set_TESTS_bases = \ 445 bases='$(TEST_LOGS)'; \ 446 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 447 bases=`echo $$bases` 448RECHECK_LOGS = $(TEST_LOGS) 449AM_RECURSIVE_TARGETS = check recheck 450TEST_SUITE_LOG = test-suite.log 451TEST_EXTENSIONS = @EXEEXT@ .test 452LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver 453LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 454am__set_b = \ 455 case '$@' in \ 456 */*) \ 457 case '$*' in \ 458 */*) b='$*';; \ 459 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 460 esac;; \ 461 *) \ 462 b='$*';; \ 463 esac 464am__test_logs1 = $(TESTS:=.log) 465am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 466TEST_LOGS = $(am__test_logs2:.test.log=.log) 467TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver 468TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 469 $(TEST_LOG_FLAGS) 470am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ 471 $(srcdir)/iperf_config.h.in $(srcdir)/version.h.in \ 472 $(top_srcdir)/config/depcomp \ 473 $(top_srcdir)/config/mkinstalldirs \ 474 $(top_srcdir)/config/test-driver 475DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 476ACLOCAL = @ACLOCAL@ 477AMTAR = @AMTAR@ 478AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 479AR = @AR@ 480AUTOCONF = @AUTOCONF@ 481AUTOHEADER = @AUTOHEADER@ 482AUTOMAKE = @AUTOMAKE@ 483AWK = @AWK@ 484CC = @CC@ 485CCDEPMODE = @CCDEPMODE@ 486CFLAGS = @CFLAGS@ 487CPP = @CPP@ 488CPPFLAGS = @CPPFLAGS@ 489CYGPATH_W = @CYGPATH_W@ 490DEFS = @DEFS@ 491DEPDIR = @DEPDIR@ 492DLLTOOL = @DLLTOOL@ 493DSYMUTIL = @DSYMUTIL@ 494DUMPBIN = @DUMPBIN@ 495ECHO_C = @ECHO_C@ 496ECHO_N = @ECHO_N@ 497ECHO_T = @ECHO_T@ 498EGREP = @EGREP@ 499EXEEXT = @EXEEXT@ 500FGREP = @FGREP@ 501GREP = @GREP@ 502INSTALL = @INSTALL@ 503INSTALL_DATA = @INSTALL_DATA@ 504INSTALL_PROGRAM = @INSTALL_PROGRAM@ 505INSTALL_SCRIPT = @INSTALL_SCRIPT@ 506INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 507LD = @LD@ 508LDFLAGS = @LDFLAGS@ 509LIBOBJS = @LIBOBJS@ 510LIBS = @LIBS@ 511LIBTOOL = @LIBTOOL@ 512LIPO = @LIPO@ 513LN_S = @LN_S@ 514LTLIBOBJS = @LTLIBOBJS@ 515LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 516MAINT = @MAINT@ 517MAKEINFO = @MAKEINFO@ 518MANIFEST_TOOL = @MANIFEST_TOOL@ 519MKDIR_P = @MKDIR_P@ 520NM = @NM@ 521NMEDIT = @NMEDIT@ 522OBJDUMP = @OBJDUMP@ 523OBJEXT = @OBJEXT@ 524OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 525OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 526OPENSSL_LIBS = @OPENSSL_LIBS@ 527OTOOL = @OTOOL@ 528OTOOL64 = @OTOOL64@ 529PACKAGE = @PACKAGE@ 530PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 531PACKAGE_NAME = @PACKAGE_NAME@ 532PACKAGE_STRING = @PACKAGE_STRING@ 533PACKAGE_TARNAME = @PACKAGE_TARNAME@ 534PACKAGE_URL = @PACKAGE_URL@ 535PACKAGE_VERSION = @PACKAGE_VERSION@ 536PATH_SEPARATOR = @PATH_SEPARATOR@ 537PKG_CONFIG = @PKG_CONFIG@ 538RANLIB = @RANLIB@ 539SED = @SED@ 540SET_MAKE = @SET_MAKE@ 541SHELL = @SHELL@ 542STRIP = @STRIP@ 543VERSION = @VERSION@ 544abs_builddir = @abs_builddir@ 545abs_srcdir = @abs_srcdir@ 546abs_top_builddir = @abs_top_builddir@ 547abs_top_srcdir = @abs_top_srcdir@ 548ac_ct_AR = @ac_ct_AR@ 549ac_ct_CC = @ac_ct_CC@ 550ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 551am__include = @am__include@ 552am__leading_dot = @am__leading_dot@ 553am__quote = @am__quote@ 554am__tar = @am__tar@ 555am__untar = @am__untar@ 556bindir = @bindir@ 557build = @build@ 558build_alias = @build_alias@ 559build_cpu = @build_cpu@ 560build_os = @build_os@ 561build_vendor = @build_vendor@ 562builddir = @builddir@ 563datadir = @datadir@ 564datarootdir = @datarootdir@ 565docdir = @docdir@ 566dvidir = @dvidir@ 567exec_prefix = @exec_prefix@ 568host = @host@ 569host_alias = @host_alias@ 570host_cpu = @host_cpu@ 571host_os = @host_os@ 572host_vendor = @host_vendor@ 573htmldir = @htmldir@ 574includedir = @includedir@ 575infodir = @infodir@ 576install_sh = @install_sh@ 577libdir = @libdir@ 578libexecdir = @libexecdir@ 579localedir = @localedir@ 580localstatedir = @localstatedir@ 581mandir = @mandir@ 582mkdir_p = @mkdir_p@ 583oldincludedir = @oldincludedir@ 584pdfdir = @pdfdir@ 585prefix = @prefix@ 586program_transform_name = @program_transform_name@ 587psdir = @psdir@ 588sbindir = @sbindir@ 589sharedstatedir = @sharedstatedir@ 590srcdir = @srcdir@ 591sysconfdir = @sysconfdir@ 592target_alias = @target_alias@ 593top_build_prefix = @top_build_prefix@ 594top_builddir = @top_builddir@ 595top_srcdir = @top_srcdir@ 596lib_LTLIBRARIES = libiperf.la # Build and install an iperf library 597include_HEADERS = iperf_api.h # Defines the headers that get installed with the program 598 599# Specify the source files and flags for the iperf library 600libiperf_la_SOURCES = \ 601 cjson.c \ 602 cjson.h \ 603 flowlabel.h \ 604 iperf.h \ 605 iperf_api.c \ 606 iperf_api.h \ 607 iperf_error.c \ 608 iperf_auth.h \ 609 iperf_auth.c \ 610 iperf_client_api.c \ 611 iperf_locale.c \ 612 iperf_locale.h \ 613 iperf_server_api.c \ 614 iperf_tcp.c \ 615 iperf_tcp.h \ 616 iperf_udp.c \ 617 iperf_udp.h \ 618 iperf_sctp.c \ 619 iperf_sctp.h \ 620 iperf_util.c \ 621 iperf_util.h \ 622 dscp.c \ 623 net.c \ 624 net.h \ 625 portable_endian.h \ 626 queue.h \ 627 tcp_info.c \ 628 timer.c \ 629 timer.h \ 630 units.c \ 631 units.h \ 632 version.h 633 634 635# Specify the sources and various flags for the iperf binary 636iperf3_SOURCES = main.c 637iperf3_CFLAGS = -g 638iperf3_LDADD = libiperf.la 639iperf3_LDFLAGS = -g 640 641# Specify the sources and various flags for the profiled iperf binary. This 642# binary recompiles all the source files to make sure they are all profiled. 643iperf3_profile_SOURCES = main.c \ 644 $(libiperf_la_SOURCES) 645 646iperf3_profile_CFLAGS = -pg -g 647iperf3_profile_LDADD = libiperf.la 648iperf3_profile_LDFLAGS = -pg -g 649 650# Specify the sources and various flags for the test cases 651t_timer_SOURCES = t_timer.c 652t_timer_CFLAGS = -g 653t_timer_LDFLAGS = 654t_timer_LDADD = libiperf.la 655t_units_SOURCES = t_units.c 656t_units_CFLAGS = -g 657t_units_LDFLAGS = 658t_units_LDADD = libiperf.la 659t_uuid_SOURCES = t_uuid.c 660t_uuid_CFLAGS = -g 661t_uuid_LDFLAGS = 662t_uuid_LDADD = libiperf.la 663dist_man_MANS = iperf3.1 libiperf.3 664all: iperf_config.h 665 $(MAKE) $(AM_MAKEFLAGS) all-am 666 667.SUFFIXES: 668.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 669$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 670 @for dep in $?; do \ 671 case '$(am__configure_deps)' in \ 672 *$$dep*) \ 673 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 674 && { if test -f $@; then exit 0; else break; fi; }; \ 675 exit 1;; \ 676 esac; \ 677 done; \ 678 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 679 $(am__cd) $(top_srcdir) && \ 680 $(AUTOMAKE) --foreign src/Makefile 681Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 682 @case '$?' in \ 683 *config.status*) \ 684 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 685 *) \ 686 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 687 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 688 esac; 689 690$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 691 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 692 693$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 694 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 695$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 696 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 697$(am__aclocal_m4_deps): 698 699iperf_config.h: stamp-h1 700 @test -f $@ || rm -f stamp-h1 701 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 702 703stamp-h1: $(srcdir)/iperf_config.h.in $(top_builddir)/config.status 704 @rm -f stamp-h1 705 cd $(top_builddir) && $(SHELL) ./config.status src/iperf_config.h 706$(srcdir)/iperf_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 707 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 708 rm -f stamp-h1 709 touch $@ 710 711distclean-hdr: 712 -rm -f iperf_config.h stamp-h1 713version.h: $(top_builddir)/config.status $(srcdir)/version.h.in 714 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 715install-binPROGRAMS: $(bin_PROGRAMS) 716 @$(NORMAL_INSTALL) 717 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 718 if test -n "$$list"; then \ 719 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 720 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 721 fi; \ 722 for p in $$list; do echo "$$p $$p"; done | \ 723 sed 's/$(EXEEXT)$$//' | \ 724 while read p p1; do if test -f $$p \ 725 || test -f $$p1 \ 726 ; then echo "$$p"; echo "$$p"; else :; fi; \ 727 done | \ 728 sed -e 'p;s,.*/,,;n;h' \ 729 -e 's|.*|.|' \ 730 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 731 sed 'N;N;N;s,\n, ,g' | \ 732 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 733 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 734 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 735 else { print "f", $$3 "/" $$4, $$1; } } \ 736 END { for (d in files) print "f", d, files[d] }' | \ 737 while read type dir files; do \ 738 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 739 test -z "$$files" || { \ 740 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 741 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 742 } \ 743 ; done 744 745uninstall-binPROGRAMS: 746 @$(NORMAL_UNINSTALL) 747 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 748 files=`for p in $$list; do echo "$$p"; done | \ 749 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 750 -e 's/$$/$(EXEEXT)/' \ 751 `; \ 752 test -n "$$list" || exit 0; \ 753 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 754 cd "$(DESTDIR)$(bindir)" && rm -f $$files 755 756clean-binPROGRAMS: 757 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 758 echo " rm -f" $$list; \ 759 rm -f $$list || exit $$?; \ 760 test -n "$(EXEEXT)" || exit 0; \ 761 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 762 echo " rm -f" $$list; \ 763 rm -f $$list 764 765clean-noinstPROGRAMS: 766 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 767 echo " rm -f" $$list; \ 768 rm -f $$list || exit $$?; \ 769 test -n "$(EXEEXT)" || exit 0; \ 770 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 771 echo " rm -f" $$list; \ 772 rm -f $$list 773 774install-libLTLIBRARIES: $(lib_LTLIBRARIES) 775 @$(NORMAL_INSTALL) 776 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 777 list2=; for p in $$list; do \ 778 if test -f $$p; then \ 779 list2="$$list2 $$p"; \ 780 else :; fi; \ 781 done; \ 782 test -z "$$list2" || { \ 783 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 784 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 785 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 786 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 787 } 788 789uninstall-libLTLIBRARIES: 790 @$(NORMAL_UNINSTALL) 791 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 792 for p in $$list; do \ 793 $(am__strip_dir) \ 794 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 795 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 796 done 797 798clean-libLTLIBRARIES: 799 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 800 @list='$(lib_LTLIBRARIES)'; \ 801 locs=`for p in $$list; do echo $$p; done | \ 802 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 803 sort -u`; \ 804 test -z "$$locs" || { \ 805 echo rm -f $${locs}; \ 806 rm -f $${locs}; \ 807 } 808 809libiperf.la: $(libiperf_la_OBJECTS) $(libiperf_la_DEPENDENCIES) $(EXTRA_libiperf_la_DEPENDENCIES) 810 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libiperf_la_OBJECTS) $(libiperf_la_LIBADD) $(LIBS) 811 812iperf3$(EXEEXT): $(iperf3_OBJECTS) $(iperf3_DEPENDENCIES) $(EXTRA_iperf3_DEPENDENCIES) 813 @rm -f iperf3$(EXEEXT) 814 $(AM_V_CCLD)$(iperf3_LINK) $(iperf3_OBJECTS) $(iperf3_LDADD) $(LIBS) 815 816iperf3_profile$(EXEEXT): $(iperf3_profile_OBJECTS) $(iperf3_profile_DEPENDENCIES) $(EXTRA_iperf3_profile_DEPENDENCIES) 817 @rm -f iperf3_profile$(EXEEXT) 818 $(AM_V_CCLD)$(iperf3_profile_LINK) $(iperf3_profile_OBJECTS) $(iperf3_profile_LDADD) $(LIBS) 819 820t_timer$(EXEEXT): $(t_timer_OBJECTS) $(t_timer_DEPENDENCIES) $(EXTRA_t_timer_DEPENDENCIES) 821 @rm -f t_timer$(EXEEXT) 822 $(AM_V_CCLD)$(t_timer_LINK) $(t_timer_OBJECTS) $(t_timer_LDADD) $(LIBS) 823 824t_units$(EXEEXT): $(t_units_OBJECTS) $(t_units_DEPENDENCIES) $(EXTRA_t_units_DEPENDENCIES) 825 @rm -f t_units$(EXEEXT) 826 $(AM_V_CCLD)$(t_units_LINK) $(t_units_OBJECTS) $(t_units_LDADD) $(LIBS) 827 828t_uuid$(EXEEXT): $(t_uuid_OBJECTS) $(t_uuid_DEPENDENCIES) $(EXTRA_t_uuid_DEPENDENCIES) 829 @rm -f t_uuid$(EXEEXT) 830 $(AM_V_CCLD)$(t_uuid_LINK) $(t_uuid_OBJECTS) $(t_uuid_LDADD) $(LIBS) 831 832mostlyclean-compile: 833 -rm -f *.$(OBJEXT) 834 835distclean-compile: 836 -rm -f *.tab.c 837 838@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker 839@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscp.Plo@am__quote@ # am--include-marker 840@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3-main.Po@am__quote@ # am--include-marker 841@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-marker 842@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-dscp.Po@am__quote@ # am--include-marker 843@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_api.Po@am__quote@ # am--include-marker 844@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_auth.Po@am__quote@ # am--include-marker 845@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_client_api.Po@am__quote@ # am--include-marker 846@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_error.Po@am__quote@ # am--include-marker 847@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_locale.Po@am__quote@ # am--include-marker 848@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_sctp.Po@am__quote@ # am--include-marker 849@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_server_api.Po@am__quote@ # am--include-marker 850@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_tcp.Po@am__quote@ # am--include-marker 851@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_udp.Po@am__quote@ # am--include-marker 852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_util.Po@am__quote@ # am--include-marker 853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-main.Po@am__quote@ # am--include-marker 854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-net.Po@am__quote@ # am--include-marker 855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-tcp_info.Po@am__quote@ # am--include-marker 856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-timer.Po@am__quote@ # am--include-marker 857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-units.Po@am__quote@ # am--include-marker 858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_api.Plo@am__quote@ # am--include-marker 859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_auth.Plo@am__quote@ # am--include-marker 860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_client_api.Plo@am__quote@ # am--include-marker 861@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_error.Plo@am__quote@ # am--include-marker 862@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_locale.Plo@am__quote@ # am--include-marker 863@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_sctp.Plo@am__quote@ # am--include-marker 864@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_server_api.Plo@am__quote@ # am--include-marker 865@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_tcp.Plo@am__quote@ # am--include-marker 866@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_udp.Plo@am__quote@ # am--include-marker 867@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_util.Plo@am__quote@ # am--include-marker 868@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Plo@am__quote@ # am--include-marker 869@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_timer-t_timer.Po@am__quote@ # am--include-marker 870@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_units-t_units.Po@am__quote@ # am--include-marker 871@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_uuid-t_uuid.Po@am__quote@ # am--include-marker 872@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_info.Plo@am__quote@ # am--include-marker 873@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@ # am--include-marker 874@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/units.Plo@am__quote@ # am--include-marker 875 876$(am__depfiles_remade): 877 @$(MKDIR_P) $(@D) 878 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 879 880am--depfiles: $(am__depfiles_remade) 881 882.c.o: 883@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 884@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 885@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 886@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 887@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 888 889.c.obj: 890@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 891@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 892@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 893@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 894@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 895 896.c.lo: 897@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 898@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 899@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 900@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 901@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 902 903iperf3-main.o: main.c 904@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -MT iperf3-main.o -MD -MP -MF $(DEPDIR)/iperf3-main.Tpo -c -o iperf3-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c 905@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po 906@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3-main.o' libtool=no @AMDEPBACKSLASH@ 907@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 908@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -c -o iperf3-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c 909 910iperf3-main.obj: main.c 911@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -MT iperf3-main.obj -MD -MP -MF $(DEPDIR)/iperf3-main.Tpo -c -o iperf3-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` 912@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po 913@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3-main.obj' libtool=no @AMDEPBACKSLASH@ 914@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 915@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -c -o iperf3-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` 916 917iperf3_profile-main.o: main.c 918@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-main.o -MD -MP -MF $(DEPDIR)/iperf3_profile-main.Tpo -c -o iperf3_profile-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c 919@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po 920@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3_profile-main.o' libtool=no @AMDEPBACKSLASH@ 921@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 922@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c 923 924iperf3_profile-main.obj: main.c 925@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-main.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-main.Tpo -c -o iperf3_profile-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` 926@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po 927@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3_profile-main.obj' libtool=no @AMDEPBACKSLASH@ 928@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 929@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` 930 931iperf3_profile-cjson.o: cjson.c 932@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-cjson.o -MD -MP -MF $(DEPDIR)/iperf3_profile-cjson.Tpo -c -o iperf3_profile-cjson.o `test -f 'cjson.c' || echo '$(srcdir)/'`cjson.c 933@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po 934@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cjson.c' object='iperf3_profile-cjson.o' libtool=no @AMDEPBACKSLASH@ 935@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 936@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-cjson.o `test -f 'cjson.c' || echo '$(srcdir)/'`cjson.c 937 938iperf3_profile-cjson.obj: cjson.c 939@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-cjson.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-cjson.Tpo -c -o iperf3_profile-cjson.obj `if test -f 'cjson.c'; then $(CYGPATH_W) 'cjson.c'; else $(CYGPATH_W) '$(srcdir)/cjson.c'; fi` 940@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po 941@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cjson.c' object='iperf3_profile-cjson.obj' libtool=no @AMDEPBACKSLASH@ 942@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 943@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-cjson.obj `if test -f 'cjson.c'; then $(CYGPATH_W) 'cjson.c'; else $(CYGPATH_W) '$(srcdir)/cjson.c'; fi` 944 945iperf3_profile-iperf_api.o: iperf_api.c 946@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_api.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_api.Tpo -c -o iperf3_profile-iperf_api.o `test -f 'iperf_api.c' || echo '$(srcdir)/'`iperf_api.c 947@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po 948@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_api.c' object='iperf3_profile-iperf_api.o' libtool=no @AMDEPBACKSLASH@ 949@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 950@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_api.o `test -f 'iperf_api.c' || echo '$(srcdir)/'`iperf_api.c 951 952iperf3_profile-iperf_api.obj: iperf_api.c 953@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_api.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_api.Tpo -c -o iperf3_profile-iperf_api.obj `if test -f 'iperf_api.c'; then $(CYGPATH_W) 'iperf_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_api.c'; fi` 954@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po 955@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_api.c' object='iperf3_profile-iperf_api.obj' libtool=no @AMDEPBACKSLASH@ 956@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 957@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_api.obj `if test -f 'iperf_api.c'; then $(CYGPATH_W) 'iperf_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_api.c'; fi` 958 959iperf3_profile-iperf_error.o: iperf_error.c 960@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_error.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_error.Tpo -c -o iperf3_profile-iperf_error.o `test -f 'iperf_error.c' || echo '$(srcdir)/'`iperf_error.c 961@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po 962@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_error.c' object='iperf3_profile-iperf_error.o' libtool=no @AMDEPBACKSLASH@ 963@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 964@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_error.o `test -f 'iperf_error.c' || echo '$(srcdir)/'`iperf_error.c 965 966iperf3_profile-iperf_error.obj: iperf_error.c 967@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_error.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_error.Tpo -c -o iperf3_profile-iperf_error.obj `if test -f 'iperf_error.c'; then $(CYGPATH_W) 'iperf_error.c'; else $(CYGPATH_W) '$(srcdir)/iperf_error.c'; fi` 968@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po 969@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_error.c' object='iperf3_profile-iperf_error.obj' libtool=no @AMDEPBACKSLASH@ 970@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 971@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_error.obj `if test -f 'iperf_error.c'; then $(CYGPATH_W) 'iperf_error.c'; else $(CYGPATH_W) '$(srcdir)/iperf_error.c'; fi` 972 973iperf3_profile-iperf_auth.o: iperf_auth.c 974@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_auth.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_auth.Tpo -c -o iperf3_profile-iperf_auth.o `test -f 'iperf_auth.c' || echo '$(srcdir)/'`iperf_auth.c 975@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_auth.Tpo $(DEPDIR)/iperf3_profile-iperf_auth.Po 976@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_auth.c' object='iperf3_profile-iperf_auth.o' libtool=no @AMDEPBACKSLASH@ 977@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 978@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_auth.o `test -f 'iperf_auth.c' || echo '$(srcdir)/'`iperf_auth.c 979 980iperf3_profile-iperf_auth.obj: iperf_auth.c 981@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_auth.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_auth.Tpo -c -o iperf3_profile-iperf_auth.obj `if test -f 'iperf_auth.c'; then $(CYGPATH_W) 'iperf_auth.c'; else $(CYGPATH_W) '$(srcdir)/iperf_auth.c'; fi` 982@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_auth.Tpo $(DEPDIR)/iperf3_profile-iperf_auth.Po 983@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_auth.c' object='iperf3_profile-iperf_auth.obj' libtool=no @AMDEPBACKSLASH@ 984@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 985@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_auth.obj `if test -f 'iperf_auth.c'; then $(CYGPATH_W) 'iperf_auth.c'; else $(CYGPATH_W) '$(srcdir)/iperf_auth.c'; fi` 986 987iperf3_profile-iperf_client_api.o: iperf_client_api.c 988@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_client_api.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo -c -o iperf3_profile-iperf_client_api.o `test -f 'iperf_client_api.c' || echo '$(srcdir)/'`iperf_client_api.c 989@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po 990@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.o' libtool=no @AMDEPBACKSLASH@ 991@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 992@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_client_api.o `test -f 'iperf_client_api.c' || echo '$(srcdir)/'`iperf_client_api.c 993 994iperf3_profile-iperf_client_api.obj: iperf_client_api.c 995@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_client_api.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo -c -o iperf3_profile-iperf_client_api.obj `if test -f 'iperf_client_api.c'; then $(CYGPATH_W) 'iperf_client_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_client_api.c'; fi` 996@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po 997@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.obj' libtool=no @AMDEPBACKSLASH@ 998@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 999@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_client_api.obj `if test -f 'iperf_client_api.c'; then $(CYGPATH_W) 'iperf_client_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_client_api.c'; fi` 1000 1001iperf3_profile-iperf_locale.o: iperf_locale.c 1002@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_locale.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_locale.Tpo -c -o iperf3_profile-iperf_locale.o `test -f 'iperf_locale.c' || echo '$(srcdir)/'`iperf_locale.c 1003@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_locale.Tpo $(DEPDIR)/iperf3_profile-iperf_locale.Po 1004@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_locale.c' object='iperf3_profile-iperf_locale.o' libtool=no @AMDEPBACKSLASH@ 1005@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1006@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_locale.o `test -f 'iperf_locale.c' || echo '$(srcdir)/'`iperf_locale.c 1007 1008iperf3_profile-iperf_locale.obj: iperf_locale.c 1009@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_locale.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_locale.Tpo -c -o iperf3_profile-iperf_locale.obj `if test -f 'iperf_locale.c'; then $(CYGPATH_W) 'iperf_locale.c'; else $(CYGPATH_W) '$(srcdir)/iperf_locale.c'; fi` 1010@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_locale.Tpo $(DEPDIR)/iperf3_profile-iperf_locale.Po 1011@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_locale.c' object='iperf3_profile-iperf_locale.obj' libtool=no @AMDEPBACKSLASH@ 1012@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1013@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_locale.obj `if test -f 'iperf_locale.c'; then $(CYGPATH_W) 'iperf_locale.c'; else $(CYGPATH_W) '$(srcdir)/iperf_locale.c'; fi` 1014 1015iperf3_profile-iperf_server_api.o: iperf_server_api.c 1016@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_server_api.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo -c -o iperf3_profile-iperf_server_api.o `test -f 'iperf_server_api.c' || echo '$(srcdir)/'`iperf_server_api.c 1017@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po 1018@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.o' libtool=no @AMDEPBACKSLASH@ 1019@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1020@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_server_api.o `test -f 'iperf_server_api.c' || echo '$(srcdir)/'`iperf_server_api.c 1021 1022iperf3_profile-iperf_server_api.obj: iperf_server_api.c 1023@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_server_api.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo -c -o iperf3_profile-iperf_server_api.obj `if test -f 'iperf_server_api.c'; then $(CYGPATH_W) 'iperf_server_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_server_api.c'; fi` 1024@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po 1025@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.obj' libtool=no @AMDEPBACKSLASH@ 1026@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1027@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_server_api.obj `if test -f 'iperf_server_api.c'; then $(CYGPATH_W) 'iperf_server_api.c'; else $(CYGPATH_W) '$(srcdir)/iperf_server_api.c'; fi` 1028 1029iperf3_profile-iperf_tcp.o: iperf_tcp.c 1030@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_tcp.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo -c -o iperf3_profile-iperf_tcp.o `test -f 'iperf_tcp.c' || echo '$(srcdir)/'`iperf_tcp.c 1031@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po 1032@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.o' libtool=no @AMDEPBACKSLASH@ 1033@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1034@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_tcp.o `test -f 'iperf_tcp.c' || echo '$(srcdir)/'`iperf_tcp.c 1035 1036iperf3_profile-iperf_tcp.obj: iperf_tcp.c 1037@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_tcp.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo -c -o iperf3_profile-iperf_tcp.obj `if test -f 'iperf_tcp.c'; then $(CYGPATH_W) 'iperf_tcp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_tcp.c'; fi` 1038@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po 1039@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.obj' libtool=no @AMDEPBACKSLASH@ 1040@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1041@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_tcp.obj `if test -f 'iperf_tcp.c'; then $(CYGPATH_W) 'iperf_tcp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_tcp.c'; fi` 1042 1043iperf3_profile-iperf_udp.o: iperf_udp.c 1044@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_udp.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_udp.Tpo -c -o iperf3_profile-iperf_udp.o `test -f 'iperf_udp.c' || echo '$(srcdir)/'`iperf_udp.c 1045@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po 1046@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_udp.c' object='iperf3_profile-iperf_udp.o' libtool=no @AMDEPBACKSLASH@ 1047@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1048@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_udp.o `test -f 'iperf_udp.c' || echo '$(srcdir)/'`iperf_udp.c 1049 1050iperf3_profile-iperf_udp.obj: iperf_udp.c 1051@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_udp.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_udp.Tpo -c -o iperf3_profile-iperf_udp.obj `if test -f 'iperf_udp.c'; then $(CYGPATH_W) 'iperf_udp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_udp.c'; fi` 1052@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po 1053@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_udp.c' object='iperf3_profile-iperf_udp.obj' libtool=no @AMDEPBACKSLASH@ 1054@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1055@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_udp.obj `if test -f 'iperf_udp.c'; then $(CYGPATH_W) 'iperf_udp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_udp.c'; fi` 1056 1057iperf3_profile-iperf_sctp.o: iperf_sctp.c 1058@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_sctp.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo -c -o iperf3_profile-iperf_sctp.o `test -f 'iperf_sctp.c' || echo '$(srcdir)/'`iperf_sctp.c 1059@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po 1060@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.o' libtool=no @AMDEPBACKSLASH@ 1061@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1062@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_sctp.o `test -f 'iperf_sctp.c' || echo '$(srcdir)/'`iperf_sctp.c 1063 1064iperf3_profile-iperf_sctp.obj: iperf_sctp.c 1065@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_sctp.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo -c -o iperf3_profile-iperf_sctp.obj `if test -f 'iperf_sctp.c'; then $(CYGPATH_W) 'iperf_sctp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_sctp.c'; fi` 1066@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po 1067@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.obj' libtool=no @AMDEPBACKSLASH@ 1068@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1069@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_sctp.obj `if test -f 'iperf_sctp.c'; then $(CYGPATH_W) 'iperf_sctp.c'; else $(CYGPATH_W) '$(srcdir)/iperf_sctp.c'; fi` 1070 1071iperf3_profile-iperf_util.o: iperf_util.c 1072@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_util.o -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_util.Tpo -c -o iperf3_profile-iperf_util.o `test -f 'iperf_util.c' || echo '$(srcdir)/'`iperf_util.c 1073@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po 1074@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_util.c' object='iperf3_profile-iperf_util.o' libtool=no @AMDEPBACKSLASH@ 1075@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1076@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_util.o `test -f 'iperf_util.c' || echo '$(srcdir)/'`iperf_util.c 1077 1078iperf3_profile-iperf_util.obj: iperf_util.c 1079@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_util.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-iperf_util.Tpo -c -o iperf3_profile-iperf_util.obj `if test -f 'iperf_util.c'; then $(CYGPATH_W) 'iperf_util.c'; else $(CYGPATH_W) '$(srcdir)/iperf_util.c'; fi` 1080@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po 1081@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_util.c' object='iperf3_profile-iperf_util.obj' libtool=no @AMDEPBACKSLASH@ 1082@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1083@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-iperf_util.obj `if test -f 'iperf_util.c'; then $(CYGPATH_W) 'iperf_util.c'; else $(CYGPATH_W) '$(srcdir)/iperf_util.c'; fi` 1084 1085iperf3_profile-dscp.o: dscp.c 1086@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-dscp.o -MD -MP -MF $(DEPDIR)/iperf3_profile-dscp.Tpo -c -o iperf3_profile-dscp.o `test -f 'dscp.c' || echo '$(srcdir)/'`dscp.c 1087@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-dscp.Tpo $(DEPDIR)/iperf3_profile-dscp.Po 1088@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dscp.c' object='iperf3_profile-dscp.o' libtool=no @AMDEPBACKSLASH@ 1089@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1090@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-dscp.o `test -f 'dscp.c' || echo '$(srcdir)/'`dscp.c 1091 1092iperf3_profile-dscp.obj: dscp.c 1093@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-dscp.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-dscp.Tpo -c -o iperf3_profile-dscp.obj `if test -f 'dscp.c'; then $(CYGPATH_W) 'dscp.c'; else $(CYGPATH_W) '$(srcdir)/dscp.c'; fi` 1094@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-dscp.Tpo $(DEPDIR)/iperf3_profile-dscp.Po 1095@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dscp.c' object='iperf3_profile-dscp.obj' libtool=no @AMDEPBACKSLASH@ 1096@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1097@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-dscp.obj `if test -f 'dscp.c'; then $(CYGPATH_W) 'dscp.c'; else $(CYGPATH_W) '$(srcdir)/dscp.c'; fi` 1098 1099iperf3_profile-net.o: net.c 1100@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-net.o -MD -MP -MF $(DEPDIR)/iperf3_profile-net.Tpo -c -o iperf3_profile-net.o `test -f 'net.c' || echo '$(srcdir)/'`net.c 1101@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po 1102@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='net.c' object='iperf3_profile-net.o' libtool=no @AMDEPBACKSLASH@ 1103@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1104@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-net.o `test -f 'net.c' || echo '$(srcdir)/'`net.c 1105 1106iperf3_profile-net.obj: net.c 1107@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-net.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-net.Tpo -c -o iperf3_profile-net.obj `if test -f 'net.c'; then $(CYGPATH_W) 'net.c'; else $(CYGPATH_W) '$(srcdir)/net.c'; fi` 1108@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po 1109@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='net.c' object='iperf3_profile-net.obj' libtool=no @AMDEPBACKSLASH@ 1110@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1111@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-net.obj `if test -f 'net.c'; then $(CYGPATH_W) 'net.c'; else $(CYGPATH_W) '$(srcdir)/net.c'; fi` 1112 1113iperf3_profile-tcp_info.o: tcp_info.c 1114@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-tcp_info.o -MD -MP -MF $(DEPDIR)/iperf3_profile-tcp_info.Tpo -c -o iperf3_profile-tcp_info.o `test -f 'tcp_info.c' || echo '$(srcdir)/'`tcp_info.c 1115@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po 1116@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_info.c' object='iperf3_profile-tcp_info.o' libtool=no @AMDEPBACKSLASH@ 1117@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1118@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-tcp_info.o `test -f 'tcp_info.c' || echo '$(srcdir)/'`tcp_info.c 1119 1120iperf3_profile-tcp_info.obj: tcp_info.c 1121@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-tcp_info.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-tcp_info.Tpo -c -o iperf3_profile-tcp_info.obj `if test -f 'tcp_info.c'; then $(CYGPATH_W) 'tcp_info.c'; else $(CYGPATH_W) '$(srcdir)/tcp_info.c'; fi` 1122@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po 1123@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_info.c' object='iperf3_profile-tcp_info.obj' libtool=no @AMDEPBACKSLASH@ 1124@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1125@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-tcp_info.obj `if test -f 'tcp_info.c'; then $(CYGPATH_W) 'tcp_info.c'; else $(CYGPATH_W) '$(srcdir)/tcp_info.c'; fi` 1126 1127iperf3_profile-timer.o: timer.c 1128@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-timer.o -MD -MP -MF $(DEPDIR)/iperf3_profile-timer.Tpo -c -o iperf3_profile-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c 1129@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 1130@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timer.c' object='iperf3_profile-timer.o' libtool=no @AMDEPBACKSLASH@ 1131@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1132@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c 1133 1134iperf3_profile-timer.obj: timer.c 1135@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-timer.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-timer.Tpo -c -o iperf3_profile-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi` 1136@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 1137@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timer.c' object='iperf3_profile-timer.obj' libtool=no @AMDEPBACKSLASH@ 1138@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1139@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi` 1140 1141iperf3_profile-units.o: units.c 1142@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-units.o -MD -MP -MF $(DEPDIR)/iperf3_profile-units.Tpo -c -o iperf3_profile-units.o `test -f 'units.c' || echo '$(srcdir)/'`units.c 1143@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po 1144@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='units.c' object='iperf3_profile-units.o' libtool=no @AMDEPBACKSLASH@ 1145@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1146@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-units.o `test -f 'units.c' || echo '$(srcdir)/'`units.c 1147 1148iperf3_profile-units.obj: units.c 1149@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-units.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-units.Tpo -c -o iperf3_profile-units.obj `if test -f 'units.c'; then $(CYGPATH_W) 'units.c'; else $(CYGPATH_W) '$(srcdir)/units.c'; fi` 1150@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po 1151@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='units.c' object='iperf3_profile-units.obj' libtool=no @AMDEPBACKSLASH@ 1152@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1153@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-units.obj `if test -f 'units.c'; then $(CYGPATH_W) 'units.c'; else $(CYGPATH_W) '$(srcdir)/units.c'; fi` 1154 1155t_timer-t_timer.o: t_timer.c 1156@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_timer_CFLAGS) $(CFLAGS) -MT t_timer-t_timer.o -MD -MP -MF $(DEPDIR)/t_timer-t_timer.Tpo -c -o t_timer-t_timer.o `test -f 't_timer.c' || echo '$(srcdir)/'`t_timer.c 1157@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po 1158@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_timer.c' object='t_timer-t_timer.o' libtool=no @AMDEPBACKSLASH@ 1159@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1160@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_timer_CFLAGS) $(CFLAGS) -c -o t_timer-t_timer.o `test -f 't_timer.c' || echo '$(srcdir)/'`t_timer.c 1161 1162t_timer-t_timer.obj: t_timer.c 1163@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_timer_CFLAGS) $(CFLAGS) -MT t_timer-t_timer.obj -MD -MP -MF $(DEPDIR)/t_timer-t_timer.Tpo -c -o t_timer-t_timer.obj `if test -f 't_timer.c'; then $(CYGPATH_W) 't_timer.c'; else $(CYGPATH_W) '$(srcdir)/t_timer.c'; fi` 1164@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po 1165@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_timer.c' object='t_timer-t_timer.obj' libtool=no @AMDEPBACKSLASH@ 1166@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1167@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_timer_CFLAGS) $(CFLAGS) -c -o t_timer-t_timer.obj `if test -f 't_timer.c'; then $(CYGPATH_W) 't_timer.c'; else $(CYGPATH_W) '$(srcdir)/t_timer.c'; fi` 1168 1169t_units-t_units.o: t_units.c 1170@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_units_CFLAGS) $(CFLAGS) -MT t_units-t_units.o -MD -MP -MF $(DEPDIR)/t_units-t_units.Tpo -c -o t_units-t_units.o `test -f 't_units.c' || echo '$(srcdir)/'`t_units.c 1171@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po 1172@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_units.c' object='t_units-t_units.o' libtool=no @AMDEPBACKSLASH@ 1173@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1174@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_units_CFLAGS) $(CFLAGS) -c -o t_units-t_units.o `test -f 't_units.c' || echo '$(srcdir)/'`t_units.c 1175 1176t_units-t_units.obj: t_units.c 1177@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_units_CFLAGS) $(CFLAGS) -MT t_units-t_units.obj -MD -MP -MF $(DEPDIR)/t_units-t_units.Tpo -c -o t_units-t_units.obj `if test -f 't_units.c'; then $(CYGPATH_W) 't_units.c'; else $(CYGPATH_W) '$(srcdir)/t_units.c'; fi` 1178@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po 1179@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_units.c' object='t_units-t_units.obj' libtool=no @AMDEPBACKSLASH@ 1180@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1181@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_units_CFLAGS) $(CFLAGS) -c -o t_units-t_units.obj `if test -f 't_units.c'; then $(CYGPATH_W) 't_units.c'; else $(CYGPATH_W) '$(srcdir)/t_units.c'; fi` 1182 1183t_uuid-t_uuid.o: t_uuid.c 1184@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_uuid_CFLAGS) $(CFLAGS) -MT t_uuid-t_uuid.o -MD -MP -MF $(DEPDIR)/t_uuid-t_uuid.Tpo -c -o t_uuid-t_uuid.o `test -f 't_uuid.c' || echo '$(srcdir)/'`t_uuid.c 1185@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po 1186@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_uuid.c' object='t_uuid-t_uuid.o' libtool=no @AMDEPBACKSLASH@ 1187@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1188@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_uuid_CFLAGS) $(CFLAGS) -c -o t_uuid-t_uuid.o `test -f 't_uuid.c' || echo '$(srcdir)/'`t_uuid.c 1189 1190t_uuid-t_uuid.obj: t_uuid.c 1191@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_uuid_CFLAGS) $(CFLAGS) -MT t_uuid-t_uuid.obj -MD -MP -MF $(DEPDIR)/t_uuid-t_uuid.Tpo -c -o t_uuid-t_uuid.obj `if test -f 't_uuid.c'; then $(CYGPATH_W) 't_uuid.c'; else $(CYGPATH_W) '$(srcdir)/t_uuid.c'; fi` 1192@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po 1193@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_uuid.c' object='t_uuid-t_uuid.obj' libtool=no @AMDEPBACKSLASH@ 1194@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1195@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_uuid_CFLAGS) $(CFLAGS) -c -o t_uuid-t_uuid.obj `if test -f 't_uuid.c'; then $(CYGPATH_W) 't_uuid.c'; else $(CYGPATH_W) '$(srcdir)/t_uuid.c'; fi` 1196 1197mostlyclean-libtool: 1198 -rm -f *.lo 1199 1200clean-libtool: 1201 -rm -rf .libs _libs 1202install-man1: $(dist_man_MANS) 1203 @$(NORMAL_INSTALL) 1204 @list1=''; \ 1205 list2='$(dist_man_MANS)'; \ 1206 test -n "$(man1dir)" \ 1207 && test -n "`echo $$list1$$list2`" \ 1208 || exit 0; \ 1209 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 1210 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 1211 { for i in $$list1; do echo "$$i"; done; \ 1212 if test -n "$$list2"; then \ 1213 for i in $$list2; do echo "$$i"; done \ 1214 | sed -n '/\.1[a-z]*$$/p'; \ 1215 fi; \ 1216 } | while read p; do \ 1217 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1218 echo "$$d$$p"; echo "$$p"; \ 1219 done | \ 1220 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1221 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1222 sed 'N;N;s,\n, ,g' | { \ 1223 list=; while read file base inst; do \ 1224 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1225 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 1226 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 1227 fi; \ 1228 done; \ 1229 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1230 while read files; do \ 1231 test -z "$$files" || { \ 1232 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 1233 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 1234 done; } 1235 1236uninstall-man1: 1237 @$(NORMAL_UNINSTALL) 1238 @list=''; test -n "$(man1dir)" || exit 0; \ 1239 files=`{ for i in $$list; do echo "$$i"; done; \ 1240 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1241 sed -n '/\.1[a-z]*$$/p'; \ 1242 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1243 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1244 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 1245install-man3: $(dist_man_MANS) 1246 @$(NORMAL_INSTALL) 1247 @list1=''; \ 1248 list2='$(dist_man_MANS)'; \ 1249 test -n "$(man3dir)" \ 1250 && test -n "`echo $$list1$$list2`" \ 1251 || exit 0; \ 1252 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 1253 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 1254 { for i in $$list1; do echo "$$i"; done; \ 1255 if test -n "$$list2"; then \ 1256 for i in $$list2; do echo "$$i"; done \ 1257 | sed -n '/\.3[a-z]*$$/p'; \ 1258 fi; \ 1259 } | while read p; do \ 1260 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1261 echo "$$d$$p"; echo "$$p"; \ 1262 done | \ 1263 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 1264 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1265 sed 'N;N;s,\n, ,g' | { \ 1266 list=; while read file base inst; do \ 1267 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1268 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 1269 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 1270 fi; \ 1271 done; \ 1272 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1273 while read files; do \ 1274 test -z "$$files" || { \ 1275 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 1276 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 1277 done; } 1278 1279uninstall-man3: 1280 @$(NORMAL_UNINSTALL) 1281 @list=''; test -n "$(man3dir)" || exit 0; \ 1282 files=`{ for i in $$list; do echo "$$i"; done; \ 1283 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1284 sed -n '/\.3[a-z]*$$/p'; \ 1285 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 1286 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1287 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 1288install-includeHEADERS: $(include_HEADERS) 1289 @$(NORMAL_INSTALL) 1290 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 1291 if test -n "$$list"; then \ 1292 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 1293 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 1294 fi; \ 1295 for p in $$list; do \ 1296 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1297 echo "$$d$$p"; \ 1298 done | $(am__base_list) | \ 1299 while read files; do \ 1300 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 1301 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 1302 done 1303 1304uninstall-includeHEADERS: 1305 @$(NORMAL_UNINSTALL) 1306 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 1307 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1308 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 1309 1310ID: $(am__tagged_files) 1311 $(am__define_uniq_tagged_files); mkid -fID $$unique 1312tags: tags-am 1313TAGS: tags 1314 1315tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1316 set x; \ 1317 here=`pwd`; \ 1318 $(am__define_uniq_tagged_files); \ 1319 shift; \ 1320 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1321 test -n "$$unique" || unique=$$empty_fix; \ 1322 if test $$# -gt 0; then \ 1323 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1324 "$$@" $$unique; \ 1325 else \ 1326 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1327 $$unique; \ 1328 fi; \ 1329 fi 1330ctags: ctags-am 1331 1332CTAGS: ctags 1333ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1334 $(am__define_uniq_tagged_files); \ 1335 test -z "$(CTAGS_ARGS)$$unique" \ 1336 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1337 $$unique 1338 1339GTAGS: 1340 here=`$(am__cd) $(top_builddir) && pwd` \ 1341 && $(am__cd) $(top_srcdir) \ 1342 && gtags -i $(GTAGS_ARGS) "$$here" 1343cscopelist: cscopelist-am 1344 1345cscopelist-am: $(am__tagged_files) 1346 list='$(am__tagged_files)'; \ 1347 case "$(srcdir)" in \ 1348 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1349 *) sdir=$(subdir)/$(srcdir) ;; \ 1350 esac; \ 1351 for i in $$list; do \ 1352 if test -f "$$i"; then \ 1353 echo "$(subdir)/$$i"; \ 1354 else \ 1355 echo "$$sdir/$$i"; \ 1356 fi; \ 1357 done >> $(top_builddir)/cscope.files 1358 1359distclean-tags: 1360 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1361 1362# Recover from deleted '.trs' file; this should ensure that 1363# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1364# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1365# to avoid problems with "make -n". 1366.log.trs: 1367 rm -f $< $@ 1368 $(MAKE) $(AM_MAKEFLAGS) $< 1369 1370# Leading 'am--fnord' is there to ensure the list of targets does not 1371# expand to empty, as could happen e.g. with make check TESTS=''. 1372am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1373am--force-recheck: 1374 @: 1375 1376$(TEST_SUITE_LOG): $(TEST_LOGS) 1377 @$(am__set_TESTS_bases); \ 1378 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1379 redo_bases=`for i in $$bases; do \ 1380 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1381 done`; \ 1382 if test -n "$$redo_bases"; then \ 1383 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1384 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1385 if $(am__make_dryrun); then :; else \ 1386 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1387 fi; \ 1388 fi; \ 1389 if test -n "$$am__remaking_logs"; then \ 1390 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1391 "recursion detected" >&2; \ 1392 elif test -n "$$redo_logs"; then \ 1393 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1394 fi; \ 1395 if $(am__make_dryrun); then :; else \ 1396 st=0; \ 1397 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1398 for i in $$redo_bases; do \ 1399 test -f $$i.trs && test -r $$i.trs \ 1400 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1401 test -f $$i.log && test -r $$i.log \ 1402 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1403 done; \ 1404 test $$st -eq 0 || exit 1; \ 1405 fi 1406 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1407 ws='[ ]'; \ 1408 results=`for b in $$bases; do echo $$b.trs; done`; \ 1409 test -n "$$results" || results=/dev/null; \ 1410 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1411 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1412 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1413 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1414 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1415 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1416 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1417 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1418 success=true; \ 1419 else \ 1420 success=false; \ 1421 fi; \ 1422 br='==================='; br=$$br$$br$$br$$br; \ 1423 result_count () \ 1424 { \ 1425 if test x"$$1" = x"--maybe-color"; then \ 1426 maybe_colorize=yes; \ 1427 elif test x"$$1" = x"--no-color"; then \ 1428 maybe_colorize=no; \ 1429 else \ 1430 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1431 fi; \ 1432 shift; \ 1433 desc=$$1 count=$$2; \ 1434 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1435 color_start=$$3 color_end=$$std; \ 1436 else \ 1437 color_start= color_end=; \ 1438 fi; \ 1439 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1440 }; \ 1441 create_testsuite_report () \ 1442 { \ 1443 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1444 result_count $$1 "PASS: " $$pass "$$grn"; \ 1445 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1446 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1447 result_count $$1 "FAIL: " $$fail "$$red"; \ 1448 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1449 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1450 }; \ 1451 { \ 1452 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1453 $(am__rst_title); \ 1454 create_testsuite_report --no-color; \ 1455 echo; \ 1456 echo ".. contents:: :depth: 2"; \ 1457 echo; \ 1458 for b in $$bases; do echo $$b; done \ 1459 | $(am__create_global_log); \ 1460 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1461 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1462 if $$success; then \ 1463 col="$$grn"; \ 1464 else \ 1465 col="$$red"; \ 1466 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1467 fi; \ 1468 echo "$${col}$$br$${std}"; \ 1469 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 1470 echo "$${col}$$br$${std}"; \ 1471 create_testsuite_report --maybe-color; \ 1472 echo "$$col$$br$$std"; \ 1473 if $$success; then :; else \ 1474 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1475 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1476 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1477 fi; \ 1478 echo "$$col$$br$$std"; \ 1479 fi; \ 1480 $$success || exit 1 1481 1482check-TESTS: 1483 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1484 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1485 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1486 @set +e; $(am__set_TESTS_bases); \ 1487 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1488 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1489 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1490 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1491 exit $$?; 1492recheck: all 1493 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1494 @set +e; $(am__set_TESTS_bases); \ 1495 bases=`for i in $$bases; do echo $$i; done \ 1496 | $(am__list_recheck_tests)` || exit 1; \ 1497 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1498 log_list=`echo $$log_list`; \ 1499 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1500 am__force_recheck=am--force-recheck \ 1501 TEST_LOGS="$$log_list"; \ 1502 exit $$? 1503t_timer.log: t_timer$(EXEEXT) 1504 @p='t_timer$(EXEEXT)'; \ 1505 b='t_timer'; \ 1506 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1507 --log-file $$b.log --trs-file $$b.trs \ 1508 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1509 "$$tst" $(AM_TESTS_FD_REDIRECT) 1510t_units.log: t_units$(EXEEXT) 1511 @p='t_units$(EXEEXT)'; \ 1512 b='t_units'; \ 1513 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1514 --log-file $$b.log --trs-file $$b.trs \ 1515 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1516 "$$tst" $(AM_TESTS_FD_REDIRECT) 1517t_uuid.log: t_uuid$(EXEEXT) 1518 @p='t_uuid$(EXEEXT)'; \ 1519 b='t_uuid'; \ 1520 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1521 --log-file $$b.log --trs-file $$b.trs \ 1522 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1523 "$$tst" $(AM_TESTS_FD_REDIRECT) 1524.test.log: 1525 @p='$<'; \ 1526 $(am__set_b); \ 1527 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1528 --log-file $$b.log --trs-file $$b.trs \ 1529 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1530 "$$tst" $(AM_TESTS_FD_REDIRECT) 1531@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1532@am__EXEEXT_TRUE@ @p='$<'; \ 1533@am__EXEEXT_TRUE@ $(am__set_b); \ 1534@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1535@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1536@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1537@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1538 1539distdir: $(BUILT_SOURCES) 1540 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1541 1542distdir-am: $(DISTFILES) 1543 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1544 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1545 list='$(DISTFILES)'; \ 1546 dist_files=`for file in $$list; do echo $$file; done | \ 1547 sed -e "s|^$$srcdirstrip/||;t" \ 1548 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1549 case $$dist_files in \ 1550 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1551 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1552 sort -u` ;; \ 1553 esac; \ 1554 for file in $$dist_files; do \ 1555 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1556 if test -d $$d/$$file; then \ 1557 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1558 if test -d "$(distdir)/$$file"; then \ 1559 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1560 fi; \ 1561 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1562 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1563 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1564 fi; \ 1565 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1566 else \ 1567 test -f "$(distdir)/$$file" \ 1568 || cp -p $$d/$$file "$(distdir)/$$file" \ 1569 || exit 1; \ 1570 fi; \ 1571 done 1572check-am: all-am 1573 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1574check: check-am 1575all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(HEADERS) \ 1576 iperf_config.h 1577install-binPROGRAMS: install-libLTLIBRARIES 1578 1579installdirs: 1580 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \ 1581 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1582 done 1583install: install-am 1584install-exec: install-exec-am 1585install-data: install-data-am 1586uninstall: uninstall-am 1587 1588install-am: all-am 1589 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1590 1591installcheck: installcheck-am 1592install-strip: 1593 if test -z '$(STRIP)'; then \ 1594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1596 install; \ 1597 else \ 1598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1600 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1601 fi 1602mostlyclean-generic: 1603 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1604 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1605 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1606 1607clean-generic: 1608 1609distclean-generic: 1610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1612 1613maintainer-clean-generic: 1614 @echo "This command is intended for maintainers to use" 1615 @echo "it deletes files that may require special tools to rebuild." 1616clean: clean-am 1617 1618clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 1619 clean-libtool clean-noinstPROGRAMS mostlyclean-am 1620 1621distclean: distclean-am 1622 -rm -f ./$(DEPDIR)/cjson.Plo 1623 -rm -f ./$(DEPDIR)/dscp.Plo 1624 -rm -f ./$(DEPDIR)/iperf3-main.Po 1625 -rm -f ./$(DEPDIR)/iperf3_profile-cjson.Po 1626 -rm -f ./$(DEPDIR)/iperf3_profile-dscp.Po 1627 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_api.Po 1628 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_auth.Po 1629 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po 1630 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_error.Po 1631 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_locale.Po 1632 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po 1633 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po 1634 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po 1635 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_udp.Po 1636 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_util.Po 1637 -rm -f ./$(DEPDIR)/iperf3_profile-main.Po 1638 -rm -f ./$(DEPDIR)/iperf3_profile-net.Po 1639 -rm -f ./$(DEPDIR)/iperf3_profile-tcp_info.Po 1640 -rm -f ./$(DEPDIR)/iperf3_profile-timer.Po 1641 -rm -f ./$(DEPDIR)/iperf3_profile-units.Po 1642 -rm -f ./$(DEPDIR)/iperf_api.Plo 1643 -rm -f ./$(DEPDIR)/iperf_auth.Plo 1644 -rm -f ./$(DEPDIR)/iperf_client_api.Plo 1645 -rm -f ./$(DEPDIR)/iperf_error.Plo 1646 -rm -f ./$(DEPDIR)/iperf_locale.Plo 1647 -rm -f ./$(DEPDIR)/iperf_sctp.Plo 1648 -rm -f ./$(DEPDIR)/iperf_server_api.Plo 1649 -rm -f ./$(DEPDIR)/iperf_tcp.Plo 1650 -rm -f ./$(DEPDIR)/iperf_udp.Plo 1651 -rm -f ./$(DEPDIR)/iperf_util.Plo 1652 -rm -f ./$(DEPDIR)/net.Plo 1653 -rm -f ./$(DEPDIR)/t_timer-t_timer.Po 1654 -rm -f ./$(DEPDIR)/t_units-t_units.Po 1655 -rm -f ./$(DEPDIR)/t_uuid-t_uuid.Po 1656 -rm -f ./$(DEPDIR)/tcp_info.Plo 1657 -rm -f ./$(DEPDIR)/timer.Plo 1658 -rm -f ./$(DEPDIR)/units.Plo 1659 -rm -f Makefile 1660distclean-am: clean-am distclean-compile distclean-generic \ 1661 distclean-hdr distclean-tags 1662 1663dvi: dvi-am 1664 1665dvi-am: 1666 1667html: html-am 1668 1669html-am: 1670 1671info: info-am 1672 1673info-am: 1674 1675install-data-am: install-includeHEADERS install-man 1676 1677install-dvi: install-dvi-am 1678 1679install-dvi-am: 1680 1681install-exec-am: install-binPROGRAMS install-libLTLIBRARIES 1682 1683install-html: install-html-am 1684 1685install-html-am: 1686 1687install-info: install-info-am 1688 1689install-info-am: 1690 1691install-man: install-man1 install-man3 1692 1693install-pdf: install-pdf-am 1694 1695install-pdf-am: 1696 1697install-ps: install-ps-am 1698 1699install-ps-am: 1700 1701installcheck-am: 1702 1703maintainer-clean: maintainer-clean-am 1704 -rm -f ./$(DEPDIR)/cjson.Plo 1705 -rm -f ./$(DEPDIR)/dscp.Plo 1706 -rm -f ./$(DEPDIR)/iperf3-main.Po 1707 -rm -f ./$(DEPDIR)/iperf3_profile-cjson.Po 1708 -rm -f ./$(DEPDIR)/iperf3_profile-dscp.Po 1709 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_api.Po 1710 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_auth.Po 1711 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po 1712 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_error.Po 1713 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_locale.Po 1714 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po 1715 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po 1716 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po 1717 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_udp.Po 1718 -rm -f ./$(DEPDIR)/iperf3_profile-iperf_util.Po 1719 -rm -f ./$(DEPDIR)/iperf3_profile-main.Po 1720 -rm -f ./$(DEPDIR)/iperf3_profile-net.Po 1721 -rm -f ./$(DEPDIR)/iperf3_profile-tcp_info.Po 1722 -rm -f ./$(DEPDIR)/iperf3_profile-timer.Po 1723 -rm -f ./$(DEPDIR)/iperf3_profile-units.Po 1724 -rm -f ./$(DEPDIR)/iperf_api.Plo 1725 -rm -f ./$(DEPDIR)/iperf_auth.Plo 1726 -rm -f ./$(DEPDIR)/iperf_client_api.Plo 1727 -rm -f ./$(DEPDIR)/iperf_error.Plo 1728 -rm -f ./$(DEPDIR)/iperf_locale.Plo 1729 -rm -f ./$(DEPDIR)/iperf_sctp.Plo 1730 -rm -f ./$(DEPDIR)/iperf_server_api.Plo 1731 -rm -f ./$(DEPDIR)/iperf_tcp.Plo 1732 -rm -f ./$(DEPDIR)/iperf_udp.Plo 1733 -rm -f ./$(DEPDIR)/iperf_util.Plo 1734 -rm -f ./$(DEPDIR)/net.Plo 1735 -rm -f ./$(DEPDIR)/t_timer-t_timer.Po 1736 -rm -f ./$(DEPDIR)/t_units-t_units.Po 1737 -rm -f ./$(DEPDIR)/t_uuid-t_uuid.Po 1738 -rm -f ./$(DEPDIR)/tcp_info.Plo 1739 -rm -f ./$(DEPDIR)/timer.Plo 1740 -rm -f ./$(DEPDIR)/units.Plo 1741 -rm -f Makefile 1742maintainer-clean-am: distclean-am maintainer-clean-generic 1743 1744mostlyclean: mostlyclean-am 1745 1746mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1747 mostlyclean-libtool 1748 1749pdf: pdf-am 1750 1751pdf-am: 1752 1753ps: ps-am 1754 1755ps-am: 1756 1757uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ 1758 uninstall-libLTLIBRARIES uninstall-man 1759 1760uninstall-man: uninstall-man1 uninstall-man3 1761 1762.MAKE: all check-am install-am install-strip 1763 1764.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1765 check-am clean clean-binPROGRAMS clean-generic \ 1766 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \ 1767 cscopelist-am ctags ctags-am distclean distclean-compile \ 1768 distclean-generic distclean-hdr distclean-libtool \ 1769 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1770 install install-am install-binPROGRAMS install-data \ 1771 install-data-am install-dvi install-dvi-am install-exec \ 1772 install-exec-am install-html install-html-am \ 1773 install-includeHEADERS install-info install-info-am \ 1774 install-libLTLIBRARIES install-man install-man1 install-man3 \ 1775 install-pdf install-pdf-am install-ps install-ps-am \ 1776 install-strip installcheck installcheck-am installdirs \ 1777 maintainer-clean maintainer-clean-generic mostlyclean \ 1778 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1779 pdf pdf-am ps ps-am recheck tags tags-am uninstall \ 1780 uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \ 1781 uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \ 1782 uninstall-man3 1783 1784.PRECIOUS: Makefile 1785 1786 1787# Tell versions [3.59,3.63) of GNU make to not export all variables. 1788# Otherwise a system limit (for SysV at least) may be exceeded. 1789.NOEXPORT: 1790