xref: /iperf/src/Makefile.in (revision 5d2f2cf9)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39bin_PROGRAMS = iperf3$(EXEEXT)
40noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
41	iperf3_profile$(EXEEXT)
42TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
43subdir = src
44DIST_COMMON = $(dist_man_MANS) $(include_HEADERS) \
45	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
46	$(srcdir)/config.h.in
47ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50	$(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
52CONFIG_HEADER = config.h
53CONFIG_CLEAN_FILES =
54CONFIG_CLEAN_VPATH_FILES =
55am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56am__vpath_adj = case $$p in \
57    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58    *) f=$$p;; \
59  esac;
60am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61am__install_max = 40
62am__nobase_strip_setup = \
63  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64am__nobase_strip = \
65  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66am__nobase_list = $(am__nobase_strip_setup); \
67  for p in $$list; do echo "$$p $$p"; done | \
68  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70    if (++n[$$2] == $(am__install_max)) \
71      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72    END { for (dir in files) print dir, files[dir] }'
73am__base_list = \
74  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
77	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \
78	"$(DESTDIR)$(includedir)"
79LTLIBRARIES = $(lib_LTLIBRARIES)
80libiperf_la_LIBADD =
81am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \
82	iperf_client_api.lo iperf_server_api.lo iperf_tcp.lo \
83	iperf_udp.lo iperf_sctp.lo iperf_util.lo locale.lo net.lo \
84	tcp_info.lo tcp_window_size.lo timer.lo units.lo
85libiperf_la_OBJECTS = $(am_libiperf_la_OBJECTS)
86PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
87am_iperf3_OBJECTS = iperf3-main.$(OBJEXT)
88iperf3_OBJECTS = $(am_iperf3_OBJECTS)
89iperf3_DEPENDENCIES = libiperf.la
90iperf3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91	--mode=link $(CCLD) $(iperf3_CFLAGS) $(CFLAGS) \
92	$(iperf3_LDFLAGS) $(LDFLAGS) -o $@
93am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \
94	iperf3_profile-iperf_api.$(OBJEXT) \
95	iperf3_profile-iperf_error.$(OBJEXT) \
96	iperf3_profile-iperf_client_api.$(OBJEXT) \
97	iperf3_profile-iperf_server_api.$(OBJEXT) \
98	iperf3_profile-iperf_tcp.$(OBJEXT) \
99	iperf3_profile-iperf_udp.$(OBJEXT) \
100	iperf3_profile-iperf_sctp.$(OBJEXT) \
101	iperf3_profile-iperf_util.$(OBJEXT) \
102	iperf3_profile-locale.$(OBJEXT) iperf3_profile-net.$(OBJEXT) \
103	iperf3_profile-tcp_info.$(OBJEXT) \
104	iperf3_profile-tcp_window_size.$(OBJEXT) \
105	iperf3_profile-timer.$(OBJEXT) iperf3_profile-units.$(OBJEXT)
106am_iperf3_profile_OBJECTS = iperf3_profile-main.$(OBJEXT) \
107	$(am__objects_1)
108iperf3_profile_OBJECTS = $(am_iperf3_profile_OBJECTS)
109iperf3_profile_DEPENDENCIES = libiperf.la
110iperf3_profile_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
111	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(iperf3_profile_CFLAGS) \
112	$(CFLAGS) $(iperf3_profile_LDFLAGS) $(LDFLAGS) -o $@
113am_t_timer_OBJECTS = t_timer-t_timer.$(OBJEXT)
114t_timer_OBJECTS = $(am_t_timer_OBJECTS)
115t_timer_DEPENDENCIES = libiperf.la
116t_timer_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117	--mode=link $(CCLD) $(t_timer_CFLAGS) $(CFLAGS) \
118	$(t_timer_LDFLAGS) $(LDFLAGS) -o $@
119am_t_units_OBJECTS = t_units-t_units.$(OBJEXT)
120t_units_OBJECTS = $(am_t_units_OBJECTS)
121t_units_DEPENDENCIES = libiperf.la
122t_units_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123	--mode=link $(CCLD) $(t_units_CFLAGS) $(CFLAGS) \
124	$(t_units_LDFLAGS) $(LDFLAGS) -o $@
125am_t_uuid_OBJECTS = t_uuid-t_uuid.$(OBJEXT)
126t_uuid_OBJECTS = $(am_t_uuid_OBJECTS)
127t_uuid_DEPENDENCIES = libiperf.la
128t_uuid_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129	--mode=link $(CCLD) $(t_uuid_CFLAGS) $(CFLAGS) \
130	$(t_uuid_LDFLAGS) $(LDFLAGS) -o $@
131DEFAULT_INCLUDES = -I.@am__isrc@
132depcomp = $(SHELL) $(top_srcdir)/config/depcomp
133am__depfiles_maybe = depfiles
134am__mv = mv -f
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
138	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
139	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140CCLD = $(CC)
141LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
142	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
143	$(LDFLAGS) -o $@
144SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \
145	$(iperf3_profile_SOURCES) $(t_timer_SOURCES) \
146	$(t_units_SOURCES) $(t_uuid_SOURCES)
147DIST_SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \
148	$(iperf3_profile_SOURCES) $(t_timer_SOURCES) \
149	$(t_units_SOURCES) $(t_uuid_SOURCES)
150man1dir = $(mandir)/man1
151man3dir = $(mandir)/man3
152NROFF = nroff
153MANS = $(dist_man_MANS)
154HEADERS = $(include_HEADERS)
155ETAGS = etags
156CTAGS = ctags
157am__tty_colors = \
158red=; grn=; lgn=; blu=; std=
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160ACLOCAL = @ACLOCAL@
161AMTAR = @AMTAR@
162AR = @AR@
163AUTOCONF = @AUTOCONF@
164AUTOHEADER = @AUTOHEADER@
165AUTOMAKE = @AUTOMAKE@
166AWK = @AWK@
167CC = @CC@
168CCDEPMODE = @CCDEPMODE@
169CFLAGS = @CFLAGS@
170CPP = @CPP@
171CPPFLAGS = @CPPFLAGS@
172CYGPATH_W = @CYGPATH_W@
173DEFS = @DEFS@
174DEPDIR = @DEPDIR@
175DSYMUTIL = @DSYMUTIL@
176DUMPBIN = @DUMPBIN@
177ECHO_C = @ECHO_C@
178ECHO_N = @ECHO_N@
179ECHO_T = @ECHO_T@
180EGREP = @EGREP@
181EXEEXT = @EXEEXT@
182FGREP = @FGREP@
183GREP = @GREP@
184INSTALL = @INSTALL@
185INSTALL_DATA = @INSTALL_DATA@
186INSTALL_PROGRAM = @INSTALL_PROGRAM@
187INSTALL_SCRIPT = @INSTALL_SCRIPT@
188INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189LD = @LD@
190LDFLAGS = @LDFLAGS@
191LIBOBJS = @LIBOBJS@
192LIBS = @LIBS@
193LIBTOOL = @LIBTOOL@
194LIPO = @LIPO@
195LN_S = @LN_S@
196LTLIBOBJS = @LTLIBOBJS@
197MAKEINFO = @MAKEINFO@
198MKDIR_P = @MKDIR_P@
199NM = @NM@
200NMEDIT = @NMEDIT@
201OBJDUMP = @OBJDUMP@
202OBJEXT = @OBJEXT@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_VERSION = @PACKAGE_VERSION@
211PATH_SEPARATOR = @PATH_SEPARATOR@
212RANLIB = @RANLIB@
213SED = @SED@
214SET_MAKE = @SET_MAKE@
215SHELL = @SHELL@
216STRIP = @STRIP@
217VERSION = @VERSION@
218abs_builddir = @abs_builddir@
219abs_srcdir = @abs_srcdir@
220abs_top_builddir = @abs_top_builddir@
221abs_top_srcdir = @abs_top_srcdir@
222ac_ct_CC = @ac_ct_CC@
223ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224am__include = @am__include@
225am__leading_dot = @am__leading_dot@
226am__quote = @am__quote@
227am__tar = @am__tar@
228am__untar = @am__untar@
229bindir = @bindir@
230build = @build@
231build_alias = @build_alias@
232build_cpu = @build_cpu@
233build_os = @build_os@
234build_vendor = @build_vendor@
235builddir = @builddir@
236datadir = @datadir@
237datarootdir = @datarootdir@
238docdir = @docdir@
239dvidir = @dvidir@
240exec_prefix = @exec_prefix@
241host = @host@
242host_alias = @host_alias@
243host_cpu = @host_cpu@
244host_os = @host_os@
245host_vendor = @host_vendor@
246htmldir = @htmldir@
247includedir = @includedir@
248infodir = @infodir@
249install_sh = @install_sh@
250libdir = @libdir@
251libexecdir = @libexecdir@
252localedir = @localedir@
253localstatedir = @localstatedir@
254lt_ECHO = @lt_ECHO@
255mandir = @mandir@
256mkdir_p = @mkdir_p@
257oldincludedir = @oldincludedir@
258pdfdir = @pdfdir@
259prefix = @prefix@
260program_transform_name = @program_transform_name@
261psdir = @psdir@
262sbindir = @sbindir@
263sharedstatedir = @sharedstatedir@
264srcdir = @srcdir@
265sysconfdir = @sysconfdir@
266target_alias = @target_alias@
267top_build_prefix = @top_build_prefix@
268top_builddir = @top_builddir@
269top_srcdir = @top_srcdir@
270lib_LTLIBRARIES = libiperf.la                                   # Build and install an iperf library
271include_HEADERS = iperf_api.h # Defines the headers that get installed with the program
272
273# Specify the source files and flags for the iperf library
274libiperf_la_SOURCES = \
275                        cjson.c \
276                        cjson.h \
277                        flowlabel.h \
278                        iperf.h \
279                        iperf_api.c \
280                        iperf_api.h \
281                        iperf_error.c \
282			iperf_client_api.c \
283                        iperf_server_api.c \
284                        iperf_tcp.c \
285                        iperf_tcp.h \
286                        iperf_udp.c \
287                        iperf_udp.h \
288			iperf_sctp.c \
289	                iperf_sctp.h \
290                        iperf_util.c \
291                        iperf_util.h \
292                        locale.c \
293                        locale.h \
294                        net.c \
295                        net.h \
296                        queue.h \
297                        tcp_info.c \
298                        tcp_window_size.c \
299                        tcp_window_size.h \
300                        timer.c \
301                        timer.h \
302                        units.c \
303                        units.h \
304                        version.h
305
306
307# Specify the sources and various flags for the iperf binary
308iperf3_SOURCES = main.c
309iperf3_CFLAGS = -g -Wall
310iperf3_LDADD = libiperf.la
311iperf3_LDFLAGS = -g
312
313# Specify the sources and various flags for the profiled iperf binary. This
314# binary recompiles all the source files to make sure they are all profiled.
315iperf3_profile_SOURCES = main.c \
316						  $(libiperf_la_SOURCES)
317
318iperf3_profile_CFLAGS = -pg -g -Wall
319iperf3_profile_LDADD = libiperf.la
320iperf3_profile_LDFLAGS = -pg -g
321
322# Specify the sources and various flags for the test cases
323t_timer_SOURCES = t_timer.c
324t_timer_CFLAGS = -g -Wall
325t_timer_LDFLAGS =
326t_timer_LDADD = libiperf.la
327t_units_SOURCES = t_units.c
328t_units_CFLAGS = -g -Wall
329t_units_LDFLAGS =
330t_units_LDADD = libiperf.la
331t_uuid_SOURCES = t_uuid.c
332t_uuid_CFLAGS = -g -Wall
333t_uuid_LDFLAGS =
334t_uuid_LDADD = libiperf.la
335dist_man_MANS = iperf3.1 libiperf.3
336all: config.h
337	$(MAKE) $(AM_MAKEFLAGS) all-am
338
339.SUFFIXES:
340.SUFFIXES: .c .lo .o .obj
341$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
342	@for dep in $?; do \
343	  case '$(am__configure_deps)' in \
344	    *$$dep*) \
345	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346	        && { if test -f $@; then exit 0; else break; fi; }; \
347	      exit 1;; \
348	  esac; \
349	done; \
350	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
351	$(am__cd) $(top_srcdir) && \
352	  $(AUTOMAKE) --foreign src/Makefile
353.PRECIOUS: Makefile
354Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355	@case '$?' in \
356	  *config.status*) \
357	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
358	  *) \
359	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
360	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
361	esac;
362
363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
366$(top_srcdir)/configure:  $(am__configure_deps)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(am__aclocal_m4_deps):
371
372config.h: stamp-h1
373	@if test ! -f $@; then \
374	  rm -f stamp-h1; \
375	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
376	else :; fi
377
378stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
379	@rm -f stamp-h1
380	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
381$(srcdir)/config.h.in:  $(am__configure_deps)
382	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
383	rm -f stamp-h1
384	touch $@
385
386distclean-hdr:
387	-rm -f config.h stamp-h1
388install-libLTLIBRARIES: $(lib_LTLIBRARIES)
389	@$(NORMAL_INSTALL)
390	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
391	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
392	list2=; for p in $$list; do \
393	  if test -f $$p; then \
394	    list2="$$list2 $$p"; \
395	  else :; fi; \
396	done; \
397	test -z "$$list2" || { \
398	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
399	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
400	}
401
402uninstall-libLTLIBRARIES:
403	@$(NORMAL_UNINSTALL)
404	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
405	for p in $$list; do \
406	  $(am__strip_dir) \
407	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
408	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
409	done
410
411clean-libLTLIBRARIES:
412	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
413	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
414	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
415	  test "$$dir" != "$$p" || dir=.; \
416	  echo "rm -f \"$${dir}/so_locations\""; \
417	  rm -f "$${dir}/so_locations"; \
418	done
419libiperf.la: $(libiperf_la_OBJECTS) $(libiperf_la_DEPENDENCIES)
420	$(LINK) -rpath $(libdir) $(libiperf_la_OBJECTS) $(libiperf_la_LIBADD) $(LIBS)
421install-binPROGRAMS: $(bin_PROGRAMS)
422	@$(NORMAL_INSTALL)
423	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
424	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
425	for p in $$list; do echo "$$p $$p"; done | \
426	sed 's/$(EXEEXT)$$//' | \
427	while read p p1; do if test -f $$p || test -f $$p1; \
428	  then echo "$$p"; echo "$$p"; else :; fi; \
429	done | \
430	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
431	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
432	sed 'N;N;N;s,\n, ,g' | \
433	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
434	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
435	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
436	    else { print "f", $$3 "/" $$4, $$1; } } \
437	  END { for (d in files) print "f", d, files[d] }' | \
438	while read type dir files; do \
439	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
440	    test -z "$$files" || { \
441	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
442	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
443	    } \
444	; done
445
446uninstall-binPROGRAMS:
447	@$(NORMAL_UNINSTALL)
448	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
449	files=`for p in $$list; do echo "$$p"; done | \
450	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
451	      -e 's/$$/$(EXEEXT)/' `; \
452	test -n "$$list" || exit 0; \
453	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
454	cd "$(DESTDIR)$(bindir)" && rm -f $$files
455
456clean-binPROGRAMS:
457	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
458	echo " rm -f" $$list; \
459	rm -f $$list || exit $$?; \
460	test -n "$(EXEEXT)" || exit 0; \
461	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
462	echo " rm -f" $$list; \
463	rm -f $$list
464
465clean-noinstPROGRAMS:
466	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
467	echo " rm -f" $$list; \
468	rm -f $$list || exit $$?; \
469	test -n "$(EXEEXT)" || exit 0; \
470	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
471	echo " rm -f" $$list; \
472	rm -f $$list
473iperf3$(EXEEXT): $(iperf3_OBJECTS) $(iperf3_DEPENDENCIES)
474	@rm -f iperf3$(EXEEXT)
475	$(iperf3_LINK) $(iperf3_OBJECTS) $(iperf3_LDADD) $(LIBS)
476iperf3_profile$(EXEEXT): $(iperf3_profile_OBJECTS) $(iperf3_profile_DEPENDENCIES)
477	@rm -f iperf3_profile$(EXEEXT)
478	$(iperf3_profile_LINK) $(iperf3_profile_OBJECTS) $(iperf3_profile_LDADD) $(LIBS)
479t_timer$(EXEEXT): $(t_timer_OBJECTS) $(t_timer_DEPENDENCIES)
480	@rm -f t_timer$(EXEEXT)
481	$(t_timer_LINK) $(t_timer_OBJECTS) $(t_timer_LDADD) $(LIBS)
482t_units$(EXEEXT): $(t_units_OBJECTS) $(t_units_DEPENDENCIES)
483	@rm -f t_units$(EXEEXT)
484	$(t_units_LINK) $(t_units_OBJECTS) $(t_units_LDADD) $(LIBS)
485t_uuid$(EXEEXT): $(t_uuid_OBJECTS) $(t_uuid_DEPENDENCIES)
486	@rm -f t_uuid$(EXEEXT)
487	$(t_uuid_LINK) $(t_uuid_OBJECTS) $(t_uuid_LDADD) $(LIBS)
488
489mostlyclean-compile:
490	-rm -f *.$(OBJEXT)
491
492distclean-compile:
493	-rm -f *.tab.c
494
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3-main.Po@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_api.Po@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_client_api.Po@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_error.Po@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_sctp.Po@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_server_api.Po@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_tcp.Po@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_udp.Po@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-iperf_util.Po@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-locale.Po@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-main.Po@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-net.Po@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-tcp_info.Po@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-tcp_window_size.Po@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-timer.Po@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-units.Po@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_api.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_client_api.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_error.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_sctp.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_server_api.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_tcp.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_udp.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf_util.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locale.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_timer-t_timer.Po@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_units-t_units.Po@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_uuid-t_uuid.Po@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_info.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_window_size.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/units.Plo@am__quote@
530
531.c.o:
532@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
533@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
534@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
535@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536@am__fastdepCC_FALSE@	$(COMPILE) -c $<
537
538.c.obj:
539@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
540@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
541@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
542@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
544
545.c.lo:
546@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
547@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
548@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
549@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
551
552iperf3-main.o: main.c
553@am__fastdepCC_TRUE@	$(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
554@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po
555@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='iperf3-main.o' libtool=no @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -c -o iperf3-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
558
559iperf3-main.obj: main.c
560@am__fastdepCC_TRUE@	$(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`
561@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po
562@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='iperf3-main.obj' libtool=no @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCC_FALSE@	$(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`
565
566iperf3_profile-main.o: main.c
567@am__fastdepCC_TRUE@	$(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
568@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po
569@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='iperf3_profile-main.o' libtool=no @AMDEPBACKSLASH@
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571@am__fastdepCC_FALSE@	$(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
572
573iperf3_profile-main.obj: main.c
574@am__fastdepCC_TRUE@	$(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`
575@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-main.Tpo $(DEPDIR)/iperf3_profile-main.Po
576@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='iperf3_profile-main.obj' libtool=no @AMDEPBACKSLASH@
577@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578@am__fastdepCC_FALSE@	$(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`
579
580iperf3_profile-cjson.o: cjson.c
581@am__fastdepCC_TRUE@	$(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
582@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po
583@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cjson.c' object='iperf3_profile-cjson.o' libtool=no @AMDEPBACKSLASH@
584@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585@am__fastdepCC_FALSE@	$(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
586
587iperf3_profile-cjson.obj: cjson.c
588@am__fastdepCC_TRUE@	$(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`
589@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-cjson.Tpo $(DEPDIR)/iperf3_profile-cjson.Po
590@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cjson.c' object='iperf3_profile-cjson.obj' libtool=no @AMDEPBACKSLASH@
591@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592@am__fastdepCC_FALSE@	$(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`
593
594iperf3_profile-iperf_api.o: iperf_api.c
595@am__fastdepCC_TRUE@	$(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
596@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po
597@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_api.c' object='iperf3_profile-iperf_api.o' libtool=no @AMDEPBACKSLASH@
598@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599@am__fastdepCC_FALSE@	$(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
600
601iperf3_profile-iperf_api.obj: iperf_api.c
602@am__fastdepCC_TRUE@	$(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`
603@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_api.Tpo $(DEPDIR)/iperf3_profile-iperf_api.Po
604@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_api.c' object='iperf3_profile-iperf_api.obj' libtool=no @AMDEPBACKSLASH@
605@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606@am__fastdepCC_FALSE@	$(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`
607
608iperf3_profile-iperf_error.o: iperf_error.c
609@am__fastdepCC_TRUE@	$(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
610@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po
611@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_error.c' object='iperf3_profile-iperf_error.o' libtool=no @AMDEPBACKSLASH@
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613@am__fastdepCC_FALSE@	$(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
614
615iperf3_profile-iperf_error.obj: iperf_error.c
616@am__fastdepCC_TRUE@	$(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`
617@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_error.Tpo $(DEPDIR)/iperf3_profile-iperf_error.Po
618@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_error.c' object='iperf3_profile-iperf_error.obj' libtool=no @AMDEPBACKSLASH@
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620@am__fastdepCC_FALSE@	$(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`
621
622iperf3_profile-iperf_client_api.o: iperf_client_api.c
623@am__fastdepCC_TRUE@	$(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
624@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po
625@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.o' libtool=no @AMDEPBACKSLASH@
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627@am__fastdepCC_FALSE@	$(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
628
629iperf3_profile-iperf_client_api.obj: iperf_client_api.c
630@am__fastdepCC_TRUE@	$(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`
631@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_client_api.Tpo $(DEPDIR)/iperf3_profile-iperf_client_api.Po
632@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_client_api.c' object='iperf3_profile-iperf_client_api.obj' libtool=no @AMDEPBACKSLASH@
633@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634@am__fastdepCC_FALSE@	$(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`
635
636iperf3_profile-iperf_server_api.o: iperf_server_api.c
637@am__fastdepCC_TRUE@	$(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
638@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po
639@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.o' libtool=no @AMDEPBACKSLASH@
640@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641@am__fastdepCC_FALSE@	$(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
642
643iperf3_profile-iperf_server_api.obj: iperf_server_api.c
644@am__fastdepCC_TRUE@	$(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`
645@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_server_api.Tpo $(DEPDIR)/iperf3_profile-iperf_server_api.Po
646@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_server_api.c' object='iperf3_profile-iperf_server_api.obj' libtool=no @AMDEPBACKSLASH@
647@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648@am__fastdepCC_FALSE@	$(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`
649
650iperf3_profile-iperf_tcp.o: iperf_tcp.c
651@am__fastdepCC_TRUE@	$(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
652@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po
653@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.o' libtool=no @AMDEPBACKSLASH@
654@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655@am__fastdepCC_FALSE@	$(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
656
657iperf3_profile-iperf_tcp.obj: iperf_tcp.c
658@am__fastdepCC_TRUE@	$(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`
659@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_tcp.Tpo $(DEPDIR)/iperf3_profile-iperf_tcp.Po
660@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_tcp.c' object='iperf3_profile-iperf_tcp.obj' libtool=no @AMDEPBACKSLASH@
661@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662@am__fastdepCC_FALSE@	$(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`
663
664iperf3_profile-iperf_udp.o: iperf_udp.c
665@am__fastdepCC_TRUE@	$(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
666@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po
667@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_udp.c' object='iperf3_profile-iperf_udp.o' libtool=no @AMDEPBACKSLASH@
668@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669@am__fastdepCC_FALSE@	$(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
670
671iperf3_profile-iperf_udp.obj: iperf_udp.c
672@am__fastdepCC_TRUE@	$(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`
673@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_udp.Tpo $(DEPDIR)/iperf3_profile-iperf_udp.Po
674@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_udp.c' object='iperf3_profile-iperf_udp.obj' libtool=no @AMDEPBACKSLASH@
675@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676@am__fastdepCC_FALSE@	$(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`
677
678iperf3_profile-iperf_sctp.o: iperf_sctp.c
679@am__fastdepCC_TRUE@	$(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
680@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po
681@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.o' libtool=no @AMDEPBACKSLASH@
682@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683@am__fastdepCC_FALSE@	$(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
684
685iperf3_profile-iperf_sctp.obj: iperf_sctp.c
686@am__fastdepCC_TRUE@	$(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`
687@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_sctp.Tpo $(DEPDIR)/iperf3_profile-iperf_sctp.Po
688@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_sctp.c' object='iperf3_profile-iperf_sctp.obj' libtool=no @AMDEPBACKSLASH@
689@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
690@am__fastdepCC_FALSE@	$(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`
691
692iperf3_profile-iperf_util.o: iperf_util.c
693@am__fastdepCC_TRUE@	$(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
694@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po
695@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_util.c' object='iperf3_profile-iperf_util.o' libtool=no @AMDEPBACKSLASH@
696@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697@am__fastdepCC_FALSE@	$(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
698
699iperf3_profile-iperf_util.obj: iperf_util.c
700@am__fastdepCC_TRUE@	$(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`
701@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-iperf_util.Tpo $(DEPDIR)/iperf3_profile-iperf_util.Po
702@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='iperf_util.c' object='iperf3_profile-iperf_util.obj' libtool=no @AMDEPBACKSLASH@
703@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704@am__fastdepCC_FALSE@	$(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`
705
706iperf3_profile-locale.o: locale.c
707@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-locale.o -MD -MP -MF $(DEPDIR)/iperf3_profile-locale.Tpo -c -o iperf3_profile-locale.o `test -f 'locale.c' || echo '$(srcdir)/'`locale.c
708@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-locale.Tpo $(DEPDIR)/iperf3_profile-locale.Po
709@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='locale.c' object='iperf3_profile-locale.o' libtool=no @AMDEPBACKSLASH@
710@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-locale.o `test -f 'locale.c' || echo '$(srcdir)/'`locale.c
712
713iperf3_profile-locale.obj: locale.c
714@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-locale.obj -MD -MP -MF $(DEPDIR)/iperf3_profile-locale.Tpo -c -o iperf3_profile-locale.obj `if test -f 'locale.c'; then $(CYGPATH_W) 'locale.c'; else $(CYGPATH_W) '$(srcdir)/locale.c'; fi`
715@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-locale.Tpo $(DEPDIR)/iperf3_profile-locale.Po
716@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='locale.c' object='iperf3_profile-locale.obj' libtool=no @AMDEPBACKSLASH@
717@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -c -o iperf3_profile-locale.obj `if test -f 'locale.c'; then $(CYGPATH_W) 'locale.c'; else $(CYGPATH_W) '$(srcdir)/locale.c'; fi`
719
720iperf3_profile-net.o: net.c
721@am__fastdepCC_TRUE@	$(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
722@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po
723@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='net.c' object='iperf3_profile-net.o' libtool=no @AMDEPBACKSLASH@
724@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725@am__fastdepCC_FALSE@	$(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
726
727iperf3_profile-net.obj: net.c
728@am__fastdepCC_TRUE@	$(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`
729@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-net.Tpo $(DEPDIR)/iperf3_profile-net.Po
730@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='net.c' object='iperf3_profile-net.obj' libtool=no @AMDEPBACKSLASH@
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732@am__fastdepCC_FALSE@	$(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`
733
734iperf3_profile-tcp_info.o: tcp_info.c
735@am__fastdepCC_TRUE@	$(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
736@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po
737@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tcp_info.c' object='iperf3_profile-tcp_info.o' libtool=no @AMDEPBACKSLASH@
738@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739@am__fastdepCC_FALSE@	$(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
740
741iperf3_profile-tcp_info.obj: tcp_info.c
742@am__fastdepCC_TRUE@	$(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`
743@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-tcp_info.Tpo $(DEPDIR)/iperf3_profile-tcp_info.Po
744@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tcp_info.c' object='iperf3_profile-tcp_info.obj' libtool=no @AMDEPBACKSLASH@
745@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746@am__fastdepCC_FALSE@	$(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`
747
748iperf3_profile-tcp_window_size.o: tcp_window_size.c
749@am__fastdepCC_TRUE@	$(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
750@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-tcp_window_size.Tpo $(DEPDIR)/iperf3_profile-tcp_window_size.Po
751@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tcp_window_size.c' object='iperf3_profile-tcp_window_size.o' libtool=no @AMDEPBACKSLASH@
752@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753@am__fastdepCC_FALSE@	$(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
754
755iperf3_profile-tcp_window_size.obj: tcp_window_size.c
756@am__fastdepCC_TRUE@	$(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`
757@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-tcp_window_size.Tpo $(DEPDIR)/iperf3_profile-tcp_window_size.Po
758@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tcp_window_size.c' object='iperf3_profile-tcp_window_size.obj' libtool=no @AMDEPBACKSLASH@
759@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760@am__fastdepCC_FALSE@	$(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`
761
762iperf3_profile-timer.o: timer.c
763@am__fastdepCC_TRUE@	$(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
764@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po
765@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timer.c' object='iperf3_profile-timer.o' libtool=no @AMDEPBACKSLASH@
766@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767@am__fastdepCC_FALSE@	$(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
768
769iperf3_profile-timer.obj: timer.c
770@am__fastdepCC_TRUE@	$(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`
771@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po
772@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timer.c' object='iperf3_profile-timer.obj' libtool=no @AMDEPBACKSLASH@
773@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774@am__fastdepCC_FALSE@	$(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`
775
776iperf3_profile-units.o: units.c
777@am__fastdepCC_TRUE@	$(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
778@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po
779@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='units.c' object='iperf3_profile-units.o' libtool=no @AMDEPBACKSLASH@
780@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781@am__fastdepCC_FALSE@	$(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
782
783iperf3_profile-units.obj: units.c
784@am__fastdepCC_TRUE@	$(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`
785@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/iperf3_profile-units.Tpo $(DEPDIR)/iperf3_profile-units.Po
786@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='units.c' object='iperf3_profile-units.obj' libtool=no @AMDEPBACKSLASH@
787@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788@am__fastdepCC_FALSE@	$(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`
789
790t_timer-t_timer.o: t_timer.c
791@am__fastdepCC_TRUE@	$(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
792@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po
793@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_timer.c' object='t_timer-t_timer.o' libtool=no @AMDEPBACKSLASH@
794@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795@am__fastdepCC_FALSE@	$(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
796
797t_timer-t_timer.obj: t_timer.c
798@am__fastdepCC_TRUE@	$(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`
799@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_timer-t_timer.Tpo $(DEPDIR)/t_timer-t_timer.Po
800@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_timer.c' object='t_timer-t_timer.obj' libtool=no @AMDEPBACKSLASH@
801@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802@am__fastdepCC_FALSE@	$(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`
803
804t_units-t_units.o: t_units.c
805@am__fastdepCC_TRUE@	$(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
806@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po
807@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_units.c' object='t_units-t_units.o' libtool=no @AMDEPBACKSLASH@
808@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809@am__fastdepCC_FALSE@	$(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
810
811t_units-t_units.obj: t_units.c
812@am__fastdepCC_TRUE@	$(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`
813@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_units-t_units.Tpo $(DEPDIR)/t_units-t_units.Po
814@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_units.c' object='t_units-t_units.obj' libtool=no @AMDEPBACKSLASH@
815@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816@am__fastdepCC_FALSE@	$(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`
817
818t_uuid-t_uuid.o: t_uuid.c
819@am__fastdepCC_TRUE@	$(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
820@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po
821@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_uuid.c' object='t_uuid-t_uuid.o' libtool=no @AMDEPBACKSLASH@
822@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823@am__fastdepCC_FALSE@	$(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
824
825t_uuid-t_uuid.obj: t_uuid.c
826@am__fastdepCC_TRUE@	$(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`
827@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/t_uuid-t_uuid.Tpo $(DEPDIR)/t_uuid-t_uuid.Po
828@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='t_uuid.c' object='t_uuid-t_uuid.obj' libtool=no @AMDEPBACKSLASH@
829@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830@am__fastdepCC_FALSE@	$(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`
831
832mostlyclean-libtool:
833	-rm -f *.lo
834
835clean-libtool:
836	-rm -rf .libs _libs
837install-man1: $(dist_man_MANS)
838	@$(NORMAL_INSTALL)
839	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
840	@list=''; test -n "$(man1dir)" || exit 0; \
841	{ for i in $$list; do echo "$$i"; done; \
842	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
843	  sed -n '/\.1[a-z]*$$/p'; \
844	} | while read p; do \
845	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
846	  echo "$$d$$p"; echo "$$p"; \
847	done | \
848	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
849	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
850	sed 'N;N;s,\n, ,g' | { \
851	list=; while read file base inst; do \
852	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
853	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
854	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
855	  fi; \
856	done; \
857	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
858	while read files; do \
859	  test -z "$$files" || { \
860	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
861	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
862	done; }
863
864uninstall-man1:
865	@$(NORMAL_UNINSTALL)
866	@list=''; test -n "$(man1dir)" || exit 0; \
867	files=`{ for i in $$list; do echo "$$i"; done; \
868	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
869	  sed -n '/\.1[a-z]*$$/p'; \
870	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
871	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
872	test -z "$$files" || { \
873	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
874	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
875install-man3: $(dist_man_MANS)
876	@$(NORMAL_INSTALL)
877	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
878	@list=''; test -n "$(man3dir)" || exit 0; \
879	{ for i in $$list; do echo "$$i"; done; \
880	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
881	  sed -n '/\.3[a-z]*$$/p'; \
882	} | while read p; do \
883	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
884	  echo "$$d$$p"; echo "$$p"; \
885	done | \
886	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
887	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
888	sed 'N;N;s,\n, ,g' | { \
889	list=; while read file base inst; do \
890	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
891	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
892	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
893	  fi; \
894	done; \
895	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
896	while read files; do \
897	  test -z "$$files" || { \
898	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
899	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
900	done; }
901
902uninstall-man3:
903	@$(NORMAL_UNINSTALL)
904	@list=''; test -n "$(man3dir)" || exit 0; \
905	files=`{ for i in $$list; do echo "$$i"; done; \
906	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
907	  sed -n '/\.3[a-z]*$$/p'; \
908	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
909	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
910	test -z "$$files" || { \
911	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
912	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
913install-includeHEADERS: $(include_HEADERS)
914	@$(NORMAL_INSTALL)
915	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
916	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
917	for p in $$list; do \
918	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
919	  echo "$$d$$p"; \
920	done | $(am__base_list) | \
921	while read files; do \
922	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
923	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
924	done
925
926uninstall-includeHEADERS:
927	@$(NORMAL_UNINSTALL)
928	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
929	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
930	test -n "$$files" || exit 0; \
931	echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
932	cd "$(DESTDIR)$(includedir)" && rm -f $$files
933
934ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
935	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
936	unique=`for i in $$list; do \
937	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
938	  done | \
939	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
940	      END { if (nonempty) { for (i in files) print i; }; }'`; \
941	mkid -fID $$unique
942tags: TAGS
943
944TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
945		$(TAGS_FILES) $(LISP)
946	set x; \
947	here=`pwd`; \
948	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
949	unique=`for i in $$list; do \
950	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
951	  done | \
952	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
953	      END { if (nonempty) { for (i in files) print i; }; }'`; \
954	shift; \
955	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
956	  test -n "$$unique" || unique=$$empty_fix; \
957	  if test $$# -gt 0; then \
958	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
959	      "$$@" $$unique; \
960	  else \
961	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
962	      $$unique; \
963	  fi; \
964	fi
965ctags: CTAGS
966CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
967		$(TAGS_FILES) $(LISP)
968	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
969	unique=`for i in $$list; do \
970	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
971	  done | \
972	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
973	      END { if (nonempty) { for (i in files) print i; }; }'`; \
974	test -z "$(CTAGS_ARGS)$$unique" \
975	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
976	     $$unique
977
978GTAGS:
979	here=`$(am__cd) $(top_builddir) && pwd` \
980	  && $(am__cd) $(top_srcdir) \
981	  && gtags -i $(GTAGS_ARGS) "$$here"
982
983distclean-tags:
984	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
985
986check-TESTS: $(TESTS)
987	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
988	srcdir=$(srcdir); export srcdir; \
989	list=' $(TESTS) '; \
990	$(am__tty_colors); \
991	if test -n "$$list"; then \
992	  for tst in $$list; do \
993	    if test -f ./$$tst; then dir=./; \
994	    elif test -f $$tst; then dir=; \
995	    else dir="$(srcdir)/"; fi; \
996	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
997	      all=`expr $$all + 1`; \
998	      case " $(XFAIL_TESTS) " in \
999	      *[\ \	]$$tst[\ \	]*) \
1000		xpass=`expr $$xpass + 1`; \
1001		failed=`expr $$failed + 1`; \
1002		col=$$red; res=XPASS; \
1003	      ;; \
1004	      *) \
1005		col=$$grn; res=PASS; \
1006	      ;; \
1007	      esac; \
1008	    elif test $$? -ne 77; then \
1009	      all=`expr $$all + 1`; \
1010	      case " $(XFAIL_TESTS) " in \
1011	      *[\ \	]$$tst[\ \	]*) \
1012		xfail=`expr $$xfail + 1`; \
1013		col=$$lgn; res=XFAIL; \
1014	      ;; \
1015	      *) \
1016		failed=`expr $$failed + 1`; \
1017		col=$$red; res=FAIL; \
1018	      ;; \
1019	      esac; \
1020	    else \
1021	      skip=`expr $$skip + 1`; \
1022	      col=$$blu; res=SKIP; \
1023	    fi; \
1024	    echo "$${col}$$res$${std}: $$tst"; \
1025	  done; \
1026	  if test "$$all" -eq 1; then \
1027	    tests="test"; \
1028	    All=""; \
1029	  else \
1030	    tests="tests"; \
1031	    All="All "; \
1032	  fi; \
1033	  if test "$$failed" -eq 0; then \
1034	    if test "$$xfail" -eq 0; then \
1035	      banner="$$All$$all $$tests passed"; \
1036	    else \
1037	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1038	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1039	    fi; \
1040	  else \
1041	    if test "$$xpass" -eq 0; then \
1042	      banner="$$failed of $$all $$tests failed"; \
1043	    else \
1044	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1045	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1046	    fi; \
1047	  fi; \
1048	  dashes="$$banner"; \
1049	  skipped=""; \
1050	  if test "$$skip" -ne 0; then \
1051	    if test "$$skip" -eq 1; then \
1052	      skipped="($$skip test was not run)"; \
1053	    else \
1054	      skipped="($$skip tests were not run)"; \
1055	    fi; \
1056	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1057	      dashes="$$skipped"; \
1058	  fi; \
1059	  report=""; \
1060	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1061	    report="Please report to $(PACKAGE_BUGREPORT)"; \
1062	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1063	      dashes="$$report"; \
1064	  fi; \
1065	  dashes=`echo "$$dashes" | sed s/./=/g`; \
1066	  if test "$$failed" -eq 0; then \
1067	    echo "$$grn$$dashes"; \
1068	  else \
1069	    echo "$$red$$dashes"; \
1070	  fi; \
1071	  echo "$$banner"; \
1072	  test -z "$$skipped" || echo "$$skipped"; \
1073	  test -z "$$report" || echo "$$report"; \
1074	  echo "$$dashes$$std"; \
1075	  test "$$failed" -eq 0; \
1076	else :; fi
1077
1078distdir: $(DISTFILES)
1079	@list='$(MANS)'; if test -n "$$list"; then \
1080	  list=`for p in $$list; do \
1081	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1082	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1083	  if test -n "$$list" && \
1084	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1085	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1086	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
1087	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1088	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
1089	    exit 1; \
1090	  else :; fi; \
1091	else :; fi
1092	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1093	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1094	list='$(DISTFILES)'; \
1095	  dist_files=`for file in $$list; do echo $$file; done | \
1096	  sed -e "s|^$$srcdirstrip/||;t" \
1097	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1098	case $$dist_files in \
1099	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1100			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1101			   sort -u` ;; \
1102	esac; \
1103	for file in $$dist_files; do \
1104	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1105	  if test -d $$d/$$file; then \
1106	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1107	    if test -d "$(distdir)/$$file"; then \
1108	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1109	    fi; \
1110	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1111	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1112	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1113	    fi; \
1114	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1115	  else \
1116	    test -f "$(distdir)/$$file" \
1117	    || cp -p $$d/$$file "$(distdir)/$$file" \
1118	    || exit 1; \
1119	  fi; \
1120	done
1121check-am: all-am
1122	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1123check: check-am
1124all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) \
1125		config.h
1126install-binPROGRAMS: install-libLTLIBRARIES
1127
1128installdirs:
1129	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
1130	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1131	done
1132install: install-am
1133install-exec: install-exec-am
1134install-data: install-data-am
1135uninstall: uninstall-am
1136
1137install-am: all-am
1138	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1139
1140installcheck: installcheck-am
1141install-strip:
1142	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1143	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1144	  `test -z '$(STRIP)' || \
1145	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1146mostlyclean-generic:
1147
1148clean-generic:
1149
1150distclean-generic:
1151	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1152	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1153
1154maintainer-clean-generic:
1155	@echo "This command is intended for maintainers to use"
1156	@echo "it deletes files that may require special tools to rebuild."
1157clean: clean-am
1158
1159clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1160	clean-libtool clean-noinstPROGRAMS mostlyclean-am
1161
1162distclean: distclean-am
1163	-rm -rf ./$(DEPDIR)
1164	-rm -f Makefile
1165distclean-am: clean-am distclean-compile distclean-generic \
1166	distclean-hdr distclean-tags
1167
1168dvi: dvi-am
1169
1170dvi-am:
1171
1172html: html-am
1173
1174html-am:
1175
1176info: info-am
1177
1178info-am:
1179
1180install-data-am: install-includeHEADERS install-man
1181
1182install-dvi: install-dvi-am
1183
1184install-dvi-am:
1185
1186install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1187
1188install-html: install-html-am
1189
1190install-html-am:
1191
1192install-info: install-info-am
1193
1194install-info-am:
1195
1196install-man: install-man1 install-man3
1197
1198install-pdf: install-pdf-am
1199
1200install-pdf-am:
1201
1202install-ps: install-ps-am
1203
1204install-ps-am:
1205
1206installcheck-am:
1207
1208maintainer-clean: maintainer-clean-am
1209	-rm -rf ./$(DEPDIR)
1210	-rm -f Makefile
1211maintainer-clean-am: distclean-am maintainer-clean-generic
1212
1213mostlyclean: mostlyclean-am
1214
1215mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1216	mostlyclean-libtool
1217
1218pdf: pdf-am
1219
1220pdf-am:
1221
1222ps: ps-am
1223
1224ps-am:
1225
1226uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1227	uninstall-libLTLIBRARIES uninstall-man
1228
1229uninstall-man: uninstall-man1 uninstall-man3
1230
1231.MAKE: all check-am install-am install-strip
1232
1233.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1234	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1235	clean-libtool clean-noinstPROGRAMS ctags distclean \
1236	distclean-compile distclean-generic distclean-hdr \
1237	distclean-libtool distclean-tags distdir dvi dvi-am html \
1238	html-am info info-am install install-am install-binPROGRAMS \
1239	install-data install-data-am install-dvi install-dvi-am \
1240	install-exec install-exec-am install-html install-html-am \
1241	install-includeHEADERS install-info install-info-am \
1242	install-libLTLIBRARIES install-man install-man1 install-man3 \
1243	install-pdf install-pdf-am install-ps install-ps-am \
1244	install-strip installcheck installcheck-am installdirs \
1245	maintainer-clean maintainer-clean-generic mostlyclean \
1246	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1247	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1248	uninstall-binPROGRAMS uninstall-includeHEADERS \
1249	uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
1250	uninstall-man3
1251
1252
1253# Tell versions [3.59,3.63) of GNU make to not export all variables.
1254# Otherwise a system limit (for SysV at least) may be exceeded.
1255.NOEXPORT:
1256