Skip to content

Instantly share code, notes, and snippets.

@georgemarselis
Created March 5, 2019 13:19
Show Gist options
  • Save georgemarselis/2d572b5cfbc715499d629ca4811aa83a to your computer and use it in GitHub Desktop.
Save georgemarselis/2d572b5cfbc715499d629ca4811aa83a to your computer and use it in GitHub Desktop.
[root@intaristotle openmpi-4.0.0]# grep -irn automake *
aclocal.m4:29:# AM_AUTOMAKE_VERSION(VERSION)
aclocal.m4:31:# Automake X.Y traces this macro to ensure aclocal.m4 has been
aclocal.m4:32:# generated from the m4 files accompanying Automake X.Y.
aclocal.m4:34:AC_DEFUN([AM_AUTOMAKE_VERSION],
aclocal.m4:36:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
aclocal.m4:39: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
aclocal.m4:49:# AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal.m4:51:# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
aclocal.m4:52:# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
aclocal.m4:53:AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
aclocal.m4:54:[AM_AUTOMAKE_VERSION([1.13.4])dnl
aclocal.m4:91:# Of course, Automake must honor this variable whenever it calls a
aclocal.m4:173:# written in clear, in which case automake, when reading aclocal.m4,
aclocal.m4:379: # Check whether this is an Automake generated Makefile or not.
aclocal.m4:386: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
aclocal.m4:430:# Do all the work for Automake. -*- Autoconf -*-
aclocal.m4:441:# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
aclocal.m4:442:# AM_INIT_AUTOMAKE([OPTIONS])
aclocal.m4:447:# the call to AM_INIT_AUTOMAKE.
aclocal.m4:449:# the next Automake release, Autoconf can make the AC_INIT
aclocal.m4:452:AC_DEFUN([AM_INIT_AUTOMAKE],
aclocal.m4:457:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
aclocal.m4:488:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
aclocal.m4:500:# Some tools Automake needs.
aclocal.m4:505:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
aclocal.m4:511:# For better backward compatibility. To be removed once Automake 1.9.x
aclocal.m4:513:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
aclocal.m4:514:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
aclocal.m4:695:# Like AC_PROG_CC_C_O, but changed for automake.
aclocal.m4:709: # A longer-term fix would be to have automake use am__CC in this case,
aclocal.m4:779:# OPTIONS is a space-separated list of Automake options.
aclocal.m4:916:dnl See automake bug#9928 and bug#10237.
aclocal.m4:968:# tool to use in cross-compilation environments, therefore Automake
aclocal.m4:985:# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
aclocal.m4:986:# This macro is traced by Automake.
aclocal.m4:1031: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
autogen.pl:64:my $ompi_automake_version = "1.12.2";
autogen.pl:70:my $ompi_automake_search = "automake";
autogen.pl:885: GNU Automake: $ompi_automake_version
autogen.pl:1233:&find_and_check("automake", $ompi_automake_search, $ompi_automake_version);
autom4te.cache/requests:300: 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
autom4te.cache/requests:303: 'AM_INIT_AUTOMAKE' => 1,
autom4te.cache/requests:341: 'AM_AUTOMAKE_VERSION' => 1,
autom4te.cache/requests:941: 'AM_INIT_AUTOMAKE' => 1,
autom4te.cache/requests:944: 'AM_AUTOMAKE_VERSION' => 1,
autom4te.cache/requests:1014: 'AM_INIT_AUTOMAKE' => 1,
autom4te.cache/requests:1017: 'AM_AUTOMAKE_VERSION' => 1,
autom4te.cache/traces.0:609:m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
autom4te.cache/traces.0:610:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
autom4te.cache/traces.0:613: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
autom4te.cache/traces.0:615:m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl
autom4te.cache/traces.0:816: # Check whether this is an Automake generated Makefile or not.
autom4te.cache/traces.0:823: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
autom4te.cache/traces.0:856:m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
autom4te.cache/traces.0:860:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
autom4te.cache/traces.0:891:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
autom4te.cache/traces.0:903:# Some tools Automake needs.
autom4te.cache/traces.0:908:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
autom4te.cache/traces.0:914:# For better backward compatibility. To be removed once Automake 1.9.x
autom4te.cache/traces.0:916:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
autom4te.cache/traces.0:917:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
autom4te.cache/traces.0:1039: # A longer-term fix would be to have automake use am__CC in this case,
autom4te.cache/traces.0:1165:dnl See automake bug#9928 and bug#10237.
autom4te.cache/traces.0:1200:# tool to use in cross-compilation environments, therefore Automake
autom4te.cache/traces.0:1224: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
autom4te.cache/traces.0:13934:# Make automake clean emacs ~ files for "make clean"
autom4te.cache/traces.0:25239:m4trace:configure.ac:103: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
autom4te.cache/traces.0:25241:m4trace:configure.ac:103: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
autom4te.cache/traces.0:25242:m4trace:configure.ac:103: -1- AM_AUTOMAKE_VERSION([1.13.4])
autom4te.cache/traces.0:25275:m4trace:configure.ac:103: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
autom4te.cache/traces.0:25276:m4trace:configure.ac:103: -1- m4_pattern_allow([^AUTOMAKE$])
autom4te.cache/output.0:2382:AUTOMAKE
autom4te.cache/output.0:5970:# Setup some things that must be done before AM-INIT-AUTOMAKE
autom4te.cache/output.0:7414:# Init automake
autom4te.cache/output.0:7619:# tool to use in cross-compilation environments, therefore Automake
autom4te.cache/output.0:7968:# Some tools Automake needs.
autom4te.cache/output.0:7976:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
autom4te.cache/output.0:7984:# For better backward compatibility. To be removed once Automake 1.9.x
autom4te.cache/output.0:7986:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
autom4te.cache/output.0:7987:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
autom4te.cache/output.0:8002: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
autom4te.cache/output.0:8254:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
autom4te.cache/output.0:8854:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bootstrap Automake version" >&5
autom4te.cache/output.0:8855:$as_echo_n "checking for bootstrap Automake version... " >&6; }
autom4te.cache/output.0:8908:# Make automake clean emacs ~ files for "make clean"
autom4te.cache/output.0:14839: # A longer-term fix would be to have automake use am__CC in this case,
autom4te.cache/output.0:402426: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
autom4te.cache/output.0:405778: # Check whether this is an Automake generated Makefile or not.
autom4te.cache/output.0:405785: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
autom4te.cache/traces.1:659:m4trace:configure.ac:103: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
autom4te.cache/traces.1:661:m4trace:configure.ac:103: -1- AM_AUTOMAKE_VERSION([1.13.4])
autom4te.cache/traces.1:692:m4trace:configure.ac:103: -1- AC_SUBST([AUTOMAKE])
autom4te.cache/traces.1:693:m4trace:configure.ac:103: -1- AC_SUBST_TRACE([AUTOMAKE])
autom4te.cache/traces.1:694:m4trace:configure.ac:103: -1- m4_pattern_allow([^AUTOMAKE$])
autom4te.cache/output.1:2382:AUTOMAKE
autom4te.cache/output.1:5970:# Setup some things that must be done before AM-INIT-AUTOMAKE
autom4te.cache/output.1:7414:# Init automake
autom4te.cache/output.1:7619:# tool to use in cross-compilation environments, therefore Automake
autom4te.cache/output.1:7968:# Some tools Automake needs.
autom4te.cache/output.1:7976:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
autom4te.cache/output.1:7984:# For better backward compatibility. To be removed once Automake 1.9.x
autom4te.cache/output.1:7986:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
autom4te.cache/output.1:7987:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
autom4te.cache/output.1:8002: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
autom4te.cache/output.1:8254:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
autom4te.cache/output.1:8854:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bootstrap Automake version" >&5
autom4te.cache/output.1:8855:$as_echo_n "checking for bootstrap Automake version... " >&6; }
autom4te.cache/output.1:8908:# Make automake clean emacs ~ files for "make clean"
autom4te.cache/output.1:14839: # A longer-term fix would be to have automake use am__CC in this case,
autom4te.cache/output.1:402426: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
autom4te.cache/output.1:405778: # Check whether this is an Automake generated Makefile or not.
autom4te.cache/output.1:405785: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
autom4te.cache/traces.2:659:m4trace:configure.ac:103: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
autom4te.cache/traces.2:661:m4trace:configure.ac:103: -1- AM_AUTOMAKE_VERSION([1.13.4])
autom4te.cache/traces.2:692:m4trace:configure.ac:103: -1- AC_SUBST([AUTOMAKE])
autom4te.cache/traces.2:693:m4trace:configure.ac:103: -1- AC_SUBST_TRACE([AUTOMAKE])
autom4te.cache/traces.2:694:m4trace:configure.ac:103: -1- m4_pattern_allow([^AUTOMAKE$])
autom4te.cache/output.2:2382:AUTOMAKE
autom4te.cache/output.2:5970:# Setup some things that must be done before AM-INIT-AUTOMAKE
autom4te.cache/output.2:7414:# Init automake
autom4te.cache/output.2:7619:# tool to use in cross-compilation environments, therefore Automake
autom4te.cache/output.2:7968:# Some tools Automake needs.
autom4te.cache/output.2:7976:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
autom4te.cache/output.2:7984:# For better backward compatibility. To be removed once Automake 1.9.x
autom4te.cache/output.2:7986:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
autom4te.cache/output.2:7987:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
autom4te.cache/output.2:8002: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
autom4te.cache/output.2:8254:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
autom4te.cache/output.2:8854:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bootstrap Automake version" >&5
autom4te.cache/output.2:8855:$as_echo_n "checking for bootstrap Automake version... " >&6; }
autom4te.cache/output.2:8908:# Make automake clean emacs ~ files for "make clean"
autom4te.cache/output.2:14839: # A longer-term fix would be to have automake use am__CC in this case,
autom4te.cache/output.2:402426: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
autom4te.cache/output.2:405778: # Check whether this is an Automake generated Makefile or not.
autom4te.cache/output.2:405785: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
config/opal_functions.m4:124:# Make automake clean emacs ~ files for "make clean"
config/ltmain.sh:74:# automake: $automake_version
config/ltmain.sh:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
config/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
config/test-driver:26:# This file is maintained in Automake, please report
config/test-driver:27:# bugs to <[email protected]> or send patches to
config/test-driver:28:# <[email protected]>.
config/ylwrap:28:# This file is maintained in Automake, please report
config/ylwrap:29:# bugs to <[email protected]> or send patches to
config/ylwrap:30:# <[email protected]>.
config/ylwrap:87:Report bugs to <[email protected]>.
config/compile:27:# This file is maintained in Automake, please report
config/compile:28:# bugs to <[email protected]> or send patches to
config/compile:29:# <[email protected]>.
config/compile:250:Report bugs to <[email protected]>.
config/libtool.m4:274:# `config.status' has no value for ac_aux_dir unless we are using Automake,
config/lt~obsolete.m4:16:# exported API, or moved to Autoconf or Automake where they belong.
config/missing:41: # Back-compat with the calling convention used by older automake.
config/missing:57: aclocal autoconf autoheader autom4te automake makeinfo
config/missing:63:Send bug reports to <[email protected]>."
config/missing:68: echo "missing $scriptversion (GNU Automake)"
config/missing:111: aclocal|automake)
config/missing:112: echo "The '$1' program is part of the GNU Automake package:"
config/missing:113: echo "<$gnu_software_URL/automake>"
config/missing:151: automake*)
config/missing:154: program_details 'automake'
config/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
config/Makefile.in:445:AUTOMAKE = @AUTOMAKE@
config/Makefile.in:1659: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign config/Makefile'; \
config/Makefile.in:1661: $(AUTOMAKE) --foreign config/Makefile
config/depcomp:49:Report bugs to <[email protected]>.
config/depcomp:567: # This comment above is used by automake to tell side-effect
config/ltmain.sh.orig:74:# automake: $automake_version
config/ltmain.sh.orig:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
config/ltmain.sh.orig:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
config.log:383:configure:8854: checking for bootstrap Automake version
config.log:131611:AUTOMAKE='${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.13'
config.status:3154:S["AUTOMAKE"]="${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15"
config.status:4434: # Check whether this is an Automake generated Makefile or not.
config.status:4441: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
configure:2382:AUTOMAKE
configure:5970:# Setup some things that must be done before AM-INIT-AUTOMAKE
configure:7414:# Init automake
configure:7619:# tool to use in cross-compilation environments, therefore Automake
configure:7968:# Some tools Automake needs.
configure:7976:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
configure:7984:# For better backward compatibility. To be removed once Automake 1.9.x
configure:7986:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
configure:7987:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
configure:8002: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
configure:8254:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
configure:8854:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bootstrap Automake version" >&5
configure:8855:$as_echo_n "checking for bootstrap Automake version... " >&6; }
configure:8908:# Make automake clean emacs ~ files for "make clean"
configure:14839: # A longer-term fix would be to have automake use am__CC in this case,
configure:402450: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
configure:405802: # Check whether this is an Automake generated Makefile or not.
configure:405809: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
configure.ac:78:# Setup some things that must be done before AM-INIT-AUTOMAKE
configure.ac:101:# Init automake
configure.ac:103:AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
configure.ac:107:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
configure.ac:174:AC_MSG_CHECKING([for bootstrap Automake version])
contrib/platform/ornl/ornl_configure.pgi:5: echo "of automake is below 1.10.1, it is in your best interest to"
contrib/platform/ornl/ornl_configure.pgi:6: echo "type <ctrl-C> now. Note that loading the automake module on"
contrib/platform/ornl/ornl_configure.pgi:58:# Run the aclocal/autoconf/automake hierarchy.
contrib/dist/make_dist_tarball:170:Automake: $AM_TARGET_VERSION
contrib/dist/make_dist_tarball:193:Automake: $AM_TARGET_VERSION
contrib/dist/make_dist_tarball:214:Automake: $AM_TARGET_VERSION
contrib/dist/make_dist_tarball:235:Automake: $AM_TARGET_VERSION
contrib/dist/make_dist_tarball:324:check_gnu_version automake $AM_TARGET_VERSION
contrib/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
contrib/Makefile.in:485:AUTOMAKE = @AUTOMAKE@
contrib/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
contrib/Makefile.in:1769: $(AUTOMAKE) --foreign contrib/Makefile
examples/Makefile.include:27:# higher-level Makefile so that Automake features such as "make dist"
examples/Makefile.include:33:# Automake).
INSTALL:38:You will need very recent versions of GNU Autoconf, Automake, and
Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
Makefile:66:# higher-level Makefile so that Automake features such as "make dist"
Makefile:72:# Automake).
Makefile:592:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
Makefile:1812: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Makefile:1813: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Makefile:1818: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Makefile:1820: $(AUTOMAKE) --foreign Makefile
Makefile:2080: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Makefile:2087: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Makefile:2335:# extra logic in Automake that will add AUTHORS to EXTRA_DIST if the
Makefile:2336:# file exists when Automake is run. Once we're explicit (to avoid odd
Makefile.am:52:# extra logic in Automake that will add AUTHORS to EXTRA_DIST if the
Makefile.am:53:# file exists when Automake is run. Once we're explicit (to avoid odd
Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
Makefile.in:66:# higher-level Makefile so that Automake features such as "make dist"
Makefile.in:72:# Automake).
Makefile.in:582:AUTOMAKE = @AUTOMAKE@
Makefile.in:1801: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Makefile.in:1802: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Makefile.in:1807: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Makefile.in:1809: $(AUTOMAKE) --foreign Makefile
Makefile.in:2316:# extra logic in Automake that will add AUTHORS to EXTRA_DIST if the
Makefile.in:2317:# file exists when Automake is run. Once we're explicit (to avoid odd
Makefile.ompi-rules:55:# Automake-generated compilation/linker rules).
NEWS:2540:- Updated to Automake 1.11.1 per
NEWS:3297:- Upgraded Open MPI tarballs to use Autoconf 2.63, Automake 1.10.1,
ompi/mpi/c/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/c/profile/Makefile:670:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/c/profile/Makefile:1868:# Automake-generated compilation/linker rules).
ompi/mpi/c/profile/Makefile:2024: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/c/profile/Makefile'; \
ompi/mpi/c/profile/Makefile:2026: $(AUTOMAKE) --foreign ompi/mpi/c/profile/Makefile
ompi/mpi/c/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/c/profile/Makefile.in:659:AUTOMAKE = @AUTOMAKE@
ompi/mpi/c/profile/Makefile.in:1856:# Automake-generated compilation/linker rules).
ompi/mpi/c/profile/Makefile.in:2012: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/c/profile/Makefile'; \
ompi/mpi/c/profile/Makefile.in:2014: $(AUTOMAKE) --foreign ompi/mpi/c/profile/Makefile
ompi/mpi/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/c/Makefile:835:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/c/Makefile:2181: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/c/Makefile'; \
ompi/mpi/c/Makefile:2183: $(AUTOMAKE) --foreign ompi/mpi/c/Makefile
ompi/mpi/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/c/Makefile.in:824:AUTOMAKE = @AUTOMAKE@
ompi/mpi/c/Makefile.in:2169: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/c/Makefile'; \
ompi/mpi/c/Makefile.in:2171: $(AUTOMAKE) --foreign ompi/mpi/c/Makefile
ompi/mpi/fortran/use-mpi-tkr/Makefile.am:55:# Automake doesn't know how to do F90 dependency analysis, so manually
ompi/mpi/fortran/use-mpi-tkr/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/use-mpi-tkr/Makefile:588:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/use-mpi-tkr/Makefile:1786:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-tkr/Makefile:1893: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-tkr/Makefile'; \
ompi/mpi/fortran/use-mpi-tkr/Makefile:1895: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-tkr/Makefile
ompi/mpi/fortran/use-mpi-tkr/Makefile:2185:# Automake doesn't know how to do F90 dependency analysis, so manually
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:578:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:1775:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:1882: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-tkr/Makefile'; \
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:1884: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-tkr/Makefile
ompi/mpi/fortran/use-mpi-tkr/Makefile.in:2173:# Automake doesn't know how to do F90 dependency analysis, so manually
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.am:44:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.am:80:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:510:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:1732: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile'; \
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:1734: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:1997:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile:2021:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:499:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:1720: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile'; \
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:1722: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:1984:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile.in:2008:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/mpif-h/Makefile.am:103:# All this being said, we can't rely on Automake/Libtool not figuring
ompi/mpi/fortran/mpif-h/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/mpif-h/profile/Makefile:712:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/mpif-h/profile/Makefile:1912:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/mpif-h/profile/Makefile:2081: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/profile/Makefile'; \
ompi/mpi/fortran/mpif-h/profile/Makefile:2083: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/profile/Makefile
ompi/mpi/fortran/mpif-h/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/mpif-h/profile/Makefile.in:701:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/mpif-h/profile/Makefile.in:1900:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/mpif-h/profile/Makefile.in:2069: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/profile/Makefile'; \
ompi/mpi/fortran/mpif-h/profile/Makefile.in:2071: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/profile/Makefile
ompi/mpi/fortran/mpif-h/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/mpif-h/Makefile:1495:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/mpif-h/Makefile:2695:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/mpif-h/Makefile:2763:# All this being said, we can't rely on Automake/Libtool not figuring
ompi/mpi/fortran/mpif-h/Makefile:2789: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/Makefile'; \
ompi/mpi/fortran/mpif-h/Makefile:2791: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/Makefile
ompi/mpi/fortran/mpif-h/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/mpif-h/Makefile.in:1484:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/mpif-h/Makefile.in:2683:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/mpif-h/Makefile.in:2751:# All this being said, we can't rely on Automake/Libtool not figuring
ompi/mpi/fortran/mpif-h/Makefile.in:2777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/Makefile'; \
ompi/mpi/fortran/mpif-h/Makefile.in:2779: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpif-h/Makefile
ompi/mpi/fortran/base/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/base/Makefile:516:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/base/Makefile:1749: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/base/Makefile'; \
ompi/mpi/fortran/base/Makefile:1751: $(AUTOMAKE) --foreign ompi/mpi/fortran/base/Makefile
ompi/mpi/fortran/base/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/base/Makefile.in:506:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/base/Makefile.in:1738: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/base/Makefile'; \
ompi/mpi/fortran/base/Makefile.in:1740: $(AUTOMAKE) --foreign ompi/mpi/fortran/base/Makefile
ompi/mpi/fortran/mpiext-use-mpi/Makefile.am:43:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi/Makefile.am:78:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/mpiext-use-mpi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/mpiext-use-mpi/Makefile:510:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/mpiext-use-mpi/Makefile:1731: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi/Makefile'; \
ompi/mpi/fortran/mpiext-use-mpi/Makefile:1733: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi/Makefile
ompi/mpi/fortran/mpiext-use-mpi/Makefile:1996:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi/Makefile:2019:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:499:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:1719: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi/Makefile'; \
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:1721: $(AUTOMAKE) --foreign ompi/mpi/fortran/mpiext-use-mpi/Makefile
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:1983:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/mpiext-use-mpi/Makefile.in:2006:# install-exec-hook and uninstall-local, due to a bug in automake. :-(
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile:573:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile:1771:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile:1829: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile'; \
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile:1831: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in:561:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in:1758:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in:1816: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile'; \
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in:1818: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.am:58:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:523:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:1721:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/mod/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:1776: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/mod/Makefile
ompi/mpi/fortran/use-mpi-f08/mod/Makefile:2072:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:512:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:1709:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/mod/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:1764: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/mod/Makefile
ompi/mpi/fortran/use-mpi-f08/mod/Makefile.in:2059:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.am:52:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:533:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:1731:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/bindings/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:1780: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/bindings/Makefile
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile:2074:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:522:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:1719:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/bindings/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:1768: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/bindings/Makefile
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile.in:2061:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/Makefile.am:824:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/Makefile:1655:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/fortran/use-mpi-f08/Makefile:2853:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/Makefile:3617:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/Makefile:3635: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/Makefile:3637: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/Makefile
ompi/mpi/fortran/use-mpi-f08/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/fortran/use-mpi-f08/Makefile.in:1644:AUTOMAKE = @AUTOMAKE@
ompi/mpi/fortran/use-mpi-f08/Makefile.in:2841:# Automake-generated compilation/linker rules).
ompi/mpi/fortran/use-mpi-f08/Makefile.in:3605:# Automake doesn't do Fortran dependency analysis, so must list them
ompi/mpi/fortran/use-mpi-f08/Makefile.in:3623: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/Makefile'; \
ompi/mpi/fortran/use-mpi-f08/Makefile.in:3625: $(AUTOMAKE) --foreign ompi/mpi/fortran/use-mpi-f08/Makefile
ompi/mpi/java/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/java/c/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/java/c/Makefile:1792: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/c/Makefile'; \
ompi/mpi/java/c/Makefile:1794: $(AUTOMAKE) --foreign ompi/mpi/java/c/Makefile
ompi/mpi/java/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/java/c/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
ompi/mpi/java/c/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/c/Makefile'; \
ompi/mpi/java/c/Makefile.in:1782: $(AUTOMAKE) --foreign ompi/mpi/java/c/Makefile
ompi/mpi/java/java/Makefile.am:26:# These are the Java source files. However, Automake doesn't directly
ompi/mpi/java/java/Makefile.am:132:# since Automake doesn't know how to automatically generate
ompi/mpi/java/java/Makefile.am:169:# Install the jar file into libdir. Use the DATA Automake primary,
ompi/mpi/java/java/Makefile.am:170:# because Automake will complain if you try to use LIBRARIES with a
ompi/mpi/java/java/Makefile.am:172:# indirection to get to the libdir -- Automake does not allow putting
ompi/mpi/java/java/Makefile.am:177:# List all the header files in BUILT_SOURCES so that Automake's "all"
ompi/mpi/java/java/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/java/java/Makefile:513:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/java/java/Makefile:1711:# Automake-generated compilation/linker rules).
ompi/mpi/java/java/Makefile:1731:# These are the Java source files. However, Automake doesn't directly
ompi/mpi/java/java/Makefile:1820:# Install the jar file into libdir. Use the DATA Automake primary,
ompi/mpi/java/java/Makefile:1821:# because Automake will complain if you try to use LIBRARIES with a
ompi/mpi/java/java/Makefile:1823:# indirection to get to the libdir -- Automake does not allow putting
ompi/mpi/java/java/Makefile:1829:# List all the header files in BUILT_SOURCES so that Automake's "all"
ompi/mpi/java/java/Makefile:1851: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/java/Makefile'; \
ompi/mpi/java/java/Makefile:1853: $(AUTOMAKE) --foreign ompi/mpi/java/java/Makefile
ompi/mpi/java/java/Makefile:2183:# since Automake doesn't know how to automatically generate
ompi/mpi/java/java/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/java/java/Makefile.in:502:AUTOMAKE = @AUTOMAKE@
ompi/mpi/java/java/Makefile.in:1699:# Automake-generated compilation/linker rules).
ompi/mpi/java/java/Makefile.in:1719:# These are the Java source files. However, Automake doesn't directly
ompi/mpi/java/java/Makefile.in:1808:# Install the jar file into libdir. Use the DATA Automake primary,
ompi/mpi/java/java/Makefile.in:1809:# because Automake will complain if you try to use LIBRARIES with a
ompi/mpi/java/java/Makefile.in:1811:# indirection to get to the libdir -- Automake does not allow putting
ompi/mpi/java/java/Makefile.in:1817:# List all the header files in BUILT_SOURCES so that Automake's "all"
ompi/mpi/java/java/Makefile.in:1839: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/java/Makefile'; \
ompi/mpi/java/java/Makefile.in:1841: $(AUTOMAKE) --foreign ompi/mpi/java/java/Makefile
ompi/mpi/java/java/Makefile.in:2170:# since Automake doesn't know how to automatically generate
ompi/mpi/java/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/java/Makefile:502:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/java/Makefile:1709: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/Makefile'; \
ompi/mpi/java/Makefile:1711: $(AUTOMAKE) --foreign ompi/mpi/java/Makefile
ompi/mpi/java/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/java/Makefile.in:491:AUTOMAKE = @AUTOMAKE@
ompi/mpi/java/Makefile.in:1697: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/java/Makefile'; \
ompi/mpi/java/Makefile.in:1699: $(AUTOMAKE) --foreign ompi/mpi/java/Makefile
ompi/mpi/cxx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/cxx/Makefile:571:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/cxx/Makefile:1836: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/cxx/Makefile'; \
ompi/mpi/cxx/Makefile:1838: $(AUTOMAKE) --foreign ompi/mpi/cxx/Makefile
ompi/mpi/cxx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/cxx/Makefile.in:560:AUTOMAKE = @AUTOMAKE@
ompi/mpi/cxx/Makefile.in:1824: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/cxx/Makefile'; \
ompi/mpi/cxx/Makefile.in:1826: $(AUTOMAKE) --foreign ompi/mpi/cxx/Makefile
ompi/mpi/tool/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/tool/profile/Makefile:563:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/tool/profile/Makefile:1761:# Automake-generated compilation/linker rules).
ompi/mpi/tool/profile/Makefile:1841: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/tool/profile/Makefile'; \
ompi/mpi/tool/profile/Makefile:1843: $(AUTOMAKE) --foreign ompi/mpi/tool/profile/Makefile
ompi/mpi/tool/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/tool/profile/Makefile.in:552:AUTOMAKE = @AUTOMAKE@
ompi/mpi/tool/profile/Makefile.in:1749:# Automake-generated compilation/linker rules).
ompi/mpi/tool/profile/Makefile.in:1829: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/tool/profile/Makefile'; \
ompi/mpi/tool/profile/Makefile.in:1831: $(AUTOMAKE) --foreign ompi/mpi/tool/profile/Makefile
ompi/mpi/tool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpi/tool/Makefile:585:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpi/tool/Makefile:1814: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/tool/Makefile'; \
ompi/mpi/tool/Makefile:1816: $(AUTOMAKE) --foreign ompi/mpi/tool/Makefile
ompi/mpi/tool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpi/tool/Makefile.in:574:AUTOMAKE = @AUTOMAKE@
ompi/mpi/tool/Makefile.in:1802: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpi/tool/Makefile'; \
ompi/mpi/tool/Makefile.in:1804: $(AUTOMAKE) --foreign ompi/mpi/tool/Makefile
ompi/datatype/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/datatype/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/datatype/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/datatype/Makefile'; \
ompi/datatype/Makefile:1782: $(AUTOMAKE) --foreign ompi/datatype/Makefile
ompi/datatype/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/datatype/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
ompi/datatype/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/datatype/Makefile'; \
ompi/datatype/Makefile.in:1770: $(AUTOMAKE) --foreign ompi/datatype/Makefile
ompi/tools/ompi_info/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/tools/ompi_info/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/tools/ompi_info/Makefile:1770:# Automake-generated compilation/linker rules).
ompi/tools/ompi_info/Makefile:1805: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/ompi_info/Makefile'; \
ompi/tools/ompi_info/Makefile:1807: $(AUTOMAKE) --foreign ompi/tools/ompi_info/Makefile
ompi/tools/ompi_info/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/tools/ompi_info/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/tools/ompi_info/Makefile.in:1758:# Automake-generated compilation/linker rules).
ompi/tools/ompi_info/Makefile.in:1793: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/ompi_info/Makefile'; \
ompi/tools/ompi_info/Makefile.in:1795: $(AUTOMAKE) --foreign ompi/tools/ompi_info/Makefile
ompi/tools/mpisync/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/tools/mpisync/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/tools/mpisync/Makefile:1776:# Automake-generated compilation/linker rules).
ompi/tools/mpisync/Makefile:1817: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/mpisync/Makefile'; \
ompi/tools/mpisync/Makefile:1819: $(AUTOMAKE) --foreign ompi/tools/mpisync/Makefile
ompi/tools/mpisync/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/tools/mpisync/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
ompi/tools/mpisync/Makefile.in:1764:# Automake-generated compilation/linker rules).
ompi/tools/mpisync/Makefile.in:1805: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/mpisync/Makefile'; \
ompi/tools/mpisync/Makefile.in:1807: $(AUTOMAKE) --foreign ompi/tools/mpisync/Makefile
ompi/tools/wrappers/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/tools/wrappers/Makefile:516:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/tools/wrappers/Makefile:1714:# Automake-generated compilation/linker rules).
ompi/tools/wrappers/Makefile:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/wrappers/Makefile'; \
ompi/tools/wrappers/Makefile:1756: $(AUTOMAKE) --foreign ompi/tools/wrappers/Makefile
ompi/tools/wrappers/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/tools/wrappers/Makefile.in:504:AUTOMAKE = @AUTOMAKE@
ompi/tools/wrappers/Makefile.in:1701:# Automake-generated compilation/linker rules).
ompi/tools/wrappers/Makefile.in:1741: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/tools/wrappers/Makefile'; \
ompi/tools/wrappers/Makefile.in:1743: $(AUTOMAKE) --foreign ompi/tools/wrappers/Makefile
ompi/mca/topo/basic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/topo/basic/Makefile:546:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/topo/basic/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/basic/Makefile'; \
ompi/mca/topo/basic/Makefile:1779: $(AUTOMAKE) --foreign ompi/mca/topo/basic/Makefile
ompi/mca/topo/basic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/topo/basic/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
ompi/mca/topo/basic/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/basic/Makefile'; \
ompi/mca/topo/basic/Makefile.in:1768: $(AUTOMAKE) --foreign ompi/mca/topo/basic/Makefile
ompi/mca/topo/treematch/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/topo/treematch/Makefile:599:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/topo/treematch/Makefile:1853: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/treematch/Makefile'; \
ompi/mca/topo/treematch/Makefile:1855: $(AUTOMAKE) --foreign ompi/mca/topo/treematch/Makefile
ompi/mca/topo/treematch/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/topo/treematch/Makefile.in:589:AUTOMAKE = @AUTOMAKE@
ompi/mca/topo/treematch/Makefile.in:1842: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/treematch/Makefile'; \
ompi/mca/topo/treematch/Makefile.in:1844: $(AUTOMAKE) --foreign ompi/mca/topo/treematch/Makefile
ompi/mca/topo/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/topo/Makefile:567:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/topo/Makefile:1799: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/Makefile'; \
ompi/mca/topo/Makefile:1801: $(AUTOMAKE) --foreign ompi/mca/topo/Makefile
ompi/mca/topo/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/topo/Makefile.in:556:AUTOMAKE = @AUTOMAKE@
ompi/mca/topo/Makefile.in:1787: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/topo/Makefile'; \
ompi/mca/topo/Makefile.in:1789: $(AUTOMAKE) --foreign ompi/mca/topo/Makefile
ompi/mca/hook/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/hook/Makefile:535:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/hook/Makefile:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/hook/Makefile'; \
ompi/mca/hook/Makefile:1756: $(AUTOMAKE) --foreign ompi/mca/hook/Makefile
ompi/mca/hook/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/hook/Makefile.in:524:AUTOMAKE = @AUTOMAKE@
ompi/mca/hook/Makefile.in:1742: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/hook/Makefile'; \
ompi/mca/hook/Makefile.in:1744: $(AUTOMAKE) --foreign ompi/mca/hook/Makefile
ompi/mca/pml/monitoring/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/monitoring/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/monitoring/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/monitoring/Makefile'; \
ompi/mca/pml/monitoring/Makefile:1776: $(AUTOMAKE) --foreign ompi/mca/pml/monitoring/Makefile
ompi/mca/pml/monitoring/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/monitoring/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/monitoring/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/monitoring/Makefile'; \
ompi/mca/pml/monitoring/Makefile.in:1765: $(AUTOMAKE) --foreign ompi/mca/pml/monitoring/Makefile
ompi/mca/pml/cm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/cm/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/cm/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/cm/Makefile'; \
ompi/mca/pml/cm/Makefile:1782: $(AUTOMAKE) --foreign ompi/mca/pml/cm/Makefile
ompi/mca/pml/cm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/cm/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/cm/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/cm/Makefile'; \
ompi/mca/pml/cm/Makefile.in:1771: $(AUTOMAKE) --foreign ompi/mca/pml/cm/Makefile
ompi/mca/pml/ob1/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/ob1/Makefile:577:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/ob1/Makefile:1810: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/ob1/Makefile'; \
ompi/mca/pml/ob1/Makefile:1812: $(AUTOMAKE) --foreign ompi/mca/pml/ob1/Makefile
ompi/mca/pml/ob1/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/ob1/Makefile.in:566:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/ob1/Makefile.in:1798: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/ob1/Makefile'; \
ompi/mca/pml/ob1/Makefile.in:1800: $(AUTOMAKE) --foreign ompi/mca/pml/ob1/Makefile
ompi/mca/pml/crcpw/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/crcpw/Makefile:546:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/crcpw/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/crcpw/Makefile'; \
ompi/mca/pml/crcpw/Makefile:1772: $(AUTOMAKE) --foreign ompi/mca/pml/crcpw/Makefile
ompi/mca/pml/crcpw/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/crcpw/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/crcpw/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/crcpw/Makefile'; \
ompi/mca/pml/crcpw/Makefile.in:1761: $(AUTOMAKE) --foreign ompi/mca/pml/crcpw/Makefile
ompi/mca/pml/ucx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/ucx/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/ucx/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/ucx/Makefile'; \
ompi/mca/pml/ucx/Makefile:1778: $(AUTOMAKE) --foreign ompi/mca/pml/ucx/Makefile
ompi/mca/pml/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/ucx/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/ucx/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/ucx/Makefile'; \
ompi/mca/pml/ucx/Makefile.in:1767: $(AUTOMAKE) --foreign ompi/mca/pml/ucx/Makefile
ompi/mca/pml/yalla/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/yalla/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/yalla/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/yalla/Makefile'; \
ompi/mca/pml/yalla/Makefile:1779: $(AUTOMAKE) --foreign ompi/mca/pml/yalla/Makefile
ompi/mca/pml/yalla/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/yalla/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/yalla/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/yalla/Makefile'; \
ompi/mca/pml/yalla/Makefile.in:1768: $(AUTOMAKE) --foreign ompi/mca/pml/yalla/Makefile
ompi/mca/pml/v/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/v/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/v/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/v/Makefile'; \
ompi/mca/pml/v/Makefile:1766: $(AUTOMAKE) --foreign ompi/mca/pml/v/Makefile
ompi/mca/pml/v/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/v/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/v/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/v/Makefile'; \
ompi/mca/pml/v/Makefile.in:1755: $(AUTOMAKE) --foreign ompi/mca/pml/v/Makefile
ompi/mca/pml/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/pml/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/pml/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/Makefile'; \
ompi/mca/pml/Makefile:1786: $(AUTOMAKE) --foreign ompi/mca/pml/Makefile
ompi/mca/pml/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/pml/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
ompi/mca/pml/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/pml/Makefile'; \
ompi/mca/pml/Makefile.in:1774: $(AUTOMAKE) --foreign ompi/mca/pml/Makefile
ompi/mca/io/romio321/romio/mpi-io/glue/default/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/mpi-io/glue/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/mpi-io/glue/mpich/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/mpi-io/fortran/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/mpi-io/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/configure.ac:34:AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12 silent-rules subdir-objects])
ompi/mca/io/romio321/romio/configure.ac:83: # appropriate include directory (don't know why automake
ompi/mca/io/romio321/romio/configure.ac:167:# Open MPI: This (setting make) is a Bad Thing to do in Automake-based build systems
ompi/mca/io/romio321/romio/confdb/aclocal_cc.m4:6: dnl Many standard autoconf/automake/libtool macros, such as LT_INIT,
ompi/mca/io/romio321/romio/confdb/ltmain.sh:74:# automake: $automake_version
ompi/mca/io/romio321/romio/confdb/ltmain.sh:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
ompi/mca/io/romio321/romio/confdb/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
ompi/mca/io/romio321/romio/confdb/libtool.m4:274:# `config.status' has no value for ac_aux_dir unless we are using Automake,
ompi/mca/io/romio321/romio/confdb/lt~obsolete.m4:16:# exported API, or moved to Autoconf or Automake where they belong.
ompi/mca/io/romio321/romio/confdb/ar-lib:28:# This file is maintained in Automake, please report
ompi/mca/io/romio321/romio/confdb/ar-lib:29:# bugs to <[email protected]> or send patches to
ompi/mca/io/romio321/romio/confdb/ar-lib:30:# <[email protected]>.
ompi/mca/io/romio321/romio/confdb/compile:27:# This file is maintained in Automake, please report
ompi/mca/io/romio321/romio/confdb/compile:28:# bugs to <[email protected]> or send patches to
ompi/mca/io/romio321/romio/confdb/compile:29:# <[email protected]>.
ompi/mca/io/romio321/romio/confdb/compile:250:Report bugs to <[email protected]>.
ompi/mca/io/romio321/romio/confdb/missing:41: # Back-compat with the calling convention used by older automake.
ompi/mca/io/romio321/romio/confdb/missing:57: aclocal autoconf autoheader autom4te automake makeinfo
ompi/mca/io/romio321/romio/confdb/missing:63:Send bug reports to <[email protected]>."
ompi/mca/io/romio321/romio/confdb/missing:68: echo "missing $scriptversion (GNU Automake)"
ompi/mca/io/romio321/romio/confdb/missing:111: aclocal|automake)
ompi/mca/io/romio321/romio/confdb/missing:112: echo "The '$1' program is part of the GNU Automake package:"
ompi/mca/io/romio321/romio/confdb/missing:113: echo "<$gnu_software_URL/automake>"
ompi/mca/io/romio321/romio/confdb/missing:151: automake*)
ompi/mca/io/romio321/romio/confdb/missing:154: program_details 'automake'
ompi/mca/io/romio321/romio/confdb/depcomp:49:Report bugs to <[email protected]>.
ompi/mca/io/romio321/romio/confdb/depcomp:567: # This comment above is used by automake to tell side-effect
ompi/mca/io/romio321/romio/Makefile.am:26:## TODO: need to write an automakefile that handles two primary cases:
ompi/mca/io/romio321/romio/Makefile.am:77:# libs, we use a subdir automake fragment strategy
ompi/mca/io/romio321/romio/configure:876:AUTOMAKE
ompi/mca/io/romio321/romio/configure:3183:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/configure:3478:# Some tools Automake needs.
ompi/mca/io/romio321/romio/configure:3486:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
ompi/mca/io/romio321/romio/configure:3494:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/configure:3496:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/configure:3497:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/configure:4464: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/configure:4622: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/configure:12299: # appropriate include directory (don't know why automake
ompi/mca/io/romio321/romio/configure:12386:# Open MPI: This (setting make) is a Bad Thing to do in Automake-based build systems
ompi/mca/io/romio321/romio/configure:24298: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
ompi/mca/io/romio321/romio/configure:26204: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/configure:26211: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/romio321/romio/test/Makefile:381:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/ompi/mca/io/romio321/romio/confdb/missing automake-1.15
ompi/mca/io/romio321/romio/test/Makefile:603: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
ompi/mca/io/romio321/romio/test/Makefile:605: $(AUTOMAKE) --foreign test/Makefile
ompi/mca/io/romio321/romio/test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/romio321/romio/test/Makefile.in:370:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/romio321/romio/test/Makefile.in:591: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
ompi/mca/io/romio321/romio/test/Makefile.in:593: $(AUTOMAKE) --foreign test/Makefile
ompi/mca/io/romio321/romio/test-internal/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/romio321/romio/test-internal/Makefile:215:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/ompi/mca/io/romio321/romio/confdb/missing automake-1.15
ompi/mca/io/romio321/romio/test-internal/Makefile:427: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test-internal/Makefile'; \
ompi/mca/io/romio321/romio/test-internal/Makefile:429: $(AUTOMAKE) --foreign test-internal/Makefile
ompi/mca/io/romio321/romio/test-internal/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/romio321/romio/test-internal/Makefile.in:205:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/romio321/romio/test-internal/Makefile.in:416: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test-internal/Makefile'; \
ompi/mca/io/romio321/romio/test-internal/Makefile.in:418: $(AUTOMAKE) --foreign test-internal/Makefile
ompi/mca/io/romio321/romio/Makefile.options:20:AUTOMAKE_OPTIONS = foreign dist-bzip2
ompi/mca/io/romio321/romio/adio/ad_panfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_gpfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/common/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_testfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_zoidfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_xfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_sfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_nfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_pfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_lustre/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_ufs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_gridftp/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_hfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_pvfs2/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_piofs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/adio/ad_pvfs/Makefile.mk:2:## vim: set ft=automake :
ompi/mca/io/romio321/romio/config.log:2135:AUTOMAKE='${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/ompi/mca/io/romio321/romio/confdb/missing automake-1.15'
ompi/mca/io/romio321/romio/config.status:1183:S["AUTOMAKE"]="${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/ompi/mca/io/romio321/romio/confdb/missing automake-1.15"
ompi/mca/io/romio321/romio/config.status:1669: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/config.status:1676: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/romio321/romio/Makefile:1488:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/ompi/mca/io/romio321/romio/confdb/missing automake-1.15
ompi/mca/io/romio321/romio/Makefile:1677:AUTOMAKE_OPTIONS = foreign dist-bzip2
ompi/mca/io/romio321/romio/Makefile:1727:# libs, we use a subdir automake fragment strategy
ompi/mca/io/romio321/romio/Makefile:1879: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
ompi/mca/io/romio321/romio/Makefile:1880: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
ompi/mca/io/romio321/romio/Makefile:1885: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
ompi/mca/io/romio321/romio/Makefile:1887: $(AUTOMAKE) --foreign Makefile
ompi/mca/io/romio321/romio/Makefile:4658: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
ompi/mca/io/romio321/romio/Makefile:4665: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
ompi/mca/io/romio321/romio/libtool:568:: ${AUTOMAKE="automake"}
ompi/mca/io/romio321/romio/libtool:896:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
ompi/mca/io/romio321/romio/libtool:1847:# Note this deviates from the version comparison in automake
ompi/mca/io/romio321/romio/libtool:2584: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
ompi/mca/io/romio321/romio/autom4te.cache/requests:170: 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:173: 'AM_INIT_AUTOMAKE' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:209: 'AM_AUTOMAKE_VERSION' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:359: 'AM_INIT_AUTOMAKE' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:362: 'AM_AUTOMAKE_VERSION' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:432: 'AM_INIT_AUTOMAKE' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/requests:435: 'AM_AUTOMAKE_VERSION' => 1,
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:609:m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:610:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:613: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:615:m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:653: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:854: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:861: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:894:m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:898:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:929:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:941:# Some tools Automake needs.
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:946:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:952:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:954:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:955:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:1090: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:1216:dnl See automake bug#9928 and bug#10237.
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:1251:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:1275: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:1372: dnl Many standard autoconf/automake/libtool macros, such as LT_INIT,
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:6701:m4trace:configure.ac:34: -1- AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12 silent-rules subdir-objects])
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:6703:m4trace:configure.ac:34: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:6704:m4trace:configure.ac:34: -1- AM_AUTOMAKE_VERSION([1.13.4])
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:6741:m4trace:configure.ac:34: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
ompi/mca/io/romio321/romio/autom4te.cache/traces.0:6742:m4trace:configure.ac:34: -1- m4_pattern_allow([^AUTOMAKE$])
ompi/mca/io/romio321/romio/autom4te.cache/output.0:876:AUTOMAKE
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3183:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3478:# Some tools Automake needs.
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3486:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3494:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3496:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.0:3497:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.0:4464: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.0:4622: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.0:12285: # appropriate include directory (don't know why automake
ompi/mca/io/romio321/romio/autom4te.cache/output.0:12372:# Open MPI: This (setting make) is a Bad Thing to do in Automake-based build systems
ompi/mca/io/romio321/romio/autom4te.cache/output.0:24275: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
ompi/mca/io/romio321/romio/autom4te.cache/output.0:26181: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/autom4te.cache/output.0:26188: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/autom4te.cache/traces.1:163:m4trace:configure.ac:34: -1- AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12 silent-rules subdir-objects])
ompi/mca/io/romio321/romio/autom4te.cache/traces.1:165:m4trace:configure.ac:34: -1- AM_AUTOMAKE_VERSION([1.13.4])
ompi/mca/io/romio321/romio/autom4te.cache/traces.1:204:m4trace:configure.ac:34: -1- AC_SUBST([AUTOMAKE])
ompi/mca/io/romio321/romio/autom4te.cache/traces.1:205:m4trace:configure.ac:34: -1- AC_SUBST_TRACE([AUTOMAKE])
ompi/mca/io/romio321/romio/autom4te.cache/traces.1:206:m4trace:configure.ac:34: -1- m4_pattern_allow([^AUTOMAKE$])
ompi/mca/io/romio321/romio/autom4te.cache/output.1:876:AUTOMAKE
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3183:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3478:# Some tools Automake needs.
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3486:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3494:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3496:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.1:3497:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.1:4464: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.1:4622: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.1:12285: # appropriate include directory (don't know why automake
ompi/mca/io/romio321/romio/autom4te.cache/output.1:12372:# Open MPI: This (setting make) is a Bad Thing to do in Automake-based build systems
ompi/mca/io/romio321/romio/autom4te.cache/output.1:24275: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
ompi/mca/io/romio321/romio/autom4te.cache/output.1:26181: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/autom4te.cache/output.1:26188: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/autom4te.cache/traces.2:163:m4trace:configure.ac:34: -1- AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12 silent-rules subdir-objects])
ompi/mca/io/romio321/romio/autom4te.cache/traces.2:165:m4trace:configure.ac:34: -1- AM_AUTOMAKE_VERSION([1.13.4])
ompi/mca/io/romio321/romio/autom4te.cache/traces.2:204:m4trace:configure.ac:34: -1- AC_SUBST([AUTOMAKE])
ompi/mca/io/romio321/romio/autom4te.cache/traces.2:205:m4trace:configure.ac:34: -1- AC_SUBST_TRACE([AUTOMAKE])
ompi/mca/io/romio321/romio/autom4te.cache/traces.2:206:m4trace:configure.ac:34: -1- m4_pattern_allow([^AUTOMAKE$])
ompi/mca/io/romio321/romio/autom4te.cache/output.2:876:AUTOMAKE
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3183:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3478:# Some tools Automake needs.
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3486:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3494:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3496:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.2:3497:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/autom4te.cache/output.2:4464: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.2:4622: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/autom4te.cache/output.2:12285: # appropriate include directory (don't know why automake
ompi/mca/io/romio321/romio/autom4te.cache/output.2:12372:# Open MPI: This (setting make) is a Bad Thing to do in Automake-based build systems
ompi/mca/io/romio321/romio/autom4te.cache/output.2:24275: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
ompi/mca/io/romio321/romio/autom4te.cache/output.2:26181: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/autom4te.cache/output.2:26188: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/aclocal.m4:29:# AM_AUTOMAKE_VERSION(VERSION)
ompi/mca/io/romio321/romio/aclocal.m4:31:# Automake X.Y traces this macro to ensure aclocal.m4 has been
ompi/mca/io/romio321/romio/aclocal.m4:32:# generated from the m4 files accompanying Automake X.Y.
ompi/mca/io/romio321/romio/aclocal.m4:34:AC_DEFUN([AM_AUTOMAKE_VERSION],
ompi/mca/io/romio321/romio/aclocal.m4:36:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
ompi/mca/io/romio321/romio/aclocal.m4:39: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
ompi/mca/io/romio321/romio/aclocal.m4:49:# AM_SET_CURRENT_AUTOMAKE_VERSION
ompi/mca/io/romio321/romio/aclocal.m4:51:# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
ompi/mca/io/romio321/romio/aclocal.m4:52:# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
ompi/mca/io/romio321/romio/aclocal.m4:53:AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
ompi/mca/io/romio321/romio/aclocal.m4:54:[AM_AUTOMAKE_VERSION([1.13.4])dnl
ompi/mca/io/romio321/romio/aclocal.m4:105: # A longer-term fix would be to have automake use am__AR in this case,
ompi/mca/io/romio321/romio/aclocal.m4:130:# Of course, Automake must honor this variable whenever it calls a
ompi/mca/io/romio321/romio/aclocal.m4:212:# written in clear, in which case automake, when reading aclocal.m4,
ompi/mca/io/romio321/romio/aclocal.m4:418: # Check whether this is an Automake generated Makefile or not.
ompi/mca/io/romio321/romio/aclocal.m4:425: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ompi/mca/io/romio321/romio/aclocal.m4:469:# Do all the work for Automake. -*- Autoconf -*-
ompi/mca/io/romio321/romio/aclocal.m4:480:# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
ompi/mca/io/romio321/romio/aclocal.m4:481:# AM_INIT_AUTOMAKE([OPTIONS])
ompi/mca/io/romio321/romio/aclocal.m4:486:# the call to AM_INIT_AUTOMAKE.
ompi/mca/io/romio321/romio/aclocal.m4:488:# the next Automake release, Autoconf can make the AC_INIT
ompi/mca/io/romio321/romio/aclocal.m4:491:AC_DEFUN([AM_INIT_AUTOMAKE],
ompi/mca/io/romio321/romio/aclocal.m4:496:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
ompi/mca/io/romio321/romio/aclocal.m4:527:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
ompi/mca/io/romio321/romio/aclocal.m4:539:# Some tools Automake needs.
ompi/mca/io/romio321/romio/aclocal.m4:544:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
ompi/mca/io/romio321/romio/aclocal.m4:550:# For better backward compatibility. To be removed once Automake 1.9.x
ompi/mca/io/romio321/romio/aclocal.m4:552:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
ompi/mca/io/romio321/romio/aclocal.m4:553:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
ompi/mca/io/romio321/romio/aclocal.m4:752:# Like AC_PROG_CC_C_O, but changed for automake.
ompi/mca/io/romio321/romio/aclocal.m4:766: # A longer-term fix would be to have automake use am__CC in this case,
ompi/mca/io/romio321/romio/aclocal.m4:836:# OPTIONS is a space-separated list of Automake options.
ompi/mca/io/romio321/romio/aclocal.m4:956:dnl See automake bug#9928 and bug#10237.
ompi/mca/io/romio321/romio/aclocal.m4:1008:# tool to use in cross-compilation environments, therefore Automake
ompi/mca/io/romio321/romio/aclocal.m4:1025:# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
ompi/mca/io/romio321/romio/aclocal.m4:1026:# This macro is traced by Automake.
ompi/mca/io/romio321/romio/aclocal.m4:1071: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
ompi/mca/io/romio321/romio/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/romio321/romio/Makefile.in:1478:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/romio321/romio/Makefile.in:1666:AUTOMAKE_OPTIONS = foreign dist-bzip2
ompi/mca/io/romio321/romio/Makefile.in:1716:# libs, we use a subdir automake fragment strategy
ompi/mca/io/romio321/romio/Makefile.in:1868: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
ompi/mca/io/romio321/romio/Makefile.in:1869: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
ompi/mca/io/romio321/romio/Makefile.in:1874: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
ompi/mca/io/romio321/romio/Makefile.in:1876: $(AUTOMAKE) --foreign Makefile
ompi/mca/io/romio321/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/romio321/Makefile:623:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/io/romio321/Makefile:1881: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/romio321/Makefile'; \
ompi/mca/io/romio321/Makefile:1883: $(AUTOMAKE) --foreign ompi/mca/io/romio321/Makefile
ompi/mca/io/romio321/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/romio321/Makefile.in:612:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/romio321/Makefile.in:1869: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/romio321/Makefile'; \
ompi/mca/io/romio321/Makefile.in:1871: $(AUTOMAKE) --foreign ompi/mca/io/romio321/Makefile
ompi/mca/io/ompio/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/ompio/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/io/ompio/Makefile:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/ompio/Makefile'; \
ompi/mca/io/ompio/Makefile:1790: $(AUTOMAKE) --foreign ompi/mca/io/ompio/Makefile
ompi/mca/io/ompio/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/ompio/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/ompio/Makefile.in:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/ompio/Makefile'; \
ompi/mca/io/ompio/Makefile.in:1779: $(AUTOMAKE) --foreign ompi/mca/io/ompio/Makefile
ompi/mca/io/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/io/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/io/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/Makefile'; \
ompi/mca/io/Makefile:1779: $(AUTOMAKE) --foreign ompi/mca/io/Makefile
ompi/mca/io/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/io/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/io/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/io/Makefile'; \
ompi/mca/io/Makefile.in:1767: $(AUTOMAKE) --foreign ompi/mca/io/Makefile
ompi/mca/crcp/bkmrk/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/crcp/bkmrk/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/crcp/bkmrk/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/crcp/bkmrk/Makefile'; \
ompi/mca/crcp/bkmrk/Makefile:1776: $(AUTOMAKE) --foreign ompi/mca/crcp/bkmrk/Makefile
ompi/mca/crcp/bkmrk/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/crcp/bkmrk/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
ompi/mca/crcp/bkmrk/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/crcp/bkmrk/Makefile'; \
ompi/mca/crcp/bkmrk/Makefile.in:1765: $(AUTOMAKE) --foreign ompi/mca/crcp/bkmrk/Makefile
ompi/mca/crcp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/crcp/Makefile:571:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/crcp/Makefile:1769:# Automake-generated compilation/linker rules).
ompi/mca/crcp/Makefile:1809: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/crcp/Makefile'; \
ompi/mca/crcp/Makefile:1811: $(AUTOMAKE) --foreign ompi/mca/crcp/Makefile
ompi/mca/crcp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/crcp/Makefile.in:561:AUTOMAKE = @AUTOMAKE@
ompi/mca/crcp/Makefile.in:1758:# Automake-generated compilation/linker rules).
ompi/mca/crcp/Makefile.in:1798: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/crcp/Makefile'; \
ompi/mca/crcp/Makefile.in:1800: $(AUTOMAKE) --foreign ompi/mca/crcp/Makefile
ompi/mca/common/monitoring/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/common/monitoring/Makefile:564:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/common/monitoring/Makefile:1803: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/monitoring/Makefile'; \
ompi/mca/common/monitoring/Makefile:1805: $(AUTOMAKE) --foreign ompi/mca/common/monitoring/Makefile
ompi/mca/common/monitoring/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/common/monitoring/Makefile.in:553:AUTOMAKE = @AUTOMAKE@
ompi/mca/common/monitoring/Makefile.in:1791: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/monitoring/Makefile'; \
ompi/mca/common/monitoring/Makefile.in:1793: $(AUTOMAKE) --foreign ompi/mca/common/monitoring/Makefile
ompi/mca/common/ompio/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/common/ompio/Makefile:586:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/common/ompio/Makefile:1833: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/ompio/Makefile'; \
ompi/mca/common/ompio/Makefile:1835: $(AUTOMAKE) --foreign ompi/mca/common/ompio/Makefile
ompi/mca/common/ompio/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/common/ompio/Makefile.in:575:AUTOMAKE = @AUTOMAKE@
ompi/mca/common/ompio/Makefile.in:1821: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/ompio/Makefile'; \
ompi/mca/common/ompio/Makefile.in:1823: $(AUTOMAKE) --foreign ompi/mca/common/ompio/Makefile
ompi/mca/common/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/common/Makefile:450:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/common/Makefile:1656: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/Makefile'; \
ompi/mca/common/Makefile:1658: $(AUTOMAKE) --foreign ompi/mca/common/Makefile
ompi/mca/common/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/common/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
ompi/mca/common/Makefile.in:1644: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/common/Makefile'; \
ompi/mca/common/Makefile.in:1646: $(AUTOMAKE) --foreign ompi/mca/common/Makefile
ompi/mca/bml/r2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/bml/r2/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/bml/r2/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/bml/r2/Makefile'; \
ompi/mca/bml/r2/Makefile:1774: $(AUTOMAKE) --foreign ompi/mca/bml/r2/Makefile
ompi/mca/bml/r2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/bml/r2/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
ompi/mca/bml/r2/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/bml/r2/Makefile'; \
ompi/mca/bml/r2/Makefile.in:1762: $(AUTOMAKE) --foreign ompi/mca/bml/r2/Makefile
ompi/mca/bml/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/bml/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/bml/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/bml/Makefile'; \
ompi/mca/bml/Makefile:1777: $(AUTOMAKE) --foreign ompi/mca/bml/Makefile
ompi/mca/bml/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/bml/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/bml/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/bml/Makefile'; \
ompi/mca/bml/Makefile.in:1765: $(AUTOMAKE) --foreign ompi/mca/bml/Makefile
ompi/mca/coll/self/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/self/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/self/Makefile:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/self/Makefile'; \
ompi/mca/coll/self/Makefile:1798: $(AUTOMAKE) --foreign ompi/mca/coll/self/Makefile
ompi/mca/coll/self/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/self/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/self/Makefile.in:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/self/Makefile'; \
ompi/mca/coll/self/Makefile.in:1787: $(AUTOMAKE) --foreign ompi/mca/coll/self/Makefile
ompi/mca/coll/basic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/basic/Makefile:562:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/basic/Makefile:1812: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/basic/Makefile'; \
ompi/mca/coll/basic/Makefile:1814: $(AUTOMAKE) --foreign ompi/mca/coll/basic/Makefile
ompi/mca/coll/basic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/basic/Makefile.in:552:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/basic/Makefile.in:1801: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/basic/Makefile'; \
ompi/mca/coll/basic/Makefile.in:1803: $(AUTOMAKE) --foreign ompi/mca/coll/basic/Makefile
ompi/mca/coll/monitoring/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/monitoring/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/monitoring/Makefile:1801: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/monitoring/Makefile'; \
ompi/mca/coll/monitoring/Makefile:1803: $(AUTOMAKE) --foreign ompi/mca/coll/monitoring/Makefile
ompi/mca/coll/monitoring/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/monitoring/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/monitoring/Makefile.in:1790: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/monitoring/Makefile'; \
ompi/mca/coll/monitoring/Makefile.in:1792: $(AUTOMAKE) --foreign ompi/mca/coll/monitoring/Makefile
ompi/mca/coll/sm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/sm/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/sm/Makefile:1803: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/sm/Makefile'; \
ompi/mca/coll/sm/Makefile:1805: $(AUTOMAKE) --foreign ompi/mca/coll/sm/Makefile
ompi/mca/coll/sm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/sm/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/sm/Makefile.in:1791: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/sm/Makefile'; \
ompi/mca/coll/sm/Makefile.in:1793: $(AUTOMAKE) --foreign ompi/mca/coll/sm/Makefile
ompi/mca/coll/libnbc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/libnbc/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/libnbc/Makefile:1817: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/libnbc/Makefile'; \
ompi/mca/coll/libnbc/Makefile:1819: $(AUTOMAKE) --foreign ompi/mca/coll/libnbc/Makefile
ompi/mca/coll/libnbc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/libnbc/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/libnbc/Makefile.in:1806: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/libnbc/Makefile'; \
ompi/mca/coll/libnbc/Makefile.in:1808: $(AUTOMAKE) --foreign ompi/mca/coll/libnbc/Makefile
ompi/mca/coll/hcoll/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/hcoll/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/hcoll/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/hcoll/Makefile'; \
ompi/mca/coll/hcoll/Makefile:1781: $(AUTOMAKE) --foreign ompi/mca/coll/hcoll/Makefile
ompi/mca/coll/hcoll/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/hcoll/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/hcoll/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/hcoll/Makefile'; \
ompi/mca/coll/hcoll/Makefile.in:1770: $(AUTOMAKE) --foreign ompi/mca/coll/hcoll/Makefile
ompi/mca/coll/fca/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/fca/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/fca/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/fca/Makefile'; \
ompi/mca/coll/fca/Makefile:1781: $(AUTOMAKE) --foreign ompi/mca/coll/fca/Makefile
ompi/mca/coll/fca/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/fca/Makefile.in:531:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/fca/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/fca/Makefile'; \
ompi/mca/coll/fca/Makefile.in:1770: $(AUTOMAKE) --foreign ompi/mca/coll/fca/Makefile
ompi/mca/coll/sync/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/sync/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/sync/Makefile:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/sync/Makefile'; \
ompi/mca/coll/sync/Makefile:1790: $(AUTOMAKE) --foreign ompi/mca/coll/sync/Makefile
ompi/mca/coll/sync/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/sync/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/sync/Makefile.in:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/sync/Makefile'; \
ompi/mca/coll/sync/Makefile.in:1778: $(AUTOMAKE) --foreign ompi/mca/coll/sync/Makefile
ompi/mca/coll/tuned/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/tuned/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/tuned/Makefile:1808: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/tuned/Makefile'; \
ompi/mca/coll/tuned/Makefile:1810: $(AUTOMAKE) --foreign ompi/mca/coll/tuned/Makefile
ompi/mca/coll/tuned/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/tuned/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/tuned/Makefile.in:1797: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/tuned/Makefile'; \
ompi/mca/coll/tuned/Makefile.in:1799: $(AUTOMAKE) --foreign ompi/mca/coll/tuned/Makefile
ompi/mca/coll/inter/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/inter/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/inter/Makefile:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/inter/Makefile'; \
ompi/mca/coll/inter/Makefile:1790: $(AUTOMAKE) --foreign ompi/mca/coll/inter/Makefile
ompi/mca/coll/inter/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/inter/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/inter/Makefile.in:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/inter/Makefile'; \
ompi/mca/coll/inter/Makefile.in:1779: $(AUTOMAKE) --foreign ompi/mca/coll/inter/Makefile
ompi/mca/coll/cuda/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/cuda/Makefile:531:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/cuda/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/cuda/Makefile'; \
ompi/mca/coll/cuda/Makefile:1774: $(AUTOMAKE) --foreign ompi/mca/coll/cuda/Makefile
ompi/mca/coll/cuda/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/cuda/Makefile.in:520:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/cuda/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/cuda/Makefile'; \
ompi/mca/coll/cuda/Makefile.in:1762: $(AUTOMAKE) --foreign ompi/mca/coll/cuda/Makefile
ompi/mca/coll/portals4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/portals4/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/portals4/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/portals4/Makefile'; \
ompi/mca/coll/portals4/Makefile:1781: $(AUTOMAKE) --foreign ompi/mca/coll/portals4/Makefile
ompi/mca/coll/portals4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/portals4/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/portals4/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/portals4/Makefile'; \
ompi/mca/coll/portals4/Makefile.in:1770: $(AUTOMAKE) --foreign ompi/mca/coll/portals4/Makefile
ompi/mca/coll/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/coll/Makefile:567:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/coll/Makefile:1798: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/Makefile'; \
ompi/mca/coll/Makefile:1800: $(AUTOMAKE) --foreign ompi/mca/coll/Makefile
ompi/mca/coll/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/coll/Makefile.in:556:AUTOMAKE = @AUTOMAKE@
ompi/mca/coll/Makefile.in:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/coll/Makefile'; \
ompi/mca/coll/Makefile.in:1788: $(AUTOMAKE) --foreign ompi/mca/coll/Makefile
ompi/mca/sharedfp/sm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/sharedfp/sm/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/sharedfp/sm/Makefile:1791: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/sm/Makefile'; \
ompi/mca/sharedfp/sm/Makefile:1793: $(AUTOMAKE) --foreign ompi/mca/sharedfp/sm/Makefile
ompi/mca/sharedfp/sm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/sharedfp/sm/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
ompi/mca/sharedfp/sm/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/sm/Makefile'; \
ompi/mca/sharedfp/sm/Makefile.in:1782: $(AUTOMAKE) --foreign ompi/mca/sharedfp/sm/Makefile
ompi/mca/sharedfp/individual/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/sharedfp/individual/Makefile:562:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/sharedfp/individual/Makefile:1799: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/individual/Makefile'; \
ompi/mca/sharedfp/individual/Makefile:1801: $(AUTOMAKE) --foreign ompi/mca/sharedfp/individual/Makefile
ompi/mca/sharedfp/individual/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/sharedfp/individual/Makefile.in:552:AUTOMAKE = @AUTOMAKE@
ompi/mca/sharedfp/individual/Makefile.in:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/individual/Makefile'; \
ompi/mca/sharedfp/individual/Makefile.in:1790: $(AUTOMAKE) --foreign ompi/mca/sharedfp/individual/Makefile
ompi/mca/sharedfp/lockedfile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/sharedfp/lockedfile/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/sharedfp/lockedfile/Makefile:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/lockedfile/Makefile'; \
ompi/mca/sharedfp/lockedfile/Makefile:1798: $(AUTOMAKE) --foreign ompi/mca/sharedfp/lockedfile/Makefile
ompi/mca/sharedfp/lockedfile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/sharedfp/lockedfile/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
ompi/mca/sharedfp/lockedfile/Makefile.in:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/lockedfile/Makefile'; \
ompi/mca/sharedfp/lockedfile/Makefile.in:1787: $(AUTOMAKE) --foreign ompi/mca/sharedfp/lockedfile/Makefile
ompi/mca/sharedfp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/sharedfp/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/sharedfp/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/Makefile'; \
ompi/mca/sharedfp/Makefile:1783: $(AUTOMAKE) --foreign ompi/mca/sharedfp/Makefile
ompi/mca/sharedfp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/sharedfp/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
ompi/mca/sharedfp/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/sharedfp/Makefile'; \
ompi/mca/sharedfp/Makefile.in:1771: $(AUTOMAKE) --foreign ompi/mca/sharedfp/Makefile
ompi/mca/fs/pvfs2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fs/pvfs2/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fs/pvfs2/Makefile:1790: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/pvfs2/Makefile'; \
ompi/mca/fs/pvfs2/Makefile:1792: $(AUTOMAKE) --foreign ompi/mca/fs/pvfs2/Makefile
ompi/mca/fs/pvfs2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fs/pvfs2/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/fs/pvfs2/Makefile.in:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/pvfs2/Makefile'; \
ompi/mca/fs/pvfs2/Makefile.in:1781: $(AUTOMAKE) --foreign ompi/mca/fs/pvfs2/Makefile
ompi/mca/fs/ufs/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fs/ufs/Makefile:547:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fs/ufs/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/ufs/Makefile'; \
ompi/mca/fs/ufs/Makefile:1776: $(AUTOMAKE) --foreign ompi/mca/fs/ufs/Makefile
ompi/mca/fs/ufs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fs/ufs/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
ompi/mca/fs/ufs/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/ufs/Makefile'; \
ompi/mca/fs/ufs/Makefile.in:1765: $(AUTOMAKE) --foreign ompi/mca/fs/ufs/Makefile
ompi/mca/fs/lustre/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fs/lustre/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fs/lustre/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/lustre/Makefile'; \
ompi/mca/fs/lustre/Makefile:1785: $(AUTOMAKE) --foreign ompi/mca/fs/lustre/Makefile
ompi/mca/fs/lustre/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fs/lustre/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/fs/lustre/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/lustre/Makefile'; \
ompi/mca/fs/lustre/Makefile.in:1774: $(AUTOMAKE) --foreign ompi/mca/fs/lustre/Makefile
ompi/mca/fs/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fs/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fs/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/Makefile'; \
ompi/mca/fs/Makefile:1785: $(AUTOMAKE) --foreign ompi/mca/fs/Makefile
ompi/mca/fs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fs/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
ompi/mca/fs/Makefile.in:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fs/Makefile'; \
ompi/mca/fs/Makefile.in:1773: $(AUTOMAKE) --foreign ompi/mca/fs/Makefile
ompi/mca/rte/pmix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/rte/pmix/Makefile:531:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/rte/pmix/Makefile:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/pmix/Makefile'; \
ompi/mca/rte/pmix/Makefile:1755: $(AUTOMAKE) --foreign ompi/mca/rte/pmix/Makefile
ompi/mca/rte/pmix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/rte/pmix/Makefile.in:520:AUTOMAKE = @AUTOMAKE@
ompi/mca/rte/pmix/Makefile.in:1741: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/pmix/Makefile'; \
ompi/mca/rte/pmix/Makefile.in:1743: $(AUTOMAKE) --foreign ompi/mca/rte/pmix/Makefile
ompi/mca/rte/orte/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/rte/orte/Makefile:534:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/rte/orte/Makefile:1758: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/orte/Makefile'; \
ompi/mca/rte/orte/Makefile:1760: $(AUTOMAKE) --foreign ompi/mca/rte/orte/Makefile
ompi/mca/rte/orte/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/rte/orte/Makefile.in:523:AUTOMAKE = @AUTOMAKE@
ompi/mca/rte/orte/Makefile.in:1746: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/orte/Makefile'; \
ompi/mca/rte/orte/Makefile.in:1748: $(AUTOMAKE) --foreign ompi/mca/rte/orte/Makefile
ompi/mca/rte/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/rte/Makefile:533:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/rte/Makefile:1751: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/Makefile'; \
ompi/mca/rte/Makefile:1753: $(AUTOMAKE) --foreign ompi/mca/rte/Makefile
ompi/mca/rte/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/rte/Makefile.in:522:AUTOMAKE = @AUTOMAKE@
ompi/mca/rte/Makefile.in:1739: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/rte/Makefile'; \
ompi/mca/rte/Makefile.in:1741: $(AUTOMAKE) --foreign ompi/mca/rte/Makefile
ompi/mca/vprotocol/pessimist/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/vprotocol/pessimist/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/vprotocol/pessimist/Makefile:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/vprotocol/pessimist/Makefile'; \
ompi/mca/vprotocol/pessimist/Makefile:1798: $(AUTOMAKE) --foreign ompi/mca/vprotocol/pessimist/Makefile
ompi/mca/vprotocol/pessimist/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/vprotocol/pessimist/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/vprotocol/pessimist/Makefile.in:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/vprotocol/pessimist/Makefile'; \
ompi/mca/vprotocol/pessimist/Makefile.in:1787: $(AUTOMAKE) --foreign ompi/mca/vprotocol/pessimist/Makefile
ompi/mca/vprotocol/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/vprotocol/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/vprotocol/Makefile:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/vprotocol/Makefile'; \
ompi/mca/vprotocol/Makefile:1764: $(AUTOMAKE) --foreign ompi/mca/vprotocol/Makefile
ompi/mca/vprotocol/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/vprotocol/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
ompi/mca/vprotocol/Makefile.in:1750: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/vprotocol/Makefile'; \
ompi/mca/vprotocol/Makefile.in:1752: $(AUTOMAKE) --foreign ompi/mca/vprotocol/Makefile
ompi/mca/fbtl/pvfs2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fbtl/pvfs2/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fbtl/pvfs2/Makefile:1787: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/pvfs2/Makefile'; \
ompi/mca/fbtl/pvfs2/Makefile:1789: $(AUTOMAKE) --foreign ompi/mca/fbtl/pvfs2/Makefile
ompi/mca/fbtl/pvfs2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fbtl/pvfs2/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/fbtl/pvfs2/Makefile.in:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/pvfs2/Makefile'; \
ompi/mca/fbtl/pvfs2/Makefile.in:1778: $(AUTOMAKE) --foreign ompi/mca/fbtl/pvfs2/Makefile
ompi/mca/fbtl/posix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fbtl/posix/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fbtl/posix/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/posix/Makefile'; \
ompi/mca/fbtl/posix/Makefile:1785: $(AUTOMAKE) --foreign ompi/mca/fbtl/posix/Makefile
ompi/mca/fbtl/posix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fbtl/posix/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/fbtl/posix/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/posix/Makefile'; \
ompi/mca/fbtl/posix/Makefile.in:1774: $(AUTOMAKE) --foreign ompi/mca/fbtl/posix/Makefile
ompi/mca/fbtl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fbtl/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fbtl/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/Makefile'; \
ompi/mca/fbtl/Makefile:1779: $(AUTOMAKE) --foreign ompi/mca/fbtl/Makefile
ompi/mca/fbtl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fbtl/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
ompi/mca/fbtl/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fbtl/Makefile'; \
ompi/mca/fbtl/Makefile.in:1767: $(AUTOMAKE) --foreign ompi/mca/fbtl/Makefile
ompi/mca/op/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/op/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/op/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/op/Makefile'; \
ompi/mca/op/Makefile:1778: $(AUTOMAKE) --foreign ompi/mca/op/Makefile
ompi/mca/op/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/op/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
ompi/mca/op/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/op/Makefile'; \
ompi/mca/op/Makefile.in:1766: $(AUTOMAKE) --foreign ompi/mca/op/Makefile
ompi/mca/fcoll/vulcan/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/vulcan/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/vulcan/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/vulcan/Makefile'; \
ompi/mca/fcoll/vulcan/Makefile:1781: $(AUTOMAKE) --foreign ompi/mca/fcoll/vulcan/Makefile
ompi/mca/fcoll/vulcan/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/vulcan/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/vulcan/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/vulcan/Makefile'; \
ompi/mca/fcoll/vulcan/Makefile.in:1770: $(AUTOMAKE) --foreign ompi/mca/fcoll/vulcan/Makefile
ompi/mca/fcoll/dynamic_gen2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/dynamic_gen2/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/dynamic_gen2/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic_gen2/Makefile'; \
ompi/mca/fcoll/dynamic_gen2/Makefile:1786: $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic_gen2/Makefile
ompi/mca/fcoll/dynamic_gen2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/dynamic_gen2/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/dynamic_gen2/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic_gen2/Makefile'; \
ompi/mca/fcoll/dynamic_gen2/Makefile.in:1775: $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic_gen2/Makefile
ompi/mca/fcoll/two_phase/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/two_phase/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/two_phase/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/two_phase/Makefile'; \
ompi/mca/fcoll/two_phase/Makefile:1786: $(AUTOMAKE) --foreign ompi/mca/fcoll/two_phase/Makefile
ompi/mca/fcoll/two_phase/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/two_phase/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/two_phase/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/two_phase/Makefile'; \
ompi/mca/fcoll/two_phase/Makefile.in:1775: $(AUTOMAKE) --foreign ompi/mca/fcoll/two_phase/Makefile
ompi/mca/fcoll/individual/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/individual/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/individual/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/individual/Makefile'; \
ompi/mca/fcoll/individual/Makefile:1786: $(AUTOMAKE) --foreign ompi/mca/fcoll/individual/Makefile
ompi/mca/fcoll/individual/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/individual/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/individual/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/individual/Makefile'; \
ompi/mca/fcoll/individual/Makefile.in:1775: $(AUTOMAKE) --foreign ompi/mca/fcoll/individual/Makefile
ompi/mca/fcoll/dynamic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/dynamic/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/dynamic/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic/Makefile'; \
ompi/mca/fcoll/dynamic/Makefile:1783: $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic/Makefile
ompi/mca/fcoll/dynamic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/dynamic/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/dynamic/Makefile.in:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic/Makefile'; \
ompi/mca/fcoll/dynamic/Makefile.in:1772: $(AUTOMAKE) --foreign ompi/mca/fcoll/dynamic/Makefile
ompi/mca/fcoll/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/fcoll/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/fcoll/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/Makefile'; \
ompi/mca/fcoll/Makefile:1783: $(AUTOMAKE) --foreign ompi/mca/fcoll/Makefile
ompi/mca/fcoll/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/fcoll/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
ompi/mca/fcoll/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/fcoll/Makefile'; \
ompi/mca/fcoll/Makefile.in:1771: $(AUTOMAKE) --foreign ompi/mca/fcoll/Makefile
ompi/mca/mtl/ofi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/mtl/ofi/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/mtl/ofi/Makefile:1790: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/ofi/Makefile'; \
ompi/mca/mtl/ofi/Makefile:1792: $(AUTOMAKE) --foreign ompi/mca/mtl/ofi/Makefile
ompi/mca/mtl/ofi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/mtl/ofi/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
ompi/mca/mtl/ofi/Makefile.in:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/ofi/Makefile'; \
ompi/mca/mtl/ofi/Makefile.in:1779: $(AUTOMAKE) --foreign ompi/mca/mtl/ofi/Makefile
ompi/mca/mtl/psm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/mtl/psm/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/mtl/psm/Makefile:1794: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/psm/Makefile'; \
ompi/mca/mtl/psm/Makefile:1796: $(AUTOMAKE) --foreign ompi/mca/mtl/psm/Makefile
ompi/mca/mtl/psm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/mtl/psm/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
ompi/mca/mtl/psm/Makefile.in:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/psm/Makefile'; \
ompi/mca/mtl/psm/Makefile.in:1784: $(AUTOMAKE) --foreign ompi/mca/mtl/psm/Makefile
ompi/mca/mtl/portals4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/mtl/portals4/Makefile:581:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/mtl/portals4/Makefile:1811: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/portals4/Makefile'; \
ompi/mca/mtl/portals4/Makefile:1813: $(AUTOMAKE) --foreign ompi/mca/mtl/portals4/Makefile
ompi/mca/mtl/portals4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/mtl/portals4/Makefile.in:571:AUTOMAKE = @AUTOMAKE@
ompi/mca/mtl/portals4/Makefile.in:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/portals4/Makefile'; \
ompi/mca/mtl/portals4/Makefile.in:1802: $(AUTOMAKE) --foreign ompi/mca/mtl/portals4/Makefile
ompi/mca/mtl/psm2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/mtl/psm2/Makefile:557:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/mtl/psm2/Makefile:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/psm2/Makefile'; \
ompi/mca/mtl/psm2/Makefile:1802: $(AUTOMAKE) --foreign ompi/mca/mtl/psm2/Makefile
ompi/mca/mtl/psm2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/mtl/psm2/Makefile.in:546:AUTOMAKE = @AUTOMAKE@
ompi/mca/mtl/psm2/Makefile.in:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/psm2/Makefile'; \
ompi/mca/mtl/psm2/Makefile.in:1790: $(AUTOMAKE) --foreign ompi/mca/mtl/psm2/Makefile
ompi/mca/mtl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/mtl/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/mtl/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/Makefile'; \
ompi/mca/mtl/Makefile:1775: $(AUTOMAKE) --foreign ompi/mca/mtl/Makefile
ompi/mca/mtl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/mtl/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
ompi/mca/mtl/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/mtl/Makefile'; \
ompi/mca/mtl/Makefile.in:1763: $(AUTOMAKE) --foreign ompi/mca/mtl/Makefile
ompi/mca/osc/monitoring/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/monitoring/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/monitoring/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/monitoring/Makefile'; \
ompi/mca/osc/monitoring/Makefile:1774: $(AUTOMAKE) --foreign ompi/mca/osc/monitoring/Makefile
ompi/mca/osc/monitoring/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/monitoring/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/monitoring/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/monitoring/Makefile'; \
ompi/mca/osc/monitoring/Makefile.in:1763: $(AUTOMAKE) --foreign ompi/mca/osc/monitoring/Makefile
ompi/mca/osc/sm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/sm/Makefile:534:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/sm/Makefile:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/sm/Makefile'; \
ompi/mca/osc/sm/Makefile:1771: $(AUTOMAKE) --foreign ompi/mca/osc/sm/Makefile
ompi/mca/osc/sm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/sm/Makefile.in:524:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/sm/Makefile.in:1758: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/sm/Makefile'; \
ompi/mca/osc/sm/Makefile.in:1760: $(AUTOMAKE) --foreign ompi/mca/osc/sm/Makefile
ompi/mca/osc/rdma/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/rdma/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/rdma/Makefile:1797: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/rdma/Makefile'; \
ompi/mca/osc/rdma/Makefile:1799: $(AUTOMAKE) --foreign ompi/mca/osc/rdma/Makefile
ompi/mca/osc/rdma/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/rdma/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/rdma/Makefile.in:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/rdma/Makefile'; \
ompi/mca/osc/rdma/Makefile.in:1788: $(AUTOMAKE) --foreign ompi/mca/osc/rdma/Makefile
ompi/mca/osc/ucx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/ucx/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/ucx/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/ucx/Makefile'; \
ompi/mca/osc/ucx/Makefile:1777: $(AUTOMAKE) --foreign ompi/mca/osc/ucx/Makefile
ompi/mca/osc/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/ucx/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/ucx/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/ucx/Makefile'; \
ompi/mca/osc/ucx/Makefile.in:1766: $(AUTOMAKE) --foreign ompi/mca/osc/ucx/Makefile
ompi/mca/osc/pt2pt/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/pt2pt/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/pt2pt/Makefile:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/pt2pt/Makefile'; \
ompi/mca/osc/pt2pt/Makefile:1798: $(AUTOMAKE) --foreign ompi/mca/osc/pt2pt/Makefile
ompi/mca/osc/pt2pt/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/pt2pt/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/pt2pt/Makefile.in:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/pt2pt/Makefile'; \
ompi/mca/osc/pt2pt/Makefile.in:1786: $(AUTOMAKE) --foreign ompi/mca/osc/pt2pt/Makefile
ompi/mca/osc/portals4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/portals4/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/portals4/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/portals4/Makefile'; \
ompi/mca/osc/portals4/Makefile:1780: $(AUTOMAKE) --foreign ompi/mca/osc/portals4/Makefile
ompi/mca/osc/portals4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/portals4/Makefile.in:531:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/portals4/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/portals4/Makefile'; \
ompi/mca/osc/portals4/Makefile.in:1769: $(AUTOMAKE) --foreign ompi/mca/osc/portals4/Makefile
ompi/mca/osc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mca/osc/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mca/osc/Makefile:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/Makefile'; \
ompi/mca/osc/Makefile:1773: $(AUTOMAKE) --foreign ompi/mca/osc/Makefile
ompi/mca/osc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mca/osc/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
ompi/mca/osc/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mca/osc/Makefile'; \
ompi/mca/osc/Makefile.in:1761: $(AUTOMAKE) --foreign ompi/mca/osc/Makefile
ompi/etc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/etc/Makefile:450:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/etc/Makefile:1660: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/etc/Makefile'; \
ompi/etc/Makefile:1662: $(AUTOMAKE) --foreign ompi/etc/Makefile
ompi/etc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/etc/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
ompi/etc/Makefile.in:1648: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/etc/Makefile'; \
ompi/etc/Makefile.in:1650: $(AUTOMAKE) --foreign ompi/etc/Makefile
ompi/mpiext/affinity/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/affinity/c/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/affinity/c/Makefile:1751:# Automake-generated compilation/linker rules).
ompi/mpiext/affinity/c/Makefile:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/affinity/c/Makefile'; \
ompi/mpiext/affinity/c/Makefile:1802: $(AUTOMAKE) --foreign ompi/mpiext/affinity/c/Makefile
ompi/mpiext/affinity/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/affinity/c/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/affinity/c/Makefile.in:1740:# Automake-generated compilation/linker rules).
ompi/mpiext/affinity/c/Makefile.in:1789: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/affinity/c/Makefile'; \
ompi/mpiext/affinity/c/Makefile.in:1791: $(AUTOMAKE) --foreign ompi/mpiext/affinity/c/Makefile
ompi/mpiext/affinity/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/affinity/Makefile:511:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/affinity/Makefile:1719: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/affinity/Makefile'; \
ompi/mpiext/affinity/Makefile:1721: $(AUTOMAKE) --foreign ompi/mpiext/affinity/Makefile
ompi/mpiext/affinity/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/affinity/Makefile.in:500:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/affinity/Makefile.in:1707: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/affinity/Makefile'; \
ompi/mpiext/affinity/Makefile.in:1709: $(AUTOMAKE) --foreign ompi/mpiext/affinity/Makefile
ompi/mpiext/pcollreq/c/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/c/profile/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/c/profile/Makefile:1749:# Automake-generated compilation/linker rules).
ompi/mpiext/pcollreq/c/profile/Makefile:1813: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/profile/Makefile'; \
ompi/mpiext/pcollreq/c/profile/Makefile:1815: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/profile/Makefile
ompi/mpiext/pcollreq/c/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/c/profile/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/c/profile/Makefile.in:1738:# Automake-generated compilation/linker rules).
ompi/mpiext/pcollreq/c/profile/Makefile.in:1802: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/profile/Makefile'; \
ompi/mpiext/pcollreq/c/profile/Makefile.in:1804: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/profile/Makefile
ompi/mpiext/pcollreq/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/c/Makefile:636:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/c/Makefile:1840:# Automake-generated compilation/linker rules).
ompi/mpiext/pcollreq/c/Makefile:1910: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/Makefile'; \
ompi/mpiext/pcollreq/c/Makefile:1912: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/Makefile
ompi/mpiext/pcollreq/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/c/Makefile.in:626:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/c/Makefile.in:1829:# Automake-generated compilation/linker rules).
ompi/mpiext/pcollreq/c/Makefile.in:1899: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/Makefile'; \
ompi/mpiext/pcollreq/c/Makefile.in:1901: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/c/Makefile
ompi/mpiext/pcollreq/use-mpi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/use-mpi/Makefile:467:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/use-mpi/Makefile:1674: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi/Makefile'; \
ompi/mpiext/pcollreq/use-mpi/Makefile:1676: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi/Makefile
ompi/mpiext/pcollreq/use-mpi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/use-mpi/Makefile.in:456:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/use-mpi/Makefile.in:1662: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi/Makefile'; \
ompi/mpiext/pcollreq/use-mpi/Makefile.in:1664: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi/Makefile
ompi/mpiext/pcollreq/mpif-h/Makefile.am:40:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.am:37:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/mpif-h/profile/Makefile:112:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/profile/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/mpif-h/profile/Makefile:1811: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/profile/Makefile'; \
ompi/mpiext/pcollreq/mpif-h/profile/Makefile:1813: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/profile/Makefile
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.in:102:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.in:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/profile/Makefile'; \
ompi/mpiext/pcollreq/mpif-h/profile/Makefile.in:1802: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/profile/Makefile
ompi/mpiext/pcollreq/mpif-h/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/mpif-h/Makefile:110:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/Makefile:646:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/mpif-h/Makefile:1885: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/Makefile'; \
ompi/mpiext/pcollreq/mpif-h/Makefile:1887: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/Makefile
ompi/mpiext/pcollreq/mpif-h/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/mpif-h/Makefile.in:100:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/mpif-h/Makefile.in:636:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/mpif-h/Makefile.in:1874: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/Makefile'; \
ompi/mpiext/pcollreq/mpif-h/Makefile.in:1876: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/mpif-h/Makefile
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.am:27:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/use-mpi-f08/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/use-mpi-f08/Makefile:109:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/use-mpi-f08/Makefile:582:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/use-mpi-f08/Makefile:1866: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi-f08/Makefile'; \
ompi/mpiext/pcollreq/use-mpi-f08/Makefile:1868: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi-f08/Makefile
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.in:99:# Use the Automake conditional to know if we're building the mpif.h
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.in:571:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.in:1854: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi-f08/Makefile'; \
ompi/mpiext/pcollreq/use-mpi-f08/Makefile.in:1856: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/use-mpi-f08/Makefile
ompi/mpiext/pcollreq/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/pcollreq/Makefile:500:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/pcollreq/Makefile:1707: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/Makefile'; \
ompi/mpiext/pcollreq/Makefile:1709: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/Makefile
ompi/mpiext/pcollreq/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/pcollreq/Makefile.in:489:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/pcollreq/Makefile.in:1695: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/Makefile'; \
ompi/mpiext/pcollreq/Makefile.in:1697: $(AUTOMAKE) --foreign ompi/mpiext/pcollreq/Makefile
ompi/mpiext/cr/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/cr/c/Makefile:534:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/cr/c/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cr/c/Makefile'; \
ompi/mpiext/cr/c/Makefile:1775: $(AUTOMAKE) --foreign ompi/mpiext/cr/c/Makefile
ompi/mpiext/cr/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/cr/c/Makefile.in:524:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/cr/c/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cr/c/Makefile'; \
ompi/mpiext/cr/c/Makefile.in:1764: $(AUTOMAKE) --foreign ompi/mpiext/cr/c/Makefile
ompi/mpiext/cr/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/cr/Makefile:511:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/cr/Makefile:1718: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cr/Makefile'; \
ompi/mpiext/cr/Makefile:1720: $(AUTOMAKE) --foreign ompi/mpiext/cr/Makefile
ompi/mpiext/cr/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/cr/Makefile.in:500:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/cr/Makefile.in:1706: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cr/Makefile'; \
ompi/mpiext/cr/Makefile.in:1708: $(AUTOMAKE) --foreign ompi/mpiext/cr/Makefile
ompi/mpiext/cuda/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/cuda/c/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/cuda/c/Makefile:1751:# Automake-generated compilation/linker rules).
ompi/mpiext/cuda/c/Makefile:1801: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cuda/c/Makefile'; \
ompi/mpiext/cuda/c/Makefile:1803: $(AUTOMAKE) --foreign ompi/mpiext/cuda/c/Makefile
ompi/mpiext/cuda/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/cuda/c/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/cuda/c/Makefile.in:1740:# Automake-generated compilation/linker rules).
ompi/mpiext/cuda/c/Makefile.in:1790: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cuda/c/Makefile'; \
ompi/mpiext/cuda/c/Makefile.in:1792: $(AUTOMAKE) --foreign ompi/mpiext/cuda/c/Makefile
ompi/mpiext/cuda/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/mpiext/cuda/Makefile:512:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/mpiext/cuda/Makefile:1720: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cuda/Makefile'; \
ompi/mpiext/cuda/Makefile:1722: $(AUTOMAKE) --foreign ompi/mpiext/cuda/Makefile
ompi/mpiext/cuda/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/mpiext/cuda/Makefile.in:501:AUTOMAKE = @AUTOMAKE@
ompi/mpiext/cuda/Makefile.in:1708: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/mpiext/cuda/Makefile'; \
ompi/mpiext/cuda/Makefile.in:1710: $(AUTOMAKE) --foreign ompi/mpiext/cuda/Makefile
ompi/include/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/include/Makefile:561:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/include/Makefile:1763:# Automake-generated compilation/linker rules).
ompi/include/Makefile:1831: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/include/Makefile'; \
ompi/include/Makefile:1833: $(AUTOMAKE) --foreign ompi/include/Makefile
ompi/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/include/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
ompi/include/Makefile.in:1751:# Automake-generated compilation/linker rules).
ompi/include/Makefile.in:1819: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/include/Makefile'; \
ompi/include/Makefile.in:1821: $(AUTOMAKE) --foreign ompi/include/Makefile
ompi/debuggers/Makefile.am:28:# This is not quite in the Automake spirit, but we have to do it.
ompi/debuggers/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/debuggers/Makefile:747:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/debuggers/Makefile:756:# This is not quite in the Automake spirit, but we have to do it.
ompi/debuggers/Makefile:2015: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/debuggers/Makefile'; \
ompi/debuggers/Makefile:2017: $(AUTOMAKE) --foreign ompi/debuggers/Makefile
ompi/debuggers/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/debuggers/Makefile.in:736:AUTOMAKE = @AUTOMAKE@
ompi/debuggers/Makefile.in:745:# This is not quite in the Automake spirit, but we have to do it.
ompi/debuggers/Makefile.in:2003: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/debuggers/Makefile'; \
ompi/debuggers/Makefile.in:2005: $(AUTOMAKE) --foreign ompi/debuggers/Makefile
ompi/contrib/libompitrace/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/contrib/libompitrace/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/contrib/libompitrace/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/contrib/libompitrace/Makefile'; \
ompi/contrib/libompitrace/Makefile:1770: $(AUTOMAKE) --foreign ompi/contrib/libompitrace/Makefile
ompi/contrib/libompitrace/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/contrib/libompitrace/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
ompi/contrib/libompitrace/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/contrib/libompitrace/Makefile'; \
ompi/contrib/libompitrace/Makefile.in:1759: $(AUTOMAKE) --foreign ompi/contrib/libompitrace/Makefile
ompi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
ompi/Makefile:1198:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
ompi/Makefile:2531:# Automake-generated compilation/linker rules).
ompi/Makefile:2978: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/Makefile'; \
ompi/Makefile:2980: $(AUTOMAKE) --foreign ompi/Makefile
ompi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
ompi/Makefile.in:1187:AUTOMAKE = @AUTOMAKE@
ompi/Makefile.in:2519:# Automake-generated compilation/linker rules).
ompi/Makefile.in:2966: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/Makefile'; \
ompi/Makefile.in:2968: $(AUTOMAKE) --foreign ompi/Makefile
opal/util/keyval/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/util/keyval/Makefile.in:498:AUTOMAKE = @AUTOMAKE@
opal/util/keyval/Makefile.in:1712: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/util/keyval/Makefile'; \
opal/util/keyval/Makefile.in:1714: $(AUTOMAKE) --foreign opal/util/keyval/Makefile
opal/util/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/util/Makefile.in:611:AUTOMAKE = @AUTOMAKE@
opal/util/Makefile.in:1881: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/util/Makefile'; \
opal/util/Makefile.in:1883: $(AUTOMAKE) --foreign opal/util/Makefile
opal/datatype/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/datatype/Makefile.in:569:AUTOMAKE = @AUTOMAKE@
opal/datatype/Makefile.in:1806: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/datatype/Makefile'; \
opal/datatype/Makefile.in:1808: $(AUTOMAKE) --foreign opal/datatype/Makefile
opal/tools/opal-checkpoint/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/tools/opal-checkpoint/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/tools/opal-checkpoint/Makefile:1752:# Automake-generated compilation/linker rules).
opal/tools/opal-checkpoint/Makefile:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/opal-checkpoint/Makefile'; \
opal/tools/opal-checkpoint/Makefile:1784: $(AUTOMAKE) --foreign opal/tools/opal-checkpoint/Makefile
opal/tools/opal-checkpoint/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/tools/opal-checkpoint/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
opal/tools/opal-checkpoint/Makefile.in:1740:# Automake-generated compilation/linker rules).
opal/tools/opal-checkpoint/Makefile.in:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/opal-checkpoint/Makefile'; \
opal/tools/opal-checkpoint/Makefile.in:1772: $(AUTOMAKE) --foreign opal/tools/opal-checkpoint/Makefile
opal/tools/opal-restart/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/tools/opal-restart/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/tools/opal-restart/Makefile:1751:# Automake-generated compilation/linker rules).
opal/tools/opal-restart/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/opal-restart/Makefile'; \
opal/tools/opal-restart/Makefile:1783: $(AUTOMAKE) --foreign opal/tools/opal-restart/Makefile
opal/tools/opal-restart/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/tools/opal-restart/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/tools/opal-restart/Makefile.in:1739:# Automake-generated compilation/linker rules).
opal/tools/opal-restart/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/opal-restart/Makefile'; \
opal/tools/opal-restart/Makefile.in:1771: $(AUTOMAKE) --foreign opal/tools/opal-restart/Makefile
opal/tools/wrappers/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/tools/wrappers/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/tools/wrappers/Makefile:1759:# Automake-generated compilation/linker rules).
opal/tools/wrappers/Makefile:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/wrappers/Makefile'; \
opal/tools/wrappers/Makefile:1798: $(AUTOMAKE) --foreign opal/tools/wrappers/Makefile
opal/tools/wrappers/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/tools/wrappers/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/tools/wrappers/Makefile.in:1746:# Automake-generated compilation/linker rules).
opal/tools/wrappers/Makefile.in:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/tools/wrappers/Makefile'; \
opal/tools/wrappers/Makefile.in:1785: $(AUTOMAKE) --foreign opal/tools/wrappers/Makefile
opal/mca/event/external/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/event/external/Makefile:528:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/event/external/Makefile:1746: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/event/external/Makefile'; \
opal/mca/event/external/Makefile:1748: $(AUTOMAKE) --foreign opal/mca/event/external/Makefile
opal/mca/event/external/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/external/Makefile.in:517:AUTOMAKE = @AUTOMAKE@
opal/mca/event/external/Makefile.in:1734: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/event/external/Makefile'; \
opal/mca/event/external/Makefile.in:1736: $(AUTOMAKE) --foreign opal/mca/event/external/Makefile
opal/mca/event/libevent2022/libevent/configure.ac:15:# Open MPI: changed to one 1 arg AM INIT_AUTOMAKE
opal/mca/event/libevent2022/libevent/configure.ac:16:AM_INIT_AUTOMAKE([foreign subdir-objects])
opal/mca/event/libevent2022/libevent/Makefile.am:8:# '1.7' means that we need automake 1.7 or later (and we do).
opal/mca/event/libevent2022/libevent/Makefile.am:9:AUTOMAKE_OPTIONS = foreign 1.7
opal/mca/event/libevent2022/libevent/configure:749:AUTOMAKE
opal/mca/event/libevent2022/libevent/configure:2636:# Open MPI: changed to one 1 arg AM INIT_AUTOMAKE
opal/mca/event/libevent2022/libevent/configure:2869:# tool to use in cross-compilation environments, therefore Automake
opal/mca/event/libevent2022/libevent/configure:3164:# Some tools Automake needs.
opal/mca/event/libevent2022/libevent/configure:3172:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/event/libevent2022/libevent/configure:3180:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/event/libevent2022/libevent/configure:3182:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/event/libevent2022/libevent/configure:3183:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/event/libevent2022/libevent/configure:4393: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/event/libevent2022/libevent/configure:15711: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/event/libevent2022/libevent/configure:17306: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/configure:17313: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/m4/libtool.m4:274:# `config.status' has no value for ac_aux_dir unless we are using Automake,
opal/mca/event/libevent2022/libevent/m4/lt~obsolete.m4:16:# exported API, or moved to Autoconf or Automake where they belong.
opal/mca/event/libevent2022/libevent/autogen.sh:15: automake --add-missing --force-missing --copy
opal/mca/event/libevent2022/libevent/ChangeLog:16: o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
opal/mca/event/libevent2022/libevent/ChangeLog:350: o Bring in the compile script from automake, if needed. (f3c7a4c Peter Rosin)
opal/mca/event/libevent2022/libevent/ChangeLog:740: o Remove some automake-generated files from version control. (9b14911)
opal/mca/event/libevent2022/libevent/ChangeLog:741: o Have autogen.sh pass --force-missing to automake (8a44062)
opal/mca/event/libevent2022/libevent/ChangeLog:862: o Give a better warning for bad automake versions. (77c917d)
opal/mca/event/libevent2022/libevent/ChangeLog:865: o Do not inhibit automake dependencies generation (10c4c90 Giuseppe Scrivano)
opal/mca/event/libevent2022/libevent/include/Makefile.am:7:AUTOMAKE_OPTIONS = foreign
opal/mca/event/libevent2022/libevent/include/Makefile.am:37:## Without the nobase_ prefixing, Automake would strip "event2/" from
opal/mca/event/libevent2022/libevent/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/libevent2022/libevent/include/Makefile.in:127:AUTOMAKE = @AUTOMAKE@
opal/mca/event/libevent2022/libevent/include/Makefile.in:246:AUTOMAKE_OPTIONS = foreign
opal/mca/event/libevent2022/libevent/include/Makefile.in:286: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
opal/mca/event/libevent2022/libevent/include/Makefile.in:288: $(AUTOMAKE) --foreign include/Makefile
opal/mca/event/libevent2022/libevent/include/Makefile:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/libevent2022/libevent/include/Makefile:127:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/event/libevent2022/libevent/missing automake-1.13
opal/mca/event/libevent2022/libevent/include/Makefile:246:AUTOMAKE_OPTIONS = foreign
opal/mca/event/libevent2022/libevent/include/Makefile:286: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
opal/mca/event/libevent2022/libevent/include/Makefile:288: $(AUTOMAKE) --foreign include/Makefile
opal/mca/event/libevent2022/libevent/config.log:6351:AUTOMAKE='${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/event/libevent2022/libevent/missing automake-1.13'
opal/mca/event/libevent2022/libevent/config.status:936:S["AUTOMAKE"]="${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/event/libevent2022/libevent/missing automake-1.13"
opal/mca/event/libevent2022/libevent/config.status:1483: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/config.status:1490: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/Makefile:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/libevent2022/libevent/Makefile:291:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/event/libevent2022/libevent/missing automake-1.13
opal/mca/event/libevent2022/libevent/Makefile:412:# '1.7' means that we need automake 1.7 or later (and we do).
opal/mca/event/libevent2022/libevent/Makefile:413:AUTOMAKE_OPTIONS = foreign 1.7
opal/mca/event/libevent2022/libevent/Makefile:647: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
opal/mca/event/libevent2022/libevent/Makefile:648: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
opal/mca/event/libevent2022/libevent/Makefile:653: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
opal/mca/event/libevent2022/libevent/Makefile:655: $(AUTOMAKE) --foreign Makefile
opal/mca/event/libevent2022/libevent/libtool:503:# automake: $automake_version
opal/mca/event/libevent2022/libevent/libtool:580:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
opal/mca/event/libevent2022/libevent/libtool:1195: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
opal/mca/event/libevent2022/libevent/autom4te.cache/requests:52: 'AM_AUTOMAKE_VERSION' => 1,
opal/mca/event/libevent2022/libevent/autom4te.cache/requests:189: 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
opal/mca/event/libevent2022/libevent/autom4te.cache/requests:194: 'AM_INIT_AUTOMAKE' => 1,
opal/mca/event/libevent2022/libevent/autom4te.cache/requests:254: 'AM_INIT_AUTOMAKE' => 1,
opal/mca/event/libevent2022/libevent/autom4te.cache/requests:257: 'AM_AUTOMAKE_VERSION' => 1,
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:609:m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:610:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:613: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:615:m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:808: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:815: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:848:m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:852:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:883:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:895:# Some tools Automake needs.
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:900:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:906:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:908:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:909:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:1025: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:1151:dnl See automake bug#9928 and bug#10237.
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:1186:# tool to use in cross-compilation environments, therefore Automake
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:1210: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:2517:m4trace:configure.ac:16: -1- AM_INIT_AUTOMAKE([foreign subdir-objects])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:2519:m4trace:configure.ac:16: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:2520:m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.13.4])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:2547:m4trace:configure.ac:16: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.0:2548:m4trace:configure.ac:16: -1- m4_pattern_allow([^AUTOMAKE$])
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:749:AUTOMAKE
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:2636:# Open MPI: changed to one 1 arg AM INIT_AUTOMAKE
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:2869:# tool to use in cross-compilation environments, therefore Automake
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:3164:# Some tools Automake needs.
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:3172:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:3180:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:3182:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:3183:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:4393: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:15697: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:17292: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/autom4te.cache/output.0:17299: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.1:156:m4trace:configure.ac:16: -1- AM_INIT_AUTOMAKE([foreign subdir-objects])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.1:158:m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.13.4])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.1:197:m4trace:configure.ac:16: -1- AC_SUBST([AUTOMAKE])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.1:198:m4trace:configure.ac:16: -1- AC_SUBST_TRACE([AUTOMAKE])
opal/mca/event/libevent2022/libevent/autom4te.cache/traces.1:199:m4trace:configure.ac:16: -1- m4_pattern_allow([^AUTOMAKE$])
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:749:AUTOMAKE
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:2636:# Open MPI: changed to one 1 arg AM INIT_AUTOMAKE
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:2869:# tool to use in cross-compilation environments, therefore Automake
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:3164:# Some tools Automake needs.
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:3172:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:3180:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:3182:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:3183:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:4393: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:15697: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:17292: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/autom4te.cache/output.1:17299: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/ltmain.sh:74:# automake: $automake_version
opal/mca/event/libevent2022/libevent/ltmain.sh:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
opal/mca/event/libevent2022/libevent/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
opal/mca/event/libevent2022/libevent/aclocal.m4:29:# AM_AUTOMAKE_VERSION(VERSION)
opal/mca/event/libevent2022/libevent/aclocal.m4:31:# Automake X.Y traces this macro to ensure aclocal.m4 has been
opal/mca/event/libevent2022/libevent/aclocal.m4:32:# generated from the m4 files accompanying Automake X.Y.
opal/mca/event/libevent2022/libevent/aclocal.m4:34:AC_DEFUN([AM_AUTOMAKE_VERSION],
opal/mca/event/libevent2022/libevent/aclocal.m4:36:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
opal/mca/event/libevent2022/libevent/aclocal.m4:39: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
opal/mca/event/libevent2022/libevent/aclocal.m4:49:# AM_SET_CURRENT_AUTOMAKE_VERSION
opal/mca/event/libevent2022/libevent/aclocal.m4:51:# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
opal/mca/event/libevent2022/libevent/aclocal.m4:52:# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
opal/mca/event/libevent2022/libevent/aclocal.m4:53:AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
opal/mca/event/libevent2022/libevent/aclocal.m4:54:[AM_AUTOMAKE_VERSION([1.13.4])dnl
opal/mca/event/libevent2022/libevent/aclocal.m4:71:# Of course, Automake must honor this variable whenever it calls a
opal/mca/event/libevent2022/libevent/aclocal.m4:153:# written in clear, in which case automake, when reading aclocal.m4,
opal/mca/event/libevent2022/libevent/aclocal.m4:359: # Check whether this is an Automake generated Makefile or not.
opal/mca/event/libevent2022/libevent/aclocal.m4:366: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/event/libevent2022/libevent/aclocal.m4:410:# Do all the work for Automake. -*- Autoconf -*-
opal/mca/event/libevent2022/libevent/aclocal.m4:421:# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
opal/mca/event/libevent2022/libevent/aclocal.m4:422:# AM_INIT_AUTOMAKE([OPTIONS])
opal/mca/event/libevent2022/libevent/aclocal.m4:427:# the call to AM_INIT_AUTOMAKE.
opal/mca/event/libevent2022/libevent/aclocal.m4:429:# the next Automake release, Autoconf can make the AC_INIT
opal/mca/event/libevent2022/libevent/aclocal.m4:432:AC_DEFUN([AM_INIT_AUTOMAKE],
opal/mca/event/libevent2022/libevent/aclocal.m4:437:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
opal/mca/event/libevent2022/libevent/aclocal.m4:468:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
opal/mca/event/libevent2022/libevent/aclocal.m4:480:# Some tools Automake needs.
opal/mca/event/libevent2022/libevent/aclocal.m4:485:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/event/libevent2022/libevent/aclocal.m4:491:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/event/libevent2022/libevent/aclocal.m4:493:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/event/libevent2022/libevent/aclocal.m4:494:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/event/libevent2022/libevent/aclocal.m4:657:# Like AC_PROG_CC_C_O, but changed for automake.
opal/mca/event/libevent2022/libevent/aclocal.m4:671: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/event/libevent2022/libevent/aclocal.m4:741:# OPTIONS is a space-separated list of Automake options.
opal/mca/event/libevent2022/libevent/aclocal.m4:861:dnl See automake bug#9928 and bug#10237.
opal/mca/event/libevent2022/libevent/aclocal.m4:913:# tool to use in cross-compilation environments, therefore Automake
opal/mca/event/libevent2022/libevent/aclocal.m4:930:# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
opal/mca/event/libevent2022/libevent/aclocal.m4:931:# This macro is traced by Automake.
opal/mca/event/libevent2022/libevent/aclocal.m4:976: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
opal/mca/event/libevent2022/libevent/compile:27:# This file is maintained in Automake, please report
opal/mca/event/libevent2022/libevent/compile:28:# bugs to <[email protected]> or send patches to
opal/mca/event/libevent2022/libevent/compile:29:# <[email protected]>.
opal/mca/event/libevent2022/libevent/compile:250:Report bugs to <[email protected]>.
opal/mca/event/libevent2022/libevent/missing:41: # Back-compat with the calling convention used by older automake.
opal/mca/event/libevent2022/libevent/missing:57: aclocal autoconf autoheader autom4te automake makeinfo
opal/mca/event/libevent2022/libevent/missing:63:Send bug reports to <[email protected]>."
opal/mca/event/libevent2022/libevent/missing:68: echo "missing $scriptversion (GNU Automake)"
opal/mca/event/libevent2022/libevent/missing:111: aclocal|automake)
opal/mca/event/libevent2022/libevent/missing:112: echo "The '$1' program is part of the GNU Automake package:"
opal/mca/event/libevent2022/libevent/missing:113: echo "<$gnu_software_URL/automake>"
opal/mca/event/libevent2022/libevent/missing:151: automake*)
opal/mca/event/libevent2022/libevent/missing:154: program_details 'automake'
opal/mca/event/libevent2022/libevent/depcomp:49:Report bugs to <[email protected]>.
opal/mca/event/libevent2022/libevent/depcomp:567: # This comment above is used by automake to tell side-effect
opal/mca/event/libevent2022/libevent/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/libevent2022/libevent/Makefile.in:291:AUTOMAKE = @AUTOMAKE@
opal/mca/event/libevent2022/libevent/Makefile.in:412:# '1.7' means that we need automake 1.7 or later (and we do).
opal/mca/event/libevent2022/libevent/Makefile.in:413:AUTOMAKE_OPTIONS = foreign 1.7
opal/mca/event/libevent2022/libevent/Makefile.in:647: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
opal/mca/event/libevent2022/libevent/Makefile.in:648: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
opal/mca/event/libevent2022/libevent/Makefile.in:653: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
opal/mca/event/libevent2022/libevent/Makefile.in:655: $(AUTOMAKE) --foreign Makefile
opal/mca/event/libevent2022/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/event/libevent2022/Makefile:650:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/event/libevent2022/Makefile:1880: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/event/libevent2022/Makefile'; \
opal/mca/event/libevent2022/Makefile:1882: $(AUTOMAKE) --foreign opal/mca/event/libevent2022/Makefile
opal/mca/event/libevent2022/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/libevent2022/Makefile.in:639:AUTOMAKE = @AUTOMAKE@
opal/mca/event/libevent2022/Makefile.in:1868: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/event/libevent2022/Makefile'; \
opal/mca/event/libevent2022/Makefile.in:1870: $(AUTOMAKE) --foreign opal/mca/event/libevent2022/Makefile
opal/mca/event/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/event/Makefile.in:522:AUTOMAKE = @AUTOMAKE@
opal/mca/event/Makefile.in:1739: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/event/Makefile'; \
opal/mca/event/Makefile.in:1741: $(AUTOMAKE) --foreign opal/mca/event/Makefile
opal/mca/allocator/basic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/allocator/basic/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
opal/mca/allocator/basic/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/allocator/basic/Makefile'; \
opal/mca/allocator/basic/Makefile.in:1766: $(AUTOMAKE) --foreign opal/mca/allocator/basic/Makefile
opal/mca/allocator/bucket/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/allocator/bucket/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
opal/mca/allocator/bucket/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/allocator/bucket/Makefile'; \
opal/mca/allocator/bucket/Makefile.in:1768: $(AUTOMAKE) --foreign opal/mca/allocator/bucket/Makefile
opal/mca/allocator/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/allocator/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/allocator/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/allocator/Makefile'; \
opal/mca/allocator/Makefile.in:1761: $(AUTOMAKE) --foreign opal/mca/allocator/Makefile
opal/mca/dl/libltdl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/dl/libltdl/Makefile:498:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/dl/libltdl/Makefile:1720: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/dl/libltdl/Makefile'; \
opal/mca/dl/libltdl/Makefile:1722: $(AUTOMAKE) --foreign opal/mca/dl/libltdl/Makefile
opal/mca/dl/libltdl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/dl/libltdl/Makefile.in:488:AUTOMAKE = @AUTOMAKE@
opal/mca/dl/libltdl/Makefile.in:1709: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/dl/libltdl/Makefile'; \
opal/mca/dl/libltdl/Makefile.in:1711: $(AUTOMAKE) --foreign opal/mca/dl/libltdl/Makefile
opal/mca/dl/dlopen/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/dl/dlopen/Makefile:497:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/dl/dlopen/Makefile:1715: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/dl/dlopen/Makefile'; \
opal/mca/dl/dlopen/Makefile:1717: $(AUTOMAKE) --foreign opal/mca/dl/dlopen/Makefile
opal/mca/dl/dlopen/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/dl/dlopen/Makefile.in:487:AUTOMAKE = @AUTOMAKE@
opal/mca/dl/dlopen/Makefile.in:1704: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/dl/dlopen/Makefile'; \
opal/mca/dl/dlopen/Makefile.in:1706: $(AUTOMAKE) --foreign opal/mca/dl/dlopen/Makefile
opal/mca/dl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/dl/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
opal/mca/dl/Makefile.in:1745: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/dl/Makefile'; \
opal/mca/dl/Makefile.in:1747: $(AUTOMAKE) --foreign opal/mca/dl/Makefile
opal/mca/if/bsdx_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/if/bsdx_ipv6/Makefile:489:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/if/bsdx_ipv6/Makefile:1698: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv6/Makefile'; \
opal/mca/if/bsdx_ipv6/Makefile:1700: $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv6/Makefile
opal/mca/if/bsdx_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/bsdx_ipv6/Makefile.in:479:AUTOMAKE = @AUTOMAKE@
opal/mca/if/bsdx_ipv6/Makefile.in:1687: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv6/Makefile'; \
opal/mca/if/bsdx_ipv6/Makefile.in:1689: $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv6/Makefile
opal/mca/if/bsdx_ipv4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/if/bsdx_ipv4/Makefile:489:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/if/bsdx_ipv4/Makefile:1698: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv4/Makefile'; \
opal/mca/if/bsdx_ipv4/Makefile:1700: $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv4/Makefile
opal/mca/if/bsdx_ipv4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/bsdx_ipv4/Makefile.in:479:AUTOMAKE = @AUTOMAKE@
opal/mca/if/bsdx_ipv4/Makefile.in:1687: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv4/Makefile'; \
opal/mca/if/bsdx_ipv4/Makefile.in:1689: $(AUTOMAKE) --foreign opal/mca/if/bsdx_ipv4/Makefile
opal/mca/if/posix_ipv4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/if/posix_ipv4/Makefile:490:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/if/posix_ipv4/Makefile:1699: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/posix_ipv4/Makefile'; \
opal/mca/if/posix_ipv4/Makefile:1701: $(AUTOMAKE) --foreign opal/mca/if/posix_ipv4/Makefile
opal/mca/if/posix_ipv4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/posix_ipv4/Makefile.in:480:AUTOMAKE = @AUTOMAKE@
opal/mca/if/posix_ipv4/Makefile.in:1688: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/posix_ipv4/Makefile'; \
opal/mca/if/posix_ipv4/Makefile.in:1690: $(AUTOMAKE) --foreign opal/mca/if/posix_ipv4/Makefile
opal/mca/if/linux_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/if/linux_ipv6/Makefile:490:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/if/linux_ipv6/Makefile:1699: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/linux_ipv6/Makefile'; \
opal/mca/if/linux_ipv6/Makefile:1701: $(AUTOMAKE) --foreign opal/mca/if/linux_ipv6/Makefile
opal/mca/if/linux_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/linux_ipv6/Makefile.in:480:AUTOMAKE = @AUTOMAKE@
opal/mca/if/linux_ipv6/Makefile.in:1688: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/linux_ipv6/Makefile'; \
opal/mca/if/linux_ipv6/Makefile.in:1690: $(AUTOMAKE) --foreign opal/mca/if/linux_ipv6/Makefile
opal/mca/if/solaris_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/if/solaris_ipv6/Makefile:490:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/if/solaris_ipv6/Makefile:1699: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/solaris_ipv6/Makefile'; \
opal/mca/if/solaris_ipv6/Makefile:1701: $(AUTOMAKE) --foreign opal/mca/if/solaris_ipv6/Makefile
opal/mca/if/solaris_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/solaris_ipv6/Makefile.in:480:AUTOMAKE = @AUTOMAKE@
opal/mca/if/solaris_ipv6/Makefile.in:1688: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/solaris_ipv6/Makefile'; \
opal/mca/if/solaris_ipv6/Makefile.in:1690: $(AUTOMAKE) --foreign opal/mca/if/solaris_ipv6/Makefile
opal/mca/if/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/if/Makefile.in:522:AUTOMAKE = @AUTOMAKE@
opal/mca/if/Makefile.in:1739: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/if/Makefile'; \
opal/mca/if/Makefile.in:1741: $(AUTOMAKE) --foreign opal/mca/if/Makefile
opal/mca/installdirs/env/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/installdirs/env/Makefile:493:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/installdirs/env/Makefile:1704: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/installdirs/env/Makefile'; \
opal/mca/installdirs/env/Makefile:1706: $(AUTOMAKE) --foreign opal/mca/installdirs/env/Makefile
opal/mca/installdirs/env/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/installdirs/env/Makefile.in:483:AUTOMAKE = @AUTOMAKE@
opal/mca/installdirs/env/Makefile.in:1693: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/installdirs/env/Makefile'; \
opal/mca/installdirs/env/Makefile.in:1695: $(AUTOMAKE) --foreign opal/mca/installdirs/env/Makefile
opal/mca/installdirs/config/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/installdirs/config/Makefile:498:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/installdirs/config/Makefile:1714: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/installdirs/config/Makefile'; \
opal/mca/installdirs/config/Makefile:1716: $(AUTOMAKE) --foreign opal/mca/installdirs/config/Makefile
opal/mca/installdirs/config/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/installdirs/config/Makefile.in:487:AUTOMAKE = @AUTOMAKE@
opal/mca/installdirs/config/Makefile.in:1702: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/installdirs/config/Makefile'; \
opal/mca/installdirs/config/Makefile.in:1704: $(AUTOMAKE) --foreign opal/mca/installdirs/config/Makefile
opal/mca/installdirs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/installdirs/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
opal/mca/installdirs/Makefile.in:1746: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/installdirs/Makefile'; \
opal/mca/installdirs/Makefile.in:1748: $(AUTOMAKE) --foreign opal/mca/installdirs/Makefile
opal/mca/memchecker/valgrind/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/memchecker/valgrind/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/memchecker/valgrind/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memchecker/valgrind/Makefile'; \
opal/mca/memchecker/valgrind/Makefile:1776: $(AUTOMAKE) --foreign opal/mca/memchecker/valgrind/Makefile
opal/mca/memchecker/valgrind/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memchecker/valgrind/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
opal/mca/memchecker/valgrind/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memchecker/valgrind/Makefile'; \
opal/mca/memchecker/valgrind/Makefile.in:1765: $(AUTOMAKE) --foreign opal/mca/memchecker/valgrind/Makefile
opal/mca/memchecker/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memchecker/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
opal/mca/memchecker/Makefile.in:1746: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memchecker/Makefile'; \
opal/mca/memchecker/Makefile.in:1748: $(AUTOMAKE) --foreign opal/mca/memchecker/Makefile
opal/mca/hwloc/external/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/hwloc/external/Makefile:533:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/hwloc/external/Makefile:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/external/Makefile'; \
opal/mca/hwloc/external/Makefile:1756: $(AUTOMAKE) --foreign opal/mca/hwloc/external/Makefile
opal/mca/hwloc/external/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/external/Makefile.in:522:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/external/Makefile.in:1742: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/external/Makefile'; \
opal/mca/hwloc/external/Makefile.in:1744: $(AUTOMAKE) --foreign opal/mca/hwloc/external/Makefile
opal/mca/hwloc/hwloc201/hwloc/netloc/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/utils/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile:685:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile:1964: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile:1966: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile.in:675:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile.in:1953: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile.in:1955: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile
opal/mca/hwloc/hwloc201/hwloc/tests/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/README:66:Note that GNU Autoconf >=2.63, Automake >=1.11 and Libtool >=2.2.6 are required
opal/mca/hwloc/hwloc201/hwloc/Makefile.am:31:# Do not let automake automatically add the non-standalone dirs to the
opal/mca/hwloc/hwloc201/hwloc/doc/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/include/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/include/Makefile:514:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/hwloc/hwloc201/hwloc/include/Makefile:1747: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/include/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/include/Makefile:1749: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/include/Makefile
opal/mca/hwloc/hwloc201/hwloc/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/include/Makefile.in:503:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/hwloc201/hwloc/include/Makefile.in:1735: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/include/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/include/Makefile.in:1737: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/include/Makefile
opal/mca/hwloc/hwloc201/hwloc/contrib/misc/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/contrib/systemd/README.txt:1:Open MPI doesn't need this tree from hwloc. But automake *requires*
opal/mca/hwloc/hwloc201/hwloc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/hwloc/hwloc201/hwloc/Makefile:1751:# Do not let automake automatically add the non-standalone dirs to the
opal/mca/hwloc/hwloc201/hwloc/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/Makefile:1777: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/Makefile
opal/mca/hwloc/hwloc201/hwloc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/hwloc201/hwloc/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/hwloc201/hwloc/Makefile.in:1739:# Do not let automake automatically add the non-standalone dirs to the
opal/mca/hwloc/hwloc201/hwloc/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/Makefile'; \
opal/mca/hwloc/hwloc201/hwloc/Makefile.in:1765: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/hwloc/Makefile
opal/mca/hwloc/hwloc201/Makefile.am:15:# Due to what might be a bug in Automake, we need to remove stamp-h?
opal/mca/hwloc/hwloc201/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/hwloc/hwloc201/Makefile:619:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/hwloc/hwloc201/Makefile:1814:# Due to what might be a bug in Automake, we need to remove stamp-h?
opal/mca/hwloc/hwloc201/Makefile:1885: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/Makefile'; \
opal/mca/hwloc/hwloc201/Makefile:1887: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/Makefile
opal/mca/hwloc/hwloc201/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/hwloc201/Makefile.in:608:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/hwloc201/Makefile.in:1802:# Due to what might be a bug in Automake, we need to remove stamp-h?
opal/mca/hwloc/hwloc201/Makefile.in:1873: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/Makefile'; \
opal/mca/hwloc/hwloc201/Makefile.in:1875: $(AUTOMAKE) --foreign opal/mca/hwloc/hwloc201/Makefile
opal/mca/hwloc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/hwloc/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
opal/mca/hwloc/Makefile.in:1750: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/hwloc/Makefile'; \
opal/mca/hwloc/Makefile.in:1752: $(AUTOMAKE) --foreign opal/mca/hwloc/Makefile
opal/mca/crs/self/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/crs/self/Makefile:547:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/crs/self/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/crs/self/Makefile'; \
opal/mca/crs/self/Makefile:1778: $(AUTOMAKE) --foreign opal/mca/crs/self/Makefile
opal/mca/crs/self/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/crs/self/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
opal/mca/crs/self/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/crs/self/Makefile'; \
opal/mca/crs/self/Makefile.in:1766: $(AUTOMAKE) --foreign opal/mca/crs/self/Makefile
opal/mca/crs/none/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/crs/none/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/crs/none/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/crs/none/Makefile'; \
opal/mca/crs/none/Makefile:1774: $(AUTOMAKE) --foreign opal/mca/crs/none/Makefile
opal/mca/crs/none/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/crs/none/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
opal/mca/crs/none/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/crs/none/Makefile'; \
opal/mca/crs/none/Makefile.in:1762: $(AUTOMAKE) --foreign opal/mca/crs/none/Makefile
opal/mca/crs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/crs/Makefile.in:562:AUTOMAKE = @AUTOMAKE@
opal/mca/crs/Makefile.in:1759:# Automake-generated compilation/linker rules).
opal/mca/crs/Makefile.in:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/crs/Makefile'; \
opal/mca/crs/Makefile.in:1802: $(AUTOMAKE) --foreign opal/mca/crs/Makefile
opal/mca/memory/patcher/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/memory/patcher/Makefile:508:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/memory/patcher/Makefile:1727: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memory/patcher/Makefile'; \
opal/mca/memory/patcher/Makefile:1729: $(AUTOMAKE) --foreign opal/mca/memory/patcher/Makefile
opal/mca/memory/patcher/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memory/patcher/Makefile.in:498:AUTOMAKE = @AUTOMAKE@
opal/mca/memory/patcher/Makefile.in:1716: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memory/patcher/Makefile'; \
opal/mca/memory/patcher/Makefile.in:1718: $(AUTOMAKE) --foreign opal/mca/memory/patcher/Makefile
opal/mca/memory/malloc_solaris/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/memory/malloc_solaris/Makefile:502:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/memory/malloc_solaris/Makefile:1718: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memory/malloc_solaris/Makefile'; \
opal/mca/memory/malloc_solaris/Makefile:1720: $(AUTOMAKE) --foreign opal/mca/memory/malloc_solaris/Makefile
opal/mca/memory/malloc_solaris/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memory/malloc_solaris/Makefile.in:492:AUTOMAKE = @AUTOMAKE@
opal/mca/memory/malloc_solaris/Makefile.in:1707: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memory/malloc_solaris/Makefile'; \
opal/mca/memory/malloc_solaris/Makefile.in:1709: $(AUTOMAKE) --foreign opal/mca/memory/malloc_solaris/Makefile
opal/mca/memory/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memory/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
opal/mca/memory/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memory/Makefile'; \
opal/mca/memory/Makefile.in:1763: $(AUTOMAKE) --foreign opal/mca/memory/Makefile
opal/mca/memcpy/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/memcpy/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
opal/mca/memcpy/Makefile.in:1748: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/memcpy/Makefile'; \
opal/mca/memcpy/Makefile.in:1750: $(AUTOMAKE) --foreign opal/mca/memcpy/Makefile
opal/mca/reachable/weighted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/reachable/weighted/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/reachable/weighted/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/reachable/weighted/Makefile'; \
opal/mca/reachable/weighted/Makefile:1769: $(AUTOMAKE) --foreign opal/mca/reachable/weighted/Makefile
opal/mca/reachable/weighted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/reachable/weighted/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
opal/mca/reachable/weighted/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/reachable/weighted/Makefile'; \
opal/mca/reachable/weighted/Makefile.in:1758: $(AUTOMAKE) --foreign opal/mca/reachable/weighted/Makefile
opal/mca/reachable/netlink/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/reachable/netlink/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/reachable/netlink/Makefile:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/reachable/netlink/Makefile'; \
opal/mca/reachable/netlink/Makefile:1784: $(AUTOMAKE) --foreign opal/mca/reachable/netlink/Makefile
opal/mca/reachable/netlink/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/reachable/netlink/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
opal/mca/reachable/netlink/Makefile.in:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/reachable/netlink/Makefile'; \
opal/mca/reachable/netlink/Makefile.in:1773: $(AUTOMAKE) --foreign opal/mca/reachable/netlink/Makefile
opal/mca/reachable/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/reachable/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
opal/mca/reachable/Makefile.in:1750: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/reachable/Makefile'; \
opal/mca/reachable/Makefile.in:1752: $(AUTOMAKE) --foreign opal/mca/reachable/Makefile
opal/mca/common/sm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/sm/Makefile.in:571:AUTOMAKE = @AUTOMAKE@
opal/mca/common/sm/Makefile.in:1832: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/sm/Makefile'; \
opal/mca/common/sm/Makefile.in:1834: $(AUTOMAKE) --foreign opal/mca/common/sm/Makefile
opal/mca/common/ofi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/ofi/Makefile.in:560:AUTOMAKE = @AUTOMAKE@
opal/mca/common/ofi/Makefile.in:1817: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/ofi/Makefile'; \
opal/mca/common/ofi/Makefile.in:1819: $(AUTOMAKE) --foreign opal/mca/common/ofi/Makefile
opal/mca/common/verbs_usnic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/verbs_usnic/Makefile.in:524:AUTOMAKE = @AUTOMAKE@
opal/mca/common/verbs_usnic/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/verbs_usnic/Makefile'; \
opal/mca/common/verbs_usnic/Makefile.in:1758: $(AUTOMAKE) --foreign opal/mca/common/verbs_usnic/Makefile
opal/mca/common/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/ucx/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
opal/mca/common/ucx/Makefile.in:1832: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/ucx/Makefile'; \
opal/mca/common/ucx/Makefile.in:1834: $(AUTOMAKE) --foreign opal/mca/common/ucx/Makefile
opal/mca/common/cuda/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/cuda/Makefile.in:573:AUTOMAKE = @AUTOMAKE@
opal/mca/common/cuda/Makefile.in:1830: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/cuda/Makefile'; \
opal/mca/common/cuda/Makefile.in:1832: $(AUTOMAKE) --foreign opal/mca/common/cuda/Makefile
opal/mca/common/verbs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/verbs/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
opal/mca/common/verbs/Makefile.in:1805: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/verbs/Makefile'; \
opal/mca/common/verbs/Makefile.in:1807: $(AUTOMAKE) --foreign opal/mca/common/verbs/Makefile
opal/mca/common/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/common/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
opal/mca/common/Makefile.in:1644: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/common/Makefile'; \
opal/mca/common/Makefile.in:1646: $(AUTOMAKE) --foreign opal/mca/common/Makefile
opal/mca/timer/solaris/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/timer/solaris/Makefile:500:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/timer/solaris/Makefile:1712: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/solaris/Makefile'; \
opal/mca/timer/solaris/Makefile:1714: $(AUTOMAKE) --foreign opal/mca/timer/solaris/Makefile
opal/mca/timer/solaris/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/timer/solaris/Makefile.in:490:AUTOMAKE = @AUTOMAKE@
opal/mca/timer/solaris/Makefile.in:1701: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/solaris/Makefile'; \
opal/mca/timer/solaris/Makefile.in:1703: $(AUTOMAKE) --foreign opal/mca/timer/solaris/Makefile
opal/mca/timer/altix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/timer/altix/Makefile:498:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/timer/altix/Makefile:1710: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/altix/Makefile'; \
opal/mca/timer/altix/Makefile:1712: $(AUTOMAKE) --foreign opal/mca/timer/altix/Makefile
opal/mca/timer/altix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/timer/altix/Makefile.in:488:AUTOMAKE = @AUTOMAKE@
opal/mca/timer/altix/Makefile.in:1699: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/altix/Makefile'; \
opal/mca/timer/altix/Makefile.in:1701: $(AUTOMAKE) --foreign opal/mca/timer/altix/Makefile
opal/mca/timer/darwin/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/timer/darwin/Makefile:499:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/timer/darwin/Makefile:1711: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/darwin/Makefile'; \
opal/mca/timer/darwin/Makefile:1713: $(AUTOMAKE) --foreign opal/mca/timer/darwin/Makefile
opal/mca/timer/darwin/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/timer/darwin/Makefile.in:489:AUTOMAKE = @AUTOMAKE@
opal/mca/timer/darwin/Makefile.in:1700: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/darwin/Makefile'; \
opal/mca/timer/darwin/Makefile.in:1702: $(AUTOMAKE) --foreign opal/mca/timer/darwin/Makefile
opal/mca/timer/linux/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/timer/linux/Makefile:530:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/timer/linux/Makefile:1743: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/linux/Makefile'; \
opal/mca/timer/linux/Makefile:1745: $(AUTOMAKE) --foreign opal/mca/timer/linux/Makefile
opal/mca/timer/linux/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/timer/linux/Makefile.in:519:AUTOMAKE = @AUTOMAKE@
opal/mca/timer/linux/Makefile.in:1731: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/linux/Makefile'; \
opal/mca/timer/linux/Makefile.in:1733: $(AUTOMAKE) --foreign opal/mca/timer/linux/Makefile
opal/mca/timer/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/timer/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/timer/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/timer/Makefile'; \
opal/mca/timer/Makefile.in:1763: $(AUTOMAKE) --foreign opal/mca/timer/Makefile
opal/mca/btl/self/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/self/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/self/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/self/Makefile'; \
opal/mca/btl/self/Makefile.in:1766: $(AUTOMAKE) --foreign opal/mca/btl/self/Makefile
opal/mca/btl/sm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/sm/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/sm/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/sm/Makefile'; \
opal/mca/btl/sm/Makefile.in:1766: $(AUTOMAKE) --foreign opal/mca/btl/sm/Makefile
opal/mca/btl/smcuda/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/smcuda/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/smcuda/Makefile.in:1789: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/smcuda/Makefile'; \
opal/mca/btl/smcuda/Makefile.in:1791: $(AUTOMAKE) --foreign opal/mca/btl/smcuda/Makefile
opal/mca/btl/usnic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/btl/usnic/Makefile:598:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/btl/usnic/Makefile:1877: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/usnic/Makefile'; \
opal/mca/btl/usnic/Makefile:1879: $(AUTOMAKE) --foreign opal/mca/btl/usnic/Makefile
opal/mca/btl/usnic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/usnic/Makefile.in:587:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/usnic/Makefile.in:1866: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/usnic/Makefile'; \
opal/mca/btl/usnic/Makefile.in:1868: $(AUTOMAKE) --foreign opal/mca/btl/usnic/Makefile
opal/mca/btl/openib/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/openib/Makefile.in:636:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/openib/Makefile.in:1887: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/openib/Makefile'; \
opal/mca/btl/openib/Makefile.in:1889: $(AUTOMAKE) --foreign opal/mca/btl/openib/Makefile
opal/mca/btl/ugni/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/ugni/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/ugni/Makefile.in:1787: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/ugni/Makefile'; \
opal/mca/btl/ugni/Makefile.in:1789: $(AUTOMAKE) --foreign opal/mca/btl/ugni/Makefile
opal/mca/btl/tcp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/tcp/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/tcp/Makefile.in:1794: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/tcp/Makefile'; \
opal/mca/btl/tcp/Makefile.in:1796: $(AUTOMAKE) --foreign opal/mca/btl/tcp/Makefile
opal/mca/btl/uct/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/uct/Makefile.in:553:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/uct/Makefile.in:1799: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/uct/Makefile'; \
opal/mca/btl/uct/Makefile.in:1801: $(AUTOMAKE) --foreign opal/mca/btl/uct/Makefile
opal/mca/btl/vader/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/btl/vader/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/btl/vader/Makefile:1804: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/vader/Makefile'; \
opal/mca/btl/vader/Makefile:1806: $(AUTOMAKE) --foreign opal/mca/btl/vader/Makefile
opal/mca/btl/vader/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/vader/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/vader/Makefile.in:1792: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/vader/Makefile'; \
opal/mca/btl/vader/Makefile.in:1794: $(AUTOMAKE) --foreign opal/mca/btl/vader/Makefile
opal/mca/btl/portals4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/portals4/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/portals4/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/portals4/Makefile'; \
opal/mca/btl/portals4/Makefile.in:1782: $(AUTOMAKE) --foreign opal/mca/btl/portals4/Makefile
opal/mca/btl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/btl/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
opal/mca/btl/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/btl/Makefile'; \
opal/mca/btl/Makefile.in:1768: $(AUTOMAKE) --foreign opal/mca/btl/Makefile
opal/mca/patcher/linux/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/patcher/linux/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/patcher/linux/Makefile:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/patcher/linux/Makefile'; \
opal/mca/patcher/linux/Makefile:1787: $(AUTOMAKE) --foreign opal/mca/patcher/linux/Makefile
opal/mca/patcher/linux/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/patcher/linux/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
opal/mca/patcher/linux/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/patcher/linux/Makefile'; \
opal/mca/patcher/linux/Makefile.in:1776: $(AUTOMAKE) --foreign opal/mca/patcher/linux/Makefile
opal/mca/patcher/overwrite/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/patcher/overwrite/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/patcher/overwrite/Makefile:1787: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/patcher/overwrite/Makefile'; \
opal/mca/patcher/overwrite/Makefile:1789: $(AUTOMAKE) --foreign opal/mca/patcher/overwrite/Makefile
opal/mca/patcher/overwrite/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/patcher/overwrite/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
opal/mca/patcher/overwrite/Makefile.in:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/patcher/overwrite/Makefile'; \
opal/mca/patcher/overwrite/Makefile.in:1778: $(AUTOMAKE) --foreign opal/mca/patcher/overwrite/Makefile
opal/mca/patcher/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/patcher/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/mca/patcher/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/patcher/Makefile'; \
opal/mca/patcher/Makefile.in:1767: $(AUTOMAKE) --foreign opal/mca/patcher/Makefile
opal/mca/shmem/sysv/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/shmem/sysv/Makefile:529:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/shmem/sysv/Makefile:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/sysv/Makefile'; \
opal/mca/shmem/sysv/Makefile:1784: $(AUTOMAKE) --foreign opal/mca/shmem/sysv/Makefile
opal/mca/shmem/sysv/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/shmem/sysv/Makefile.in:518:AUTOMAKE = @AUTOMAKE@
opal/mca/shmem/sysv/Makefile.in:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/sysv/Makefile'; \
opal/mca/shmem/sysv/Makefile.in:1772: $(AUTOMAKE) --foreign opal/mca/shmem/sysv/Makefile
opal/mca/shmem/mmap/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/shmem/mmap/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/shmem/mmap/Makefile:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/mmap/Makefile'; \
opal/mca/shmem/mmap/Makefile:1784: $(AUTOMAKE) --foreign opal/mca/shmem/mmap/Makefile
opal/mca/shmem/mmap/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/shmem/mmap/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
opal/mca/shmem/mmap/Makefile.in:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/mmap/Makefile'; \
opal/mca/shmem/mmap/Makefile.in:1772: $(AUTOMAKE) --foreign opal/mca/shmem/mmap/Makefile
opal/mca/shmem/posix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/shmem/posix/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/shmem/posix/Makefile:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/posix/Makefile'; \
opal/mca/shmem/posix/Makefile:1787: $(AUTOMAKE) --foreign opal/mca/shmem/posix/Makefile
opal/mca/shmem/posix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/shmem/posix/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/shmem/posix/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/posix/Makefile'; \
opal/mca/shmem/posix/Makefile.in:1775: $(AUTOMAKE) --foreign opal/mca/shmem/posix/Makefile
opal/mca/shmem/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/shmem/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/mca/shmem/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/shmem/Makefile'; \
opal/mca/shmem/Makefile.in:1768: $(AUTOMAKE) --foreign opal/mca/shmem/Makefile
opal/mca/backtrace/none/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/backtrace/none/Makefile.in:490:AUTOMAKE = @AUTOMAKE@
opal/mca/backtrace/none/Makefile.in:1701: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/backtrace/none/Makefile'; \
opal/mca/backtrace/none/Makefile.in:1703: $(AUTOMAKE) --foreign opal/mca/backtrace/none/Makefile
opal/mca/backtrace/execinfo/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/backtrace/execinfo/Makefile.in:490:AUTOMAKE = @AUTOMAKE@
opal/mca/backtrace/execinfo/Makefile.in:1701: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/backtrace/execinfo/Makefile'; \
opal/mca/backtrace/execinfo/Makefile.in:1703: $(AUTOMAKE) --foreign opal/mca/backtrace/execinfo/Makefile
opal/mca/backtrace/printstack/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/backtrace/printstack/Makefile.in:490:AUTOMAKE = @AUTOMAKE@
opal/mca/backtrace/printstack/Makefile.in:1701: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/backtrace/printstack/Makefile'; \
opal/mca/backtrace/printstack/Makefile.in:1703: $(AUTOMAKE) --foreign opal/mca/backtrace/printstack/Makefile
opal/mca/backtrace/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/backtrace/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/backtrace/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/backtrace/Makefile'; \
opal/mca/backtrace/Makefile.in:1761: $(AUTOMAKE) --foreign opal/mca/backtrace/Makefile
opal/mca/pmix/flux/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/flux/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/flux/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/flux/Makefile'; \
opal/mca/pmix/flux/Makefile:1775: $(AUTOMAKE) --foreign opal/mca/pmix/flux/Makefile
opal/mca/pmix/flux/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/flux/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/flux/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/flux/Makefile'; \
opal/mca/pmix/flux/Makefile.in:1764: $(AUTOMAKE) --foreign opal/mca/pmix/flux/Makefile
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile:258:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile:552: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/util/keyval/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile:554: $(AUTOMAKE) --foreign src/util/keyval/Makefile
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile.in:247:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile.in:540: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/util/keyval/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/util/keyval/Makefile.in:542: $(AUTOMAKE) --foreign src/util/keyval/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile:284:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile:574: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pps/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile:576: $(AUTOMAKE) --foreign src/tools/pps/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile.in:273:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile.in:562: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pps/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pps/Makefile.in:564: $(AUTOMAKE) --foreign src/tools/pps/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile:284:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile:574: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pevent/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile:576: $(AUTOMAKE) --foreign src/tools/pevent/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile.in:273:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile.in:562: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pevent/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pevent/Makefile.in:564: $(AUTOMAKE) --foreign src/tools/pevent/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile:284:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile:574: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/plookup/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile:576: $(AUTOMAKE) --foreign src/tools/plookup/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile.in:273:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile.in:562: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/plookup/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/plookup/Makefile.in:564: $(AUTOMAKE) --foreign src/tools/plookup/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile:284:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile:596: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pmix_info/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile:598: $(AUTOMAKE) --foreign src/tools/pmix_info/Makefile
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile.in:273:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile.in:584: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/pmix_info/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info/Makefile.in:586: $(AUTOMAKE) --foreign src/tools/pmix_info/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile:241:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile:528: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile:530: $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile.in:231:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv6/Makefile.in:519: $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile:241:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile:528: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv4/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile:530: $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv4/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile.in:231:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv4/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/bsdx_ipv4/Makefile.in:519: $(AUTOMAKE) --foreign src/mca/pif/bsdx_ipv4/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile:241:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile:528: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/posix_ipv4/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile:530: $(AUTOMAKE) --foreign src/mca/pif/posix_ipv4/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile.in:231:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/posix_ipv4/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4/Makefile.in:519: $(AUTOMAKE) --foreign src/mca/pif/posix_ipv4/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile:241:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile:528: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/linux_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile:530: $(AUTOMAKE) --foreign src/mca/pif/linux_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile.in:231:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/linux_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6/Makefile.in:519: $(AUTOMAKE) --foreign src/mca/pif/linux_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile:241:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile:528: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/solaris_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile:530: $(AUTOMAKE) --foreign src/mca/pif/solaris_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile.in:231:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/solaris_ipv6/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/solaris_ipv6/Makefile.in:519: $(AUTOMAKE) --foreign src/mca/pif/solaris_ipv6/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile:285:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile:581: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile:583: $(AUTOMAKE) --foreign src/mca/pif/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile.in:274:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile.in:569: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pif/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pif/Makefile.in:571: $(AUTOMAKE) --foreign src/mca/pif/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile:307:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile:619: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/opa/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile:621: $(AUTOMAKE) --foreign src/mca/pnet/opa/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile.in:297:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile.in:608: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/opa/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/opa/Makefile.in:610: $(AUTOMAKE) --foreign src/mca/pnet/opa/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile:306:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile:618: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/tcp/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile:620: $(AUTOMAKE) --foreign src/mca/pnet/tcp/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile.in:296:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile.in:607: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/tcp/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/tcp/Makefile.in:609: $(AUTOMAKE) --foreign src/mca/pnet/tcp/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile:306:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile:615: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/test/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile:617: $(AUTOMAKE) --foreign src/mca/pnet/test/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile.in:296:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile.in:604: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/test/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/test/Makefile.in:606: $(AUTOMAKE) --foreign src/mca/pnet/test/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile:314:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile:615: $(AUTOMAKE) --foreign src/mca/pnet/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile.in:303:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile.in:601: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pnet/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pnet/Makefile.in:603: $(AUTOMAKE) --foreign src/mca/pnet/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile:295:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile:600: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/stdfd/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile:602: $(AUTOMAKE) --foreign src/mca/plog/stdfd/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile.in:285:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile.in:589: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/stdfd/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd/Makefile.in:591: $(AUTOMAKE) --foreign src/mca/plog/stdfd/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile:296:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile:601: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/syslog/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile:603: $(AUTOMAKE) --foreign src/mca/plog/syslog/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile.in:286:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile.in:590: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/syslog/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog/Makefile.in:592: $(AUTOMAKE) --foreign src/mca/plog/syslog/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile:297:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/default/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile:604: $(AUTOMAKE) --foreign src/mca/plog/default/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile.in:287:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile.in:591: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/default/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/default/Makefile.in:593: $(AUTOMAKE) --foreign src/mca/plog/default/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile:316:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile:616: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile:618: $(AUTOMAKE) --foreign src/mca/plog/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile.in:305:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile.in:604: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/plog/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/plog/Makefile.in:606: $(AUTOMAKE) --foreign src/mca/plog/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile:304:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/usock/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile:615: $(AUTOMAKE) --foreign src/mca/ptl/usock/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile.in:294:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile.in:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/usock/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock/Makefile.in:604: $(AUTOMAKE) --foreign src/mca/ptl/usock/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile:304:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/tcp/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile:615: $(AUTOMAKE) --foreign src/mca/ptl/tcp/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile.in:294:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile.in:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/tcp/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/Makefile.in:604: $(AUTOMAKE) --foreign src/mca/ptl/tcp/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile:315:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile:615: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile:617: $(AUTOMAKE) --foreign src/mca/ptl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile.in:304:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile.in:603: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/ptl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/ptl/Makefile.in:605: $(AUTOMAKE) --foreign src/mca/ptl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile:243:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile:532: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/env/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile:534: $(AUTOMAKE) --foreign src/mca/pinstalldirs/env/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile.in:233:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile.in:521: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/env/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env/Makefile.in:523: $(AUTOMAKE) --foreign src/mca/pinstalldirs/env/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile:250:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile:544: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/config/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile:546: $(AUTOMAKE) --foreign src/mca/pinstalldirs/config/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile.in:239:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile.in:532: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/config/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config/Makefile.in:534: $(AUTOMAKE) --foreign src/mca/pinstalldirs/config/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile:289:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile:587: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile:589: $(AUTOMAKE) --foreign src/mca/pinstalldirs/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile.in:278:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile.in:575: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pinstalldirs/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/Makefile.in:577: $(AUTOMAKE) --foreign src/mca/pinstalldirs/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile:290:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile:596: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/file/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile:598: $(AUTOMAKE) --foreign src/mca/psensor/file/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile.in:279:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile.in:584: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/file/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/Makefile.in:586: $(AUTOMAKE) --foreign src/mca/psensor/file/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile:293:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile:599: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/heartbeat/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile:601: $(AUTOMAKE) --foreign src/mca/psensor/heartbeat/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile.in:282:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile.in:587: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/heartbeat/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/Makefile.in:589: $(AUTOMAKE) --foreign src/mca/psensor/heartbeat/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile:290:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile:588: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile:590: $(AUTOMAKE) --foreign src/mca/psensor/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile.in:279:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile.in:576: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psensor/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psensor/Makefile.in:578: $(AUTOMAKE) --foreign src/mca/psensor/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile:308:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile:619: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/ds12/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile:621: $(AUTOMAKE) --foreign src/mca/gds/ds12/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile.in:298:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile.in:608: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/ds12/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/Makefile.in:610: $(AUTOMAKE) --foreign src/mca/gds/ds12/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile:306:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile:618: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/hash/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile:620: $(AUTOMAKE) --foreign src/mca/gds/hash/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile.in:296:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile.in:607: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/hash/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/Makefile.in:609: $(AUTOMAKE) --foreign src/mca/gds/hash/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile:314:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile:615: $(AUTOMAKE) --foreign src/mca/gds/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile.in:303:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile.in:601: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/gds/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/gds/Makefile.in:603: $(AUTOMAKE) --foreign src/mca/gds/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile:303:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile:629: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/base/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile:631: $(AUTOMAKE) --foreign src/mca/base/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile.in:293:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile.in:618: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/base/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/base/Makefile.in:620: $(AUTOMAKE) --foreign src/mca/base/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile:296:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile:607: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pshmem/mmap/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile:609: $(AUTOMAKE) --foreign src/mca/pshmem/mmap/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile.in:286:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile.in:596: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pshmem/mmap/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap/Makefile.in:598: $(AUTOMAKE) --foreign src/mca/pshmem/mmap/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile:313:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile:611: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pshmem/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile:613: $(AUTOMAKE) --foreign src/mca/pshmem/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile.in:302:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile.in:599: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pshmem/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/Makefile.in:601: $(AUTOMAKE) --foreign src/mca/pshmem/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile:247:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile:543: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/pdlopen/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile:545: $(AUTOMAKE) --foreign src/mca/pdl/pdlopen/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile.in:237:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile.in:532: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/pdlopen/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen/Makefile.in:534: $(AUTOMAKE) --foreign src/mca/pdl/pdlopen/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile:249:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile:549: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/plibltdl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile:551: $(AUTOMAKE) --foreign src/mca/pdl/plibltdl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile.in:239:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile.in:538: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/plibltdl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/plibltdl/Makefile.in:540: $(AUTOMAKE) --foreign src/mca/pdl/plibltdl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile:288:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile:586: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile:588: $(AUTOMAKE) --foreign src/mca/pdl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile.in:277:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile.in:574: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/pdl/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/pdl/Makefile.in:576: $(AUTOMAKE) --foreign src/mca/pdl/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile:304:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v21/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile:615: $(AUTOMAKE) --foreign src/mca/bfrops/v21/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile.in:294:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile.in:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v21/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21/Makefile.in:604: $(AUTOMAKE) --foreign src/mca/bfrops/v21/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile:307:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile:623: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v20/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile:625: $(AUTOMAKE) --foreign src/mca/bfrops/v20/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile.in:297:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile.in:612: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v20/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20/Makefile.in:614: $(AUTOMAKE) --foreign src/mca/bfrops/v20/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile:304:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v3/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile:615: $(AUTOMAKE) --foreign src/mca/bfrops/v3/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile.in:294:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile.in:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v3/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3/Makefile.in:604: $(AUTOMAKE) --foreign src/mca/bfrops/v3/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile:307:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile:623: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v12/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile:625: $(AUTOMAKE) --foreign src/mca/bfrops/v12/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile.in:297:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile.in:612: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/v12/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12/Makefile.in:614: $(AUTOMAKE) --foreign src/mca/bfrops/v12/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile:316:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile:617: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile:619: $(AUTOMAKE) --foreign src/mca/bfrops/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile.in:305:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile.in:605: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/bfrops/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/Makefile.in:607: $(AUTOMAKE) --foreign src/mca/bfrops/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile:306:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile:615: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/preg/native/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile:617: $(AUTOMAKE) --foreign src/mca/preg/native/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile.in:296:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile.in:604: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/preg/native/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/preg/native/Makefile.in:606: $(AUTOMAKE) --foreign src/mca/preg/native/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile:314:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/preg/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile:615: $(AUTOMAKE) --foreign src/mca/preg/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile.in:303:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile.in:601: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/preg/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/preg/Makefile.in:603: $(AUTOMAKE) --foreign src/mca/preg/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile:305:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile:617: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/munge/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile:619: $(AUTOMAKE) --foreign src/mca/psec/munge/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile.in:295:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile.in:606: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/munge/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/munge/Makefile.in:608: $(AUTOMAKE) --foreign src/mca/psec/munge/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile:304:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/none/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile:615: $(AUTOMAKE) --foreign src/mca/psec/none/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile.in:294:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile.in:602: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/none/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/Makefile.in:604: $(AUTOMAKE) --foreign src/mca/psec/none/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile:306:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile:615: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/native/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile:617: $(AUTOMAKE) --foreign src/mca/psec/native/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile.in:296:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile.in:604: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/native/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/native/Makefile.in:606: $(AUTOMAKE) --foreign src/mca/psec/native/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile:314:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile:613: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile:615: $(AUTOMAKE) --foreign src/mca/psec/Makefile
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile.in:303:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile.in:601: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mca/psec/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/mca/psec/Makefile.in:603: $(AUTOMAKE) --foreign src/mca/psec/Makefile
opal/mca/pmix/pmix3x/pmix/src/include/pmix_config_bottom.h:559: want to protect others from the autoconf/automake-generated
opal/mca/pmix/pmix3x/pmix/src/include/pmix_config_top.h:25: that are put in by autoconf/automake projects. Specifically, if
opal/mca/pmix/pmix3x/pmix/src/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/Makefile:1044:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/src/Makefile:1431: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/Makefile:1433: $(AUTOMAKE) --foreign src/Makefile
opal/mca/pmix/pmix3x/pmix/src/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/src/Makefile.in:1032:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/src/Makefile.in:1418: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
opal/mca/pmix/pmix3x/pmix/src/Makefile.in:1420: $(AUTOMAKE) --foreign src/Makefile
opal/mca/pmix/pmix3x/pmix/examples/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/examples/Makefile:344:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/examples/Makefile:669: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
opal/mca/pmix/pmix3x/pmix/examples/Makefile:671: $(AUTOMAKE) --foreign examples/Makefile
opal/mca/pmix/pmix3x/pmix/examples/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/examples/Makefile.in:334:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/examples/Makefile.in:658: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
opal/mca/pmix/pmix3x/pmix/examples/Makefile.in:660: $(AUTOMAKE) --foreign examples/Makefile
opal/mca/pmix/pmix3x/pmix/man/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/man/Makefile:234:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/man/Makefile:529: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
opal/mca/pmix/pmix3x/pmix/man/Makefile:531: $(AUTOMAKE) --foreign man/Makefile
opal/mca/pmix/pmix3x/pmix/man/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/man/Makefile.in:223:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/man/Makefile.in:517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
opal/mca/pmix/pmix3x/pmix/man/Makefile.in:519: $(AUTOMAKE) --foreign man/Makefile
opal/mca/pmix/pmix3x/pmix/etc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/etc/Makefile:201:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/etc/Makefile:488: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
opal/mca/pmix/pmix3x/pmix/etc/Makefile:490: $(AUTOMAKE) --foreign etc/Makefile
opal/mca/pmix/pmix3x/pmix/etc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/etc/Makefile.in:190:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/etc/Makefile.in:476: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
opal/mca/pmix/pmix3x/pmix/etc/Makefile.in:478: $(AUTOMAKE) --foreign etc/Makefile
opal/mca/pmix/pmix3x/pmix/autogen.pl:58:my $pmix_automake_version = "1.13.4";
opal/mca/pmix/pmix3x/pmix/autogen.pl:64:my $pmix_automake_search = "automake";
opal/mca/pmix/pmix3x/pmix/autogen.pl:524: GNU Automake: $pmix_automake_version
opal/mca/pmix/pmix3x/pmix/autogen.pl:647:&find_and_check("automake", $pmix_automake_search, $pmix_automake_version);
opal/mca/pmix/pmix3x/pmix/INSTALL:39:You will need very recent versions of GNU Autoconf, Automake, and
opal/mca/pmix/pmix3x/pmix/configure.ac:79:# This must be before AM_INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/configure.ac:82:# Init automake
opal/mca/pmix/pmix3x/pmix/configure.ac:83:AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 -Wall -Werror])
opal/mca/pmix/pmix3x/pmix/configure.ac:87:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/configure:937:AUTOMAKE
opal/mca/pmix/pmix3x/pmix/configure:3434:# This must be before AM_INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/configure:3546:# Init automake
opal/mca/pmix/pmix3x/pmix/configure:3750:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/configure:4036:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/configure:4044:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/pmix/pmix3x/pmix/configure:4052:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/configure:4054:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/configure:4055:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/configure:4078:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/configure:5874: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/configure:6481:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/configure:18266: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/configure:67145: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/pmix/pmix3x/pmix/configure:69008: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/configure:69015: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile:361:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile:760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/simple/Makefile'; \
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile:762: $(AUTOMAKE) --foreign test/simple/Makefile
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile.in:351:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile.in:749: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/simple/Makefile'; \
opal/mca/pmix/pmix3x/pmix/test/simple/Makefile.in:751: $(AUTOMAKE) --foreign test/simple/Makefile
opal/mca/pmix/pmix3x/pmix/test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/test/Makefile:355:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/test/Makefile:687: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
opal/mca/pmix/pmix3x/pmix/test/Makefile:689: $(AUTOMAKE) --foreign test/Makefile
opal/mca/pmix/pmix3x/pmix/test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/test/Makefile.in:344:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/test/Makefile.in:675: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
opal/mca/pmix/pmix3x/pmix/test/Makefile.in:677: $(AUTOMAKE) --foreign test/Makefile
opal/mca/pmix/pmix3x/pmix/config/pmix_functions.m4:122:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/config/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/config/Makefile:207:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/config/Makefile:514: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign config/Makefile'; \
opal/mca/pmix/pmix3x/pmix/config/Makefile:516: $(AUTOMAKE) --foreign config/Makefile
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh:74:# automake: $automake_version
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
opal/mca/pmix/pmix3x/pmix/config/libtool.m4:274:# `config.status' has no value for ac_aux_dir unless we are using Automake,
opal/mca/pmix/pmix3x/pmix/config/lt~obsolete.m4:16:# exported API, or moved to Autoconf or Automake where they belong.
opal/mca/pmix/pmix3x/pmix/config/ar-lib:28:# This file is maintained in Automake, please report
opal/mca/pmix/pmix3x/pmix/config/ar-lib:29:# bugs to <[email protected]> or send patches to
opal/mca/pmix/pmix3x/pmix/config/ar-lib:30:# <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/compile:27:# This file is maintained in Automake, please report
opal/mca/pmix/pmix3x/pmix/config/compile:28:# bugs to <[email protected]> or send patches to
opal/mca/pmix/pmix3x/pmix/config/compile:29:# <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/compile:250:Report bugs to <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/missing:41: # Back-compat with the calling convention used by older automake.
opal/mca/pmix/pmix3x/pmix/config/missing:57: aclocal autoconf autoheader autom4te automake makeinfo
opal/mca/pmix/pmix3x/pmix/config/missing:63:Send bug reports to <[email protected]>."
opal/mca/pmix/pmix3x/pmix/config/missing:68: echo "missing $scriptversion (GNU Automake)"
opal/mca/pmix/pmix3x/pmix/config/missing:111: aclocal|automake)
opal/mca/pmix/pmix3x/pmix/config/missing:112: echo "The '$1' program is part of the GNU Automake package:"
opal/mca/pmix/pmix3x/pmix/config/missing:113: echo "<$gnu_software_URL/automake>"
opal/mca/pmix/pmix3x/pmix/config/missing:151: automake*)
opal/mca/pmix/pmix3x/pmix/config/missing:154: program_details 'automake'
opal/mca/pmix/pmix3x/pmix/config/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/config/Makefile.in:197:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/config/Makefile.in:503: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign config/Makefile'; \
opal/mca/pmix/pmix3x/pmix/config/Makefile.in:505: $(AUTOMAKE) --foreign config/Makefile
opal/mca/pmix/pmix3x/pmix/config/ylwrap:28:# This file is maintained in Automake, please report
opal/mca/pmix/pmix3x/pmix/config/ylwrap:29:# bugs to <[email protected]> or send patches to
opal/mca/pmix/pmix3x/pmix/config/ylwrap:30:# <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/ylwrap:87:Report bugs to <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/depcomp:49:Report bugs to <[email protected]>.
opal/mca/pmix/pmix3x/pmix/config/depcomp:567: # This comment above is used by automake to tell side-effect
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh.orig:74:# automake: $automake_version
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh.orig:151:EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
opal/mca/pmix/pmix3x/pmix/config/ltmain.sh.orig:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
opal/mca/pmix/pmix3x/pmix/NEWS:268:- automake 1.13 configure fix (PR #486)
opal/mca/pmix/pmix3x/pmix/include/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/include/Makefile:250:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/include/Makefile:542: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
opal/mca/pmix/pmix3x/pmix/include/Makefile:544: $(AUTOMAKE) --foreign include/Makefile
opal/mca/pmix/pmix3x/pmix/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/include/Makefile.in:239:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/include/Makefile.in:530: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
opal/mca/pmix/pmix3x/pmix/include/Makefile.in:532: $(AUTOMAKE) --foreign include/Makefile
opal/mca/pmix/pmix3x/pmix/contrib/make_dist_tarball:189:Automake: $AM_TARGET_VERSION
opal/mca/pmix/pmix3x/pmix/contrib/make_dist_tarball:211:Automake: $AM_TARGET_VERSION
opal/mca/pmix/pmix3x/pmix/contrib/make_dist_tarball:231:Automake: $AM_TARGET_VERSION
opal/mca/pmix/pmix3x/pmix/contrib/make_dist_tarball:248:Automake: $AM_TARGET_VERSION
opal/mca/pmix/pmix3x/pmix/contrib/make_dist_tarball:324:check_gnu_version automake $AM_TARGET_VERSION
opal/mca/pmix/pmix3x/pmix/contrib/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/contrib/Makefile:261:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/contrib/Makefile:554: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
opal/mca/pmix/pmix3x/pmix/contrib/Makefile:556: $(AUTOMAKE) --foreign contrib/Makefile
opal/mca/pmix/pmix3x/pmix/contrib/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/contrib/Makefile.in:250:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/contrib/Makefile.in:542: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
opal/mca/pmix/pmix3x/pmix/contrib/Makefile.in:544: $(AUTOMAKE) --foreign contrib/Makefile
opal/mca/pmix/pmix3x/pmix/config.log:24442:AUTOMAKE='${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15'
opal/mca/pmix/pmix3x/pmix/config.status:1252:S["AUTOMAKE"]="${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15"
opal/mca/pmix/pmix3x/pmix/config.status:1959: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/config.status:1966: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/Makefile:329:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/opal/mca/pmix/pmix3x/pmix/config/missing automake-1.15
opal/mca/pmix/pmix3x/pmix/Makefile:627: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
opal/mca/pmix/pmix3x/pmix/Makefile:628: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
opal/mca/pmix/pmix3x/pmix/Makefile:633: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
opal/mca/pmix/pmix3x/pmix/Makefile:635: $(AUTOMAKE) --foreign Makefile
opal/mca/pmix/pmix3x/pmix/Makefile:915: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
opal/mca/pmix/pmix3x/pmix/Makefile:922: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:205: 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:210: 'AM_INIT_AUTOMAKE' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:250: 'AM_AUTOMAKE_VERSION' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:430: 'AM_INIT_AUTOMAKE' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:433: 'AM_AUTOMAKE_VERSION' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:503: 'AM_INIT_AUTOMAKE' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/requests:506: 'AM_AUTOMAKE_VERSION' => 1,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:609:m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:610:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:613: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:615:m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:653: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:862: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:869: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:902:m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:906:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:937:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:949:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:954:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:960:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:962:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:963:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:1085: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:1211:dnl See automake bug#9928 and bug#10237.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:1246:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:1270: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:6711:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:9450:m4trace:configure.ac:83: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 -Wall -Werror])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:9452:m4trace:configure.ac:83: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:9453:m4trace:configure.ac:83: -1- AM_AUTOMAKE_VERSION([1.13.4])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:9488:m4trace:configure.ac:83: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.0:9489:m4trace:configure.ac:83: -1- m4_pattern_allow([^AUTOMAKE$])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:937:AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:3434:# This must be before AM_INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:3546:# Init automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:3750:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4036:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4044:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4052:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4054:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4055:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:4078:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:5874: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:6481:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:18251: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:67130: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:68993: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.0:69000: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.1:277:m4trace:configure.ac:83: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 -Wall -Werror])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.1:279:m4trace:configure.ac:83: -1- AM_AUTOMAKE_VERSION([1.13.4])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.1:310:m4trace:configure.ac:83: -1- AC_SUBST([AUTOMAKE])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.1:311:m4trace:configure.ac:83: -1- AC_SUBST_TRACE([AUTOMAKE])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.1:312:m4trace:configure.ac:83: -1- m4_pattern_allow([^AUTOMAKE$])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:937:AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:3434:# This must be before AM_INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:3546:# Init automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:3750:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4036:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4044:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4052:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4054:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4055:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:4078:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:5874: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:6481:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:18251: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:67130: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:68993: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.1:69000: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.2:277:m4trace:configure.ac:83: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 -Wall -Werror])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.2:279:m4trace:configure.ac:83: -1- AM_AUTOMAKE_VERSION([1.13.4])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.2:310:m4trace:configure.ac:83: -1- AC_SUBST([AUTOMAKE])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.2:311:m4trace:configure.ac:83: -1- AC_SUBST_TRACE([AUTOMAKE])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/traces.2:312:m4trace:configure.ac:83: -1- m4_pattern_allow([^AUTOMAKE$])
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:937:AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:3434:# This must be before AM_INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:3546:# Init automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:3750:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4036:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4044:AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4052:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4054:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4055:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:4078:# works in more cases than adding "silent-rules" to INIT_AUTOMAKE
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:5874: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:6481:# Make automake clean emacs ~ files for "make clean"
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:18251: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:67130: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:68993: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/autom4te.cache/output.2:69000: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/aclocal.m4:29:# AM_AUTOMAKE_VERSION(VERSION)
opal/mca/pmix/pmix3x/pmix/aclocal.m4:31:# Automake X.Y traces this macro to ensure aclocal.m4 has been
opal/mca/pmix/pmix3x/pmix/aclocal.m4:32:# generated from the m4 files accompanying Automake X.Y.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:34:AC_DEFUN([AM_AUTOMAKE_VERSION],
opal/mca/pmix/pmix3x/pmix/aclocal.m4:36:dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
opal/mca/pmix/pmix3x/pmix/aclocal.m4:39: [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
opal/mca/pmix/pmix3x/pmix/aclocal.m4:49:# AM_SET_CURRENT_AUTOMAKE_VERSION
opal/mca/pmix/pmix3x/pmix/aclocal.m4:51:# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:52:# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:53:AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
opal/mca/pmix/pmix3x/pmix/aclocal.m4:54:[AM_AUTOMAKE_VERSION([1.13.4])dnl
opal/mca/pmix/pmix3x/pmix/aclocal.m4:105: # A longer-term fix would be to have automake use am__AR in this case,
opal/mca/pmix/pmix3x/pmix/aclocal.m4:150:# Of course, Automake must honor this variable whenever it calls a
opal/mca/pmix/pmix3x/pmix/aclocal.m4:232:# written in clear, in which case automake, when reading aclocal.m4,
opal/mca/pmix/pmix3x/pmix/aclocal.m4:438: # Check whether this is an Automake generated Makefile or not.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:445: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
opal/mca/pmix/pmix3x/pmix/aclocal.m4:489:# Do all the work for Automake. -*- Autoconf -*-
opal/mca/pmix/pmix3x/pmix/aclocal.m4:500:# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
opal/mca/pmix/pmix3x/pmix/aclocal.m4:501:# AM_INIT_AUTOMAKE([OPTIONS])
opal/mca/pmix/pmix3x/pmix/aclocal.m4:506:# the call to AM_INIT_AUTOMAKE.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:508:# the next Automake release, Autoconf can make the AC_INIT
opal/mca/pmix/pmix3x/pmix/aclocal.m4:511:AC_DEFUN([AM_INIT_AUTOMAKE],
opal/mca/pmix/pmix3x/pmix/aclocal.m4:516:AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
opal/mca/pmix/pmix3x/pmix/aclocal.m4:547:dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:559:# Some tools Automake needs.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:564:AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
opal/mca/pmix/pmix3x/pmix/aclocal.m4:570:# For better backward compatibility. To be removed once Automake 1.9.x
opal/mca/pmix/pmix3x/pmix/aclocal.m4:572:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
opal/mca/pmix/pmix3x/pmix/aclocal.m4:573:# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
opal/mca/pmix/pmix3x/pmix/aclocal.m4:754:# Like AC_PROG_CC_C_O, but changed for automake.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:768: # A longer-term fix would be to have automake use am__CC in this case,
opal/mca/pmix/pmix3x/pmix/aclocal.m4:838:# OPTIONS is a space-separated list of Automake options.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:958:dnl See automake bug#9928 and bug#10237.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:1010:# tool to use in cross-compilation environments, therefore Automake
opal/mca/pmix/pmix3x/pmix/aclocal.m4:1027:# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:1028:# This macro is traced by Automake.
opal/mca/pmix/pmix3x/pmix/aclocal.m4:1073: # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
opal/mca/pmix/pmix3x/pmix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/pmix/Makefile.in:319:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/pmix/Makefile.in:616: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
opal/mca/pmix/pmix3x/pmix/Makefile.in:617: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
opal/mca/pmix/pmix3x/pmix/Makefile.in:622: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
opal/mca/pmix/pmix3x/pmix/Makefile.in:624: $(AUTOMAKE) --foreign Makefile
opal/mca/pmix/pmix3x/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/pmix3x/Makefile:594:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/pmix3x/Makefile:1840: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/pmix3x/Makefile'; \
opal/mca/pmix/pmix3x/Makefile:1842: $(AUTOMAKE) --foreign opal/mca/pmix/pmix3x/Makefile
opal/mca/pmix/pmix3x/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/pmix3x/Makefile.in:583:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/pmix3x/Makefile.in:1828: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/pmix3x/Makefile'; \
opal/mca/pmix/pmix3x/Makefile.in:1830: $(AUTOMAKE) --foreign opal/mca/pmix/pmix3x/Makefile
opal/mca/pmix/isolated/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/isolated/Makefile:538:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/isolated/Makefile:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/isolated/Makefile'; \
opal/mca/pmix/isolated/Makefile:1768: $(AUTOMAKE) --foreign opal/mca/pmix/isolated/Makefile
opal/mca/pmix/isolated/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/isolated/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/isolated/Makefile.in:1755: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/isolated/Makefile'; \
opal/mca/pmix/isolated/Makefile.in:1757: $(AUTOMAKE) --foreign opal/mca/pmix/isolated/Makefile
opal/mca/pmix/ext1x/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/ext1x/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/ext1x/Makefile:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext1x/Makefile'; \
opal/mca/pmix/ext1x/Makefile:1790: $(AUTOMAKE) --foreign opal/mca/pmix/ext1x/Makefile
opal/mca/pmix/ext1x/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/ext1x/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/ext1x/Makefile.in:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext1x/Makefile'; \
opal/mca/pmix/ext1x/Makefile.in:1779: $(AUTOMAKE) --foreign opal/mca/pmix/ext1x/Makefile
opal/mca/pmix/ext3x/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/ext3x/Makefile:562:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/ext3x/Makefile:1808: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext3x/Makefile'; \
opal/mca/pmix/ext3x/Makefile:1810: $(AUTOMAKE) --foreign opal/mca/pmix/ext3x/Makefile
opal/mca/pmix/ext3x/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/ext3x/Makefile.in:551:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/ext3x/Makefile.in:1796: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext3x/Makefile'; \
opal/mca/pmix/ext3x/Makefile.in:1798: $(AUTOMAKE) --foreign opal/mca/pmix/ext3x/Makefile
opal/mca/pmix/ext2x/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/ext2x/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/ext2x/Makefile:1797: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext2x/Makefile'; \
opal/mca/pmix/ext2x/Makefile:1799: $(AUTOMAKE) --foreign opal/mca/pmix/ext2x/Makefile
opal/mca/pmix/ext2x/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/ext2x/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/ext2x/Makefile.in:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/ext2x/Makefile'; \
opal/mca/pmix/ext2x/Makefile.in:1787: $(AUTOMAKE) --foreign opal/mca/pmix/ext2x/Makefile
opal/mca/pmix/s2/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/s2/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/s2/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/s2/Makefile'; \
opal/mca/pmix/s2/Makefile:1777: $(AUTOMAKE) --foreign opal/mca/pmix/s2/Makefile
opal/mca/pmix/s2/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/s2/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/s2/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/s2/Makefile'; \
opal/mca/pmix/s2/Makefile.in:1766: $(AUTOMAKE) --foreign opal/mca/pmix/s2/Makefile
opal/mca/pmix/cray/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/cray/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/cray/Makefile:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/cray/Makefile'; \
opal/mca/pmix/cray/Makefile:1787: $(AUTOMAKE) --foreign opal/mca/pmix/cray/Makefile
opal/mca/pmix/cray/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/cray/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/cray/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/cray/Makefile'; \
opal/mca/pmix/cray/Makefile.in:1775: $(AUTOMAKE) --foreign opal/mca/pmix/cray/Makefile
opal/mca/pmix/s1/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pmix/s1/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pmix/s1/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/s1/Makefile'; \
opal/mca/pmix/s1/Makefile:1774: $(AUTOMAKE) --foreign opal/mca/pmix/s1/Makefile
opal/mca/pmix/s1/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/s1/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/s1/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/s1/Makefile'; \
opal/mca/pmix/s1/Makefile.in:1763: $(AUTOMAKE) --foreign opal/mca/pmix/s1/Makefile
opal/mca/pmix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pmix/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
opal/mca/pmix/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pmix/Makefile'; \
opal/mca/pmix/Makefile.in:1755: $(AUTOMAKE) --foreign opal/mca/pmix/Makefile
opal/mca/compress/bzip/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/compress/bzip/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/compress/bzip/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/compress/bzip/Makefile'; \
opal/mca/compress/bzip/Makefile:1770: $(AUTOMAKE) --foreign opal/mca/compress/bzip/Makefile
opal/mca/compress/bzip/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/compress/bzip/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
opal/mca/compress/bzip/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/compress/bzip/Makefile'; \
opal/mca/compress/bzip/Makefile.in:1759: $(AUTOMAKE) --foreign opal/mca/compress/bzip/Makefile
opal/mca/compress/gzip/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/compress/gzip/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/compress/gzip/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/compress/gzip/Makefile'; \
opal/mca/compress/gzip/Makefile:1770: $(AUTOMAKE) --foreign opal/mca/compress/gzip/Makefile
opal/mca/compress/gzip/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/compress/gzip/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
opal/mca/compress/gzip/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/compress/gzip/Makefile'; \
opal/mca/compress/gzip/Makefile.in:1759: $(AUTOMAKE) --foreign opal/mca/compress/gzip/Makefile
opal/mca/compress/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/compress/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
opal/mca/compress/Makefile.in:1749: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/compress/Makefile'; \
opal/mca/compress/Makefile.in:1751: $(AUTOMAKE) --foreign opal/mca/compress/Makefile
opal/mca/base/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/base/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
opal/mca/base/Makefile.in:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/base/Makefile'; \
opal/mca/base/Makefile.in:1788: $(AUTOMAKE) --foreign opal/mca/base/Makefile
opal/mca/rcache/gpusm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/rcache/gpusm/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/rcache/gpusm/Makefile:1792: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/gpusm/Makefile'; \
opal/mca/rcache/gpusm/Makefile:1794: $(AUTOMAKE) --foreign opal/mca/rcache/gpusm/Makefile
opal/mca/rcache/gpusm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/rcache/gpusm/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
opal/mca/rcache/gpusm/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/gpusm/Makefile'; \
opal/mca/rcache/gpusm/Makefile.in:1782: $(AUTOMAKE) --foreign opal/mca/rcache/gpusm/Makefile
opal/mca/rcache/grdma/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/rcache/grdma/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/rcache/grdma/Makefile:1791: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/grdma/Makefile'; \
opal/mca/rcache/grdma/Makefile:1793: $(AUTOMAKE) --foreign opal/mca/rcache/grdma/Makefile
opal/mca/rcache/grdma/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/rcache/grdma/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/mca/rcache/grdma/Makefile.in:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/grdma/Makefile'; \
opal/mca/rcache/grdma/Makefile.in:1781: $(AUTOMAKE) --foreign opal/mca/rcache/grdma/Makefile
opal/mca/rcache/rgpusm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/rcache/rgpusm/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/rcache/rgpusm/Makefile:1791: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/rgpusm/Makefile'; \
opal/mca/rcache/rgpusm/Makefile:1793: $(AUTOMAKE) --foreign opal/mca/rcache/rgpusm/Makefile
opal/mca/rcache/rgpusm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/rcache/rgpusm/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
opal/mca/rcache/rgpusm/Makefile.in:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/rgpusm/Makefile'; \
opal/mca/rcache/rgpusm/Makefile.in:1781: $(AUTOMAKE) --foreign opal/mca/rcache/rgpusm/Makefile
opal/mca/rcache/udreg/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/rcache/udreg/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/rcache/udreg/Makefile:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/udreg/Makefile'; \
opal/mca/rcache/udreg/Makefile:1788: $(AUTOMAKE) --foreign opal/mca/rcache/udreg/Makefile
opal/mca/rcache/udreg/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/rcache/udreg/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
opal/mca/rcache/udreg/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/udreg/Makefile'; \
opal/mca/rcache/udreg/Makefile.in:1776: $(AUTOMAKE) --foreign opal/mca/rcache/udreg/Makefile
opal/mca/rcache/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/rcache/Makefile.in:550:AUTOMAKE = @AUTOMAKE@
opal/mca/rcache/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/rcache/Makefile'; \
opal/mca/rcache/Makefile.in:1775: $(AUTOMAKE) --foreign opal/mca/rcache/Makefile
opal/mca/mpool/hugepage/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/mpool/hugepage/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/mpool/hugepage/Makefile:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/mpool/hugepage/Makefile'; \
opal/mca/mpool/hugepage/Makefile:1787: $(AUTOMAKE) --foreign opal/mca/mpool/hugepage/Makefile
opal/mca/mpool/hugepage/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/mpool/hugepage/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
opal/mca/mpool/hugepage/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/mpool/hugepage/Makefile'; \
opal/mca/mpool/hugepage/Makefile.in:1775: $(AUTOMAKE) --foreign opal/mca/mpool/hugepage/Makefile
opal/mca/mpool/memkind/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/mpool/memkind/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/mpool/memkind/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/mpool/memkind/Makefile'; \
opal/mca/mpool/memkind/Makefile:1782: $(AUTOMAKE) --foreign opal/mca/mpool/memkind/Makefile
opal/mca/mpool/memkind/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/mpool/memkind/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
opal/mca/mpool/memkind/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/mpool/memkind/Makefile'; \
opal/mca/mpool/memkind/Makefile.in:1771: $(AUTOMAKE) --foreign opal/mca/mpool/memkind/Makefile
opal/mca/mpool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/mpool/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
opal/mca/mpool/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/mpool/Makefile'; \
opal/mca/mpool/Makefile.in:1771: $(AUTOMAKE) --foreign opal/mca/mpool/Makefile
opal/mca/pstat/linux/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pstat/linux/Makefile:546:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pstat/linux/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pstat/linux/Makefile'; \
opal/mca/pstat/linux/Makefile:1776: $(AUTOMAKE) --foreign opal/mca/pstat/linux/Makefile
opal/mca/pstat/linux/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pstat/linux/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
opal/mca/pstat/linux/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pstat/linux/Makefile'; \
opal/mca/pstat/linux/Makefile.in:1765: $(AUTOMAKE) --foreign opal/mca/pstat/linux/Makefile
opal/mca/pstat/test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/mca/pstat/test/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/mca/pstat/test/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pstat/test/Makefile'; \
opal/mca/pstat/test/Makefile:1775: $(AUTOMAKE) --foreign opal/mca/pstat/test/Makefile
opal/mca/pstat/test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pstat/test/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
opal/mca/pstat/test/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pstat/test/Makefile'; \
opal/mca/pstat/test/Makefile.in:1764: $(AUTOMAKE) --foreign opal/mca/pstat/test/Makefile
opal/mca/pstat/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/mca/pstat/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
opal/mca/pstat/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/mca/pstat/Makefile'; \
opal/mca/pstat/Makefile.in:1762: $(AUTOMAKE) --foreign opal/mca/pstat/Makefile
opal/etc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/etc/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
opal/etc/Makefile.in:1647: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/etc/Makefile'; \
opal/etc/Makefile.in:1649: $(AUTOMAKE) --foreign opal/etc/Makefile
opal/include/opal_config_bottom.h:523: want to protect others from the autoconf/automake-generated
opal/include/opal_config_top.h:23: that are put in by autoconf/automake projects. Specifically, if
opal/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/include/Makefile.in:726:AUTOMAKE = @AUTOMAKE@
opal/include/Makefile.in:1950: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/include/Makefile'; \
opal/include/Makefile.in:1952: $(AUTOMAKE) --foreign opal/include/Makefile
opal/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
opal/Makefile:782:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
opal/Makefile:2065: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/Makefile'; \
opal/Makefile:2067: $(AUTOMAKE) --foreign opal/Makefile
opal/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
opal/Makefile.in:772:AUTOMAKE = @AUTOMAKE@
opal/Makefile.in:2054: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign opal/Makefile'; \
opal/Makefile.in:2056: $(AUTOMAKE) --foreign opal/Makefile
orte/util/Makefile.am:35:# is src code in util/hostfile directory is created. The automake process
orte/tools/orte-server/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/orte-server/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/orte-server/Makefile:1751:# Automake-generated compilation/linker rules).
orte/tools/orte-server/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-server/Makefile'; \
orte/tools/orte-server/Makefile:1786: $(AUTOMAKE) --foreign orte/tools/orte-server/Makefile
orte/tools/orte-server/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/orte-server/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
orte/tools/orte-server/Makefile.in:1739:# Automake-generated compilation/linker rules).
orte/tools/orte-server/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-server/Makefile'; \
orte/tools/orte-server/Makefile.in:1774: $(AUTOMAKE) --foreign orte/tools/orte-server/Makefile
orte/tools/orte-clean/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/orte-clean/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/orte-clean/Makefile:1751:# Automake-generated compilation/linker rules).
orte/tools/orte-clean/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-clean/Makefile'; \
orte/tools/orte-clean/Makefile:1786: $(AUTOMAKE) --foreign orte/tools/orte-clean/Makefile
orte/tools/orte-clean/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/orte-clean/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
orte/tools/orte-clean/Makefile.in:1739:# Automake-generated compilation/linker rules).
orte/tools/orte-clean/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-clean/Makefile'; \
orte/tools/orte-clean/Makefile.in:1774: $(AUTOMAKE) --foreign orte/tools/orte-clean/Makefile
orte/tools/orterun/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/orterun/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/orterun/Makefile:1753:# Automake-generated compilation/linker rules).
orte/tools/orterun/Makefile:1790: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orterun/Makefile'; \
orte/tools/orterun/Makefile:1792: $(AUTOMAKE) --foreign orte/tools/orterun/Makefile
orte/tools/orterun/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/orterun/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
orte/tools/orterun/Makefile.in:1741:# Automake-generated compilation/linker rules).
orte/tools/orterun/Makefile.in:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orterun/Makefile'; \
orte/tools/orterun/Makefile.in:1780: $(AUTOMAKE) --foreign orte/tools/orterun/Makefile
orte/tools/orted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/orted/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/orted/Makefile:1749:# Automake-generated compilation/linker rules).
orte/tools/orted/Makefile:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orted/Makefile'; \
orte/tools/orted/Makefile:1790: $(AUTOMAKE) --foreign orte/tools/orted/Makefile
orte/tools/orted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/orted/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
orte/tools/orted/Makefile.in:1737:# Automake-generated compilation/linker rules).
orte/tools/orted/Makefile.in:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orted/Makefile'; \
orte/tools/orted/Makefile.in:1778: $(AUTOMAKE) --foreign orte/tools/orted/Makefile
orte/tools/orte-info/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/orte-info/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/orte-info/Makefile:1772:# Automake-generated compilation/linker rules).
orte/tools/orte-info/Makefile:1812: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-info/Makefile'; \
orte/tools/orte-info/Makefile:1814: $(AUTOMAKE) --foreign orte/tools/orte-info/Makefile
orte/tools/orte-info/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/orte-info/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
orte/tools/orte-info/Makefile.in:1760:# Automake-generated compilation/linker rules).
orte/tools/orte-info/Makefile.in:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/orte-info/Makefile'; \
orte/tools/orte-info/Makefile.in:1802: $(AUTOMAKE) --foreign orte/tools/orte-info/Makefile
orte/tools/wrappers/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/tools/wrappers/Makefile:485:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/tools/wrappers/Makefile:1694: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/wrappers/Makefile'; \
orte/tools/wrappers/Makefile:1696: $(AUTOMAKE) --foreign orte/tools/wrappers/Makefile
orte/tools/wrappers/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/tools/wrappers/Makefile.in:474:AUTOMAKE = @AUTOMAKE@
orte/tools/wrappers/Makefile.in:1682: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/tools/wrappers/Makefile'; \
orte/tools/wrappers/Makefile.in:1684: $(AUTOMAKE) --foreign orte/tools/wrappers/Makefile
orte/mca/sstore/stage/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/sstore/stage/Makefile:544:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/sstore/stage/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/stage/Makefile'; \
orte/mca/sstore/stage/Makefile:1778: $(AUTOMAKE) --foreign orte/mca/sstore/stage/Makefile
orte/mca/sstore/stage/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/sstore/stage/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
orte/mca/sstore/stage/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/stage/Makefile'; \
orte/mca/sstore/stage/Makefile.in:1766: $(AUTOMAKE) --foreign orte/mca/sstore/stage/Makefile
orte/mca/sstore/central/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/sstore/central/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/sstore/central/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/central/Makefile'; \
orte/mca/sstore/central/Makefile:1779: $(AUTOMAKE) --foreign orte/mca/sstore/central/Makefile
orte/mca/sstore/central/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/sstore/central/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
orte/mca/sstore/central/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/central/Makefile'; \
orte/mca/sstore/central/Makefile.in:1767: $(AUTOMAKE) --foreign orte/mca/sstore/central/Makefile
orte/mca/sstore/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/sstore/Makefile:557:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/sstore/Makefile:1755:# Automake-generated compilation/linker rules).
orte/mca/sstore/Makefile:1795: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/Makefile'; \
orte/mca/sstore/Makefile:1797: $(AUTOMAKE) --foreign orte/mca/sstore/Makefile
orte/mca/sstore/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/sstore/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/sstore/Makefile.in:1744:# Automake-generated compilation/linker rules).
orte/mca/sstore/Makefile.in:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/sstore/Makefile'; \
orte/mca/sstore/Makefile.in:1786: $(AUTOMAKE) --foreign orte/mca/sstore/Makefile
orte/mca/snapc/full/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/snapc/full/Makefile:548:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/snapc/full/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/snapc/full/Makefile'; \
orte/mca/snapc/full/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/snapc/full/Makefile
orte/mca/snapc/full/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/snapc/full/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
orte/mca/snapc/full/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/snapc/full/Makefile'; \
orte/mca/snapc/full/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/snapc/full/Makefile
orte/mca/snapc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/snapc/Makefile:574:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/snapc/Makefile:1772:# Automake-generated compilation/linker rules).
orte/mca/snapc/Makefile:1813: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/snapc/Makefile'; \
orte/mca/snapc/Makefile:1815: $(AUTOMAKE) --foreign orte/mca/snapc/Makefile
orte/mca/snapc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/snapc/Makefile.in:564:AUTOMAKE = @AUTOMAKE@
orte/mca/snapc/Makefile.in:1761:# Automake-generated compilation/linker rules).
orte/mca/snapc/Makefile.in:1802: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/snapc/Makefile'; \
orte/mca/snapc/Makefile.in:1804: $(AUTOMAKE) --foreign orte/mca/snapc/Makefile
orte/mca/ess/singleton/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/singleton/Makefile:548:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/singleton/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/singleton/Makefile'; \
orte/mca/ess/singleton/Makefile:1778: $(AUTOMAKE) --foreign orte/mca/ess/singleton/Makefile
orte/mca/ess/singleton/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/singleton/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/singleton/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/singleton/Makefile'; \
orte/mca/ess/singleton/Makefile.in:1767: $(AUTOMAKE) --foreign orte/mca/ess/singleton/Makefile
orte/mca/ess/env/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/env/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/env/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/env/Makefile'; \
orte/mca/ess/env/Makefile:1775: $(AUTOMAKE) --foreign orte/mca/ess/env/Makefile
orte/mca/ess/env/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/env/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/env/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/env/Makefile'; \
orte/mca/ess/env/Makefile.in:1764: $(AUTOMAKE) --foreign orte/mca/ess/env/Makefile
orte/mca/ess/lsf/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/lsf/Makefile:547:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/lsf/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/lsf/Makefile'; \
orte/mca/ess/lsf/Makefile:1781: $(AUTOMAKE) --foreign orte/mca/ess/lsf/Makefile
orte/mca/ess/lsf/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/lsf/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/lsf/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/lsf/Makefile'; \
orte/mca/ess/lsf/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/ess/lsf/Makefile
orte/mca/ess/pmi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/pmi/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/pmi/Makefile:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/pmi/Makefile'; \
orte/mca/ess/pmi/Makefile:1771: $(AUTOMAKE) --foreign orte/mca/ess/pmi/Makefile
orte/mca/ess/pmi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/pmi/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/pmi/Makefile.in:1758: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/pmi/Makefile'; \
orte/mca/ess/pmi/Makefile.in:1760: $(AUTOMAKE) --foreign orte/mca/ess/pmi/Makefile
orte/mca/ess/hnp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/hnp/Makefile:547:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/hnp/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/hnp/Makefile'; \
orte/mca/ess/hnp/Makefile:1777: $(AUTOMAKE) --foreign orte/mca/ess/hnp/Makefile
orte/mca/ess/hnp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/hnp/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/hnp/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/hnp/Makefile'; \
orte/mca/ess/hnp/Makefile.in:1766: $(AUTOMAKE) --foreign orte/mca/ess/hnp/Makefile
orte/mca/ess/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/alps/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/alps/Makefile:1789: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/alps/Makefile'; \
orte/mca/ess/alps/Makefile:1791: $(AUTOMAKE) --foreign orte/mca/ess/alps/Makefile
orte/mca/ess/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/alps/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/alps/Makefile.in:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/alps/Makefile'; \
orte/mca/ess/alps/Makefile.in:1780: $(AUTOMAKE) --foreign orte/mca/ess/alps/Makefile
orte/mca/ess/slurm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/slurm/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/slurm/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/slurm/Makefile'; \
orte/mca/ess/slurm/Makefile:1775: $(AUTOMAKE) --foreign orte/mca/ess/slurm/Makefile
orte/mca/ess/slurm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/slurm/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/slurm/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/slurm/Makefile'; \
orte/mca/ess/slurm/Makefile.in:1764: $(AUTOMAKE) --foreign orte/mca/ess/slurm/Makefile
orte/mca/ess/tm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/tm/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/tm/Makefile:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/tm/Makefile'; \
orte/mca/ess/tm/Makefile:1773: $(AUTOMAKE) --foreign orte/mca/ess/tm/Makefile
orte/mca/ess/tm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/tm/Makefile.in:533:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/tm/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/tm/Makefile'; \
orte/mca/ess/tm/Makefile.in:1762: $(AUTOMAKE) --foreign orte/mca/ess/tm/Makefile
orte/mca/ess/tool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/tool/Makefile:546:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/tool/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/tool/Makefile'; \
orte/mca/ess/tool/Makefile:1776: $(AUTOMAKE) --foreign orte/mca/ess/tool/Makefile
orte/mca/ess/tool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/tool/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/tool/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/tool/Makefile'; \
orte/mca/ess/tool/Makefile.in:1765: $(AUTOMAKE) --foreign orte/mca/ess/tool/Makefile
orte/mca/ess/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ess/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ess/Makefile:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/Makefile'; \
orte/mca/ess/Makefile:1788: $(AUTOMAKE) --foreign orte/mca/ess/Makefile
orte/mca/ess/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ess/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
orte/mca/ess/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ess/Makefile'; \
orte/mca/ess/Makefile.in:1776: $(AUTOMAKE) --foreign orte/mca/ess/Makefile
orte/mca/odls/default/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/odls/default/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/odls/default/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/default/Makefile'; \
orte/mca/odls/default/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/odls/default/Makefile
orte/mca/odls/default/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/odls/default/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
orte/mca/odls/default/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/default/Makefile'; \
orte/mca/odls/default/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/odls/default/Makefile
orte/mca/odls/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/odls/alps/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/odls/alps/Makefile:1795: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/alps/Makefile'; \
orte/mca/odls/alps/Makefile:1797: $(AUTOMAKE) --foreign orte/mca/odls/alps/Makefile
orte/mca/odls/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/odls/alps/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
orte/mca/odls/alps/Makefile.in:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/alps/Makefile'; \
orte/mca/odls/alps/Makefile.in:1785: $(AUTOMAKE) --foreign orte/mca/odls/alps/Makefile
orte/mca/odls/pspawn/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/odls/pspawn/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/odls/pspawn/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/pspawn/Makefile'; \
orte/mca/odls/pspawn/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/odls/pspawn/Makefile
orte/mca/odls/pspawn/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/odls/pspawn/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
orte/mca/odls/pspawn/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/pspawn/Makefile'; \
orte/mca/odls/pspawn/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/odls/pspawn/Makefile
orte/mca/odls/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/odls/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/odls/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/Makefile'; \
orte/mca/odls/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/odls/Makefile
orte/mca/odls/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/odls/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/odls/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/odls/Makefile'; \
orte/mca/odls/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/odls/Makefile
orte/mca/rmaps/rank_file/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/rank_file/Makefile:566:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/rank_file/Makefile:1798: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/rank_file/Makefile'; \
orte/mca/rmaps/rank_file/Makefile:1800: $(AUTOMAKE) --foreign orte/mca/rmaps/rank_file/Makefile
orte/mca/rmaps/rank_file/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/rank_file/Makefile.in:555:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/rank_file/Makefile.in:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/rank_file/Makefile'; \
orte/mca/rmaps/rank_file/Makefile.in:1788: $(AUTOMAKE) --foreign orte/mca/rmaps/rank_file/Makefile
orte/mca/rmaps/ppr/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/ppr/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/ppr/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/ppr/Makefile'; \
orte/mca/rmaps/ppr/Makefile:1770: $(AUTOMAKE) --foreign orte/mca/rmaps/ppr/Makefile
orte/mca/rmaps/ppr/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/ppr/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/ppr/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/ppr/Makefile'; \
orte/mca/rmaps/ppr/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/rmaps/ppr/Makefile
orte/mca/rmaps/round_robin/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/round_robin/Makefile:555:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/round_robin/Makefile:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/round_robin/Makefile'; \
orte/mca/rmaps/round_robin/Makefile:1788: $(AUTOMAKE) --foreign orte/mca/rmaps/round_robin/Makefile
orte/mca/rmaps/round_robin/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/round_robin/Makefile.in:544:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/round_robin/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/round_robin/Makefile'; \
orte/mca/rmaps/round_robin/Makefile.in:1776: $(AUTOMAKE) --foreign orte/mca/rmaps/round_robin/Makefile
orte/mca/rmaps/seq/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/seq/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/seq/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/seq/Makefile'; \
orte/mca/rmaps/seq/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/rmaps/seq/Makefile
orte/mca/rmaps/seq/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/seq/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/seq/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/seq/Makefile'; \
orte/mca/rmaps/seq/Makefile.in:1768: $(AUTOMAKE) --foreign orte/mca/rmaps/seq/Makefile
orte/mca/rmaps/mindist/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/mindist/Makefile:553:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/mindist/Makefile:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/mindist/Makefile'; \
orte/mca/rmaps/mindist/Makefile:1784: $(AUTOMAKE) --foreign orte/mca/rmaps/mindist/Makefile
orte/mca/rmaps/mindist/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/mindist/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/mindist/Makefile.in:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/mindist/Makefile'; \
orte/mca/rmaps/mindist/Makefile.in:1772: $(AUTOMAKE) --foreign orte/mca/rmaps/mindist/Makefile
orte/mca/rmaps/resilient/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/resilient/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/resilient/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/resilient/Makefile'; \
orte/mca/rmaps/resilient/Makefile:1774: $(AUTOMAKE) --foreign orte/mca/rmaps/resilient/Makefile
orte/mca/rmaps/resilient/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/resilient/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/resilient/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/resilient/Makefile'; \
orte/mca/rmaps/resilient/Makefile.in:1762: $(AUTOMAKE) --foreign orte/mca/rmaps/resilient/Makefile
orte/mca/rmaps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rmaps/Makefile:563:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rmaps/Makefile:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/Makefile'; \
orte/mca/rmaps/Makefile:1788: $(AUTOMAKE) --foreign orte/mca/rmaps/Makefile
orte/mca/rmaps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rmaps/Makefile.in:552:AUTOMAKE = @AUTOMAKE@
orte/mca/rmaps/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rmaps/Makefile'; \
orte/mca/rmaps/Makefile.in:1776: $(AUTOMAKE) --foreign orte/mca/rmaps/Makefile
orte/mca/oob/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/oob/alps/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/oob/alps/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/alps/Makefile'; \
orte/mca/oob/alps/Makefile:1776: $(AUTOMAKE) --foreign orte/mca/oob/alps/Makefile
orte/mca/oob/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/oob/alps/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
orte/mca/oob/alps/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/alps/Makefile'; \
orte/mca/oob/alps/Makefile.in:1765: $(AUTOMAKE) --foreign orte/mca/oob/alps/Makefile
orte/mca/oob/tcp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/oob/tcp/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/oob/tcp/Makefile:1792: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/tcp/Makefile'; \
orte/mca/oob/tcp/Makefile:1794: $(AUTOMAKE) --foreign orte/mca/oob/tcp/Makefile
orte/mca/oob/tcp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/oob/tcp/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
orte/mca/oob/tcp/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/tcp/Makefile'; \
orte/mca/oob/tcp/Makefile.in:1782: $(AUTOMAKE) --foreign orte/mca/oob/tcp/Makefile
orte/mca/oob/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/oob/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/oob/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/Makefile'; \
orte/mca/oob/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/oob/Makefile
orte/mca/oob/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/oob/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/oob/Makefile.in:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/oob/Makefile'; \
orte/mca/oob/Makefile.in:1770: $(AUTOMAKE) --foreign orte/mca/oob/Makefile
orte/mca/common/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/common/alps/Makefile:547:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/common/alps/Makefile:1786: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/common/alps/Makefile'; \
orte/mca/common/alps/Makefile:1788: $(AUTOMAKE) --foreign orte/mca/common/alps/Makefile
orte/mca/common/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/common/alps/Makefile.in:536:AUTOMAKE = @AUTOMAKE@
orte/mca/common/alps/Makefile.in:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/common/alps/Makefile'; \
orte/mca/common/alps/Makefile.in:1776: $(AUTOMAKE) --foreign orte/mca/common/alps/Makefile
orte/mca/common/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/common/Makefile:450:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/common/Makefile:1656: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/common/Makefile'; \
orte/mca/common/Makefile:1658: $(AUTOMAKE) --foreign orte/mca/common/Makefile
orte/mca/common/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/common/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
orte/mca/common/Makefile.in:1644: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/common/Makefile'; \
orte/mca/common/Makefile.in:1646: $(AUTOMAKE) --foreign orte/mca/common/Makefile
orte/mca/state/hnp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/hnp/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/hnp/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/hnp/Makefile'; \
orte/mca/state/hnp/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/state/hnp/Makefile
orte/mca/state/hnp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/hnp/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/state/hnp/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/hnp/Makefile'; \
orte/mca/state/hnp/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/state/hnp/Makefile
orte/mca/state/app/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/app/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/app/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/app/Makefile'; \
orte/mca/state/app/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/state/app/Makefile
orte/mca/state/app/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/app/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/state/app/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/app/Makefile'; \
orte/mca/state/app/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/state/app/Makefile
orte/mca/state/novm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/novm/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/novm/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/novm/Makefile'; \
orte/mca/state/novm/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/state/novm/Makefile
orte/mca/state/novm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/novm/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/state/novm/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/novm/Makefile'; \
orte/mca/state/novm/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/state/novm/Makefile
orte/mca/state/orted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/orted/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/orted/Makefile:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/orted/Makefile'; \
orte/mca/state/orted/Makefile:1767: $(AUTOMAKE) --foreign orte/mca/state/orted/Makefile
orte/mca/state/orted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/orted/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
orte/mca/state/orted/Makefile.in:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/orted/Makefile'; \
orte/mca/state/orted/Makefile.in:1756: $(AUTOMAKE) --foreign orte/mca/state/orted/Makefile
orte/mca/state/tool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/tool/Makefile:535:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/tool/Makefile:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/tool/Makefile'; \
orte/mca/state/tool/Makefile:1765: $(AUTOMAKE) --foreign orte/mca/state/tool/Makefile
orte/mca/state/tool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/tool/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
orte/mca/state/tool/Makefile.in:1752: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/tool/Makefile'; \
orte/mca/state/tool/Makefile.in:1754: $(AUTOMAKE) --foreign orte/mca/state/tool/Makefile
orte/mca/state/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/state/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/state/Makefile:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/Makefile'; \
orte/mca/state/Makefile:1765: $(AUTOMAKE) --foreign orte/mca/state/Makefile
orte/mca/state/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/state/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
orte/mca/state/Makefile.in:1751: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/state/Makefile'; \
orte/mca/state/Makefile.in:1753: $(AUTOMAKE) --foreign orte/mca/state/Makefile
orte/mca/rml/ofi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rml/ofi/Makefile:548:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rml/ofi/Makefile:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/ofi/Makefile'; \
orte/mca/rml/ofi/Makefile:1782: $(AUTOMAKE) --foreign orte/mca/rml/ofi/Makefile
orte/mca/rml/ofi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rml/ofi/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/rml/ofi/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/ofi/Makefile'; \
orte/mca/rml/ofi/Makefile.in:1771: $(AUTOMAKE) --foreign orte/mca/rml/ofi/Makefile
orte/mca/rml/oob/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rml/oob/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rml/oob/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/oob/Makefile'; \
orte/mca/rml/oob/Makefile:1775: $(AUTOMAKE) --foreign orte/mca/rml/oob/Makefile
orte/mca/rml/oob/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rml/oob/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
orte/mca/rml/oob/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/oob/Makefile'; \
orte/mca/rml/oob/Makefile.in:1764: $(AUTOMAKE) --foreign orte/mca/rml/oob/Makefile
orte/mca/rml/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rml/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rml/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/Makefile'; \
orte/mca/rml/Makefile:1781: $(AUTOMAKE) --foreign orte/mca/rml/Makefile
orte/mca/rml/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rml/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/rml/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rml/Makefile'; \
orte/mca/rml/Makefile.in:1769: $(AUTOMAKE) --foreign orte/mca/rml/Makefile
orte/mca/filem/raw/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/filem/raw/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/filem/raw/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/filem/raw/Makefile'; \
orte/mca/filem/raw/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/filem/raw/Makefile
orte/mca/filem/raw/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/filem/raw/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/filem/raw/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/filem/raw/Makefile'; \
orte/mca/filem/raw/Makefile.in:1768: $(AUTOMAKE) --foreign orte/mca/filem/raw/Makefile
orte/mca/filem/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/filem/Makefile:572:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/filem/Makefile:1770:# Automake-generated compilation/linker rules).
orte/mca/filem/Makefile:1811: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/filem/Makefile'; \
orte/mca/filem/Makefile:1813: $(AUTOMAKE) --foreign orte/mca/filem/Makefile
orte/mca/filem/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/filem/Makefile.in:562:AUTOMAKE = @AUTOMAKE@
orte/mca/filem/Makefile.in:1759:# Automake-generated compilation/linker rules).
orte/mca/filem/Makefile.in:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/filem/Makefile'; \
orte/mca/filem/Makefile.in:1802: $(AUTOMAKE) --foreign orte/mca/filem/Makefile
orte/mca/grpcomm/direct/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/grpcomm/direct/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/grpcomm/direct/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/grpcomm/direct/Makefile'; \
orte/mca/grpcomm/direct/Makefile:1772: $(AUTOMAKE) --foreign orte/mca/grpcomm/direct/Makefile
orte/mca/grpcomm/direct/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/grpcomm/direct/Makefile.in:531:AUTOMAKE = @AUTOMAKE@
orte/mca/grpcomm/direct/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/grpcomm/direct/Makefile'; \
orte/mca/grpcomm/direct/Makefile.in:1761: $(AUTOMAKE) --foreign orte/mca/grpcomm/direct/Makefile
orte/mca/grpcomm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/grpcomm/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/grpcomm/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/grpcomm/Makefile'; \
orte/mca/grpcomm/Makefile:1777: $(AUTOMAKE) --foreign orte/mca/grpcomm/Makefile
orte/mca/grpcomm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/grpcomm/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
orte/mca/grpcomm/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/grpcomm/Makefile'; \
orte/mca/grpcomm/Makefile.in:1765: $(AUTOMAKE) --foreign orte/mca/grpcomm/Makefile
orte/mca/iof/hnp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/iof/hnp/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/iof/hnp/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/hnp/Makefile'; \
orte/mca/iof/hnp/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/iof/hnp/Makefile
orte/mca/iof/hnp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/iof/hnp/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
orte/mca/iof/hnp/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/hnp/Makefile'; \
orte/mca/iof/hnp/Makefile.in:1769: $(AUTOMAKE) --foreign orte/mca/iof/hnp/Makefile
orte/mca/iof/orted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/iof/orted/Makefile:551:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/iof/orted/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/orted/Makefile'; \
orte/mca/iof/orted/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/iof/orted/Makefile
orte/mca/iof/orted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/iof/orted/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
orte/mca/iof/orted/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/orted/Makefile'; \
orte/mca/iof/orted/Makefile.in:1769: $(AUTOMAKE) --foreign orte/mca/iof/orted/Makefile
orte/mca/iof/tool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/iof/tool/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/iof/tool/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/tool/Makefile'; \
orte/mca/iof/tool/Makefile:1778: $(AUTOMAKE) --foreign orte/mca/iof/tool/Makefile
orte/mca/iof/tool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/iof/tool/Makefile.in:540:AUTOMAKE = @AUTOMAKE@
orte/mca/iof/tool/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/tool/Makefile'; \
orte/mca/iof/tool/Makefile.in:1767: $(AUTOMAKE) --foreign orte/mca/iof/tool/Makefile
orte/mca/iof/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/iof/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/iof/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/Makefile'; \
orte/mca/iof/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/iof/Makefile
orte/mca/iof/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/iof/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
orte/mca/iof/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/iof/Makefile'; \
orte/mca/iof/Makefile.in:1768: $(AUTOMAKE) --foreign orte/mca/iof/Makefile
orte/mca/routed/debruijn/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/routed/debruijn/Makefile:542:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/routed/debruijn/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/debruijn/Makefile'; \
orte/mca/routed/debruijn/Makefile:1772: $(AUTOMAKE) --foreign orte/mca/routed/debruijn/Makefile
orte/mca/routed/debruijn/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/routed/debruijn/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
orte/mca/routed/debruijn/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/debruijn/Makefile'; \
orte/mca/routed/debruijn/Makefile.in:1761: $(AUTOMAKE) --foreign orte/mca/routed/debruijn/Makefile
orte/mca/routed/radix/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/routed/radix/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/routed/radix/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/radix/Makefile'; \
orte/mca/routed/radix/Makefile:1769: $(AUTOMAKE) --foreign orte/mca/routed/radix/Makefile
orte/mca/routed/radix/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/routed/radix/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
orte/mca/routed/radix/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/radix/Makefile'; \
orte/mca/routed/radix/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/routed/radix/Makefile
orte/mca/routed/binomial/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/routed/binomial/Makefile:542:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/routed/binomial/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/binomial/Makefile'; \
orte/mca/routed/binomial/Makefile:1772: $(AUTOMAKE) --foreign orte/mca/routed/binomial/Makefile
orte/mca/routed/binomial/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/routed/binomial/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
orte/mca/routed/binomial/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/binomial/Makefile'; \
orte/mca/routed/binomial/Makefile.in:1761: $(AUTOMAKE) --foreign orte/mca/routed/binomial/Makefile
orte/mca/routed/direct/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/routed/direct/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/routed/direct/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/direct/Makefile'; \
orte/mca/routed/direct/Makefile:1770: $(AUTOMAKE) --foreign orte/mca/routed/direct/Makefile
orte/mca/routed/direct/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/routed/direct/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
orte/mca/routed/direct/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/direct/Makefile'; \
orte/mca/routed/direct/Makefile.in:1759: $(AUTOMAKE) --foreign orte/mca/routed/direct/Makefile
orte/mca/routed/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/routed/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/routed/Makefile:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/Makefile'; \
orte/mca/routed/Makefile:1759: $(AUTOMAKE) --foreign orte/mca/routed/Makefile
orte/mca/routed/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/routed/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/routed/Makefile.in:1745: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/routed/Makefile'; \
orte/mca/routed/Makefile.in:1747: $(AUTOMAKE) --foreign orte/mca/routed/Makefile
orte/mca/schizo/flux/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/flux/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/flux/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/flux/Makefile'; \
orte/mca/schizo/flux/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/schizo/flux/Makefile
orte/mca/schizo/flux/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/flux/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/flux/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/flux/Makefile'; \
orte/mca/schizo/flux/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/schizo/flux/Makefile
orte/mca/schizo/moab/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/moab/Makefile:538:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/moab/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/moab/Makefile'; \
orte/mca/schizo/moab/Makefile:1772: $(AUTOMAKE) --foreign orte/mca/schizo/moab/Makefile
orte/mca/schizo/moab/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/moab/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/moab/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/moab/Makefile'; \
orte/mca/schizo/moab/Makefile.in:1761: $(AUTOMAKE) --foreign orte/mca/schizo/moab/Makefile
orte/mca/schizo/ompi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/ompi/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/ompi/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/ompi/Makefile'; \
orte/mca/schizo/ompi/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/schizo/ompi/Makefile
orte/mca/schizo/ompi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/ompi/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/ompi/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/ompi/Makefile'; \
orte/mca/schizo/ompi/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/schizo/ompi/Makefile
orte/mca/schizo/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/alps/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/alps/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/alps/Makefile'; \
orte/mca/schizo/alps/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/schizo/alps/Makefile
orte/mca/schizo/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/alps/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/alps/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/alps/Makefile'; \
orte/mca/schizo/alps/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/schizo/alps/Makefile
orte/mca/schizo/slurm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/slurm/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/slurm/Makefile:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/slurm/Makefile'; \
orte/mca/schizo/slurm/Makefile:1767: $(AUTOMAKE) --foreign orte/mca/schizo/slurm/Makefile
orte/mca/schizo/slurm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/slurm/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/slurm/Makefile.in:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/slurm/Makefile'; \
orte/mca/schizo/slurm/Makefile.in:1756: $(AUTOMAKE) --foreign orte/mca/schizo/slurm/Makefile
orte/mca/schizo/orte/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/orte/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/orte/Makefile:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/orte/Makefile'; \
orte/mca/schizo/orte/Makefile:1766: $(AUTOMAKE) --foreign orte/mca/schizo/orte/Makefile
orte/mca/schizo/orte/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/orte/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/orte/Makefile.in:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/orte/Makefile'; \
orte/mca/schizo/orte/Makefile.in:1755: $(AUTOMAKE) --foreign orte/mca/schizo/orte/Makefile
orte/mca/schizo/singularity/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/singularity/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/singularity/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/singularity/Makefile'; \
orte/mca/schizo/singularity/Makefile:1769: $(AUTOMAKE) --foreign orte/mca/schizo/singularity/Makefile
orte/mca/schizo/singularity/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/singularity/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/singularity/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/singularity/Makefile'; \
orte/mca/schizo/singularity/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/schizo/singularity/Makefile
orte/mca/schizo/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/schizo/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/schizo/Makefile:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/Makefile'; \
orte/mca/schizo/Makefile:1761: $(AUTOMAKE) --foreign orte/mca/schizo/Makefile
orte/mca/schizo/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/schizo/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
orte/mca/schizo/Makefile.in:1747: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/schizo/Makefile'; \
orte/mca/schizo/Makefile.in:1749: $(AUTOMAKE) --foreign orte/mca/schizo/Makefile
orte/mca/notifier/syslog/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/notifier/syslog/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/notifier/syslog/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/notifier/syslog/Makefile'; \
orte/mca/notifier/syslog/Makefile:1779: $(AUTOMAKE) --foreign orte/mca/notifier/syslog/Makefile
orte/mca/notifier/syslog/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/notifier/syslog/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
orte/mca/notifier/syslog/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/notifier/syslog/Makefile'; \
orte/mca/notifier/syslog/Makefile.in:1768: $(AUTOMAKE) --foreign orte/mca/notifier/syslog/Makefile
orte/mca/notifier/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/notifier/Makefile:557:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/notifier/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/notifier/Makefile'; \
orte/mca/notifier/Makefile:1778: $(AUTOMAKE) --foreign orte/mca/notifier/Makefile
orte/mca/notifier/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/notifier/Makefile.in:546:AUTOMAKE = @AUTOMAKE@
orte/mca/notifier/Makefile.in:1764: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/notifier/Makefile'; \
orte/mca/notifier/Makefile.in:1766: $(AUTOMAKE) --foreign orte/mca/notifier/Makefile
orte/mca/ras/simulator/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/simulator/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/simulator/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/simulator/Makefile'; \
orte/mca/ras/simulator/Makefile:1785: $(AUTOMAKE) --foreign orte/mca/ras/simulator/Makefile
orte/mca/ras/simulator/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/simulator/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/simulator/Makefile.in:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/simulator/Makefile'; \
orte/mca/ras/simulator/Makefile.in:1773: $(AUTOMAKE) --foreign orte/mca/ras/simulator/Makefile
orte/mca/ras/lsf/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/lsf/Makefile:550:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/lsf/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/lsf/Makefile'; \
orte/mca/ras/lsf/Makefile:1785: $(AUTOMAKE) --foreign orte/mca/ras/lsf/Makefile
orte/mca/ras/lsf/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/lsf/Makefile.in:539:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/lsf/Makefile.in:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/lsf/Makefile'; \
orte/mca/ras/lsf/Makefile.in:1773: $(AUTOMAKE) --foreign orte/mca/ras/lsf/Makefile
orte/mca/ras/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/alps/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/alps/Makefile:1800: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/alps/Makefile'; \
orte/mca/ras/alps/Makefile:1802: $(AUTOMAKE) --foreign orte/mca/ras/alps/Makefile
orte/mca/ras/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/alps/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/alps/Makefile.in:1788: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/alps/Makefile'; \
orte/mca/ras/alps/Makefile.in:1790: $(AUTOMAKE) --foreign orte/mca/ras/alps/Makefile
orte/mca/ras/slurm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/slurm/Makefile:557:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/slurm/Makefile:1794: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/slurm/Makefile'; \
orte/mca/ras/slurm/Makefile:1796: $(AUTOMAKE) --foreign orte/mca/ras/slurm/Makefile
orte/mca/ras/slurm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/slurm/Makefile.in:546:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/slurm/Makefile.in:1782: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/slurm/Makefile'; \
orte/mca/ras/slurm/Makefile.in:1784: $(AUTOMAKE) --foreign orte/mca/ras/slurm/Makefile
orte/mca/ras/gridengine/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/gridengine/Makefile:554:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/gridengine/Makefile:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/gridengine/Makefile'; \
orte/mca/ras/gridengine/Makefile:1785: $(AUTOMAKE) --foreign orte/mca/ras/gridengine/Makefile
orte/mca/ras/gridengine/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/gridengine/Makefile.in:543:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/gridengine/Makefile.in:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/gridengine/Makefile'; \
orte/mca/ras/gridengine/Makefile.in:1773: $(AUTOMAKE) --foreign orte/mca/ras/gridengine/Makefile
orte/mca/ras/tm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/tm/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/tm/Makefile:1795: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/tm/Makefile'; \
orte/mca/ras/tm/Makefile:1797: $(AUTOMAKE) --foreign orte/mca/ras/tm/Makefile
orte/mca/ras/tm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/tm/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/tm/Makefile.in:1783: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/tm/Makefile'; \
orte/mca/ras/tm/Makefile.in:1785: $(AUTOMAKE) --foreign orte/mca/ras/tm/Makefile
orte/mca/ras/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/ras/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/ras/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/Makefile'; \
orte/mca/ras/Makefile:1783: $(AUTOMAKE) --foreign orte/mca/ras/Makefile
orte/mca/ras/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/ras/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
orte/mca/ras/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/ras/Makefile'; \
orte/mca/ras/Makefile.in:1771: $(AUTOMAKE) --foreign orte/mca/ras/Makefile
orte/mca/regx/fwd/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/regx/fwd/Makefile:535:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/regx/fwd/Makefile:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/fwd/Makefile'; \
orte/mca/regx/fwd/Makefile:1765: $(AUTOMAKE) --foreign orte/mca/regx/fwd/Makefile
orte/mca/regx/fwd/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/regx/fwd/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
orte/mca/regx/fwd/Makefile.in:1752: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/fwd/Makefile'; \
orte/mca/regx/fwd/Makefile.in:1754: $(AUTOMAKE) --foreign orte/mca/regx/fwd/Makefile
orte/mca/regx/reverse/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/regx/reverse/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/regx/reverse/Makefile:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/reverse/Makefile'; \
orte/mca/regx/reverse/Makefile:1767: $(AUTOMAKE) --foreign orte/mca/regx/reverse/Makefile
orte/mca/regx/reverse/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/regx/reverse/Makefile.in:527:AUTOMAKE = @AUTOMAKE@
orte/mca/regx/reverse/Makefile.in:1754: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/reverse/Makefile'; \
orte/mca/regx/reverse/Makefile.in:1756: $(AUTOMAKE) --foreign orte/mca/regx/reverse/Makefile
orte/mca/regx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/regx/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/regx/Makefile:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/Makefile'; \
orte/mca/regx/Makefile:1763: $(AUTOMAKE) --foreign orte/mca/regx/Makefile
orte/mca/regx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/regx/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
orte/mca/regx/Makefile.in:1749: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/regx/Makefile'; \
orte/mca/regx/Makefile.in:1751: $(AUTOMAKE) --foreign orte/mca/regx/Makefile
orte/mca/plm/lsf/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/lsf/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/lsf/Makefile:1785: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/lsf/Makefile'; \
orte/mca/plm/lsf/Makefile:1787: $(AUTOMAKE) --foreign orte/mca/plm/lsf/Makefile
orte/mca/plm/lsf/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/lsf/Makefile.in:541:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/lsf/Makefile.in:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/lsf/Makefile'; \
orte/mca/plm/lsf/Makefile.in:1775: $(AUTOMAKE) --foreign orte/mca/plm/lsf/Makefile
orte/mca/plm/isolated/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/isolated/Makefile:548:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/isolated/Makefile:1776: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/isolated/Makefile'; \
orte/mca/plm/isolated/Makefile:1778: $(AUTOMAKE) --foreign orte/mca/plm/isolated/Makefile
orte/mca/plm/isolated/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/isolated/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/isolated/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/isolated/Makefile'; \
orte/mca/plm/isolated/Makefile.in:1767: $(AUTOMAKE) --foreign orte/mca/plm/isolated/Makefile
orte/mca/plm/alps/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/alps/Makefile:557:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/alps/Makefile:1792: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/alps/Makefile'; \
orte/mca/plm/alps/Makefile:1794: $(AUTOMAKE) --foreign orte/mca/plm/alps/Makefile
orte/mca/plm/alps/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/alps/Makefile.in:546:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/alps/Makefile.in:1780: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/alps/Makefile'; \
orte/mca/plm/alps/Makefile.in:1782: $(AUTOMAKE) --foreign orte/mca/plm/alps/Makefile
orte/mca/plm/rsh/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/rsh/Makefile:548:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/rsh/Makefile:1777: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/rsh/Makefile'; \
orte/mca/plm/rsh/Makefile:1779: $(AUTOMAKE) --foreign orte/mca/plm/rsh/Makefile
orte/mca/plm/rsh/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/rsh/Makefile.in:537:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/rsh/Makefile.in:1765: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/rsh/Makefile'; \
orte/mca/plm/rsh/Makefile.in:1767: $(AUTOMAKE) --foreign orte/mca/plm/rsh/Makefile
orte/mca/plm/slurm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/slurm/Makefile:549:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/slurm/Makefile:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/slurm/Makefile'; \
orte/mca/plm/slurm/Makefile:1780: $(AUTOMAKE) --foreign orte/mca/plm/slurm/Makefile
orte/mca/plm/slurm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/slurm/Makefile.in:538:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/slurm/Makefile.in:1766: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/slurm/Makefile'; \
orte/mca/plm/slurm/Makefile.in:1768: $(AUTOMAKE) --foreign orte/mca/plm/slurm/Makefile
orte/mca/plm/tm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/tm/Makefile:556:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/tm/Makefile:1793: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/tm/Makefile'; \
orte/mca/plm/tm/Makefile:1795: $(AUTOMAKE) --foreign orte/mca/plm/tm/Makefile
orte/mca/plm/tm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/tm/Makefile.in:545:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/tm/Makefile.in:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/tm/Makefile'; \
orte/mca/plm/tm/Makefile.in:1783: $(AUTOMAKE) --foreign orte/mca/plm/tm/Makefile
orte/mca/plm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/plm/Makefile:560:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/plm/Makefile:1784: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/Makefile'; \
orte/mca/plm/Makefile:1786: $(AUTOMAKE) --foreign orte/mca/plm/Makefile
orte/mca/plm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/plm/Makefile.in:549:AUTOMAKE = @AUTOMAKE@
orte/mca/plm/Makefile.in:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/plm/Makefile'; \
orte/mca/plm/Makefile.in:1774: $(AUTOMAKE) --foreign orte/mca/plm/Makefile
orte/mca/errmgr/default_hnp/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/errmgr/default_hnp/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/errmgr/default_hnp/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_hnp/Makefile'; \
orte/mca/errmgr/default_hnp/Makefile:1769: $(AUTOMAKE) --foreign orte/mca/errmgr/default_hnp/Makefile
orte/mca/errmgr/default_hnp/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/errmgr/default_hnp/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
orte/mca/errmgr/default_hnp/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_hnp/Makefile'; \
orte/mca/errmgr/default_hnp/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/errmgr/default_hnp/Makefile
orte/mca/errmgr/default_app/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/errmgr/default_app/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/errmgr/default_app/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_app/Makefile'; \
orte/mca/errmgr/default_app/Makefile:1769: $(AUTOMAKE) --foreign orte/mca/errmgr/default_app/Makefile
orte/mca/errmgr/default_app/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/errmgr/default_app/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
orte/mca/errmgr/default_app/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_app/Makefile'; \
orte/mca/errmgr/default_app/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/errmgr/default_app/Makefile
orte/mca/errmgr/default_orted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/errmgr/default_orted/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/errmgr/default_orted/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_orted/Makefile'; \
orte/mca/errmgr/default_orted/Makefile:1770: $(AUTOMAKE) --foreign orte/mca/errmgr/default_orted/Makefile
orte/mca/errmgr/default_orted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/errmgr/default_orted/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
orte/mca/errmgr/default_orted/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_orted/Makefile'; \
orte/mca/errmgr/default_orted/Makefile.in:1759: $(AUTOMAKE) --foreign orte/mca/errmgr/default_orted/Makefile
orte/mca/errmgr/default_tool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/errmgr/default_tool/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/errmgr/default_tool/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_tool/Makefile'; \
orte/mca/errmgr/default_tool/Makefile:1770: $(AUTOMAKE) --foreign orte/mca/errmgr/default_tool/Makefile
orte/mca/errmgr/default_tool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/errmgr/default_tool/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
orte/mca/errmgr/default_tool/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/default_tool/Makefile'; \
orte/mca/errmgr/default_tool/Makefile.in:1759: $(AUTOMAKE) --foreign orte/mca/errmgr/default_tool/Makefile
orte/mca/errmgr/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/errmgr/Makefile:559:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/errmgr/Makefile:1781: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/Makefile'; \
orte/mca/errmgr/Makefile:1783: $(AUTOMAKE) --foreign orte/mca/errmgr/Makefile
orte/mca/errmgr/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/errmgr/Makefile.in:548:AUTOMAKE = @AUTOMAKE@
orte/mca/errmgr/Makefile.in:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/errmgr/Makefile'; \
orte/mca/errmgr/Makefile.in:1771: $(AUTOMAKE) --foreign orte/mca/errmgr/Makefile
orte/mca/rtc/hwloc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rtc/hwloc/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rtc/hwloc/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rtc/hwloc/Makefile'; \
orte/mca/rtc/hwloc/Makefile:1770: $(AUTOMAKE) --foreign orte/mca/rtc/hwloc/Makefile
orte/mca/rtc/hwloc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rtc/hwloc/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
orte/mca/rtc/hwloc/Makefile.in:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rtc/hwloc/Makefile'; \
orte/mca/rtc/hwloc/Makefile.in:1758: $(AUTOMAKE) --foreign orte/mca/rtc/hwloc/Makefile
orte/mca/rtc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/rtc/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/rtc/Makefile:1756: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rtc/Makefile'; \
orte/mca/rtc/Makefile:1758: $(AUTOMAKE) --foreign orte/mca/rtc/Makefile
orte/mca/rtc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/rtc/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
orte/mca/rtc/Makefile.in:1744: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/rtc/Makefile'; \
orte/mca/rtc/Makefile.in:1746: $(AUTOMAKE) --foreign orte/mca/rtc/Makefile
orte/mca/dfs/app/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/dfs/app/Makefile:534:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/dfs/app/Makefile:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/app/Makefile'; \
orte/mca/dfs/app/Makefile:1764: $(AUTOMAKE) --foreign orte/mca/dfs/app/Makefile
orte/mca/dfs/app/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/dfs/app/Makefile.in:524:AUTOMAKE = @AUTOMAKE@
orte/mca/dfs/app/Makefile.in:1751: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/app/Makefile'; \
orte/mca/dfs/app/Makefile.in:1753: $(AUTOMAKE) --foreign orte/mca/dfs/app/Makefile
orte/mca/dfs/test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/dfs/test/Makefile:535:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/dfs/test/Makefile:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/test/Makefile'; \
orte/mca/dfs/test/Makefile:1765: $(AUTOMAKE) --foreign orte/mca/dfs/test/Makefile
orte/mca/dfs/test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/dfs/test/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
orte/mca/dfs/test/Makefile.in:1752: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/test/Makefile'; \
orte/mca/dfs/test/Makefile.in:1754: $(AUTOMAKE) --foreign orte/mca/dfs/test/Makefile
orte/mca/dfs/orted/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/dfs/orted/Makefile:535:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/dfs/orted/Makefile:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/orted/Makefile'; \
orte/mca/dfs/orted/Makefile:1765: $(AUTOMAKE) --foreign orte/mca/dfs/orted/Makefile
orte/mca/dfs/orted/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/dfs/orted/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
orte/mca/dfs/orted/Makefile.in:1752: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/orted/Makefile'; \
orte/mca/dfs/orted/Makefile.in:1754: $(AUTOMAKE) --foreign orte/mca/dfs/orted/Makefile
orte/mca/dfs/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/mca/dfs/Makefile:534:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/mca/dfs/Makefile:1753: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/Makefile'; \
orte/mca/dfs/Makefile:1755: $(AUTOMAKE) --foreign orte/mca/dfs/Makefile
orte/mca/dfs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/mca/dfs/Makefile.in:523:AUTOMAKE = @AUTOMAKE@
orte/mca/dfs/Makefile.in:1741: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/mca/dfs/Makefile'; \
orte/mca/dfs/Makefile.in:1743: $(AUTOMAKE) --foreign orte/mca/dfs/Makefile
orte/etc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/etc/Makefile:450:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/etc/Makefile:1660: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/etc/Makefile'; \
orte/etc/Makefile:1662: $(AUTOMAKE) --foreign orte/etc/Makefile
orte/etc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/etc/Makefile.in:439:AUTOMAKE = @AUTOMAKE@
orte/etc/Makefile.in:1648: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/etc/Makefile'; \
orte/etc/Makefile.in:1650: $(AUTOMAKE) --foreign orte/etc/Makefile
orte/test/mpi/Makefile.include:24:# higher-level Makefile so that Automake features such as "make dist"
orte/test/mpi/Makefile.include:30:# Automake).
orte/test/system/Makefile.include:23:# higher-level Makefile so that Automake features such as "make dist"
orte/test/system/Makefile.include:29:# Automake).
orte/include/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/include/Makefile:524:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/include/Makefile:1737: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/include/Makefile'; \
orte/include/Makefile:1739: $(AUTOMAKE) --foreign orte/include/Makefile
orte/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/include/Makefile.in:513:AUTOMAKE = @AUTOMAKE@
orte/include/Makefile.in:1725: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/include/Makefile'; \
orte/include/Makefile.in:1727: $(AUTOMAKE) --foreign orte/include/Makefile
orte/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
orte/Makefile:180:# higher-level Makefile so that Automake features such as "make dist"
orte/Makefile:186:# Automake).
orte/Makefile:210:# higher-level Makefile so that Automake features such as "make dist"
orte/Makefile:216:# Automake).
orte/Makefile:850:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
orte/Makefile:2142:# Automake-generated compilation/linker rules).
orte/Makefile:2172: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/Makefile'; \
orte/Makefile:2174: $(AUTOMAKE) --foreign orte/Makefile
orte/Makefile:2914:# is src code in util/hostfile directory is created. The automake process
orte/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
orte/Makefile.in:180:# higher-level Makefile so that Automake features such as "make dist"
orte/Makefile.in:186:# Automake).
orte/Makefile.in:210:# higher-level Makefile so that Automake features such as "make dist"
orte/Makefile.in:216:# Automake).
orte/Makefile.in:839:AUTOMAKE = @AUTOMAKE@
orte/Makefile.in:2130:# Automake-generated compilation/linker rules).
orte/Makefile.in:2160: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign orte/Makefile'; \
orte/Makefile.in:2162: $(AUTOMAKE) --foreign orte/Makefile
orte/Makefile.in:2901:# is src code in util/hostfile directory is created. The automake process
oshmem/tools/oshmem_info/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/tools/oshmem_info/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/tools/oshmem_info/Makefile:1773:# Automake-generated compilation/linker rules).
oshmem/tools/oshmem_info/Makefile:1811: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/tools/oshmem_info/Makefile'; \
oshmem/tools/oshmem_info/Makefile:1813: $(AUTOMAKE) --foreign oshmem/tools/oshmem_info/Makefile
oshmem/tools/oshmem_info/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/tools/oshmem_info/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
oshmem/tools/oshmem_info/Makefile.in:1761:# Automake-generated compilation/linker rules).
oshmem/tools/oshmem_info/Makefile.in:1799: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/tools/oshmem_info/Makefile'; \
oshmem/tools/oshmem_info/Makefile.in:1801: $(AUTOMAKE) --foreign oshmem/tools/oshmem_info/Makefile
oshmem/tools/wrappers/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/tools/wrappers/Makefile:495:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/tools/wrappers/Makefile:1693:# Automake-generated compilation/linker rules).
oshmem/tools/wrappers/Makefile:1724: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/tools/wrappers/Makefile'; \
oshmem/tools/wrappers/Makefile:1726: $(AUTOMAKE) --foreign oshmem/tools/wrappers/Makefile
oshmem/tools/wrappers/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/tools/wrappers/Makefile.in:483:AUTOMAKE = @AUTOMAKE@
oshmem/tools/wrappers/Makefile.in:1680:# Automake-generated compilation/linker rules).
oshmem/tools/wrappers/Makefile.in:1711: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/tools/wrappers/Makefile'; \
oshmem/tools/wrappers/Makefile.in:1713: $(AUTOMAKE) --foreign oshmem/tools/wrappers/Makefile
oshmem/mca/memheap/buddy/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/memheap/buddy/Makefile:538:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/memheap/buddy/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/buddy/Makefile'; \
oshmem/mca/memheap/buddy/Makefile:1770: $(AUTOMAKE) --foreign oshmem/mca/memheap/buddy/Makefile
oshmem/mca/memheap/buddy/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/memheap/buddy/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
oshmem/mca/memheap/buddy/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/buddy/Makefile'; \
oshmem/mca/memheap/buddy/Makefile.in:1759: $(AUTOMAKE) --foreign oshmem/mca/memheap/buddy/Makefile
oshmem/mca/memheap/ptmalloc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/memheap/ptmalloc/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/memheap/ptmalloc/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/ptmalloc/Makefile'; \
oshmem/mca/memheap/ptmalloc/Makefile:1774: $(AUTOMAKE) --foreign oshmem/mca/memheap/ptmalloc/Makefile
oshmem/mca/memheap/ptmalloc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/memheap/ptmalloc/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/memheap/ptmalloc/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/ptmalloc/Makefile'; \
oshmem/mca/memheap/ptmalloc/Makefile.in:1763: $(AUTOMAKE) --foreign oshmem/mca/memheap/ptmalloc/Makefile
oshmem/mca/memheap/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/memheap/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/memheap/Makefile:1771: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/Makefile'; \
oshmem/mca/memheap/Makefile:1773: $(AUTOMAKE) --foreign oshmem/mca/memheap/Makefile
oshmem/mca/memheap/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/memheap/Makefile.in:535:AUTOMAKE = @AUTOMAKE@
oshmem/mca/memheap/Makefile.in:1760: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/memheap/Makefile'; \
oshmem/mca/memheap/Makefile.in:1762: $(AUTOMAKE) --foreign oshmem/mca/memheap/Makefile
oshmem/mca/spml/ikrit/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/spml/ikrit/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/spml/ikrit/Makefile:1775: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/ikrit/Makefile'; \
oshmem/mca/spml/ikrit/Makefile:1777: $(AUTOMAKE) --foreign oshmem/mca/spml/ikrit/Makefile
oshmem/mca/spml/ikrit/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/spml/ikrit/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
oshmem/mca/spml/ikrit/Makefile.in:1763: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/ikrit/Makefile'; \
oshmem/mca/spml/ikrit/Makefile.in:1765: $(AUTOMAKE) --foreign oshmem/mca/spml/ikrit/Makefile
oshmem/mca/spml/ucx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/spml/ucx/Makefile:543:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/spml/ucx/Makefile:1774: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/ucx/Makefile'; \
oshmem/mca/spml/ucx/Makefile:1776: $(AUTOMAKE) --foreign oshmem/mca/spml/ucx/Makefile
oshmem/mca/spml/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/spml/ucx/Makefile.in:532:AUTOMAKE = @AUTOMAKE@
oshmem/mca/spml/ucx/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/ucx/Makefile'; \
oshmem/mca/spml/ucx/Makefile.in:1764: $(AUTOMAKE) --foreign oshmem/mca/spml/ucx/Makefile
oshmem/mca/spml/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/spml/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/spml/Makefile:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/Makefile'; \
oshmem/mca/spml/Makefile:1769: $(AUTOMAKE) --foreign oshmem/mca/spml/Makefile
oshmem/mca/spml/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/spml/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/spml/Makefile.in:1755: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/spml/Makefile'; \
oshmem/mca/spml/Makefile.in:1757: $(AUTOMAKE) --foreign oshmem/mca/spml/Makefile
oshmem/mca/scoll/basic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/scoll/basic/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/scoll/basic/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/basic/Makefile'; \
oshmem/mca/scoll/basic/Makefile:1775: $(AUTOMAKE) --foreign oshmem/mca/scoll/basic/Makefile
oshmem/mca/scoll/basic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/scoll/basic/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/scoll/basic/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/basic/Makefile'; \
oshmem/mca/scoll/basic/Makefile.in:1764: $(AUTOMAKE) --foreign oshmem/mca/scoll/basic/Makefile
oshmem/mca/scoll/mpi/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/scoll/mpi/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/scoll/mpi/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/mpi/Makefile'; \
oshmem/mca/scoll/mpi/Makefile:1775: $(AUTOMAKE) --foreign oshmem/mca/scoll/mpi/Makefile
oshmem/mca/scoll/mpi/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/scoll/mpi/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
oshmem/mca/scoll/mpi/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/mpi/Makefile'; \
oshmem/mca/scoll/mpi/Makefile.in:1763: $(AUTOMAKE) --foreign oshmem/mca/scoll/mpi/Makefile
oshmem/mca/scoll/fca/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/scoll/fca/Makefile:545:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/scoll/fca/Makefile:1779: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/fca/Makefile'; \
oshmem/mca/scoll/fca/Makefile:1781: $(AUTOMAKE) --foreign oshmem/mca/scoll/fca/Makefile
oshmem/mca/scoll/fca/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/scoll/fca/Makefile.in:534:AUTOMAKE = @AUTOMAKE@
oshmem/mca/scoll/fca/Makefile.in:1767: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/fca/Makefile'; \
oshmem/mca/scoll/fca/Makefile.in:1769: $(AUTOMAKE) --foreign oshmem/mca/scoll/fca/Makefile
oshmem/mca/scoll/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/scoll/Makefile:536:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/scoll/Makefile:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/Makefile'; \
oshmem/mca/scoll/Makefile:1759: $(AUTOMAKE) --foreign oshmem/mca/scoll/Makefile
oshmem/mca/scoll/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/scoll/Makefile.in:525:AUTOMAKE = @AUTOMAKE@
oshmem/mca/scoll/Makefile.in:1745: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/scoll/Makefile'; \
oshmem/mca/scoll/Makefile.in:1747: $(AUTOMAKE) --foreign oshmem/mca/scoll/Makefile
oshmem/mca/sshmem/sysv/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/sshmem/sysv/Makefile:541:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/sshmem/sysv/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/sysv/Makefile'; \
oshmem/mca/sshmem/sysv/Makefile:1772: $(AUTOMAKE) --foreign oshmem/mca/sshmem/sysv/Makefile
oshmem/mca/sshmem/sysv/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/sshmem/sysv/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/sshmem/sysv/Makefile.in:1758: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/sysv/Makefile'; \
oshmem/mca/sshmem/sysv/Makefile.in:1760: $(AUTOMAKE) --foreign oshmem/mca/sshmem/sysv/Makefile
oshmem/mca/sshmem/ucx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/sshmem/ucx/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/sshmem/ucx/Makefile:1770: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/ucx/Makefile'; \
oshmem/mca/sshmem/ucx/Makefile:1772: $(AUTOMAKE) --foreign oshmem/mca/sshmem/ucx/Makefile
oshmem/mca/sshmem/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/sshmem/ucx/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
oshmem/mca/sshmem/ucx/Makefile.in:1759: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/ucx/Makefile'; \
oshmem/mca/sshmem/ucx/Makefile.in:1761: $(AUTOMAKE) --foreign oshmem/mca/sshmem/ucx/Makefile
oshmem/mca/sshmem/mmap/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/sshmem/mmap/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/sshmem/mmap/Makefile:1769: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/mmap/Makefile'; \
oshmem/mca/sshmem/mmap/Makefile:1771: $(AUTOMAKE) --foreign oshmem/mca/sshmem/mmap/Makefile
oshmem/mca/sshmem/mmap/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/sshmem/mmap/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
oshmem/mca/sshmem/mmap/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/mmap/Makefile'; \
oshmem/mca/sshmem/mmap/Makefile.in:1759: $(AUTOMAKE) --foreign oshmem/mca/sshmem/mmap/Makefile
oshmem/mca/sshmem/verbs/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/sshmem/verbs/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/sshmem/verbs/Makefile:1772: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/verbs/Makefile'; \
oshmem/mca/sshmem/verbs/Makefile:1774: $(AUTOMAKE) --foreign oshmem/mca/sshmem/verbs/Makefile
oshmem/mca/sshmem/verbs/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/sshmem/verbs/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
oshmem/mca/sshmem/verbs/Makefile.in:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/verbs/Makefile'; \
oshmem/mca/sshmem/verbs/Makefile.in:1763: $(AUTOMAKE) --foreign oshmem/mca/sshmem/verbs/Makefile
oshmem/mca/sshmem/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/sshmem/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/sshmem/Makefile:1761: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/Makefile'; \
oshmem/mca/sshmem/Makefile:1763: $(AUTOMAKE) --foreign oshmem/mca/sshmem/Makefile
oshmem/mca/sshmem/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/sshmem/Makefile.in:528:AUTOMAKE = @AUTOMAKE@
oshmem/mca/sshmem/Makefile.in:1749: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/sshmem/Makefile'; \
oshmem/mca/sshmem/Makefile.in:1751: $(AUTOMAKE) --foreign oshmem/mca/sshmem/Makefile
oshmem/mca/atomic/basic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/atomic/basic/Makefile:539:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/atomic/basic/Makefile:1768: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/basic/Makefile'; \
oshmem/mca/atomic/basic/Makefile:1770: $(AUTOMAKE) --foreign oshmem/mca/atomic/basic/Makefile
oshmem/mca/atomic/basic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/atomic/basic/Makefile.in:529:AUTOMAKE = @AUTOMAKE@
oshmem/mca/atomic/basic/Makefile.in:1757: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/basic/Makefile'; \
oshmem/mca/atomic/basic/Makefile.in:1759: $(AUTOMAKE) --foreign oshmem/mca/atomic/basic/Makefile
oshmem/mca/atomic/ucx/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/atomic/ucx/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/atomic/ucx/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/ucx/Makefile'; \
oshmem/mca/atomic/ucx/Makefile:1775: $(AUTOMAKE) --foreign oshmem/mca/atomic/ucx/Makefile
oshmem/mca/atomic/ucx/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/atomic/ucx/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/atomic/ucx/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/ucx/Makefile'; \
oshmem/mca/atomic/ucx/Makefile.in:1764: $(AUTOMAKE) --foreign oshmem/mca/atomic/ucx/Makefile
oshmem/mca/atomic/mxm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/atomic/mxm/Makefile:540:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/atomic/mxm/Makefile:1773: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/mxm/Makefile'; \
oshmem/mca/atomic/mxm/Makefile:1775: $(AUTOMAKE) --foreign oshmem/mca/atomic/mxm/Makefile
oshmem/mca/atomic/mxm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/atomic/mxm/Makefile.in:530:AUTOMAKE = @AUTOMAKE@
oshmem/mca/atomic/mxm/Makefile.in:1762: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/mxm/Makefile'; \
oshmem/mca/atomic/mxm/Makefile.in:1764: $(AUTOMAKE) --foreign oshmem/mca/atomic/mxm/Makefile
oshmem/mca/atomic/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/mca/atomic/Makefile:537:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/mca/atomic/Makefile:1758: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/Makefile'; \
oshmem/mca/atomic/Makefile:1760: $(AUTOMAKE) --foreign oshmem/mca/atomic/Makefile
oshmem/mca/atomic/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/mca/atomic/Makefile.in:526:AUTOMAKE = @AUTOMAKE@
oshmem/mca/atomic/Makefile.in:1746: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/mca/atomic/Makefile'; \
oshmem/mca/atomic/Makefile.in:1748: $(AUTOMAKE) --foreign oshmem/mca/atomic/Makefile
oshmem/shmem/c/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/shmem/c/profile/Makefile:558:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/shmem/c/profile/Makefile:1756:# Automake-generated compilation/linker rules).
oshmem/shmem/c/profile/Makefile:1853: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/c/profile/Makefile'; \
oshmem/shmem/c/profile/Makefile:1855: $(AUTOMAKE) --foreign oshmem/shmem/c/profile/Makefile
oshmem/shmem/c/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/shmem/c/profile/Makefile.in:547:AUTOMAKE = @AUTOMAKE@
oshmem/shmem/c/profile/Makefile.in:1744:# Automake-generated compilation/linker rules).
oshmem/shmem/c/profile/Makefile.in:1841: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/c/profile/Makefile'; \
oshmem/shmem/c/profile/Makefile.in:1843: $(AUTOMAKE) --foreign oshmem/shmem/c/profile/Makefile
oshmem/shmem/c/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/shmem/c/Makefile:603:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/shmem/c/Makefile:1878: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/c/Makefile'; \
oshmem/shmem/c/Makefile:1880: $(AUTOMAKE) --foreign oshmem/shmem/c/Makefile
oshmem/shmem/c/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/shmem/c/Makefile.in:592:AUTOMAKE = @AUTOMAKE@
oshmem/shmem/c/Makefile.in:1866: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/c/Makefile'; \
oshmem/shmem/c/Makefile.in:1868: $(AUTOMAKE) --foreign oshmem/shmem/c/Makefile
oshmem/shmem/fortran/profile/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/shmem/fortran/profile/Makefile:582:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/shmem/fortran/profile/Makefile:1780:# Automake-generated compilation/linker rules).
oshmem/shmem/fortran/profile/Makefile:1923: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/fortran/profile/Makefile'; \
oshmem/shmem/fortran/profile/Makefile:1925: $(AUTOMAKE) --foreign oshmem/shmem/fortran/profile/Makefile
oshmem/shmem/fortran/profile/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/shmem/fortran/profile/Makefile.in:571:AUTOMAKE = @AUTOMAKE@
oshmem/shmem/fortran/profile/Makefile.in:1768:# Automake-generated compilation/linker rules).
oshmem/shmem/fortran/profile/Makefile.in:1911: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/fortran/profile/Makefile'; \
oshmem/shmem/fortran/profile/Makefile.in:1913: $(AUTOMAKE) --foreign oshmem/shmem/fortran/profile/Makefile
oshmem/shmem/fortran/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/shmem/fortran/Makefile:791:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/shmem/fortran/Makefile:2013: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/fortran/Makefile'; \
oshmem/shmem/fortran/Makefile:2015: $(AUTOMAKE) --foreign oshmem/shmem/fortran/Makefile
oshmem/shmem/fortran/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/shmem/fortran/Makefile.in:780:AUTOMAKE = @AUTOMAKE@
oshmem/shmem/fortran/Makefile.in:2001: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/shmem/fortran/Makefile'; \
oshmem/shmem/fortran/Makefile.in:2003: $(AUTOMAKE) --foreign oshmem/shmem/fortran/Makefile
oshmem/include/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/include/Makefile:512:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/include/Makefile:1737: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/include/Makefile'; \
oshmem/include/Makefile:1739: $(AUTOMAKE) --foreign oshmem/include/Makefile
oshmem/include/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/include/Makefile.in:501:AUTOMAKE = @AUTOMAKE@
oshmem/include/Makefile.in:1725: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/include/Makefile'; \
oshmem/include/Makefile.in:1727: $(AUTOMAKE) --foreign oshmem/include/Makefile
oshmem/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
oshmem/Makefile:753:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
oshmem/Makefile:2009:# Automake-generated compilation/linker rules).
oshmem/Makefile:2266: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/Makefile'; \
oshmem/Makefile:2268: $(AUTOMAKE) --foreign oshmem/Makefile
oshmem/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
oshmem/Makefile.in:742:AUTOMAKE = @AUTOMAKE@
oshmem/Makefile.in:1997:# Automake-generated compilation/linker rules).
oshmem/Makefile.in:2254: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign oshmem/Makefile'; \
oshmem/Makefile.in:2256: $(AUTOMAKE) --foreign oshmem/Makefile
README:1552:Automake, such as:
test/event/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/event/Makefile:718:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/event/Makefile:1944: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/event/Makefile'; \
test/event/Makefile:1946: $(AUTOMAKE) --foreign test/event/Makefile
test/event/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/event/Makefile.in:707:AUTOMAKE = @AUTOMAKE@
test/event/Makefile.in:1932: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/event/Makefile'; \
test/event/Makefile.in:1934: $(AUTOMAKE) --foreign test/event/Makefile
test/monitoring/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/monitoring/Makefile:552:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/monitoring/Makefile:1789: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/monitoring/Makefile'; \
test/monitoring/Makefile:1791: $(AUTOMAKE) --foreign test/monitoring/Makefile
test/monitoring/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/monitoring/Makefile.in:542:AUTOMAKE = @AUTOMAKE@
test/monitoring/Makefile.in:1778: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/monitoring/Makefile'; \
test/monitoring/Makefile.in:1780: $(AUTOMAKE) --foreign test/monitoring/Makefile
test/threads/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/threads/Makefile:704:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/threads/Makefile:1925: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/threads/Makefile'; \
test/threads/Makefile:1927: $(AUTOMAKE) --foreign test/threads/Makefile
test/threads/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/threads/Makefile.in:693:AUTOMAKE = @AUTOMAKE@
test/threads/Makefile.in:1913: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/threads/Makefile'; \
test/threads/Makefile.in:1915: $(AUTOMAKE) --foreign test/threads/Makefile
test/class/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/class/Makefile:737:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/class/Makefile:2008: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/class/Makefile'; \
test/class/Makefile:2010: $(AUTOMAKE) --foreign test/class/Makefile
test/class/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/class/Makefile.in:726:AUTOMAKE = @AUTOMAKE@
test/class/Makefile.in:1996: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/class/Makefile'; \
test/class/Makefile.in:1998: $(AUTOMAKE) --foreign test/class/Makefile
test/util/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/util/Makefile:714:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/util/Makefile:2008: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/util/Makefile'; \
test/util/Makefile:2010: $(AUTOMAKE) --foreign test/util/Makefile
test/util/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/util/Makefile.in:703:AUTOMAKE = @AUTOMAKE@
test/util/Makefile.in:1996: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/util/Makefile'; \
test/util/Makefile.in:1998: $(AUTOMAKE) --foreign test/util/Makefile
test/datatype/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/datatype/Makefile:797:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/datatype/Makefile:2067: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/datatype/Makefile'; \
test/datatype/Makefile:2069: $(AUTOMAKE) --foreign test/datatype/Makefile
test/datatype/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/datatype/Makefile.in:786:AUTOMAKE = @AUTOMAKE@
test/datatype/Makefile.in:2055: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/datatype/Makefile'; \
test/datatype/Makefile.in:2057: $(AUTOMAKE) --foreign test/datatype/Makefile
test/asm/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/asm/Makefile:756:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/asm/Makefile:1994: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/asm/Makefile'; \
test/asm/Makefile:1996: $(AUTOMAKE) --foreign test/asm/Makefile
test/asm/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/asm/Makefile.in:745:AUTOMAKE = @AUTOMAKE@
test/asm/Makefile.in:1982: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/asm/Makefile'; \
test/asm/Makefile.in:1984: $(AUTOMAKE) --foreign test/asm/Makefile
test/support/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/support/Makefile:503:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/support/Makefile:1725: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/support/Makefile'; \
test/support/Makefile:1727: $(AUTOMAKE) --foreign test/support/Makefile
test/support/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/support/Makefile.in:493:AUTOMAKE = @AUTOMAKE@
test/support/Makefile.in:1714: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/support/Makefile'; \
test/support/Makefile.in:1716: $(AUTOMAKE) --foreign test/support/Makefile
test/spc/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/spc/Makefile:497:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/spc/Makefile:1710: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/spc/Makefile'; \
test/spc/Makefile:1712: $(AUTOMAKE) --foreign test/spc/Makefile
test/spc/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/spc/Makefile.in:487:AUTOMAKE = @AUTOMAKE@
test/spc/Makefile.in:1699: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/spc/Makefile'; \
test/spc/Makefile.in:1701: $(AUTOMAKE) --foreign test/spc/Makefile
test/dss/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/dss/Makefile:714:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/dss/Makefile:1922: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/dss/Makefile'; \
test/dss/Makefile:1924: $(AUTOMAKE) --foreign test/dss/Makefile
test/dss/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/dss/Makefile.in:703:AUTOMAKE = @AUTOMAKE@
test/dss/Makefile.in:1910: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/dss/Makefile'; \
test/dss/Makefile.in:1912: $(AUTOMAKE) --foreign test/dss/Makefile
test/mpool/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/mpool/Makefile:700:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/mpool/Makefile:1909: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/mpool/Makefile'; \
test/mpool/Makefile:1911: $(AUTOMAKE) --foreign test/mpool/Makefile
test/mpool/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/mpool/Makefile.in:689:AUTOMAKE = @AUTOMAKE@
test/mpool/Makefile.in:1897: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/mpool/Makefile'; \
test/mpool/Makefile.in:1899: $(AUTOMAKE) --foreign test/mpool/Makefile
test/Makefile:1:# Makefile.in generated by automake 1.15 from Makefile.am.
test/Makefile:514:AUTOMAKE = ${SHELL} /lsc/sources/openmpi/4.0.0/openmpi-4.0.0/config/missing automake-1.15
test/Makefile:1725: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
test/Makefile:1727: $(AUTOMAKE) --foreign test/Makefile
test/Makefile.in:1:# Makefile.in generated by automake 1.13.4 from Makefile.am.
test/Makefile.in:503:AUTOMAKE = @AUTOMAKE@
test/Makefile.in:1713: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment