testsuite: Make some tests more stable.
[parallel.git] / src / Makefile.in
blob94f7dff08d14b7b7cca582209f6fc01302731129
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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@
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 subdir = src
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106 am__install_max = 40
107 am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109 am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111 am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118 am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121 am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
127 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
128 "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"
129 SCRIPTS = $(bin_SCRIPTS)
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo " GEN " $@;
137 am__v_GEN_1 =
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 =
142 SOURCES =
143 DIST_SOURCES =
144 am__can_run_installinfo = \
145 case $$AM_UPDATE_INFO_DIR in \
146 n|no|NO) false;; \
147 *) (install-info --version) >/dev/null 2>&1;; \
148 esac
149 man1dir = $(mandir)/man1
150 man7dir = $(mandir)/man7
151 NROFF = nroff
152 MANS = $(man_MANS)
153 DATA = $(doc_DATA)
154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155 am__DIST_COMMON = $(srcdir)/Makefile.in
156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157 ACLOCAL = @ACLOCAL@
158 AMTAR = @AMTAR@
159 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 CYGPATH_W = @CYGPATH_W@
165 DEFS = @DEFS@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 INSTALL = @INSTALL@
170 INSTALL_DATA = @INSTALL_DATA@
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174 LIBOBJS = @LIBOBJS@
175 LIBS = @LIBS@
176 LN_S = @LN_S@
177 LTLIBOBJS = @LTLIBOBJS@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 PACKAGE = @PACKAGE@
181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182 PACKAGE_NAME = @PACKAGE_NAME@
183 PACKAGE_STRING = @PACKAGE_STRING@
184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
185 PACKAGE_URL = @PACKAGE_URL@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 SET_MAKE = @SET_MAKE@
189 SHELL = @SHELL@
190 STRIP = @STRIP@
191 VERSION = @VERSION@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 am__leading_dot = @am__leading_dot@
197 am__tar = @am__tar@
198 am__untar = @am__untar@
199 bindir = @bindir@
200 build_alias = @build_alias@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 exec_prefix = @exec_prefix@
207 host_alias = @host_alias@
208 htmldir = @htmldir@
209 includedir = @includedir@
210 infodir = @infodir@
211 install_sh = @install_sh@
212 libdir = @libdir@
213 libexecdir = @libexecdir@
214 localedir = @localedir@
215 localstatedir = @localstatedir@
216 mandir = @mandir@
217 mkdir_p = @mkdir_p@
218 oldincludedir = @oldincludedir@
219 pdfdir = @pdfdir@
220 prefix = @prefix@
221 program_transform_name = @program_transform_name@
222 psdir = @psdir@
223 runstatedir = @runstatedir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 srcdir = @srcdir@
227 sysconfdir = @sysconfdir@
228 target_alias = @target_alias@
229 top_build_prefix = @top_build_prefix@
230 top_builddir = @top_builddir@
231 top_srcdir = @top_srcdir@
232 bin_SCRIPTS = parallel sql niceload parcat parset env_parallel \
233 env_parallel.ash env_parallel.bash env_parallel.csh \
234 env_parallel.dash env_parallel.fish env_parallel.ksh \
235 env_parallel.mksh env_parallel.pdksh env_parallel.sh \
236 env_parallel.tcsh env_parallel.zsh
238 @DOCUMENTATION_TRUE@man_MANS = parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 \
239 @DOCUMENTATION_TRUE@ parallel_tutorial.7 parallel_book.7 parallel_design.7 \
240 @DOCUMENTATION_TRUE@ parallel_alternatives.7 parcat.1 parset.1
242 @DOCUMENTATION_TRUE@doc_DATA = parallel.html env_parallel.html sem.html sql.html \
243 @DOCUMENTATION_TRUE@ niceload.html parallel_tutorial.html parallel_book.html \
244 @DOCUMENTATION_TRUE@ parallel_design.html parallel_alternatives.html parcat.html \
245 @DOCUMENTATION_TRUE@ parset.html \
246 @DOCUMENTATION_TRUE@ parallel.texi env_parallel.texi sem.texi sql.texi \
247 @DOCUMENTATION_TRUE@ niceload.texi parallel_tutorial.texi parallel_book.texi \
248 @DOCUMENTATION_TRUE@ parallel_design.texi parallel_alternatives.texi parcat.texi \
249 @DOCUMENTATION_TRUE@ parset.texi \
250 @DOCUMENTATION_TRUE@ parallel.pdf env_parallel.pdf sem.pdf sql.pdf niceload.pdf \
251 @DOCUMENTATION_TRUE@ parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf \
252 @DOCUMENTATION_TRUE@ parallel_alternatives.pdf parcat.pdf parset.pdf
254 DISTCLEANFILES = parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 \
255 parallel_tutorial.7 parallel_book.7 parallel_design.7 \
256 parallel_alternatives.7 parcat.1 parset.1 \
257 parallel.html env_parallel.html sem.html sql.html \
258 niceload.html parallel_tutorial.html parallel_book.html \
259 parallel_design.html parallel_alternatives.html parcat.html \
260 parset.html \
261 parallel.texi env_parallel.texi sem.texi sql.texi \
262 niceload.texi parallel_tutorial.texi parallel_book.texi \
263 parallel_design.texi parallel_alternatives.texi parcat.texi \
264 parset.texi \
265 parallel.pdf env_parallel.pdf sem.pdf sql.pdf niceload.pdf \
266 parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf \
267 parallel_alternatives.pdf parcat.pdf parset.pdf
269 EXTRA_DIST = parallel sem sql niceload parcat parset env_parallel \
270 env_parallel.ash env_parallel.bash env_parallel.csh \
271 env_parallel.dash env_parallel.fish env_parallel.ksh \
272 env_parallel.mksh env_parallel.pdksh env_parallel.sh \
273 env_parallel.tcsh env_parallel.zsh parcat.pod parset.pod \
274 sem.pod parallel.pod env_parallel.pod niceload.pod \
275 parallel_tutorial.pod parallel_book.pod parallel_design.pod \
276 parallel_alternatives.pod $(DISTCLEANFILES)
278 all: all-am
280 .SUFFIXES:
281 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
282 @for dep in $?; do \
283 case '$(am__configure_deps)' in \
284 *$$dep*) \
285 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
286 && { if test -f $@; then exit 0; else break; fi; }; \
287 exit 1;; \
288 esac; \
289 done; \
290 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
291 $(am__cd) $(top_srcdir) && \
292 $(AUTOMAKE) --foreign src/Makefile
293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294 @case '$?' in \
295 *config.status*) \
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
297 *) \
298 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
299 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
300 esac;
302 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(top_srcdir)/configure: $(am__configure_deps)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(am__aclocal_m4_deps):
310 install-binSCRIPTS: $(bin_SCRIPTS)
311 @$(NORMAL_INSTALL)
312 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
313 if test -n "$$list"; then \
314 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
315 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
316 fi; \
317 for p in $$list; do \
318 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
319 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
320 done | \
321 sed -e 'p;s,.*/,,;n' \
322 -e 'h;s|.*|.|' \
323 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
324 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
325 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
326 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
327 if (++n[d] == $(am__install_max)) { \
328 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
329 else { print "f", d "/" $$4, $$1 } } \
330 END { for (d in files) print "f", d, files[d] }' | \
331 while read type dir files; do \
332 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
333 test -z "$$files" || { \
334 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
335 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
337 ; done
339 uninstall-binSCRIPTS:
340 @$(NORMAL_UNINSTALL)
341 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
342 files=`for p in $$list; do echo "$$p"; done | \
343 sed -e 's,.*/,,;$(transform)'`; \
344 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
345 install-man1: $(man_MANS)
346 @$(NORMAL_INSTALL)
347 @list1=''; \
348 list2='$(man_MANS)'; \
349 test -n "$(man1dir)" \
350 && test -n "`echo $$list1$$list2`" \
351 || exit 0; \
352 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
353 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
354 { for i in $$list1; do echo "$$i"; done; \
355 if test -n "$$list2"; then \
356 for i in $$list2; do echo "$$i"; done \
357 | sed -n '/\.1[a-z]*$$/p'; \
358 fi; \
359 } | while read p; do \
360 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
361 echo "$$d$$p"; echo "$$p"; \
362 done | \
363 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
364 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
365 sed 'N;N;s,\n, ,g' | { \
366 list=; while read file base inst; do \
367 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
368 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
369 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
370 fi; \
371 done; \
372 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
373 while read files; do \
374 test -z "$$files" || { \
375 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
376 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
377 done; }
379 uninstall-man1:
380 @$(NORMAL_UNINSTALL)
381 @list=''; test -n "$(man1dir)" || exit 0; \
382 files=`{ for i in $$list; do echo "$$i"; done; \
383 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
384 sed -n '/\.1[a-z]*$$/p'; \
385 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
386 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
387 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
388 install-man7: $(man_MANS)
389 @$(NORMAL_INSTALL)
390 @list1=''; \
391 list2='$(man_MANS)'; \
392 test -n "$(man7dir)" \
393 && test -n "`echo $$list1$$list2`" \
394 || exit 0; \
395 echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
396 $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
397 { for i in $$list1; do echo "$$i"; done; \
398 if test -n "$$list2"; then \
399 for i in $$list2; do echo "$$i"; done \
400 | sed -n '/\.7[a-z]*$$/p'; \
401 fi; \
402 } | while read p; do \
403 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
404 echo "$$d$$p"; echo "$$p"; \
405 done | \
406 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
407 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
408 sed 'N;N;s,\n, ,g' | { \
409 list=; while read file base inst; do \
410 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
411 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
412 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
413 fi; \
414 done; \
415 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
416 while read files; do \
417 test -z "$$files" || { \
418 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
419 $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
420 done; }
422 uninstall-man7:
423 @$(NORMAL_UNINSTALL)
424 @list=''; test -n "$(man7dir)" || exit 0; \
425 files=`{ for i in $$list; do echo "$$i"; done; \
426 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
427 sed -n '/\.7[a-z]*$$/p'; \
428 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
429 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
430 dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
431 install-docDATA: $(doc_DATA)
432 @$(NORMAL_INSTALL)
433 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
434 if test -n "$$list"; then \
435 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
436 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
437 fi; \
438 for p in $$list; do \
439 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440 echo "$$d$$p"; \
441 done | $(am__base_list) | \
442 while read files; do \
443 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
444 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
445 done
447 uninstall-docDATA:
448 @$(NORMAL_UNINSTALL)
449 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
450 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
451 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
452 tags TAGS:
454 ctags CTAGS:
456 cscope cscopelist:
459 distdir: $(DISTFILES)
460 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462 list='$(DISTFILES)'; \
463 dist_files=`for file in $$list; do echo $$file; done | \
464 sed -e "s|^$$srcdirstrip/||;t" \
465 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466 case $$dist_files in \
467 */*) $(MKDIR_P) `echo "$$dist_files" | \
468 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469 sort -u` ;; \
470 esac; \
471 for file in $$dist_files; do \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 if test -d $$d/$$file; then \
474 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475 if test -d "$(distdir)/$$file"; then \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 fi; \
478 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481 fi; \
482 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483 else \
484 test -f "$(distdir)/$$file" \
485 || cp -p $$d/$$file "$(distdir)/$$file" \
486 || exit 1; \
487 fi; \
488 done
489 check-am: all-am
490 check: check-am
491 all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
492 installdirs:
493 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"; do \
494 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
495 done
496 install: install-am
497 install-exec: install-exec-am
498 install-data: install-data-am
499 uninstall: uninstall-am
501 install-am: all-am
502 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504 installcheck: installcheck-am
505 install-strip:
506 if test -z '$(STRIP)'; then \
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509 install; \
510 else \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
515 mostlyclean-generic:
517 clean-generic:
519 distclean-generic:
520 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
524 maintainer-clean-generic:
525 @echo "This command is intended for maintainers to use"
526 @echo "it deletes files that may require special tools to rebuild."
527 clean: clean-am
529 clean-am: clean-generic mostlyclean-am
531 distclean: distclean-am
532 -rm -f Makefile
533 distclean-am: clean-am distclean-generic
535 dvi: dvi-am
537 dvi-am:
539 html: html-am
541 html-am:
543 info: info-am
545 info-am:
547 install-data-am: install-docDATA install-man
549 install-dvi: install-dvi-am
551 install-dvi-am:
553 install-exec-am: install-binSCRIPTS
554 @$(NORMAL_INSTALL)
555 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
556 install-html: install-html-am
558 install-html-am:
560 install-info: install-info-am
562 install-info-am:
564 install-man: install-man1 install-man7
566 install-pdf: install-pdf-am
568 install-pdf-am:
570 install-ps: install-ps-am
572 install-ps-am:
574 installcheck-am:
576 maintainer-clean: maintainer-clean-am
577 -rm -f Makefile
578 maintainer-clean-am: distclean-am maintainer-clean-generic
580 mostlyclean: mostlyclean-am
582 mostlyclean-am: mostlyclean-generic
584 pdf: pdf-am
586 pdf-am:
588 ps: ps-am
590 ps-am:
592 uninstall-am: uninstall-binSCRIPTS uninstall-docDATA uninstall-man
594 uninstall-man: uninstall-man1 uninstall-man7
596 .MAKE: install-am install-exec-am install-strip
598 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
599 ctags-am distclean distclean-generic distdir dvi dvi-am html \
600 html-am info info-am install install-am install-binSCRIPTS \
601 install-data install-data-am install-docDATA install-dvi \
602 install-dvi-am install-exec install-exec-am install-exec-hook \
603 install-html install-html-am install-info install-info-am \
604 install-man install-man1 install-man7 install-pdf \
605 install-pdf-am install-ps install-ps-am install-strip \
606 installcheck installcheck-am installdirs maintainer-clean \
607 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
608 pdf-am ps ps-am tags-am uninstall uninstall-am \
609 uninstall-binSCRIPTS uninstall-docDATA uninstall-man \
610 uninstall-man1 uninstall-man7
612 .PRECIOUS: Makefile
615 install-exec-hook:
616 rm $(DESTDIR)$(bindir)/sem || true
617 $(LN_S) parallel $(DESTDIR)$(bindir)/sem
619 # Build documentation file if the tool to build exists.
620 # Otherwise: Use the distributed version
621 parallel.1: parallel.pod
622 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
623 --section=1 $(srcdir)/parallel.pod > $(srcdir)/parallel.1n \
624 && mv $(srcdir)/parallel.1n $(srcdir)/parallel.1 \
625 || echo "Warning: pod2man not found. Using old parallel.1"
627 env_parallel.1: env_parallel.pod
628 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
629 --section=1 $(srcdir)/env_parallel.pod > $(srcdir)/env_parallel.1n \
630 && mv $(srcdir)/env_parallel.1n $(srcdir)/env_parallel.1 \
631 || echo "Warning: pod2man not found. Using old env_parallel.1"
633 parallel_tutorial.7: parallel_tutorial.pod
634 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
635 --section=7 $(srcdir)/parallel_tutorial.pod > $(srcdir)/parallel_tutorial.7n \
636 && mv $(srcdir)/parallel_tutorial.7n $(srcdir)/parallel_tutorial.7 \
637 || echo "Warning: pod2man not found. Using old parallel_tutorial.7"
639 parallel_book.7: parallel_book.pod
640 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
641 --section=7 $(srcdir)/parallel_book.pod > $(srcdir)/parallel_book.7n \
642 && mv $(srcdir)/parallel_book.7n $(srcdir)/parallel_book.7 \
643 || echo "Warning: pod2man not found. Using old parallel_book.7"
645 parallel_design.7: parallel_design.pod
646 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
647 --section=7 $(srcdir)/parallel_design.pod > $(srcdir)/parallel_design.7n \
648 && mv $(srcdir)/parallel_design.7n $(srcdir)/parallel_design.7 \
649 || echo "Warning: pod2man not found. Using old parallel_design.7"
651 parallel_alternatives.7: parallel_alternatives.pod
652 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
653 --section=7 $(srcdir)/parallel_alternatives.pod > $(srcdir)/parallel_alternatives.7n \
654 && mv $(srcdir)/parallel_alternatives.7n $(srcdir)/parallel_alternatives.7 \
655 || echo "Warning: pod2man not found. Using old parallel_alternatives.7"
657 sem.1: sem.pod
658 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
659 --section=1 $(srcdir)/sem.pod > $(srcdir)/sem.1n \
660 && mv $(srcdir)/sem.1n $(srcdir)/sem.1 \
661 || echo "Warning: pod2man not found. Using old sem.1"
663 sql.1: sql
664 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
665 --section=1 $(srcdir)/sql > $(srcdir)/sql.1n \
666 && mv $(srcdir)/sql.1n $(srcdir)/sql.1 \
667 || echo "Warning: pod2man not found. Using old sql.1"
669 niceload.1: niceload.pod
670 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
671 --section=1 $(srcdir)/niceload.pod > $(srcdir)/niceload.1n \
672 && mv $(srcdir)/niceload.1n $(srcdir)/niceload.1 \
673 || echo "Warning: pod2man not found. Using old niceload.1"
675 parcat.1: parcat.pod
676 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
677 --section=1 $(srcdir)/parcat.pod > $(srcdir)/parcat.1n \
678 && mv $(srcdir)/parcat.1n $(srcdir)/parcat.1 \
679 || echo "Warning: pod2man not found. Using old parcat.1"
681 parset.1: parset.pod
682 pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
683 --section=1 $(srcdir)/parset.pod > $(srcdir)/parset.1n \
684 && mv $(srcdir)/parset.1n $(srcdir)/parset.1 \
685 || echo "Warning: pod2man not found. Using old parset.1"
687 parallel.html: parallel.pod
688 pod2html --title "GNU Parallel" $(srcdir)/parallel.pod > $(srcdir)/parallel.htmln \
689 && mv $(srcdir)/parallel.htmln $(srcdir)/parallel.html \
690 || echo "Warning: pod2html not found. Using old parallel.html"
691 rm -f $(srcdir)/pod2htm*
693 # Depending on parallel.html to avoid stupid pod2html race condition
694 env_parallel.html: env_parallel.pod parallel.html
695 pod2html --title "GNU Parallel with environment" $(srcdir)/env_parallel.pod > $(srcdir)/env_parallel.htmln \
696 && mv $(srcdir)/env_parallel.htmln $(srcdir)/env_parallel.html \
697 || echo "Warning: pod2html not found. Using old env_parallel.html"
698 rm -f $(srcdir)/pod2htm*
700 # Depending on env_parallel.html to avoid stupid pod2html race condition
701 parallel_tutorial.html: parallel_tutorial.pod env_parallel.html
702 pod2html --title "GNU Parallel tutorial" $(srcdir)/parallel_tutorial.pod > $(srcdir)/parallel_tutorial.htmln \
703 && mv $(srcdir)/parallel_tutorial.htmln $(srcdir)/parallel_tutorial.html \
704 || echo "Warning: pod2html not found. Using old parallel_tutorial.html"
705 rm -f $(srcdir)/pod2htm*
707 # Depending on parallel_tutorial.html to avoid stupid pod2html race condition
708 parallel_book.html: parallel_book.pod parallel_tutorial.html
709 pod2html --title "GNU Parallel book" $(srcdir)/parallel_book.pod > $(srcdir)/parallel_book.htmln \
710 && mv $(srcdir)/parallel_book.htmln $(srcdir)/parallel_book.html \
711 || echo "Warning: pod2html not found. Using old parallel_book.html"
712 rm -f $(srcdir)/pod2htm*
714 # Depending on parallel_book.html to avoid stupid pod2html race condition
715 parallel_design.html: parallel_design.pod parallel_book.html
716 pod2html --title "GNU Parallel design" $(srcdir)/parallel_design.pod > $(srcdir)/parallel_design.htmln \
717 && mv $(srcdir)/parallel_design.htmln $(srcdir)/parallel_design.html \
718 || echo "Warning: pod2html not found. Using old parallel_design.html"
719 rm -f $(srcdir)/pod2htm*
721 # Depending on parallel_design.html to avoid stupid pod2html race condition
722 parallel_alternatives.html: parallel_alternatives.pod parallel_design.html
723 pod2html --title "GNU Parallel alternatives" $(srcdir)/parallel_alternatives.pod > $(srcdir)/parallel_alternatives.htmln \
724 && mv $(srcdir)/parallel_alternatives.htmln $(srcdir)/parallel_alternatives.html \
725 || echo "Warning: pod2html not found. Using old parallel_alternatives.html"
726 rm -f $(srcdir)/pod2htm*
728 # Depending on parallel_alternatives.html to avoid stupid pod2html race condition
729 sem.html: sem.pod parallel_alternatives.html
730 pod2html --title "sem (GNU Parallel)" $(srcdir)/sem.pod > $(srcdir)/sem.htmln \
731 && mv $(srcdir)/sem.htmln $(srcdir)/sem.html \
732 || echo "Warning: pod2html not found. Using old sem.html"
733 rm -f $(srcdir)/pod2htm*
735 # Depending on sem.html to avoid stupid pod2html race condition
736 sql.html: sql sem.html
737 pod2html --title "GNU SQL" $(srcdir)/sql > $(srcdir)/sql.htmln \
738 && mv $(srcdir)/sql.htmln $(srcdir)/sql.html \
739 || echo "Warning: pod2html not found. Using old sql.html"
740 rm -f $(srcdir)/pod2htm*
742 # Depending on sql.html to avoid stupid pod2html race condition
743 niceload.html: niceload.pod sql.html
744 pod2html --title "GNU niceload" $(srcdir)/niceload.pod > $(srcdir)/niceload.htmln \
745 && mv $(srcdir)/niceload.htmln $(srcdir)/niceload.html \
746 || echo "Warning: pod2html not found. Using old niceload.html"
747 rm -f $(srcdir)/pod2htm*
749 # Depending on niceload.html to avoid stupid pod2html race condition
750 parcat.html: parcat.pod niceload.html
751 pod2html --title "GNU parcat" $(srcdir)/parcat.pod > $(srcdir)/parcat.htmln \
752 && mv $(srcdir)/parcat.htmln $(srcdir)/parcat.html \
753 || echo "Warning: pod2html not found. Using old parcat.html"
754 rm -f $(srcdir)/pod2htm*
756 # Depending on parcat.html to avoid stupid pod2html race condition
757 parset.html: parset.pod parcat.html
758 pod2html --title "GNU parset" $(srcdir)/parset.pod > $(srcdir)/parset.htmln \
759 && mv $(srcdir)/parset.htmln $(srcdir)/parset.html \
760 || echo "Warning: pod2html not found. Using old parset.html"
761 rm -f $(srcdir)/pod2htm*
763 parallel.texi: parallel.pod
764 pod2texi --output=$(srcdir)/parallel.texi $(srcdir)/parallel.pod \
765 || echo "Warning: pod2texi not found. Using old parallel.texi"
767 env_parallel.texi: env_parallel.pod
768 pod2texi --output=$(srcdir)/env_parallel.texi $(srcdir)/env_parallel.pod \
769 || echo "Warning: pod2texi not found. Using old env_parallel.texi"
771 parallel_tutorial.texi: parallel_tutorial.pod
772 pod2texi --output=$(srcdir)/parallel_tutorial.texi $(srcdir)/parallel_tutorial.pod \
773 || echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
775 parallel_book.texi: parallel_book.pod
776 pod2texi --output=$(srcdir)/parallel_book.texi $(srcdir)/parallel_book.pod \
777 || echo "Warning: pod2texi not found. Using old parallel_book.texi"
779 parallel_design.texi: parallel_design.pod
780 pod2texi --output=$(srcdir)/parallel_design.texi $(srcdir)/parallel_design.pod \
781 || echo "Warning: pod2texi not found. Using old parallel_design.texi"
783 parallel_alternatives.texi: parallel_alternatives.pod
784 pod2texi --output=$(srcdir)/parallel_alternatives.texi $(srcdir)/parallel_alternatives.pod \
785 || echo "Warning: pod2texi not found. Using old parallel_alternatives.texi"
787 sem.texi: sem.pod
788 pod2texi --output=$(srcdir)/sem.texi $(srcdir)/sem.pod \
789 || echo "Warning: pod2texi not found. Using old sem.texi"
791 sql.texi: sql
792 pod2texi --output=$(srcdir)/sql.texi $(srcdir)/sql \
793 || echo "Warning: pod2texi not found. Using old sql.texi"
795 niceload.texi: niceload.pod
796 pod2texi --output=$(srcdir)/niceload.texi $(srcdir)/niceload.pod \
797 || echo "Warning: pod2texi not found. Using old niceload.texi"
799 parcat.texi: parcat.pod
800 pod2texi --output=$(srcdir)/parcat.texi $(srcdir)/parcat.pod \
801 || echo "Warning: pod2texi not found. Using old parcat.texi"
803 parset.texi: parset.pod
804 pod2texi --output=$(srcdir)/parset.texi $(srcdir)/parset.pod \
805 || echo "Warning: pod2texi not found. Using old parset.texi"
807 parallel.pdf: parallel.pod
808 pod2pdf --output-file $(srcdir)/parallel.pdf $(srcdir)/parallel.pod --title "GNU Parallel" \
809 || echo "Warning: pod2pdf not found. Using old parallel.pdf"
811 env_parallel.pdf: env_parallel.pod
812 pod2pdf --output-file $(srcdir)/env_parallel.pdf $(srcdir)/env_parallel.pod --title "GNU Parallel with environment" \
813 || echo "Warning: pod2pdf not found. Using old env_parallel.pdf"
815 parallel_tutorial.pdf: parallel_tutorial.pod
816 pod2pdf --output-file $(srcdir)/parallel_tutorial.pdf $(srcdir)/parallel_tutorial.pod --title "GNU Parallel Tutorial" \
817 || echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
819 parallel_book.pdf: parallel_book.pod
820 pod2pdf --output-file $(srcdir)/parallel_book.pdf $(srcdir)/parallel_book.pod --title "GNU Parallel Book" \
821 || echo "Warning: pod2pdf not found. Using old parallel_book.pdf"
823 parallel_design.pdf: parallel_design.pod
824 pod2pdf --output-file $(srcdir)/parallel_design.pdf $(srcdir)/parallel_design.pod --title "GNU Parallel Design" \
825 || echo "Warning: pod2pdf not found. Using old parallel_design.pdf"
827 parallel_alternatives.pdf: parallel_alternatives.pod
828 pod2pdf --output-file $(srcdir)/parallel_alternatives.pdf $(srcdir)/parallel_alternatives.pod --title "GNU Parallel alternatives" \
829 || echo "Warning: pod2pdf not found. Using old parallel_alternatives.pdf"
831 sem.pdf: sem.pod
832 pod2pdf --output-file $(srcdir)/sem.pdf $(srcdir)/sem.pod --title "GNU sem" \
833 || echo "Warning: pod2pdf not found. Using old sem.pdf"
835 sql.pdf: sql
836 pod2pdf --output-file $(srcdir)/sql.pdf $(srcdir)/sql --title "GNU SQL" \
837 || echo "Warning: pod2pdf not found. Using old sql.pdf"
839 niceload.pdf: niceload.pod
840 pod2pdf --output-file $(srcdir)/niceload.pdf $(srcdir)/niceload.pod --title "GNU niceload" \
841 || echo "Warning: pod2pdf not found. Using old niceload.pdf"
843 parcat.pdf: parcat.pod
844 pod2pdf --output-file $(srcdir)/parcat.pdf $(srcdir)/parcat.pod --title "GNU parcat" \
845 || echo "Warning: pod2pdf not found. Using old parcat.pdf"
847 parset.pdf: parset.pod
848 pod2pdf --output-file $(srcdir)/parset.pdf $(srcdir)/parset.pod --title "GNU parset" \
849 || echo "Warning: pod2pdf not found. Using old parset.pdf"
851 sem: parallel
852 ln -fs parallel sem
854 # Tell versions [3.59,3.63) of GNU make to not export all variables.
855 # Otherwise a system limit (for SysV at least) may be exceeded.
856 .NOEXPORT: