"Fossies" - the Fresh Open Source Software Archive 
Member "fping-5.1/Makefile.in" (6 Feb 2022, 25196 Bytes) of package /linux/misc/fping-5.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 VPATH = @srcdir@
17 am__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 }
28 am__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
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97 $(am__configure_deps) $(am__DIST_COMMON)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo " GEN " $@;
111 am__v_GEN_1 =
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 =
116 SOURCES =
117 DIST_SOURCES =
118 RECURSIVE_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
126 am__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
131 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
132 distclean-recursive maintainer-clean-recursive
133 am__recursive_targets = \
134 $(RECURSIVE_TARGETS) \
135 $(RECURSIVE_CLEAN_TARGETS) \
136 $(am__extra_recursive_targets)
137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138 cscope distdir distdir-am dist dist-all distcheck
139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
140 config.h.in
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.
144 am__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.
152 am__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)`
157 DIST_SUBDIRS = $(SUBDIRS)
158 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
159 INSTALL README.md compile config.guess config.sub install-sh \
160 missing
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 distdir = $(PACKAGE)-$(VERSION)
163 top_distdir = $(distdir)
164 am__remove_distdir = \
165 if test -d "$(distdir)"; then \
166 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
167 && rm -rf "$(distdir)" \
168 || { sleep 5 && rm -rf "$(distdir)"; }; \
169 else :; fi
170 am__post_remove_distdir = $(am__remove_distdir)
171 am__relativize = \
172 dir0=`pwd`; \
173 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
174 sed_rest='s,^[^/]*/*,,'; \
175 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
176 sed_butlast='s,/*[^/]*$$,,'; \
177 while test -n "$$dir1"; do \
178 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
179 if test "$$first" != "."; then \
180 if test "$$first" = ".."; then \
181 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183 else \
184 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185 if test "$$first2" = "$$first"; then \
186 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
187 else \
188 dir2="../$$dir2"; \
189 fi; \
190 dir0="$$dir0"/"$$first"; \
191 fi; \
192 fi; \
193 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
194 done; \
195 reldir="$$dir2"
196 DIST_ARCHIVES = $(distdir).tar.gz
197 GZIP_ENV = --best
198 DIST_TARGETS = dist-gzip
199 # Exists only to be overridden by the user if desired.
200 AM_DISTCHECK_DVI_TARGET = dvi
201 distuninstallcheck_listfiles = find . -type f -print
202 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
204 distcleancheck_listfiles = find . -type f -print
205 ACLOCAL = @ACLOCAL@
206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AUTOCONF = @AUTOCONF@
209 AUTOHEADER = @AUTOHEADER@
210 AUTOMAKE = @AUTOMAKE@
211 AWK = @AWK@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CFLAGS = @CFLAGS@
215 CPP = @CPP@
216 CPPFLAGS = @CPPFLAGS@
217 CSCOPE = @CSCOPE@
218 CTAGS = @CTAGS@
219 CYGPATH_W = @CYGPATH_W@
220 DEFS = @DEFS@
221 DEPDIR = @DEPDIR@
222 ECHO_C = @ECHO_C@
223 ECHO_N = @ECHO_N@
224 ECHO_T = @ECHO_T@
225 ETAGS = @ETAGS@
226 EXEEXT = @EXEEXT@
227 INSTALL = @INSTALL@
228 INSTALL_DATA = @INSTALL_DATA@
229 INSTALL_PROGRAM = @INSTALL_PROGRAM@
230 INSTALL_SCRIPT = @INSTALL_SCRIPT@
231 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232 LDFLAGS = @LDFLAGS@
233 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@
235 LTLIBOBJS = @LTLIBOBJS@
236 MAINT = @MAINT@
237 MAKEINFO = @MAKEINFO@
238 MKDIR_P = @MKDIR_P@
239 OBJEXT = @OBJEXT@
240 PACKAGE = @PACKAGE@
241 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242 PACKAGE_NAME = @PACKAGE_NAME@
243 PACKAGE_STRING = @PACKAGE_STRING@
244 PACKAGE_TARNAME = @PACKAGE_TARNAME@
245 PACKAGE_URL = @PACKAGE_URL@
246 PACKAGE_VERSION = @PACKAGE_VERSION@
247 PATH_SEPARATOR = @PATH_SEPARATOR@
248 SET_MAKE = @SET_MAKE@
249 SHELL = @SHELL@
250 STRIP = @STRIP@
251 VERSION = @VERSION@
252 abs_builddir = @abs_builddir@
253 abs_srcdir = @abs_srcdir@
254 abs_top_builddir = @abs_top_builddir@
255 abs_top_srcdir = @abs_top_srcdir@
256 ac_ct_CC = @ac_ct_CC@
257 am__include = @am__include@
258 am__leading_dot = @am__leading_dot@
259 am__quote = @am__quote@
260 am__tar = @am__tar@
261 am__untar = @am__untar@
262 bindir = @bindir@
263 build = @build@
264 build_alias = @build_alias@
265 build_cpu = @build_cpu@
266 build_os = @build_os@
267 build_vendor = @build_vendor@
268 builddir = @builddir@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = @libdir@
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 pdfdir = @pdfdir@
291 prefix = @prefix@
292 program_transform_name = @program_transform_name@
293 psdir = @psdir@
294 runstatedir = @runstatedir@
295 sbindir = @sbindir@
296 sharedstatedir = @sharedstatedir@
297 srcdir = @srcdir@
298 sysconfdir = @sysconfdir@
299 target = @target@
300 target_alias = @target_alias@
301 target_cpu = @target_cpu@
302 target_os = @target_os@
303 target_vendor = @target_vendor@
304 top_build_prefix = @top_build_prefix@
305 top_builddir = @top_builddir@
306 top_srcdir = @top_srcdir@
307 SUBDIRS = doc src
308 EXTRA_DIST = CHANGELOG.md contrib README.md ci/*.sh ci/*.pl
309 all: config.h
310 $(MAKE) $(AM_MAKEFLAGS) all-recursive
311
312 .SUFFIXES:
313 am--refresh: Makefile
314 @:
315 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
316 @for dep in $?; do \
317 case '$(am__configure_deps)' in \
318 *$$dep*) \
319 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
320 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
321 && exit 0; \
322 exit 1;; \
323 esac; \
324 done; \
325 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
326 $(am__cd) $(top_srcdir) && \
327 $(AUTOMAKE) --foreign Makefile
328 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329 @case '$?' in \
330 *config.status*) \
331 echo ' $(SHELL) ./config.status'; \
332 $(SHELL) ./config.status;; \
333 *) \
334 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
335 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
336 esac;
337
338 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339 $(SHELL) ./config.status --recheck
340
341 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
342 $(am__cd) $(srcdir) && $(AUTOCONF)
343 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
344 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
345 $(am__aclocal_m4_deps):
346
347 config.h: stamp-h1
348 @test -f $@ || rm -f stamp-h1
349 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
350
351 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
352 @rm -f stamp-h1
353 cd $(top_builddir) && $(SHELL) ./config.status config.h
354 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
356 rm -f stamp-h1
357 touch $@
358
359 distclean-hdr:
360 -rm -f config.h stamp-h1
361
362 # This directory's subdirectories are mostly independent; you can cd
363 # into them and run 'make' without going through this Makefile.
364 # To change the values of 'make' variables: instead of editing Makefiles,
365 # (1) if the variable is set in 'config.status', edit 'config.status'
366 # (which will cause the Makefiles to be regenerated when you run 'make');
367 # (2) otherwise, pass the desired values on the 'make' command line.
368 $(am__recursive_targets):
369 @fail=; \
370 if $(am__make_keepgoing); then \
371 failcom='fail=yes'; \
372 else \
373 failcom='exit 1'; \
374 fi; \
375 dot_seen=no; \
376 target=`echo $@ | sed s/-recursive//`; \
377 case "$@" in \
378 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
379 *) list='$(SUBDIRS)' ;; \
380 esac; \
381 for subdir in $$list; do \
382 echo "Making $$target in $$subdir"; \
383 if test "$$subdir" = "."; then \
384 dot_seen=yes; \
385 local_target="$$target-am"; \
386 else \
387 local_target="$$target"; \
388 fi; \
389 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390 || eval $$failcom; \
391 done; \
392 if test "$$dot_seen" = "no"; then \
393 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
394 fi; test -z "$$fail"
395
396 ID: $(am__tagged_files)
397 $(am__define_uniq_tagged_files); mkid -fID $$unique
398 tags: tags-recursive
399 TAGS: tags
400
401 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
402 set x; \
403 here=`pwd`; \
404 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
405 include_option=--etags-include; \
406 empty_fix=.; \
407 else \
408 include_option=--include; \
409 empty_fix=; \
410 fi; \
411 list='$(SUBDIRS)'; for subdir in $$list; do \
412 if test "$$subdir" = .; then :; else \
413 test ! -f $$subdir/TAGS || \
414 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
415 fi; \
416 done; \
417 $(am__define_uniq_tagged_files); \
418 shift; \
419 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
420 test -n "$$unique" || unique=$$empty_fix; \
421 if test $$# -gt 0; then \
422 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423 "$$@" $$unique; \
424 else \
425 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426 $$unique; \
427 fi; \
428 fi
429 ctags: ctags-recursive
430
431 CTAGS: ctags
432 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
433 $(am__define_uniq_tagged_files); \
434 test -z "$(CTAGS_ARGS)$$unique" \
435 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436 $$unique
437
438 GTAGS:
439 here=`$(am__cd) $(top_builddir) && pwd` \
440 && $(am__cd) $(top_srcdir) \
441 && gtags -i $(GTAGS_ARGS) "$$here"
442 cscope: cscope.files
443 test ! -s cscope.files \
444 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
445 clean-cscope:
446 -rm -f cscope.files
447 cscope.files: clean-cscope cscopelist
448 cscopelist: cscopelist-recursive
449
450 cscopelist-am: $(am__tagged_files)
451 list='$(am__tagged_files)'; \
452 case "$(srcdir)" in \
453 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
454 *) sdir=$(subdir)/$(srcdir) ;; \
455 esac; \
456 for i in $$list; do \
457 if test -f "$$i"; then \
458 echo "$(subdir)/$$i"; \
459 else \
460 echo "$$sdir/$$i"; \
461 fi; \
462 done >> $(top_builddir)/cscope.files
463
464 distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
467 distdir: $(BUILT_SOURCES)
468 $(MAKE) $(AM_MAKEFLAGS) distdir-am
469
470 distdir-am: $(DISTFILES)
471 $(am__remove_distdir)
472 test -d "$(distdir)" || mkdir "$(distdir)"
473 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475 list='$(DISTFILES)'; \
476 dist_files=`for file in $$list; do echo $$file; done | \
477 sed -e "s|^$$srcdirstrip/||;t" \
478 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479 case $$dist_files in \
480 */*) $(MKDIR_P) `echo "$$dist_files" | \
481 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482 sort -u` ;; \
483 esac; \
484 for file in $$dist_files; do \
485 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486 if test -d $$d/$$file; then \
487 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488 if test -d "$(distdir)/$$file"; then \
489 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 fi; \
491 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494 fi; \
495 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496 else \
497 test -f "$(distdir)/$$file" \
498 || cp -p $$d/$$file "$(distdir)/$$file" \
499 || exit 1; \
500 fi; \
501 done
502 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503 if test "$$subdir" = .; then :; else \
504 $(am__make_dryrun) \
505 || test -d "$(distdir)/$$subdir" \
506 || $(MKDIR_P) "$(distdir)/$$subdir" \
507 || exit 1; \
508 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
509 $(am__relativize); \
510 new_distdir=$$reldir; \
511 dir1=$$subdir; dir2="$(top_distdir)"; \
512 $(am__relativize); \
513 new_top_distdir=$$reldir; \
514 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
515 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
516 ($(am__cd) $$subdir && \
517 $(MAKE) $(AM_MAKEFLAGS) \
518 top_distdir="$$new_top_distdir" \
519 distdir="$$new_distdir" \
520 am__remove_distdir=: \
521 am__skip_length_check=: \
522 am__skip_mode_fix=: \
523 distdir) \
524 || exit 1; \
525 fi; \
526 done
527 -test -n "$(am__skip_mode_fix)" \
528 || find "$(distdir)" -type d ! -perm -755 \
529 -exec chmod u+rwx,go+rx {} \; -o \
530 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
531 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
532 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
533 || chmod -R a+r "$(distdir)"
534 dist-gzip: distdir
535 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
536 $(am__post_remove_distdir)
537
538 dist-bzip2: distdir
539 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
540 $(am__post_remove_distdir)
541
542 dist-lzip: distdir
543 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
544 $(am__post_remove_distdir)
545
546 dist-xz: distdir
547 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
548 $(am__post_remove_distdir)
549
550 dist-zstd: distdir
551 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
552 $(am__post_remove_distdir)
553
554 dist-tarZ: distdir
555 @echo WARNING: "Support for distribution archives compressed with" \
556 "legacy program 'compress' is deprecated." >&2
557 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
558 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
559 $(am__post_remove_distdir)
560
561 dist-shar: distdir
562 @echo WARNING: "Support for shar distribution archives is" \
563 "deprecated." >&2
564 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
565 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
566 $(am__post_remove_distdir)
567
568 dist-zip: distdir
569 -rm -f $(distdir).zip
570 zip -rq $(distdir).zip $(distdir)
571 $(am__post_remove_distdir)
572
573 dist dist-all:
574 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
575 $(am__post_remove_distdir)
576
577 # This target untars the dist file and tries a VPATH configuration. Then
578 # it guarantees that the distribution is self-contained by making another
579 # tarfile.
580 distcheck: dist
581 case '$(DIST_ARCHIVES)' in \
582 *.tar.gz*) \
583 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
584 *.tar.bz2*) \
585 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
586 *.tar.lz*) \
587 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
588 *.tar.xz*) \
589 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
590 *.tar.Z*) \
591 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
592 *.shar.gz*) \
593 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
594 *.zip*) \
595 unzip $(distdir).zip ;;\
596 *.tar.zst*) \
597 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
598 esac
599 chmod -R a-w $(distdir)
600 chmod u+w $(distdir)
601 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
602 chmod a-w $(distdir)
603 test -d $(distdir)/_build || exit 0; \
604 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
605 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
606 && am__cwd=`pwd` \
607 && $(am__cd) $(distdir)/_build/sub \
608 && ../../configure \
609 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
610 $(DISTCHECK_CONFIGURE_FLAGS) \
611 --srcdir=../.. --prefix="$$dc_install_base" \
612 && $(MAKE) $(AM_MAKEFLAGS) \
613 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
614 && $(MAKE) $(AM_MAKEFLAGS) check \
615 && $(MAKE) $(AM_MAKEFLAGS) install \
616 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
617 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
618 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
619 distuninstallcheck \
620 && chmod -R a-w "$$dc_install_base" \
621 && ({ \
622 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
623 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
624 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
625 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
626 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
627 } || { rm -rf "$$dc_destdir"; exit 1; }) \
628 && rm -rf "$$dc_destdir" \
629 && $(MAKE) $(AM_MAKEFLAGS) dist \
630 && rm -rf $(DIST_ARCHIVES) \
631 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
632 && cd "$$am__cwd" \
633 || exit 1
634 $(am__post_remove_distdir)
635 @(echo "$(distdir) archives ready for distribution: "; \
636 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
637 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
638 distuninstallcheck:
639 @test -n '$(distuninstallcheck_dir)' || { \
640 echo 'ERROR: trying to run $@ with an empty' \
641 '$$(distuninstallcheck_dir)' >&2; \
642 exit 1; \
643 }; \
644 $(am__cd) '$(distuninstallcheck_dir)' || { \
645 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
646 exit 1; \
647 }; \
648 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
649 || { echo "ERROR: files left after uninstall:" ; \
650 if test -n "$(DESTDIR)"; then \
651 echo " (check DESTDIR support)"; \
652 fi ; \
653 $(distuninstallcheck_listfiles) ; \
654 exit 1; } >&2
655 distcleancheck: distclean
656 @if test '$(srcdir)' = . ; then \
657 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
658 exit 1 ; \
659 fi
660 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
661 || { echo "ERROR: files left in build directory after distclean:" ; \
662 $(distcleancheck_listfiles) ; \
663 exit 1; } >&2
664 check-am: all-am
665 check: check-recursive
666 all-am: Makefile config.h
667 installdirs: installdirs-recursive
668 installdirs-am:
669 install: install-recursive
670 install-exec: install-exec-recursive
671 install-data: install-data-recursive
672 uninstall: uninstall-recursive
673
674 install-am: all-am
675 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
676
677 installcheck: installcheck-recursive
678 install-strip:
679 if test -z '$(STRIP)'; then \
680 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
681 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
682 install; \
683 else \
684 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
687 fi
688 mostlyclean-generic:
689
690 clean-generic:
691
692 distclean-generic:
693 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
694 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
695
696 maintainer-clean-generic:
697 @echo "This command is intended for maintainers to use"
698 @echo "it deletes files that may require special tools to rebuild."
699 clean: clean-recursive
700
701 clean-am: clean-generic mostlyclean-am
702
703 distclean: distclean-recursive
704 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
705 -rm -f Makefile
706 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
707
708 dvi: dvi-recursive
709
710 dvi-am:
711
712 html: html-recursive
713
714 html-am:
715
716 info: info-recursive
717
718 info-am:
719
720 install-data-am:
721
722 install-dvi: install-dvi-recursive
723
724 install-dvi-am:
725
726 install-exec-am:
727
728 install-html: install-html-recursive
729
730 install-html-am:
731
732 install-info: install-info-recursive
733
734 install-info-am:
735
736 install-man:
737
738 install-pdf: install-pdf-recursive
739
740 install-pdf-am:
741
742 install-ps: install-ps-recursive
743
744 install-ps-am:
745
746 installcheck-am:
747
748 maintainer-clean: maintainer-clean-recursive
749 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
750 -rm -rf $(top_srcdir)/autom4te.cache
751 -rm -f Makefile
752 maintainer-clean-am: distclean-am maintainer-clean-generic
753
754 mostlyclean: mostlyclean-recursive
755
756 mostlyclean-am: mostlyclean-generic
757
758 pdf: pdf-recursive
759
760 pdf-am:
761
762 ps: ps-recursive
763
764 ps-am:
765
766 uninstall-am:
767
768 .MAKE: $(am__recursive_targets) all install-am install-strip
769
770 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
771 am--refresh check check-am clean clean-cscope clean-generic \
772 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
773 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
774 dist-zstd distcheck distclean distclean-generic distclean-hdr \
775 distclean-tags distcleancheck distdir distuninstallcheck dvi \
776 dvi-am html html-am info info-am install install-am \
777 install-data install-data-am install-dvi install-dvi-am \
778 install-exec install-exec-am install-html install-html-am \
779 install-info install-info-am install-man install-pdf \
780 install-pdf-am install-ps install-ps-am install-strip \
781 installcheck installcheck-am installdirs installdirs-am \
782 maintainer-clean maintainer-clean-generic mostlyclean \
783 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
784 uninstall-am
785
786 .PRECIOUS: Makefile
787
788
789 # Tell versions [3.59,3.63) of GNU make to not export all variables.
790 # Otherwise a system limit (for SysV at least) may be exceeded.
791 .NOEXPORT: