From e3dacb31be51f135bb2a5ccd59c71eaa38036928 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 1 Feb 2005 16:05:33 -0500 Subject: [svn-r9912] Purpose: Bug fix Description: Dependencies between configure files (aclocal, configure.in, configure, Makefiles.am and .in) are still causing Makefiles to try to run autotools during build. Solution: Committed all Makefiles.in to update their timestamps. As a temporary measure, forcibly prevented automake from running autotools during build by redefining the variables it uses. Platforms tested: sleipnir (No changes to Makefile content) --- Makefile.in | 95 ++++--------------------------------- c++/Makefile.in | 95 ++++--------------------------------- c++/examples/Makefile.in | 95 ++++--------------------------------- c++/src/Makefile.in | 95 ++++--------------------------------- c++/test/Makefile.in | 95 ++++--------------------------------- config/commence.am | 89 +++------------------------------- doc/Makefile.in | 95 ++++--------------------------------- doc/html/ADGuide/Makefile.in | 95 ++++--------------------------------- doc/html/Graphics/Makefile.in | 95 ++++--------------------------------- doc/html/Intro/Makefile.in | 95 ++++--------------------------------- doc/html/Makefile.in | 95 ++++--------------------------------- doc/html/PSandPDF/Makefile.in | 95 ++++--------------------------------- doc/html/TechNotes/Makefile.in | 95 ++++--------------------------------- doc/html/Tutor/Graphics/Makefile.in | 95 ++++--------------------------------- doc/html/Tutor/Makefile.in | 95 ++++--------------------------------- doc/html/Tutor/examples/Makefile.in | 95 ++++--------------------------------- doc/html/cpplus/Makefile.in | 95 ++++--------------------------------- doc/html/ed_libs/Makefile.in | 95 ++++--------------------------------- doc/html/ed_styles/Makefile.in | 95 ++++--------------------------------- doc/html/fortran/Makefile.in | 95 ++++--------------------------------- examples/Makefile.in | 95 ++++--------------------------------- fortran/Makefile.in | 95 ++++--------------------------------- fortran/examples/Makefile.in | 95 ++++--------------------------------- fortran/src/Makefile.in | 95 ++++--------------------------------- fortran/test/Makefile.in | 95 ++++--------------------------------- fortran/testpar/Makefile.in | 95 ++++--------------------------------- hl/Makefile.in | 95 ++++--------------------------------- hl/fortran/Makefile.in | 95 ++++--------------------------------- hl/fortran/src/Makefile.in | 95 ++++--------------------------------- hl/fortran/test/Makefile.in | 95 ++++--------------------------------- hl/src/Makefile.in | 95 ++++--------------------------------- hl/test/Makefile.in | 95 ++++--------------------------------- hl/tools/gif2h5/Makefile.in | 95 ++++--------------------------------- perform/Makefile.in | 95 ++++--------------------------------- src/Makefile.in | 95 ++++--------------------------------- test/Makefile.in | 95 ++++--------------------------------- testpar/Makefile.in | 95 ++++--------------------------------- tools/Makefile.in | 95 ++++--------------------------------- tools/gifconv/Makefile.in | 95 ++++--------------------------------- tools/h5diff/Makefile.in | 95 ++++--------------------------------- tools/h5dump/Makefile.in | 95 ++++--------------------------------- tools/h5import/Makefile.in | 95 ++++--------------------------------- tools/h5jam/Makefile.in | 95 ++++--------------------------------- tools/h5ls/Makefile.in | 95 ++++--------------------------------- tools/h5repack/Makefile.in | 95 ++++--------------------------------- tools/lib/Makefile.in | 95 ++++--------------------------------- tools/misc/Makefile.in | 95 ++++--------------------------------- 47 files changed, 374 insertions(+), 4085 deletions(-) diff --git a/Makefile.in b/Makefile.in index 24fae1d..56d3354 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,11 +62,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -92,6 +87,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -547,88 +550,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Define rules for lib, progs, check, and tests. # These simply involve recursing into subdirectories. test _test: check diff --git a/c++/Makefile.in b/c++/Makefile.in index c7ad184..33879b2 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -463,88 +466,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Clean and mostlyclean need to recurse into examples directory clean-local: if test -f examples/Makefile; then \ diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 096c733..7662896 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -368,88 +371,6 @@ uninstall-am: uninstall-info-am uninstall-local uninstall-local -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - $(EXAMPLEDIR): -$(top_srcdir)/bin/mkdirs $@ diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 1e4afd7..6a30ed2 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -599,88 +602,6 @@ uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \ uninstall-info-am uninstall-libLTLIBRARIES -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index bbfa64c..639112e 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -476,88 +479,6 @@ uninstall-am: uninstall-info-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/config/commence.am b/config/commence.am index 2218bbb..2317b97 100644 --- a/config/commence.am +++ b/config/commence.am @@ -32,86 +32,9 @@ H5FC_PP=$(bindir)/h5pfc F9XMODEXT=@F9XMODEXT@ F9XMODFLAG=@F9XMODFLAG@ -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure -##$(top_srcdir)/configure: $(top_srcdir)/configure.in -## -cd $(top_srcdir); autoconf - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL= +AUTOCONF= +AUTOMAKE= +AUTOHEADER= diff --git a/doc/Makefile.in b/doc/Makefile.in index 72bfd52..8cb81fc 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -55,11 +55,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -85,6 +80,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -440,88 +443,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in index 82715bc..dcd2c5f 100644 --- a/doc/html/ADGuide/Makefile.in +++ b/doc/html/ADGuide/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -339,88 +342,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in index e3b554a..f01259d 100644 --- a/doc/html/Graphics/Makefile.in +++ b/doc/html/Graphics/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -337,88 +340,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in index 9211b99..1ef50d2 100644 --- a/doc/html/Intro/Makefile.in +++ b/doc/html/Intro/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -337,88 +340,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 2fec127..7eff220 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -55,11 +55,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -85,6 +80,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -487,88 +490,6 @@ uninstall-info: uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in index a06fbc0..02f0169 100644 --- a/doc/html/PSandPDF/Makefile.in +++ b/doc/html/PSandPDF/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -312,88 +315,6 @@ uninstall-am: uninstall-info-am mostlyclean-libtool uninstall uninstall-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in index 0e6cf2c..a299e12 100644 --- a/doc/html/TechNotes/Makefile.in +++ b/doc/html/TechNotes/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -346,88 +349,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in index 445cdcc..edc0617 100644 --- a/doc/html/Tutor/Graphics/Makefile.in +++ b/doc/html/Tutor/Graphics/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -345,88 +348,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in index e70bd8a..f519656 100644 --- a/doc/html/Tutor/Makefile.in +++ b/doc/html/Tutor/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -468,88 +471,6 @@ uninstall-info: uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in index d4103fc..5100004 100644 --- a/doc/html/Tutor/examples/Makefile.in +++ b/doc/html/Tutor/examples/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -380,88 +383,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA \ uninstall-localdocDATA uninstall-nobase_localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in index 5b69b40..9a58c44 100644 --- a/doc/html/cpplus/Makefile.in +++ b/doc/html/cpplus/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -337,88 +340,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in index 947a0e9..d41b243 100644 --- a/doc/html/ed_libs/Makefile.in +++ b/doc/html/ed_libs/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -341,88 +344,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in index a453e70..f29aed6 100644 --- a/doc/html/ed_styles/Makefile.in +++ b/doc/html/ed_styles/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -340,88 +343,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in index a93a32e..593b32c 100644 --- a/doc/html/fortran/Makefile.in +++ b/doc/html/fortran/Makefile.in @@ -51,11 +51,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -81,6 +76,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -337,88 +340,6 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA uninstall-localdocDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Ignore most rules lib progs check test _test: @echo "Nothing to be done" diff --git a/examples/Makefile.in b/examples/Makefile.in index c9005fb..73315ed 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -375,88 +378,6 @@ uninstall-am: uninstall-info-am uninstall-local uninstall-local -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Additional dependencies for each program are listed below. $(EXTRA_PROG): $(LIBHDF5) @BUILD_PARALLEL_CONDITIONAL_TRUE@ $(H5CC_PP) $(CFLAGS) -o $@ $(srcdir)/$@.c; diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 87f9e8e..808692e 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -69,11 +69,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -99,6 +94,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -471,88 +474,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Clean and mostlyclean need to recurse into examples directory clean-local: if test -f examples/Makefile; then \ diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 0015c20..f7802f5 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -368,88 +371,6 @@ uninstall-am: uninstall-info-am uninstall-local uninstall-local -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Tell automake how to build examples using h5fc # Additional dependencies for the examples are listed below $(EXTRA_PROG): $(LIBHDF5) $(LIBH5F) diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 9b1dc19..145b11d 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -575,88 +578,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES uninstall-local \ uninstall-local uninstall-settingsDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Fortran module files can have different extensions and different names # (e.g., different capitalizations) on different platforms. Write rules # for them explicitly rather than trying to teach automake about them. diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index a736e52..1797877 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -744,88 +747,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES uninstall-libLTLIBRARIES -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 244a2b3..e1e731e 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -442,88 +445,6 @@ uninstall-am: uninstall-info-am tags uninstall uninstall-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Put in dependencies to the THDF5 module so that things will be built # in the correct order. thyperslab_wr.lo: $(srcdir)/thyperslab_wr.f90 thdf5.lo diff --git a/hl/Makefile.in b/hl/Makefile.in index 170f066..f264f6d 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -60,11 +60,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -90,6 +85,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -459,88 +462,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index 0e9baa5..d99547a 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -60,11 +60,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -90,6 +85,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -457,88 +460,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index b42e264..f2e956a 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -56,11 +56,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -86,6 +81,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -491,88 +494,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES uninstall-local uninstall-local -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Fortran module files can have different extensions and different names # (e.g., different capitalizations) on different platforms. Write rules # for them explicitly rather than trying to teach automake about them. diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index caa84ad..5115955 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -56,11 +56,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -86,6 +81,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -451,88 +454,6 @@ uninstall-am: uninstall-info-am tags uninstall uninstall-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index aa04e9f..8d47f7d 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -55,11 +55,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -85,6 +80,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -491,88 +494,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \ uninstall-info-am uninstall-libLTLIBRARIES -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 6e97fdf..cc479bf 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -57,11 +57,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -87,6 +82,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -478,88 +481,6 @@ uninstall-am: uninstall-info-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index af63b58..52cb4ed 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -500,88 +503,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/perform/Makefile.in b/perform/Makefile.in index be6b8c4..f13c7dc 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -537,88 +540,6 @@ uninstall-am: uninstall-info-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/src/Makefile.in b/src/Makefile.in index 32d4e04..97a11ad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -804,88 +807,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \ uninstall-libLTLIBRARIES uninstall-settingsDATA -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Error header generation # # Actually, H5Einit.h, H5Eterm.h, H5Edefin.h and H5Epubgen.h all diff --git a/test/Makefile.in b/test/Makefile.in index 71fd6da..1378432 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -982,88 +985,6 @@ uninstall-am: uninstall-info-am uninstall-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # Additional target for running timing test timings _timings: testmeta @for timing in $(TIMINGS) dummy; do \ diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 21e3180..c8b2d5d 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -503,88 +506,6 @@ uninstall-am: uninstall-info-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/Makefile.in b/tools/Makefile.in index fbcc26d..4d7ae58 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -463,88 +466,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-recursive uninstall-recursive -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in index af63b58..52cb4ed 100644 --- a/tools/gifconv/Makefile.in +++ b/tools/gifconv/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -500,88 +503,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 9488fc6..98b323a 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -525,88 +528,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in index 9359bac..d8eb9ed 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -513,88 +516,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in index f4c3be0..0693c7b 100755 --- a/tools/h5import/Makefile.in +++ b/tools/h5import/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -504,88 +507,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5jam/Makefile.in b/tools/h5jam/Makefile.in index 2e2758c..8def6f4 100644 --- a/tools/h5jam/Makefile.in +++ b/tools/h5jam/Makefile.in @@ -49,11 +49,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -79,6 +74,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -538,88 +541,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5ls/Makefile.in b/tools/h5ls/Makefile.in index c6fb593..c6b771e 100644 --- a/tools/h5ls/Makefile.in +++ b/tools/h5ls/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -481,88 +484,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 18242f8..28f2e33 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -581,88 +584,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-binPROGRAMS uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in index 455c6d7..af7efa6 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -509,88 +512,6 @@ uninstall-am: uninstall-info-am tags uninstall uninstall-am uninstall-info-am -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index 48a0bb4..d5cfcf2 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -65,11 +65,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -95,6 +90,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ # Install directories that automake doesn't know about includedir = $(exec_prefix)/include + + +# Prevent automake from trying to run autotools during build +# Temporary fix (I hope!) - JAMES +ACLOCAL = +AUTOCONF = +AUTOMAKE = +AUTOHEADER = ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ @@ -546,88 +549,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ uninstall-local -# Let automake worry about Makefiles and configure components being up-to- -# date. -# -# -# The following rules insure that the Makefile is up-to-date by rerunning -# various autoconf components (although not all versions of make assume -# that the makefile is implicitly a target). We use time stamp files to -# keep track of the most recent update of H5config.h.in and H5config.h -# because autoheader and config.status don't update the modification time -# if the contents don't change. -# Invoke it by "gmake reconfigure". -# -# Graphically, the dependencies are: -# -# configure.in -# | | -# +-----------------+ +------------+ -# | | -# stamp1 configure -# (H5config.h.in) | -# | | | -# | +---------------+ +-----------+ -# | | | -# | config.status -# | | -# | +------------------+ -# | | -# stamp2 -# (H5config.h) Makefile.in et al -# | | -# +------------------+ +-----------+ -# | | -# Makefile -# -# A side effect of updating stamp1 is to generate H5config.h.in and a -# side effect of updating stamp2 is to generate H5config.h. When using -# a version of make that doesn't treat the makefile as the initial target -# the user may want to occassionally type `make Makefile' in any source -# directory. -# The `Makefile' target has been renamed to `reconfigure' so that the -# autoconf and make depend processes do not start up automatically. -# One must do `make reconfigure' explicitedly to start the process. -# (When srcdir is used and if more than one machines are running, -# this automatic Makefile/autoconf can get things unstable.) -# -#STAMP1=$(top_builddir)/config/stamp1 -#STAMP2=$(top_builddir)/config/stamp2 - -#MAKEFILE_PARTS=$(srcdir)/Makefile.in \ -# $(top_srcdir)/config/commence.am \ -# $(top_srcdir)/config/conclude.am - -#$(STAMP1): $(top_srcdir)/configure.in -# touch $(STAMP1) -# -cd $(top_srcdir); autoheader - -#$(STAMP2): $(STAMP1) $(top_builddir)/config.status -# touch $(STAMP2) -# -cd $(top_builddir); \ -# CONFIG_FILES= CONFIG_HEADERS=src/H5config.h ./config.status - -# Automake supplies a rule to generate configure - -#$(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) -# -cd $(top_builddir); ./config.status --recheck - -# rerun the autoconf process if any configure components have changed. -#reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -# -cd $(top_builddir); CONFIG_HEADERS= ./config.status -# @for sub in @subdirs@ dummy; do \ -# if test $$sub != dummy; then \ -# -cd $$sub; $(MAKE) reconfigure; \ -# fi; \ -# done; - -#----------------------------------------------------------------------------- -# The following section of this makefile comes from the middle of -# `Makefile.am' from this directory. -# It was generated by running automake on `Makefile.am' to create -# `Makefile.in', then running `config.status' to create this Makefile. -#----------------------------------------------------------------------------- - install-exec-local: $(INSTALL) h5cc $(bindir)/$(H5CC_NAME) uninstall-local: -- cgit v0.12