Released as 20240322 ('Sweden')
[parallel.git] / Makefile.in
blob1eed4de6331497acc7a579d7fc8b896ba8f73c27
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
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
20 VPATH = @srcdir@
21 am__is_gnu_make = { \
22 if test -z '$(MAKELEVEL)'; then \
23 false; \
24 elif test -n '$(MAKE_HOST)'; then \
25 true; \
26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27 true; \
28 else \
29 false; \
30 fi; \
32 am__make_running_with_option = \
33 case $${target_option-} in \
34 ?) ;; \
35 *) echo "am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \
37 exit 1;; \
38 esac; \
39 has_opt=no; \
40 sane_makeflags=$$MAKEFLAGS; \
41 if $(am__is_gnu_make); then \
42 sane_makeflags=$$MFLAGS; \
43 else \
44 case $$MAKEFLAGS in \
45 *\\[\ \ ]*) \
46 bs=\\; \
47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49 esac; \
50 fi; \
51 skip_next=no; \
52 strip_trailopt () \
53 { \
54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55 }; \
56 for flg in $$sane_makeflags; do \
57 test $$skip_next = yes && { skip_next=no; continue; }; \
58 case $$flg in \
59 *=*|--*) 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;; \
68 esac; \
69 case $$flg in \
70 *$$target_option*) has_opt=yes; break;; \
71 esac; \
72 done; \
73 test $$has_opt = yes
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)
86 NORMAL_INSTALL = :
87 PRE_INSTALL = :
88 POST_INSTALL = :
89 NORMAL_UNINSTALL = :
90 PRE_UNINSTALL = :
91 POST_UNINSTALL = :
92 subdir = .
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) \
96 $(ACLOCAL_M4)
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
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
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 " $@;
112 am__v_GEN_1 =
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 =
117 SOURCES =
118 DIST_SOURCES =
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 \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
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) \
141 config.h.in
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates. Input order is
144 # *not* preserved.
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 TODO 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)"; }; \
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 CSCOPE = @CSCOPE@
213 CTAGS = @CTAGS@
214 CYGPATH_W = @CYGPATH_W@
215 DEFS = @DEFS@
216 ECHO_C = @ECHO_C@
217 ECHO_N = @ECHO_N@
218 ECHO_T = @ECHO_T@
219 ETAGS = @ETAGS@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 LIBOBJS = @LIBOBJS@
226 LIBS = @LIBS@
227 LN_S = @LN_S@
228 LTLIBOBJS = @LTLIBOBJS@
229 MAKEINFO = @MAKEINFO@
230 MKDIR_P = @MKDIR_P@
231 PACKAGE = @PACKAGE@
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@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 VERSION = @VERSION@
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@
248 am__tar = @am__tar@
249 am__untar = @am__untar@
250 bindir = @bindir@
251 build_alias = @build_alias@
252 builddir = @builddir@
253 datadir = @datadir@
254 datarootdir = @datarootdir@
255 docdir = @docdir@
256 dvidir = @dvidir@
257 exec_prefix = @exec_prefix@
258 host_alias = @host_alias@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 runstatedir = @runstatedir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
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@
283 SUBDIRS = src
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
293 all: config.h
294 $(MAKE) $(AM_MAKEFLAGS) all-recursive
296 .SUFFIXES:
297 am--refresh: Makefile
299 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
300 @for dep in $?; do \
301 case '$(am__configure_deps)' in \
302 *$$dep*) \
303 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
304 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
305 && exit 0; \
306 exit 1;; \
307 esac; \
308 done; \
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
313 @case '$?' in \
314 *config.status*) \
315 echo ' $(SHELL) ./config.status'; \
316 $(SHELL) ./config.status;; \
317 *) \
318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
319 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
320 esac;
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):
331 config.h: stamp-h1
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
336 @rm -f stamp-h1
337 cd $(top_builddir) && $(SHELL) ./config.status config.h
338 $(srcdir)/config.h.in: $(am__configure_deps)
339 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
340 rm -f stamp-h1
341 touch $@
343 distclean-hdr:
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):
353 @fail=; \
354 if $(am__make_keepgoing); then \
355 failcom='fail=yes'; \
356 else \
357 failcom='exit 1'; \
358 fi; \
359 dot_seen=no; \
360 target=`echo $@ | sed s/-recursive//`; \
361 case "$@" in \
362 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
363 *) list='$(SUBDIRS)' ;; \
364 esac; \
365 for subdir in $$list; do \
366 echo "Making $$target in $$subdir"; \
367 if test "$$subdir" = "."; then \
368 dot_seen=yes; \
369 local_target="$$target-am"; \
370 else \
371 local_target="$$target"; \
372 fi; \
373 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374 || eval $$failcom; \
375 done; \
376 if test "$$dot_seen" = "no"; then \
377 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378 fi; test -z "$$fail"
380 ID: $(am__tagged_files)
381 $(am__define_uniq_tagged_files); mkid -fID $$unique
382 tags: tags-recursive
383 TAGS: tags
385 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
386 set x; \
387 here=`pwd`; \
388 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
389 include_option=--etags-include; \
390 empty_fix=.; \
391 else \
392 include_option=--include; \
393 empty_fix=; \
394 fi; \
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"; \
399 fi; \
400 done; \
401 $(am__define_uniq_tagged_files); \
402 shift; \
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) \
407 "$$@" $$unique; \
408 else \
409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410 $$unique; \
411 fi; \
413 ctags: ctags-recursive
415 CTAGS: ctags
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) \
420 $$unique
422 GTAGS:
423 here=`$(am__cd) $(top_builddir) && pwd` \
424 && $(am__cd) $(top_srcdir) \
425 && gtags -i $(GTAGS_ARGS) "$$here"
426 cscope: cscope.files
427 test ! -s cscope.files \
428 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
429 clean-cscope:
430 -rm -f cscope.files
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) ;; \
439 esac; \
440 for i in $$list; do \
441 if test -f "$$i"; then \
442 echo "$(subdir)/$$i"; \
443 else \
444 echo "$$sdir/$$i"; \
445 fi; \
446 done >> $(top_builddir)/cscope.files
448 distclean-tags:
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,/[^/]*$$,,' | \
466 sort -u` ;; \
467 esac; \
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 {} \;; \
474 fi; \
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 {} \;; \
478 fi; \
479 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480 else \
481 test -f "$(distdir)/$$file" \
482 || cp -p $$d/$$file "$(distdir)/$$file" \
483 || exit 1; \
484 fi; \
485 done
486 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487 if test "$$subdir" = .; then :; else \
488 $(am__make_dryrun) \
489 || test -d "$(distdir)/$$subdir" \
490 || $(MKDIR_P) "$(distdir)/$$subdir" \
491 || exit 1; \
492 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
493 $(am__relativize); \
494 new_distdir=$$reldir; \
495 dir1=$$subdir; dir2="$(top_distdir)"; \
496 $(am__relativize); \
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=: \
507 distdir) \
508 || exit 1; \
509 fi; \
510 done
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)"
518 dist-gzip: distdir
519 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
520 $(am__post_remove_distdir)
522 dist-bzip2: distdir
523 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
524 $(am__post_remove_distdir)
526 dist-lzip: distdir
527 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
528 $(am__post_remove_distdir)
530 dist-xz: distdir
531 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
532 $(am__post_remove_distdir)
534 dist-zstd: distdir
535 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
536 $(am__post_remove_distdir)
538 dist-tarZ: 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)
545 dist-shar: distdir
546 @echo WARNING: "Support for shar distribution archives is" \
547 "deprecated." >&2
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)
552 dist-zip: distdir
553 -rm -f $(distdir).zip
554 zip -rq $(distdir).zip $(distdir)
555 $(am__post_remove_distdir)
557 dist dist-all:
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
563 # tarfile.
564 distcheck: dist
565 case '$(DIST_ARCHIVES)' in \
566 *.tar.gz*) \
567 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
568 *.tar.bz2*) \
569 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
570 *.tar.lz*) \
571 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
572 *.tar.xz*) \
573 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
574 *.tar.Z*) \
575 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
576 *.shar.gz*) \
577 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
578 *.zip*) \
579 unzip $(distdir).zip ;;\
580 *.tar.zst*) \
581 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
582 esac
583 chmod -R a-w $(distdir)
584 chmod u+w $(distdir)
585 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
586 chmod a-w $(distdir)
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-$$$$/" \
590 && am__cwd=`pwd` \
591 && $(am__cd) $(distdir)/_build/sub \
592 && ../../configure \
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" \
603 distuninstallcheck \
604 && chmod -R a-w "$$dc_install_base" \
605 && ({ \
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 \
616 && cd "$$am__cwd" \
617 || exit 1
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'
622 distuninstallcheck:
623 @test -n '$(distuninstallcheck_dir)' || { \
624 echo 'ERROR: trying to run $@ with an empty' \
625 '$$(distuninstallcheck_dir)' >&2; \
626 exit 1; \
627 }; \
628 $(am__cd) '$(distuninstallcheck_dir)' || { \
629 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
630 exit 1; \
631 }; \
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)"; \
636 fi ; \
637 $(distuninstallcheck_listfiles) ; \
638 exit 1; } >&2
639 distcleancheck: distclean
640 @if test '$(srcdir)' = . ; then \
641 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
642 exit 1 ; \
644 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
645 || { echo "ERROR: files left in build directory after distclean:" ; \
646 $(distcleancheck_listfiles) ; \
647 exit 1; } >&2
648 check-am: all-am
649 check: check-recursive
650 all-am: Makefile config.h
651 installdirs: installdirs-recursive
652 installdirs-am:
653 install: install-recursive
654 install-exec: install-exec-recursive
655 install-data: install-data-recursive
656 uninstall: uninstall-recursive
658 install-am: all-am
659 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661 installcheck: installcheck-recursive
662 install-strip:
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 \
666 install; \
667 else \
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; \
672 mostlyclean-generic:
674 clean-generic:
676 distclean-generic:
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)
689 -rm -f Makefile
690 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
692 dvi: dvi-recursive
694 dvi-am:
696 html: html-recursive
698 html-am:
700 info: info-recursive
702 info-am:
704 install-data-am:
705 @$(NORMAL_INSTALL)
706 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
707 install-dvi: install-dvi-recursive
709 install-dvi-am:
711 install-exec-am:
713 install-html: install-html-recursive
715 install-html-am:
717 install-info: install-info-recursive
719 install-info-am:
721 install-man:
723 install-pdf: install-pdf-recursive
725 install-pdf-am:
727 install-ps: install-ps-recursive
729 install-ps-am:
731 installcheck-am:
733 maintainer-clean: maintainer-clean-recursive
734 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
735 -rm -rf $(top_srcdir)/autom4te.cache
736 -rm -f Makefile
737 maintainer-clean-am: distclean-am maintainer-clean-generic
739 mostlyclean: mostlyclean-recursive
741 mostlyclean-am: mostlyclean-generic
743 pdf: pdf-recursive
745 pdf-am:
747 ps: ps-recursive
749 ps-am:
751 uninstall-am:
752 @$(NORMAL_INSTALL)
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
773 .PRECIOUS: Makefile
776 test:
777 cd testsuite; make 1
779 web:
780 cd src; make web
781 cp -r src/*.pdf src/sphinx/build/html/* ../parallel-web/parallel
782 cp ../parallel-web/parallel/parallel.html ../parallel-web/parallel/man.html
784 upload:
785 eval `gpg-agent --daemon`
786 # make sure $YYYYMMDD is set
787 echo $(YYYYMMDD) | grep 20
788 cp parallel-$(YYYYMMDD).tar.bz2 parallel-latest.tar.bz2
789 cp doc/parallel.directive parallel-$(YYYYMMDD).tar.bz2.directive
790 perl -i -pe "s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-*.tar.*directive
791 gpg --clearsign --yes parallel-$(YYYYMMDD).tar.bz2.directive
793 cp doc/parallel.latest.directive parallel-latest.tar.bz2.directive
794 perl -i -pe "s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-latest.tar.*directive
795 gpg --clearsign --yes parallel-latest.tar.bz2.directive
797 (echo '#!/bin/bash'; \
798 echo; \
799 echo "# To check the signature run:"; \
800 echo "# echo | gpg"; \
801 echo "# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig"; \
802 echo; \
803 echo "echo | gpg 2>/dev/null"; \
804 echo 'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
805 echo 'exit $$?' ; \
806 echo; \
807 gpg -ab -o - parallel-$(YYYYMMDD).tar.bz2; \
808 ) > parallel-$(YYYYMMDD).tar.bz2.sig
810 (echo '#!/bin/bash'; \
811 echo; \
812 echo "# To check the signature run:"; \
813 echo "# echo | gpg"; \
814 echo "# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig"; \
815 echo; \
816 echo "echo | gpg 2>/dev/null"; \
817 echo 'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
818 echo 'exit $$?' ; \
819 echo; \
820 gpg -ab -o - parallel-$(YYYYMMDD).tar.bz2; \
821 ) > parallel-latest.tar.bz2.sig
823 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig
824 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig
826 # "|| true" needed if already uploaded
827 p=`echo parallel-latest.tar.bz2*{,.sig,.asc}`; lftp -e "put $$p; bye" ftp://anonymous@ftp-upload.gnu.org/incoming/ftp/ || true
828 p=`echo parallel-$(YYYYMMDD).tar.bz2*{,.sig,.asc}`; lftp -e "put $$p; bye" ftp://anonymous@ftp-upload.gnu.org/incoming/ftp/ || true
830 # This can take 7 minutes
831 pushd /tmp; \
832 rm -rf /tmp/parallel-$(YYYYMMDD)*; \
833 while ! wget https://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 10; done; \
834 tar xjvf parallel-$(YYYYMMDD).tar.bz2; \
835 cd parallel-$(YYYYMMDD); \
836 ./configure; \
837 make -j && sudo make -j install; \
838 pushd; \
839 sudo cp /usr/local/bin/parallel /usr/local/bin/parallel-$(YYYYMMDD)
841 alphaupload:
842 # Copy of upload
843 eval `gpg-agent --daemon`
844 # make sure $YYYYMMDD is set
845 echo $(YYYYMMDD) | grep 20
846 cp parallel-$(YYYYMMDD).tar.bz2 parallel-latest.tar.bz2
847 cp doc/parallel.directive parallel-$(YYYYMMDD).tar.bz2.directive
848 perl -i -pe "s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-*.tar.*directive
849 gpg --clearsign --yes parallel-$(YYYYMMDD).tar.bz2.directive
851 cp doc/parallel.latest.directive parallel-latest.tar.bz2.directive
852 perl -i -pe "s/20\d\d\d\d\d\d/$(YYYYMMDD)/" parallel-latest.tar.*directive
853 gpg --clearsign --yes parallel-latest.tar.bz2.directive
855 (echo '#!/bin/bash'; \
856 echo; \
857 echo "# To check the signature run:"; \
858 echo "# echo | gpg"; \
859 echo "# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig"; \
860 echo; \
861 echo "echo | gpg 2>/dev/null"; \
862 echo 'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
863 echo 'exit $$?' ; \
864 echo; \
865 gpg -ab -o - parallel-$(YYYYMMDD).tar.bz2; \
866 ) > parallel-$(YYYYMMDD).tar.bz2.sig
868 (echo '#!/bin/bash'; \
869 echo; \
870 echo "# To check the signature run:"; \
871 echo "# echo | gpg"; \
872 echo "# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig"; \
873 echo; \
874 echo "echo | gpg 2>/dev/null"; \
875 echo 'gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $$0'; \
876 echo 'exit $$?' ; \
877 echo; \
878 gpg -ab -o - parallel-$(YYYYMMDD).tar.bz2; \
879 ) > parallel-latest.tar.bz2.sig
881 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-latest.tar.bz2.sig
882 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-$(YYYYMMDD).tar.bz2.sig
884 ../ftpsync/src/ftpsync parallel-$(YYYYMMDD).tar.bz2{,.sig,*asc} ftp://ftp-upload.gnu.org/incoming/alpha/
886 # This can take 7 minutes
887 pushd /tmp; \
888 rm -rf /tmp/parallel-$(YYYYMMDD)*; \
889 while ! wget http://alpha.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \
890 tar xjvf parallel-$(YYYYMMDD).tar.bz2; \
891 cd parallel-$(YYYYMMDD); \
892 ./configure; \
893 make -j && sudo make -j install; \
894 pushd; \
895 sudo cp /usr/local/bin/parallel /usr/local/bin/parallel-$(YYYYMMDD)
897 monitorman:
898 # If man page changed: open new pdfman
899 inotifywait -qmre MOVED_TO -e CLOSE_WRITE --format %w%f . | parallel -uj1 'echo {=/\.pod$$/ or skip()=};make -j && sudo make install; pdfman {/.} &'
901 reuse:
902 rm -rf /tmp/reuse
903 mkdir /tmp/reuse
904 git commit -a -m dummy
905 (wd=`pwd`; \
906 cd /tmp/reuse; \
907 git clone "$$wd"; \
908 cd parallel; \
909 reuse lint || \
910 (echo Use; \
911 echo ' reuse addheader --copyright="Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc." --license="GPL-3.0-or-later" source-files'; \
912 echo or; \
913 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' \
915 git reset HEAD~ >/dev/null
916 git commit -c ORIG_HEAD >/dev/null
918 testurls:
919 mkdir -p urls
920 cd urls && ../src/testurls
922 reconf:
923 rm -fr autom4te.cache aclocal.m4 config.h config.h.in config.log Makefile.in missing install-sh
924 rm -rf src/Makefile.in
925 autoreconf --install -W gnu
926 ./configure
927 make -j
928 sudo make install
930 pack_unpack_and_test_build:
931 echo '### Building tar.bz2'
932 ./configure
933 make dist
934 make dist-bzip2
935 echo "### Unpack parallel-$(YYYYMMDD).tar.bz2"
936 cp parallel-$(YYYYMMDD).tar.bz2 /tmp
937 cd /tmp && \
938 tar xjf parallel-$(YYYYMMDD).tar.bz2 && \
939 cd parallel-$(YYYYMMDD) && \
940 ./configure && make -j && sudo make -j install
941 install-data-hook:
942 mkdir -p ${zshcompletiondir} ${bashcompletiondir}
943 $(DESTDIR)$(bindir)/parallel --shell-completion bash > ${bashcompletion}
944 # Make zsh eval the --shell-completion code dynamically so if
945 # a newer version of GNU Parallel is installed by a normal
946 # user, this newer version will generate the
947 # --shell-completion code.
948 echo '#compdef parallel' > ${zshcompletion}
949 echo '(( $$+functions[_comp_parallel] )) ||' >> ${zshcompletion}
950 echo ' eval "$$(parallel --shell-completion auto)" &&' >> ${zshcompletion}
951 echo ' _comp_parallel' >> ${zshcompletion}
953 uninstall-hook:
954 rm -rf ${zshcompletiondir} ${bashcompletiondir}
956 # Tell versions [3.59,3.63) of GNU make to not export all variables.
957 # Otherwise a system limit (for SysV at least) may be exceeded.
958 .NOEXPORT: