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