2018-10-22 23:26:36 +00:00
|
|
|
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
2010-04-18 14:18:31 +00:00
|
|
|
# @configure_input@
|
|
|
|
|
2018-10-22 23:26:36 +00:00
|
|
|
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
2014-08-14 22:15:53 +00:00
|
|
|
|
2010-04-18 14:18:31 +00:00
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
2010-04-28 11:37:34 +00:00
|
|
|
|
2010-04-18 14:18:31 +00:00
|
|
|
VPATH = @srcdir@
|
2017-01-01 16:51:14 +00:00
|
|
|
am__is_gnu_make = { \
|
|
|
|
if test -z '$(MAKELEVEL)'; then \
|
|
|
|
false; \
|
|
|
|
elif test -n '$(MAKE_HOST)'; then \
|
|
|
|
true; \
|
|
|
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
|
|
true; \
|
|
|
|
else \
|
|
|
|
false; \
|
|
|
|
fi; \
|
|
|
|
}
|
2014-08-14 22:15:53 +00:00
|
|
|
am__make_running_with_option = \
|
|
|
|
case $${target_option-} in \
|
|
|
|
?) ;; \
|
|
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
has_opt=no; \
|
|
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
|
|
if $(am__is_gnu_make); then \
|
|
|
|
sane_makeflags=$$MFLAGS; \
|
|
|
|
else \
|
2012-08-22 19:44:13 +00:00
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
*\\[\ \ ]*) \
|
2014-08-14 22:15:53 +00:00
|
|
|
bs=\\; \
|
|
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
2012-08-22 19:44:13 +00:00
|
|
|
esac; \
|
2014-08-14 22:15:53 +00:00
|
|
|
fi; \
|
|
|
|
skip_next=no; \
|
|
|
|
strip_trailopt () \
|
|
|
|
{ \
|
|
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
|
}; \
|
|
|
|
for flg in $$sane_makeflags; do \
|
|
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
|
case $$flg in \
|
|
|
|
*=*|--*) continue;; \
|
|
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
|
-*I?*) strip_trailopt 'I';; \
|
|
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
|
-*O?*) strip_trailopt 'O';; \
|
|
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
|
-*l?*) strip_trailopt 'l';; \
|
|
|
|
-[dEDm]) skip_next=yes;; \
|
|
|
|
-[JT]) skip_next=yes;; \
|
|
|
|
esac; \
|
|
|
|
case $$flg in \
|
|
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
test $$has_opt = yes
|
|
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
2010-04-18 14:18:31 +00:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
subdir = src
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
2017-01-01 16:51:14 +00:00
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
2010-04-18 14:18:31 +00:00
|
|
|
mkinstalldirs = $(install_sh) -d
|
|
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
*) f=$$p;; \
|
|
|
|
esac;
|
|
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
am__install_max = 40
|
|
|
|
am__nobase_strip_setup = \
|
|
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
|
|
am__nobase_strip = \
|
|
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
|
|
am__base_list = \
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
2012-03-22 00:19:51 +00:00
|
|
|
am__uninstall_files_from_dir = { \
|
|
|
|
test -z "$$files" \
|
|
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
|
}
|
2010-04-28 11:37:34 +00:00
|
|
|
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
|
2015-01-18 23:07:12 +00:00
|
|
|
"$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"
|
2010-04-18 14:18:31 +00:00
|
|
|
SCRIPTS = $(bin_SCRIPTS)
|
2014-08-14 22:15:53 +00:00
|
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
|
am__v_P_0 = false
|
|
|
|
am__v_P_1 = :
|
|
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
am__v_GEN_1 =
|
|
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
|
am__v_at_0 = @
|
|
|
|
am__v_at_1 =
|
2010-04-18 14:18:31 +00:00
|
|
|
SOURCES =
|
|
|
|
DIST_SOURCES =
|
2012-08-22 19:44:13 +00:00
|
|
|
am__can_run_installinfo = \
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
n|no|NO) false;; \
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
esac
|
2010-04-18 14:18:31 +00:00
|
|
|
man1dir = $(mandir)/man1
|
2015-01-18 23:07:12 +00:00
|
|
|
man7dir = $(mandir)/man7
|
2010-04-18 14:18:31 +00:00
|
|
|
NROFF = nroff
|
|
|
|
MANS = $(man_MANS)
|
2010-04-28 11:37:34 +00:00
|
|
|
DATA = $(doc_DATA)
|
2014-08-14 22:15:53 +00:00
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
2017-02-13 22:21:29 +00:00
|
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in
|
2010-04-18 14:18:31 +00:00
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AMTAR = @AMTAR@
|
2014-08-14 22:15:53 +00:00
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
2010-04-18 14:18:31 +00:00
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
2014-08-22 21:30:39 +00:00
|
|
|
LN_S = @LN_S@
|
2010-04-18 14:18:31 +00:00
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
|
|
PACKAGE_URL = @PACKAGE_URL@
|
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
|
|
|
STRIP = @STRIP@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
|
|
am__leading_dot = @am__leading_dot@
|
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
|
|
|
bindir = @bindir@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
builddir = @builddir@
|
|
|
|
datadir = @datadir@
|
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
dvidir = @dvidir@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
htmldir = @htmldir@
|
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
|
|
|
localedir = @localedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
pdfdir = @pdfdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
psdir = @psdir@
|
2017-01-01 16:51:14 +00:00
|
|
|
runstatedir = @runstatedir@
|
2010-04-18 14:18:31 +00:00
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2020-04-22 18:15:59 +00:00
|
|
|
bin_SCRIPTS = parallel sql niceload parcat parset parsort \
|
|
|
|
env_parallel env_parallel.ash env_parallel.bash \
|
|
|
|
env_parallel.csh env_parallel.dash env_parallel.fish \
|
|
|
|
env_parallel.ksh env_parallel.mksh env_parallel.pdksh \
|
|
|
|
env_parallel.sh env_parallel.tcsh env_parallel.zsh
|
2016-03-22 19:09:18 +00:00
|
|
|
|
2017-11-22 22:29:03 +00:00
|
|
|
@DOCUMENTATION_TRUE@man_MANS = parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 \
|
|
|
|
@DOCUMENTATION_TRUE@ parallel_tutorial.7 parallel_book.7 parallel_design.7 \
|
2020-04-22 18:15:59 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel_alternatives.7 parcat.1 parset.1 parsort.1
|
2017-11-22 22:29:03 +00:00
|
|
|
|
|
|
|
@DOCUMENTATION_TRUE@doc_DATA = parallel.html env_parallel.html sem.html sql.html \
|
|
|
|
@DOCUMENTATION_TRUE@ niceload.html parallel_tutorial.html parallel_book.html \
|
|
|
|
@DOCUMENTATION_TRUE@ parallel_design.html parallel_alternatives.html parcat.html \
|
2020-04-22 18:15:59 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parset.html parsort.html \
|
2017-11-22 22:29:03 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel.texi env_parallel.texi sem.texi sql.texi \
|
|
|
|
@DOCUMENTATION_TRUE@ niceload.texi parallel_tutorial.texi parallel_book.texi \
|
|
|
|
@DOCUMENTATION_TRUE@ parallel_design.texi parallel_alternatives.texi parcat.texi \
|
2020-04-22 18:15:59 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parset.texi parsort.texi \
|
2019-03-04 02:10:40 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel.pdf env_parallel.pdf sem.pdf sql.pdf niceload.pdf \
|
2017-11-22 22:29:03 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf \
|
2020-04-22 18:15:59 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel_alternatives.pdf parcat.pdf parset.pdf parsort.pdf \
|
2019-11-23 21:14:03 +00:00
|
|
|
@DOCUMENTATION_TRUE@ parallel_cheat_bw.pdf
|
2017-11-22 22:29:03 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 \
|
|
|
|
parallel_tutorial.7 parallel_book.7 parallel_design.7 \
|
2020-04-22 18:15:59 +00:00
|
|
|
parallel_alternatives.7 parcat.1 parset.1 parsort.1 \
|
|
|
|
parallel.html env_parallel.html sem.html sql.html \
|
2017-11-22 22:29:03 +00:00
|
|
|
niceload.html parallel_tutorial.html parallel_book.html \
|
|
|
|
parallel_design.html parallel_alternatives.html parcat.html \
|
2020-04-22 18:15:59 +00:00
|
|
|
parset.html parsort.html parallel.texi env_parallel.texi \
|
|
|
|
sem.texi sql.texi niceload.texi parallel_tutorial.texi \
|
|
|
|
parallel_book.texi parallel_design.texi \
|
|
|
|
parallel_alternatives.texi parcat.texi parset.texi \
|
|
|
|
parsort.texi parallel.pdf env_parallel.pdf sem.pdf sql.pdf \
|
|
|
|
niceload.pdf parallel_tutorial.pdf parallel_book.pdf \
|
|
|
|
parallel_design.pdf parallel_alternatives.pdf parcat.pdf \
|
|
|
|
parset.pdf parsort.pdf parallel_cheat_bw.pdf
|
|
|
|
|
|
|
|
EXTRA_DIST = parallel sem sql niceload parcat parset parsort \
|
|
|
|
env_parallel env_parallel.ash env_parallel.bash \
|
|
|
|
env_parallel.csh env_parallel.dash env_parallel.fish \
|
|
|
|
env_parallel.ksh env_parallel.mksh env_parallel.pdksh \
|
|
|
|
env_parallel.sh env_parallel.tcsh env_parallel.zsh parcat.pod \
|
|
|
|
parset.pod sem.pod parallel.pod env_parallel.pod niceload.pod \
|
2018-07-13 05:33:11 +00:00
|
|
|
parallel_tutorial.pod parallel_book.pod parallel_design.pod \
|
2020-04-22 18:15:59 +00:00
|
|
|
parallel_alternatives.pod parallel_cheat_bw.fodt \
|
|
|
|
$(DISTCLEANFILES)
|
2010-12-06 23:30:08 +00:00
|
|
|
|
2010-04-18 14:18:31 +00:00
|
|
|
all: all-am
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign src/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
|
2012-08-22 19:44:13 +00:00
|
|
|
if test -n "$$list"; then \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
|
|
fi; \
|
2010-04-18 14:18:31 +00:00
|
|
|
for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
|
|
done | \
|
|
|
|
sed -e 'p;s,.*/,,;n' \
|
|
|
|
-e 'h;s|.*|.|' \
|
|
|
|
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
|
|
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
|
|
if (++n[d] == $(am__install_max)) { \
|
|
|
|
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
|
|
else { print "f", d "/" $$4, $$1 } } \
|
|
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
|
|
while read type dir files; do \
|
|
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
|
|
test -z "$$files" || { \
|
|
|
|
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
|
|
|
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
|
|
} \
|
|
|
|
; done
|
|
|
|
|
|
|
|
uninstall-binSCRIPTS:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
|
|
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
2012-03-22 00:19:51 +00:00
|
|
|
dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
|
2010-04-18 14:18:31 +00:00
|
|
|
install-man1: $(man_MANS)
|
|
|
|
@$(NORMAL_INSTALL)
|
2012-08-22 19:44:13 +00:00
|
|
|
@list1=''; \
|
|
|
|
list2='$(man_MANS)'; \
|
|
|
|
test -n "$(man1dir)" \
|
|
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|
|
|| exit 0; \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
|
|
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
|
|
if test -n "$$list2"; then \
|
|
|
|
for i in $$list2; do echo "$$i"; done \
|
|
|
|
| sed -n '/\.1[a-z]*$$/p'; \
|
|
|
|
fi; \
|
2010-04-18 14:18:31 +00:00
|
|
|
} | while read p; do \
|
|
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
|
|
done | \
|
|
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
|
|
list=; while read file base inst; do \
|
|
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
|
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
|
|
while read files; do \
|
|
|
|
test -z "$$files" || { \
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
|
|
|
|
done; }
|
|
|
|
|
|
|
|
uninstall-man1:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
@list=''; test -n "$(man1dir)" || exit 0; \
|
|
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
|
|
sed -n '/\.1[a-z]*$$/p'; \
|
|
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
2012-03-22 00:19:51 +00:00
|
|
|
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
2015-01-18 23:07:12 +00:00
|
|
|
install-man7: $(man_MANS)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
@list1=''; \
|
|
|
|
list2='$(man_MANS)'; \
|
|
|
|
test -n "$(man7dir)" \
|
|
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|
|
|| exit 0; \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
|
|
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
|
|
if test -n "$$list2"; then \
|
|
|
|
for i in $$list2; do echo "$$i"; done \
|
|
|
|
| sed -n '/\.7[a-z]*$$/p'; \
|
|
|
|
fi; \
|
|
|
|
} | while read p; do \
|
|
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
|
|
done | \
|
|
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
|
|
list=; while read file base inst; do \
|
|
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
|
|
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
|
|
while read files; do \
|
|
|
|
test -z "$$files" || { \
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
|
|
|
|
done; }
|
|
|
|
|
|
|
|
uninstall-man7:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
@list=''; test -n "$(man7dir)" || exit 0; \
|
|
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
|
|
sed -n '/\.7[a-z]*$$/p'; \
|
|
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
|
|
dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
|
2010-04-28 11:37:34 +00:00
|
|
|
install-docDATA: $(doc_DATA)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
|
2012-08-22 19:44:13 +00:00
|
|
|
if test -n "$$list"; then \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
|
|
|
|
fi; \
|
2010-04-28 11:37:34 +00:00
|
|
|
for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
echo "$$d$$p"; \
|
|
|
|
done | $(am__base_list) | \
|
|
|
|
while read files; do \
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
|
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-docDATA:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
|
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
2012-03-22 00:19:51 +00:00
|
|
|
dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
|
2014-08-14 22:15:53 +00:00
|
|
|
tags TAGS:
|
|
|
|
|
|
|
|
ctags CTAGS:
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2014-08-14 22:15:53 +00:00
|
|
|
cscope cscopelist:
|
2010-04-18 14:18:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
|
case $$dist_files in \
|
|
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
|
sort -u` ;; \
|
|
|
|
esac; \
|
|
|
|
for file in $$dist_files; do \
|
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
|
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test -d "$(distdir)/$$file"; then \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
fi; \
|
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
fi; \
|
|
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
else \
|
|
|
|
test -f "$(distdir)/$$file" \
|
|
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
check-am: all-am
|
|
|
|
check: check-am
|
2010-04-28 11:37:34 +00:00
|
|
|
all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
|
2010-04-18 14:18:31 +00:00
|
|
|
installdirs:
|
2015-01-18 23:07:12 +00:00
|
|
|
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"; do \
|
2010-04-18 14:18:31 +00:00
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
done
|
|
|
|
install: install-am
|
|
|
|
install-exec: install-exec-am
|
|
|
|
install-data: install-data-am
|
|
|
|
uninstall: uninstall-am
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
install-strip:
|
2012-03-22 00:19:51 +00:00
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
install; \
|
|
|
|
else \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
|
fi
|
2010-04-18 14:18:31 +00:00
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2010-04-20 07:21:23 +00:00
|
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
2010-04-18 14:18:31 +00:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
-rm -f Makefile
|
|
|
|
distclean-am: clean-am distclean-generic
|
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
html: html-am
|
|
|
|
|
|
|
|
html-am:
|
|
|
|
|
|
|
|
info: info-am
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
2010-04-28 11:37:34 +00:00
|
|
|
install-data-am: install-docDATA install-man
|
2010-04-18 14:18:31 +00:00
|
|
|
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
|
|
|
install-exec-am: install-binSCRIPTS
|
2014-08-22 21:30:39 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
2010-04-18 14:18:31 +00:00
|
|
|
install-html: install-html-am
|
|
|
|
|
|
|
|
install-html-am:
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
|
|
install-info-am:
|
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
install-man: install-man1 install-man7
|
2010-04-18 14:18:31 +00:00
|
|
|
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
-rm -f Makefile
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
|
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
2010-04-28 11:37:34 +00:00
|
|
|
uninstall-am: uninstall-binSCRIPTS uninstall-docDATA uninstall-man
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
uninstall-man: uninstall-man1 uninstall-man7
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2014-08-22 21:30:39 +00:00
|
|
|
.MAKE: install-am install-exec-am install-strip
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2014-08-14 22:15:53 +00:00
|
|
|
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
|
|
|
|
ctags-am distclean distclean-generic distdir dvi dvi-am html \
|
|
|
|
html-am info info-am install install-am install-binSCRIPTS \
|
|
|
|
install-data install-data-am install-docDATA install-dvi \
|
2014-08-22 21:30:39 +00:00
|
|
|
install-dvi-am install-exec install-exec-am install-exec-hook \
|
|
|
|
install-html install-html-am install-info install-info-am \
|
2015-01-18 23:07:12 +00:00
|
|
|
install-man install-man1 install-man7 install-pdf \
|
|
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
|
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
|
|
|
pdf-am ps ps-am tags-am uninstall uninstall-am \
|
|
|
|
uninstall-binSCRIPTS uninstall-docDATA uninstall-man \
|
|
|
|
uninstall-man1 uninstall-man7
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2017-01-01 16:51:14 +00:00
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2014-08-22 21:30:39 +00:00
|
|
|
install-exec-hook:
|
|
|
|
rm $(DESTDIR)$(bindir)/sem || true
|
2014-08-24 15:19:17 +00:00
|
|
|
$(LN_S) parallel $(DESTDIR)$(bindir)/sem
|
2014-08-22 21:30:39 +00:00
|
|
|
|
2014-06-13 12:30:14 +00:00
|
|
|
# Build documentation file if the tool to build exists.
|
|
|
|
# Otherwise: Use the distributed version
|
|
|
|
parallel.1: parallel.pod
|
2010-04-18 14:18:31 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2014-06-13 12:30:14 +00:00
|
|
|
--section=1 $(srcdir)/parallel.pod > $(srcdir)/parallel.1n \
|
|
|
|
&& mv $(srcdir)/parallel.1n $(srcdir)/parallel.1 \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2man not found. Using old parallel.1"
|
2010-04-18 14:18:31 +00:00
|
|
|
|
2016-03-22 19:09:18 +00:00
|
|
|
env_parallel.1: env_parallel.pod
|
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
|
|
|
--section=1 $(srcdir)/env_parallel.pod > $(srcdir)/env_parallel.1n \
|
|
|
|
&& mv $(srcdir)/env_parallel.1n $(srcdir)/env_parallel.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old env_parallel.1"
|
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
parallel_tutorial.7: parallel_tutorial.pod
|
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
|
|
|
--section=7 $(srcdir)/parallel_tutorial.pod > $(srcdir)/parallel_tutorial.7n \
|
|
|
|
&& mv $(srcdir)/parallel_tutorial.7n $(srcdir)/parallel_tutorial.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_tutorial.7"
|
|
|
|
|
2017-11-22 22:29:03 +00:00
|
|
|
parallel_book.7: parallel_book.pod
|
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
|
|
|
--section=7 $(srcdir)/parallel_book.pod > $(srcdir)/parallel_book.7n \
|
|
|
|
&& mv $(srcdir)/parallel_book.7n $(srcdir)/parallel_book.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_book.7"
|
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
parallel_design.7: parallel_design.pod
|
2013-08-17 16:43:30 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2015-01-18 23:07:12 +00:00
|
|
|
--section=7 $(srcdir)/parallel_design.pod > $(srcdir)/parallel_design.7n \
|
|
|
|
&& mv $(srcdir)/parallel_design.7n $(srcdir)/parallel_design.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_design.7"
|
2013-08-17 16:43:30 +00:00
|
|
|
|
2017-01-01 16:51:14 +00:00
|
|
|
parallel_alternatives.7: parallel_alternatives.pod
|
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
|
|
|
--section=7 $(srcdir)/parallel_alternatives.pod > $(srcdir)/parallel_alternatives.7n \
|
|
|
|
&& mv $(srcdir)/parallel_alternatives.7n $(srcdir)/parallel_alternatives.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_alternatives.7"
|
|
|
|
|
2014-06-13 12:30:14 +00:00
|
|
|
sem.1: sem.pod
|
2010-08-15 21:33:49 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2014-06-13 12:30:14 +00:00
|
|
|
--section=1 $(srcdir)/sem.pod > $(srcdir)/sem.1n \
|
|
|
|
&& mv $(srcdir)/sem.1n $(srcdir)/sem.1 \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2man not found. Using old sem.1"
|
2010-08-15 21:33:49 +00:00
|
|
|
|
2014-06-13 12:30:14 +00:00
|
|
|
sql.1: sql
|
2010-08-27 19:16:06 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2014-06-13 12:47:44 +00:00
|
|
|
--section=1 $(srcdir)/sql > $(srcdir)/sql.1n \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/sql.1n $(srcdir)/sql.1 \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2man not found. Using old sql.1"
|
2010-08-27 19:16:06 +00:00
|
|
|
|
2014-06-13 12:30:14 +00:00
|
|
|
niceload.1: niceload.pod
|
2010-12-03 13:42:22 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2014-06-13 12:47:44 +00:00
|
|
|
--section=1 $(srcdir)/niceload.pod > $(srcdir)/niceload.1n \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/niceload.1n $(srcdir)/niceload.1 \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2man not found. Using old niceload.1"
|
2010-12-03 13:42:22 +00:00
|
|
|
|
2017-04-30 17:00:37 +00:00
|
|
|
parcat.1: parcat.pod
|
2016-09-04 08:42:04 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2017-05-11 20:57:46 +00:00
|
|
|
--section=1 $(srcdir)/parcat.pod > $(srcdir)/parcat.1n \
|
2016-09-04 08:42:04 +00:00
|
|
|
&& mv $(srcdir)/parcat.1n $(srcdir)/parcat.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parcat.1"
|
|
|
|
|
2017-04-30 17:00:37 +00:00
|
|
|
parset.1: parset.pod
|
2017-04-14 22:00:21 +00:00
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
2017-05-11 20:57:46 +00:00
|
|
|
--section=1 $(srcdir)/parset.pod > $(srcdir)/parset.1n \
|
2017-04-14 22:00:21 +00:00
|
|
|
&& mv $(srcdir)/parset.1n $(srcdir)/parset.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parset.1"
|
|
|
|
|
2020-04-22 18:15:59 +00:00
|
|
|
parsort.1: parsort
|
|
|
|
pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \
|
|
|
|
--section=1 $(srcdir)/parsort > $(srcdir)/parsort.1n \
|
|
|
|
&& mv $(srcdir)/parsort.1n $(srcdir)/parsort.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parsort.1"
|
|
|
|
|
2014-06-13 12:30:14 +00:00
|
|
|
parallel.html: parallel.pod
|
2014-08-14 22:15:53 +00:00
|
|
|
pod2html --title "GNU Parallel" $(srcdir)/parallel.pod > $(srcdir)/parallel.htmln \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/parallel.htmln $(srcdir)/parallel.html \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2html not found. Using old parallel.html"
|
2013-08-19 09:15:39 +00:00
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2013-08-17 16:43:30 +00:00
|
|
|
# Depending on parallel.html to avoid stupid pod2html race condition
|
2016-03-22 19:09:18 +00:00
|
|
|
env_parallel.html: env_parallel.pod parallel.html
|
|
|
|
pod2html --title "GNU Parallel with environment" $(srcdir)/env_parallel.pod > $(srcdir)/env_parallel.htmln \
|
|
|
|
&& mv $(srcdir)/env_parallel.htmln $(srcdir)/env_parallel.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old env_parallel.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
|
|
|
# Depending on env_parallel.html to avoid stupid pod2html race condition
|
|
|
|
parallel_tutorial.html: parallel_tutorial.pod env_parallel.html
|
2014-08-14 22:15:53 +00:00
|
|
|
pod2html --title "GNU Parallel tutorial" $(srcdir)/parallel_tutorial.pod > $(srcdir)/parallel_tutorial.htmln \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/parallel_tutorial.htmln $(srcdir)/parallel_tutorial.html \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_tutorial.html"
|
2011-11-15 00:45:00 +00:00
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2013-08-17 16:43:30 +00:00
|
|
|
# Depending on parallel_tutorial.html to avoid stupid pod2html race condition
|
2017-11-22 22:29:03 +00:00
|
|
|
parallel_book.html: parallel_book.pod parallel_tutorial.html
|
|
|
|
pod2html --title "GNU Parallel book" $(srcdir)/parallel_book.pod > $(srcdir)/parallel_book.htmln \
|
|
|
|
&& mv $(srcdir)/parallel_book.htmln $(srcdir)/parallel_book.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_book.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
|
|
|
# Depending on parallel_book.html to avoid stupid pod2html race condition
|
|
|
|
parallel_design.html: parallel_design.pod parallel_book.html
|
2015-01-18 23:07:12 +00:00
|
|
|
pod2html --title "GNU Parallel design" $(srcdir)/parallel_design.pod > $(srcdir)/parallel_design.htmln \
|
|
|
|
&& mv $(srcdir)/parallel_design.htmln $(srcdir)/parallel_design.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_design.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
|
|
|
# Depending on parallel_design.html to avoid stupid pod2html race condition
|
2017-01-01 16:51:14 +00:00
|
|
|
parallel_alternatives.html: parallel_alternatives.pod parallel_design.html
|
|
|
|
pod2html --title "GNU Parallel alternatives" $(srcdir)/parallel_alternatives.pod > $(srcdir)/parallel_alternatives.htmln \
|
|
|
|
&& mv $(srcdir)/parallel_alternatives.htmln $(srcdir)/parallel_alternatives.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_alternatives.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
|
|
|
# Depending on parallel_alternatives.html to avoid stupid pod2html race condition
|
|
|
|
sem.html: sem.pod parallel_alternatives.html
|
2014-08-14 22:15:53 +00:00
|
|
|
pod2html --title "sem (GNU Parallel)" $(srcdir)/sem.pod > $(srcdir)/sem.htmln \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/sem.htmln $(srcdir)/sem.html \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2html not found. Using old sem.html"
|
2011-11-15 00:45:00 +00:00
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2012-01-24 20:53:25 +00:00
|
|
|
# Depending on sem.html to avoid stupid pod2html race condition
|
2014-06-13 12:30:14 +00:00
|
|
|
sql.html: sql sem.html
|
2014-08-14 22:15:53 +00:00
|
|
|
pod2html --title "GNU SQL" $(srcdir)/sql > $(srcdir)/sql.htmln \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/sql.htmln $(srcdir)/sql.html \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2html not found. Using old sql.html"
|
2011-11-15 00:45:00 +00:00
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2012-01-24 20:53:25 +00:00
|
|
|
# Depending on sql.html to avoid stupid pod2html race condition
|
2014-06-13 12:30:14 +00:00
|
|
|
niceload.html: niceload.pod sql.html
|
2014-08-14 22:15:53 +00:00
|
|
|
pod2html --title "GNU niceload" $(srcdir)/niceload.pod > $(srcdir)/niceload.htmln \
|
2014-06-13 12:30:14 +00:00
|
|
|
&& mv $(srcdir)/niceload.htmln $(srcdir)/niceload.html \
|
2014-03-23 16:41:15 +00:00
|
|
|
|| echo "Warning: pod2html not found. Using old niceload.html"
|
2011-11-15 00:45:00 +00:00
|
|
|
rm -f $(srcdir)/pod2htm*
|
2010-12-03 13:42:22 +00:00
|
|
|
|
2016-09-04 08:42:04 +00:00
|
|
|
# Depending on niceload.html to avoid stupid pod2html race condition
|
2017-05-21 19:04:37 +00:00
|
|
|
parcat.html: parcat.pod niceload.html
|
|
|
|
pod2html --title "GNU parcat" $(srcdir)/parcat.pod > $(srcdir)/parcat.htmln \
|
2016-09-04 08:42:04 +00:00
|
|
|
&& mv $(srcdir)/parcat.htmln $(srcdir)/parcat.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parcat.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2017-05-16 19:22:07 +00:00
|
|
|
# Depending on parcat.html to avoid stupid pod2html race condition
|
2017-05-11 20:57:46 +00:00
|
|
|
parset.html: parset.pod parcat.html
|
|
|
|
pod2html --title "GNU parset" $(srcdir)/parset.pod > $(srcdir)/parset.htmln \
|
2017-04-14 22:00:21 +00:00
|
|
|
&& mv $(srcdir)/parset.htmln $(srcdir)/parset.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parset.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2020-04-22 18:15:59 +00:00
|
|
|
# Depending on parset.html to avoid stupid pod2html race condition
|
|
|
|
parsort.html: parsort parset.html
|
|
|
|
pod2html --title "GNU parsort" $(srcdir)/parsort > $(srcdir)/parsort.htmln \
|
|
|
|
&& mv $(srcdir)/parsort.htmln $(srcdir)/parsort.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parsort.html"
|
|
|
|
rm -f $(srcdir)/pod2htm*
|
|
|
|
|
2012-01-24 20:53:25 +00:00
|
|
|
parallel.texi: parallel.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2texi --output=$(srcdir)/parallel.texi $(srcdir)/parallel.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel.texi"
|
2012-01-24 20:53:25 +00:00
|
|
|
|
2016-03-22 19:09:18 +00:00
|
|
|
env_parallel.texi: env_parallel.pod
|
|
|
|
pod2texi --output=$(srcdir)/env_parallel.texi $(srcdir)/env_parallel.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old env_parallel.texi"
|
|
|
|
|
2013-08-17 16:43:30 +00:00
|
|
|
parallel_tutorial.texi: parallel_tutorial.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2texi --output=$(srcdir)/parallel_tutorial.texi $(srcdir)/parallel_tutorial.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
|
2013-08-17 16:43:30 +00:00
|
|
|
|
2017-11-22 22:29:03 +00:00
|
|
|
parallel_book.texi: parallel_book.pod
|
|
|
|
pod2texi --output=$(srcdir)/parallel_book.texi $(srcdir)/parallel_book.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_book.texi"
|
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
parallel_design.texi: parallel_design.pod
|
|
|
|
pod2texi --output=$(srcdir)/parallel_design.texi $(srcdir)/parallel_design.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_design.texi"
|
|
|
|
|
2017-01-01 16:51:14 +00:00
|
|
|
parallel_alternatives.texi: parallel_alternatives.pod
|
|
|
|
pod2texi --output=$(srcdir)/parallel_alternatives.texi $(srcdir)/parallel_alternatives.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_alternatives.texi"
|
|
|
|
|
2012-01-24 20:53:25 +00:00
|
|
|
sem.texi: sem.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2texi --output=$(srcdir)/sem.texi $(srcdir)/sem.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old sem.texi"
|
2012-01-24 20:53:25 +00:00
|
|
|
|
|
|
|
sql.texi: sql
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2texi --output=$(srcdir)/sql.texi $(srcdir)/sql \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old sql.texi"
|
2012-01-24 20:53:25 +00:00
|
|
|
|
|
|
|
niceload.texi: niceload.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2texi --output=$(srcdir)/niceload.texi $(srcdir)/niceload.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old niceload.texi"
|
2012-01-24 20:53:25 +00:00
|
|
|
|
2017-05-21 19:04:37 +00:00
|
|
|
parcat.texi: parcat.pod
|
|
|
|
pod2texi --output=$(srcdir)/parcat.texi $(srcdir)/parcat.pod \
|
2016-09-04 08:42:04 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old parcat.texi"
|
|
|
|
|
2017-04-30 17:00:37 +00:00
|
|
|
parset.texi: parset.pod
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2texi --output=$(srcdir)/parset.texi $(srcdir)/parset.pod \
|
2017-04-14 22:00:21 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old parset.texi"
|
|
|
|
|
2020-04-22 18:15:59 +00:00
|
|
|
parsort.texi: parsort
|
|
|
|
pod2texi --output=$(srcdir)/parsort.texi $(srcdir)/parsort \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parsort.texi"
|
|
|
|
|
2013-09-18 00:00:10 +00:00
|
|
|
parallel.pdf: parallel.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/parallel.pdf $(srcdir)/parallel.pod --title "GNU Parallel" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel.pdf"
|
2013-09-18 00:00:10 +00:00
|
|
|
|
2016-03-22 19:09:18 +00:00
|
|
|
env_parallel.pdf: env_parallel.pod
|
|
|
|
pod2pdf --output-file $(srcdir)/env_parallel.pdf $(srcdir)/env_parallel.pod --title "GNU Parallel with environment" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old env_parallel.pdf"
|
|
|
|
|
2013-09-18 00:00:10 +00:00
|
|
|
parallel_tutorial.pdf: parallel_tutorial.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/parallel_tutorial.pdf $(srcdir)/parallel_tutorial.pod --title "GNU Parallel Tutorial" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
|
2013-09-18 00:00:10 +00:00
|
|
|
|
2017-11-22 22:29:03 +00:00
|
|
|
parallel_book.pdf: parallel_book.pod
|
|
|
|
pod2pdf --output-file $(srcdir)/parallel_book.pdf $(srcdir)/parallel_book.pod --title "GNU Parallel Book" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_book.pdf"
|
|
|
|
|
2015-01-18 23:07:12 +00:00
|
|
|
parallel_design.pdf: parallel_design.pod
|
|
|
|
pod2pdf --output-file $(srcdir)/parallel_design.pdf $(srcdir)/parallel_design.pod --title "GNU Parallel Design" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_design.pdf"
|
|
|
|
|
2017-01-01 16:51:14 +00:00
|
|
|
parallel_alternatives.pdf: parallel_alternatives.pod
|
|
|
|
pod2pdf --output-file $(srcdir)/parallel_alternatives.pdf $(srcdir)/parallel_alternatives.pod --title "GNU Parallel alternatives" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_alternatives.pdf"
|
|
|
|
|
2013-09-18 00:00:10 +00:00
|
|
|
sem.pdf: sem.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/sem.pdf $(srcdir)/sem.pod --title "GNU sem" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old sem.pdf"
|
2013-09-18 00:00:10 +00:00
|
|
|
|
|
|
|
sql.pdf: sql
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/sql.pdf $(srcdir)/sql --title "GNU SQL" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old sql.pdf"
|
2013-09-18 00:00:10 +00:00
|
|
|
|
|
|
|
niceload.pdf: niceload.pod
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/niceload.pdf $(srcdir)/niceload.pod --title "GNU niceload" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old niceload.pdf"
|
2013-09-18 00:00:10 +00:00
|
|
|
|
2017-05-21 19:04:37 +00:00
|
|
|
parcat.pdf: parcat.pod
|
|
|
|
pod2pdf --output-file $(srcdir)/parcat.pdf $(srcdir)/parcat.pod --title "GNU parcat" \
|
2016-09-04 08:42:04 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parcat.pdf"
|
|
|
|
|
2017-04-30 17:00:37 +00:00
|
|
|
parset.pdf: parset.pod
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2pdf --output-file $(srcdir)/parset.pdf $(srcdir)/parset.pod --title "GNU parset" \
|
2017-04-14 22:00:21 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parset.pdf"
|
|
|
|
|
2020-04-22 18:15:59 +00:00
|
|
|
parsort.pdf: parsort
|
|
|
|
pod2pdf --output-file $(srcdir)/parsort.pdf $(srcdir)/parsort --title "GNU parsort" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parsort.pdf"
|
|
|
|
|
2019-11-23 21:14:03 +00:00
|
|
|
parallel_cheat_bw.pdf: parallel_cheat_bw.fodt
|
|
|
|
libreoffice --headless --convert-to pdf parallel_cheat_bw.fodt \
|
|
|
|
|| echo "Warning: libreoffice failed. Using old parallel_cheat_bw.pdf"
|
2019-03-04 02:10:40 +00:00
|
|
|
|
2010-08-16 22:25:11 +00:00
|
|
|
sem: parallel
|
2010-08-26 18:03:59 +00:00
|
|
|
ln -fs parallel sem
|
2010-08-16 22:25:11 +00:00
|
|
|
|
2010-04-18 14:18:31 +00:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|