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