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