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