176bd67f6SSarah Larsen# Makefile.in generated by automake 1.16.5 from Makefile.am. 2e34c20c8SJon Dugan# @configure_input@ 3e34c20c8SJon Dugan 476bd67f6SSarah Larsen# Copyright (C) 1994-2021 Free Software Foundation, Inc. 56edfd8d6SBruce A. Mah 6e34c20c8SJon Dugan# This Makefile.in is free software; the Free Software Foundation 7e34c20c8SJon Dugan# gives unlimited permission to copy and/or distribute it, 8e34c20c8SJon Dugan# with or without modifications, as long as this notice is preserved. 9e34c20c8SJon Dugan 10e34c20c8SJon Dugan# This program is distributed in the hope that it will be useful, 11e34c20c8SJon Dugan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12e34c20c8SJon Dugan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13e34c20c8SJon Dugan# PARTICULAR PURPOSE. 14e34c20c8SJon Dugan 15e34c20c8SJon Dugan@SET_MAKE@ 16e34c20c8SJon Dugan 1701ca972bSsethdelliott 1801ca972bSsethdelliott 19e34c20c8SJon DuganVPATH = @srcdir@ 20a5f5765cSBruce A. Maham__is_gnu_make = { \ 21a5f5765cSBruce A. Mah if test -z '$(MAKELEVEL)'; then \ 22a5f5765cSBruce A. Mah false; \ 23a5f5765cSBruce A. Mah elif test -n '$(MAKE_HOST)'; then \ 24a5f5765cSBruce A. Mah true; \ 25a5f5765cSBruce A. Mah elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26a5f5765cSBruce A. Mah true; \ 27a5f5765cSBruce A. Mah else \ 28a5f5765cSBruce A. Mah false; \ 29a5f5765cSBruce A. Mah fi; \ 30a5f5765cSBruce A. Mah} 316edfd8d6SBruce A. Maham__make_running_with_option = \ 326edfd8d6SBruce A. Mah case $${target_option-} in \ 336edfd8d6SBruce A. Mah ?) ;; \ 346edfd8d6SBruce A. Mah *) echo "am__make_running_with_option: internal error: invalid" \ 356edfd8d6SBruce A. Mah "target option '$${target_option-}' specified" >&2; \ 366edfd8d6SBruce A. Mah exit 1;; \ 376edfd8d6SBruce A. Mah esac; \ 386edfd8d6SBruce A. Mah has_opt=no; \ 396edfd8d6SBruce A. Mah sane_makeflags=$$MAKEFLAGS; \ 406edfd8d6SBruce A. Mah if $(am__is_gnu_make); then \ 416edfd8d6SBruce A. Mah sane_makeflags=$$MFLAGS; \ 426edfd8d6SBruce A. Mah else \ 436edfd8d6SBruce A. Mah case $$MAKEFLAGS in \ 446edfd8d6SBruce A. Mah *\\[\ \ ]*) \ 456edfd8d6SBruce A. Mah bs=\\; \ 466edfd8d6SBruce A. Mah sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 476edfd8d6SBruce A. Mah | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 486edfd8d6SBruce A. Mah esac; \ 496edfd8d6SBruce A. Mah fi; \ 506edfd8d6SBruce A. Mah skip_next=no; \ 516edfd8d6SBruce A. Mah strip_trailopt () \ 526edfd8d6SBruce A. Mah { \ 536edfd8d6SBruce A. Mah flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 546edfd8d6SBruce A. Mah }; \ 556edfd8d6SBruce A. Mah for flg in $$sane_makeflags; do \ 566edfd8d6SBruce A. Mah test $$skip_next = yes && { skip_next=no; continue; }; \ 576edfd8d6SBruce A. Mah case $$flg in \ 586edfd8d6SBruce A. Mah *=*|--*) continue;; \ 596edfd8d6SBruce A. Mah -*I) strip_trailopt 'I'; skip_next=yes;; \ 606edfd8d6SBruce A. Mah -*I?*) strip_trailopt 'I';; \ 616edfd8d6SBruce A. Mah -*O) strip_trailopt 'O'; skip_next=yes;; \ 626edfd8d6SBruce A. Mah -*O?*) strip_trailopt 'O';; \ 636edfd8d6SBruce A. Mah -*l) strip_trailopt 'l'; skip_next=yes;; \ 646edfd8d6SBruce A. Mah -*l?*) strip_trailopt 'l';; \ 656edfd8d6SBruce A. Mah -[dEDm]) skip_next=yes;; \ 666edfd8d6SBruce A. Mah -[JT]) skip_next=yes;; \ 676edfd8d6SBruce A. Mah esac; \ 686edfd8d6SBruce A. Mah case $$flg in \ 696edfd8d6SBruce A. Mah *$$target_option*) has_opt=yes; break;; \ 706edfd8d6SBruce A. Mah esac; \ 716edfd8d6SBruce A. Mah done; \ 726edfd8d6SBruce A. Mah test $$has_opt = yes 736edfd8d6SBruce A. Maham__make_dryrun = (target_option=n; $(am__make_running_with_option)) 746edfd8d6SBruce A. Maham__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75e34c20c8SJon Duganpkgdatadir = $(datadir)/@PACKAGE@ 7656a97f93Sjefpkgincludedir = $(includedir)/@PACKAGE@ 7760bd98a5SBruce A. Mahpkglibdir = $(libdir)/@PACKAGE@ 7860bd98a5SBruce A. Mahpkglibexecdir = $(libexecdir)/@PACKAGE@ 79e34c20c8SJon Duganam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80e34c20c8SJon Duganinstall_sh_DATA = $(install_sh) -c -m 644 81e34c20c8SJon Duganinstall_sh_PROGRAM = $(install_sh) -c 82e34c20c8SJon Duganinstall_sh_SCRIPT = $(install_sh) -c 83e34c20c8SJon DuganINSTALL_HEADER = $(INSTALL_DATA) 84e34c20c8SJon Dugantransform = $(program_transform_name) 85e34c20c8SJon DuganNORMAL_INSTALL = : 86e34c20c8SJon DuganPRE_INSTALL = : 87e34c20c8SJon DuganPOST_INSTALL = : 88e34c20c8SJon DuganNORMAL_UNINSTALL = : 89e34c20c8SJon DuganPRE_UNINSTALL = : 90e34c20c8SJon DuganPOST_UNINSTALL = : 9101ca972bSsethdelliottbuild_triplet = @build@ 92e34c20c8SJon Duganhost_triplet = @host@ 9301ca972bSsethdelliottbin_PROGRAMS = iperf3$(EXEEXT) 94d4dfec78SBruce A. Mah@ENABLE_PROFILING_FALSE@noinst_PROGRAMS = t_timer$(EXEEXT) \ 95cf1f1a3dSBruce A. Mah@ENABLE_PROFILING_FALSE@ t_units$(EXEEXT) t_uuid$(EXEEXT) \ 9633d3b199SBruce A. Mah@ENABLE_PROFILING_FALSE@ t_api$(EXEEXT) t_auth$(EXEEXT) 97d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@noinst_PROGRAMS = t_timer$(EXEEXT) \ 98d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@ t_units$(EXEEXT) t_uuid$(EXEEXT) \ 9933d3b199SBruce A. Mah@ENABLE_PROFILING_TRUE@ t_api$(EXEEXT) t_auth$(EXEEXT) \ 10033d3b199SBruce A. Mah@ENABLE_PROFILING_TRUE@ iperf3_profile$(EXEEXT) 101cf1f1a3dSBruce A. MahTESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \ 10233d3b199SBruce A. Mah t_api$(EXEEXT) t_auth$(EXEEXT) 10301ca972bSsethdelliottsubdir = src 10401ca972bSsethdelliottACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1055e52a846SBruce A. Maham__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \ 10606280a6dSBruce A. Mah $(top_srcdir)/config/iperf_config_static_bin.m4 \ 1075e52a846SBruce A. Mah $(top_srcdir)/configure.ac 10801ca972bSsethdelliottam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 10901ca972bSsethdelliott $(ACLOCAL_M4) 110a5f5765cSBruce A. MahDIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 111a5f5765cSBruce A. Mah $(am__DIST_COMMON) 11201ca972bSsethdelliottmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 113a57bcc2dSBruce A. MahCONFIG_HEADER = iperf_config.h 114fa275229SBruce A. MahCONFIG_CLEAN_FILES = version.h 11560bd98a5SBruce A. MahCONFIG_CLEAN_VPATH_FILES = 116ff1ea4e5SBruce A. Maham__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ 117ff1ea4e5SBruce A. Mah "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \ 118ff1ea4e5SBruce A. Mah "$(DESTDIR)$(includedir)" 119ff1ea4e5SBruce A. MahPROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 12001ca972bSsethdelliottam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 12101ca972bSsethdelliottam__vpath_adj = case $$p in \ 12201ca972bSsethdelliott $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 12301ca972bSsethdelliott *) f=$$p;; \ 12401ca972bSsethdelliott esac; 12560bd98a5SBruce A. Maham__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 12660bd98a5SBruce A. Maham__install_max = 40 12760bd98a5SBruce A. Maham__nobase_strip_setup = \ 12860bd98a5SBruce A. Mah srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 12960bd98a5SBruce A. Maham__nobase_strip = \ 13060bd98a5SBruce A. Mah for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 13160bd98a5SBruce A. Maham__nobase_list = $(am__nobase_strip_setup); \ 13260bd98a5SBruce A. Mah for p in $$list; do echo "$$p $$p"; done | \ 13360bd98a5SBruce A. Mah sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 13460bd98a5SBruce A. Mah $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 13560bd98a5SBruce A. Mah if (++n[$$2] == $(am__install_max)) \ 13660bd98a5SBruce A. Mah { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 13760bd98a5SBruce A. Mah END { for (dir in files) print dir, files[dir] }' 13860bd98a5SBruce A. Maham__base_list = \ 13960bd98a5SBruce A. Mah sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 14060bd98a5SBruce A. Mah sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 1416edfd8d6SBruce A. Maham__uninstall_files_from_dir = { \ 1426edfd8d6SBruce A. Mah test -z "$$files" \ 1436edfd8d6SBruce A. Mah || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 1446edfd8d6SBruce A. Mah || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 1456edfd8d6SBruce A. Mah $(am__cd) "$$dir" && rm -f $$files; }; \ 1466edfd8d6SBruce A. Mah } 147dc1dd2dcSBruce A. MahLTLIBRARIES = $(lib_LTLIBRARIES) 148dc1dd2dcSBruce A. Mahlibiperf_la_LIBADD = 149dc1dd2dcSBruce A. Maham_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \ 1505e52a846SBruce A. Mah iperf_auth.lo iperf_client_api.lo iperf_locale.lo \ 1515e52a846SBruce A. Mah iperf_server_api.lo iperf_tcp.lo iperf_udp.lo iperf_sctp.lo \ 152cde81d76SBen Fox-Moore iperf_util.lo iperf_time.lo dscp.lo net.lo tcp_info.lo \ 153cde81d76SBen Fox-Moore timer.lo units.lo 154dc1dd2dcSBruce A. Mahlibiperf_la_OBJECTS = $(am_libiperf_la_OBJECTS) 1556edfd8d6SBruce A. MahAM_V_lt = $(am__v_lt_@AM_V@) 1566edfd8d6SBruce A. Maham__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 1576edfd8d6SBruce A. Maham__v_lt_0 = --silent 1586edfd8d6SBruce A. Maham__v_lt_1 = 15901ca972bSsethdelliottam_iperf3_OBJECTS = iperf3-main.$(OBJEXT) 16001ca972bSsethdelliottiperf3_OBJECTS = $(am_iperf3_OBJECTS) 161dc1dd2dcSBruce A. Mahiperf3_DEPENDENCIES = libiperf.la 1626edfd8d6SBruce A. Mahiperf3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1636edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(iperf3_CFLAGS) $(CFLAGS) \ 164ba7b91d2SJef Poskanzer $(iperf3_LDFLAGS) $(LDFLAGS) -o $@ 165d4dfec78SBruce A. Maham__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \ 166d4dfec78SBruce A. Mah iperf.h iperf_api.c iperf_api.h iperf_error.c iperf_auth.h \ 167d4dfec78SBruce A. Mah iperf_auth.c iperf_client_api.c iperf_locale.c iperf_locale.h \ 168d4dfec78SBruce A. Mah iperf_server_api.c iperf_tcp.c iperf_tcp.h iperf_udp.c \ 169d4dfec78SBruce A. Mah iperf_udp.h iperf_sctp.c iperf_sctp.h iperf_util.c \ 17064d1be0fSBruce A. Mah iperf_util.h iperf_time.c iperf_time.h dscp.c net.c net.h \ 17164d1be0fSBruce A. Mah portable_endian.h queue.h tcp_info.c timer.c timer.h units.c \ 17264d1be0fSBruce A. Mah units.h version.h 173a497129bSjefam__objects_1 = iperf3_profile-cjson.$(OBJEXT) \ 174a497129bSjef iperf3_profile-iperf_api.$(OBJEXT) \ 17501ca972bSsethdelliott iperf3_profile-iperf_error.$(OBJEXT) \ 1765e52a846SBruce A. Mah iperf3_profile-iperf_auth.$(OBJEXT) \ 177eb85608fSsethdelliott iperf3_profile-iperf_client_api.$(OBJEXT) \ 178b09e51ebSBruce A. Mah iperf3_profile-iperf_locale.$(OBJEXT) \ 17901ca972bSsethdelliott iperf3_profile-iperf_server_api.$(OBJEXT) \ 18001ca972bSsethdelliott iperf3_profile-iperf_tcp.$(OBJEXT) \ 18101ca972bSsethdelliott iperf3_profile-iperf_udp.$(OBJEXT) \ 18260bd98a5SBruce A. Mah iperf3_profile-iperf_sctp.$(OBJEXT) \ 18301ca972bSsethdelliott iperf3_profile-iperf_util.$(OBJEXT) \ 184cde81d76SBen Fox-Moore iperf3_profile-iperf_time.$(OBJEXT) \ 185a68712c7SBruce A. Mah iperf3_profile-dscp.$(OBJEXT) iperf3_profile-net.$(OBJEXT) \ 186a68712c7SBruce A. Mah iperf3_profile-tcp_info.$(OBJEXT) \ 18701ca972bSsethdelliott iperf3_profile-timer.$(OBJEXT) iperf3_profile-units.$(OBJEXT) 188d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@am_iperf3_profile_OBJECTS = \ 189d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@ iperf3_profile-main.$(OBJEXT) \ 190d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@ $(am__objects_1) 19101ca972bSsethdelliottiperf3_profile_OBJECTS = $(am_iperf3_profile_OBJECTS) 192d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@iperf3_profile_DEPENDENCIES = libiperf.la 1936edfd8d6SBruce A. Mahiperf3_profile_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 1946edfd8d6SBruce A. Mah $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 1956edfd8d6SBruce A. Mah $(iperf3_profile_CFLAGS) $(CFLAGS) $(iperf3_profile_LDFLAGS) \ 1966edfd8d6SBruce A. Mah $(LDFLAGS) -o $@ 197cf1f1a3dSBruce A. Maham_t_api_OBJECTS = t_api-t_api.$(OBJEXT) 198cf1f1a3dSBruce A. Maht_api_OBJECTS = $(am_t_api_OBJECTS) 199cf1f1a3dSBruce A. Maht_api_DEPENDENCIES = libiperf.la 200cf1f1a3dSBruce A. Maht_api_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 201cf1f1a3dSBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_api_CFLAGS) $(CFLAGS) \ 202cf1f1a3dSBruce A. Mah $(t_api_LDFLAGS) $(LDFLAGS) -o $@ 20333d3b199SBruce A. Maham_t_auth_OBJECTS = t_auth-t_auth.$(OBJEXT) 20433d3b199SBruce A. Maht_auth_OBJECTS = $(am_t_auth_OBJECTS) 20533d3b199SBruce A. Maht_auth_DEPENDENCIES = libiperf.la 20633d3b199SBruce A. Maht_auth_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 20733d3b199SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_auth_CFLAGS) $(CFLAGS) \ 20833d3b199SBruce A. Mah $(t_auth_LDFLAGS) $(LDFLAGS) -o $@ 20901ca972bSsethdelliottam_t_timer_OBJECTS = t_timer-t_timer.$(OBJEXT) 21001ca972bSsethdelliottt_timer_OBJECTS = $(am_t_timer_OBJECTS) 211dc1dd2dcSBruce A. Maht_timer_DEPENDENCIES = libiperf.la 2126edfd8d6SBruce A. Maht_timer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2136edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_timer_CFLAGS) \ 2146edfd8d6SBruce A. Mah $(CFLAGS) $(t_timer_LDFLAGS) $(LDFLAGS) -o $@ 21501ca972bSsethdelliottam_t_units_OBJECTS = t_units-t_units.$(OBJEXT) 21601ca972bSsethdelliottt_units_OBJECTS = $(am_t_units_OBJECTS) 217dc1dd2dcSBruce A. Maht_units_DEPENDENCIES = libiperf.la 2186edfd8d6SBruce A. Maht_units_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2196edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_units_CFLAGS) \ 2206edfd8d6SBruce A. Mah $(CFLAGS) $(t_units_LDFLAGS) $(LDFLAGS) -o $@ 22101ca972bSsethdelliottam_t_uuid_OBJECTS = t_uuid-t_uuid.$(OBJEXT) 22201ca972bSsethdelliottt_uuid_OBJECTS = $(am_t_uuid_OBJECTS) 223dc1dd2dcSBruce A. Maht_uuid_DEPENDENCIES = libiperf.la 2246edfd8d6SBruce A. Maht_uuid_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2256edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_uuid_CFLAGS) $(CFLAGS) \ 226ba7b91d2SJef Poskanzer $(t_uuid_LDFLAGS) $(LDFLAGS) -o $@ 2276edfd8d6SBruce A. MahAM_V_P = $(am__v_P_@AM_V@) 2286edfd8d6SBruce A. Maham__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 2296edfd8d6SBruce A. Maham__v_P_0 = false 2306edfd8d6SBruce A. Maham__v_P_1 = : 2316edfd8d6SBruce A. MahAM_V_GEN = $(am__v_GEN_@AM_V@) 2326edfd8d6SBruce A. Maham__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 2336edfd8d6SBruce A. Maham__v_GEN_0 = @echo " GEN " $@; 2346edfd8d6SBruce A. Maham__v_GEN_1 = 2356edfd8d6SBruce A. MahAM_V_at = $(am__v_at_@AM_V@) 2366edfd8d6SBruce A. Maham__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 2376edfd8d6SBruce A. Maham__v_at_0 = @ 2386edfd8d6SBruce A. Maham__v_at_1 = 239ba7b91d2SJef PoskanzerDEFAULT_INCLUDES = -I.@am__isrc@ 24001ca972bSsethdelliottdepcomp = $(SHELL) $(top_srcdir)/config/depcomp 241ff1ea4e5SBruce A. Maham__maybe_remake_depfiles = depfiles 242ff1ea4e5SBruce A. Maham__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \ 243ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \ 244ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-dscp.Po \ 245ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_api.Po \ 246ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_auth.Po \ 247ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po \ 248ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_error.Po \ 249ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_locale.Po \ 250ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po \ 251ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po \ 252ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po \ 253cde81d76SBen Fox-Moore ./$(DEPDIR)/iperf3_profile-iperf_time.Po \ 254ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_udp.Po \ 255ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-iperf_util.Po \ 256ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-main.Po \ 257ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-net.Po \ 258ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-tcp_info.Po \ 259ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-timer.Po \ 260ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf3_profile-units.Po ./$(DEPDIR)/iperf_api.Plo \ 261ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf_auth.Plo ./$(DEPDIR)/iperf_client_api.Plo \ 262ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf_error.Plo ./$(DEPDIR)/iperf_locale.Plo \ 263ff1ea4e5SBruce A. Mah ./$(DEPDIR)/iperf_sctp.Plo ./$(DEPDIR)/iperf_server_api.Plo \ 26464d1be0fSBruce A. Mah ./$(DEPDIR)/iperf_tcp.Plo ./$(DEPDIR)/iperf_time.Plo \ 26564d1be0fSBruce A. Mah ./$(DEPDIR)/iperf_udp.Plo ./$(DEPDIR)/iperf_util.Plo \ 26664d1be0fSBruce A. Mah ./$(DEPDIR)/net.Plo ./$(DEPDIR)/t_api-t_api.Po \ 26733d3b199SBruce A. Mah ./$(DEPDIR)/t_auth-t_auth.Po ./$(DEPDIR)/t_timer-t_timer.Po \ 26833d3b199SBruce A. Mah ./$(DEPDIR)/t_units-t_units.Po ./$(DEPDIR)/t_uuid-t_uuid.Po \ 26933d3b199SBruce A. Mah ./$(DEPDIR)/tcp_info.Plo ./$(DEPDIR)/timer.Plo \ 27033d3b199SBruce A. Mah ./$(DEPDIR)/units.Plo 27160bd98a5SBruce A. Maham__mv = mv -f 27201ca972bSsethdelliottCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 27301ca972bSsethdelliott $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 2746edfd8d6SBruce A. MahLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2756edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 2766edfd8d6SBruce A. Mah $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 2776edfd8d6SBruce A. Mah $(AM_CFLAGS) $(CFLAGS) 2786edfd8d6SBruce A. MahAM_V_CC = $(am__v_CC_@AM_V@) 2796edfd8d6SBruce A. Maham__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 2806edfd8d6SBruce A. Maham__v_CC_0 = @echo " CC " $@; 2816edfd8d6SBruce A. Maham__v_CC_1 = 28201ca972bSsethdelliottCCLD = $(CC) 2836edfd8d6SBruce A. MahLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2846edfd8d6SBruce A. Mah $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 2856edfd8d6SBruce A. Mah $(AM_LDFLAGS) $(LDFLAGS) -o $@ 2866edfd8d6SBruce A. MahAM_V_CCLD = $(am__v_CCLD_@AM_V@) 2876edfd8d6SBruce A. Maham__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 2886edfd8d6SBruce A. Maham__v_CCLD_0 = @echo " CCLD " $@; 2896edfd8d6SBruce A. Maham__v_CCLD_1 = 290dc1dd2dcSBruce A. MahSOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ 29133d3b199SBruce A. Mah $(iperf3_profile_SOURCES) $(t_api_SOURCES) $(t_auth_SOURCES) \ 29233d3b199SBruce A. Mah $(t_timer_SOURCES) $(t_units_SOURCES) $(t_uuid_SOURCES) 293dc1dd2dcSBruce A. MahDIST_SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ 294cf1f1a3dSBruce A. Mah $(am__iperf3_profile_SOURCES_DIST) $(t_api_SOURCES) \ 29533d3b199SBruce A. Mah $(t_auth_SOURCES) $(t_timer_SOURCES) $(t_units_SOURCES) \ 29633d3b199SBruce A. Mah $(t_uuid_SOURCES) 2976edfd8d6SBruce A. Maham__can_run_installinfo = \ 2986edfd8d6SBruce A. Mah case $$AM_UPDATE_INFO_DIR in \ 2996edfd8d6SBruce A. Mah n|no|NO) false;; \ 3006edfd8d6SBruce A. Mah *) (install-info --version) >/dev/null 2>&1;; \ 3016edfd8d6SBruce A. Mah esac 30201ca972bSsethdelliottman1dir = $(mandir)/man1 3033e587542SJef Poskanzerman3dir = $(mandir)/man3 30401ca972bSsethdelliottNROFF = nroff 3053e587542SJef PoskanzerMANS = $(dist_man_MANS) 30601ca972bSsethdelliottHEADERS = $(include_HEADERS) 30706280a6dSBruce A. Maham__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 30806280a6dSBruce A. Mah iperf_config.h.in 3096edfd8d6SBruce A. Mah# Read a list of newline-separated strings from the standard input, 3106edfd8d6SBruce A. Mah# and print each of them once, without duplicates. Input order is 3116edfd8d6SBruce A. Mah# *not* preserved. 3126edfd8d6SBruce A. Maham__uniquify_input = $(AWK) '\ 3136edfd8d6SBruce A. Mah BEGIN { nonempty = 0; } \ 3146edfd8d6SBruce A. Mah { items[$$0] = 1; nonempty = 1; } \ 3156edfd8d6SBruce A. Mah END { if (nonempty) { for (i in items) print i; }; } \ 3166edfd8d6SBruce A. Mah' 3176edfd8d6SBruce A. Mah# Make sure the list of sources is unique. This is necessary because, 3186edfd8d6SBruce A. Mah# e.g., the same source file might be shared among _SOURCES variables 3196edfd8d6SBruce A. Mah# for different programs/libraries. 3206edfd8d6SBruce A. Maham__define_uniq_tagged_files = \ 3216edfd8d6SBruce A. Mah list='$(am__tagged_files)'; \ 3226edfd8d6SBruce A. Mah unique=`for i in $$list; do \ 3236edfd8d6SBruce A. Mah if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 3246edfd8d6SBruce A. Mah done | $(am__uniquify_input)` 3256edfd8d6SBruce A. Maham__tty_colors_dummy = \ 3266edfd8d6SBruce A. Mah mgn= red= grn= lgn= blu= brg= std=; \ 3276edfd8d6SBruce A. Mah am__color_tests=no 3286edfd8d6SBruce A. Maham__tty_colors = { \ 3296edfd8d6SBruce A. Mah $(am__tty_colors_dummy); \ 3306edfd8d6SBruce A. Mah if test "X$(AM_COLOR_TESTS)" = Xno; then \ 3316edfd8d6SBruce A. Mah am__color_tests=no; \ 3326edfd8d6SBruce A. Mah elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 3336edfd8d6SBruce A. Mah am__color_tests=yes; \ 3346edfd8d6SBruce A. Mah elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 3356edfd8d6SBruce A. Mah am__color_tests=yes; \ 3366edfd8d6SBruce A. Mah fi; \ 3376edfd8d6SBruce A. Mah if test $$am__color_tests = yes; then \ 3386edfd8d6SBruce A. Mah red='[0;31m'; \ 3396edfd8d6SBruce A. Mah grn='[0;32m'; \ 3406edfd8d6SBruce A. Mah lgn='[1;32m'; \ 3416edfd8d6SBruce A. Mah blu='[1;34m'; \ 3426edfd8d6SBruce A. Mah mgn='[0;35m'; \ 3436edfd8d6SBruce A. Mah brg='[1m'; \ 3446edfd8d6SBruce A. Mah std='[m'; \ 3456edfd8d6SBruce A. Mah fi; \ 3466edfd8d6SBruce A. Mah} 3476edfd8d6SBruce A. Maham__recheck_rx = ^[ ]*:recheck:[ ]* 3486edfd8d6SBruce A. Maham__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 3496edfd8d6SBruce A. Maham__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 3506edfd8d6SBruce A. Mah# A command that, given a newline-separated list of test names on the 3516edfd8d6SBruce A. Mah# standard input, print the name of the tests that are to be re-run 3526edfd8d6SBruce A. Mah# upon "make recheck". 3536edfd8d6SBruce A. Maham__list_recheck_tests = $(AWK) '{ \ 3546edfd8d6SBruce A. Mah recheck = 1; \ 3556edfd8d6SBruce A. Mah while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 3566edfd8d6SBruce A. Mah { \ 3576edfd8d6SBruce A. Mah if (rc < 0) \ 3586edfd8d6SBruce A. Mah { \ 3596edfd8d6SBruce A. Mah if ((getline line2 < ($$0 ".log")) < 0) \ 3606edfd8d6SBruce A. Mah recheck = 0; \ 3616edfd8d6SBruce A. Mah break; \ 3626edfd8d6SBruce A. Mah } \ 3636edfd8d6SBruce A. Mah else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 3646edfd8d6SBruce A. Mah { \ 3656edfd8d6SBruce A. Mah recheck = 0; \ 3666edfd8d6SBruce A. Mah break; \ 3676edfd8d6SBruce A. Mah } \ 3686edfd8d6SBruce A. Mah else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 3696edfd8d6SBruce A. Mah { \ 3706edfd8d6SBruce A. Mah break; \ 3716edfd8d6SBruce A. Mah } \ 3726edfd8d6SBruce A. Mah }; \ 3736edfd8d6SBruce A. Mah if (recheck) \ 3746edfd8d6SBruce A. Mah print $$0; \ 3756edfd8d6SBruce A. Mah close ($$0 ".trs"); \ 3766edfd8d6SBruce A. Mah close ($$0 ".log"); \ 3776edfd8d6SBruce A. Mah}' 3786edfd8d6SBruce A. Mah# A command that, given a newline-separated list of test names on the 3796edfd8d6SBruce A. Mah# standard input, create the global log from their .trs and .log files. 3806edfd8d6SBruce A. Maham__create_global_log = $(AWK) ' \ 3816edfd8d6SBruce A. Mahfunction fatal(msg) \ 3826edfd8d6SBruce A. Mah{ \ 3836edfd8d6SBruce A. Mah print "fatal: making $@: " msg | "cat >&2"; \ 3846edfd8d6SBruce A. Mah exit 1; \ 3856edfd8d6SBruce A. Mah} \ 3866edfd8d6SBruce A. Mahfunction rst_section(header) \ 3876edfd8d6SBruce A. Mah{ \ 3886edfd8d6SBruce A. Mah print header; \ 3896edfd8d6SBruce A. Mah len = length(header); \ 3906edfd8d6SBruce A. Mah for (i = 1; i <= len; i = i + 1) \ 3916edfd8d6SBruce A. Mah printf "="; \ 3926edfd8d6SBruce A. Mah printf "\n\n"; \ 3936edfd8d6SBruce A. Mah} \ 3946edfd8d6SBruce A. Mah{ \ 3956edfd8d6SBruce A. Mah copy_in_global_log = 1; \ 3966edfd8d6SBruce A. Mah global_test_result = "RUN"; \ 3976edfd8d6SBruce A. Mah while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 3986edfd8d6SBruce A. Mah { \ 3996edfd8d6SBruce A. Mah if (rc < 0) \ 4006edfd8d6SBruce A. Mah fatal("failed to read from " $$0 ".trs"); \ 4016edfd8d6SBruce A. Mah if (line ~ /$(am__global_test_result_rx)/) \ 4026edfd8d6SBruce A. Mah { \ 4036edfd8d6SBruce A. Mah sub("$(am__global_test_result_rx)", "", line); \ 4046edfd8d6SBruce A. Mah sub("[ ]*$$", "", line); \ 4056edfd8d6SBruce A. Mah global_test_result = line; \ 4066edfd8d6SBruce A. Mah } \ 4076edfd8d6SBruce A. Mah else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 4086edfd8d6SBruce A. Mah copy_in_global_log = 0; \ 4096edfd8d6SBruce A. Mah }; \ 4106edfd8d6SBruce A. Mah if (copy_in_global_log) \ 4116edfd8d6SBruce A. Mah { \ 4126edfd8d6SBruce A. Mah rst_section(global_test_result ": " $$0); \ 4136edfd8d6SBruce A. Mah while ((rc = (getline line < ($$0 ".log"))) != 0) \ 4146edfd8d6SBruce A. Mah { \ 4156edfd8d6SBruce A. Mah if (rc < 0) \ 4166edfd8d6SBruce A. Mah fatal("failed to read from " $$0 ".log"); \ 4176edfd8d6SBruce A. Mah print line; \ 4186edfd8d6SBruce A. Mah }; \ 4196edfd8d6SBruce A. Mah printf "\n"; \ 4206edfd8d6SBruce A. Mah }; \ 4216edfd8d6SBruce A. Mah close ($$0 ".trs"); \ 4226edfd8d6SBruce A. Mah close ($$0 ".log"); \ 4236edfd8d6SBruce A. Mah}' 4246edfd8d6SBruce A. Mah# Restructured Text title. 4256edfd8d6SBruce A. Maham__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 4266edfd8d6SBruce A. Mah# Solaris 10 'make', and several other traditional 'make' implementations, 4276edfd8d6SBruce A. Mah# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 4286edfd8d6SBruce A. Mah# by disabling -e (using the XSI extension "set +e") if it's set. 4296edfd8d6SBruce A. Maham__sh_e_setup = case $$- in *e*) set +e;; esac 4306edfd8d6SBruce A. Mah# Default flags passed to test drivers. 4316edfd8d6SBruce A. Maham__common_driver_flags = \ 4326edfd8d6SBruce A. Mah --color-tests "$$am__color_tests" \ 4336edfd8d6SBruce A. Mah --enable-hard-errors "$$am__enable_hard_errors" \ 4346edfd8d6SBruce A. Mah --expect-failure "$$am__expect_failure" 4356edfd8d6SBruce A. Mah# To be inserted before the command running the test. Creates the 4366edfd8d6SBruce A. Mah# directory for the log if needed. Stores in $dir the directory 4376edfd8d6SBruce A. Mah# containing $f, in $tst the test, in $log the log. Executes the 4386edfd8d6SBruce A. Mah# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 4396edfd8d6SBruce A. Mah# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 4406edfd8d6SBruce A. Mah# will run the test scripts (or their associated LOG_COMPILER, if 4416edfd8d6SBruce A. Mah# thy have one). 4426edfd8d6SBruce A. Maham__check_pre = \ 4436edfd8d6SBruce A. Mah$(am__sh_e_setup); \ 4446edfd8d6SBruce A. Mah$(am__vpath_adj_setup) $(am__vpath_adj) \ 4456edfd8d6SBruce A. Mah$(am__tty_colors); \ 4466edfd8d6SBruce A. Mahsrcdir=$(srcdir); export srcdir; \ 4476edfd8d6SBruce A. Mahcase "$@" in \ 4486edfd8d6SBruce A. Mah */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 4496edfd8d6SBruce A. Mah *) am__odir=.;; \ 4506edfd8d6SBruce A. Mahesac; \ 4516edfd8d6SBruce A. Mahtest "x$$am__odir" = x"." || test -d "$$am__odir" \ 4526edfd8d6SBruce A. Mah || $(MKDIR_P) "$$am__odir" || exit $$?; \ 4536edfd8d6SBruce A. Mahif test -f "./$$f"; then dir=./; \ 4546edfd8d6SBruce A. Mahelif test -f "$$f"; then dir=; \ 4556edfd8d6SBruce A. Mahelse dir="$(srcdir)/"; fi; \ 4566edfd8d6SBruce A. Mahtst=$$dir$$f; log='$@'; \ 4576edfd8d6SBruce A. Mahif test -n '$(DISABLE_HARD_ERRORS)'; then \ 4586edfd8d6SBruce A. Mah am__enable_hard_errors=no; \ 4596edfd8d6SBruce A. Mahelse \ 4606edfd8d6SBruce A. Mah am__enable_hard_errors=yes; \ 4616edfd8d6SBruce A. Mahfi; \ 4626edfd8d6SBruce A. Mahcase " $(XFAIL_TESTS) " in \ 4636edfd8d6SBruce A. Mah *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 4646edfd8d6SBruce A. Mah am__expect_failure=yes;; \ 4656edfd8d6SBruce A. Mah *) \ 4666edfd8d6SBruce A. Mah am__expect_failure=no;; \ 4676edfd8d6SBruce A. Mahesac; \ 4686edfd8d6SBruce A. Mah$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 4696edfd8d6SBruce A. Mah# A shell command to get the names of the tests scripts with any registered 4706edfd8d6SBruce A. Mah# extension removed (i.e., equivalently, the names of the test logs, with 4716edfd8d6SBruce A. Mah# the '.log' extension removed). The result is saved in the shell variable 4726edfd8d6SBruce A. Mah# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 4736edfd8d6SBruce A. Mah# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 4746edfd8d6SBruce A. Mah# since that might cause problem with VPATH rewrites for suffix-less tests. 4756edfd8d6SBruce A. Mah# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 4766edfd8d6SBruce A. Maham__set_TESTS_bases = \ 4776edfd8d6SBruce A. Mah bases='$(TEST_LOGS)'; \ 4786edfd8d6SBruce A. Mah bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 4796edfd8d6SBruce A. Mah bases=`echo $$bases` 48021581a72SBruce A. MahAM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 4816edfd8d6SBruce A. MahRECHECK_LOGS = $(TEST_LOGS) 4826edfd8d6SBruce A. MahAM_RECURSIVE_TARGETS = check recheck 4836edfd8d6SBruce A. MahTEST_SUITE_LOG = test-suite.log 4846edfd8d6SBruce A. MahTEST_EXTENSIONS = @EXEEXT@ .test 4856edfd8d6SBruce A. MahLOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver 4866edfd8d6SBruce A. MahLOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 4876edfd8d6SBruce A. Maham__set_b = \ 4886edfd8d6SBruce A. Mah case '$@' in \ 4896edfd8d6SBruce A. Mah */*) \ 4906edfd8d6SBruce A. Mah case '$*' in \ 4916edfd8d6SBruce A. Mah */*) b='$*';; \ 4926edfd8d6SBruce A. Mah *) b=`echo '$@' | sed 's/\.log$$//'`; \ 4936edfd8d6SBruce A. Mah esac;; \ 4946edfd8d6SBruce A. Mah *) \ 4956edfd8d6SBruce A. Mah b='$*';; \ 4966edfd8d6SBruce A. Mah esac 4976edfd8d6SBruce A. Maham__test_logs1 = $(TESTS:=.log) 4986edfd8d6SBruce A. Maham__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 4996edfd8d6SBruce A. MahTEST_LOGS = $(am__test_logs2:.test.log=.log) 5006edfd8d6SBruce A. MahTEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver 5016edfd8d6SBruce A. MahTEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 5026edfd8d6SBruce A. Mah $(TEST_LOG_FLAGS) 503a5f5765cSBruce A. Maham__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ 504a5f5765cSBruce A. Mah $(srcdir)/iperf_config.h.in $(srcdir)/version.h.in \ 505a5f5765cSBruce A. Mah $(top_srcdir)/config/depcomp \ 506a5f5765cSBruce A. Mah $(top_srcdir)/config/mkinstalldirs \ 507a5f5765cSBruce A. Mah $(top_srcdir)/config/test-driver 50801ca972bSsethdelliottDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 509e34c20c8SJon DuganACLOCAL = @ACLOCAL@ 510e34c20c8SJon DuganAMTAR = @AMTAR@ 5116edfd8d6SBruce A. MahAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 512e34c20c8SJon DuganAR = @AR@ 513e34c20c8SJon DuganAUTOCONF = @AUTOCONF@ 514e34c20c8SJon DuganAUTOHEADER = @AUTOHEADER@ 515e34c20c8SJon DuganAUTOMAKE = @AUTOMAKE@ 516e34c20c8SJon DuganAWK = @AWK@ 517e34c20c8SJon DuganCC = @CC@ 518e34c20c8SJon DuganCCDEPMODE = @CCDEPMODE@ 519e34c20c8SJon DuganCFLAGS = @CFLAGS@ 520e34c20c8SJon DuganCPPFLAGS = @CPPFLAGS@ 52176bd67f6SSarah LarsenCSCOPE = @CSCOPE@ 52276bd67f6SSarah LarsenCTAGS = @CTAGS@ 523e34c20c8SJon DuganCYGPATH_W = @CYGPATH_W@ 524e34c20c8SJon DuganDEFS = @DEFS@ 525e34c20c8SJon DuganDEPDIR = @DEPDIR@ 5266edfd8d6SBruce A. MahDLLTOOL = @DLLTOOL@ 527ba7b91d2SJef PoskanzerDSYMUTIL = @DSYMUTIL@ 528ba7b91d2SJef PoskanzerDUMPBIN = @DUMPBIN@ 529e34c20c8SJon DuganECHO_C = @ECHO_C@ 530e34c20c8SJon DuganECHO_N = @ECHO_N@ 531e34c20c8SJon DuganECHO_T = @ECHO_T@ 532e34c20c8SJon DuganEGREP = @EGREP@ 53376bd67f6SSarah LarsenETAGS = @ETAGS@ 534e34c20c8SJon DuganEXEEXT = @EXEEXT@ 535ba7b91d2SJef PoskanzerFGREP = @FGREP@ 536*85b25c2eSBruce A. MahFILECMD = @FILECMD@ 537e34c20c8SJon DuganGREP = @GREP@ 538ba7b91d2SJef PoskanzerINSTALL = @INSTALL@ 539e34c20c8SJon DuganINSTALL_DATA = @INSTALL_DATA@ 540e34c20c8SJon DuganINSTALL_PROGRAM = @INSTALL_PROGRAM@ 541e34c20c8SJon DuganINSTALL_SCRIPT = @INSTALL_SCRIPT@ 542e34c20c8SJon DuganINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 543ba7b91d2SJef PoskanzerLD = @LD@ 544e34c20c8SJon DuganLDFLAGS = @LDFLAGS@ 545e34c20c8SJon DuganLIBOBJS = @LIBOBJS@ 546e34c20c8SJon DuganLIBS = @LIBS@ 547e34c20c8SJon DuganLIBTOOL = @LIBTOOL@ 548ba7b91d2SJef PoskanzerLIPO = @LIPO@ 549e34c20c8SJon DuganLN_S = @LN_S@ 550e34c20c8SJon DuganLTLIBOBJS = @LTLIBOBJS@ 551a5f5765cSBruce A. MahLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 5526edfd8d6SBruce A. MahMAINT = @MAINT@ 553e34c20c8SJon DuganMAKEINFO = @MAKEINFO@ 5546edfd8d6SBruce A. MahMANIFEST_TOOL = @MANIFEST_TOOL@ 555ba7b91d2SJef PoskanzerMKDIR_P = @MKDIR_P@ 556ba7b91d2SJef PoskanzerNM = @NM@ 557ba7b91d2SJef PoskanzerNMEDIT = @NMEDIT@ 55860bd98a5SBruce A. MahOBJDUMP = @OBJDUMP@ 559e34c20c8SJon DuganOBJEXT = @OBJEXT@ 5605e52a846SBruce A. MahOPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 5615e52a846SBruce A. MahOPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 5625e52a846SBruce A. MahOPENSSL_LIBS = @OPENSSL_LIBS@ 563ba7b91d2SJef PoskanzerOTOOL = @OTOOL@ 564ba7b91d2SJef PoskanzerOTOOL64 = @OTOOL64@ 565e34c20c8SJon DuganPACKAGE = @PACKAGE@ 566e34c20c8SJon DuganPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 567e34c20c8SJon DuganPACKAGE_NAME = @PACKAGE_NAME@ 568e34c20c8SJon DuganPACKAGE_STRING = @PACKAGE_STRING@ 569e34c20c8SJon DuganPACKAGE_TARNAME = @PACKAGE_TARNAME@ 5706edfd8d6SBruce A. MahPACKAGE_URL = @PACKAGE_URL@ 571e34c20c8SJon DuganPACKAGE_VERSION = @PACKAGE_VERSION@ 572e34c20c8SJon DuganPATH_SEPARATOR = @PATH_SEPARATOR@ 5735e52a846SBruce A. MahPKG_CONFIG = @PKG_CONFIG@ 574e34c20c8SJon DuganRANLIB = @RANLIB@ 575e34c20c8SJon DuganSED = @SED@ 576e34c20c8SJon DuganSET_MAKE = @SET_MAKE@ 577e34c20c8SJon DuganSHELL = @SHELL@ 578e34c20c8SJon DuganSTRIP = @STRIP@ 579e34c20c8SJon DuganVERSION = @VERSION@ 580ba7b91d2SJef Poskanzerabs_builddir = @abs_builddir@ 581ba7b91d2SJef Poskanzerabs_srcdir = @abs_srcdir@ 582ba7b91d2SJef Poskanzerabs_top_builddir = @abs_top_builddir@ 583ba7b91d2SJef Poskanzerabs_top_srcdir = @abs_top_srcdir@ 5846edfd8d6SBruce A. Mahac_ct_AR = @ac_ct_AR@ 585e34c20c8SJon Duganac_ct_CC = @ac_ct_CC@ 586ba7b91d2SJef Poskanzerac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 587e34c20c8SJon Duganam__include = @am__include@ 588e34c20c8SJon Duganam__leading_dot = @am__leading_dot@ 589e34c20c8SJon Duganam__quote = @am__quote@ 59001ca972bSsethdelliottam__tar = @am__tar@ 59101ca972bSsethdelliottam__untar = @am__untar@ 592e34c20c8SJon Duganbindir = @bindir@ 593e34c20c8SJon Duganbuild = @build@ 594e34c20c8SJon Duganbuild_alias = @build_alias@ 595e34c20c8SJon Duganbuild_cpu = @build_cpu@ 596e34c20c8SJon Duganbuild_os = @build_os@ 597e34c20c8SJon Duganbuild_vendor = @build_vendor@ 598ba7b91d2SJef Poskanzerbuilddir = @builddir@ 599e34c20c8SJon Dugandatadir = @datadir@ 600e34c20c8SJon Dugandatarootdir = @datarootdir@ 601e34c20c8SJon Dugandocdir = @docdir@ 602e34c20c8SJon Dugandvidir = @dvidir@ 603e34c20c8SJon Duganexec_prefix = @exec_prefix@ 604e34c20c8SJon Duganhost = @host@ 605e34c20c8SJon Duganhost_alias = @host_alias@ 606e34c20c8SJon Duganhost_cpu = @host_cpu@ 607e34c20c8SJon Duganhost_os = @host_os@ 608e34c20c8SJon Duganhost_vendor = @host_vendor@ 609e34c20c8SJon Duganhtmldir = @htmldir@ 610e34c20c8SJon Duganincludedir = @includedir@ 611e34c20c8SJon Duganinfodir = @infodir@ 612e34c20c8SJon Duganinstall_sh = @install_sh@ 613e34c20c8SJon Duganlibdir = @libdir@ 614e34c20c8SJon Duganlibexecdir = @libexecdir@ 615e34c20c8SJon Duganlocaledir = @localedir@ 616e34c20c8SJon Duganlocalstatedir = @localstatedir@ 617e34c20c8SJon Duganmandir = @mandir@ 61801ca972bSsethdelliottmkdir_p = @mkdir_p@ 619e34c20c8SJon Duganoldincludedir = @oldincludedir@ 620e34c20c8SJon Duganpdfdir = @pdfdir@ 621e34c20c8SJon Duganprefix = @prefix@ 622e34c20c8SJon Duganprogram_transform_name = @program_transform_name@ 623e34c20c8SJon Duganpsdir = @psdir@ 624e479d607SBruce A. Mahrunstatedir = @runstatedir@ 625e34c20c8SJon Dugansbindir = @sbindir@ 626e34c20c8SJon Dugansharedstatedir = @sharedstatedir@ 627ba7b91d2SJef Poskanzersrcdir = @srcdir@ 628e34c20c8SJon Dugansysconfdir = @sysconfdir@ 629e34c20c8SJon Dugantarget_alias = @target_alias@ 63060bd98a5SBruce A. Mahtop_build_prefix = @top_build_prefix@ 631ba7b91d2SJef Poskanzertop_builddir = @top_builddir@ 632ba7b91d2SJef Poskanzertop_srcdir = @top_srcdir@ 633dc1dd2dcSBruce A. Mahlib_LTLIBRARIES = libiperf.la # Build and install an iperf library 63498ce496bSjefinclude_HEADERS = iperf_api.h # Defines the headers that get installed with the program 635e34c20c8SJon Dugan 636e34c20c8SJon Dugan# Specify the source files and flags for the iperf library 637dc1dd2dcSBruce A. Mahlibiperf_la_SOURCES = \ 638a497129bSjef cjson.c \ 639a497129bSjef cjson.h \ 640dc1dd2dcSBruce A. Mah flowlabel.h \ 641e34c20c8SJon Dugan iperf.h \ 64201ca972bSsethdelliott iperf_api.c \ 64301ca972bSsethdelliott iperf_api.h \ 64401ca972bSsethdelliott iperf_error.c \ 645a51045deSralcini iperf_auth.h \ 646a51045deSralcini iperf_auth.c \ 647eb85608fSsethdelliott iperf_client_api.c \ 648b09e51ebSBruce A. Mah iperf_locale.c \ 649b09e51ebSBruce A. Mah iperf_locale.h \ 65001ca972bSsethdelliott iperf_server_api.c \ 65101ca972bSsethdelliott iperf_tcp.c \ 652e34c20c8SJon Dugan iperf_tcp.h \ 65301ca972bSsethdelliott iperf_udp.c \ 654e34c20c8SJon Dugan iperf_udp.h \ 65560bd98a5SBruce A. Mah iperf_sctp.c \ 65660bd98a5SBruce A. Mah iperf_sctp.h \ 65701ca972bSsethdelliott iperf_util.c \ 658b0b16b86SJon Dugan iperf_util.h \ 659cde81d76SBen Fox-Moore iperf_time.c \ 660cde81d76SBen Fox-Moore iperf_time.h \ 661a68712c7SBruce A. Mah dscp.c \ 66201ca972bSsethdelliott net.c \ 66301ca972bSsethdelliott net.h \ 664883a465aSBruce A. Mah portable_endian.h \ 665861c06d8SAndy Lake queue.h \ 66601ca972bSsethdelliott tcp_info.c \ 66701ca972bSsethdelliott timer.c \ 66801ca972bSsethdelliott timer.h \ 66901ca972bSsethdelliott units.c \ 67001ca972bSsethdelliott units.h \ 671e34c20c8SJon Dugan version.h 672e34c20c8SJon Dugan 673e34c20c8SJon Dugan 674e34c20c8SJon Dugan# Specify the sources and various flags for the iperf binary 675e34c20c8SJon Duganiperf3_SOURCES = main.c 67694c0bfffSBruce A. Mahiperf3_CFLAGS = -g 677dc1dd2dcSBruce A. Mahiperf3_LDADD = libiperf.la 67896609aecSJef Poskanzeriperf3_LDFLAGS = -g 679e34c20c8SJon Dugan 6804a3efb37SBruce A. Mah# If the iperf-profiled-binary is enabled 681e34c20c8SJon Dugan# Specify the sources and various flags for the profiled iperf binary. This 682e34c20c8SJon Dugan# binary recompiles all the source files to make sure they are all profiled. 683d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@iperf3_profile_SOURCES = main.c \ 684d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@ $(libiperf_la_SOURCES) 685e34c20c8SJon Dugan 686d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -pg -g 687d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@iperf3_profile_LDADD = libiperf.la 688d4dfec78SBruce A. Mah@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -pg -g 689e34c20c8SJon Dugan 690e34c20c8SJon Dugan# Specify the sources and various flags for the test cases 691e34c20c8SJon Dugant_timer_SOURCES = t_timer.c 69294c0bfffSBruce A. Maht_timer_CFLAGS = -g 693dc1dd2dcSBruce A. Maht_timer_LDFLAGS = 694dc1dd2dcSBruce A. Maht_timer_LDADD = libiperf.la 695e34c20c8SJon Dugant_units_SOURCES = t_units.c 69694c0bfffSBruce A. Maht_units_CFLAGS = -g 697e34c20c8SJon Dugant_units_LDFLAGS = 698dc1dd2dcSBruce A. Maht_units_LDADD = libiperf.la 699e34c20c8SJon Dugant_uuid_SOURCES = t_uuid.c 70094c0bfffSBruce A. Maht_uuid_CFLAGS = -g 701e34c20c8SJon Dugant_uuid_LDFLAGS = 702dc1dd2dcSBruce A. Maht_uuid_LDADD = libiperf.la 703cf1f1a3dSBruce A. Maht_api_SOURCES = t_api.c 704cf1f1a3dSBruce A. Maht_api_CFLAGS = -g 705cf1f1a3dSBruce A. Maht_api_LDFLAGS = 706cf1f1a3dSBruce A. Maht_api_LDADD = libiperf.la 70733d3b199SBruce A. Maht_auth_SOURCES = t_auth.c 70833d3b199SBruce A. Maht_auth_CFLAGS = -g 70933d3b199SBruce A. Maht_auth_LDFLAGS = 71033d3b199SBruce A. Maht_auth_LDADD = libiperf.la 7113e587542SJef Poskanzerdist_man_MANS = iperf3.1 libiperf.3 712a57bcc2dSBruce A. Mahall: iperf_config.h 713e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) all-am 714e34c20c8SJon Dugan 715e34c20c8SJon Dugan.SUFFIXES: 7166edfd8d6SBruce A. Mah.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 7176edfd8d6SBruce A. Mah$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 71801ca972bSsethdelliott @for dep in $?; do \ 71901ca972bSsethdelliott case '$(am__configure_deps)' in \ 72001ca972bSsethdelliott *$$dep*) \ 72160bd98a5SBruce A. Mah ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 72260bd98a5SBruce A. Mah && { if test -f $@; then exit 0; else break; fi; }; \ 72301ca972bSsethdelliott exit 1;; \ 72401ca972bSsethdelliott esac; \ 72501ca972bSsethdelliott done; \ 726ba7b91d2SJef Poskanzer echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 72760bd98a5SBruce A. Mah $(am__cd) $(top_srcdir) && \ 728ba7b91d2SJef Poskanzer $(AUTOMAKE) --foreign src/Makefile 729e34c20c8SJon DuganMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 73001ca972bSsethdelliott @case '$?' in \ 73101ca972bSsethdelliott *config.status*) \ 73201ca972bSsethdelliott cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 73301ca972bSsethdelliott *) \ 734ff1ea4e5SBruce A. Mah echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 735ff1ea4e5SBruce A. Mah cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 73601ca972bSsethdelliott esac; 73701ca972bSsethdelliott 73801ca972bSsethdelliott$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 73901ca972bSsethdelliott cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 74001ca972bSsethdelliott 7416edfd8d6SBruce A. Mah$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 74201ca972bSsethdelliott cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 7436edfd8d6SBruce A. Mah$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 74401ca972bSsethdelliott cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 74560bd98a5SBruce A. Mah$(am__aclocal_m4_deps): 746e34c20c8SJon Dugan 747a57bcc2dSBruce A. Mahiperf_config.h: stamp-h1 748a5f5765cSBruce A. Mah @test -f $@ || rm -f stamp-h1 749a5f5765cSBruce A. Mah @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 750e34c20c8SJon Dugan 751a57bcc2dSBruce A. Mahstamp-h1: $(srcdir)/iperf_config.h.in $(top_builddir)/config.status 752e34c20c8SJon Dugan @rm -f stamp-h1 753a57bcc2dSBruce A. Mah cd $(top_builddir) && $(SHELL) ./config.status src/iperf_config.h 7546edfd8d6SBruce A. Mah$(srcdir)/iperf_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 75560bd98a5SBruce A. Mah ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 75601ca972bSsethdelliott rm -f stamp-h1 75701ca972bSsethdelliott touch $@ 758e34c20c8SJon Dugan 759e34c20c8SJon Dugandistclean-hdr: 760a57bcc2dSBruce A. Mah -rm -f iperf_config.h stamp-h1 761fa275229SBruce A. Mahversion.h: $(top_builddir)/config.status $(srcdir)/version.h.in 762fa275229SBruce A. Mah cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 763e34c20c8SJon Duganinstall-binPROGRAMS: $(bin_PROGRAMS) 764e34c20c8SJon Dugan @$(NORMAL_INSTALL) 76560bd98a5SBruce A. Mah @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 7666edfd8d6SBruce A. Mah if test -n "$$list"; then \ 7676edfd8d6SBruce A. Mah echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 7686edfd8d6SBruce A. Mah $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 7696edfd8d6SBruce A. Mah fi; \ 77060bd98a5SBruce A. Mah for p in $$list; do echo "$$p $$p"; done | \ 77160bd98a5SBruce A. Mah sed 's/$(EXEEXT)$$//' | \ 7726edfd8d6SBruce A. Mah while read p p1; do if test -f $$p \ 7736edfd8d6SBruce A. Mah || test -f $$p1 \ 7746edfd8d6SBruce A. Mah ; then echo "$$p"; echo "$$p"; else :; fi; \ 77560bd98a5SBruce A. Mah done | \ 7766edfd8d6SBruce A. Mah sed -e 'p;s,.*/,,;n;h' \ 7776edfd8d6SBruce A. Mah -e 's|.*|.|' \ 77860bd98a5SBruce A. Mah -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 77960bd98a5SBruce A. Mah sed 'N;N;N;s,\n, ,g' | \ 78060bd98a5SBruce A. Mah $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 78160bd98a5SBruce A. Mah { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 78260bd98a5SBruce A. Mah if ($$2 == $$4) files[d] = files[d] " " $$1; \ 78360bd98a5SBruce A. Mah else { print "f", $$3 "/" $$4, $$1; } } \ 78460bd98a5SBruce A. Mah END { for (d in files) print "f", d, files[d] }' | \ 78560bd98a5SBruce A. Mah while read type dir files; do \ 78660bd98a5SBruce A. Mah if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 78760bd98a5SBruce A. Mah test -z "$$files" || { \ 78860bd98a5SBruce A. Mah echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 78960bd98a5SBruce A. Mah $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 79060bd98a5SBruce A. Mah } \ 79160bd98a5SBruce A. Mah ; done 792e34c20c8SJon Dugan 793e34c20c8SJon Duganuninstall-binPROGRAMS: 794e34c20c8SJon Dugan @$(NORMAL_UNINSTALL) 79560bd98a5SBruce A. Mah @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 79660bd98a5SBruce A. Mah files=`for p in $$list; do echo "$$p"; done | \ 79760bd98a5SBruce A. Mah sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 7986edfd8d6SBruce A. Mah -e 's/$$/$(EXEEXT)/' \ 7996edfd8d6SBruce A. Mah `; \ 80060bd98a5SBruce A. Mah test -n "$$list" || exit 0; \ 80160bd98a5SBruce A. Mah echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 80260bd98a5SBruce A. Mah cd "$(DESTDIR)$(bindir)" && rm -f $$files 803e34c20c8SJon Dugan 804e34c20c8SJon Duganclean-binPROGRAMS: 80560bd98a5SBruce A. Mah @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 80660bd98a5SBruce A. Mah echo " rm -f" $$list; \ 80760bd98a5SBruce A. Mah rm -f $$list || exit $$?; \ 80860bd98a5SBruce A. Mah test -n "$(EXEEXT)" || exit 0; \ 80960bd98a5SBruce A. Mah list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 81060bd98a5SBruce A. Mah echo " rm -f" $$list; \ 81160bd98a5SBruce A. Mah rm -f $$list 812e34c20c8SJon Dugan 813e34c20c8SJon Duganclean-noinstPROGRAMS: 81460bd98a5SBruce A. Mah @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 81560bd98a5SBruce A. Mah echo " rm -f" $$list; \ 81660bd98a5SBruce A. Mah rm -f $$list || exit $$?; \ 81760bd98a5SBruce A. Mah test -n "$(EXEEXT)" || exit 0; \ 81860bd98a5SBruce A. Mah list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 81960bd98a5SBruce A. Mah echo " rm -f" $$list; \ 82060bd98a5SBruce A. Mah rm -f $$list 8216edfd8d6SBruce A. Mah 822ff1ea4e5SBruce A. Mahinstall-libLTLIBRARIES: $(lib_LTLIBRARIES) 823ff1ea4e5SBruce A. Mah @$(NORMAL_INSTALL) 824ff1ea4e5SBruce A. Mah @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 825ff1ea4e5SBruce A. Mah list2=; for p in $$list; do \ 826ff1ea4e5SBruce A. Mah if test -f $$p; then \ 827ff1ea4e5SBruce A. Mah list2="$$list2 $$p"; \ 828ff1ea4e5SBruce A. Mah else :; fi; \ 829ff1ea4e5SBruce A. Mah done; \ 830ff1ea4e5SBruce A. Mah test -z "$$list2" || { \ 831ff1ea4e5SBruce A. Mah echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 832ff1ea4e5SBruce A. Mah $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 833ff1ea4e5SBruce A. Mah echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 834ff1ea4e5SBruce A. Mah $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 835ff1ea4e5SBruce A. Mah } 836ff1ea4e5SBruce A. Mah 837ff1ea4e5SBruce A. Mahuninstall-libLTLIBRARIES: 838ff1ea4e5SBruce A. Mah @$(NORMAL_UNINSTALL) 839ff1ea4e5SBruce A. Mah @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 840ff1ea4e5SBruce A. Mah for p in $$list; do \ 841ff1ea4e5SBruce A. Mah $(am__strip_dir) \ 842ff1ea4e5SBruce A. Mah echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 843ff1ea4e5SBruce A. Mah $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 844ff1ea4e5SBruce A. Mah done 845ff1ea4e5SBruce A. Mah 846ff1ea4e5SBruce A. Mahclean-libLTLIBRARIES: 847ff1ea4e5SBruce A. Mah -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 848ff1ea4e5SBruce A. Mah @list='$(lib_LTLIBRARIES)'; \ 849ff1ea4e5SBruce A. Mah locs=`for p in $$list; do echo $$p; done | \ 850ff1ea4e5SBruce A. Mah sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 851ff1ea4e5SBruce A. Mah sort -u`; \ 852ff1ea4e5SBruce A. Mah test -z "$$locs" || { \ 853ff1ea4e5SBruce A. Mah echo rm -f $${locs}; \ 854ff1ea4e5SBruce A. Mah rm -f $${locs}; \ 855ff1ea4e5SBruce A. Mah } 856ff1ea4e5SBruce A. Mah 857ff1ea4e5SBruce A. Mahlibiperf.la: $(libiperf_la_OBJECTS) $(libiperf_la_DEPENDENCIES) $(EXTRA_libiperf_la_DEPENDENCIES) 858ff1ea4e5SBruce A. Mah $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libiperf_la_OBJECTS) $(libiperf_la_LIBADD) $(LIBS) 859ff1ea4e5SBruce A. Mah 8606edfd8d6SBruce A. Mahiperf3$(EXEEXT): $(iperf3_OBJECTS) $(iperf3_DEPENDENCIES) $(EXTRA_iperf3_DEPENDENCIES) 861e34c20c8SJon Dugan @rm -f iperf3$(EXEEXT) 8626edfd8d6SBruce A. Mah $(AM_V_CCLD)$(iperf3_LINK) $(iperf3_OBJECTS) $(iperf3_LDADD) $(LIBS) 8636edfd8d6SBruce A. Mah 8646edfd8d6SBruce A. Mahiperf3_profile$(EXEEXT): $(iperf3_profile_OBJECTS) $(iperf3_profile_DEPENDENCIES) $(EXTRA_iperf3_profile_DEPENDENCIES) 865e34c20c8SJon Dugan @rm -f iperf3_profile$(EXEEXT) 8666edfd8d6SBruce A. Mah $(AM_V_CCLD)$(iperf3_profile_LINK) $(iperf3_profile_OBJECTS) $(iperf3_profile_LDADD) $(LIBS) 8676edfd8d6SBruce A. Mah 868cf1f1a3dSBruce A. Maht_api$(EXEEXT): $(t_api_OBJECTS) $(t_api_DEPENDENCIES) $(EXTRA_t_api_DEPENDENCIES) 869cf1f1a3dSBruce A. Mah @rm -f t_api$(EXEEXT) 870cf1f1a3dSBruce A. Mah $(AM_V_CCLD)$(t_api_LINK) $(t_api_OBJECTS) $(t_api_LDADD) $(LIBS) 871cf1f1a3dSBruce A. Mah 87233d3b199SBruce A. Maht_auth$(EXEEXT): $(t_auth_OBJECTS) $(t_auth_DEPENDENCIES) $(EXTRA_t_auth_DEPENDENCIES) 87333d3b199SBruce A. Mah @rm -f t_auth$(EXEEXT) 87433d3b199SBruce A. Mah $(AM_V_CCLD)$(t_auth_LINK) $(t_auth_OBJECTS) $(t_auth_LDADD) $(LIBS) 87533d3b199SBruce A. Mah 8766edfd8d6SBruce A. Maht_timer$(EXEEXT): $(t_timer_OBJECTS) $(t_timer_DEPENDENCIES) $(EXTRA_t_timer_DEPENDENCIES) 877e34c20c8SJon Dugan @rm -f t_timer$(EXEEXT) 8786edfd8d6SBruce A. Mah $(AM_V_CCLD)$(t_timer_LINK) $(t_timer_OBJECTS) $(t_timer_LDADD) $(LIBS) 8796edfd8d6SBruce A. Mah 8806edfd8d6SBruce A. Maht_units$(EXEEXT): $(t_units_OBJECTS) $(t_units_DEPENDENCIES) $(EXTRA_t_units_DEPENDENCIES) 881e34c20c8SJon Dugan @rm -f t_units$(EXEEXT) 8826edfd8d6SBruce A. Mah $(AM_V_CCLD)$(t_units_LINK) $(t_units_OBJECTS) $(t_units_LDADD) $(LIBS) 8836edfd8d6SBruce A. Mah 8846edfd8d6SBruce A. Maht_uuid$(EXEEXT): $(t_uuid_OBJECTS) $(t_uuid_DEPENDENCIES) $(EXTRA_t_uuid_DEPENDENCIES) 885e34c20c8SJon Dugan @rm -f t_uuid$(EXEEXT) 8866edfd8d6SBruce A. Mah $(AM_V_CCLD)$(t_uuid_LINK) $(t_uuid_OBJECTS) $(t_uuid_LDADD) $(LIBS) 887e34c20c8SJon Dugan 888e34c20c8SJon Duganmostlyclean-compile: 88901ca972bSsethdelliott -rm -f *.$(OBJEXT) 890e34c20c8SJon Dugan 891e34c20c8SJon Dugandistclean-compile: 892e34c20c8SJon Dugan -rm -f *.tab.c 893e34c20c8SJon Dugan 894ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker 895ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscp.Plo@am__quote@ # am--include-marker 896ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3-main.Po@am__quote@ # am--include-marker 897ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-marker 898ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-dscp.Po@am__quote@ # am--include-marker 899ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_api.Po@am__quote@ # am--include-marker 900ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_auth.Po@am__quote@ # am--include-marker 901ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_client_api.Po@am__quote@ # am--include-marker 902ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_error.Po@am__quote@ # am--include-marker 903ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_locale.Po@am__quote@ # am--include-marker 904ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_sctp.Po@am__quote@ # am--include-marker 905ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_server_api.Po@am__quote@ # am--include-marker 906ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_tcp.Po@am__quote@ # am--include-marker 907cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_time.Po@am__quote@ # am--include-marker 908ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_udp.Po@am__quote@ # am--include-marker 909ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_util.Po@am__quote@ # am--include-marker 910ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-main.Po@am__quote@ # am--include-marker 911ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-net.Po@am__quote@ # am--include-marker 912ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-tcp_info.Po@am__quote@ # am--include-marker 913ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-timer.Po@am__quote@ # am--include-marker 914ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-units.Po@am__quote@ # am--include-marker 915ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_api.Plo@am__quote@ # am--include-marker 916ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_auth.Plo@am__quote@ # am--include-marker 917ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_client_api.Plo@am__quote@ # am--include-marker 918ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_error.Plo@am__quote@ # am--include-marker 919ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_locale.Plo@am__quote@ # am--include-marker 920ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_sctp.Plo@am__quote@ # am--include-marker 921ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_server_api.Plo@am__quote@ # am--include-marker 922ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_tcp.Plo@am__quote@ # am--include-marker 923cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_time.Plo@am__quote@ # am--include-marker 924ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_udp.Plo@am__quote@ # am--include-marker 925ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_util.Plo@am__quote@ # am--include-marker 926ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Plo@am__quote@ # am--include-marker 927cf1f1a3dSBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api-t_api.Po@am__quote@ # am--include-marker 92833d3b199SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_auth-t_auth.Po@am__quote@ # am--include-marker 929ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_timer-t_timer.Po@am__quote@ # am--include-marker 930ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_units-t_units.Po@am__quote@ # am--include-marker 931ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_uuid-t_uuid.Po@am__quote@ # am--include-marker 932ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_info.Plo@am__quote@ # am--include-marker 933ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@ # am--include-marker 934ff1ea4e5SBruce A. Mah@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/units.Plo@am__quote@ # am--include-marker 935ff1ea4e5SBruce A. Mah 936ff1ea4e5SBruce A. Mah$(am__depfiles_remade): 937ff1ea4e5SBruce A. Mah @$(MKDIR_P) $(@D) 938ff1ea4e5SBruce A. Mah @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 939ff1ea4e5SBruce A. Mah 940ff1ea4e5SBruce A. Maham--depfiles: $(am__depfiles_remade) 941e34c20c8SJon Dugan 942e34c20c8SJon Dugan.c.o: 9436edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 9446edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 9456edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 94601ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 947a5f5765cSBruce A. Mah@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 948e34c20c8SJon Dugan 949e34c20c8SJon Dugan.c.obj: 9506edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 9516edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 9526edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 95301ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 954a5f5765cSBruce A. Mah@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 955e34c20c8SJon Dugan 956e34c20c8SJon Dugan.c.lo: 9576edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 9586edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 9596edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 96001ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9616edfd8d6SBruce A. Mah@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 962e34c20c8SJon Dugan 963e34c20c8SJon Duganiperf3-main.o: main.c 9646edfd8d6SBruce A. Mah@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 9656edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po 9666edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3-main.o' libtool=no @AMDEPBACKSLASH@ 96701ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9686edfd8d6SBruce A. Mah@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 969e34c20c8SJon Dugan 970e34c20c8SJon Duganiperf3-main.obj: main.c 9716edfd8d6SBruce A. Mah@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` 9726edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po 9736edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3-main.obj' libtool=no @AMDEPBACKSLASH@ 97401ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9756edfd8d6SBruce A. Mah@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` 976e34c20c8SJon Dugan 977e34c20c8SJon Duganiperf3_profile-main.o: main.c 9786edfd8d6SBruce A. Mah@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 9796edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po 9806edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3_profile-main.o' libtool=no @AMDEPBACKSLASH@ 98101ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9826edfd8d6SBruce A. Mah@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 983e34c20c8SJon Dugan 984e34c20c8SJon Duganiperf3_profile-main.obj: main.c 9856edfd8d6SBruce A. Mah@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` 9866edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po 9876edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='iperf3_profile-main.obj' libtool=no @AMDEPBACKSLASH@ 98801ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9896edfd8d6SBruce A. Mah@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` 990e34c20c8SJon Dugan 991a497129bSjefiperf3_profile-cjson.o: cjson.c 9926edfd8d6SBruce A. Mah@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 9936edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po 9946edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cjson.c' object='iperf3_profile-cjson.o' libtool=no @AMDEPBACKSLASH@ 995a497129bSjef@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9966edfd8d6SBruce A. Mah@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 997a497129bSjef 998a497129bSjefiperf3_profile-cjson.obj: cjson.c 9996edfd8d6SBruce A. Mah@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` 10006edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po 10016edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cjson.c' object='iperf3_profile-cjson.obj' libtool=no @AMDEPBACKSLASH@ 1002a497129bSjef@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10036edfd8d6SBruce A. Mah@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` 1004a497129bSjef 1005e34c20c8SJon Duganiperf3_profile-iperf_api.o: iperf_api.c 10066edfd8d6SBruce A. Mah@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 10076edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po 10086edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_api.c' object='iperf3_profile-iperf_api.o' libtool=no @AMDEPBACKSLASH@ 100901ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10106edfd8d6SBruce A. Mah@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 1011e34c20c8SJon Dugan 1012e34c20c8SJon Duganiperf3_profile-iperf_api.obj: iperf_api.c 10136edfd8d6SBruce A. Mah@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` 10146edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po 10156edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_api.c' object='iperf3_profile-iperf_api.obj' libtool=no @AMDEPBACKSLASH@ 101601ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10176edfd8d6SBruce A. Mah@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` 1018e34c20c8SJon Dugan 101901ca972bSsethdelliottiperf3_profile-iperf_error.o: iperf_error.c 10206edfd8d6SBruce A. Mah@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 10216edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po 10226edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_error.c' object='iperf3_profile-iperf_error.o' libtool=no @AMDEPBACKSLASH@ 102301ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10246edfd8d6SBruce A. Mah@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 102501ca972bSsethdelliott 102601ca972bSsethdelliottiperf3_profile-iperf_error.obj: iperf_error.c 10276edfd8d6SBruce A. Mah@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` 10286edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po 10296edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_error.c' object='iperf3_profile-iperf_error.obj' libtool=no @AMDEPBACKSLASH@ 103001ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10316edfd8d6SBruce A. Mah@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` 1032e34c20c8SJon Dugan 10335e52a846SBruce A. Mahiperf3_profile-iperf_auth.o: iperf_auth.c 10345e52a846SBruce A. Mah@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 10355e52a846SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_auth.Tpo $(DEPDIR)/iperf3_profile-iperf_auth.Po 10365e52a846SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_auth.c' object='iperf3_profile-iperf_auth.o' libtool=no @AMDEPBACKSLASH@ 10375e52a846SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10385e52a846SBruce A. Mah@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 10395e52a846SBruce A. Mah 10405e52a846SBruce A. Mahiperf3_profile-iperf_auth.obj: iperf_auth.c 10415e52a846SBruce A. Mah@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` 10425e52a846SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_auth.Tpo $(DEPDIR)/iperf3_profile-iperf_auth.Po 10435e52a846SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_auth.c' object='iperf3_profile-iperf_auth.obj' libtool=no @AMDEPBACKSLASH@ 10445e52a846SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10455e52a846SBruce A. Mah@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` 10465e52a846SBruce A. Mah 1047eb85608fSsethdelliottiperf3_profile-iperf_client_api.o: iperf_client_api.c 10486edfd8d6SBruce A. Mah@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 10496edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po 10506edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.o' libtool=no @AMDEPBACKSLASH@ 1051eb85608fSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10526edfd8d6SBruce A. Mah@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 1053eb85608fSsethdelliott 1054eb85608fSsethdelliottiperf3_profile-iperf_client_api.obj: iperf_client_api.c 10556edfd8d6SBruce A. Mah@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` 10566edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po 10576edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.obj' libtool=no @AMDEPBACKSLASH@ 1058eb85608fSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10596edfd8d6SBruce A. Mah@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` 1060eb85608fSsethdelliott 1061b09e51ebSBruce A. Mahiperf3_profile-iperf_locale.o: iperf_locale.c 1062b09e51ebSBruce A. Mah@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 1063b09e51ebSBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_locale.Tpo $(DEPDIR)/iperf3_profile-iperf_locale.Po 1064b09e51ebSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_locale.c' object='iperf3_profile-iperf_locale.o' libtool=no @AMDEPBACKSLASH@ 1065b09e51ebSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1066b09e51ebSBruce A. Mah@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 1067b09e51ebSBruce A. Mah 1068b09e51ebSBruce A. Mahiperf3_profile-iperf_locale.obj: iperf_locale.c 1069b09e51ebSBruce A. Mah@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` 1070b09e51ebSBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_locale.Tpo $(DEPDIR)/iperf3_profile-iperf_locale.Po 1071b09e51ebSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_locale.c' object='iperf3_profile-iperf_locale.obj' libtool=no @AMDEPBACKSLASH@ 1072b09e51ebSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1073b09e51ebSBruce A. Mah@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` 1074b09e51ebSBruce A. Mah 1075e34c20c8SJon Duganiperf3_profile-iperf_server_api.o: iperf_server_api.c 10766edfd8d6SBruce A. Mah@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 10776edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po 10786edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.o' libtool=no @AMDEPBACKSLASH@ 107901ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10806edfd8d6SBruce A. Mah@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 1081e34c20c8SJon Dugan 1082e34c20c8SJon Duganiperf3_profile-iperf_server_api.obj: iperf_server_api.c 10836edfd8d6SBruce A. Mah@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` 10846edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po 10856edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.obj' libtool=no @AMDEPBACKSLASH@ 108601ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10876edfd8d6SBruce A. Mah@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` 1088e34c20c8SJon Dugan 1089e34c20c8SJon Duganiperf3_profile-iperf_tcp.o: iperf_tcp.c 10906edfd8d6SBruce A. Mah@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 10916edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po 10926edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.o' libtool=no @AMDEPBACKSLASH@ 109301ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 10946edfd8d6SBruce A. Mah@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 1095e34c20c8SJon Dugan 1096e34c20c8SJon Duganiperf3_profile-iperf_tcp.obj: iperf_tcp.c 10976edfd8d6SBruce A. Mah@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` 10986edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po 10996edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.obj' libtool=no @AMDEPBACKSLASH@ 110001ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11016edfd8d6SBruce A. Mah@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` 1102e34c20c8SJon Dugan 1103e34c20c8SJon Duganiperf3_profile-iperf_udp.o: iperf_udp.c 11046edfd8d6SBruce A. Mah@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 11056edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po 11066edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_udp.c' object='iperf3_profile-iperf_udp.o' libtool=no @AMDEPBACKSLASH@ 110701ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11086edfd8d6SBruce A. Mah@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 1109e34c20c8SJon Dugan 1110e34c20c8SJon Duganiperf3_profile-iperf_udp.obj: iperf_udp.c 11116edfd8d6SBruce A. Mah@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` 11126edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po 11136edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_udp.c' object='iperf3_profile-iperf_udp.obj' libtool=no @AMDEPBACKSLASH@ 111401ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11156edfd8d6SBruce A. Mah@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` 111660bd98a5SBruce A. Mah 111760bd98a5SBruce A. Mahiperf3_profile-iperf_sctp.o: iperf_sctp.c 11186edfd8d6SBruce A. Mah@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 11196edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po 11206edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.o' libtool=no @AMDEPBACKSLASH@ 112160bd98a5SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11226edfd8d6SBruce A. Mah@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 112360bd98a5SBruce A. Mah 112460bd98a5SBruce A. Mahiperf3_profile-iperf_sctp.obj: iperf_sctp.c 11256edfd8d6SBruce A. Mah@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` 11266edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po 11276edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.obj' libtool=no @AMDEPBACKSLASH@ 112860bd98a5SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11296edfd8d6SBruce A. Mah@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` 1130e34c20c8SJon Dugan 1131b0b16b86SJon Duganiperf3_profile-iperf_util.o: iperf_util.c 11326edfd8d6SBruce A. Mah@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 11336edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po 11346edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_util.c' object='iperf3_profile-iperf_util.o' libtool=no @AMDEPBACKSLASH@ 113501ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11366edfd8d6SBruce A. Mah@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 1137e34c20c8SJon Dugan 1138b0b16b86SJon Duganiperf3_profile-iperf_util.obj: iperf_util.c 11396edfd8d6SBruce A. Mah@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` 11406edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po 11416edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_util.c' object='iperf3_profile-iperf_util.obj' libtool=no @AMDEPBACKSLASH@ 114201ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11436edfd8d6SBruce A. Mah@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` 1144e34c20c8SJon Dugan 1145cde81d76SBen Fox-Mooreiperf3_profile-iperf_time.o: iperf_time.c 1146cde81d76SBen Fox-Moore@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 1147cde81d76SBen Fox-Moore@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_time.Tpo $(DEPDIR)/iperf3_profile-iperf_time.Po 1148cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_time.c' object='iperf3_profile-iperf_time.o' libtool=no @AMDEPBACKSLASH@ 1149cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1150cde81d76SBen Fox-Moore@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 1151cde81d76SBen Fox-Moore 1152cde81d76SBen Fox-Mooreiperf3_profile-iperf_time.obj: iperf_time.c 1153cde81d76SBen Fox-Moore@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` 1154cde81d76SBen Fox-Moore@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-iperf_time.Tpo $(DEPDIR)/iperf3_profile-iperf_time.Po 1155cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iperf_time.c' object='iperf3_profile-iperf_time.obj' libtool=no @AMDEPBACKSLASH@ 1156cde81d76SBen Fox-Moore@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1157cde81d76SBen Fox-Moore@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` 1158cde81d76SBen Fox-Moore 1159a68712c7SBruce A. Mahiperf3_profile-dscp.o: dscp.c 1160a68712c7SBruce A. Mah@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 1161a68712c7SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-dscp.Tpo $(DEPDIR)/iperf3_profile-dscp.Po 1162a68712c7SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dscp.c' object='iperf3_profile-dscp.o' libtool=no @AMDEPBACKSLASH@ 1163a68712c7SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1164a68712c7SBruce A. Mah@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 1165a68712c7SBruce A. Mah 1166a68712c7SBruce A. Mahiperf3_profile-dscp.obj: dscp.c 1167a68712c7SBruce A. Mah@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` 1168a68712c7SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-dscp.Tpo $(DEPDIR)/iperf3_profile-dscp.Po 1169a68712c7SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dscp.c' object='iperf3_profile-dscp.obj' libtool=no @AMDEPBACKSLASH@ 1170a68712c7SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1171a68712c7SBruce A. Mah@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` 1172a68712c7SBruce A. Mah 117301ca972bSsethdelliottiperf3_profile-net.o: net.c 11746edfd8d6SBruce A. Mah@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 11756edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po 11766edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='net.c' object='iperf3_profile-net.o' libtool=no @AMDEPBACKSLASH@ 117701ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11786edfd8d6SBruce A. Mah@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 117901ca972bSsethdelliott 118001ca972bSsethdelliottiperf3_profile-net.obj: net.c 11816edfd8d6SBruce A. Mah@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` 11826edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po 11836edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='net.c' object='iperf3_profile-net.obj' libtool=no @AMDEPBACKSLASH@ 118401ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11856edfd8d6SBruce A. Mah@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` 118601ca972bSsethdelliott 118701ca972bSsethdelliottiperf3_profile-tcp_info.o: tcp_info.c 11886edfd8d6SBruce A. Mah@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 11896edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po 11906edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_info.c' object='iperf3_profile-tcp_info.o' libtool=no @AMDEPBACKSLASH@ 119101ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11926edfd8d6SBruce A. Mah@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 119301ca972bSsethdelliott 119401ca972bSsethdelliottiperf3_profile-tcp_info.obj: tcp_info.c 11956edfd8d6SBruce A. Mah@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` 11966edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po 11976edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_info.c' object='iperf3_profile-tcp_info.obj' libtool=no @AMDEPBACKSLASH@ 119801ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 11996edfd8d6SBruce A. Mah@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` 120001ca972bSsethdelliott 120101ca972bSsethdelliottiperf3_profile-timer.o: timer.c 12026edfd8d6SBruce A. Mah@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 12036edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 12046edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timer.c' object='iperf3_profile-timer.o' libtool=no @AMDEPBACKSLASH@ 120501ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12066edfd8d6SBruce A. Mah@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 120701ca972bSsethdelliott 120801ca972bSsethdelliottiperf3_profile-timer.obj: timer.c 12096edfd8d6SBruce A. Mah@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` 12106edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 12116edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timer.c' object='iperf3_profile-timer.obj' libtool=no @AMDEPBACKSLASH@ 121201ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12136edfd8d6SBruce A. Mah@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` 121401ca972bSsethdelliott 121501ca972bSsethdelliottiperf3_profile-units.o: units.c 12166edfd8d6SBruce A. Mah@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 12176edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po 12186edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='units.c' object='iperf3_profile-units.o' libtool=no @AMDEPBACKSLASH@ 121901ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12206edfd8d6SBruce A. Mah@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 122101ca972bSsethdelliott 122201ca972bSsethdelliottiperf3_profile-units.obj: units.c 12236edfd8d6SBruce A. Mah@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` 12246edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po 12256edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='units.c' object='iperf3_profile-units.obj' libtool=no @AMDEPBACKSLASH@ 122601ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12276edfd8d6SBruce A. Mah@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` 1228e34c20c8SJon Dugan 1229cf1f1a3dSBruce A. Maht_api-t_api.o: t_api.c 1230cf1f1a3dSBruce A. Mah@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 1231cf1f1a3dSBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_api-t_api.Tpo $(DEPDIR)/t_api-t_api.Po 1232cf1f1a3dSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_api.c' object='t_api-t_api.o' libtool=no @AMDEPBACKSLASH@ 1233cf1f1a3dSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1234cf1f1a3dSBruce A. Mah@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 1235cf1f1a3dSBruce A. Mah 1236cf1f1a3dSBruce A. Maht_api-t_api.obj: t_api.c 1237cf1f1a3dSBruce A. Mah@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` 1238cf1f1a3dSBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_api-t_api.Tpo $(DEPDIR)/t_api-t_api.Po 1239cf1f1a3dSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_api.c' object='t_api-t_api.obj' libtool=no @AMDEPBACKSLASH@ 1240cf1f1a3dSBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1241cf1f1a3dSBruce A. Mah@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` 1242cf1f1a3dSBruce A. Mah 124333d3b199SBruce A. Maht_auth-t_auth.o: t_auth.c 124433d3b199SBruce A. Mah@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 124533d3b199SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_auth-t_auth.Tpo $(DEPDIR)/t_auth-t_auth.Po 124633d3b199SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_auth.c' object='t_auth-t_auth.o' libtool=no @AMDEPBACKSLASH@ 124733d3b199SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 124833d3b199SBruce A. Mah@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 124933d3b199SBruce A. Mah 125033d3b199SBruce A. Maht_auth-t_auth.obj: t_auth.c 125133d3b199SBruce A. Mah@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` 125233d3b199SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_auth-t_auth.Tpo $(DEPDIR)/t_auth-t_auth.Po 125333d3b199SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_auth.c' object='t_auth-t_auth.obj' libtool=no @AMDEPBACKSLASH@ 125433d3b199SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 125533d3b199SBruce A. Mah@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` 125633d3b199SBruce A. Mah 1257e34c20c8SJon Dugant_timer-t_timer.o: t_timer.c 12586edfd8d6SBruce A. Mah@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 12596edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po 12606edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_timer.c' object='t_timer-t_timer.o' libtool=no @AMDEPBACKSLASH@ 126101ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12626edfd8d6SBruce A. Mah@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 1263e34c20c8SJon Dugan 1264e34c20c8SJon Dugant_timer-t_timer.obj: t_timer.c 12656edfd8d6SBruce A. Mah@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` 12666edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po 12676edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_timer.c' object='t_timer-t_timer.obj' libtool=no @AMDEPBACKSLASH@ 126801ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12696edfd8d6SBruce A. Mah@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` 1270e34c20c8SJon Dugan 1271e34c20c8SJon Dugant_units-t_units.o: t_units.c 12726edfd8d6SBruce A. Mah@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 12736edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po 12746edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_units.c' object='t_units-t_units.o' libtool=no @AMDEPBACKSLASH@ 127501ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12766edfd8d6SBruce A. Mah@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 1277e34c20c8SJon Dugan 1278e34c20c8SJon Dugant_units-t_units.obj: t_units.c 12796edfd8d6SBruce A. Mah@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` 12806edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po 12816edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_units.c' object='t_units-t_units.obj' libtool=no @AMDEPBACKSLASH@ 128201ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12836edfd8d6SBruce A. Mah@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` 1284e34c20c8SJon Dugan 1285e34c20c8SJon Dugant_uuid-t_uuid.o: t_uuid.c 12866edfd8d6SBruce A. Mah@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 12876edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po 12886edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_uuid.c' object='t_uuid-t_uuid.o' libtool=no @AMDEPBACKSLASH@ 128901ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12906edfd8d6SBruce A. Mah@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 1291e34c20c8SJon Dugan 1292e34c20c8SJon Dugant_uuid-t_uuid.obj: t_uuid.c 12936edfd8d6SBruce A. Mah@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` 12946edfd8d6SBruce A. Mah@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po 12956edfd8d6SBruce A. Mah@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t_uuid.c' object='t_uuid-t_uuid.obj' libtool=no @AMDEPBACKSLASH@ 129601ca972bSsethdelliott@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 12976edfd8d6SBruce A. Mah@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` 1298e34c20c8SJon Dugan 1299e34c20c8SJon Duganmostlyclean-libtool: 1300e34c20c8SJon Dugan -rm -f *.lo 1301e34c20c8SJon Dugan 1302e34c20c8SJon Duganclean-libtool: 1303e34c20c8SJon Dugan -rm -rf .libs _libs 130460bd98a5SBruce A. Mahinstall-man1: $(dist_man_MANS) 130556a97f93Sjef @$(NORMAL_INSTALL) 13066edfd8d6SBruce A. Mah @list1=''; \ 13076edfd8d6SBruce A. Mah list2='$(dist_man_MANS)'; \ 13086edfd8d6SBruce A. Mah test -n "$(man1dir)" \ 13096edfd8d6SBruce A. Mah && test -n "`echo $$list1$$list2`" \ 13106edfd8d6SBruce A. Mah || exit 0; \ 13116edfd8d6SBruce A. Mah echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 13126edfd8d6SBruce A. Mah $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 13136edfd8d6SBruce A. Mah { for i in $$list1; do echo "$$i"; done; \ 13146edfd8d6SBruce A. Mah if test -n "$$list2"; then \ 13156edfd8d6SBruce A. Mah for i in $$list2; do echo "$$i"; done \ 13166edfd8d6SBruce A. Mah | sed -n '/\.1[a-z]*$$/p'; \ 13176edfd8d6SBruce A. Mah fi; \ 131860bd98a5SBruce A. Mah } | while read p; do \ 131960bd98a5SBruce A. Mah if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 132060bd98a5SBruce A. Mah echo "$$d$$p"; echo "$$p"; \ 132160bd98a5SBruce A. Mah done | \ 132260bd98a5SBruce A. Mah sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 132360bd98a5SBruce A. Mah -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 132460bd98a5SBruce A. Mah sed 'N;N;s,\n, ,g' | { \ 132560bd98a5SBruce A. Mah list=; while read file base inst; do \ 132660bd98a5SBruce A. Mah if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 132756a97f93Sjef echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 132860bd98a5SBruce A. Mah $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 132960bd98a5SBruce A. Mah fi; \ 133060bd98a5SBruce A. Mah done; \ 133160bd98a5SBruce A. Mah for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 133260bd98a5SBruce A. Mah while read files; do \ 133360bd98a5SBruce A. Mah test -z "$$files" || { \ 133460bd98a5SBruce A. Mah echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 133560bd98a5SBruce A. Mah $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 133660bd98a5SBruce A. Mah done; } 133760bd98a5SBruce A. Mah 1338e34c20c8SJon Duganuninstall-man1: 1339e34c20c8SJon Dugan @$(NORMAL_UNINSTALL) 134060bd98a5SBruce A. Mah @list=''; test -n "$(man1dir)" || exit 0; \ 134160bd98a5SBruce A. Mah files=`{ for i in $$list; do echo "$$i"; done; \ 134260bd98a5SBruce A. Mah l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 134360bd98a5SBruce A. Mah sed -n '/\.1[a-z]*$$/p'; \ 134460bd98a5SBruce A. Mah } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 134560bd98a5SBruce A. Mah -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 13466edfd8d6SBruce A. Mah dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 134760bd98a5SBruce A. Mahinstall-man3: $(dist_man_MANS) 13483e587542SJef Poskanzer @$(NORMAL_INSTALL) 13496edfd8d6SBruce A. Mah @list1=''; \ 13506edfd8d6SBruce A. Mah list2='$(dist_man_MANS)'; \ 13516edfd8d6SBruce A. Mah test -n "$(man3dir)" \ 13526edfd8d6SBruce A. Mah && test -n "`echo $$list1$$list2`" \ 13536edfd8d6SBruce A. Mah || exit 0; \ 13546edfd8d6SBruce A. Mah echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 13556edfd8d6SBruce A. Mah $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 13566edfd8d6SBruce A. Mah { for i in $$list1; do echo "$$i"; done; \ 13576edfd8d6SBruce A. Mah if test -n "$$list2"; then \ 13586edfd8d6SBruce A. Mah for i in $$list2; do echo "$$i"; done \ 13596edfd8d6SBruce A. Mah | sed -n '/\.3[a-z]*$$/p'; \ 13606edfd8d6SBruce A. Mah fi; \ 136160bd98a5SBruce A. Mah } | while read p; do \ 136260bd98a5SBruce A. Mah if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 136360bd98a5SBruce A. Mah echo "$$d$$p"; echo "$$p"; \ 136460bd98a5SBruce A. Mah done | \ 136560bd98a5SBruce A. Mah sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 136660bd98a5SBruce A. Mah -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 136760bd98a5SBruce A. Mah sed 'N;N;s,\n, ,g' | { \ 136860bd98a5SBruce A. Mah list=; while read file base inst; do \ 136960bd98a5SBruce A. Mah if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 13703e587542SJef Poskanzer echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 137160bd98a5SBruce A. Mah $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 137260bd98a5SBruce A. Mah fi; \ 137360bd98a5SBruce A. Mah done; \ 137460bd98a5SBruce A. Mah for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 137560bd98a5SBruce A. Mah while read files; do \ 137660bd98a5SBruce A. Mah test -z "$$files" || { \ 137760bd98a5SBruce A. Mah echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 137860bd98a5SBruce A. Mah $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 137960bd98a5SBruce A. Mah done; } 138060bd98a5SBruce A. Mah 13813e587542SJef Poskanzeruninstall-man3: 13823e587542SJef Poskanzer @$(NORMAL_UNINSTALL) 138360bd98a5SBruce A. Mah @list=''; test -n "$(man3dir)" || exit 0; \ 138460bd98a5SBruce A. Mah files=`{ for i in $$list; do echo "$$i"; done; \ 138560bd98a5SBruce A. Mah l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 138660bd98a5SBruce A. Mah sed -n '/\.3[a-z]*$$/p'; \ 138760bd98a5SBruce A. Mah } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 138860bd98a5SBruce A. Mah -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 13896edfd8d6SBruce A. Mah dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 1390e34c20c8SJon Duganinstall-includeHEADERS: $(include_HEADERS) 1391e34c20c8SJon Dugan @$(NORMAL_INSTALL) 139260bd98a5SBruce A. Mah @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 13936edfd8d6SBruce A. Mah if test -n "$$list"; then \ 13946edfd8d6SBruce A. Mah echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 13956edfd8d6SBruce A. Mah $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 13966edfd8d6SBruce A. Mah fi; \ 139760bd98a5SBruce A. Mah for p in $$list; do \ 1398e34c20c8SJon Dugan if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 139960bd98a5SBruce A. Mah echo "$$d$$p"; \ 140060bd98a5SBruce A. Mah done | $(am__base_list) | \ 140160bd98a5SBruce A. Mah while read files; do \ 140260bd98a5SBruce A. Mah echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 140360bd98a5SBruce A. Mah $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 1404e34c20c8SJon Dugan done 1405e34c20c8SJon Dugan 1406e34c20c8SJon Duganuninstall-includeHEADERS: 1407e34c20c8SJon Dugan @$(NORMAL_UNINSTALL) 140860bd98a5SBruce A. Mah @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 140960bd98a5SBruce A. Mah files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 14106edfd8d6SBruce A. Mah dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 1411e34c20c8SJon Dugan 14126edfd8d6SBruce A. MahID: $(am__tagged_files) 14136edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); mkid -fID $$unique 14146edfd8d6SBruce A. Mahtags: tags-am 14156edfd8d6SBruce A. MahTAGS: tags 1416e34c20c8SJon Dugan 14176edfd8d6SBruce A. Mahtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 141860bd98a5SBruce A. Mah set x; \ 1419e34c20c8SJon Dugan here=`pwd`; \ 14206edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); \ 142160bd98a5SBruce A. Mah shift; \ 142260bd98a5SBruce A. Mah if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 142301ca972bSsethdelliott test -n "$$unique" || unique=$$empty_fix; \ 142460bd98a5SBruce A. Mah if test $$# -gt 0; then \ 142501ca972bSsethdelliott $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 142660bd98a5SBruce A. Mah "$$@" $$unique; \ 142760bd98a5SBruce A. Mah else \ 142860bd98a5SBruce A. Mah $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 142960bd98a5SBruce A. Mah $$unique; \ 143060bd98a5SBruce A. Mah fi; \ 143101ca972bSsethdelliott fi 14326edfd8d6SBruce A. Mahctags: ctags-am 14336edfd8d6SBruce A. Mah 14346edfd8d6SBruce A. MahCTAGS: ctags 14356edfd8d6SBruce A. Mahctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 14366edfd8d6SBruce A. Mah $(am__define_uniq_tagged_files); \ 143760bd98a5SBruce A. Mah test -z "$(CTAGS_ARGS)$$unique" \ 1438e34c20c8SJon Dugan || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 143960bd98a5SBruce A. Mah $$unique 1440e34c20c8SJon Dugan 1441e34c20c8SJon DuganGTAGS: 1442e34c20c8SJon Dugan here=`$(am__cd) $(top_builddir) && pwd` \ 144360bd98a5SBruce A. Mah && $(am__cd) $(top_srcdir) \ 144460bd98a5SBruce A. Mah && gtags -i $(GTAGS_ARGS) "$$here" 14456edfd8d6SBruce A. Mahcscopelist: cscopelist-am 14466edfd8d6SBruce A. Mah 14476edfd8d6SBruce A. Mahcscopelist-am: $(am__tagged_files) 14486edfd8d6SBruce A. Mah list='$(am__tagged_files)'; \ 14496edfd8d6SBruce A. Mah case "$(srcdir)" in \ 14506edfd8d6SBruce A. Mah [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 14516edfd8d6SBruce A. Mah *) sdir=$(subdir)/$(srcdir) ;; \ 14526edfd8d6SBruce A. Mah esac; \ 14536edfd8d6SBruce A. Mah for i in $$list; do \ 14546edfd8d6SBruce A. Mah if test -f "$$i"; then \ 14556edfd8d6SBruce A. Mah echo "$(subdir)/$$i"; \ 14566edfd8d6SBruce A. Mah else \ 14576edfd8d6SBruce A. Mah echo "$$sdir/$$i"; \ 14586edfd8d6SBruce A. Mah fi; \ 14596edfd8d6SBruce A. Mah done >> $(top_builddir)/cscope.files 1460e34c20c8SJon Dugan 1461e34c20c8SJon Dugandistclean-tags: 1462e34c20c8SJon Dugan -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1463e34c20c8SJon Dugan 14646edfd8d6SBruce A. Mah# Recover from deleted '.trs' file; this should ensure that 14656edfd8d6SBruce A. Mah# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 14666edfd8d6SBruce A. Mah# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 14676edfd8d6SBruce A. Mah# to avoid problems with "make -n". 14686edfd8d6SBruce A. Mah.log.trs: 14696edfd8d6SBruce A. Mah rm -f $< $@ 14706edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) $< 14716edfd8d6SBruce A. Mah 14726edfd8d6SBruce A. Mah# Leading 'am--fnord' is there to ensure the list of targets does not 14736edfd8d6SBruce A. Mah# expand to empty, as could happen e.g. with make check TESTS=''. 14746edfd8d6SBruce A. Maham--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 14756edfd8d6SBruce A. Maham--force-recheck: 14766edfd8d6SBruce A. Mah @: 14776edfd8d6SBruce A. Mah 14786edfd8d6SBruce A. Mah$(TEST_SUITE_LOG): $(TEST_LOGS) 14796edfd8d6SBruce A. Mah @$(am__set_TESTS_bases); \ 14806edfd8d6SBruce A. Mah am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 14816edfd8d6SBruce A. Mah redo_bases=`for i in $$bases; do \ 14826edfd8d6SBruce A. Mah am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 14836edfd8d6SBruce A. Mah done`; \ 14846edfd8d6SBruce A. Mah if test -n "$$redo_bases"; then \ 14856edfd8d6SBruce A. Mah redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 14866edfd8d6SBruce A. Mah redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 14876edfd8d6SBruce A. Mah if $(am__make_dryrun); then :; else \ 14886edfd8d6SBruce A. Mah rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1489dc1dd2dcSBruce A. Mah fi; \ 14906edfd8d6SBruce A. Mah fi; \ 14916edfd8d6SBruce A. Mah if test -n "$$am__remaking_logs"; then \ 14926edfd8d6SBruce A. Mah echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 14936edfd8d6SBruce A. Mah "recursion detected" >&2; \ 1494a5f5765cSBruce A. Mah elif test -n "$$redo_logs"; then \ 14956edfd8d6SBruce A. Mah am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 14966edfd8d6SBruce A. Mah fi; \ 14976edfd8d6SBruce A. Mah if $(am__make_dryrun); then :; else \ 14986edfd8d6SBruce A. Mah st=0; \ 14996edfd8d6SBruce A. Mah errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 15006edfd8d6SBruce A. Mah for i in $$redo_bases; do \ 15016edfd8d6SBruce A. Mah test -f $$i.trs && test -r $$i.trs \ 15026edfd8d6SBruce A. Mah || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 15036edfd8d6SBruce A. Mah test -f $$i.log && test -r $$i.log \ 15046edfd8d6SBruce A. Mah || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1505e34c20c8SJon Dugan done; \ 15066edfd8d6SBruce A. Mah test $$st -eq 0 || exit 1; \ 15076edfd8d6SBruce A. Mah fi 15086edfd8d6SBruce A. Mah @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 15096edfd8d6SBruce A. Mah ws='[ ]'; \ 15106edfd8d6SBruce A. Mah results=`for b in $$bases; do echo $$b.trs; done`; \ 15116edfd8d6SBruce A. Mah test -n "$$results" || results=/dev/null; \ 15126edfd8d6SBruce A. Mah all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 15136edfd8d6SBruce A. Mah pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 15146edfd8d6SBruce A. Mah fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 15156edfd8d6SBruce A. Mah skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 15166edfd8d6SBruce A. Mah xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 15176edfd8d6SBruce A. Mah xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 15186edfd8d6SBruce A. Mah error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 15196edfd8d6SBruce A. Mah if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 15206edfd8d6SBruce A. Mah success=true; \ 1521e34c20c8SJon Dugan else \ 15226edfd8d6SBruce A. Mah success=false; \ 1523e34c20c8SJon Dugan fi; \ 15246edfd8d6SBruce A. Mah br='==================='; br=$$br$$br$$br$$br; \ 15256edfd8d6SBruce A. Mah result_count () \ 15266edfd8d6SBruce A. Mah { \ 15276edfd8d6SBruce A. Mah if test x"$$1" = x"--maybe-color"; then \ 15286edfd8d6SBruce A. Mah maybe_colorize=yes; \ 15296edfd8d6SBruce A. Mah elif test x"$$1" = x"--no-color"; then \ 15306edfd8d6SBruce A. Mah maybe_colorize=no; \ 1531e34c20c8SJon Dugan else \ 15326edfd8d6SBruce A. Mah echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 153360bd98a5SBruce A. Mah fi; \ 15346edfd8d6SBruce A. Mah shift; \ 15356edfd8d6SBruce A. Mah desc=$$1 count=$$2; \ 15366edfd8d6SBruce A. Mah if test $$maybe_colorize = yes && test $$count -gt 0; then \ 15376edfd8d6SBruce A. Mah color_start=$$3 color_end=$$std; \ 1538e34c20c8SJon Dugan else \ 15396edfd8d6SBruce A. Mah color_start= color_end=; \ 15406edfd8d6SBruce A. Mah fi; \ 15416edfd8d6SBruce A. Mah echo "$${color_start}# $$desc $$count$${color_end}"; \ 15426edfd8d6SBruce A. Mah }; \ 15436edfd8d6SBruce A. Mah create_testsuite_report () \ 15446edfd8d6SBruce A. Mah { \ 15456edfd8d6SBruce A. Mah result_count $$1 "TOTAL:" $$all "$$brg"; \ 15466edfd8d6SBruce A. Mah result_count $$1 "PASS: " $$pass "$$grn"; \ 15476edfd8d6SBruce A. Mah result_count $$1 "SKIP: " $$skip "$$blu"; \ 15486edfd8d6SBruce A. Mah result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 15496edfd8d6SBruce A. Mah result_count $$1 "FAIL: " $$fail "$$red"; \ 15506edfd8d6SBruce A. Mah result_count $$1 "XPASS:" $$xpass "$$red"; \ 15516edfd8d6SBruce A. Mah result_count $$1 "ERROR:" $$error "$$mgn"; \ 15526edfd8d6SBruce A. Mah }; \ 15536edfd8d6SBruce A. Mah { \ 15546edfd8d6SBruce A. Mah echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 15556edfd8d6SBruce A. Mah $(am__rst_title); \ 15566edfd8d6SBruce A. Mah create_testsuite_report --no-color; \ 15576edfd8d6SBruce A. Mah echo; \ 15586edfd8d6SBruce A. Mah echo ".. contents:: :depth: 2"; \ 15596edfd8d6SBruce A. Mah echo; \ 15606edfd8d6SBruce A. Mah for b in $$bases; do echo $$b; done \ 15616edfd8d6SBruce A. Mah | $(am__create_global_log); \ 15626edfd8d6SBruce A. Mah } >$(TEST_SUITE_LOG).tmp || exit 1; \ 15636edfd8d6SBruce A. Mah mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 15646edfd8d6SBruce A. Mah if $$success; then \ 15656edfd8d6SBruce A. Mah col="$$grn"; \ 156660bd98a5SBruce A. Mah else \ 15676edfd8d6SBruce A. Mah col="$$red"; \ 15686edfd8d6SBruce A. Mah test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1569e34c20c8SJon Dugan fi; \ 15706edfd8d6SBruce A. Mah echo "$${col}$$br$${std}"; \ 157121581a72SBruce A. Mah echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 15726edfd8d6SBruce A. Mah echo "$${col}$$br$${std}"; \ 15736edfd8d6SBruce A. Mah create_testsuite_report --maybe-color; \ 15746edfd8d6SBruce A. Mah echo "$$col$$br$$std"; \ 15756edfd8d6SBruce A. Mah if $$success; then :; else \ 15766edfd8d6SBruce A. Mah echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 15776edfd8d6SBruce A. Mah if test -n "$(PACKAGE_BUGREPORT)"; then \ 15786edfd8d6SBruce A. Mah echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1579e34c20c8SJon Dugan fi; \ 15806edfd8d6SBruce A. Mah echo "$$col$$br$$std"; \ 1581e34c20c8SJon Dugan fi; \ 15826edfd8d6SBruce A. Mah $$success || exit 1 15836edfd8d6SBruce A. Mah 15846edfd8d6SBruce A. Mahcheck-TESTS: 15856edfd8d6SBruce A. Mah @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 15866edfd8d6SBruce A. Mah @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 15876edfd8d6SBruce A. Mah @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 15886edfd8d6SBruce A. Mah @set +e; $(am__set_TESTS_bases); \ 15896edfd8d6SBruce A. Mah log_list=`for i in $$bases; do echo $$i.log; done`; \ 15906edfd8d6SBruce A. Mah trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 15916edfd8d6SBruce A. Mah log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 15926edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 15936edfd8d6SBruce A. Mah exit $$?; 15946edfd8d6SBruce A. Mahrecheck: all 15956edfd8d6SBruce A. Mah @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 15966edfd8d6SBruce A. Mah @set +e; $(am__set_TESTS_bases); \ 15976edfd8d6SBruce A. Mah bases=`for i in $$bases; do echo $$i; done \ 15986edfd8d6SBruce A. Mah | $(am__list_recheck_tests)` || exit 1; \ 15996edfd8d6SBruce A. Mah log_list=`for i in $$bases; do echo $$i.log; done`; \ 16006edfd8d6SBruce A. Mah log_list=`echo $$log_list`; \ 16016edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 16026edfd8d6SBruce A. Mah am__force_recheck=am--force-recheck \ 16036edfd8d6SBruce A. Mah TEST_LOGS="$$log_list"; \ 16046edfd8d6SBruce A. Mah exit $$? 16056edfd8d6SBruce A. Maht_timer.log: t_timer$(EXEEXT) 16066edfd8d6SBruce A. Mah @p='t_timer$(EXEEXT)'; \ 16076edfd8d6SBruce A. Mah b='t_timer'; \ 16086edfd8d6SBruce A. Mah $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 16096edfd8d6SBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 16106edfd8d6SBruce A. Mah $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 16116edfd8d6SBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 16126edfd8d6SBruce A. Maht_units.log: t_units$(EXEEXT) 16136edfd8d6SBruce A. Mah @p='t_units$(EXEEXT)'; \ 16146edfd8d6SBruce A. Mah b='t_units'; \ 16156edfd8d6SBruce A. Mah $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 16166edfd8d6SBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 16176edfd8d6SBruce A. Mah $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 16186edfd8d6SBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 16196edfd8d6SBruce A. Maht_uuid.log: t_uuid$(EXEEXT) 16206edfd8d6SBruce A. Mah @p='t_uuid$(EXEEXT)'; \ 16216edfd8d6SBruce A. Mah b='t_uuid'; \ 16226edfd8d6SBruce A. Mah $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 16236edfd8d6SBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 16246edfd8d6SBruce A. Mah $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 16256edfd8d6SBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 1626cf1f1a3dSBruce A. Maht_api.log: t_api$(EXEEXT) 1627cf1f1a3dSBruce A. Mah @p='t_api$(EXEEXT)'; \ 1628cf1f1a3dSBruce A. Mah b='t_api'; \ 1629cf1f1a3dSBruce A. Mah $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1630cf1f1a3dSBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 1631cf1f1a3dSBruce A. Mah $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1632cf1f1a3dSBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 163333d3b199SBruce A. Maht_auth.log: t_auth$(EXEEXT) 163433d3b199SBruce A. Mah @p='t_auth$(EXEEXT)'; \ 163533d3b199SBruce A. Mah b='t_auth'; \ 163633d3b199SBruce A. Mah $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 163733d3b199SBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 163833d3b199SBruce A. Mah $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 163933d3b199SBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 16406edfd8d6SBruce A. Mah.test.log: 16416edfd8d6SBruce A. Mah @p='$<'; \ 16426edfd8d6SBruce A. Mah $(am__set_b); \ 16436edfd8d6SBruce A. Mah $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 16446edfd8d6SBruce A. Mah --log-file $$b.log --trs-file $$b.trs \ 16456edfd8d6SBruce A. Mah $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 16466edfd8d6SBruce A. Mah "$$tst" $(AM_TESTS_FD_REDIRECT) 16476edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@.test$(EXEEXT).log: 16486edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ @p='$<'; \ 16496edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ $(am__set_b); \ 16506edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 16516edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 16526edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 16536edfd8d6SBruce A. Mah@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1654ff1ea4e5SBruce A. Mahdistdir: $(BUILT_SOURCES) 1655ff1ea4e5SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) distdir-am 1656ff1ea4e5SBruce A. Mah 1657ff1ea4e5SBruce A. Mahdistdir-am: $(DISTFILES) 1658ba7b91d2SJef Poskanzer @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1659ba7b91d2SJef Poskanzer topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1660ba7b91d2SJef Poskanzer list='$(DISTFILES)'; \ 1661ba7b91d2SJef Poskanzer dist_files=`for file in $$list; do echo $$file; done | \ 1662ba7b91d2SJef Poskanzer sed -e "s|^$$srcdirstrip/||;t" \ 1663ba7b91d2SJef Poskanzer -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1664ba7b91d2SJef Poskanzer case $$dist_files in \ 1665ba7b91d2SJef Poskanzer */*) $(MKDIR_P) `echo "$$dist_files" | \ 1666ba7b91d2SJef Poskanzer sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1667ba7b91d2SJef Poskanzer sort -u` ;; \ 1668e34c20c8SJon Dugan esac; \ 1669ba7b91d2SJef Poskanzer for file in $$dist_files; do \ 1670e34c20c8SJon Dugan if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 167156a97f93Sjef if test -d $$d/$$file; then \ 1672ba7b91d2SJef Poskanzer dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 167360bd98a5SBruce A. Mah if test -d "$(distdir)/$$file"; then \ 167460bd98a5SBruce A. Mah find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 167556a97f93Sjef fi; \ 167660bd98a5SBruce A. Mah if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 167760bd98a5SBruce A. Mah cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 167860bd98a5SBruce A. Mah find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 167960bd98a5SBruce A. Mah fi; \ 168060bd98a5SBruce A. Mah cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 168156a97f93Sjef else \ 168260bd98a5SBruce A. Mah test -f "$(distdir)/$$file" \ 168360bd98a5SBruce A. Mah || cp -p $$d/$$file "$(distdir)/$$file" \ 1684e34c20c8SJon Dugan || exit 1; \ 1685e34c20c8SJon Dugan fi; \ 1686e34c20c8SJon Dugan done 1687e34c20c8SJon Dugancheck-am: all-am 1688e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1689e34c20c8SJon Dugancheck: check-am 1690ff1ea4e5SBruce A. Mahall-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(HEADERS) \ 1691a57bcc2dSBruce A. Mah iperf_config.h 1692dc1dd2dcSBruce A. Mahinstall-binPROGRAMS: install-libLTLIBRARIES 1693dc1dd2dcSBruce A. Mah 1694e34c20c8SJon Duganinstalldirs: 1695ff1ea4e5SBruce A. Mah for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \ 1696ba7b91d2SJef Poskanzer test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 169701ca972bSsethdelliott done 1698e34c20c8SJon Duganinstall: install-am 1699e34c20c8SJon Duganinstall-exec: install-exec-am 1700e34c20c8SJon Duganinstall-data: install-data-am 1701e34c20c8SJon Duganuninstall: uninstall-am 1702e34c20c8SJon Dugan 1703e34c20c8SJon Duganinstall-am: all-am 1704e34c20c8SJon Dugan @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1705e34c20c8SJon Dugan 1706e34c20c8SJon Duganinstallcheck: installcheck-am 1707e34c20c8SJon Duganinstall-strip: 17086edfd8d6SBruce A. Mah if test -z '$(STRIP)'; then \ 1709e34c20c8SJon Dugan $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1710e34c20c8SJon Dugan install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 17116edfd8d6SBruce A. Mah install; \ 17126edfd8d6SBruce A. Mah else \ 17136edfd8d6SBruce A. Mah $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 17146edfd8d6SBruce A. Mah install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 17156edfd8d6SBruce A. Mah "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 17166edfd8d6SBruce A. Mah fi 1717e34c20c8SJon Duganmostlyclean-generic: 17186edfd8d6SBruce A. Mah -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 17196edfd8d6SBruce A. Mah -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 17206edfd8d6SBruce A. Mah -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1721e34c20c8SJon Dugan 1722e34c20c8SJon Duganclean-generic: 1723e34c20c8SJon Dugan 1724e34c20c8SJon Dugandistclean-generic: 172501ca972bSsethdelliott -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 172660bd98a5SBruce A. Mah -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1727e34c20c8SJon Dugan 1728e34c20c8SJon Duganmaintainer-clean-generic: 1729e34c20c8SJon Dugan @echo "This command is intended for maintainers to use" 1730e34c20c8SJon Dugan @echo "it deletes files that may require special tools to rebuild." 1731e34c20c8SJon Duganclean: clean-am 1732e34c20c8SJon Dugan 1733dc1dd2dcSBruce A. Mahclean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 1734e34c20c8SJon Dugan clean-libtool clean-noinstPROGRAMS mostlyclean-am 1735e34c20c8SJon Dugan 1736e34c20c8SJon Dugandistclean: distclean-am 1737ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/cjson.Plo 1738ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/dscp.Plo 1739ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3-main.Po 1740ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-cjson.Po 1741ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-dscp.Po 1742ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_api.Po 1743ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_auth.Po 1744ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po 1745ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_error.Po 1746ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_locale.Po 1747ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po 1748ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po 1749ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po 1750cde81d76SBen Fox-Moore -rm -f ./$(DEPDIR)/iperf3_profile-iperf_time.Po 1751ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_udp.Po 1752ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_util.Po 1753ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-main.Po 1754ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-net.Po 1755ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-tcp_info.Po 1756ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-timer.Po 1757ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-units.Po 1758ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_api.Plo 1759ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_auth.Plo 1760ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_client_api.Plo 1761ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_error.Plo 1762ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_locale.Plo 1763ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_sctp.Plo 1764ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_server_api.Plo 1765ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_tcp.Plo 1766cde81d76SBen Fox-Moore -rm -f ./$(DEPDIR)/iperf_time.Plo 1767ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_udp.Plo 1768ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_util.Plo 1769ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/net.Plo 1770cf1f1a3dSBruce A. Mah -rm -f ./$(DEPDIR)/t_api-t_api.Po 177133d3b199SBruce A. Mah -rm -f ./$(DEPDIR)/t_auth-t_auth.Po 1772ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_timer-t_timer.Po 1773ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_units-t_units.Po 1774ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_uuid-t_uuid.Po 1775ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/tcp_info.Plo 1776ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/timer.Plo 1777ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/units.Plo 1778e34c20c8SJon Dugan -rm -f Makefile 177901ca972bSsethdelliottdistclean-am: clean-am distclean-compile distclean-generic \ 1780ba7b91d2SJef Poskanzer distclean-hdr distclean-tags 1781e34c20c8SJon Dugan 1782e34c20c8SJon Dugandvi: dvi-am 1783e34c20c8SJon Dugan 1784e34c20c8SJon Dugandvi-am: 1785e34c20c8SJon Dugan 178601ca972bSsethdelliotthtml: html-am 178701ca972bSsethdelliott 178860bd98a5SBruce A. Mahhtml-am: 178960bd98a5SBruce A. Mah 1790e34c20c8SJon Duganinfo: info-am 1791e34c20c8SJon Dugan 1792e34c20c8SJon Duganinfo-am: 1793e34c20c8SJon Dugan 1794e34c20c8SJon Duganinstall-data-am: install-includeHEADERS install-man 1795e34c20c8SJon Dugan 1796ba7b91d2SJef Poskanzerinstall-dvi: install-dvi-am 1797ba7b91d2SJef Poskanzer 179860bd98a5SBruce A. Mahinstall-dvi-am: 179960bd98a5SBruce A. Mah 1800dc1dd2dcSBruce A. Mahinstall-exec-am: install-binPROGRAMS install-libLTLIBRARIES 1801188f8eb6SBruce A. Mah 1802ba7b91d2SJef Poskanzerinstall-html: install-html-am 1803ba7b91d2SJef Poskanzer 180460bd98a5SBruce A. Mahinstall-html-am: 180560bd98a5SBruce A. Mah 1806e34c20c8SJon Duganinstall-info: install-info-am 1807e34c20c8SJon Dugan 180860bd98a5SBruce A. Mahinstall-info-am: 180960bd98a5SBruce A. Mah 18103e587542SJef Poskanzerinstall-man: install-man1 install-man3 1811e34c20c8SJon Dugan 1812ba7b91d2SJef Poskanzerinstall-pdf: install-pdf-am 1813ba7b91d2SJef Poskanzer 181460bd98a5SBruce A. Mahinstall-pdf-am: 181560bd98a5SBruce A. Mah 1816ba7b91d2SJef Poskanzerinstall-ps: install-ps-am 1817ba7b91d2SJef Poskanzer 181860bd98a5SBruce A. Mahinstall-ps-am: 181960bd98a5SBruce A. Mah 1820e34c20c8SJon Duganinstallcheck-am: 1821e34c20c8SJon Dugan 1822e34c20c8SJon Duganmaintainer-clean: maintainer-clean-am 1823ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/cjson.Plo 1824ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/dscp.Plo 1825ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3-main.Po 1826ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-cjson.Po 1827ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-dscp.Po 1828ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_api.Po 1829ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_auth.Po 1830ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_client_api.Po 1831ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_error.Po 1832ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_locale.Po 1833ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_sctp.Po 1834ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_server_api.Po 1835ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_tcp.Po 1836cde81d76SBen Fox-Moore -rm -f ./$(DEPDIR)/iperf3_profile-iperf_time.Po 1837ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_udp.Po 1838ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-iperf_util.Po 1839ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-main.Po 1840ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-net.Po 1841ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-tcp_info.Po 1842ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-timer.Po 1843ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf3_profile-units.Po 1844ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_api.Plo 1845ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_auth.Plo 1846ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_client_api.Plo 1847ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_error.Plo 1848ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_locale.Plo 1849ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_sctp.Plo 1850ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_server_api.Plo 1851ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_tcp.Plo 1852cde81d76SBen Fox-Moore -rm -f ./$(DEPDIR)/iperf_time.Plo 1853ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_udp.Plo 1854ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/iperf_util.Plo 1855ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/net.Plo 1856cf1f1a3dSBruce A. Mah -rm -f ./$(DEPDIR)/t_api-t_api.Po 185733d3b199SBruce A. Mah -rm -f ./$(DEPDIR)/t_auth-t_auth.Po 1858ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_timer-t_timer.Po 1859ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_units-t_units.Po 1860ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/t_uuid-t_uuid.Po 1861ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/tcp_info.Plo 1862ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/timer.Plo 1863ff1ea4e5SBruce A. Mah -rm -f ./$(DEPDIR)/units.Plo 1864e34c20c8SJon Dugan -rm -f Makefile 1865e34c20c8SJon Duganmaintainer-clean-am: distclean-am maintainer-clean-generic 1866e34c20c8SJon Dugan 1867e34c20c8SJon Duganmostlyclean: mostlyclean-am 1868e34c20c8SJon Dugan 1869e34c20c8SJon Duganmostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1870e34c20c8SJon Dugan mostlyclean-libtool 1871e34c20c8SJon Dugan 1872e34c20c8SJon Duganpdf: pdf-am 1873e34c20c8SJon Dugan 1874e34c20c8SJon Duganpdf-am: 1875e34c20c8SJon Dugan 1876e34c20c8SJon Duganps: ps-am 1877e34c20c8SJon Dugan 1878e34c20c8SJon Duganps-am: 1879e34c20c8SJon Dugan 1880e34c20c8SJon Duganuninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ 1881dc1dd2dcSBruce A. Mah uninstall-libLTLIBRARIES uninstall-man 1882e34c20c8SJon Dugan 18833e587542SJef Poskanzeruninstall-man: uninstall-man1 uninstall-man3 1884e34c20c8SJon Dugan 1885188f8eb6SBruce A. Mah.MAKE: all check-am install-am install-strip 1886ba7b91d2SJef Poskanzer 1887ff1ea4e5SBruce A. Mah.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1888ff1ea4e5SBruce A. Mah check-am clean clean-binPROGRAMS clean-generic \ 1889ff1ea4e5SBruce A. Mah clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \ 1890ff1ea4e5SBruce A. Mah cscopelist-am ctags ctags-am distclean distclean-compile \ 1891ff1ea4e5SBruce A. Mah distclean-generic distclean-hdr distclean-libtool \ 1892ff1ea4e5SBruce A. Mah distclean-tags distdir dvi dvi-am html html-am info info-am \ 1893ff1ea4e5SBruce A. Mah install install-am install-binPROGRAMS install-data \ 1894ff1ea4e5SBruce A. Mah install-data-am install-dvi install-dvi-am install-exec \ 1895ff1ea4e5SBruce A. Mah install-exec-am install-html install-html-am \ 1896ff1ea4e5SBruce A. Mah install-includeHEADERS install-info install-info-am \ 1897ff1ea4e5SBruce A. Mah install-libLTLIBRARIES install-man install-man1 install-man3 \ 1898ff1ea4e5SBruce A. Mah install-pdf install-pdf-am install-ps install-ps-am \ 1899ff1ea4e5SBruce A. Mah install-strip installcheck installcheck-am installdirs \ 1900ff1ea4e5SBruce A. Mah maintainer-clean maintainer-clean-generic mostlyclean \ 1901ff1ea4e5SBruce A. Mah mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1902ff1ea4e5SBruce A. Mah pdf pdf-am ps ps-am recheck tags tags-am uninstall \ 1903ff1ea4e5SBruce A. Mah uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \ 1904dc1dd2dcSBruce A. Mah uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \ 190510383818SBruce A. Mah uninstall-man3 190660bd98a5SBruce A. Mah 1907a5f5765cSBruce A. Mah.PRECIOUS: Makefile 1908a5f5765cSBruce A. Mah 19099286415cSJon Dugan 1910e34c20c8SJon Dugan# Tell versions [3.59,3.63) of GNU make to not export all variables. 1911e34c20c8SJon Dugan# Otherwise a system limit (for SysV at least) may be exceeded. 1912e34c20c8SJon Dugan.NOEXPORT: 1913