File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / src / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:36:46 2021 UTC (3 years, 3 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_3_9, HEAD
iperf 3.3.9

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

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