diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/Makefile.in | 95 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 95 | ||||
-rw-r--r-- | c++/src/Makefile.in | 95 | ||||
-rw-r--r-- | c++/test/Makefile.in | 95 |
4 files changed, 32 insertions, 348 deletions
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) |