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