2014-04-01 01:07:05 +08:00
|
|
|
|
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# @configure_input@
|
|
|
|
|
|
2014-04-01 01:07:05 +08:00
|
|
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
2012-08-22 13:00:32 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
|
|
#
|
2007-02-08 06:28:58 +08:00
|
|
|
|
# Copyright by The HDF Group.
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Copyright by the Board of Trustees of the University of Illinois.
|
|
|
|
|
# All rights reserved.
|
|
|
|
|
#
|
|
|
|
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
|
|
|
|
# terms governing use, modification, and redistribution, is contained in
|
|
|
|
|
# the files COPYING and Copyright.html. COPYING can be found at the root
|
|
|
|
|
# of the source code distribution tree; Copyright.html can be found at the
|
|
|
|
|
# root level of an installed copy of the electronic HDF5 document set and
|
|
|
|
|
# is linked from the top-level documents page. It can also be found at
|
2007-02-08 06:28:58 +08:00
|
|
|
|
# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
|
|
|
|
|
# access to either file, you may request a copy from help@hdfgroup.org.
|
2005-02-01 11:17:02 +08:00
|
|
|
|
#
|
|
|
|
|
# hdf5 Parallel Library Test Makefile(.in)
|
|
|
|
|
#
|
|
|
|
|
VPATH = @srcdir@
|
2014-04-01 01:07:05 +08:00
|
|
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
|
|
am__make_running_with_option = \
|
|
|
|
|
case $${target_option-} in \
|
|
|
|
|
?) ;; \
|
|
|
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
has_opt=no; \
|
|
|
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
|
|
|
if $(am__is_gnu_make); then \
|
|
|
|
|
sane_makeflags=$$MFLAGS; \
|
|
|
|
|
else \
|
2012-08-22 13:00:32 +08:00
|
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
|
*\\[\ \ ]*) \
|
2014-04-01 01:07:05 +08:00
|
|
|
|
bs=\\; \
|
|
|
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
2012-08-22 13:00:32 +08:00
|
|
|
|
esac; \
|
2014-04-01 01:07:05 +08:00
|
|
|
|
fi; \
|
|
|
|
|
skip_next=no; \
|
|
|
|
|
strip_trailopt () \
|
|
|
|
|
{ \
|
|
|
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
|
|
}; \
|
|
|
|
|
for flg in $$sane_makeflags; do \
|
|
|
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*=*|--*) continue;; \
|
|
|
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
|
|
-*I?*) strip_trailopt 'I';; \
|
|
|
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
|
|
-*O?*) strip_trailopt 'O';; \
|
|
|
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
|
|
-*l?*) strip_trailopt 'l';; \
|
|
|
|
|
-[dEDm]) skip_next=yes;; \
|
|
|
|
|
-[JT]) skip_next=yes;; \
|
|
|
|
|
esac; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
test $$has_opt = yes
|
|
|
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
2005-02-01 11:17:02 +08:00
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
transform = $(program_transform_name)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
|
PRE_INSTALL = :
|
|
|
|
|
POST_INSTALL = :
|
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
|
POST_UNINSTALL = :
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
build_triplet = @build@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
host_triplet = @host@
|
2014-04-01 01:07:05 +08:00
|
|
|
|
DIST_COMMON = $(top_srcdir)/config/commence.am \
|
|
|
|
|
$(top_srcdir)/config/conclude.am $(srcdir)/Makefile.in \
|
|
|
|
|
$(srcdir)/Makefile.am $(top_srcdir)/bin/mkinstalldirs \
|
|
|
|
|
$(top_srcdir)/bin/depcomp $(top_srcdir)/bin/test-driver \
|
|
|
|
|
COPYING
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
check_PROGRAMS = $(am__EXEEXT_1)
|
2012-08-24 00:07:43 +08:00
|
|
|
|
TESTS =
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
subdir = testpar
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
2015-02-17 01:17:49 +08:00
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal_cxx.m4 \
|
|
|
|
|
$(top_srcdir)/m4/aclocal_fc.m4 $(top_srcdir)/configure.ac
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
|
2007-06-30 04:52:56 +08:00
|
|
|
|
CONFIG_HEADER = $(top_builddir)/src/H5config.h
|
2014-03-22 07:02:24 +08:00
|
|
|
|
CONFIG_CLEAN_FILES =
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
2014-03-22 07:02:24 +08:00
|
|
|
|
am__EXEEXT_1 = t_mpi$(EXEEXT) testphdf5$(EXEEXT) t_cache$(EXEEXT) \
|
2015-02-23 23:14:43 +08:00
|
|
|
|
t_pflush1$(EXEEXT) t_pflush2$(EXEEXT) t_pshutdown$(EXEEXT) \
|
|
|
|
|
t_prestart$(EXEEXT) t_shapesame$(EXEEXT)
|
2006-01-28 06:58:48 +08:00
|
|
|
|
t_cache_SOURCES = t_cache.c
|
|
|
|
|
t_cache_OBJECTS = t_cache.$(OBJEXT)
|
|
|
|
|
t_cache_LDADD = $(LDADD)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
t_cache_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2012-08-22 13:00:32 +08:00
|
|
|
|
AM_V_lt = $(am__v_lt_@AM_V@)
|
|
|
|
|
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
am__v_lt_0 = --silent
|
2012-08-22 13:00:32 +08:00
|
|
|
|
am__v_lt_1 =
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
t_mpi_SOURCES = t_mpi.c
|
|
|
|
|
t_mpi_OBJECTS = t_mpi.$(OBJEXT)
|
|
|
|
|
t_mpi_LDADD = $(LDADD)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
t_mpi_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2006-10-02 05:27:47 +08:00
|
|
|
|
t_pflush1_SOURCES = t_pflush1.c
|
|
|
|
|
t_pflush1_OBJECTS = t_pflush1.$(OBJEXT)
|
|
|
|
|
t_pflush1_LDADD = $(LDADD)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
t_pflush1_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2006-10-02 05:27:47 +08:00
|
|
|
|
t_pflush2_SOURCES = t_pflush2.c
|
|
|
|
|
t_pflush2_OBJECTS = t_pflush2.$(OBJEXT)
|
|
|
|
|
t_pflush2_LDADD = $(LDADD)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
t_pflush2_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2015-02-23 23:14:43 +08:00
|
|
|
|
t_prestart_SOURCES = t_prestart.c
|
|
|
|
|
t_prestart_OBJECTS = t_prestart.$(OBJEXT)
|
|
|
|
|
t_prestart_LDADD = $(LDADD)
|
|
|
|
|
t_prestart_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
|
|
|
|
t_pshutdown_SOURCES = t_pshutdown.c
|
|
|
|
|
t_pshutdown_OBJECTS = t_pshutdown.$(OBJEXT)
|
|
|
|
|
t_pshutdown_LDADD = $(LDADD)
|
|
|
|
|
t_pshutdown_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2011-01-12 12:38:59 +08:00
|
|
|
|
t_shapesame_SOURCES = t_shapesame.c
|
|
|
|
|
t_shapesame_OBJECTS = t_shapesame.$(OBJEXT)
|
|
|
|
|
t_shapesame_LDADD = $(LDADD)
|
|
|
|
|
t_shapesame_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
am_testphdf5_OBJECTS = testphdf5.$(OBJEXT) t_dset.$(OBJEXT) \
|
2012-03-31 16:49:35 +08:00
|
|
|
|
t_file.$(OBJEXT) t_file_image.$(OBJEXT) t_mdset.$(OBJEXT) \
|
|
|
|
|
t_ph5basic.$(OBJEXT) t_coll_chunk.$(OBJEXT) \
|
|
|
|
|
t_span_tree.$(OBJEXT) t_chunk_alloc.$(OBJEXT) \
|
[svn-r22807] Description:
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode.
Tested on:
FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN,
in production mode
Mac OS X/32 10.7.3 (amazon) in debug mode
Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
2012-09-25 23:47:25 +08:00
|
|
|
|
t_filter_read.$(OBJEXT) t_prop.$(OBJEXT)
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
testphdf5_OBJECTS = $(am_testphdf5_OBJECTS)
|
|
|
|
|
testphdf5_LDADD = $(LDADD)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
testphdf5_DEPENDENCIES = $(LIBH5TEST) $(LIBHDF5)
|
2012-08-22 13:00:32 +08:00
|
|
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
|
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_P_0 = false
|
|
|
|
|
am__v_P_1 = :
|
|
|
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
|
am__v_GEN_1 =
|
|
|
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
|
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_at_0 = @
|
|
|
|
|
am__v_at_1 =
|
2008-05-06 02:35:55 +08:00
|
|
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
|
|
|
|
|
am__depfiles_maybe = depfiles
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
am__mv = mv -f
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
|
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
|
|
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
|
|
$(AM_CFLAGS) $(CFLAGS)
|
2012-08-22 13:00:32 +08:00
|
|
|
|
AM_V_CC = $(am__v_CC_@AM_V@)
|
|
|
|
|
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_CC_0 = @echo " CC " $@;
|
|
|
|
|
am__v_CC_1 =
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
CCLD = $(CC)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
2012-08-22 13:00:32 +08:00
|
|
|
|
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
|
|
|
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
|
|
|
am__v_CCLD_1 =
|
2015-02-23 23:14:43 +08:00
|
|
|
|
SOURCES = t_cache.c t_mpi.c t_pflush1.c t_pflush2.c t_prestart.c \
|
|
|
|
|
t_pshutdown.c t_shapesame.c $(testphdf5_SOURCES)
|
|
|
|
|
DIST_SOURCES = t_cache.c t_mpi.c t_pflush1.c t_pflush2.c t_prestart.c \
|
|
|
|
|
t_pshutdown.c t_shapesame.c $(testphdf5_SOURCES)
|
2012-08-22 13:00:32 +08:00
|
|
|
|
am__can_run_installinfo = \
|
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
|
n|no|NO) false;; \
|
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
|
esac
|
2014-04-01 01:07:05 +08:00
|
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
|
|
# Read a list of newline-separated strings from the standard input,
|
|
|
|
|
# and print each of them once, without duplicates. Input order is
|
|
|
|
|
# *not* preserved.
|
|
|
|
|
am__uniquify_input = $(AWK) '\
|
|
|
|
|
BEGIN { nonempty = 0; } \
|
|
|
|
|
{ items[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in items) print i; }; } \
|
|
|
|
|
'
|
|
|
|
|
# Make sure the list of sources is unique. This is necessary because,
|
|
|
|
|
# e.g., the same source file might be shared among _SOURCES variables
|
|
|
|
|
# for different programs/libraries.
|
|
|
|
|
am__define_uniq_tagged_files = \
|
|
|
|
|
list='$(am__tagged_files)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | $(am__uniquify_input)`
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
ETAGS = etags
|
|
|
|
|
CTAGS = ctags
|
2012-08-22 13:00:32 +08:00
|
|
|
|
am__tty_colors_dummy = \
|
|
|
|
|
mgn= red= grn= lgn= blu= brg= std=; \
|
|
|
|
|
am__color_tests=no
|
2014-04-01 01:07:05 +08:00
|
|
|
|
am__tty_colors = { \
|
|
|
|
|
$(am__tty_colors_dummy); \
|
|
|
|
|
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
|
|
|
|
am__color_tests=no; \
|
|
|
|
|
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
|
|
|
|
am__color_tests=yes; \
|
|
|
|
|
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
|
|
|
|
am__color_tests=yes; \
|
|
|
|
|
fi; \
|
|
|
|
|
if test $$am__color_tests = yes; then \
|
|
|
|
|
red='[0;31m'; \
|
|
|
|
|
grn='[0;32m'; \
|
|
|
|
|
lgn='[1;32m'; \
|
|
|
|
|
blu='[1;34m'; \
|
|
|
|
|
mgn='[0;35m'; \
|
|
|
|
|
brg='[1m'; \
|
|
|
|
|
std='[m'; \
|
|
|
|
|
fi; \
|
|
|
|
|
}
|
|
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
|
*) f=$$p;; \
|
|
|
|
|
esac;
|
|
|
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
am__install_max = 40
|
|
|
|
|
am__nobase_strip_setup = \
|
|
|
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
|
|
|
am__nobase_strip = \
|
|
|
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
|
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
|
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
|
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
|
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
|
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
|
|
|
am__base_list = \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
|
|
|
am__uninstall_files_from_dir = { \
|
|
|
|
|
test -z "$$files" \
|
|
|
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
|
|
}
|
|
|
|
|
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
|
|
|
|
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
|
|
|
|
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
|
|
|
|
# A command that, given a newline-separated list of test names on the
|
|
|
|
|
# standard input, print the name of the tests that are to be re-run
|
|
|
|
|
# upon "make recheck".
|
|
|
|
|
am__list_recheck_tests = $(AWK) '{ \
|
|
|
|
|
recheck = 1; \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if ((getline line2 < ($$0 ".log")) < 0) \
|
|
|
|
|
recheck = 0; \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
|
|
|
|
{ \
|
|
|
|
|
recheck = 0; \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
|
|
|
|
{ \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
}; \
|
|
|
|
|
if (recheck) \
|
|
|
|
|
print $$0; \
|
|
|
|
|
close ($$0 ".trs"); \
|
|
|
|
|
close ($$0 ".log"); \
|
|
|
|
|
}'
|
|
|
|
|
# A command that, given a newline-separated list of test names on the
|
|
|
|
|
# standard input, create the global log from their .trs and .log files.
|
|
|
|
|
am__create_global_log = $(AWK) ' \
|
|
|
|
|
function fatal(msg) \
|
|
|
|
|
{ \
|
|
|
|
|
print "fatal: making $@: " msg | "cat >&2"; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
} \
|
|
|
|
|
function rst_section(header) \
|
|
|
|
|
{ \
|
|
|
|
|
print header; \
|
|
|
|
|
len = length(header); \
|
|
|
|
|
for (i = 1; i <= len; i = i + 1) \
|
|
|
|
|
printf "="; \
|
|
|
|
|
printf "\n\n"; \
|
|
|
|
|
} \
|
|
|
|
|
{ \
|
|
|
|
|
copy_in_global_log = 1; \
|
|
|
|
|
global_test_result = "RUN"; \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
fatal("failed to read from " $$0 ".trs"); \
|
|
|
|
|
if (line ~ /$(am__global_test_result_rx)/) \
|
|
|
|
|
{ \
|
|
|
|
|
sub("$(am__global_test_result_rx)", "", line); \
|
|
|
|
|
sub("[ ]*$$", "", line); \
|
|
|
|
|
global_test_result = line; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
|
|
|
|
copy_in_global_log = 0; \
|
|
|
|
|
}; \
|
|
|
|
|
if (copy_in_global_log) \
|
|
|
|
|
{ \
|
|
|
|
|
rst_section(global_test_result ": " $$0); \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
fatal("failed to read from " $$0 ".log"); \
|
|
|
|
|
print line; \
|
|
|
|
|
}; \
|
|
|
|
|
printf "\n"; \
|
|
|
|
|
}; \
|
|
|
|
|
close ($$0 ".trs"); \
|
|
|
|
|
close ($$0 ".log"); \
|
|
|
|
|
}'
|
|
|
|
|
# Restructured Text title.
|
|
|
|
|
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
|
|
|
|
# Solaris 10 'make', and several other traditional 'make' implementations,
|
|
|
|
|
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
|
|
|
|
# by disabling -e (using the XSI extension "set +e") if it's set.
|
|
|
|
|
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
|
|
|
|
# Default flags passed to test drivers.
|
|
|
|
|
am__common_driver_flags = \
|
|
|
|
|
--color-tests "$$am__color_tests" \
|
|
|
|
|
--enable-hard-errors "$$am__enable_hard_errors" \
|
|
|
|
|
--expect-failure "$$am__expect_failure"
|
|
|
|
|
# To be inserted before the command running the test. Creates the
|
|
|
|
|
# directory for the log if needed. Stores in $dir the directory
|
|
|
|
|
# containing $f, in $tst the test, in $log the log. Executes the
|
|
|
|
|
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
|
|
|
|
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
|
|
|
|
# will run the test scripts (or their associated LOG_COMPILER, if
|
|
|
|
|
# thy have one).
|
|
|
|
|
am__check_pre = \
|
|
|
|
|
$(am__sh_e_setup); \
|
|
|
|
|
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
|
|
|
|
$(am__tty_colors); \
|
|
|
|
|
srcdir=$(srcdir); export srcdir; \
|
|
|
|
|
case "$@" in \
|
|
|
|
|
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
|
|
|
|
*) am__odir=.;; \
|
|
|
|
|
esac; \
|
|
|
|
|
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
|
|
|
|
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
|
|
|
|
if test -f "./$$f"; then dir=./; \
|
|
|
|
|
elif test -f "$$f"; then dir=; \
|
|
|
|
|
else dir="$(srcdir)/"; fi; \
|
|
|
|
|
tst=$$dir$$f; log='$@'; \
|
|
|
|
|
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
|
|
|
|
am__enable_hard_errors=no; \
|
|
|
|
|
else \
|
|
|
|
|
am__enable_hard_errors=yes; \
|
|
|
|
|
fi; \
|
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
|
|
|
|
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
|
|
|
|
am__expect_failure=yes;; \
|
|
|
|
|
*) \
|
|
|
|
|
am__expect_failure=no;; \
|
|
|
|
|
esac; \
|
|
|
|
|
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
|
|
|
|
# A shell command to get the names of the tests scripts with any registered
|
|
|
|
|
# extension removed (i.e., equivalently, the names of the test logs, with
|
|
|
|
|
# the '.log' extension removed). The result is saved in the shell variable
|
|
|
|
|
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
|
|
|
|
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
|
|
|
|
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
|
|
|
|
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
|
|
|
|
am__set_TESTS_bases = \
|
|
|
|
|
bases='$(TEST_LOGS)'; \
|
|
|
|
|
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
|
|
|
|
bases=`echo $$bases`
|
|
|
|
|
RECHECK_LOGS = $(TEST_LOGS)
|
|
|
|
|
AM_RECURSIVE_TARGETS = check recheck
|
|
|
|
|
TEST_SUITE_LOG = test-suite.log
|
|
|
|
|
am__test_logs1 = $(TESTS:=.log)
|
|
|
|
|
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
|
|
|
|
TEST_LOGS = $(am__test_logs2:.sh.log=.log)
|
|
|
|
|
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
|
|
|
|
|
SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS)
|
|
|
|
|
am__set_b = \
|
|
|
|
|
case '$@' in \
|
|
|
|
|
*/*) \
|
|
|
|
|
case '$*' in \
|
|
|
|
|
*/*) b='$*';; \
|
|
|
|
|
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
|
|
|
|
esac;; \
|
|
|
|
|
*) \
|
|
|
|
|
b='$*';; \
|
|
|
|
|
esac
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
2012-08-24 00:07:43 +08:00
|
|
|
|
ACLOCAL = @ACLOCAL@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@
|
|
|
|
|
AMTAR = @AMTAR@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
|
|
|
|
|
# H5_CFLAGS holds flags that should be used when building hdf5,
|
|
|
|
|
# but which should not be exported to h5cc for building other programs.
|
|
|
|
|
# AM_CFLAGS is an automake construct which should be used by Makefiles
|
|
|
|
|
# instead of CFLAGS, as CFLAGS is reserved solely for the user to define.
|
2011-04-15 05:21:59 +08:00
|
|
|
|
# This applies to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS as well.
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
AM_CFLAGS = @AM_CFLAGS@ @H5_CFLAGS@
|
2014-04-01 01:07:05 +08:00
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ @H5_CPPFLAGS@ -I$(top_srcdir)/src \
|
|
|
|
|
-I$(top_srcdir)/test
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
AM_CXXFLAGS = @AM_CXXFLAGS@ @H5_CXXFLAGS@
|
2011-04-15 03:45:57 +08:00
|
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
AM_FCFLAGS = @AM_FCFLAGS@ @H5_FCFLAGS@
|
2011-04-15 05:21:59 +08:00
|
|
|
|
AM_LDFLAGS = @AM_LDFLAGS@ @H5_LDFLAGS@
|
2005-02-12 01:40:52 +08:00
|
|
|
|
AM_MAKEFLAGS = @AM_MAKEFLAGS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
AR = @AR@
|
2011-04-15 05:21:59 +08:00
|
|
|
|
AS = @AS@
|
2012-08-24 00:07:43 +08:00
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
AWK = @AWK@
|
|
|
|
|
BYTESEX = @BYTESEX@
|
|
|
|
|
CC = @CC@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
CCDEPMODE = @CCDEPMODE@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
CC_VERSION = @CC_VERSION@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
CFLAGS = @CFLAGS@
|
2007-05-30 04:06:49 +08:00
|
|
|
|
CLEARFILEBUF = @CLEARFILEBUF@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
CODESTACK = @CODESTACK@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
CONFIG_DATE = @CONFIG_DATE@
|
|
|
|
|
CONFIG_MODE = @CONFIG_MODE@
|
|
|
|
|
CONFIG_USER = @CONFIG_USER@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
CPP = @CPP@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
CXX = @CXX@
|
|
|
|
|
CXXCPP = @CXXCPP@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
CXXDEPMODE = @CXXDEPMODE@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
2010-07-09 10:52:14 +08:00
|
|
|
|
CXX_VERSION = @CXX_VERSION@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
DEBUG_PKG = @DEBUG_PKG@
|
2007-07-13 10:42:17 +08:00
|
|
|
|
DEFAULT_API_VERSION = @DEFAULT_API_VERSION@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
DEFS = @DEFS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
DEPDIR = @DEPDIR@
|
2007-07-13 06:01:35 +08:00
|
|
|
|
DEPRECATED_SYMBOLS = @DEPRECATED_SYMBOLS@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
DIRECT_VFD = @DIRECT_VFD@
|
2010-11-24 06:56:59 +08:00
|
|
|
|
DLLTOOL = @DLLTOOL@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
DSYMUTIL = @DSYMUTIL@
|
|
|
|
|
DUMPBIN = @DUMPBIN@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
DYNAMIC_DIRS = @DYNAMIC_DIRS@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
|
ECHO_T = @ECHO_T@
|
2005-02-24 00:47:00 +08:00
|
|
|
|
EGREP = @EGREP@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
EXEEXT = @EXEEXT@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
EXTERNAL_FILTERS = @EXTERNAL_FILTERS@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
|
|
|
|
|
# Make sure that these variables are exported to the Makefiles
|
|
|
|
|
F9XMODEXT = @F9XMODEXT@
|
|
|
|
|
F9XMODFLAG = @F9XMODFLAG@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
F9XSUFFIXFLAG = @F9XSUFFIXFLAG@
|
|
|
|
|
FC = @FC@
|
2011-08-18 22:38:53 +08:00
|
|
|
|
FC2003 = @FC2003@
|
[svn-r17616] Purpose:
CFLAGS overhaul
Description:
Modified the way configure handles CFLAGS.
(note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS).
1. The configure process will now always preserve a user's CFLAGS
environment variable setup. Any additional flags necessary for compilation
added at configure time will be passed into the Makefiles as AM_CFLAGS,
which is an automake construct to be used in addition to CFLAGS.
This will allow a user to have the final say, as CFLAGS will always appear
later in the compile line than AM_CFLAGS. Additionally, setting CFLAGS
during make will no longer completely erase all flags set by configure,
since they're maintained in AM_CFLAGS.
2. Additionally, where possible, flags previously being assigned directly
into CFLAGS (and thus propagating into h5cc) have now been redirected into
H5_CFLAGS, so they're used ONLY for compiling hdf5, and not embedded into
the h5cc wrapper script as well.
*Note that H5_CFLAGS ultimately is assigned into AM_CFLAGS for use in the
Makefiles. Complete description of changes and build process will be
included in a Configure Document that Elena and I are working on.
3. Removed unsupported config files. This includes:
config/dec-osf*
config/hpux11.00
config/irix5.x
config/powerpc-ibm-aix4.x
config/rs6000-ibm-aix5.x
config/unicos*
4. Modified configure summary to display additional values. Specifically,
appropriate AM_* variables are being shown, as well as H5_FCFLAGS and
H5_CXXFLAGS, which were for some reason not already present.
Tested:
- H5committest
- Tested on all THG / NCSA machines, using several combinations of the more
prominent configure options (c++, fortran, szip, threadsafe, parallel,
et cetera). (Thanks to Quincey for rysnc testing setup!)
- With regards to new automated testing, anything *necessary* for
compilation will be caught by the daily tests as it stands now. (i.e.,
if LDFLAGS is not properly set when szip is used, linking will fail).
Additionally, with regards to which flags get into h5cc, if any
*necessary* flags have been improperly removed, then daily tests should
fail during make installcheck. Additional machine-specific desired
behaviors and/or checks may have to be set up separately within the
daily tests, so this is something to work on.
2009-10-08 23:17:30 +08:00
|
|
|
|
FCFLAGS = @FCFLAGS@
|
2006-11-11 03:56:04 +08:00
|
|
|
|
FCFLAGS_f90 = @FCFLAGS_f90@
|
2005-04-05 05:17:51 +08:00
|
|
|
|
FCLIBS = @FCLIBS@
|
2010-07-09 10:52:14 +08:00
|
|
|
|
FC_VERSION = @FC_VERSION@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
FGREP = @FGREP@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
FSEARCH_DIRS = @FSEARCH_DIRS@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
GREP = @GREP@
|
2005-09-17 05:26:17 +08:00
|
|
|
|
H5_CFLAGS = @H5_CFLAGS@
|
|
|
|
|
H5_CPPFLAGS = @H5_CPPFLAGS@
|
|
|
|
|
H5_CXXFLAGS = @H5_CXXFLAGS@
|
[svn-r20475] Purpose:
- Revise shared Fortran library disabling scenarios in configure
- Improve configure output summary
Description:
Shared Fortran libraries are not supported on Mac, but were being
disabled by configure in a way that also forced the C libraries
to be static-only. This has been fixed, so now only shared Fortran
is disabled while shared C can remain.
This prompted two additional changes:
1. While working on the check that addresses whether or not
shared Fortran libraries are allowed, removed old and no
longer needed check(s) that disable shared Fortran
libraries with HP, Intel 8, PGI, and Absoft compilers.
(Essentially, Mac is the only situation in which Fortran
shared are disabled by configure.)
2. Having two different states of libraries (i.e. shared C
library with static-only Fortran library) was not apparent
in the configure summary, which labeled all libraries as
either shared and/or static. I've added lines to both the
C++ and Fortran output sections to list shared/static-ness
of these libraries specifically.
Additionally, I've made sure that the new --enable-unsupported
configure option correctly overrides configure if it tries to
disable a shared library.
Tested:
jam, fred, & h5committest
2011-04-12 05:00:38 +08:00
|
|
|
|
H5_CXX_SHARED = @H5_CXX_SHARED@
|
2006-04-22 03:21:24 +08:00
|
|
|
|
H5_FCFLAGS = @H5_FCFLAGS@
|
[svn-r20475] Purpose:
- Revise shared Fortran library disabling scenarios in configure
- Improve configure output summary
Description:
Shared Fortran libraries are not supported on Mac, but were being
disabled by configure in a way that also forced the C libraries
to be static-only. This has been fixed, so now only shared Fortran
is disabled while shared C can remain.
This prompted two additional changes:
1. While working on the check that addresses whether or not
shared Fortran libraries are allowed, removed old and no
longer needed check(s) that disable shared Fortran
libraries with HP, Intel 8, PGI, and Absoft compilers.
(Essentially, Mac is the only situation in which Fortran
shared are disabled by configure.)
2. Having two different states of libraries (i.e. shared C
library with static-only Fortran library) was not apparent
in the configure summary, which labeled all libraries as
either shared and/or static. I've added lines to both the
C++ and Fortran output sections to list shared/static-ness
of these libraries specifically.
Additionally, I've made sure that the new --enable-unsupported
configure option correctly overrides configure if it tries to
disable a shared library.
Tested:
jam, fred, & h5committest
2011-04-12 05:00:38 +08:00
|
|
|
|
H5_FORTRAN_SHARED = @H5_FORTRAN_SHARED@
|
2011-04-15 05:21:59 +08:00
|
|
|
|
H5_LDFLAGS = @H5_LDFLAGS@
|
2006-06-14 05:21:14 +08:00
|
|
|
|
H5_LONE_COLON = @H5_LONE_COLON@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
H5_VERSION = @H5_VERSION@
|
|
|
|
|
HADDR_T = @HADDR_T@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
HAVE_DMALLOC = @HAVE_DMALLOC@
|
2011-08-18 22:38:53 +08:00
|
|
|
|
HAVE_FORTRAN_2003 = @HAVE_FORTRAN_2003@
|
2013-02-19 04:56:21 +08:00
|
|
|
|
HAVE_PTHREAD = @HAVE_PTHREAD@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
HDF5_HL = @HDF5_HL@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
HDF5_INTERFACES = @HDF5_INTERFACES@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
HDF_CXX = @HDF_CXX@
|
|
|
|
|
HDF_FORTRAN = @HDF_FORTRAN@
|
2011-08-18 22:38:53 +08:00
|
|
|
|
HDF_FORTRAN2003 = @HDF_FORTRAN2003@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
HID_T = @HID_T@
|
|
|
|
|
HL = @HL@
|
|
|
|
|
HL_FOR = @HL_FOR@
|
|
|
|
|
HSIZE_T = @HSIZE_T@
|
|
|
|
|
HSSIZE_T = @HSSIZE_T@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
INSTALL = @INSTALL@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
INSTRUMENT = @INSTRUMENT@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
LD = @LD@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
|
LIBS = @LIBS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
LIBTOOL = @LIBTOOL@
|
2008-10-25 01:19:34 +08:00
|
|
|
|
LIPO = @LIPO@
|
|
|
|
|
LL_PATH = @LL_PATH@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
LN_S = @LN_S@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
2005-02-03 04:59:46 +08:00
|
|
|
|
MAINT = @MAINT@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
MAKEINFO = @MAKEINFO@
|
2010-11-24 06:56:59 +08:00
|
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
MKDIR_P = @MKDIR_P@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
MPE = @MPE@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
NM = @NM@
|
|
|
|
|
NMEDIT = @NMEDIT@
|
2008-10-25 01:19:34 +08:00
|
|
|
|
OBJDUMP = @OBJDUMP@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
OBJEXT = @OBJEXT@
|
2008-10-25 01:19:34 +08:00
|
|
|
|
OTOOL = @OTOOL@
|
|
|
|
|
OTOOL64 = @OTOOL64@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
PACKAGE = @PACKAGE@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
PACKAGE_URL = @PACKAGE_URL@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
PARALLEL = @PARALLEL@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
PERL = @PERL@
|
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
|
ROOT = @ROOT@
|
|
|
|
|
RUNPARALLEL = @RUNPARALLEL@
|
|
|
|
|
RUNSERIAL = @RUNSERIAL@
|
|
|
|
|
R_INTEGER = @R_INTEGER@
|
|
|
|
|
R_LARGE = @R_LARGE@
|
|
|
|
|
SEARCH = @SEARCH@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
SED = @SED@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
SETX = @SETX@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
SET_MAKE = @SET_MAKE@
|
2008-10-25 01:19:34 +08:00
|
|
|
|
SHELL = @SHELL@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
SIZE_T = @SIZE_T@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
STATIC_EXEC = @STATIC_EXEC@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
STATIC_SHARED = @STATIC_SHARED@
|
[svn-r14402] Description:
Add work-around to allow reading files that were produced with a buggy
earlier version of the library, which could create objects with the wrong
object header message count. There is now a configure flag
"--enable-strict-format-checks" which triggers a failure on reading a file
with this sort of corruption (when enabled) and allows the object to be read
(when disabled). The default value for the "strict-format-checks" flag is
yes when the "debug" flag is enabled and no when the "debug" flag is disabled.
Note that if strict format checks are disabled (allowing objects with
this particular kind of corruption to be read) and the file is opened with
write access, the library will re-write the object header for the corrupt
object with the correct # of object header messages.
This closes bugzilla bug #1010.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
2008-01-13 13:37:00 +08:00
|
|
|
|
STRICT_FORMAT_CHECKS = @STRICT_FORMAT_CHECKS@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
STRIP = @STRIP@
|
|
|
|
|
TESTPARALLEL = @TESTPARALLEL@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
THREADSAFE = @THREADSAFE@
|
2007-01-24 01:29:45 +08:00
|
|
|
|
TIME = @TIME@
|
2006-10-04 06:41:34 +08:00
|
|
|
|
TR = @TR@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
TRACE_API = @TRACE_API@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
UNAME_INFO = @UNAME_INFO@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
|
|
|
|
|
USE_FILTER_SZIP = @USE_FILTER_SZIP@
|
2007-05-30 04:06:49 +08:00
|
|
|
|
USINGMEMCHECKER = @USINGMEMCHECKER@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
VERSION = @VERSION@
|
2009-02-27 04:21:50 +08:00
|
|
|
|
WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
|
abs_top_srcdir = @abs_top_srcdir@
|
2010-11-24 06:56:59 +08:00
|
|
|
|
ac_ct_AR = @ac_ct_AR@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
ac_ct_CC = @ac_ct_CC@
|
|
|
|
|
ac_ct_CXX = @ac_ct_CXX@
|
2008-05-06 02:35:55 +08:00
|
|
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
ac_ct_FC = @ac_ct_FC@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
am__include = @am__include@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
am__leading_dot = @am__leading_dot@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
am__quote = @am__quote@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
am__tar = @am__tar@
|
|
|
|
|
am__untar = @am__untar@
|
|
|
|
|
bindir = @bindir@
|
|
|
|
|
build = @build@
|
|
|
|
|
build_alias = @build_alias@
|
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
|
build_os = @build_os@
|
|
|
|
|
build_vendor = @build_vendor@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
builddir = @builddir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
datadir = @datadir@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
datarootdir = @datarootdir@
|
2009-03-11 05:01:50 +08:00
|
|
|
|
|
|
|
|
|
# Install directories that automake doesn't know about
|
2006-11-09 02:39:15 +08:00
|
|
|
|
docdir = $(exec_prefix)/doc
|
|
|
|
|
dvidir = @dvidir@
|
2008-05-15 13:12:00 +08:00
|
|
|
|
enable_shared = @enable_shared@
|
|
|
|
|
enable_static = @enable_static@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
host = @host@
|
|
|
|
|
host_alias = @host_alias@
|
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
|
host_os = @host_os@
|
|
|
|
|
host_vendor = @host_vendor@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
htmldir = @htmldir@
|
2009-03-11 05:01:50 +08:00
|
|
|
|
includedir = @includedir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
infodir = @infodir@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
install_sh = @install_sh@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
libdir = @libdir@
|
|
|
|
|
libexecdir = @libexecdir@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
localedir = @localedir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
|
mandir = @mandir@
|
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
|
oldincludedir = @oldincludedir@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
pdfdir = @pdfdir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
prefix = @prefix@
|
|
|
|
|
program_transform_name = @program_transform_name@
|
2006-11-09 02:39:15 +08:00
|
|
|
|
psdir = @psdir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
sbindir = @sbindir@
|
|
|
|
|
sharedstatedir = @sharedstatedir@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
srcdir = @srcdir@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
|
target_alias = @target_alias@
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
top_build_prefix = @top_build_prefix@
|
2007-04-10 02:44:42 +08:00
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
# Shell commands used in Makefiles
|
|
|
|
|
RM = rm -f
|
|
|
|
|
CP = cp
|
|
|
|
|
|
2005-04-01 02:26:17 +08:00
|
|
|
|
# Some machines need a command to run executables; this is that command
|
|
|
|
|
# so that our tests will run.
|
2010-01-13 07:58:30 +08:00
|
|
|
|
# We use RUNEXEC instead of RUNSERIAL directly because it may be that
|
2005-04-01 02:26:17 +08:00
|
|
|
|
# some tests need to be run with a different command. Older versions
|
|
|
|
|
# of the makefiles used the command
|
|
|
|
|
# $(LIBTOOL) --mode=execute
|
|
|
|
|
# in some directories, for instance.
|
2010-01-13 07:58:30 +08:00
|
|
|
|
RUNEXEC = $(RUNSERIAL)
|
2005-04-01 02:26:17 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Libraries to link to while building
|
|
|
|
|
LIBHDF5 = $(top_builddir)/src/libhdf5.la
|
|
|
|
|
LIBH5TEST = $(top_builddir)/test/libh5test.la
|
|
|
|
|
LIBH5F = $(top_builddir)/fortran/src/libhdf5_fortran.la
|
|
|
|
|
LIBH5FTEST = $(top_builddir)/fortran/test/libh5test_fortran.la
|
|
|
|
|
LIBH5CPP = $(top_builddir)/c++/src/libhdf5_cpp.la
|
|
|
|
|
LIBH5TOOLS = $(top_builddir)/tools/lib/libh5tools.la
|
|
|
|
|
LIBH5_HL = $(top_builddir)/hl/src/libhdf5_hl.la
|
|
|
|
|
LIBH5F_HL = $(top_builddir)/hl/fortran/src/libhdf5hl_fortran.la
|
2005-03-29 00:32:20 +08:00
|
|
|
|
LIBH5CPP_HL = $(top_builddir)/hl/c++/src/libhdf5_hl_cpp.la
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2010-10-05 01:15:30 +08:00
|
|
|
|
# Note that in svn revision 19400 the '/' after DESTDIR in H5* variables below
|
|
|
|
|
# has been removed. According to the official description of DESTDIR by Gnu at
|
|
|
|
|
# http://www.gnu.org/prep/standards/html_node/DESTDIR.html, DESTDIR is
|
|
|
|
|
# prepended to the normal and complete install path that it precedes for the
|
|
|
|
|
# purpose of installing in a temporary directory which is useful for building
|
|
|
|
|
# rpms and other packages. The '/' after ${DESTDIR} will be followed by another
|
|
|
|
|
# '/' at the beginning of the normal install path. When DESTDIR is empty the
|
|
|
|
|
# path then begins with '//', which is incorrect and causes problems at least for
|
|
|
|
|
# Cygwin.
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Scripts used to build examples
|
[svn-r11646] Purpose:
Bug fix/feature
Description:
Added support for -shlib in h5fc and h5c++.
Made check-install use -shlib when only shared libraries have been installed.
Solution:
h5fc and h5c++ didn't recognize -shlib. Stole code from h5cc to link against
shared libraries.
When static libraries are disabled, the examples Makefiles will automatically
use the -shlib option to link against shared libraries. Thus,
--disable-static and make check-install should work together.
Platforms tested:
heping(disable-static, enable-static, fortran, c++), modi4 (disable-static, fortran, c++, parallel, enable-static)
2005-11-01 05:35:49 +08:00
|
|
|
|
# If only shared libraries have been installed, have h5cc build examples with
|
|
|
|
|
# shared libraries instead of static libraries
|
2010-10-05 01:15:30 +08:00
|
|
|
|
H5CC = ${DESTDIR}$(bindir)/h5cc
|
|
|
|
|
H5CC_PP = ${DESTDIR}$(bindir)/h5pcc
|
|
|
|
|
H5FC = ${DESTDIR}$(bindir)/h5fc
|
|
|
|
|
H5FC_PP = ${DESTDIR}$(bindir)/h5pfc
|
|
|
|
|
H5CPP = ${DESTDIR}$(bindir)/h5c++
|
2010-09-10 23:45:07 +08:00
|
|
|
|
ACLOCAL_AMFLAGS = "-I m4"
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
|
2005-11-18 23:55:22 +08:00
|
|
|
|
# The trace script; this is used on source files from the C library to
|
|
|
|
|
# insert tracing macros.
|
|
|
|
|
TRACE = perl $(top_srcdir)/bin/trace
|
|
|
|
|
|
2005-08-27 06:24:27 +08:00
|
|
|
|
# .chkexe files are used to mark tests that have run successfully.
|
|
|
|
|
# .chklog files are output from those tests.
|
2015-02-26 02:48:31 +08:00
|
|
|
|
# *.clog and *.clog2 are from the MPE option.
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
|
# MPItest.h5 is from t_mpi
|
|
|
|
|
# Para*.h5 are from testphdf
|
2015-02-23 23:14:43 +08:00
|
|
|
|
# shutdown.h5 is from t_pshutdown
|
2009-10-02 05:46:03 +08:00
|
|
|
|
# go is used for debugging. See testphdf5.c.
|
2015-02-26 02:48:31 +08:00
|
|
|
|
CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 MPItest.h5 \
|
|
|
|
|
Para*.h5 CacheTestDummy.h5 shutdown.h5 go
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2014-03-22 07:02:24 +08:00
|
|
|
|
# Test programs. These are our main targets.
|
2005-02-01 11:17:02 +08:00
|
|
|
|
#
|
2015-02-23 23:14:43 +08:00
|
|
|
|
TEST_PROG_PARA = t_mpi testphdf5 t_cache t_pflush1 t_pflush2 t_pshutdown t_prestart t_shapesame
|
2012-03-31 16:49:35 +08:00
|
|
|
|
testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \
|
[svn-r22807] Description:
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode.
Tested on:
FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN,
in production mode
Mac OS X/32 10.7.3 (amazon) in debug mode
Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
2012-09-25 23:47:25 +08:00
|
|
|
|
t_ph5basic.c t_coll_chunk.c t_span_tree.c t_chunk_alloc.c t_filter_read.c \
|
|
|
|
|
t_prop.c
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The tests all depend on the hdf5 library and the test library
|
[svn-r11411] Purpose:
Bug fix
Description:
Building with --disable-static seems to have been broken on several platforms.
Fixed this.
Configure will now disable shared libraries automatically when using pgf90
or when building on Cygwin.
Solution:
To avoid errors when using shared libraries with pgf90 (which I had not
realized were compiler-specific), I had manually set convenience libraries
to use the -static linking flag. Apparently, this is not necessary, and
caused these libraries to be created as empty archives when --disable-static
was used.
Also, some libraries were including other libraries, which was not
necessary.
I also fixed code in configure.in to correctly detect whether shared
or static libraries are enabled, and moved code that disables shared libraries
to before libtool is created (rather than editing libtool after the fact).
Despite repeated warnings that only one shared library can be linked at a
time, I have yet to have shared libraries break the linking of tests on
any system. We'll see if the Daily Tests turn up anything.
Platforms tested:
mir (fortran, C++), sleipnir (C++), modi4 (fortran, C++, parallel),
sol (fortran, C++), cygwin
2005-09-14 06:30:33 +08:00
|
|
|
|
LDADD = $(LIBH5TEST) $(LIBHDF5)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
# Automake needs to be taught how to build lib, progs, and tests targets.
|
|
|
|
|
# These will be filled in automatically for the most part (e.g.,
|
|
|
|
|
# lib_LIBRARIES are built for lib target), but EXTRA_LIB, EXTRA_PROG, and
|
|
|
|
|
# EXTRA_TEST variables are supplied to allow the user to force targets to
|
|
|
|
|
# be built at certain times.
|
|
|
|
|
LIB = $(lib_LIBRARIES) $(lib_LTLIBRARIES) $(noinst_LIBRARIES) \
|
|
|
|
|
$(noinst_LTLIBRARIES) $(check_LIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LIB)
|
|
|
|
|
|
|
|
|
|
PROGS = $(bin_PROGRAMS) $(bin_SCRIPTS) $(noinst_PROGRAMS) $(noinst_SCRIPTS) \
|
|
|
|
|
$(EXTRA_PROG)
|
|
|
|
|
|
2012-08-24 00:07:43 +08:00
|
|
|
|
chk_TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(EXTRA_TEST)
|
|
|
|
|
TEST_EXTENSIONS = .sh
|
|
|
|
|
SH_LOG_COMPILER = $(SHELL)
|
|
|
|
|
AM_SH_LOG_FLAGS =
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
TEST_PROG_CHKEXE = $(TEST_PROG:=.chkexe_)
|
|
|
|
|
TEST_PROG_PARA_CHKEXE = $(TEST_PROG_PARA:=.chkexe_)
|
2005-08-27 06:24:27 +08:00
|
|
|
|
TEST_SCRIPT_CHKSH = $(TEST_SCRIPT:=.chkexe_)
|
|
|
|
|
TEST_SCRIPT_PARA_CHKSH = $(TEST_SCRIPT_PARA:=.chkexe_)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
2014-04-01 01:07:05 +08:00
|
|
|
|
.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/config/conclude.am $(am__configure_deps)
|
|
|
|
|
@for dep in $?; do \
|
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
|
*$$dep*) \
|
2009-04-20 14:00:11 +08:00
|
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testpar/Makefile'; \
|
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
|
$(AUTOMAKE) --foreign testpar/Makefile
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
|
@case '$?' in \
|
|
|
|
|
*config.status*) \
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
|
*) \
|
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
|
esac;
|
2012-08-22 13:00:32 +08:00
|
|
|
|
$(top_srcdir)/config/commence.am $(top_srcdir)/config/conclude.am:
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
$(am__aclocal_m4_deps):
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
clean-checkPROGRAMS:
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
|
rm -f $$list || exit $$?; \
|
|
|
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
|
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
|
rm -f $$list
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
t_cache$(EXEEXT): $(t_cache_OBJECTS) $(t_cache_DEPENDENCIES) $(EXTRA_t_cache_DEPENDENCIES)
|
2006-01-28 06:58:48 +08:00
|
|
|
|
@rm -f t_cache$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_cache_OBJECTS) $(t_cache_LDADD) $(LIBS)
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
t_mpi$(EXEEXT): $(t_mpi_OBJECTS) $(t_mpi_DEPENDENCIES) $(EXTRA_t_mpi_DEPENDENCIES)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@rm -f t_mpi$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_mpi_OBJECTS) $(t_mpi_LDADD) $(LIBS)
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
t_pflush1$(EXEEXT): $(t_pflush1_OBJECTS) $(t_pflush1_DEPENDENCIES) $(EXTRA_t_pflush1_DEPENDENCIES)
|
2006-10-02 05:27:47 +08:00
|
|
|
|
@rm -f t_pflush1$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_pflush1_OBJECTS) $(t_pflush1_LDADD) $(LIBS)
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
t_pflush2$(EXEEXT): $(t_pflush2_OBJECTS) $(t_pflush2_DEPENDENCIES) $(EXTRA_t_pflush2_DEPENDENCIES)
|
2006-10-02 05:27:47 +08:00
|
|
|
|
@rm -f t_pflush2$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_pflush2_OBJECTS) $(t_pflush2_LDADD) $(LIBS)
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2015-02-23 23:14:43 +08:00
|
|
|
|
t_prestart$(EXEEXT): $(t_prestart_OBJECTS) $(t_prestart_DEPENDENCIES) $(EXTRA_t_prestart_DEPENDENCIES)
|
|
|
|
|
@rm -f t_prestart$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_prestart_OBJECTS) $(t_prestart_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
t_pshutdown$(EXEEXT): $(t_pshutdown_OBJECTS) $(t_pshutdown_DEPENDENCIES) $(EXTRA_t_pshutdown_DEPENDENCIES)
|
|
|
|
|
@rm -f t_pshutdown$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_pshutdown_OBJECTS) $(t_pshutdown_LDADD) $(LIBS)
|
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
t_shapesame$(EXEEXT): $(t_shapesame_OBJECTS) $(t_shapesame_DEPENDENCIES) $(EXTRA_t_shapesame_DEPENDENCIES)
|
2011-01-12 12:38:59 +08:00
|
|
|
|
@rm -f t_shapesame$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_shapesame_OBJECTS) $(t_shapesame_LDADD) $(LIBS)
|
2014-04-01 01:07:05 +08:00
|
|
|
|
|
2012-08-22 13:00:32 +08:00
|
|
|
|
testphdf5$(EXEEXT): $(testphdf5_OBJECTS) $(testphdf5_DEPENDENCIES) $(EXTRA_testphdf5_DEPENDENCIES)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@rm -f testphdf5$(EXEEXT)
|
2011-04-15 03:45:57 +08:00
|
|
|
|
$(AM_V_CCLD)$(LINK) $(testphdf5_OBJECTS) $(testphdf5_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
-rm -f *.$(OBJEXT)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
2006-01-28 06:58:48 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_cache.Po@am__quote@
|
2005-08-30 12:35:17 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_chunk_alloc.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_coll_chunk.Po@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_dset.Po@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_file.Po@am__quote@
|
2012-03-31 16:49:35 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_file_image.Po@am__quote@
|
2007-05-22 08:08:23 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_filter_read.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_mdset.Po@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_mpi.Po@am__quote@
|
2006-10-02 05:27:47 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_pflush1.Po@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_pflush2.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_ph5basic.Po@am__quote@
|
2015-02-23 23:14:43 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_prestart.Po@am__quote@
|
[svn-r22807] Description:
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode.
Tested on:
FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN,
in production mode
Mac OS X/32 10.7.3 (amazon) in debug mode
Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
2012-09-25 23:47:25 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_prop.Po@am__quote@
|
2015-02-23 23:14:43 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_pshutdown.Po@am__quote@
|
2011-01-12 12:38:59 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_shapesame.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_span_tree.Po@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testphdf5.Po@am__quote@
|
|
|
|
|
|
|
|
|
|
.c.o:
|
2011-04-15 03:45:57 +08:00
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2012-08-22 13:00:32 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2014-04-01 01:07:05 +08:00
|
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
.c.obj:
|
2011-04-15 03:45:57 +08:00
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2012-08-22 13:00:32 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2014-04-01 01:07:05 +08:00
|
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
.c.lo:
|
2011-04-15 03:45:57 +08:00
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
2012-08-22 13:00:32 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2012-08-22 13:00:32 +08:00
|
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
|
2014-04-01 01:07:05 +08:00
|
|
|
|
ID: $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
|
tags: tags-am
|
|
|
|
|
TAGS: tags
|
|
|
|
|
|
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
set x; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
here=`pwd`; \
|
2014-04-01 01:07:05 +08:00
|
|
|
|
$(am__define_uniq_tagged_files); \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
shift; \
|
|
|
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
if test $$# -gt 0; then \
|
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
|
"$$@" $$unique; \
|
|
|
|
|
else \
|
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
|
$$unique; \
|
|
|
|
|
fi; \
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
fi
|
2014-04-01 01:07:05 +08:00
|
|
|
|
ctags: ctags-am
|
|
|
|
|
|
|
|
|
|
CTAGS: ctags
|
|
|
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
$$unique
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
GTAGS:
|
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
2014-04-01 01:07:05 +08:00
|
|
|
|
cscopelist: cscopelist-am
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2014-04-01 01:07:05 +08:00
|
|
|
|
cscopelist-am: $(am__tagged_files)
|
|
|
|
|
list='$(am__tagged_files)'; \
|
2012-08-22 13:00:32 +08:00
|
|
|
|
case "$(srcdir)" in \
|
|
|
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
|
|
|
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then \
|
|
|
|
|
echo "$(subdir)/$$i"; \
|
|
|
|
|
else \
|
|
|
|
|
echo "$$sdir/$$i"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done >> $(top_builddir)/cscope.files
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
distclean-tags:
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2014-04-01 01:07:05 +08:00
|
|
|
|
# Recover from deleted '.trs' file; this should ensure that
|
|
|
|
|
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
|
|
|
|
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
|
|
|
|
# to avoid problems with "make -n".
|
|
|
|
|
.log.trs:
|
|
|
|
|
rm -f $< $@
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $<
|
|
|
|
|
|
|
|
|
|
# Leading 'am--fnord' is there to ensure the list of targets does not
|
|
|
|
|
# expand to empty, as could happen e.g. with make check TESTS=''.
|
|
|
|
|
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
|
|
|
|
am--force-recheck:
|
|
|
|
|
@:
|
|
|
|
|
|
|
|
|
|
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
|
|
|
|
@$(am__set_TESTS_bases); \
|
|
|
|
|
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
|
|
|
|
redo_bases=`for i in $$bases; do \
|
|
|
|
|
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
|
|
|
|
done`; \
|
|
|
|
|
if test -n "$$redo_bases"; then \
|
|
|
|
|
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
|
|
|
|
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
|
|
|
|
if $(am__make_dryrun); then :; else \
|
|
|
|
|
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
if test -n "$$am__remaking_logs"; then \
|
|
|
|
|
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
|
|
|
|
"recursion detected" >&2; \
|
|
|
|
|
else \
|
|
|
|
|
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
|
|
|
|
fi; \
|
|
|
|
|
if $(am__make_dryrun); then :; else \
|
|
|
|
|
st=0; \
|
|
|
|
|
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
|
|
|
|
for i in $$redo_bases; do \
|
|
|
|
|
test -f $$i.trs && test -r $$i.trs \
|
|
|
|
|
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
|
|
|
|
test -f $$i.log && test -r $$i.log \
|
|
|
|
|
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
|
|
|
|
done; \
|
|
|
|
|
test $$st -eq 0 || exit 1; \
|
|
|
|
|
fi
|
|
|
|
|
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
|
|
|
|
ws='[ ]'; \
|
|
|
|
|
results=`for b in $$bases; do echo $$b.trs; done`; \
|
|
|
|
|
test -n "$$results" || results=/dev/null; \
|
|
|
|
|
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
|
|
|
|
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
|
|
|
|
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
|
|
|
|
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
|
|
|
|
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
|
|
|
|
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
|
|
|
|
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
|
|
|
|
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
|
|
|
|
success=true; \
|
|
|
|
|
else \
|
|
|
|
|
success=false; \
|
|
|
|
|
fi; \
|
|
|
|
|
br='==================='; br=$$br$$br$$br$$br; \
|
|
|
|
|
result_count () \
|
|
|
|
|
{ \
|
|
|
|
|
if test x"$$1" = x"--maybe-color"; then \
|
|
|
|
|
maybe_colorize=yes; \
|
|
|
|
|
elif test x"$$1" = x"--no-color"; then \
|
|
|
|
|
maybe_colorize=no; \
|
|
|
|
|
else \
|
|
|
|
|
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
|
|
|
|
fi; \
|
|
|
|
|
shift; \
|
|
|
|
|
desc=$$1 count=$$2; \
|
|
|
|
|
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
|
|
|
|
color_start=$$3 color_end=$$std; \
|
|
|
|
|
else \
|
|
|
|
|
color_start= color_end=; \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
|
|
|
|
}; \
|
|
|
|
|
create_testsuite_report () \
|
|
|
|
|
{ \
|
|
|
|
|
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
|
|
|
|
result_count $$1 "PASS: " $$pass "$$grn"; \
|
|
|
|
|
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
|
|
|
|
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
|
|
|
|
result_count $$1 "FAIL: " $$fail "$$red"; \
|
|
|
|
|
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
|
|
|
|
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
|
|
|
|
}; \
|
|
|
|
|
{ \
|
|
|
|
|
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
|
|
|
|
$(am__rst_title); \
|
|
|
|
|
create_testsuite_report --no-color; \
|
|
|
|
|
echo; \
|
|
|
|
|
echo ".. contents:: :depth: 2"; \
|
|
|
|
|
echo; \
|
|
|
|
|
for b in $$bases; do echo $$b; done \
|
|
|
|
|
| $(am__create_global_log); \
|
|
|
|
|
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
|
|
|
|
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
|
|
|
|
if $$success; then \
|
|
|
|
|
col="$$grn"; \
|
|
|
|
|
else \
|
|
|
|
|
col="$$red"; \
|
|
|
|
|
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$${col}$$br$${std}"; \
|
|
|
|
|
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
|
|
|
|
echo "$${col}$$br$${std}"; \
|
|
|
|
|
create_testsuite_report --maybe-color; \
|
|
|
|
|
echo "$$col$$br$$std"; \
|
|
|
|
|
if $$success; then :; else \
|
|
|
|
|
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
|
|
|
|
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
|
|
|
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$$col$$br$$std"; \
|
|
|
|
|
fi; \
|
|
|
|
|
$$success || exit 1
|
|
|
|
|
recheck: all $(check_PROGRAMS)
|
|
|
|
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
|
|
|
|
@set +e; $(am__set_TESTS_bases); \
|
|
|
|
|
bases=`for i in $$bases; do echo $$i; done \
|
|
|
|
|
| $(am__list_recheck_tests)` || exit 1; \
|
|
|
|
|
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
|
|
|
|
log_list=`echo $$log_list`; \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
|
|
|
|
am__force_recheck=am--force-recheck \
|
|
|
|
|
TEST_LOGS="$$log_list"; \
|
|
|
|
|
exit $$?
|
|
|
|
|
.sh.log:
|
|
|
|
|
@p='$<'; \
|
|
|
|
|
$(am__set_b); \
|
|
|
|
|
$(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
@am__EXEEXT_TRUE@.sh$(EXEEXT).log:
|
|
|
|
|
@am__EXEEXT_TRUE@ @p='$<'; \
|
|
|
|
|
@am__EXEEXT_TRUE@ $(am__set_b); \
|
|
|
|
|
@am__EXEEXT_TRUE@ $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
|
|
|
|
|
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
distdir: $(DISTFILES)
|
2007-04-10 02:44:42 +08:00
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
|
|
case $$dist_files in \
|
|
|
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
|
|
sort -u` ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
for file in $$dist_files; do \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
|
if test -d $$d/$$file; then \
|
2007-04-10 02:44:42 +08:00
|
|
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
if test -d "$(distdir)/$$file"; then \
|
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
|
fi; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi; \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
else \
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
test -f "$(distdir)/$$file" \
|
|
|
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|| exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
check-am: all-am
|
2014-03-22 07:02:24 +08:00
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
|
|
|
check: check-am
|
|
|
|
|
all-am: Makefile all-local
|
|
|
|
|
installdirs:
|
|
|
|
|
install: install-am
|
|
|
|
|
install-exec: install-exec-am
|
|
|
|
|
install-data: install-data-am
|
|
|
|
|
uninstall: uninstall-am
|
|
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
|
install-strip:
|
2012-08-22 13:00:32 +08:00
|
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
|
install; \
|
|
|
|
|
else \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
|
|
fi
|
2005-02-01 11:17:02 +08:00
|
|
|
|
mostlyclean-generic:
|
2014-04-01 01:07:05 +08:00
|
|
|
|
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
|
|
|
|
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
|
|
|
|
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
|
|
distclean-generic:
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
|
|
|
|
mostlyclean-am
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
2007-04-10 02:44:42 +08:00
|
|
|
|
distclean-tags
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
html: html-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
html-am:
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
info: info-am
|
|
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
|
2007-04-10 02:44:42 +08:00
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
install-dvi-am:
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
install-exec-am:
|
|
|
|
|
|
2007-04-10 02:44:42 +08:00
|
|
|
|
install-html: install-html-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
install-html-am:
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
install-info-am:
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
install-man:
|
|
|
|
|
|
2007-04-10 02:44:42 +08:00
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
2007-04-10 02:44:42 +08:00
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
install-ps-am:
|
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f Makefile
|
2005-02-01 11:17:02 +08:00
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
2005-08-03 01:59:03 +08:00
|
|
|
|
mostlyclean-libtool mostlyclean-local
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
2007-04-10 02:44:42 +08:00
|
|
|
|
uninstall-am:
|
|
|
|
|
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
.MAKE: check-am install-am install-strip
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2014-04-01 01:07:05 +08:00
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-TESTS \
|
|
|
|
|
check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
|
|
|
|
|
cscopelist-am ctags ctags-am distclean distclean-compile \
|
|
|
|
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
|
|
|
|
dvi-am html html-am info info-am install install-am \
|
|
|
|
|
install-data install-data-am install-dvi install-dvi-am \
|
|
|
|
|
install-exec install-exec-am install-html install-html-am \
|
|
|
|
|
install-info install-info-am install-man install-pdf \
|
|
|
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
|
|
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
[svn-r10158] Purpose:
Automake version upgrade
Description:
Upgraded automake version from 1.6.2 to 1.9.5.
Changed bin/reconfigure script to use automake 1.9.5.
Changed configure.in and Makefiles to use new FCFLAGS and FC variables
instead of FFLAGS and F9X.
Automake and configure should now do the lion's share of the work
supporting Fortran 9X; macros in acsite.m4 are now mostly unused (will
be cleaned later).
Altered how configure handles pmake; now root-level Makefile.in is
processed by bin/reconfigure to have a .MAKEFLAGS target, since
automake no longer allows us to define unused variables.
Configure now always checks for C++ compiler even if it is not
used, since automake thinks this is the Right Thing To Do and
will break otherwise.
Platforms tested:
Sol, copper, heping, mir, sleipnir, eirene, pommier, kelgia, modi4.
2005-03-08 01:57:27 +08:00
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
2005-08-03 01:59:03 +08:00
|
|
|
|
mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
|
2014-04-01 01:07:05 +08:00
|
|
|
|
pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
|
[svn-r11737] Purpose:
Bug fix
Description:
Before this checkin, 'gmake check-s' would fail if there was a file in
the current directory named 'check-s'.
This is fixed under gmake (not sure how to fix for other makes).
Solution:
check, progs, install, etc. are what gmake calls "phony" targets,
which means that no file should be created. These targets can be
specified by a line of the form
.PHONY: check progs install ...
Automake adds this line for targets it knows about, but HDF5 has a
lot of custom rules. This checkin adds a .PHONY line for those rules.
I believe that only gmake recognizes the .PHONY line (at least, pmake
doesn't seem to), but a partial solution is better than none.
This error should occur very rarely anyway (the user has to manually
create files with names like 'build-check-s' or '_test').
Platforms tested:
mir, sleipnir, modi4
2005-11-18 02:49:28 +08:00
|
|
|
|
# List all build rules defined by HDF5 Makefiles as "PHONY" targets here.
|
|
|
|
|
# This tells the Makefiles that these targets are not files to be built but
|
|
|
|
|
# commands that should be executed even if a file with the same name already
|
|
|
|
|
# exists.
|
|
|
|
|
.PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \
|
|
|
|
|
build-tests check-clean check-install check-p check-s check-vfd \
|
2007-02-24 03:14:11 +08:00
|
|
|
|
install-doc lib progs tests uninstall-doc _exec_check-s _test help
|
|
|
|
|
|
|
|
|
|
help:
|
|
|
|
|
@$(top_srcdir)/bin/makehelp
|
[svn-r11737] Purpose:
Bug fix
Description:
Before this checkin, 'gmake check-s' would fail if there was a file in
the current directory named 'check-s'.
This is fixed under gmake (not sure how to fix for other makes).
Solution:
check, progs, install, etc. are what gmake calls "phony" targets,
which means that no file should be created. These targets can be
specified by a line of the form
.PHONY: check progs install ...
Automake adds this line for targets it knows about, but HDF5 has a
lot of custom rules. This checkin adds a .PHONY line for those rules.
I believe that only gmake recognizes the .PHONY line (at least, pmake
doesn't seem to), but a partial solution is better than none.
This error should occur very rarely anyway (the user has to manually
create files with names like 'build-check-s' or '_test').
Platforms tested:
mir, sleipnir, modi4
2005-11-18 02:49:28 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# lib/progs/tests targets recurse into subdirectories. build-* targets
|
|
|
|
|
# build files in this directory.
|
2005-11-19 04:31:53 +08:00
|
|
|
|
build-lib: $(LIB)
|
|
|
|
|
build-progs: $(LIB) $(PROGS)
|
2012-08-24 00:07:43 +08:00
|
|
|
|
build-tests: $(LIB) $(PROGS) $(chk_TESTS)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
2005-11-19 04:31:53 +08:00
|
|
|
|
# General rule for recursive building targets.
|
|
|
|
|
# BUILT_SOURCES contain targets that need to be built before anything else
|
|
|
|
|
# in the directory (e.g., for Fortran type detection)
|
|
|
|
|
lib progs tests check-s check-p :: $(BUILT_SOURCES)
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
|
|
|
|
|
@for d in X $(SUBDIRS); do \
|
2005-07-22 03:28:11 +08:00
|
|
|
|
if test $$d != X && test $$d != .; then \
|
2005-02-12 01:40:52 +08:00
|
|
|
|
(set -x; cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
|
2005-11-19 04:31:53 +08:00
|
|
|
|
# General rule for recursive cleaning targets. Like the rule above,
|
|
|
|
|
# but doesn't require building BUILT_SOURCES.
|
|
|
|
|
check-clean ::
|
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
|
|
|
|
|
@for d in X $(SUBDIRS); do \
|
|
|
|
|
if test $$d != X && test $$d != .; then \
|
|
|
|
|
(set -x; cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
2006-03-23 22:22:34 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Tell Automake to build tests when the user types `make all' (this is
|
|
|
|
|
# not its default behavior). Also build EXTRA_LIB and EXTRA_PROG since
|
|
|
|
|
# Automake won't build them automatically, either.
|
2012-08-24 00:07:43 +08:00
|
|
|
|
all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(chk_TESTS)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
# make install-doc doesn't do anything outside of doc directory, but
|
|
|
|
|
# Makefiles should recognize it.
|
2005-07-22 03:28:11 +08:00
|
|
|
|
# UPDATE: docs no longer reside in this build tree, so this target
|
|
|
|
|
# is depreciated.
|
2005-02-01 11:17:02 +08:00
|
|
|
|
install-doc uninstall-doc:
|
|
|
|
|
@echo "Nothing to be done."
|
|
|
|
|
|
2005-08-02 06:22:55 +08:00
|
|
|
|
# clean up files generated by tests so they can be re-run.
|
|
|
|
|
build-check-clean:
|
2006-08-23 00:22:43 +08:00
|
|
|
|
$(RM) -rf $(CHECK_CLEANFILES)
|
2005-08-02 06:22:55 +08:00
|
|
|
|
|
2005-08-03 01:59:03 +08:00
|
|
|
|
# run check-clean whenever mostlyclean is run
|
|
|
|
|
mostlyclean-local: build-check-clean
|
|
|
|
|
|
2006-03-23 22:22:34 +08:00
|
|
|
|
# check-install is just a synonym for installcheck
|
2006-03-24 05:26:17 +08:00
|
|
|
|
check-install: installcheck
|
2006-03-23 22:22:34 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
|
|
|
|
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
|
|
|
|
# Set HDF5_Make_Ignore to a non-blank string to ignore errors inside the loop.
|
|
|
|
|
# The timestamps give a rough idea how much time the tests use.
|
|
|
|
|
#
|
2012-08-24 00:07:43 +08:00
|
|
|
|
# Note that targets in chk_TESTS (defined above) will be built when the user
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# types 'make tests' or 'make check', but only programs in TEST_PROG,
|
|
|
|
|
# TEST_PROG_PARA, or TEST_SCRIPT will actually be executed.
|
|
|
|
|
check-TESTS: test
|
|
|
|
|
|
2005-06-03 07:42:48 +08:00
|
|
|
|
test _test:
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
@$(MAKE) build-check-s
|
|
|
|
|
@$(MAKE) build-check-p
|
2005-06-04 13:01:12 +08:00
|
|
|
|
|
|
|
|
|
# Actual execution of check-s.
|
2012-08-24 00:07:43 +08:00
|
|
|
|
build-check-s: $(LIB) $(PROGS) $(chk_TESTS)
|
2005-06-02 09:51:52 +08:00
|
|
|
|
@if test -n "$(TEST_PROG)$(TEST_SCRIPT)"; then \
|
|
|
|
|
echo "===Serial tests in `echo ${PWD} | sed -e s:.*/::` begin `date`==="; \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
fi
|
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) _exec_check-s
|
2005-06-02 09:51:52 +08:00
|
|
|
|
@if test -n "$(TEST_PROG)$(TEST_SCRIPT)"; then \
|
|
|
|
|
echo "===Serial tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===";\
|
|
|
|
|
fi
|
|
|
|
|
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
_exec_check-s: $(TEST_PROG_CHKEXE) $(TEST_SCRIPT_CHKSH)
|
|
|
|
|
|
2005-07-22 03:28:11 +08:00
|
|
|
|
# The dummy.chkexe here prevents the target from being
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
# empty if there are no tests in the current directory.
|
2005-08-08 15:32:27 +08:00
|
|
|
|
# $${log} is the log file.
|
|
|
|
|
# $${tname} is the name of test.
|
2005-07-02 05:22:05 +08:00
|
|
|
|
$(TEST_PROG_CHKEXE) $(TEST_PROG_PARA_CHKEXE) dummy.chkexe_:
|
|
|
|
|
@if test "X$@" != "X.chkexe_" && test "X$@" != "Xdummy.chkexe_"; then \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
tname=$(@:.chkexe_=)$(EXEEXT);\
|
2005-08-27 06:24:27 +08:00
|
|
|
|
log=$(@:.chkexe_=.chklog); \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
echo "============================"; \
|
|
|
|
|
if $(top_srcdir)/bin/newer $(@:.chkexe_=.chkexe) $${tname}; then \
|
|
|
|
|
echo "No need to test $${tname} again."; \
|
|
|
|
|
else \
|
|
|
|
|
echo "============================" > $${log}; \
|
2008-05-19 13:06:51 +08:00
|
|
|
|
if test "X$(FORTRAN_API)" = "Xyes"; then \
|
2006-08-17 22:18:03 +08:00
|
|
|
|
echo "Fortran API: Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "Fortran API: $(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
|
2008-05-19 13:06:51 +08:00
|
|
|
|
elif test "X$(CXX_API)" = "Xyes"; then \
|
2006-08-17 22:18:03 +08:00
|
|
|
|
echo "C++ API: Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "C++ API: $(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log};\
|
2005-08-08 15:32:27 +08:00
|
|
|
|
else \
|
2006-08-17 22:18:03 +08:00
|
|
|
|
echo "Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "$(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
fi; \
|
|
|
|
|
echo "============================" >> $${log}; \
|
|
|
|
|
srcdir="$(srcdir)" \
|
2010-01-13 07:58:30 +08:00
|
|
|
|
$(TIME) $(RUNEXEC) ./$${tname} $(TEST_FLAGS) >> $${log} 2>&1 \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
&& touch $(@:.chkexe_=.chkexe) || \
|
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
|
(cat $${log} && false) || exit 1; \
|
|
|
|
|
echo "" >> $${log}; \
|
|
|
|
|
echo "Finished testing $${tname} $(TEST_FLAGS)" >> $${log}; \
|
|
|
|
|
echo "============================" >> $${log}; \
|
|
|
|
|
echo "Finished testing $${tname} $(TEST_FLAGS)"; \
|
2005-08-09 01:30:23 +08:00
|
|
|
|
cat $${log}; \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
fi; \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
fi
|
|
|
|
|
|
2005-08-27 06:24:27 +08:00
|
|
|
|
# The dummysh.chkexe here prevents the target from being
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
# empty if there are no tests in the current directory.
|
2005-08-08 15:32:27 +08:00
|
|
|
|
# $${log} is the log file.
|
|
|
|
|
# $${tname} is the name of test.
|
2005-08-27 06:24:27 +08:00
|
|
|
|
$(TEST_SCRIPT_CHKSH) $(TEST_SCRIPT_PARA_CHKSH) dummysh.chkexe_:
|
|
|
|
|
@if test "X$@" != "X.chkexe_" && test "X$@" != "Xdummysh.chkexe_"; then \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
cmd=$(@:.chkexe_=);\
|
|
|
|
|
tname=`basename $$cmd`;\
|
2005-09-21 05:46:24 +08:00
|
|
|
|
chkname=`basename $(@:.chkexe_=.chkexe)`;\
|
2005-08-27 06:24:27 +08:00
|
|
|
|
log=`basename $(@:.chkexe_=.chklog)`; \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
echo "============================"; \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
if $(top_srcdir)/bin/newer $${chkname} $$cmd $(SCRIPT_DEPEND); then \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
echo "No need to test $${tname} again."; \
|
|
|
|
|
else \
|
|
|
|
|
echo "============================" > $${log}; \
|
2008-05-19 13:06:51 +08:00
|
|
|
|
if test "X$(FORTRAN_API)" = "Xyes"; then \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
echo "Fortran API: Testing $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "Fortran API: $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
|
2008-05-19 13:06:51 +08:00
|
|
|
|
elif test "X$(CXX_API)" = "Xyes"; then \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
echo "C++ API: Testing $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "C++ API: $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
|
|
|
|
|
else \
|
|
|
|
|
echo "Testing $${tname} $(TEST_FLAGS)"; \
|
|
|
|
|
echo "$${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "============================" >> $${log}; \
|
|
|
|
|
RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \
|
|
|
|
|
srcdir="$(srcdir)" \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
$(TIME) $(SHELL) $$cmd $(TEST_FLAGS) >> $${log} 2>&1 \
|
2005-09-21 05:46:24 +08:00
|
|
|
|
&& touch $${chkname} || \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
|
(cat $${log} && false) || exit 1; \
|
|
|
|
|
echo "" >> $${log}; \
|
|
|
|
|
echo "Finished testing $${tname} $(TEST_FLAGS)" >> $${log}; \
|
|
|
|
|
echo "============================" >> $${log}; \
|
|
|
|
|
echo "Finished testing $${tname} $(TEST_FLAGS)"; \
|
2005-08-09 01:30:23 +08:00
|
|
|
|
cat $${log}; \
|
2005-08-08 15:32:27 +08:00
|
|
|
|
fi; \
|
|
|
|
|
echo "============================"; \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
fi
|
|
|
|
|
|
2005-06-04 13:01:12 +08:00
|
|
|
|
# Actual execution of check-p.
|
2012-08-24 00:07:43 +08:00
|
|
|
|
build-check-p: $(LIB) $(PROGS) $(chk_TESTS)
|
2005-06-02 09:51:52 +08:00
|
|
|
|
@if test -n "$(TEST_PROG_PARA)$(TEST_SCRIPT_PARA)"; then \
|
|
|
|
|
echo "===Parallel tests in `echo ${PWD} | sed -e s:.*/::` begin `date`==="; \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
fi
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@if test -n "$(TEST_PROG_PARA)"; then \
|
|
|
|
|
echo "**** Hint ****"; \
|
|
|
|
|
echo "Parallel test files reside in the current directory" \
|
|
|
|
|
"by default."; \
|
|
|
|
|
echo "Set HDF5_PARAPREFIX to use another directory. E.g.,"; \
|
|
|
|
|
echo " HDF5_PARAPREFIX=/PFS/user/me"; \
|
|
|
|
|
echo " export HDF5_PARAPREFIX"; \
|
|
|
|
|
echo " make check"; \
|
|
|
|
|
echo "**** end of Hint ****"; \
|
|
|
|
|
fi
|
|
|
|
|
@for test in $(TEST_PROG_PARA) dummy; do \
|
|
|
|
|
if test $$test != dummy; then \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $$test.chkexe_ \
|
2010-01-13 07:58:30 +08:00
|
|
|
|
RUNEXEC="$(RUNPARALLEL)" || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi; \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
done
|
2005-06-02 09:51:52 +08:00
|
|
|
|
@for test in $(TEST_SCRIPT_PARA) dummy; do \
|
[svn-r11008] Purpose:
Feature: tests now use parallel make and only run once
Description:
When make is invoked in parallel (using the -j option), several tests will
now be run simultaneously. This should speed up testing on a number of
systems.
When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents
the test from running again unless the test or library changes.
Solution:
Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh
files to the list of files to be cleaned at "make mostlyclean" time.
Parallel tests still run one at a time, but use the same make instructions
as serial tests.
Platforms tested:
mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably
due to the test being run before updating hdf5. Will re-run tests after
checkin.)
2005-07-01 07:35:32 +08:00
|
|
|
|
if test $$test != dummy; then \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $$test.chkexe_ || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi; \
|
2005-09-29 13:17:06 +08:00
|
|
|
|
done
|
2005-06-02 09:51:52 +08:00
|
|
|
|
@if test -n "$(TEST_PROG_PARA)$(TEST_SCRIPT_PARA)"; then \
|
|
|
|
|
echo "===Parallel tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===";\
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Run test with different Virtual File Driver
|
2012-08-24 00:07:43 +08:00
|
|
|
|
check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
@for vfd in $(VFD_LIST) dummy; do \
|
|
|
|
|
if test $$vfd != dummy; then \
|
|
|
|
|
echo "============================"; \
|
|
|
|
|
echo "Testing Virtual File Driver $$vfd"; \
|
|
|
|
|
echo "============================"; \
|
2006-08-01 03:46:16 +08:00
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-clean || exit 1; \
|
|
|
|
|
HDF5_DRIVER=$$vfd $(MAKE) $(AM_MAKEFLAGS) check || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
|
fi; \
|
|
|
|
|
done
|
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
2009-08-13 02:55:25 +08:00
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
|
.NOEXPORT:
|