blob: 3c56ac5b65a167075121a8dd6283911ffe5e050f [file] [log] [blame]
Bruce A. Mah06280a62020-05-04 15:11:05 -07001# Makefile.in generated by automake 1.16.2 from Makefile.am.
Jon Dugane34c20c2010-07-08 23:26:52 +00002# @configure_input@
3
Bruce A. Mah06280a62020-05-04 15:11:05 -07004# Copyright (C) 1994-2020 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 \
Bruce A. Mah06280a62020-05-04 15:11:05 -070093 $(top_srcdir)/config/iperf_config_static_bin.m4 \
Bruce A. Mah5e52a842017-04-20 12:38:18 -070094 $(top_srcdir)/configure.ac
sethdelliott01ca9722010-07-19 20:38:40 +000095am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
Bruce A. Maha5f57652016-05-26 09:49:16 -070097DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
sethdelliott01ca9722010-07-19 20:38:40 +000099am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800100 configure.lineno config.status.lineno
sethdelliott01ca9722010-07-19 20:38:40 +0000101mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Bruce A. Maha57bcc22014-04-14 13:37:47 -0700102CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
Bruce A. Mahbf22c9d2014-10-14 13:45:04 -0700103CONFIG_CLEAN_FILES = iperf3.spec
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800104CONFIG_CLEAN_VPATH_FILES =
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
sethdelliott01ca9722010-07-19 20:38:40 +0000117SOURCES =
118DIST_SOURCES =
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120 ctags-recursive dvi-recursive html-recursive info-recursive \
121 install-data-recursive install-dvi-recursive \
122 install-exec-recursive install-html-recursive \
123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
125 installdirs-recursive pdf-recursive ps-recursive \
126 tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700134am__recursive_targets = \
135 $(RECURSIVE_TARGETS) \
136 $(RECURSIVE_CLEAN_TARGETS) \
137 $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800139 cscope distdir distdir-am dist dist-all distcheck
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141# Read a list of newline-separated strings from the standard input,
142# and print each of them once, without duplicates. Input order is
143# *not* preserved.
144am__uniquify_input = $(AWK) '\
145 BEGIN { nonempty = 0; } \
146 { items[$$0] = 1; nonempty = 1; } \
147 END { if (nonempty) { for (i in items) print i; }; } \
148'
149# Make sure the list of sources is unique. This is necessary because,
150# e.g., the same source file might be shared among _SOURCES variables
151# for different programs/libraries.
152am__define_uniq_tagged_files = \
153 list='$(am__tagged_files)'; \
154 unique=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156 done | $(am__uniquify_input)`
sethdelliott01ca9722010-07-19 20:38:40 +0000157ETAGS = etags
158CTAGS = ctags
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700159CSCOPE = cscope
sethdelliott01ca9722010-07-19 20:38:40 +0000160DIST_SUBDIRS = $(SUBDIRS)
Bruce A. Maha5f57652016-05-26 09:49:16 -0700161am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
162 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
163 $(top_srcdir)/config/config.sub \
164 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
165 $(top_srcdir)/config/missing \
166 $(top_srcdir)/config/mkinstalldirs INSTALL config/compile \
167 config/config.guess config/config.sub config/install-sh \
168 config/ltmain.sh config/missing config/mkinstalldirs
sethdelliott01ca9722010-07-19 20:38:40 +0000169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170distdir = $(PACKAGE)-$(VERSION)
171top_distdir = $(distdir)
172am__remove_distdir = \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700173 if test -d "$(distdir)"; then \
174 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
175 && rm -rf "$(distdir)" \
176 || { sleep 5 && rm -rf "$(distdir)"; }; \
177 else :; fi
178am__post_remove_distdir = $(am__remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800179am__relativize = \
180 dir0=`pwd`; \
181 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
182 sed_rest='s,^[^/]*/*,,'; \
183 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
184 sed_butlast='s,/*[^/]*$$,,'; \
185 while test -n "$$dir1"; do \
186 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
187 if test "$$first" != "."; then \
188 if test "$$first" = ".."; then \
189 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
190 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
191 else \
192 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
193 if test "$$first2" = "$$first"; then \
194 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
195 else \
196 dir2="../$$dir2"; \
197 fi; \
198 dir0="$$dir0"/"$$first"; \
199 fi; \
200 fi; \
201 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
202 done; \
203 reldir="$$dir2"
sethdelliott01ca9722010-07-19 20:38:40 +0000204DIST_ARCHIVES = $(distdir).tar.gz
205GZIP_ENV = --best
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700206DIST_TARGETS = dist-gzip
sethdelliott01ca9722010-07-19 20:38:40 +0000207distuninstallcheck_listfiles = find . -type f -print
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700208am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
209 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
sethdelliott01ca9722010-07-19 20:38:40 +0000210distcleancheck_listfiles = find . -type f -print
Jon Dugane34c20c2010-07-08 23:26:52 +0000211ACLOCAL = @ACLOCAL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000212AMTAR = @AMTAR@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jon Dugane34c20c2010-07-08 23:26:52 +0000214AR = @AR@
215AUTOCONF = @AUTOCONF@
216AUTOHEADER = @AUTOHEADER@
217AUTOMAKE = @AUTOMAKE@
218AWK = @AWK@
219CC = @CC@
220CCDEPMODE = @CCDEPMODE@
221CFLAGS = @CFLAGS@
222CPP = @CPP@
223CPPFLAGS = @CPPFLAGS@
224CYGPATH_W = @CYGPATH_W@
225DEFS = @DEFS@
226DEPDIR = @DEPDIR@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700227DLLTOOL = @DLLTOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800228DSYMUTIL = @DSYMUTIL@
229DUMPBIN = @DUMPBIN@
Jon Dugane34c20c2010-07-08 23:26:52 +0000230ECHO_C = @ECHO_C@
231ECHO_N = @ECHO_N@
232ECHO_T = @ECHO_T@
233EGREP = @EGREP@
234EXEEXT = @EXEEXT@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800235FGREP = @FGREP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000236GREP = @GREP@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800237INSTALL = @INSTALL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000238INSTALL_DATA = @INSTALL_DATA@
239INSTALL_PROGRAM = @INSTALL_PROGRAM@
240INSTALL_SCRIPT = @INSTALL_SCRIPT@
241INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800242LD = @LD@
Jon Dugane34c20c2010-07-08 23:26:52 +0000243LDFLAGS = @LDFLAGS@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800247LIPO = @LIPO@
Jon Dugane34c20c2010-07-08 23:26:52 +0000248LN_S = @LN_S@
249LTLIBOBJS = @LTLIBOBJS@
Bruce A. Maha5f57652016-05-26 09:49:16 -0700250LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700251MAINT = @MAINT@
Jon Dugane34c20c2010-07-08 23:26:52 +0000252MAKEINFO = @MAKEINFO@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700253MANIFEST_TOOL = @MANIFEST_TOOL@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800254MKDIR_P = @MKDIR_P@
255NM = @NM@
256NMEDIT = @NMEDIT@
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800257OBJDUMP = @OBJDUMP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000258OBJEXT = @OBJEXT@
Bruce A. Mah5e52a842017-04-20 12:38:18 -0700259OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
260OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
261OPENSSL_LIBS = @OPENSSL_LIBS@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800262OTOOL = @OTOOL@
263OTOOL64 = @OTOOL64@
Jon Dugane34c20c2010-07-08 23:26:52 +0000264PACKAGE = @PACKAGE@
265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266PACKAGE_NAME = @PACKAGE_NAME@
267PACKAGE_STRING = @PACKAGE_STRING@
268PACKAGE_TARNAME = @PACKAGE_TARNAME@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700269PACKAGE_URL = @PACKAGE_URL@
Jon Dugane34c20c2010-07-08 23:26:52 +0000270PACKAGE_VERSION = @PACKAGE_VERSION@
271PATH_SEPARATOR = @PATH_SEPARATOR@
Bruce A. Mah5e52a842017-04-20 12:38:18 -0700272PKG_CONFIG = @PKG_CONFIG@
Jon Dugane34c20c2010-07-08 23:26:52 +0000273RANLIB = @RANLIB@
274SED = @SED@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRIP = @STRIP@
Jon Dugane34c20c2010-07-08 23:26:52 +0000278VERSION = @VERSION@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700283ac_ct_AR = @ac_ct_AR@
Jon Dugane34c20c2010-07-08 23:26:52 +0000284ac_ct_CC = @ac_ct_CC@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Jon Dugane34c20c2010-07-08 23:26:52 +0000286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
sethdelliott01ca9722010-07-19 20:38:40 +0000289am__tar = @am__tar@
290am__untar = @am__untar@
Jon Dugane34c20c2010-07-08 23:26:52 +0000291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800297builddir = @builddir@
Jon Dugane34c20c2010-07-08 23:26:52 +0000298datadir = @datadir@
299datarootdir = @datarootdir@
300docdir = @docdir@
301dvidir = @dvidir@
302exec_prefix = @exec_prefix@
303host = @host@
304host_alias = @host_alias@
305host_cpu = @host_cpu@
306host_os = @host_os@
307host_vendor = @host_vendor@
308htmldir = @htmldir@
309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
314localedir = @localedir@
315localstatedir = @localstatedir@
316mandir = @mandir@
sethdelliott01ca9722010-07-19 20:38:40 +0000317mkdir_p = @mkdir_p@
Jon Dugane34c20c2010-07-08 23:26:52 +0000318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800325srcdir = @srcdir@
Jon Dugane34c20c2010-07-08 23:26:52 +0000326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800328top_build_prefix = @top_build_prefix@
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
Bruce A. Mah5d2f2cf2014-03-20 09:58:27 -0700331SUBDIRS = src examples
Jon Dugane34c20c2010-07-08 23:26:52 +0000332all: all-recursive
333
334.SUFFIXES:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700335am--refresh: Makefile
sethdelliott01ca9722010-07-19 20:38:40 +0000336 @:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700337$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
sethdelliott01ca9722010-07-19 20:38:40 +0000338 @for dep in $?; do \
339 case '$(am__configure_deps)' in \
340 *$$dep*) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800341 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
342 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
sethdelliott01ca9722010-07-19 20:38:40 +0000343 && exit 0; \
344 exit 1;; \
345 esac; \
346 done; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800347 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
348 $(am__cd) $(top_srcdir) && \
349 $(AUTOMAKE) --foreign Makefile
sethdelliott01ca9722010-07-19 20:38:40 +0000350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351 @case '$?' in \
352 *config.status*) \
353 echo ' $(SHELL) ./config.status'; \
354 $(SHELL) ./config.status;; \
355 *) \
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
357 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
sethdelliott01ca9722010-07-19 20:38:40 +0000358 esac;
Jon Dugane34c20c2010-07-08 23:26:52 +0000359
sethdelliott01ca9722010-07-19 20:38:40 +0000360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000361 $(SHELL) ./config.status --recheck
Jon Dugane34c20c2010-07-08 23:26:52 +0000362
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700363$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800364 $(am__cd) $(srcdir) && $(AUTOCONF)
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700365$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800366 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
367$(am__aclocal_m4_deps):
Bruce A. Mahbf22c9d2014-10-14 13:45:04 -0700368iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
369 cd $(top_builddir) && $(SHELL) ./config.status $@
Jon Dugane34c20c2010-07-08 23:26:52 +0000370
371mostlyclean-libtool:
372 -rm -f *.lo
373
374clean-libtool:
375 -rm -rf .libs _libs
376
377distclean-libtool:
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800378 -rm -f libtool config.lt
Jon Dugane34c20c2010-07-08 23:26:52 +0000379
380# This directory's subdirectories are mostly independent; you can cd
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700381# into them and run 'make' without going through this Makefile.
382# To change the values of 'make' variables: instead of editing Makefiles,
383# (1) if the variable is set in 'config.status', edit 'config.status'
384# (which will cause the Makefiles to be regenerated when you run 'make');
385# (2) otherwise, pass the desired values on the 'make' command line.
386$(am__recursive_targets):
387 @fail=; \
388 if $(am__make_keepgoing); then \
389 failcom='fail=yes'; \
390 else \
391 failcom='exit 1'; \
392 fi; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000393 dot_seen=no; \
394 target=`echo $@ | sed s/-recursive//`; \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700395 case "$@" in \
396 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397 *) list='$(SUBDIRS)' ;; \
398 esac; \
399 for subdir in $$list; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000400 echo "Making $$target in $$subdir"; \
401 if test "$$subdir" = "."; then \
402 dot_seen=yes; \
403 local_target="$$target-am"; \
404 else \
405 local_target="$$target"; \
406 fi; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800407 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
sethdelliott01ca9722010-07-19 20:38:40 +0000408 || eval $$failcom; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000409 done; \
410 if test "$$dot_seen" = "no"; then \
411 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412 fi; test -z "$$fail"
413
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700414ID: $(am__tagged_files)
415 $(am__define_uniq_tagged_files); mkid -fID $$unique
416tags: tags-recursive
417TAGS: tags
Jon Dugane34c20c2010-07-08 23:26:52 +0000418
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700419tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800420 set x; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000421 here=`pwd`; \
sethdelliott01ca9722010-07-19 20:38:40 +0000422 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Jon Dugane34c20c2010-07-08 23:26:52 +0000423 include_option=--etags-include; \
sethdelliott01ca9722010-07-19 20:38:40 +0000424 empty_fix=.; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000425 else \
426 include_option=--include; \
sethdelliott01ca9722010-07-19 20:38:40 +0000427 empty_fix=; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000428 fi; \
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 if test "$$subdir" = .; then :; else \
sethdelliott01ca9722010-07-19 20:38:40 +0000431 test ! -f $$subdir/TAGS || \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800432 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000433 fi; \
434 done; \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700435 $(am__define_uniq_tagged_files); \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800436 shift; \
437 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
sethdelliott01ca9722010-07-19 20:38:40 +0000438 test -n "$$unique" || unique=$$empty_fix; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800439 if test $$# -gt 0; then \
440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441 "$$@" $$unique; \
442 else \
443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444 $$unique; \
445 fi; \
sethdelliott01ca9722010-07-19 20:38:40 +0000446 fi
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700447ctags: ctags-recursive
448
449CTAGS: ctags
450ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451 $(am__define_uniq_tagged_files); \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800452 test -z "$(CTAGS_ARGS)$$unique" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800454 $$unique
Jon Dugane34c20c2010-07-08 23:26:52 +0000455
456GTAGS:
457 here=`$(am__cd) $(top_builddir) && pwd` \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800458 && $(am__cd) $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) "$$here"
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700460cscope: cscope.files
461 test ! -s cscope.files \
462 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
463clean-cscope:
464 -rm -f cscope.files
465cscope.files: clean-cscope cscopelist
466cscopelist: cscopelist-recursive
467
468cscopelist-am: $(am__tagged_files)
469 list='$(am__tagged_files)'; \
470 case "$(srcdir)" in \
471 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
472 *) sdir=$(subdir)/$(srcdir) ;; \
473 esac; \
474 for i in $$list; do \
475 if test -f "$$i"; then \
476 echo "$(subdir)/$$i"; \
477 else \
478 echo "$$sdir/$$i"; \
479 fi; \
480 done >> $(top_builddir)/cscope.files
Jon Dugane34c20c2010-07-08 23:26:52 +0000481
482distclean-tags:
483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700484 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Jon Dugane34c20c2010-07-08 23:26:52 +0000485
Bruce A. Mahff1ea4e2018-02-28 13:24:06 -0800486distdir: $(BUILT_SOURCES)
487 $(MAKE) $(AM_MAKEFLAGS) distdir-am
488
489distdir-am: $(DISTFILES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000490 $(am__remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800491 test -d "$(distdir)" || mkdir "$(distdir)"
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800492 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494 list='$(DISTFILES)'; \
495 dist_files=`for file in $$list; do echo $$file; done | \
496 sed -e "s|^$$srcdirstrip/||;t" \
497 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498 case $$dist_files in \
499 */*) $(MKDIR_P) `echo "$$dist_files" | \
500 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501 sort -u` ;; \
502 esac; \
503 for file in $$dist_files; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
jef56a97f92012-08-20 14:35:58 -0700505 if test -d $$d/$$file; then \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800507 if test -d "$(distdir)/$$file"; then \
508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
jef56a97f92012-08-20 14:35:58 -0700509 fi; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513 fi; \
514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
jef56a97f92012-08-20 14:35:58 -0700515 else \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800516 test -f "$(distdir)/$$file" \
517 || cp -p $$d/$$file "$(distdir)/$$file" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000518 || exit 1; \
519 fi; \
520 done
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Jon Dugane34c20c2010-07-08 23:26:52 +0000522 if test "$$subdir" = .; then :; else \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700523 $(am__make_dryrun) \
524 || test -d "$(distdir)/$$subdir" \
525 || $(MKDIR_P) "$(distdir)/$$subdir" \
526 || exit 1; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800527 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
528 $(am__relativize); \
529 new_distdir=$$reldir; \
530 dir1=$$subdir; dir2="$(top_distdir)"; \
531 $(am__relativize); \
532 new_top_distdir=$$reldir; \
533 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
534 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
535 ($(am__cd) $$subdir && \
Jon Dugane34c20c2010-07-08 23:26:52 +0000536 $(MAKE) $(AM_MAKEFLAGS) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800537 top_distdir="$$new_top_distdir" \
538 distdir="$$new_distdir" \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800539 am__remove_distdir=: \
540 am__skip_length_check=: \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800541 am__skip_mode_fix=: \
Jon Dugane34c20c2010-07-08 23:26:52 +0000542 distdir) \
543 || exit 1; \
544 fi; \
545 done
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800546 -test -n "$(am__skip_mode_fix)" \
547 || find "$(distdir)" -type d ! -perm -755 \
548 -exec chmod u+rwx,go+rx {} \; -o \
Jon Dugane34c20c2010-07-08 23:26:52 +0000549 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
550 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800551 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800552 || chmod -R a+r "$(distdir)"
Jon Dugane34c20c2010-07-08 23:26:52 +0000553dist-gzip: distdir
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700554 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700555 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000556
557dist-bzip2: distdir
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700558 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
559 $(am__post_remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800560
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700561dist-lzip: distdir
562 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
563 $(am__post_remove_distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800564
565dist-xz: distdir
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700566 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
567 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000568
Bruce A. Mah06280a62020-05-04 15:11:05 -0700569dist-zstd: distdir
570 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
571 $(am__post_remove_distdir)
572
sethdelliott01ca9722010-07-19 20:38:40 +0000573dist-tarZ: distdir
Bruce A. Maha5f57652016-05-26 09:49:16 -0700574 @echo WARNING: "Support for distribution archives compressed with" \
575 "legacy program 'compress' is deprecated." >&2
576 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
sethdelliott01ca9722010-07-19 20:38:40 +0000577 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700578 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000579
580dist-shar: distdir
Bruce A. Maha5f57652016-05-26 09:49:16 -0700581 @echo WARNING: "Support for shar distribution archives is" \
582 "deprecated." >&2
583 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700584 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700585 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000586
587dist-zip: distdir
588 -rm -f $(distdir).zip
589 zip -rq $(distdir).zip $(distdir)
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700590 $(am__post_remove_distdir)
Jon Dugane34c20c2010-07-08 23:26:52 +0000591
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700592dist dist-all:
593 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
594 $(am__post_remove_distdir)
Jon Dugane34c20c2010-07-08 23:26:52 +0000595
596# This target untars the dist file and tries a VPATH configuration. Then
597# it guarantees that the distribution is self-contained by making another
598# tarfile.
599distcheck: dist
sethdelliott01ca9722010-07-19 20:38:40 +0000600 case '$(DIST_ARCHIVES)' in \
601 *.tar.gz*) \
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700602 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000603 *.tar.bz2*) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800604 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700605 *.tar.lz*) \
606 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800607 *.tar.xz*) \
608 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000609 *.tar.Z*) \
610 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
611 *.shar.gz*) \
Bruce A. Mah7cf95d22017-08-14 13:46:35 -0700612 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000613 *.zip*) \
614 unzip $(distdir).zip ;;\
Bruce A. Mah06280a62020-05-04 15:11:05 -0700615 *.tar.zst*) \
616 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
sethdelliott01ca9722010-07-19 20:38:40 +0000617 esac
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700618 chmod -R a-w $(distdir)
619 chmod u+w $(distdir)
Bruce A. Maha5f57652016-05-26 09:49:16 -0700620 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Jon Dugane34c20c2010-07-08 23:26:52 +0000621 chmod a-w $(distdir)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800622 test -d $(distdir)/_build || exit 0; \
Jon Dugane34c20c2010-07-08 23:26:52 +0000623 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
624 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800625 && am__cwd=`pwd` \
Bruce A. Maha5f57652016-05-26 09:49:16 -0700626 && $(am__cd) $(distdir)/_build/sub \
627 && ../../configure \
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700628 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Jon Dugane34c20c2010-07-08 23:26:52 +0000629 $(DISTCHECK_CONFIGURE_FLAGS) \
Bruce A. Maha5f57652016-05-26 09:49:16 -0700630 --srcdir=../.. --prefix="$$dc_install_base" \
Jon Dugane34c20c2010-07-08 23:26:52 +0000631 && $(MAKE) $(AM_MAKEFLAGS) \
632 && $(MAKE) $(AM_MAKEFLAGS) dvi \
633 && $(MAKE) $(AM_MAKEFLAGS) check \
634 && $(MAKE) $(AM_MAKEFLAGS) install \
635 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
636 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
637 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
638 distuninstallcheck \
639 && chmod -R a-w "$$dc_install_base" \
640 && ({ \
sethdelliott01ca9722010-07-19 20:38:40 +0000641 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Jon Dugane34c20c2010-07-08 23:26:52 +0000642 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
643 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
644 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
645 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
646 } || { rm -rf "$$dc_destdir"; exit 1; }) \
647 && rm -rf "$$dc_destdir" \
sethdelliott01ca9722010-07-19 20:38:40 +0000648 && $(MAKE) $(AM_MAKEFLAGS) dist \
649 && rm -rf $(DIST_ARCHIVES) \
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800650 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
651 && cd "$$am__cwd" \
652 || exit 1
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700653 $(am__post_remove_distdir)
sethdelliott01ca9722010-07-19 20:38:40 +0000654 @(echo "$(distdir) archives ready for distribution: "; \
655 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800656 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Jon Dugane34c20c2010-07-08 23:26:52 +0000657distuninstallcheck:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700658 @test -n '$(distuninstallcheck_dir)' || { \
659 echo 'ERROR: trying to run $@ with an empty' \
660 '$$(distuninstallcheck_dir)' >&2; \
661 exit 1; \
662 }; \
663 $(am__cd) '$(distuninstallcheck_dir)' || { \
664 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
665 exit 1; \
666 }; \
667 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Jon Dugane34c20c2010-07-08 23:26:52 +0000668 || { echo "ERROR: files left after uninstall:" ; \
669 if test -n "$(DESTDIR)"; then \
670 echo " (check DESTDIR support)"; \
671 fi ; \
672 $(distuninstallcheck_listfiles) ; \
673 exit 1; } >&2
674distcleancheck: distclean
675 @if test '$(srcdir)' = . ; then \
676 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
677 exit 1 ; \
678 fi
679 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
680 || { echo "ERROR: files left in build directory after distclean:" ; \
681 $(distcleancheck_listfiles) ; \
682 exit 1; } >&2
683check-am: all-am
684check: check-recursive
685all-am: Makefile
686installdirs: installdirs-recursive
687installdirs-am:
Jon Dugane34c20c2010-07-08 23:26:52 +0000688install: install-recursive
689install-exec: install-exec-recursive
690install-data: install-data-recursive
691uninstall: uninstall-recursive
692
693install-am: all-am
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695
696installcheck: installcheck-recursive
697install-strip:
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700698 if test -z '$(STRIP)'; then \
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 install; \
702 else \
703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
706 fi
Jon Dugane34c20c2010-07-08 23:26:52 +0000707mostlyclean-generic:
708
709clean-generic:
710
711distclean-generic:
sethdelliott01ca9722010-07-19 20:38:40 +0000712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jon Dugane34c20c2010-07-08 23:26:52 +0000714
715maintainer-clean-generic:
716 @echo "This command is intended for maintainers to use"
717 @echo "it deletes files that may require special tools to rebuild."
718clean: clean-recursive
719
720clean-am: clean-generic clean-libtool mostlyclean-am
721
722distclean: distclean-recursive
723 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
724 -rm -f Makefile
725distclean-am: clean-am distclean-generic distclean-libtool \
726 distclean-tags
727
728dvi: dvi-recursive
729
730dvi-am:
731
sethdelliott01ca9722010-07-19 20:38:40 +0000732html: html-recursive
733
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800734html-am:
735
Jon Dugane34c20c2010-07-08 23:26:52 +0000736info: info-recursive
737
738info-am:
739
740install-data-am:
741
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800742install-dvi: install-dvi-recursive
743
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800744install-dvi-am:
745
Jon Dugane34c20c2010-07-08 23:26:52 +0000746install-exec-am:
747
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800748install-html: install-html-recursive
749
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800750install-html-am:
751
Jon Dugane34c20c2010-07-08 23:26:52 +0000752install-info: install-info-recursive
753
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800754install-info-am:
755
Jon Dugane34c20c2010-07-08 23:26:52 +0000756install-man:
757
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800758install-pdf: install-pdf-recursive
759
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800760install-pdf-am:
761
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800762install-ps: install-ps-recursive
763
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800764install-ps-am:
765
Jon Dugane34c20c2010-07-08 23:26:52 +0000766installcheck-am:
767
768maintainer-clean: maintainer-clean-recursive
769 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
770 -rm -rf $(top_srcdir)/autom4te.cache
771 -rm -f Makefile
772maintainer-clean-am: distclean-am maintainer-clean-generic
773
774mostlyclean: mostlyclean-recursive
775
776mostlyclean-am: mostlyclean-generic mostlyclean-libtool
777
778pdf: pdf-recursive
779
780pdf-am:
781
782ps: ps-recursive
783
784ps-am:
785
Jef Poskanzerba7b91d2013-11-26 10:07:32 -0800786uninstall-am:
Jon Dugane34c20c2010-07-08 23:26:52 +0000787
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700788.MAKE: $(am__recursive_targets) install-am install-strip
Jon Dugane34c20c2010-07-08 23:26:52 +0000789
Bruce A. Mah6edfd8d2014-05-02 11:32:12 -0700790.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
791 am--refresh check check-am clean clean-cscope clean-generic \
792 clean-libtool cscope cscopelist-am ctags ctags-am dist \
793 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
Bruce A. Mah06280a62020-05-04 15:11:05 -0700794 dist-xz dist-zip dist-zstd distcheck distclean \
795 distclean-generic distclean-libtool distclean-tags \
796 distcleancheck distdir distuninstallcheck dvi dvi-am html \
797 html-am info info-am install install-am install-data \
798 install-data-am install-dvi install-dvi-am install-exec \
799 install-exec-am install-html install-html-am install-info \
800 install-info-am install-man install-pdf install-pdf-am \
801 install-ps install-ps-am install-strip installcheck \
802 installcheck-am installdirs installdirs-am maintainer-clean \
803 maintainer-clean-generic mostlyclean mostlyclean-generic \
804 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
805 uninstall-am
Bruce A. Mah60bd98a2014-02-14 11:52:16 -0800806
Bruce A. Maha5f57652016-05-26 09:49:16 -0700807.PRECIOUS: Makefile
808
Jon Dugane34c20c2010-07-08 23:26:52 +0000809
810# Tell versions [3.59,3.63) of GNU make to not export all variables.
811# Otherwise a system limit (for SysV at least) may be exceeded.
812.NOEXPORT: