1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
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.
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
17 # SPDX-FileCopyrightText: 2002-2022 Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc.
19 # SPDX-License-Identifier: GPL-3.0-or-later
22 if
test -z
'$(MAKELEVEL)'; then \
24 elif
test -n
'$(MAKE_HOST)'; then \
26 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
32 am__make_running_with_option
= \
33 case
$${target_option-
} in \
35 *) echo
"am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \
40 sane_makeflags
=$$MAKEFLAGS; \
41 if
$(am__is_gnu_make
); then \
42 sane_makeflags
=$$MFLAGS; \
47 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 for flg in
$$sane_makeflags; do \
57 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
60 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
61 -*I?
*) strip_trailopt
'I';; \
62 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
63 -*O?
*) strip_trailopt
'O';; \
64 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
65 -*l?
*) strip_trailopt
'l';; \
66 -[dEDm
]) skip_next
=yes
;; \
67 -[JT
]) skip_next
=yes
;; \
70 *$$target_option*) has_opt
=yes
; break
;; \
74 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
75 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
76 pkgdatadir
= $(datadir)/@PACKAGE@
77 pkgincludedir
= $(includedir)/@PACKAGE@
78 pkglibdir
= $(libdir)/@PACKAGE@
79 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
80 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA
= $(install_sh
) -c
-m
644
82 install_sh_PROGRAM
= $(install_sh
) -c
83 install_sh_SCRIPT
= $(install_sh
) -c
84 INSTALL_HEADER
= $(INSTALL_DATA
)
85 transform
= $(program_transform_name
)
93 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
94 am__aclocal_m4_deps
= $(top_srcdir
)/configure.ac
95 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
97 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
98 $(am__configure_deps
) $(am__DIST_COMMON
)
99 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
100 configure.lineno config.status.lineno
101 mkinstalldirs
= $(install_sh
) -d
102 CONFIG_HEADER
= config.h
104 CONFIG_CLEAN_VPATH_FILES
=
105 AM_V_P
= $(am__v_P_@AM_V@
)
106 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
109 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
110 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
111 am__v_GEN_0
= @echo
" GEN " $@
;
113 AM_V_at
= $(am__v_at_@AM_V@
)
114 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
119 RECURSIVE_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
127 am__can_run_installinfo
= \
128 case
$$AM_UPDATE_INFO_DIR in \
130 *) (install-info
--version
) >/dev
/null
2>&1;; \
132 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
134 am__recursive_targets
= \
135 $(RECURSIVE_TARGETS
) \
136 $(RECURSIVE_CLEAN_TARGETS
) \
137 $(am__extra_recursive_targets
)
138 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
139 cscope distdir distdir-am
dist dist-all distcheck
140 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
) \
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates. Input order is
145 am__uniquify_input
= $(AWK
) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
150 # Make sure the list of sources is unique. This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files
= \
154 list
='$(am__tagged_files)'; \
155 unique
=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158 DIST_SUBDIRS
= $(SUBDIRS
)
159 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/config.h.in NEWS \
160 README install-sh 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)"; }; \
170 am__post_remove_distdir
= $(am__remove_distdir
)
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"`; \
184 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
185 if
test "$$first2" = "$$first"; then \
186 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
190 dir0
="$$dir0"/"$$first"; \
193 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196 DIST_ARCHIVES
= $(distdir
).
tar.gz
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
207 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
208 AUTOCONF
= @AUTOCONF@
209 AUTOHEADER
= @AUTOHEADER@
210 AUTOMAKE
= @AUTOMAKE@
214 CYGPATH_W
= @CYGPATH_W@
221 INSTALL_DATA
= @INSTALL_DATA@
222 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
223 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
228 LTLIBOBJS
= @LTLIBOBJS@
229 MAKEINFO
= @MAKEINFO@
232 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
233 PACKAGE_NAME
= @PACKAGE_NAME@
234 PACKAGE_STRING
= @PACKAGE_STRING@
235 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
236 PACKAGE_URL
= @PACKAGE_URL@
237 PACKAGE_VERSION
= @PACKAGE_VERSION@
238 PATH_SEPARATOR
= @PATH_SEPARATOR@
239 SET_MAKE
= @SET_MAKE@
243 abs_builddir
= @abs_builddir@
244 abs_srcdir
= @abs_srcdir@
245 abs_top_builddir
= @abs_top_builddir@
246 abs_top_srcdir
= @abs_top_srcdir@
247 am__leading_dot
= @am__leading_dot@
249 am__untar
= @am__untar@
251 build_alias
= @build_alias@
252 builddir
= @builddir@
254 datarootdir
= @datarootdir@
257 exec_prefix = @
exec_prefix@
258 host_alias
= @host_alias@
260 includedir = @
includedir@
262 install_sh
= @install_sh@
264 libexecdir
= @libexecdir@
265 localedir
= @localedir@
266 localstatedir
= @localstatedir@
269 oldincludedir = @
oldincludedir@
272 program_transform_name
= @program_transform_name@
274 runstatedir
= @runstatedir@
276 sharedstatedir
= @sharedstatedir@
278 sysconfdir
= @sysconfdir@
279 target_alias
= @target_alias@
280 top_build_prefix
= @top_build_prefix@
281 top_builddir
= @top_builddir@
282 top_srcdir
= @top_srcdir@
285 # This ought to be correct, but fails on Centos
286 # bashcompletiondir=$(DESTDIR)${datarootdir}/bash-completion/completions
287 # zshcompletiondir=$(DESTDIR)${datarootdir}/zsh/site-functions
288 bashcompletiondir
= $(DESTDIR
)${prefix}/share
/bash-completion
/completions
289 zshcompletiondir
= $(DESTDIR
)${prefix}/share
/zsh
/site-functions
290 bashcompletion
= ${bashcompletiondir}/parallel
291 zshcompletion
= ${zshcompletiondir}/_parallel
292 EXTRA_DIST
= CITATION CITATION.cff CREDITS LICENSES
/CC-BY-SA-4.0.txt LICENSES
/GFDL-1.3
-or-later.txt LICENSES
/GPL-3.0
-or-later.txt
294 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
297 am--refresh
: Makefile
299 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
301 case
'$(am__configure_deps)' in \
303 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
304 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
309 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
310 $(am__cd
) $(top_srcdir
) && \
311 $(AUTOMAKE
) --foreign Makefile
312 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
315 echo
' $(SHELL) ./config.status'; \
316 $(SHELL
) .
/config.status
;; \
318 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
319 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__maybe_remake_depfiles
);; \
322 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
323 $(SHELL
) .
/config.status
--recheck
325 $(top_srcdir
)/configure
: $(am__configure_deps
)
326 $(am__cd
) $(srcdir) && $(AUTOCONF
)
327 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
328 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
329 $(am__aclocal_m4_deps
):
332 @
test -f
$@ ||
rm -f stamp-h1
333 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
335 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
337 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
338 $(srcdir)/config.h.in
: $(am__configure_deps
)
339 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
344 -rm -f config.h stamp-h1
346 # This directory's subdirectories are mostly independent; you can cd
347 # into them and run 'make' without going through this Makefile.
348 # To change the values of 'make' variables: instead of editing Makefiles,
349 # (1) if the variable is set in 'config.status', edit 'config.status'
350 # (which will cause the Makefiles to be regenerated when you run 'make');
351 # (2) otherwise, pass the desired values on the 'make' command line.
352 $(am__recursive_targets
):
354 if
$(am__make_keepgoing
); then \
355 failcom
='fail=yes'; \
360 target
=`echo $@ | sed s/-recursive//`; \
362 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
363 *) list
='$(SUBDIRS)' ;; \
365 for subdir in
$$list; do \
366 echo
"Making $$target in $$subdir"; \
367 if
test "$$subdir" = "."; then \
369 local_target
="$$target-am"; \
371 local_target
="$$target"; \
373 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
376 if
test "$$dot_seen" = "no"; then \
377 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
380 ID
: $(am__tagged_files
)
381 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
385 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
388 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
389 include_option
=--etags-include
; \
392 include_option
=--include; \
395 list
='$(SUBDIRS)'; for subdir in
$$list; do \
396 if
test "$$subdir" = .
; then
:; else \
397 test ! -f
$$subdir/TAGS || \
398 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
401 $(am__define_uniq_tagged_files
); \
403 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
404 test -n
"$$unique" || unique
=$$empty_fix; \
405 if
test $$# -gt 0; then \
406 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
409 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
413 ctags
: ctags-recursive
416 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
417 $(am__define_uniq_tagged_files
); \
418 test -z
"$(CTAGS_ARGS)$$unique" \
419 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
423 here
=`$(am__cd) $(top_builddir) && pwd` \
424 && $(am__cd
) $(top_srcdir
) \
425 && gtags
-i
$(GTAGS_ARGS
) "$$here"
427 test ! -s cscope.files \
428 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
431 cscope.files
: clean-cscope cscopelist
432 cscopelist
: cscopelist-recursive
434 cscopelist-am
: $(am__tagged_files
)
435 list
='$(am__tagged_files)'; \
436 case
"$(srcdir)" in \
437 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
438 *) sdir
=$(subdir
)/$(srcdir) ;; \
440 for i in
$$list; do \
441 if
test -f
"$$i"; then \
442 echo
"$(subdir)/$$i"; \
446 done
>> $(top_builddir
)/cscope.files
449 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
450 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
451 distdir
: $(BUILT_SOURCES
)
452 $(MAKE
) $(AM_MAKEFLAGS
) distdir-am
454 distdir-am
: $(DISTFILES
)
455 $(am__remove_distdir
)
456 test -d
"$(distdir)" || mkdir
"$(distdir)"
457 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459 list
='$(DISTFILES)'; \
460 dist_files
=`for file in $$list; do echo $$file; done | \
461 sed -e "s|^$$srcdirstrip/||;t" \
462 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463 case
$$dist_files in \
464 */*) $(MKDIR_P
) `echo "$$dist_files" | \
465 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468 for file in
$$dist_files; do \
469 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
470 if
test -d
$$d/$$file; then \
471 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472 if
test -d
"$(distdir)/$$file"; then \
473 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
475 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
476 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
477 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
479 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
481 test -f
"$(distdir)/$$file" \
482 || cp
-p
$$d/$$file "$(distdir)/$$file" \
486 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
487 if
test "$$subdir" = .
; then
:; else \
489 ||
test -d
"$(distdir)/$$subdir" \
490 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
492 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
494 new_distdir
=$$reldir; \
495 dir1
=$$subdir; dir2
="$(top_distdir)"; \
497 new_top_distdir
=$$reldir; \
498 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
499 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
500 ($(am__cd
) $$subdir && \
501 $(MAKE
) $(AM_MAKEFLAGS
) \
502 top_distdir
="$$new_top_distdir" \
503 distdir
="$$new_distdir" \
504 am__remove_distdir
=: \
505 am__skip_length_check
=: \
506 am__skip_mode_fix
=: \
511 -test -n
"$(am__skip_mode_fix)" \
512 || find
"$(distdir)" -type d
! -perm
-755 \
513 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
514 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
515 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
516 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
517 || chmod
-R a
+r
"$(distdir)"
519 tardir
=$(distdir
) && $(am__tar
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
tar.gz
520 $(am__post_remove_distdir
)
523 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
524 $(am__post_remove_distdir
)
527 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
528 $(am__post_remove_distdir
)
531 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
532 $(am__post_remove_distdir
)
535 tardir
=$(distdir
) && $(am__tar
) | zstd
-c
$${ZSTD_CLEVEL-
$${ZSTD_OPT--19
}} >$(distdir
).
tar.zst
536 $(am__post_remove_distdir
)
539 @echo WARNING
: "Support for distribution archives compressed with" \
540 "legacy program 'compress' is deprecated." >&2
541 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
542 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
543 $(am__post_remove_distdir
)
546 @echo WARNING
: "Support for shar distribution archives is" \
548 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
549 shar $(distdir
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
shar.gz
550 $(am__post_remove_distdir
)
553 -rm -f
$(distdir
).zip
554 zip
-rq
$(distdir
).zip
$(distdir
)
555 $(am__post_remove_distdir
)
558 $(MAKE
) $(AM_MAKEFLAGS
) $(DIST_TARGETS
) am__post_remove_distdir
='@:'
559 $(am__post_remove_distdir
)
561 # This target untars the dist file and tries a VPATH configuration. Then
562 # it guarantees that the distribution is self-contained by making another
565 case
'$(DIST_ARCHIVES)' in \
567 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
569 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
571 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
573 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
575 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
577 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
shar.gz | unshar
;;\
579 unzip
$(distdir
).zip
;;\
581 zstd
-dc
$(distdir
).
tar.zst |
$(am__untar
) ;;\
583 chmod
-R a-w
$(distdir
)
585 mkdir
$(distdir
)/_build
$(distdir
)/_build
/sub
$(distdir
)/_inst
587 test -d
$(distdir
)/_build || exit
0; \
588 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
589 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
591 && $(am__cd
) $(distdir
)/_build
/sub \
593 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
594 $(DISTCHECK_CONFIGURE_FLAGS
) \
595 --srcdir=..
/..
--prefix="$$dc_install_base" \
596 && $(MAKE
) $(AM_MAKEFLAGS
) \
597 && $(MAKE
) $(AM_MAKEFLAGS
) $(AM_DISTCHECK_DVI_TARGET
) \
598 && $(MAKE
) $(AM_MAKEFLAGS
) check \
599 && $(MAKE
) $(AM_MAKEFLAGS
) install \
600 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
601 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
602 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
604 && chmod
-R a-w
"$$dc_install_base" \
606 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
607 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
608 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
609 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
610 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
611 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
612 && rm -rf
"$$dc_destdir" \
613 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
614 && rm -rf
$(DIST_ARCHIVES
) \
615 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
618 $(am__post_remove_distdir
)
619 @
(echo
"$(distdir) archives ready for distribution: "; \
620 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
621 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
623 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
624 echo
'ERROR: trying to run $@ with an empty' \
625 '$$(distuninstallcheck_dir)' >&2; \
628 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
629 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
632 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
633 ||
{ echo
"ERROR: files left after uninstall:" ; \
634 if
test -n
"$(DESTDIR)"; then \
635 echo
" (check DESTDIR support)"; \
637 $(distuninstallcheck_listfiles
) ; \
639 distcleancheck
: distclean
640 @if
test '$(srcdir)' = .
; then \
641 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
644 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
645 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
646 $(distcleancheck_listfiles
) ; \
649 check: check-recursive
650 all-am
: Makefile config.h
651 installdirs: installdirs-recursive
653 install: install-recursive
654 install-exec
: install-exec-recursive
655 install-data
: install-data-recursive
656 uninstall: uninstall-recursive
659 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
661 installcheck: installcheck-recursive
663 if
test -z
'$(STRIP)'; then \
664 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
665 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
668 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
669 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
670 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
677 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
678 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
680 maintainer-clean-generic
:
681 @echo
"This command is intended for maintainers to use"
682 @echo
"it deletes files that may require special tools to rebuild."
683 clean: clean-recursive
685 clean-am
: clean-generic mostlyclean-am
687 distclean: distclean-recursive
688 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
690 distclean-am
: clean-am distclean-generic distclean-hdr distclean-tags
706 $(MAKE
) $(AM_MAKEFLAGS
) install-data-hook
707 install-dvi
: install-dvi-recursive
713 install-html
: install-html-recursive
717 install-info
: install-info-recursive
723 install-pdf
: install-pdf-recursive
727 install-ps
: install-ps-recursive
733 maintainer-clean
: maintainer-clean-recursive
734 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
735 -rm -rf
$(top_srcdir
)/autom4te.cache
737 maintainer-clean-am
: distclean-am maintainer-clean-generic
739 mostlyclean: mostlyclean-recursive
741 mostlyclean-am
: mostlyclean-generic
753 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-hook
754 .MAKE
: $(am__recursive_targets
) all install-am install-data-am \
755 install-strip uninstall-am
757 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am \
758 am--refresh
check check-am
clean clean-cscope clean-generic \
759 cscope cscopelist-am ctags ctags-am
dist dist-all dist-bzip2 \
760 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
761 dist-zstd distcheck
distclean distclean-generic distclean-hdr \
762 distclean-tags distcleancheck distdir distuninstallcheck
dvi \
763 dvi-am html html-am
info info-am
install install-am \
764 install-data install-data-am install-data-hook install-dvi \
765 install-dvi-am install-exec install-exec-am install-html \
766 install-html-am install-info install-info-am install-man \
767 install-pdf install-pdf-am install-ps install-ps-am \
768 install-strip
installcheck installcheck-am
installdirs \
769 installdirs-am maintainer-clean maintainer-clean-generic \
770 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am
tags \
771 tags-am
uninstall uninstall-am uninstall-hook
783 eval
`gpg-agent --daemon`
784 # make sure $YYYYMMDD is set
785 echo
$(YYYYMMDD
) | grep
20
786 cp parallel-
$(YYYYMMDD
).
tar.bz2 parallel-latest.
tar.bz2
787 cp doc
/parallel.directive parallel-
$(YYYYMMDD
).
tar.bz2.directive
788 perl
-i
-pe
"s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-
*.
tar.
*directive
789 gpg
--clearsign
--yes parallel-
$(YYYYMMDD
).
tar.bz2.directive
791 cp doc
/parallel.latest.directive parallel-latest.
tar.bz2.directive
792 perl
-i
-pe
"s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-latest.
tar.
*directive
793 gpg
--clearsign
--yes parallel-latest.
tar.bz2.directive
795 (echo
'#!/bin/bash'; \
797 echo
"# To check the signature run:"; \
798 echo
"# echo | gpg"; \
799 echo
"# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig"; \
801 echo
"echo | gpg 2>/dev/null"; \
802 echo
'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
805 gpg
-ab
-o
- parallel-
$(YYYYMMDD
).
tar.bz2
; \
806 ) > parallel-
$(YYYYMMDD
).
tar.bz2.sig
808 (echo
'#!/bin/bash'; \
810 echo
"# To check the signature run:"; \
811 echo
"# echo | gpg"; \
812 echo
"# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig"; \
814 echo
"echo | gpg 2>/dev/null"; \
815 echo
'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
818 gpg
-ab
-o
- parallel-
$(YYYYMMDD
).
tar.bz2
; \
819 ) > parallel-latest.
tar.bz2.sig
821 gpg
--auto-key-locate keyserver
--keyserver-options auto-key-retrieve parallel-latest.
tar.bz2.sig
822 gpg
--auto-key-locate keyserver
--keyserver-options auto-key-retrieve parallel-
$(YYYYMMDD
).
tar.bz2.sig
824 ..
/ftpsync
/src
/ftpsync parallel-
$(YYYYMMDD
).
tar.bz2
{,.sig
,*asc
} ftp
://ftp-upload.gnu.org
/incoming
/ftp
/
825 ..
/ftpsync
/src
/ftpsync parallel-latest.
tar.bz2
{,.sig
,*asc
} ftp
://ftp-upload.gnu.org
/incoming
/ftp
/
827 # This can take 7 minutes
829 rm -rf
/tmp
/parallel-
$(YYYYMMDD
)*; \
830 while
! wget https
://ftp.gnu.org
/gnu
/parallel
/parallel-
$(YYYYMMDD
).
tar.bz2
; do sleep
2; done
; \
831 tar xjvf parallel-
$(YYYYMMDD
).
tar.bz2
; \
832 cd parallel-
$(YYYYMMDD
); \
834 make
-j
&& sudo make
-j
install; \
836 sudo cp
/usr
/local
/bin
/parallel
/usr
/local
/bin
/parallel-
$(YYYYMMDD
)
840 eval
`gpg-agent --daemon`
841 # make sure $YYYYMMDD is set
842 echo
$(YYYYMMDD
) | grep
20
843 cp parallel-
$(YYYYMMDD
).
tar.bz2 parallel-latest.
tar.bz2
844 cp doc
/parallel.directive parallel-
$(YYYYMMDD
).
tar.bz2.directive
845 perl
-i
-pe
"s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-
*.
tar.
*directive
846 gpg
--clearsign
--yes parallel-
$(YYYYMMDD
).
tar.bz2.directive
848 cp doc
/parallel.latest.directive parallel-latest.
tar.bz2.directive
849 perl
-i
-pe
"s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-latest.
tar.
*directive
850 gpg
--clearsign
--yes parallel-latest.
tar.bz2.directive
852 (echo
'#!/bin/bash'; \
854 echo
"# To check the signature run:"; \
855 echo
"# echo | gpg"; \
856 echo
"# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig"; \
858 echo
"echo | gpg 2>/dev/null"; \
859 echo
'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
862 gpg
-ab
-o
- parallel-
$(YYYYMMDD
).
tar.bz2
; \
863 ) > parallel-
$(YYYYMMDD
).
tar.bz2.sig
865 (echo
'#!/bin/bash'; \
867 echo
"# To check the signature run:"; \
868 echo
"# echo | gpg"; \
869 echo
"# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig"; \
871 echo
"echo | gpg 2>/dev/null"; \
872 echo
'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
875 gpg
-ab
-o
- parallel-
$(YYYYMMDD
).
tar.bz2
; \
876 ) > parallel-latest.
tar.bz2.sig
878 gpg
--auto-key-locate keyserver
--keyserver-options auto-key-retrieve parallel-latest.
tar.bz2.sig
879 gpg
--auto-key-locate keyserver
--keyserver-options auto-key-retrieve parallel-
$(YYYYMMDD
).
tar.bz2.sig
881 ..
/ftpsync
/src
/ftpsync parallel-
$(YYYYMMDD
).
tar.bz2
{,.sig
,*asc
} ftp
://ftp-upload.gnu.org
/incoming
/alpha
/
883 # This can take 7 minutes
885 rm -rf
/tmp
/parallel-
$(YYYYMMDD
)*; \
886 while
! wget http
://alpha.gnu.org
/gnu
/parallel
/parallel-
$(YYYYMMDD
).
tar.bz2
; do sleep
2; done
; \
887 tar xjvf parallel-
$(YYYYMMDD
).
tar.bz2
; \
888 cd parallel-
$(YYYYMMDD
); \
890 make
-j
&& sudo make
-j
install; \
892 sudo cp
/usr
/local
/bin
/parallel
/usr
/local
/bin
/parallel-
$(YYYYMMDD
)
895 # If man page changed: open new pdfman
896 inotifywait
-qmre MOVED_TO
-e CLOSE_WRITE
--format
%w
%f . | parallel
-uj1
'echo {=/\.pod$$/ or skip()=};make -j && sudo make install; pdfman {/.} &'
901 git commit
-a
-m dummy
908 echo
' reuse addheader --copyright="Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc." --license="GPL-3.0-or-later" source-files'; \
910 echo
' reuse addheader --copyright="Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc." --license="GPL-3.0-or-later" --explicit-license bin-files' \
912 git reset HEAD~
>/dev
/null
913 git commit
-c ORIG_HEAD
>/dev
/null
917 cd urls
&& ..
/src
/testurls
920 rm -fr autom4te.cache aclocal.m4 config.h config.h.in config.log Makefile.in missing install-sh
921 rm -rf src
/Makefile.in
922 autoreconf
--install -W gnu
927 pack_unpack_and_test_build
:
928 echo
'### Building tar.bz2'
932 echo
"### Unpack parallel-$(YYYYMMDD).tar.bz2"
933 cp parallel-
$(YYYYMMDD
).
tar.bz2
/tmp
935 tar xjf parallel-
$(YYYYMMDD
).
tar.bz2
&& \
936 cd parallel-
$(YYYYMMDD
) && \
937 .
/configure
&& make
-j
&& sudo make
-j
install
939 mkdir
-p
${zshcompletiondir} ${bashcompletiondir}
940 $(DESTDIR
)$(bindir)/parallel
--shell-completion bash
> ${bashcompletion}
941 # Make zsh eval the --shell-completion code dynamically so if
942 # a newer version of GNU Parallel is installed by a normal
943 # user, this newer version will generate the
944 # --shell-completion code.
945 echo
'#compdef parallel' > ${zshcompletion}
946 echo
'(( $$+functions[_comp_parallel] )) ||' >> ${zshcompletion}
947 echo
' eval "$$(parallel --shell-completion auto)" &&' >> ${zshcompletion}
948 echo
' _comp_parallel' >> ${zshcompletion}
951 rm -rf
${zshcompletiondir} ${bashcompletiondir}
953 # Tell versions [3.59,3.63) of GNU make to not export all variables.
954 # Otherwise a system limit (for SysV at least) may be exceeded.