Annotation of embedaddon/iperf/src/Makefile.in, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>