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