[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
|
|
|
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
2005-02-01 11:17:02 +08:00
|
|
|
# @configure_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
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
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@
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
|
|
|
|
# access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
|
|
|
|
#
|
|
|
|
# HDF5 Library Test Makefile(.in)
|
|
|
|
#
|
2005-07-07 02:13:32 +08:00
|
|
|
SOURCES = $(libh5test_la_SOURCES) b+tree.c big.c bittests.c blocktrack.c btree2.c cache.c cmpd_dset.c dangle.c dsets.c dt_arith.c dtransform.c dtypes.c enum.c err_compat.c error_test.c extend.c external.c filename.c fillval.c flush1.c flush2.c getname.c gheap.c hyperslab.c istore.c lheap.c links.c mount.c mtime.c ntypes.c ohdr.c pool.c reserved.c set_extent.c sheap.c stab.c stream_test.c $(testhdf5_SOURCES) testmeta.c $(ttsafe_SOURCES) unlink.c vfd.c
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
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@
|
[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
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
|
|
$(top_srcdir)/config/commence.am \
|
|
|
|
$(top_srcdir)/config/conclude.am
|
2005-04-08 03:41:25 +08:00
|
|
|
check_PROGRAMS = $(am__EXEEXT_1) error_test$(EXEEXT) \
|
[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
|
|
|
err_compat$(EXEEXT) testmeta$(EXEEXT)
|
|
|
|
subdir = test
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
|
|
|
|
CONFIG_HEADER = $(top_builddir)/src/H5config.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
am__DEPENDENCIES_1 = $(top_builddir)/src/libhdf5.la
|
|
|
|
libh5test_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
|
|
am_libh5test_la_OBJECTS = h5test.lo testframe.lo
|
|
|
|
libh5test_la_OBJECTS = $(am_libh5test_la_OBJECTS)
|
2005-04-08 03:41:25 +08:00
|
|
|
am__EXEEXT_1 = testhdf5$(EXEEXT) lheap$(EXEEXT) ohdr$(EXEEXT) \
|
2005-07-07 02:13:32 +08:00
|
|
|
stab$(EXEEXT) gheap$(EXEEXT) cache$(EXEEXT) b+tree$(EXEEXT) \
|
|
|
|
btree2$(EXEEXT) blocktrack$(EXEEXT) sheap$(EXEEXT) \
|
|
|
|
pool$(EXEEXT) hyperslab$(EXEEXT) istore$(EXEEXT) \
|
|
|
|
bittests$(EXEEXT) dt_arith$(EXEEXT) dtypes$(EXEEXT) \
|
|
|
|
dsets$(EXEEXT) cmpd_dset$(EXEEXT) extend$(EXEEXT) \
|
|
|
|
external$(EXEEXT) links$(EXEEXT) unlink$(EXEEXT) big$(EXEEXT) \
|
|
|
|
mtime$(EXEEXT) fillval$(EXEEXT) mount$(EXEEXT) flush1$(EXEEXT) \
|
2005-05-18 03:01:07 +08:00
|
|
|
flush2$(EXEEXT) enum$(EXEEXT) set_extent$(EXEEXT) \
|
|
|
|
ttsafe$(EXEEXT) stream_test$(EXEEXT) getname$(EXEEXT) \
|
2005-06-24 22:32:05 +08:00
|
|
|
vfd$(EXEEXT) ntypes$(EXEEXT) dangle$(EXEEXT) \
|
2005-05-18 03:01:07 +08:00
|
|
|
dtransform$(EXEEXT) filename$(EXEEXT) reserved$(EXEEXT)
|
2005-07-07 02:13:32 +08:00
|
|
|
b_tree_SOURCES = b+tree.c
|
|
|
|
b_tree_OBJECTS = b+tree.$(OBJEXT)
|
|
|
|
b_tree_LDADD = $(LDADD)
|
|
|
|
b_tree_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
big_SOURCES = big.c
|
|
|
|
big_OBJECTS = big.$(OBJEXT)
|
|
|
|
big_LDADD = $(LDADD)
|
|
|
|
big_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
bittests_SOURCES = bittests.c
|
|
|
|
bittests_OBJECTS = bittests.$(OBJEXT)
|
|
|
|
bittests_LDADD = $(LDADD)
|
|
|
|
bittests_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
2005-03-11 08:44:03 +08:00
|
|
|
blocktrack_SOURCES = blocktrack.c
|
|
|
|
blocktrack_OBJECTS = blocktrack.$(OBJEXT)
|
|
|
|
blocktrack_LDADD = $(LDADD)
|
|
|
|
blocktrack_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
btree2_SOURCES = btree2.c
|
|
|
|
btree2_OBJECTS = btree2.$(OBJEXT)
|
|
|
|
btree2_LDADD = $(LDADD)
|
|
|
|
btree2_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
cache_SOURCES = cache.c
|
|
|
|
cache_OBJECTS = cache.$(OBJEXT)
|
|
|
|
cache_LDADD = $(LDADD)
|
|
|
|
cache_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
cmpd_dset_SOURCES = cmpd_dset.c
|
|
|
|
cmpd_dset_OBJECTS = cmpd_dset.$(OBJEXT)
|
|
|
|
cmpd_dset_LDADD = $(LDADD)
|
|
|
|
cmpd_dset_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
dangle_SOURCES = dangle.c
|
|
|
|
dangle_OBJECTS = dangle.$(OBJEXT)
|
|
|
|
dangle_LDADD = $(LDADD)
|
|
|
|
dangle_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
dsets_SOURCES = dsets.c
|
|
|
|
dsets_OBJECTS = dsets.$(OBJEXT)
|
|
|
|
dsets_LDADD = $(LDADD)
|
|
|
|
dsets_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
2005-06-17 21:33:36 +08:00
|
|
|
dt_arith_SOURCES = dt_arith.c
|
|
|
|
dt_arith_OBJECTS = dt_arith.$(OBJEXT)
|
|
|
|
dt_arith_LDADD = $(LDADD)
|
|
|
|
dt_arith_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
dtransform_SOURCES = dtransform.c
|
|
|
|
dtransform_OBJECTS = dtransform.$(OBJEXT)
|
|
|
|
dtransform_LDADD = $(LDADD)
|
|
|
|
dtransform_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
dtypes_SOURCES = dtypes.c
|
|
|
|
dtypes_OBJECTS = dtypes.$(OBJEXT)
|
|
|
|
dtypes_LDADD = $(LDADD)
|
|
|
|
dtypes_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
enum_SOURCES = enum.c
|
|
|
|
enum_OBJECTS = enum.$(OBJEXT)
|
|
|
|
enum_LDADD = $(LDADD)
|
|
|
|
enum_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
err_compat_SOURCES = err_compat.c
|
|
|
|
err_compat_OBJECTS = err_compat.$(OBJEXT)
|
|
|
|
err_compat_LDADD = $(LDADD)
|
|
|
|
err_compat_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
error_test_SOURCES = error_test.c
|
|
|
|
error_test_OBJECTS = error_test.$(OBJEXT)
|
|
|
|
error_test_LDADD = $(LDADD)
|
|
|
|
error_test_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
extend_SOURCES = extend.c
|
|
|
|
extend_OBJECTS = extend.$(OBJEXT)
|
|
|
|
extend_LDADD = $(LDADD)
|
|
|
|
extend_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
external_SOURCES = external.c
|
|
|
|
external_OBJECTS = external.$(OBJEXT)
|
|
|
|
external_LDADD = $(LDADD)
|
|
|
|
external_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
filename_SOURCES = filename.c
|
|
|
|
filename_OBJECTS = filename.$(OBJEXT)
|
|
|
|
filename_LDADD = $(LDADD)
|
|
|
|
filename_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
fillval_SOURCES = fillval.c
|
|
|
|
fillval_OBJECTS = fillval.$(OBJEXT)
|
|
|
|
fillval_LDADD = $(LDADD)
|
|
|
|
fillval_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
flush1_SOURCES = flush1.c
|
|
|
|
flush1_OBJECTS = flush1.$(OBJEXT)
|
|
|
|
flush1_LDADD = $(LDADD)
|
|
|
|
flush1_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
flush2_SOURCES = flush2.c
|
|
|
|
flush2_OBJECTS = flush2.$(OBJEXT)
|
|
|
|
flush2_LDADD = $(LDADD)
|
|
|
|
flush2_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
getname_SOURCES = getname.c
|
|
|
|
getname_OBJECTS = getname.$(OBJEXT)
|
|
|
|
getname_LDADD = $(LDADD)
|
|
|
|
getname_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
gheap_SOURCES = gheap.c
|
|
|
|
gheap_OBJECTS = gheap.$(OBJEXT)
|
|
|
|
gheap_LDADD = $(LDADD)
|
|
|
|
gheap_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
hyperslab_SOURCES = hyperslab.c
|
|
|
|
hyperslab_OBJECTS = hyperslab.$(OBJEXT)
|
|
|
|
hyperslab_LDADD = $(LDADD)
|
|
|
|
hyperslab_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
istore_SOURCES = istore.c
|
|
|
|
istore_OBJECTS = istore.$(OBJEXT)
|
|
|
|
istore_LDADD = $(LDADD)
|
|
|
|
istore_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
lheap_SOURCES = lheap.c
|
|
|
|
lheap_OBJECTS = lheap.$(OBJEXT)
|
|
|
|
lheap_LDADD = $(LDADD)
|
|
|
|
lheap_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
links_SOURCES = links.c
|
|
|
|
links_OBJECTS = links.$(OBJEXT)
|
|
|
|
links_LDADD = $(LDADD)
|
|
|
|
links_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
mount_SOURCES = mount.c
|
|
|
|
mount_OBJECTS = mount.$(OBJEXT)
|
|
|
|
mount_LDADD = $(LDADD)
|
|
|
|
mount_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
mtime_SOURCES = mtime.c
|
|
|
|
mtime_OBJECTS = mtime.$(OBJEXT)
|
|
|
|
mtime_LDADD = $(LDADD)
|
|
|
|
mtime_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
ntypes_SOURCES = ntypes.c
|
|
|
|
ntypes_OBJECTS = ntypes.$(OBJEXT)
|
|
|
|
ntypes_LDADD = $(LDADD)
|
|
|
|
ntypes_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
ohdr_SOURCES = ohdr.c
|
|
|
|
ohdr_OBJECTS = ohdr.$(OBJEXT)
|
|
|
|
ohdr_LDADD = $(LDADD)
|
|
|
|
ohdr_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
2005-05-18 03:01:07 +08:00
|
|
|
pool_SOURCES = pool.c
|
|
|
|
pool_OBJECTS = pool.$(OBJEXT)
|
|
|
|
pool_LDADD = $(LDADD)
|
|
|
|
pool_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
reserved_SOURCES = reserved.c
|
|
|
|
reserved_OBJECTS = reserved.$(OBJEXT)
|
|
|
|
reserved_LDADD = $(LDADD)
|
|
|
|
reserved_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
set_extent_SOURCES = set_extent.c
|
|
|
|
set_extent_OBJECTS = set_extent.$(OBJEXT)
|
|
|
|
set_extent_LDADD = $(LDADD)
|
|
|
|
set_extent_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
2005-03-30 05:45:09 +08:00
|
|
|
sheap_SOURCES = sheap.c
|
|
|
|
sheap_OBJECTS = sheap.$(OBJEXT)
|
|
|
|
sheap_LDADD = $(LDADD)
|
|
|
|
sheap_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
stab_SOURCES = stab.c
|
|
|
|
stab_OBJECTS = stab.$(OBJEXT)
|
|
|
|
stab_LDADD = $(LDADD)
|
|
|
|
stab_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
stream_test_SOURCES = stream_test.c
|
|
|
|
stream_test_OBJECTS = stream_test.$(OBJEXT)
|
|
|
|
stream_test_LDADD = $(LDADD)
|
|
|
|
stream_test_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
am_testhdf5_OBJECTS = testhdf5.$(OBJEXT) tarray.$(OBJEXT) \
|
|
|
|
tattr.$(OBJEXT) tconfig.$(OBJEXT) tfile.$(OBJEXT) \
|
|
|
|
tgenprop.$(OBJEXT) th5s.$(OBJEXT) theap.$(OBJEXT) \
|
|
|
|
tid.$(OBJEXT) titerate.$(OBJEXT) tmeta.$(OBJEXT) \
|
|
|
|
tmisc.$(OBJEXT) ttime.$(OBJEXT) trefer.$(OBJEXT) \
|
|
|
|
trefstr.$(OBJEXT) tselect.$(OBJEXT) tskiplist.$(OBJEXT) \
|
2005-05-24 02:20:07 +08:00
|
|
|
ttst.$(OBJEXT) tunicode.$(OBJEXT) tvltypes.$(OBJEXT) \
|
|
|
|
tvlstr.$(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
|
|
|
testhdf5_OBJECTS = $(am_testhdf5_OBJECTS)
|
|
|
|
testhdf5_LDADD = $(LDADD)
|
|
|
|
testhdf5_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
testmeta_SOURCES = testmeta.c
|
|
|
|
testmeta_OBJECTS = testmeta.$(OBJEXT)
|
|
|
|
testmeta_LDADD = $(LDADD)
|
|
|
|
testmeta_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
am_ttsafe_OBJECTS = ttsafe.$(OBJEXT) ttsafe_dcreate.$(OBJEXT) \
|
|
|
|
ttsafe_error.$(OBJEXT) ttsafe_cancel.$(OBJEXT) \
|
|
|
|
ttsafe_acreate.$(OBJEXT)
|
|
|
|
ttsafe_OBJECTS = $(am_ttsafe_OBJECTS)
|
|
|
|
ttsafe_LDADD = $(LDADD)
|
|
|
|
ttsafe_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
|
|
|
unlink_SOURCES = unlink.c
|
|
|
|
unlink_OBJECTS = unlink.$(OBJEXT)
|
|
|
|
unlink_LDADD = $(LDADD)
|
|
|
|
unlink_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1)
|
2005-06-24 22:32:05 +08:00
|
|
|
vfd_SOURCES = vfd.c
|
|
|
|
vfd_OBJECTS = vfd.$(OBJEXT)
|
|
|
|
vfd_LDADD = $(LDADD)
|
|
|
|
vfd_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_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
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
|
|
CCLD = $(CC)
|
|
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
2005-07-07 02:13:32 +08:00
|
|
|
SOURCES = $(libh5test_la_SOURCES) b+tree.c big.c bittests.c \
|
|
|
|
blocktrack.c btree2.c cache.c cmpd_dset.c dangle.c dsets.c \
|
|
|
|
dt_arith.c dtransform.c dtypes.c enum.c err_compat.c \
|
|
|
|
error_test.c extend.c external.c filename.c fillval.c flush1.c \
|
|
|
|
flush2.c getname.c gheap.c hyperslab.c istore.c lheap.c \
|
|
|
|
links.c mount.c mtime.c ntypes.c ohdr.c pool.c reserved.c \
|
|
|
|
set_extent.c sheap.c stab.c stream_test.c $(testhdf5_SOURCES) \
|
|
|
|
testmeta.c $(ttsafe_SOURCES) unlink.c vfd.c
|
|
|
|
DIST_SOURCES = $(libh5test_la_SOURCES) b+tree.c big.c bittests.c \
|
|
|
|
blocktrack.c btree2.c cache.c cmpd_dset.c dangle.c dsets.c \
|
|
|
|
dt_arith.c dtransform.c dtypes.c enum.c err_compat.c \
|
|
|
|
error_test.c extend.c external.c filename.c fillval.c flush1.c \
|
|
|
|
flush2.c getname.c gheap.c hyperslab.c istore.c lheap.c \
|
|
|
|
links.c mount.c mtime.c ntypes.c ohdr.c pool.c reserved.c \
|
|
|
|
set_extent.c sheap.c stab.c stream_test.c $(testhdf5_SOURCES) \
|
|
|
|
testmeta.c $(ttsafe_SOURCES) unlink.c vfd.c
|
[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
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
2005-02-02 05:05:33 +08:00
|
|
|
|
2005-04-01 02:26:17 +08:00
|
|
|
# Set the paths for AFS installs of autotools for Linux machines
|
2005-02-03 00:00:36 +08:00
|
|
|
# Ideally, these tools should never be needed during the build.
|
2005-04-01 02:26:17 +08:00
|
|
|
ACLOCAL = /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/share/aclocal
|
2005-02-01 11:17:02 +08:00
|
|
|
ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@
|
[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_FALSE = @AMDEP_FALSE@
|
|
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
2005-02-01 11:17:02 +08:00
|
|
|
AMTAR = @AMTAR@
|
2005-02-12 01:40:52 +08:00
|
|
|
AM_MAKEFLAGS = @AM_MAKEFLAGS@
|
2005-02-01 11:17:02 +08:00
|
|
|
AR = @AR@
|
2005-04-01 02:26:17 +08:00
|
|
|
AUTOCONF = /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf
|
|
|
|
AUTOHEADER = /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader
|
|
|
|
AUTOMAKE = /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake
|
2005-02-01 11:17:02 +08:00
|
|
|
AWK = @AWK@
|
[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_CXX_CONDITIONAL_FALSE = @BUILD_CXX_CONDITIONAL_FALSE@
|
|
|
|
BUILD_CXX_CONDITIONAL_TRUE = @BUILD_CXX_CONDITIONAL_TRUE@
|
|
|
|
BUILD_FORTRAN_CONDITIONAL_FALSE = @BUILD_FORTRAN_CONDITIONAL_FALSE@
|
|
|
|
BUILD_FORTRAN_CONDITIONAL_TRUE = @BUILD_FORTRAN_CONDITIONAL_TRUE@
|
|
|
|
BUILD_HDF5_HL_CONDITIONAL_FALSE = @BUILD_HDF5_HL_CONDITIONAL_FALSE@
|
|
|
|
BUILD_HDF5_HL_CONDITIONAL_TRUE = @BUILD_HDF5_HL_CONDITIONAL_TRUE@
|
|
|
|
BUILD_PABLO_CONDITIONAL_FALSE = @BUILD_PABLO_CONDITIONAL_FALSE@
|
|
|
|
BUILD_PABLO_CONDITIONAL_TRUE = @BUILD_PABLO_CONDITIONAL_TRUE@
|
|
|
|
BUILD_PARALLEL_CONDITIONAL_FALSE = @BUILD_PARALLEL_CONDITIONAL_FALSE@
|
|
|
|
BUILD_PARALLEL_CONDITIONAL_TRUE = @BUILD_PARALLEL_CONDITIONAL_TRUE@
|
2005-02-01 11:17:02 +08:00
|
|
|
BUILD_PDB2HDF = @BUILD_PDB2HDF@
|
[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_PDB2HDF_CONDITIONAL_FALSE = @BUILD_PDB2HDF_CONDITIONAL_FALSE@
|
|
|
|
BUILD_PDB2HDF_CONDITIONAL_TRUE = @BUILD_PDB2HDF_CONDITIONAL_TRUE@
|
2005-02-01 11:17:02 +08:00
|
|
|
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-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
|
|
|
CFLAGS = @CFLAGS@
|
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@
|
2005-02-01 11:17:02 +08:00
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
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@
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
2005-02-01 11:17:02 +08:00
|
|
|
DEBUG_PKG = @DEBUG_PKG@
|
[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@
|
|
|
|
DYNAMIC_DIRS = @DYNAMIC_DIRS@
|
|
|
|
ECHO = @ECHO@
|
[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@
|
2005-02-01 11:17:02 +08:00
|
|
|
F77 = @F77@
|
[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@
|
[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
|
|
|
FCFLAGS = @FCFLAGS@
|
2005-04-05 05:17:51 +08:00
|
|
|
FCLIBS = @FCLIBS@
|
2005-02-01 11:17:02 +08:00
|
|
|
FFLAGS = @FFLAGS@
|
|
|
|
FILTERS = @FILTERS@
|
|
|
|
FSEARCH_DIRS = @FSEARCH_DIRS@
|
|
|
|
H5_VERSION = @H5_VERSION@
|
|
|
|
HADDR_T = @HADDR_T@
|
|
|
|
HDF5_INTERFACES = @HDF5_INTERFACES@
|
|
|
|
HID_T = @HID_T@
|
|
|
|
HL = @HL@
|
|
|
|
HL_FOR = @HL_FOR@
|
|
|
|
HSIZET = @HSIZET@
|
|
|
|
HSIZE_T = @HSIZE_T@
|
|
|
|
HSSIZE_T = @HSSIZE_T@
|
[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@
|
|
|
|
INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@
|
[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@
|
|
|
|
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
|
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
2005-02-01 11:17:02 +08:00
|
|
|
MPE = @MPE@
|
|
|
|
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@
|
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@
|
|
|
|
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@
|
|
|
|
PTHREAD = @PTHREAD@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
ROOT = @ROOT@
|
|
|
|
RUNPARALLEL = @RUNPARALLEL@
|
|
|
|
RUNSERIAL = @RUNSERIAL@
|
|
|
|
R_INTEGER = @R_INTEGER@
|
|
|
|
R_LARGE = @R_LARGE@
|
|
|
|
SEARCH = @SEARCH@
|
|
|
|
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@
|
2005-03-31 05:14:48 +08:00
|
|
|
|
|
|
|
# Hardcode SHELL to be /bin/sh. Most machines have this shell, and
|
|
|
|
# on at least one machine configure fails to detect its existence (janus).
|
|
|
|
# Also, when HDF5 is configured on one machine but run on another,
|
|
|
|
# configure's automatic SHELL detection may not work on the build machine.
|
|
|
|
SHELL = /bin/sh
|
2005-02-01 11:17:02 +08:00
|
|
|
SIZE_T = @SIZE_T@
|
|
|
|
STATIC_SHARED = @STATIC_SHARED@
|
|
|
|
STRIP = @STRIP@
|
|
|
|
TESTPARALLEL = @TESTPARALLEL@
|
|
|
|
TRACE_API = @TRACE_API@
|
|
|
|
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
|
|
|
|
USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@
|
|
|
|
USE_FILTER_NBIT = @USE_FILTER_NBIT@
|
2005-02-17 11:03:50 +08:00
|
|
|
USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@
|
2005-02-01 11:17:02 +08:00
|
|
|
USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@
|
|
|
|
USE_FILTER_SZIP = @USE_FILTER_SZIP@
|
|
|
|
VERSION = @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
|
|
|
ac_ct_AR = @ac_ct_AR@
|
|
|
|
ac_ct_CC = @ac_ct_CC@
|
|
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
|
|
ac_ct_F77 = @ac_ct_F77@
|
|
|
|
ac_ct_FC = @ac_ct_FC@
|
|
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
|
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
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@
|
|
|
|
datadir = @datadir@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
|
|
|
|
|
|
|
# Install directories that automake doesn't know about
|
|
|
|
includedir = $(exec_prefix)/include
|
|
|
|
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@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target_alias = @target_alias@
|
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.
|
|
|
|
# We use RUNTESTS instead of RUNSERIAL directly because it may be that
|
|
|
|
# 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.
|
|
|
|
RUNTESTS = $(RUNSERIAL)
|
|
|
|
|
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
|
|
|
docdir = $(exec_prefix)/doc
|
|
|
|
|
|
|
|
# Scripts used to build examples
|
|
|
|
H5CC = $(bindir)/h5cc
|
|
|
|
H5CC_PP = $(bindir)/h5pcc
|
|
|
|
H5FC = $(bindir)/h5fc
|
|
|
|
H5FC_PP = $(bindir)/h5pfc
|
[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
|
|
|
|
|
|
|
# .chkexe and .chksh files are used to mark tests that have run successfully.
|
|
|
|
|
|
|
|
# Temporary files. These files are the ones created by setting the
|
|
|
|
# HDF5_NOCLEANUP environment variable and running `make test' without
|
|
|
|
# specifying a file prefix or low-level driver. Changing the file
|
|
|
|
# prefix or low-level driver with environment variables will influence
|
|
|
|
# the temporary file name in ways that the makefile is not aware of.
|
|
|
|
MOSTLYCLEANFILES = *.chkexe *.chksh cmpd_dset.h5 compact_dataset.h5 \
|
|
|
|
dataset.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 \
|
|
|
|
lheap.h5 ohdr.h5 stab[1-2].h5 extern_[1-3].h5 \
|
|
|
|
extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 \
|
|
|
|
links[1-3].h5 big.data big[0-9][0-9][0-9][0-9][0-9].h5 \
|
|
|
|
dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 \
|
|
|
|
unlink.h5 unicode.h5 fillval_[0-9].h5 fillval.raw \
|
|
|
|
mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \
|
|
|
|
tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 \
|
|
|
|
tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 \
|
|
|
|
set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 \
|
|
|
|
family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file \
|
|
|
|
new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 \
|
|
|
|
err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 \
|
|
|
|
tstint[1-2].h5 unlink_chunked.h5 btree2.h5 blocktrack.h5 \
|
2005-07-07 02:13:32 +08:00
|
|
|
sheap.h5 b+tree.h5
|
2005-02-12 05:32:22 +08:00
|
|
|
INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
# Test script for error_test and err_compat
|
|
|
|
TEST_SCRIPT = $(top_srcdir)/test/testerror.sh
|
|
|
|
check_SCRIPTS = $(TEST_SCRIPT)
|
|
|
|
|
|
|
|
# These are our main targets. They should be listed in the order to be
|
|
|
|
# executed, generally most specific tests to least specific tests.
|
2005-07-07 02:13:32 +08:00
|
|
|
TEST_PROG = testhdf5 lheap ohdr stab gheap cache b+tree btree2 blocktrack sheap \
|
2005-06-17 21:33:36 +08:00
|
|
|
pool hyperslab istore bittests dt_arith \
|
2005-02-01 11:17:02 +08:00
|
|
|
dtypes dsets cmpd_dset extend external links unlink big mtime \
|
2005-03-04 02:10:16 +08:00
|
|
|
fillval mount flush1 flush2 enum \
|
2005-03-30 05:45:09 +08:00
|
|
|
set_extent ttsafe stream_test \
|
2005-06-24 22:32:05 +08:00
|
|
|
getname vfd ntypes dangle dtransform filename reserved
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
|
|
# The libh5test.a library provides common support code for the tests.
|
|
|
|
check_LTLIBRARIES = libh5test.la
|
|
|
|
libh5test_la_SOURCES = h5test.c testframe.c
|
|
|
|
libh5test_la_LIBADD = $(LIBHDF5)
|
|
|
|
|
|
|
|
# Build the library statically because some compilers can only link
|
|
|
|
# one dynamic library and the main hdf5 library is much larger than this
|
|
|
|
# one.
|
|
|
|
libh5test_la_LDFLAGS = -static
|
|
|
|
|
|
|
|
# Use libhd5test.la to compile all of the tests
|
2005-02-04 05:59:40 +08:00
|
|
|
LDADD = libh5test.la $(LIBHDF5)
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
# List the source files for tests that have more than one
|
|
|
|
ttsafe_SOURCES = ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \
|
|
|
|
ttsafe_acreate.c
|
|
|
|
|
|
|
|
|
|
|
|
# Sources for testhdf5 executable
|
|
|
|
testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tconfig.c tfile.c tgenprop.c \
|
|
|
|
th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c ttime.c trefer.c trefstr.c \
|
2005-05-24 02:20:07 +08:00
|
|
|
tselect.c tskiplist.c ttst.c tunicode.c tvltypes.c tvlstr.c
|
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)
|
|
|
|
|
|
|
|
TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(EXTRA_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
|
|
|
TEST_PROG_CHKEXE = $(TEST_PROG:=.chkexe_)
|
|
|
|
TEST_PROG_PARA_CHKEXE = $(TEST_PROG_PARA:=.chkexe_)
|
|
|
|
TEST_SCRIPT_CHKSH = $(TEST_SCRIPT:=.chksh_)
|
|
|
|
TEST_SCRIPT_PARA_CHKSH = $(TEST_SCRIPT_PARA:=.chksh_)
|
2005-02-01 11:17:02 +08:00
|
|
|
all: all-am
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .c .lo .o .obj
|
[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*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
|
2005-02-01 11:17:02 +08:00
|
|
|
cd $(top_srcdir) && \
|
2005-02-04 05:59:40 +08:00
|
|
|
$(AUTOMAKE) --foreign test/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;
|
|
|
|
|
|
|
|
$(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
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
clean-checkLTLIBRARIES:
|
|
|
|
-test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
|
|
|
|
@list='$(check_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e '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
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
2005-02-01 11:17:02 +08:00
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
|
|
|
libh5test.la: $(libh5test_la_OBJECTS) $(libh5test_la_DEPENDENCIES)
|
|
|
|
$(LINK) $(libh5test_la_LDFLAGS) $(libh5test_la_OBJECTS) $(libh5test_la_LIBADD) $(LIBS)
|
|
|
|
|
|
|
|
clean-checkPROGRAMS:
|
|
|
|
@list='$(check_PROGRAMS)'; for p in $$list; do \
|
|
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
|
|
echo " rm -f $$p $$f"; \
|
|
|
|
rm -f $$p $$f ; \
|
|
|
|
done
|
2005-07-07 02:13:32 +08:00
|
|
|
b+tree$(EXEEXT): $(b_tree_OBJECTS) $(b_tree_DEPENDENCIES)
|
|
|
|
@rm -f b+tree$(EXEEXT)
|
|
|
|
$(LINK) $(b_tree_LDFLAGS) $(b_tree_OBJECTS) $(b_tree_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
big$(EXEEXT): $(big_OBJECTS) $(big_DEPENDENCIES)
|
|
|
|
@rm -f big$(EXEEXT)
|
|
|
|
$(LINK) $(big_LDFLAGS) $(big_OBJECTS) $(big_LDADD) $(LIBS)
|
|
|
|
bittests$(EXEEXT): $(bittests_OBJECTS) $(bittests_DEPENDENCIES)
|
|
|
|
@rm -f bittests$(EXEEXT)
|
|
|
|
$(LINK) $(bittests_LDFLAGS) $(bittests_OBJECTS) $(bittests_LDADD) $(LIBS)
|
2005-03-11 08:44:03 +08:00
|
|
|
blocktrack$(EXEEXT): $(blocktrack_OBJECTS) $(blocktrack_DEPENDENCIES)
|
|
|
|
@rm -f blocktrack$(EXEEXT)
|
|
|
|
$(LINK) $(blocktrack_LDFLAGS) $(blocktrack_OBJECTS) $(blocktrack_LDADD) $(LIBS)
|
2005-02-08 09:03:48 +08:00
|
|
|
btree2$(EXEEXT): $(btree2_OBJECTS) $(btree2_DEPENDENCIES)
|
|
|
|
@rm -f btree2$(EXEEXT)
|
|
|
|
$(LINK) $(btree2_LDFLAGS) $(btree2_OBJECTS) $(btree2_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
cache$(EXEEXT): $(cache_OBJECTS) $(cache_DEPENDENCIES)
|
|
|
|
@rm -f cache$(EXEEXT)
|
|
|
|
$(LINK) $(cache_LDFLAGS) $(cache_OBJECTS) $(cache_LDADD) $(LIBS)
|
|
|
|
cmpd_dset$(EXEEXT): $(cmpd_dset_OBJECTS) $(cmpd_dset_DEPENDENCIES)
|
|
|
|
@rm -f cmpd_dset$(EXEEXT)
|
|
|
|
$(LINK) $(cmpd_dset_LDFLAGS) $(cmpd_dset_OBJECTS) $(cmpd_dset_LDADD) $(LIBS)
|
|
|
|
dangle$(EXEEXT): $(dangle_OBJECTS) $(dangle_DEPENDENCIES)
|
|
|
|
@rm -f dangle$(EXEEXT)
|
|
|
|
$(LINK) $(dangle_LDFLAGS) $(dangle_OBJECTS) $(dangle_LDADD) $(LIBS)
|
|
|
|
dsets$(EXEEXT): $(dsets_OBJECTS) $(dsets_DEPENDENCIES)
|
|
|
|
@rm -f dsets$(EXEEXT)
|
|
|
|
$(LINK) $(dsets_LDFLAGS) $(dsets_OBJECTS) $(dsets_LDADD) $(LIBS)
|
2005-06-17 21:33:36 +08:00
|
|
|
dt_arith$(EXEEXT): $(dt_arith_OBJECTS) $(dt_arith_DEPENDENCIES)
|
|
|
|
@rm -f dt_arith$(EXEEXT)
|
|
|
|
$(LINK) $(dt_arith_LDFLAGS) $(dt_arith_OBJECTS) $(dt_arith_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
dtransform$(EXEEXT): $(dtransform_OBJECTS) $(dtransform_DEPENDENCIES)
|
|
|
|
@rm -f dtransform$(EXEEXT)
|
|
|
|
$(LINK) $(dtransform_LDFLAGS) $(dtransform_OBJECTS) $(dtransform_LDADD) $(LIBS)
|
|
|
|
dtypes$(EXEEXT): $(dtypes_OBJECTS) $(dtypes_DEPENDENCIES)
|
|
|
|
@rm -f dtypes$(EXEEXT)
|
|
|
|
$(LINK) $(dtypes_LDFLAGS) $(dtypes_OBJECTS) $(dtypes_LDADD) $(LIBS)
|
|
|
|
enum$(EXEEXT): $(enum_OBJECTS) $(enum_DEPENDENCIES)
|
|
|
|
@rm -f enum$(EXEEXT)
|
|
|
|
$(LINK) $(enum_LDFLAGS) $(enum_OBJECTS) $(enum_LDADD) $(LIBS)
|
|
|
|
err_compat$(EXEEXT): $(err_compat_OBJECTS) $(err_compat_DEPENDENCIES)
|
|
|
|
@rm -f err_compat$(EXEEXT)
|
|
|
|
$(LINK) $(err_compat_LDFLAGS) $(err_compat_OBJECTS) $(err_compat_LDADD) $(LIBS)
|
|
|
|
error_test$(EXEEXT): $(error_test_OBJECTS) $(error_test_DEPENDENCIES)
|
|
|
|
@rm -f error_test$(EXEEXT)
|
|
|
|
$(LINK) $(error_test_LDFLAGS) $(error_test_OBJECTS) $(error_test_LDADD) $(LIBS)
|
|
|
|
extend$(EXEEXT): $(extend_OBJECTS) $(extend_DEPENDENCIES)
|
|
|
|
@rm -f extend$(EXEEXT)
|
|
|
|
$(LINK) $(extend_LDFLAGS) $(extend_OBJECTS) $(extend_LDADD) $(LIBS)
|
|
|
|
external$(EXEEXT): $(external_OBJECTS) $(external_DEPENDENCIES)
|
|
|
|
@rm -f external$(EXEEXT)
|
|
|
|
$(LINK) $(external_LDFLAGS) $(external_OBJECTS) $(external_LDADD) $(LIBS)
|
|
|
|
filename$(EXEEXT): $(filename_OBJECTS) $(filename_DEPENDENCIES)
|
|
|
|
@rm -f filename$(EXEEXT)
|
|
|
|
$(LINK) $(filename_LDFLAGS) $(filename_OBJECTS) $(filename_LDADD) $(LIBS)
|
|
|
|
fillval$(EXEEXT): $(fillval_OBJECTS) $(fillval_DEPENDENCIES)
|
|
|
|
@rm -f fillval$(EXEEXT)
|
|
|
|
$(LINK) $(fillval_LDFLAGS) $(fillval_OBJECTS) $(fillval_LDADD) $(LIBS)
|
|
|
|
flush1$(EXEEXT): $(flush1_OBJECTS) $(flush1_DEPENDENCIES)
|
|
|
|
@rm -f flush1$(EXEEXT)
|
|
|
|
$(LINK) $(flush1_LDFLAGS) $(flush1_OBJECTS) $(flush1_LDADD) $(LIBS)
|
|
|
|
flush2$(EXEEXT): $(flush2_OBJECTS) $(flush2_DEPENDENCIES)
|
|
|
|
@rm -f flush2$(EXEEXT)
|
|
|
|
$(LINK) $(flush2_LDFLAGS) $(flush2_OBJECTS) $(flush2_LDADD) $(LIBS)
|
|
|
|
getname$(EXEEXT): $(getname_OBJECTS) $(getname_DEPENDENCIES)
|
|
|
|
@rm -f getname$(EXEEXT)
|
|
|
|
$(LINK) $(getname_LDFLAGS) $(getname_OBJECTS) $(getname_LDADD) $(LIBS)
|
|
|
|
gheap$(EXEEXT): $(gheap_OBJECTS) $(gheap_DEPENDENCIES)
|
|
|
|
@rm -f gheap$(EXEEXT)
|
|
|
|
$(LINK) $(gheap_LDFLAGS) $(gheap_OBJECTS) $(gheap_LDADD) $(LIBS)
|
|
|
|
hyperslab$(EXEEXT): $(hyperslab_OBJECTS) $(hyperslab_DEPENDENCIES)
|
|
|
|
@rm -f hyperslab$(EXEEXT)
|
|
|
|
$(LINK) $(hyperslab_LDFLAGS) $(hyperslab_OBJECTS) $(hyperslab_LDADD) $(LIBS)
|
|
|
|
istore$(EXEEXT): $(istore_OBJECTS) $(istore_DEPENDENCIES)
|
|
|
|
@rm -f istore$(EXEEXT)
|
|
|
|
$(LINK) $(istore_LDFLAGS) $(istore_OBJECTS) $(istore_LDADD) $(LIBS)
|
|
|
|
lheap$(EXEEXT): $(lheap_OBJECTS) $(lheap_DEPENDENCIES)
|
|
|
|
@rm -f lheap$(EXEEXT)
|
|
|
|
$(LINK) $(lheap_LDFLAGS) $(lheap_OBJECTS) $(lheap_LDADD) $(LIBS)
|
|
|
|
links$(EXEEXT): $(links_OBJECTS) $(links_DEPENDENCIES)
|
|
|
|
@rm -f links$(EXEEXT)
|
|
|
|
$(LINK) $(links_LDFLAGS) $(links_OBJECTS) $(links_LDADD) $(LIBS)
|
|
|
|
mount$(EXEEXT): $(mount_OBJECTS) $(mount_DEPENDENCIES)
|
|
|
|
@rm -f mount$(EXEEXT)
|
|
|
|
$(LINK) $(mount_LDFLAGS) $(mount_OBJECTS) $(mount_LDADD) $(LIBS)
|
|
|
|
mtime$(EXEEXT): $(mtime_OBJECTS) $(mtime_DEPENDENCIES)
|
|
|
|
@rm -f mtime$(EXEEXT)
|
|
|
|
$(LINK) $(mtime_LDFLAGS) $(mtime_OBJECTS) $(mtime_LDADD) $(LIBS)
|
|
|
|
ntypes$(EXEEXT): $(ntypes_OBJECTS) $(ntypes_DEPENDENCIES)
|
|
|
|
@rm -f ntypes$(EXEEXT)
|
|
|
|
$(LINK) $(ntypes_LDFLAGS) $(ntypes_OBJECTS) $(ntypes_LDADD) $(LIBS)
|
|
|
|
ohdr$(EXEEXT): $(ohdr_OBJECTS) $(ohdr_DEPENDENCIES)
|
|
|
|
@rm -f ohdr$(EXEEXT)
|
|
|
|
$(LINK) $(ohdr_LDFLAGS) $(ohdr_OBJECTS) $(ohdr_LDADD) $(LIBS)
|
2005-05-18 03:01:07 +08:00
|
|
|
pool$(EXEEXT): $(pool_OBJECTS) $(pool_DEPENDENCIES)
|
|
|
|
@rm -f pool$(EXEEXT)
|
|
|
|
$(LINK) $(pool_LDFLAGS) $(pool_OBJECTS) $(pool_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
reserved$(EXEEXT): $(reserved_OBJECTS) $(reserved_DEPENDENCIES)
|
|
|
|
@rm -f reserved$(EXEEXT)
|
|
|
|
$(LINK) $(reserved_LDFLAGS) $(reserved_OBJECTS) $(reserved_LDADD) $(LIBS)
|
|
|
|
set_extent$(EXEEXT): $(set_extent_OBJECTS) $(set_extent_DEPENDENCIES)
|
|
|
|
@rm -f set_extent$(EXEEXT)
|
|
|
|
$(LINK) $(set_extent_LDFLAGS) $(set_extent_OBJECTS) $(set_extent_LDADD) $(LIBS)
|
2005-03-30 05:45:09 +08:00
|
|
|
sheap$(EXEEXT): $(sheap_OBJECTS) $(sheap_DEPENDENCIES)
|
|
|
|
@rm -f sheap$(EXEEXT)
|
|
|
|
$(LINK) $(sheap_LDFLAGS) $(sheap_OBJECTS) $(sheap_LDADD) $(LIBS)
|
2005-02-01 11:17:02 +08:00
|
|
|
stab$(EXEEXT): $(stab_OBJECTS) $(stab_DEPENDENCIES)
|
|
|
|
@rm -f stab$(EXEEXT)
|
|
|
|
$(LINK) $(stab_LDFLAGS) $(stab_OBJECTS) $(stab_LDADD) $(LIBS)
|
|
|
|
stream_test$(EXEEXT): $(stream_test_OBJECTS) $(stream_test_DEPENDENCIES)
|
|
|
|
@rm -f stream_test$(EXEEXT)
|
|
|
|
$(LINK) $(stream_test_LDFLAGS) $(stream_test_OBJECTS) $(stream_test_LDADD) $(LIBS)
|
|
|
|
testhdf5$(EXEEXT): $(testhdf5_OBJECTS) $(testhdf5_DEPENDENCIES)
|
|
|
|
@rm -f testhdf5$(EXEEXT)
|
|
|
|
$(LINK) $(testhdf5_LDFLAGS) $(testhdf5_OBJECTS) $(testhdf5_LDADD) $(LIBS)
|
|
|
|
testmeta$(EXEEXT): $(testmeta_OBJECTS) $(testmeta_DEPENDENCIES)
|
|
|
|
@rm -f testmeta$(EXEEXT)
|
|
|
|
$(LINK) $(testmeta_LDFLAGS) $(testmeta_OBJECTS) $(testmeta_LDADD) $(LIBS)
|
|
|
|
ttsafe$(EXEEXT): $(ttsafe_OBJECTS) $(ttsafe_DEPENDENCIES)
|
|
|
|
@rm -f ttsafe$(EXEEXT)
|
|
|
|
$(LINK) $(ttsafe_LDFLAGS) $(ttsafe_OBJECTS) $(ttsafe_LDADD) $(LIBS)
|
|
|
|
unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES)
|
|
|
|
@rm -f unlink$(EXEEXT)
|
|
|
|
$(LINK) $(unlink_LDFLAGS) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS)
|
2005-06-24 22:32:05 +08:00
|
|
|
vfd$(EXEEXT): $(vfd_OBJECTS) $(vfd_DEPENDENCIES)
|
|
|
|
@rm -f vfd$(EXEEXT)
|
|
|
|
$(LINK) $(vfd_LDFLAGS) $(vfd_OBJECTS) $(vfd_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
|
|
|
|
|
2005-07-07 02:13:32 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b+tree.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/big.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bittests.Po@am__quote@
|
2005-03-11 08:44:03 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blocktrack.Po@am__quote@
|
2005-02-08 09:03:48 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btree2.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmpd_dset.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dangle.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsets.Po@am__quote@
|
2005-06-17 21:33:36 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dt_arith.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtransform.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtypes.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enum.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/err_compat.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error_test.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extend.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filename.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fillval.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flush1.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flush2.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getname.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gheap.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h5test.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hyperslab.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istore.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lheap.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/links.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtime.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntypes.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ohdr.Po@am__quote@
|
2005-05-18 03:01:07 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reserved.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_extent.Po@am__quote@
|
2005-03-30 05:45:09 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sheap.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stab.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_test.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tarray.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tattr.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tconfig.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testframe.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhdf5.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testmeta.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfile.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tgenprop.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/th5s.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theap.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tid.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/titerate.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tmeta.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tmisc.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trefer.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trefstr.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tselect.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tskiplist.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttime.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe_acreate.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe_cancel.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe_dcreate.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe_error.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttst.Po@am__quote@
|
2005-05-24 02:20:07 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tunicode.Po@am__quote@
|
2005-02-01 11:17:02 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvlstr.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvltypes.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@
|
2005-06-24 22:32:05 +08:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfd.Po@am__quote@
|
2003-09-25 03:26:50 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
.c.o:
|
[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__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
2000-05-19 03:13:33 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
.c.obj:
|
[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__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
2000-05-19 03:13:33 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
.c.lo:
|
[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__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
1997-10-21 07:14:35 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
1998-11-25 22:58:22 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
2004-07-03 03:35:04 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
distclean-libtool:
|
|
|
|
-rm -f libtool
|
|
|
|
uninstall-info-am:
|
1998-11-25 22:58:22 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
mkid -fID $$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
|
|
|
tags: TAGS
|
1997-12-11 06:41:56 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
[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
|
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$tags $$unique; \
|
|
|
|
fi
|
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
2005-02-01 11:17:02 +08:00
|
|
|
$$tags $$unique
|
1998-06-17 03:38:26 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
GTAGS:
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
&& cd $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
1997-12-11 06:41:56 +08:00
|
|
|
|
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
|
1997-08-16 00:54:08 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
distdir: $(DISTFILES)
|
[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
|
|
|
$(mkdir_p) $(distdir)/../config
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
|
|
case $$file in \
|
|
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
|
|
esac; \
|
2005-02-01 11:17:02 +08:00
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
|
|
dir="/$$dir"; \
|
[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
|
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
2005-02-01 11:17:02 +08:00
|
|
|
else \
|
|
|
|
dir=''; \
|
|
|
|
fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
fi; \
|
|
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
else \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
check-am: all-am
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
|
|
|
|
$(check_SCRIPTS)
|
|
|
|
$(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
|
1998-03-05 00:20:23 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
[svn-r339] Changes since 19980408
----------------------
./src/H5Osdspace.c
./html/H5.format.html
In the past we were allowed to have >2GB files on a 32-bit
machine as long as no dataset within the file was larger than
4GB (or whatever sizeof(size_t) is). That's been fixed now.
All dataset size calculations are done with `hsize_t' which is
normally defined as `unsigned long long'.
./src/H5F.c
./src/H5Ffamily.c
./src/H5Fprivate.h
./src/H5P.c
./src/H5Ppublic.h
The file family member size can now be set/queried. The
default is still 64MB, but it can be set to 1GB by saying:
H5Pset_family (plist, 30, H5P_DEFAULT);
When opening an existing file family the specified
bits-per-member is ignored and the first member of the family
determines the bits-per-member, which can be retrieved with
H5Pget_family().
./acconfig.h
./configure.in
./src/H5config.h
./src/H5public.h
Added `--disable-hsizet' so that those with old GCC compilers
(<2.8.1) can still compile the code.
./src/H5.c
./src/H5private.h
Added HDfprintf() which works just like fprintf() except you
can give `H' as a size modifier for the integer conversions
and supply an `hsize_t' or `hssize_t' argument without casting
it. For instance:
hsize_t npoints = H5Sget_npoints(space);
HDfprintf(stdout,"Dataset has %Hd (%#018Hx) points\n",
npoints, npoints);
You can now give `%a' as a format to print an address, but all
formating flags are ignored and it causes the return value of
HDfprintf() to not include the characters in the address (but
who uses the return value anyway :-). Example:
H5G_t *grp;
HDfprintf(stdout, "Group object header at %a\n",
&(grp->ent.header));
Added HDstrtoll() which works exactly like [HD]strtol() except
the result is an int64.
./src/debug.c
Large addresses can now be entered from the command-line. Use
either decimal, octal (leading `0') or hexadecimal (leading
`0x') when giving the address.
./src/h5ls.c
The printf format for dataset dimensions was changed to `%Hu'
to support large datasets.
./test/big.c [NEW]
A test for big datasets on 32-bit machines. This test is not
run by default. Don't try to run it on an nfs-mounted file
system or other file system that doesn't support holes because
it creates two 32GB datasets of all zero.
1998-04-10 04:22:11 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
installcheck: installcheck-am
|
|
|
|
install-strip:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
[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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
2005-02-01 11:17:02 +08:00
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
|
mostlyclean-generic:
|
|
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
1998-04-15 00:44:46 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
clean-generic:
|
1998-07-31 00:38:21 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
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)
|
1998-09-28 22:20:21 +08:00
|
|
|
|
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
|
1998-10-06 05:01:10 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
|
|
clean-libtool mostlyclean-am
|
1998-10-15 03:35:08 +08:00
|
|
|
|
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 \
|
|
|
|
distclean-libtool distclean-tags
|
1998-10-26 22:49:52 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
dvi: dvi-am
|
1999-01-07 19:42:04 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
dvi-am:
|
2000-05-19 03:13:33 +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
|
|
|
html: html-am
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
info: info-am
|
1999-08-31 12:55:00 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
info-am:
|
1999-08-31 12:55:00 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
install-data-am:
|
1999-08-31 12:55:00 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
install-exec-am:
|
2002-02-13 00:20:56 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
install-info: install-info-am
|
2000-04-13 23:17:14 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
install-man:
|
2000-04-13 23:17:14 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
installcheck-am:
|
2000-04-13 23:17:14 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
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
|
2001-07-31 04:03:25 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
mostlyclean: mostlyclean-am
|
2002-08-29 02:34:12 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
|
mostlyclean-libtool
|
|
|
|
|
[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:
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
uninstall-am: uninstall-info-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
|
|
|
.PHONY: CTAGS GTAGS all all-am all-local check check-TESTS check-am \
|
|
|
|
clean clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
|
|
clean-libtool ctags distclean distclean-compile \
|
2005-02-01 11:17:02 +08:00
|
|
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
[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
|
|
|
dvi-am html html-am info info-am install install-am \
|
|
|
|
install-data install-data-am install-exec install-exec-am \
|
|
|
|
install-info install-info-am install-man install-strip \
|
|
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
2005-02-01 11:17:02 +08:00
|
|
|
maintainer-clean-generic mostlyclean 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
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
tags uninstall uninstall-am uninstall-info-am
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
|
|
|
|
# Additional target for running timing test
|
|
|
|
timings _timings: testmeta
|
|
|
|
@for timing in $(TIMINGS) dummy; do \
|
|
|
|
if test $$timing != dummy; then \
|
|
|
|
echo "Running $$timing $(TEST_FLAGS)"; \
|
|
|
|
$(RUNTEST) ./$$timing $(TEST_FLAGS) || exit 1; \
|
|
|
|
fi; \
|
|
|
|
done;
|
2002-11-07 05:08:45 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# lib/progs/tests targets recurse into subdirectories. build-* targets
|
|
|
|
# build files in this directory.
|
|
|
|
build-lib: $(LIB)
|
|
|
|
build-progs: $(LIB) $(PROGS)
|
|
|
|
build-tests: $(LIB) $(PROGS) $(TESTS)
|
2002-08-29 02:34:12 +08:00
|
|
|
|
[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
|
|
|
lib progs tests check-s check-p ::
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
|
|
|
|
@for d in X $(SUBDIRS); do \
|
2005-02-01 11:17:02 +08:00
|
|
|
if test $$d != X -a $$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
|
2003-05-14 04:07:05 +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.
|
|
|
|
all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(TESTS)
|
2003-10-29 01:58:52 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# make install-doc doesn't do anything outside of doc directory, but
|
|
|
|
# Makefiles should recognize it.
|
|
|
|
install-doc uninstall-doc:
|
|
|
|
@echo "Nothing to be done."
|
2004-05-04 07:34:42 +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.
|
|
|
|
#
|
|
|
|
# Note that targets in TESTS (defined above) will be built when the user
|
|
|
|
# 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
|
2004-06-30 21:45:07 +08:00
|
|
|
|
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.
|
[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
|
|
|
build-check-s: $(LIB) $(PROGS) $(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)
|
|
|
|
|
|
|
|
# The .chkexe_ here is the "dummy" that prevents the target from being
|
|
|
|
# empty if there are no tests in the current directory.
|
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 \
|
[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
|
|
|
echo "============================"; \
|
2005-07-02 05:22:05 +08:00
|
|
|
if test -f $(@:.chkexe_=.chkexe) && \
|
[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 $(@:.chkexe_=.chkexe) -nt $(@:.chkexe_=)$(EXEEXT); then \
|
|
|
|
echo "No need to test $(@:.chkexe_=)$(EXEEXT) again."; \
|
|
|
|
else \
|
|
|
|
if test "X$(HDF_FORTRAN)" = "Xyes"; then \
|
|
|
|
echo "Fortran API: Testing $(@:.chkexe_=)$(EXEEXT) $(TEST_FLAGS)"; \
|
|
|
|
elif test "X$(HDF_CXX)" = "Xyes"; then \
|
|
|
|
echo "C++ API: Testing $(@:.chkexe_=)$(EXEEXT) $(TEST_FLAGS)"; \
|
|
|
|
else \
|
|
|
|
echo "Testing $(@:.chkexe_=)$(EXEEXT) $(TEST_FLAGS)"; \
|
|
|
|
fi; \
|
|
|
|
echo "============================"; \
|
|
|
|
srcdir="$(srcdir)" \
|
|
|
|
$(RUNTESTS) ./$(@:.chkexe_=)$(EXEEXT) $(TEST_FLAGS) \
|
|
|
|
&& touch $(@:.chkexe_=.chkexe) || \
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
exit 1; \
|
|
|
|
echo ""; \
|
|
|
|
echo "Finished testing $(@:.chkexe_=)$(EXEEXT) $(TEST_FLAGS)"; \
|
|
|
|
fi; \
|
|
|
|
echo "============================"; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
# The .chksh_ here is the "dummy" that prevents the target from being
|
|
|
|
# empty if there are no tests in the current directory.
|
2005-07-02 05:22:05 +08:00
|
|
|
$(TEST_SCRIPT_CHKSH) $(TEST_SCRIPT_PARA_CHKSH) dummy.chksh_:
|
|
|
|
@if test "X$@" != "X.chksh_" && test "X$@" != "Xdummy.chksh_"; 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
|
|
|
echo "============================"; \
|
2005-07-02 05:22:05 +08:00
|
|
|
if test -f $(@:.chksh_=.chksh) && \
|
[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 $(@:.chksh_=.chksh) -nt $(@:.chksh_=); then \
|
|
|
|
echo "No need to test $(@:.chksh_=) again."; \
|
|
|
|
else \
|
|
|
|
if test "X$(HDF_FORTRAN)" = "Xyes"; then \
|
|
|
|
echo "Fortran API: Testing $(@:.chksh_=) $(TEST_FLAGS)"; \
|
|
|
|
elif test "X$(HDF_CXX)" = "Xyes"; then \
|
|
|
|
echo "C++ API: Testing $(@:.chksh_=) $(TEST_FLAGS)"; \
|
|
|
|
else \
|
|
|
|
echo "Testing $(@:.chksh_=) $(TEST_FLAGS)"; \
|
|
|
|
fi; \
|
|
|
|
echo "============================"; \
|
|
|
|
RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \
|
|
|
|
srcdir="$(srcdir)" \
|
2005-07-02 05:22:05 +08:00
|
|
|
$(SHELL) $(@:.chksh_=) $(TEST_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
|
|
|
&& touch $(@:.chksh_=.chksh) || \
|
|
|
|
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
|
|
|
|
exit 1; \
|
|
|
|
echo ""; \
|
|
|
|
echo "Finished testing $(@:.chksh_=) $(TEST_FLAGS)"; \
|
|
|
|
fi; \
|
|
|
|
echo "============================"; \
|
|
|
|
fi
|
|
|
|
|
2005-06-04 13:01:12 +08:00
|
|
|
# Actual execution of check-p.
|
[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
|
|
|
build-check-p: $(LIB) $(PROGS) $(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_ \
|
|
|
|
RUNTESTS="$(RUNPARALLEL)"; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
test $$test = dummy || false
|
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 \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $$test.chksh_; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
test $$test = dummy || false
|
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
|
2004-07-15 03:34:24 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Run test with different Virtual File Driver
|
|
|
|
check-vfd:
|
|
|
|
@for vfd in $(VFD_LIST) dummy; do \
|
|
|
|
if test $$vfd != dummy; then \
|
|
|
|
echo "============================"; \
|
|
|
|
echo "Testing Virtual File Driver $$vfd"; \
|
|
|
|
echo "============================"; \
|
2005-02-12 01:40:52 +08:00
|
|
|
HDF5_DRIVER=$$vfd $(MAKE) $(AM_MAKEFLAGS) check; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
# 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:
|