diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 95 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 95 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 95 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 95 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 95 |
5 files changed, 40 insertions, 435 deletions
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 |