blob: 0d870bfd11109f04c7ce0de68cb3e4c6550759a0 [file] [log] [blame]
Bruce A. Mah6e9d8522018-06-22 14:10:41 -07001# Makefile.in generated by automake 1.16.1 from Makefile.am.
Jon Dugane34c20c2010-07-08 23:26:52 +00002# @configure_input@
3
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -08004# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -07005
Jon Dugane34c20c2010-07-08 23:26:52 +00006# 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@
Jon Dugane34c20c2010-07-08 23:26:52 +000016VPATH = @srcdir@
Bruce A. Maha5f57652016-05-26 09:49:16 -070017am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -070028am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Jon Dugane34c20c2010-07-08 23:26:52 +000072pkgdatadir = $(datadir)/@PACKAGE@
jef56a97f92012-08-20 14:35:58 -070073pkgincludedir = $(includedir)/@PACKAGE@
Bruce A. Mah60bd98a2014-02-14 11:52:16 -080074pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
Jon Dugane34c20c2010-07-08 23:26:52 +000076am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Jon Dugane34c20c2010-07-08 23:26:52 +000077install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
sethdelliott01ca9722010-07-19 20:38:40 +000088build_triplet = @build@
Jon Dugane34c20c2010-07-08 23:26:52 +000089host_triplet = @host@
jef56a97f92012-08-20 14:35:58 -070090subdir = .
sethdelliott01ca9722010-07-19 20:38:40 +000091ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Bruce A. Mah5e52a842017-04-20 12:38:18 -070092am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \
93 $(top_srcdir)/configure.ac
sethdelliott01ca9722010-07-19 20:38:40 +000094am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
Bruce A. Maha5f57652016-05-26 09:49:16 -070096DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97 $(am__configure_deps) $(am__DIST_COMMON)
sethdelliott01ca9722010-07-19 20:38:40 +000098am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -080099 configure.lineno config.status.lineno
sethdelliott01ca9722010-07-19 20:38:40 +0000100mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Bruce A. Maha57bcc22014-04-14 13:37:47 -0700101CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
Bruce A. Mahbf22c9d2014-10-14 13:45:04 -0700102CONFIG_CLEAN_FILES = iperf3.spec
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800103CONFIG_CLEAN_VPATH_FILES =
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
sethdelliott01ca9722010-07-19 20:38:40 +0000116SOURCES =
117DIST_SOURCES =
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119 ctags-recursive dvi-recursive html-recursive info-recursive \
120 install-data-recursive install-dvi-recursive \
121 install-exec-recursive install-html-recursive \
122 install-info-recursive install-pdf-recursive \
123 install-ps-recursive install-recursive installcheck-recursive \
124 installdirs-recursive pdf-recursive ps-recursive \
125 tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127 case $$AM_UPDATE_INFO_DIR in \
128 n|no|NO) false;; \
129 *) (install-info --version) >/dev/null 2>&1;; \
130 esac
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800131RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
132 distclean-recursive maintainer-clean-recursive
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700133am__recursive_targets = \
134 $(RECURSIVE_TARGETS) \
135 $(RECURSIVE_CLEAN_TARGETS) \
136 $(am__extra_recursive_targets)
137AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800138 cscope distdir distdir-am dist dist-all distcheck
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates. Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144 BEGIN { nonempty = 0; } \
145 { items[$$0] = 1; nonempty = 1; } \
146 END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique. This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152 list='$(am__tagged_files)'; \
153 unique=`for i in $$list; do \
154 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155 done | $(am__uniquify_input)`
sethdelliott01ca9722010-07-19 20:38:40 +0000156ETAGS = etags
157CTAGS = ctags
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700158CSCOPE = cscope
sethdelliott01ca9722010-07-19 20:38:40 +0000159DIST_SUBDIRS = $(SUBDIRS)
Bruce A. Maha5f57652016-05-26 09:49:16 -0700160am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
161 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
162 $(top_srcdir)/config/config.sub \
163 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
164 $(top_srcdir)/config/missing \
165 $(top_srcdir)/config/mkinstalldirs INSTALL config/compile \
166 config/config.guess config/config.sub config/install-sh \
167 config/ltmain.sh config/missing config/mkinstalldirs
sethdelliott01ca9722010-07-19 20:38:40 +0000168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169distdir = $(PACKAGE)-$(VERSION)
170top_distdir = $(distdir)
171am__remove_distdir = \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700172 if test -d "$(distdir)"; then \
173 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
174 && rm -rf "$(distdir)" \
175 || { sleep 5 && rm -rf "$(distdir)"; }; \
176 else :; fi
177am__post_remove_distdir = $(am__remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800178am__relativize = \
179 dir0=`pwd`; \
180 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
181 sed_rest='s,^[^/]*/*,,'; \
182 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
183 sed_butlast='s,/*[^/]*$$,,'; \
184 while test -n "$$dir1"; do \
185 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
186 if test "$$first" != "."; then \
187 if test "$$first" = ".."; then \
188 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
189 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
190 else \
191 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192 if test "$$first2" = "$$first"; then \
193 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
194 else \
195 dir2="../$$dir2"; \
196 fi; \
197 dir0="$$dir0"/"$$first"; \
198 fi; \
199 fi; \
200 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201 done; \
202 reldir="$$dir2"
sethdelliott01ca9722010-07-19 20:38:40 +0000203DIST_ARCHIVES = $(distdir).tar.gz
204GZIP_ENV = --best
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700205DIST_TARGETS = dist-gzip
sethdelliott01ca9722010-07-19 20:38:40 +0000206distuninstallcheck_listfiles = find . -type f -print
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
sethdelliott01ca9722010-07-19 20:38:40 +0000209distcleancheck_listfiles = find . -type f -print
Jon Dugane34c20c2010-07-08 23:26:52 +0000210ACLOCAL = @ACLOCAL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000211AMTAR = @AMTAR@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700212AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jon Dugane34c20c2010-07-08 23:26:52 +0000213AR = @AR@
214AUTOCONF = @AUTOCONF@
215AUTOHEADER = @AUTOHEADER@
216AUTOMAKE = @AUTOMAKE@
217AWK = @AWK@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
221CPP = @CPP@
222CPPFLAGS = @CPPFLAGS@
223CYGPATH_W = @CYGPATH_W@
224DEFS = @DEFS@
225DEPDIR = @DEPDIR@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700226DLLTOOL = @DLLTOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800227DSYMUTIL = @DSYMUTIL@
228DUMPBIN = @DUMPBIN@
Jon Dugane34c20c2010-07-08 23:26:52 +0000229ECHO_C = @ECHO_C@
230ECHO_N = @ECHO_N@
231ECHO_T = @ECHO_T@
232EGREP = @EGREP@
233EXEEXT = @EXEEXT@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800234FGREP = @FGREP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000235GREP = @GREP@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800236INSTALL = @INSTALL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800241LD = @LD@
Jon Dugane34c20c2010-07-08 23:26:52 +0000242LDFLAGS = @LDFLAGS@
243LIBOBJS = @LIBOBJS@
244LIBS = @LIBS@
245LIBTOOL = @LIBTOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800246LIPO = @LIPO@
Jon Dugane34c20c2010-07-08 23:26:52 +0000247LN_S = @LN_S@
248LTLIBOBJS = @LTLIBOBJS@
Bruce A. Maha5f57652016-05-26 09:49:16 -0700249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700250MAINT = @MAINT@
Jon Dugane34c20c2010-07-08 23:26:52 +0000251MAKEINFO = @MAKEINFO@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700252MANIFEST_TOOL = @MANIFEST_TOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800253MKDIR_P = @MKDIR_P@
254NM = @NM@
255NMEDIT = @NMEDIT@
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800256OBJDUMP = @OBJDUMP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000257OBJEXT = @OBJEXT@
Bruce A. Mah5e52a842017-04-20 12:38:18 -0700258OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
259OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
260OPENSSL_LIBS = @OPENSSL_LIBS@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
Jon Dugane34c20c2010-07-08 23:26:52 +0000263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700268PACKAGE_URL = @PACKAGE_URL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
Bruce A. Mah5e52a842017-04-20 12:38:18 -0700271PKG_CONFIG = @PKG_CONFIG@
Jon Dugane34c20c2010-07-08 23:26:52 +0000272RANLIB = @RANLIB@
273SED = @SED@
274SET_MAKE = @SET_MAKE@
275SHELL = @SHELL@
276STRIP = @STRIP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000277VERSION = @VERSION@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800278abs_builddir = @abs_builddir@
279abs_srcdir = @abs_srcdir@
280abs_top_builddir = @abs_top_builddir@
281abs_top_srcdir = @abs_top_srcdir@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700282ac_ct_AR = @ac_ct_AR@
Jon Dugane34c20c2010-07-08 23:26:52 +0000283ac_ct_CC = @ac_ct_CC@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800284ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Jon Dugane34c20c2010-07-08 23:26:52 +0000285am__include = @am__include@
286am__leading_dot = @am__leading_dot@
287am__quote = @am__quote@
sethdelliott01ca9722010-07-19 20:38:40 +0000288am__tar = @am__tar@
289am__untar = @am__untar@
Jon Dugane34c20c2010-07-08 23:26:52 +0000290bindir = @bindir@
291build = @build@
292build_alias = @build_alias@
293build_cpu = @build_cpu@
294build_os = @build_os@
295build_vendor = @build_vendor@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800296builddir = @builddir@
Jon Dugane34c20c2010-07-08 23:26:52 +0000297datadir = @datadir@
298datarootdir = @datarootdir@
299docdir = @docdir@
300dvidir = @dvidir@
301exec_prefix = @exec_prefix@
302host = @host@
303host_alias = @host_alias@
304host_cpu = @host_cpu@
305host_os = @host_os@
306host_vendor = @host_vendor@
307htmldir = @htmldir@
308includedir = @includedir@
309infodir = @infodir@
310install_sh = @install_sh@
311libdir = @libdir@
312libexecdir = @libexecdir@
313localedir = @localedir@
314localstatedir = @localstatedir@
315mandir = @mandir@
sethdelliott01ca9722010-07-19 20:38:40 +0000316mkdir_p = @mkdir_p@
Jon Dugane34c20c2010-07-08 23:26:52 +0000317oldincludedir = @oldincludedir@
318pdfdir = @pdfdir@
319prefix = @prefix@
320program_transform_name = @program_transform_name@
321psdir = @psdir@
322sbindir = @sbindir@
323sharedstatedir = @sharedstatedir@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800324srcdir = @srcdir@
Jon Dugane34c20c2010-07-08 23:26:52 +0000325sysconfdir = @sysconfdir@
326target_alias = @target_alias@
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800327top_build_prefix = @top_build_prefix@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800328top_builddir = @top_builddir@
329top_srcdir = @top_srcdir@
Bruce A. Mah5d2f2cf2014-03-20 09:58:27 -0700330SUBDIRS = src examples
Jon Dugane34c20c2010-07-08 23:26:52 +0000331all: all-recursive
332
333.SUFFIXES:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700334am--refresh: Makefile
sethdelliott01ca9722010-07-19 20:38:40 +0000335 @:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700336$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
sethdelliott01ca9722010-07-19 20:38:40 +0000337 @for dep in $?; do \
338 case '$(am__configure_deps)' in \
339 *$$dep*) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800340 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
341 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
sethdelliott01ca9722010-07-19 20:38:40 +0000342 && exit 0; \
343 exit 1;; \
344 esac; \
345 done; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800346 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
347 $(am__cd) $(top_srcdir) && \
348 $(AUTOMAKE) --foreign Makefile
sethdelliott01ca9722010-07-19 20:38:40 +0000349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350 @case '$?' in \
351 *config.status*) \
352 echo ' $(SHELL) ./config.status'; \
353 $(SHELL) ./config.status;; \
354 *) \
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
356 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
sethdelliott01ca9722010-07-19 20:38:40 +0000357 esac;
Jon Dugane34c20c2010-07-08 23:26:52 +0000358
sethdelliott01ca9722010-07-19 20:38:40 +0000359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000360 $(SHELL) ./config.status --recheck
Jon Dugane34c20c2010-07-08 23:26:52 +0000361
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700362$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800363 $(am__cd) $(srcdir) && $(AUTOCONF)
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700364$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800365 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
366$(am__aclocal_m4_deps):
Bruce A. Mahbf22c9d2014-10-14 13:45:04 -0700367iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
368 cd $(top_builddir) && $(SHELL) ./config.status $@
Jon Dugane34c20c2010-07-08 23:26:52 +0000369
370mostlyclean-libtool:
371 -rm -f *.lo
372
373clean-libtool:
374 -rm -rf .libs _libs
375
376distclean-libtool:
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800377 -rm -f libtool config.lt
Jon Dugane34c20c2010-07-08 23:26:52 +0000378
379# This directory's subdirectories are mostly independent; you can cd
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700380# into them and run 'make' without going through this Makefile.
381# To change the values of 'make' variables: instead of editing Makefiles,
382# (1) if the variable is set in 'config.status', edit 'config.status'
383# (which will cause the Makefiles to be regenerated when you run 'make');
384# (2) otherwise, pass the desired values on the 'make' command line.
385$(am__recursive_targets):
386 @fail=; \
387 if $(am__make_keepgoing); then \
388 failcom='fail=yes'; \
389 else \
390 failcom='exit 1'; \
391 fi; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000392 dot_seen=no; \
393 target=`echo $@ | sed s/-recursive//`; \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700394 case "$@" in \
395 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396 *) list='$(SUBDIRS)' ;; \
397 esac; \
398 for subdir in $$list; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000399 echo "Making $$target in $$subdir"; \
400 if test "$$subdir" = "."; then \
401 dot_seen=yes; \
402 local_target="$$target-am"; \
403 else \
404 local_target="$$target"; \
405 fi; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800406 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
sethdelliott01ca9722010-07-19 20:38:40 +0000407 || eval $$failcom; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000408 done; \
409 if test "$$dot_seen" = "no"; then \
410 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411 fi; test -z "$$fail"
412
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700413ID: $(am__tagged_files)
414 $(am__define_uniq_tagged_files); mkid -fID $$unique
415tags: tags-recursive
416TAGS: tags
Jon Dugane34c20c2010-07-08 23:26:52 +0000417
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700418tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800419 set x; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000420 here=`pwd`; \
sethdelliott01ca9722010-07-19 20:38:40 +0000421 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Jon Dugane34c20c2010-07-08 23:26:52 +0000422 include_option=--etags-include; \
sethdelliott01ca9722010-07-19 20:38:40 +0000423 empty_fix=.; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000424 else \
425 include_option=--include; \
sethdelliott01ca9722010-07-19 20:38:40 +0000426 empty_fix=; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000427 fi; \
428 list='$(SUBDIRS)'; for subdir in $$list; do \
429 if test "$$subdir" = .; then :; else \
sethdelliott01ca9722010-07-19 20:38:40 +0000430 test ! -f $$subdir/TAGS || \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800431 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000432 fi; \
433 done; \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700434 $(am__define_uniq_tagged_files); \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
sethdelliott01ca9722010-07-19 20:38:40 +0000437 test -n "$$unique" || unique=$$empty_fix; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800438 if test $$# -gt 0; then \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 "$$@" $$unique; \
441 else \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 $$unique; \
444 fi; \
sethdelliott01ca9722010-07-19 20:38:40 +0000445 fi
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700446ctags: ctags-recursive
447
448CTAGS: ctags
449ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
450 $(am__define_uniq_tagged_files); \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800451 test -z "$(CTAGS_ARGS)$$unique" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000452 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800453 $$unique
Jon Dugane34c20c2010-07-08 23:26:52 +0000454
455GTAGS:
456 here=`$(am__cd) $(top_builddir) && pwd` \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800457 && $(am__cd) $(top_srcdir) \
458 && gtags -i $(GTAGS_ARGS) "$$here"
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700459cscope: cscope.files
460 test ! -s cscope.files \
461 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
462clean-cscope:
463 -rm -f cscope.files
464cscope.files: clean-cscope cscopelist
465cscopelist: cscopelist-recursive
466
467cscopelist-am: $(am__tagged_files)
468 list='$(am__tagged_files)'; \
469 case "$(srcdir)" in \
470 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471 *) sdir=$(subdir)/$(srcdir) ;; \
472 esac; \
473 for i in $$list; do \
474 if test -f "$$i"; then \
475 echo "$(subdir)/$$i"; \
476 else \
477 echo "$$sdir/$$i"; \
478 fi; \
479 done >> $(top_builddir)/cscope.files
Jon Dugane34c20c2010-07-08 23:26:52 +0000480
481distclean-tags:
482 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700483 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Jon Dugane34c20c2010-07-08 23:26:52 +0000484
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800485distdir: $(BUILT_SOURCES)
486 $(MAKE) $(AM_MAKEFLAGS) distdir-am
487
488distdir-am: $(DISTFILES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000489 $(am__remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800490 test -d "$(distdir)" || mkdir "$(distdir)"
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800491 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493 list='$(DISTFILES)'; \
494 dist_files=`for file in $$list; do echo $$file; done | \
495 sed -e "s|^$$srcdirstrip/||;t" \
496 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497 case $$dist_files in \
498 */*) $(MKDIR_P) `echo "$$dist_files" | \
499 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500 sort -u` ;; \
501 esac; \
502 for file in $$dist_files; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000503 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
jef56a97f92012-08-20 14:35:58 -0700504 if test -d $$d/$$file; then \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800505 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800506 if test -d "$(distdir)/$$file"; then \
507 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
jef56a97f92012-08-20 14:35:58 -0700508 fi; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800509 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
jef56a97f92012-08-20 14:35:58 -0700514 else \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800515 test -f "$(distdir)/$$file" \
516 || cp -p $$d/$$file "$(distdir)/$$file" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000517 || exit 1; \
518 fi; \
519 done
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800520 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000521 if test "$$subdir" = .; then :; else \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700522 $(am__make_dryrun) \
523 || test -d "$(distdir)/$$subdir" \
524 || $(MKDIR_P) "$(distdir)/$$subdir" \
525 || exit 1; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800526 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527 $(am__relativize); \
528 new_distdir=$$reldir; \
529 dir1=$$subdir; dir2="$(top_distdir)"; \
530 $(am__relativize); \
531 new_top_distdir=$$reldir; \
532 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534 ($(am__cd) $$subdir && \
Jon Dugane34c20c2010-07-08 23:26:52 +0000535 $(MAKE) $(AM_MAKEFLAGS) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800536 top_distdir="$$new_top_distdir" \
537 distdir="$$new_distdir" \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800538 am__remove_distdir=: \
539 am__skip_length_check=: \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800540 am__skip_mode_fix=: \
Jon Dugane34c20c2010-07-08 23:26:52 +0000541 distdir) \
542 || exit 1; \
543 fi; \
544 done
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800545 -test -n "$(am__skip_mode_fix)" \
546 || find "$(distdir)" -type d ! -perm -755 \
547 -exec chmod u+rwx,go+rx {} \; -o \
Jon Dugane34c20c2010-07-08 23:26:52 +0000548 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
549 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800550 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800551 || chmod -R a+r "$(distdir)"
Jon Dugane34c20c2010-07-08 23:26:52 +0000552dist-gzip: distdir
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700553 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700554 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000555
556dist-bzip2: distdir
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700557 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
558 $(am__post_remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800559
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700560dist-lzip: distdir
561 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
562 $(am__post_remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800563
564dist-xz: distdir
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700565 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
566 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000567
568dist-tarZ: distdir
Bruce A. Maha5f57652016-05-26 09:49:16 -0700569 @echo WARNING: "Support for distribution archives compressed with" \
570 "legacy program 'compress' is deprecated." >&2
571 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
sethdelliott01ca9722010-07-19 20:38:40 +0000572 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700573 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000574
575dist-shar: distdir
Bruce A. Maha5f57652016-05-26 09:49:16 -0700576 @echo WARNING: "Support for shar distribution archives is" \
577 "deprecated." >&2
578 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700579 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700580 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000581
582dist-zip: distdir
583 -rm -f $(distdir).zip
584 zip -rq $(distdir).zip $(distdir)
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700585 $(am__post_remove_distdir)
Jon Dugane34c20c2010-07-08 23:26:52 +0000586
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700587dist dist-all:
588 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
589 $(am__post_remove_distdir)
Jon Dugane34c20c2010-07-08 23:26:52 +0000590
591# This target untars the dist file and tries a VPATH configuration. Then
592# it guarantees that the distribution is self-contained by making another
593# tarfile.
594distcheck: dist
sethdelliott01ca9722010-07-19 20:38:40 +0000595 case '$(DIST_ARCHIVES)' in \
596 *.tar.gz*) \
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700597 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000598 *.tar.bz2*) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800599 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700600 *.tar.lz*) \
601 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800602 *.tar.xz*) \
603 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000604 *.tar.Z*) \
605 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
606 *.shar.gz*) \
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700607 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000608 *.zip*) \
609 unzip $(distdir).zip ;;\
610 esac
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700611 chmod -R a-w $(distdir)
612 chmod u+w $(distdir)
Bruce A. Maha5f57652016-05-26 09:49:16 -0700613 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Jon Dugane34c20c2010-07-08 23:26:52 +0000614 chmod a-w $(distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800615 test -d $(distdir)/_build || exit 0; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000616 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
617 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800618 && am__cwd=`pwd` \
Bruce A. Maha5f57652016-05-26 09:49:16 -0700619 && $(am__cd) $(distdir)/_build/sub \
620 && ../../configure \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700621 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Jon Dugane34c20c2010-07-08 23:26:52 +0000622 $(DISTCHECK_CONFIGURE_FLAGS) \
Bruce A. Maha5f57652016-05-26 09:49:16 -0700623 --srcdir=../.. --prefix="$$dc_install_base" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000624 && $(MAKE) $(AM_MAKEFLAGS) \
625 && $(MAKE) $(AM_MAKEFLAGS) dvi \
626 && $(MAKE) $(AM_MAKEFLAGS) check \
627 && $(MAKE) $(AM_MAKEFLAGS) install \
628 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
629 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
630 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
631 distuninstallcheck \
632 && chmod -R a-w "$$dc_install_base" \
633 && ({ \
sethdelliott01ca9722010-07-19 20:38:40 +0000634 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Jon Dugane34c20c2010-07-08 23:26:52 +0000635 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
636 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
637 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
638 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
639 } || { rm -rf "$$dc_destdir"; exit 1; }) \
640 && rm -rf "$$dc_destdir" \
sethdelliott01ca9722010-07-19 20:38:40 +0000641 && $(MAKE) $(AM_MAKEFLAGS) dist \
642 && rm -rf $(DIST_ARCHIVES) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800643 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
644 && cd "$$am__cwd" \
645 || exit 1
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700646 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000647 @(echo "$(distdir) archives ready for distribution: "; \
648 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800649 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Jon Dugane34c20c2010-07-08 23:26:52 +0000650distuninstallcheck:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700651 @test -n '$(distuninstallcheck_dir)' || { \
652 echo 'ERROR: trying to run $@ with an empty' \
653 '$$(distuninstallcheck_dir)' >&2; \
654 exit 1; \
655 }; \
656 $(am__cd) '$(distuninstallcheck_dir)' || { \
657 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
658 exit 1; \
659 }; \
660 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Jon Dugane34c20c2010-07-08 23:26:52 +0000661 || { echo "ERROR: files left after uninstall:" ; \
662 if test -n "$(DESTDIR)"; then \
663 echo " (check DESTDIR support)"; \
664 fi ; \
665 $(distuninstallcheck_listfiles) ; \
666 exit 1; } >&2
667distcleancheck: distclean
668 @if test '$(srcdir)' = . ; then \
669 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
670 exit 1 ; \
671 fi
672 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
673 || { echo "ERROR: files left in build directory after distclean:" ; \
674 $(distcleancheck_listfiles) ; \
675 exit 1; } >&2
676check-am: all-am
677check: check-recursive
678all-am: Makefile
679installdirs: installdirs-recursive
680installdirs-am:
Jon Dugane34c20c2010-07-08 23:26:52 +0000681install: install-recursive
682install-exec: install-exec-recursive
683install-data: install-data-recursive
684uninstall: uninstall-recursive
685
686install-am: all-am
687 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
688
689installcheck: installcheck-recursive
690install-strip:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700691 if test -z '$(STRIP)'; then \
692 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694 install; \
695 else \
696 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
697 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
698 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
699 fi
Jon Dugane34c20c2010-07-08 23:26:52 +0000700mostlyclean-generic:
701
702clean-generic:
703
704distclean-generic:
sethdelliott01ca9722010-07-19 20:38:40 +0000705 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800706 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000707
708maintainer-clean-generic:
709 @echo "This command is intended for maintainers to use"
710 @echo "it deletes files that may require special tools to rebuild."
711clean: clean-recursive
712
713clean-am: clean-generic clean-libtool mostlyclean-am
714
715distclean: distclean-recursive
716 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
717 -rm -f Makefile
718distclean-am: clean-am distclean-generic distclean-libtool \
719 distclean-tags
720
721dvi: dvi-recursive
722
723dvi-am:
724
sethdelliott01ca9722010-07-19 20:38:40 +0000725html: html-recursive
726
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800727html-am:
728
Jon Dugane34c20c2010-07-08 23:26:52 +0000729info: info-recursive
730
731info-am:
732
733install-data-am:
734
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800735install-dvi: install-dvi-recursive
736
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800737install-dvi-am:
738
Jon Dugane34c20c2010-07-08 23:26:52 +0000739install-exec-am:
740
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800741install-html: install-html-recursive
742
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800743install-html-am:
744
Jon Dugane34c20c2010-07-08 23:26:52 +0000745install-info: install-info-recursive
746
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800747install-info-am:
748
Jon Dugane34c20c2010-07-08 23:26:52 +0000749install-man:
750
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800751install-pdf: install-pdf-recursive
752
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800753install-pdf-am:
754
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800755install-ps: install-ps-recursive
756
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800757install-ps-am:
758
Jon Dugane34c20c2010-07-08 23:26:52 +0000759installcheck-am:
760
761maintainer-clean: maintainer-clean-recursive
762 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
763 -rm -rf $(top_srcdir)/autom4te.cache
764 -rm -f Makefile
765maintainer-clean-am: distclean-am maintainer-clean-generic
766
767mostlyclean: mostlyclean-recursive
768
769mostlyclean-am: mostlyclean-generic mostlyclean-libtool
770
771pdf: pdf-recursive
772
773pdf-am:
774
775ps: ps-recursive
776
777ps-am:
778
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800779uninstall-am:
Jon Dugane34c20c2010-07-08 23:26:52 +0000780
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700781.MAKE: $(am__recursive_targets) install-am install-strip
Jon Dugane34c20c2010-07-08 23:26:52 +0000782
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700783.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
784 am--refresh check check-am clean clean-cscope clean-generic \
785 clean-libtool cscope cscopelist-am ctags ctags-am dist \
786 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
787 dist-xz dist-zip distcheck distclean distclean-generic \
788 distclean-libtool distclean-tags distcleancheck distdir \
789 distuninstallcheck dvi dvi-am html html-am info info-am \
790 install install-am install-data install-data-am install-dvi \
791 install-dvi-am install-exec install-exec-am install-html \
792 install-html-am install-info install-info-am install-man \
793 install-pdf install-pdf-am install-ps install-ps-am \
794 install-strip installcheck installcheck-am installdirs \
795 installdirs-am maintainer-clean maintainer-clean-generic \
796 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
797 ps ps-am tags tags-am uninstall uninstall-am
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800798
Bruce A. Maha5f57652016-05-26 09:49:16 -0700799.PRECIOUS: Makefile
800
Jon Dugane34c20c2010-07-08 23:26:52 +0000801
802# Tell versions [3.59,3.63) of GNU make to not export all variables.
803# Otherwise a system limit (for SysV at least) may be exceeded.
804.NOEXPORT: