|
|
|
|
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
|
|
|
|
# nc_test4/Makefile. Generated from Makefile.in by configure.
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This is part of the netCDF package. Copyright 2005-2019 University
|
|
|
|
|
# Corporation for Atmospheric Research/Unidata See COPYRIGHT file for
|
|
|
|
|
# conditions of use.
|
|
|
|
|
#
|
|
|
|
|
# This directory holds tests for netCDF-4. It is skipped if netCDF-4
|
|
|
|
|
# is not enabled.
|
|
|
|
|
#
|
|
|
|
|
# Ed Hartnett, Ward Fisher
|
|
|
|
|
|
|
|
|
|
# This is part of the netCDF package.
|
|
|
|
|
# Copyright 2018 University Corporation for Atmospheric Research/Unidata
|
|
|
|
|
# See COPYRIGHT file for conditions of use.
|
|
|
|
|
#
|
|
|
|
|
# Assemble the CPPFLAGS and LDFLAGS that point to all the needed
|
|
|
|
|
# libraries for netCDF-4.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
am__is_gnu_make = { \
|
|
|
|
|
if test -z '$(MAKELEVEL)'; then \
|
|
|
|
|
false; \
|
|
|
|
|
elif test -n '$(MAKE_HOST)'; then \
|
|
|
|
|
true; \
|
|
|
|
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
|
|
|
true; \
|
|
|
|
|
else \
|
|
|
|
|
false; \
|
|
|
|
|
fi; \
|
|
|
|
|
}
|
|
|
|
|
am__make_running_with_option = \
|
|
|
|
|
case $${target_option-} in \
|
|
|
|
|
?) ;; \
|
|
|
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
has_opt=no; \
|
|
|
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
|
|
|
if $(am__is_gnu_make); then \
|
|
|
|
|
sane_makeflags=$$MFLAGS; \
|
|
|
|
|
else \
|
|
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
|
*\\[\ \ ]*) \
|
|
|
|
|
bs=\\; \
|
|
|
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
|
|
|
esac; \
|
|
|
|
|
fi; \
|
|
|
|
|
skip_next=no; \
|
|
|
|
|
strip_trailopt () \
|
|
|
|
|
{ \
|
|
|
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
|
|
}; \
|
|
|
|
|
for flg in $$sane_makeflags; do \
|
|
|
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*=*|--*) continue;; \
|
|
|
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
|
|
-*I?*) strip_trailopt 'I';; \
|
|
|
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
|
|
-*O?*) strip_trailopt 'O';; \
|
|
|
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
|
|
-*l?*) strip_trailopt 'l';; \
|
|
|
|
|
-[dEDm]) skip_next=yes;; \
|
|
|
|
|
-[JT]) skip_next=yes;; \
|
|
|
|
|
esac; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
test $$has_opt = yes
|
|
|
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
|
|
|
pkgdatadir = $(datadir)/netcdf-c
|
|
|
|
|
pkgincludedir = $(includedir)/netcdf-c
|
|
|
|
|
pkglibdir = $(libdir)/netcdf-c
|
|
|
|
|
pkglibexecdir = $(libexecdir)/netcdf-c
|
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
|
transform = $(program_transform_name)
|
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
|
PRE_INSTALL = :
|
|
|
|
|
POST_INSTALL = :
|
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
|
build_triplet = x86_64-pc-linux-gnu
|
|
|
|
|
host_triplet = x86_64-pc-linux-gnu
|
|
|
|
|
target_triplet = x86_64-pc-linux-gnu
|
|
|
|
|
am__append_1 = -I${top_srcdir}/oc2
|
|
|
|
|
am__append_2 = -I${top_srcdir}/libnczarr
|
|
|
|
|
#am__append_3 = -lstdc++
|
|
|
|
|
|
|
|
|
|
# => tinyxml2
|
|
|
|
|
#am__append_4 = -lstdc++
|
|
|
|
|
am__append_5 = tst_alignment
|
|
|
|
|
check_PROGRAMS = $(am__EXEEXT_2) tst_empty_vlen_unlim$(EXEEXT) \
|
|
|
|
|
tst_charvlenbug$(EXEEXT) tst_vlenstr$(EXEEXT) $(am__EXEEXT_3) \
|
|
|
|
|
$(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
|
|
|
|
|
$(am__EXEEXT_7) $(am__EXEEXT_8) build_fixedstring$(EXEEXT)
|
|
|
|
|
TESTS = $(am__EXEEXT_2) run_empty_vlen_test.sh $(am__EXEEXT_3) \
|
|
|
|
|
$(am__EXEEXT_4) $(am__append_11) $(am__append_13) \
|
|
|
|
|
$(am__append_15) $(am__append_18)
|
|
|
|
|
|
|
|
|
|
# Add these if large file tests are turned on.
|
|
|
|
|
#am__append_6 = tst_large tst_large2
|
|
|
|
|
#am__append_7 = tst_large tst_large2
|
|
|
|
|
|
|
|
|
|
# If the v2 API was built, add its test program.
|
|
|
|
|
am__append_8 = tst_v2
|
|
|
|
|
am__append_9 = tst_v2
|
|
|
|
|
|
|
|
|
|
# The rest of the tests require ncgen/ncdump.
|
|
|
|
|
am__append_10 = renamegroup tst_fillonly
|
|
|
|
|
|
|
|
|
|
# H5 and nczarr Fixed string support
|
|
|
|
|
am__append_11 = run_grp_rename.sh tst_misc.sh \
|
|
|
|
|
test_fillonly.sh tst_fixedstring.sh
|
|
|
|
|
|
|
|
|
|
# Szip Tests (requires ncdump)
|
|
|
|
|
#am__append_12 = test_szip h5testszip
|
|
|
|
|
#am__append_13 = tst_szip.sh
|
|
|
|
|
am__append_14 = test_filter \
|
|
|
|
|
test_filter_misc \
|
|
|
|
|
test_filter_order \
|
|
|
|
|
test_filter_repeat \
|
|
|
|
|
test_filter_vlen \
|
|
|
|
|
tst_multifilter \
|
|
|
|
|
tst_filter_avail
|
|
|
|
|
am__append_15 = tst_filter.sh \
|
|
|
|
|
tst_specific_filters.sh \
|
|
|
|
|
tst_bloscfail.sh
|
|
|
|
|
#am__append_16 = tst_filter.sh
|
|
|
|
|
# This test is too dangerous to run in a parallel make environment.
|
|
|
|
|
# It causes race conditions. So suppress and only test by hand.
|
|
|
|
|
#TESTS += tst_unknown.sh
|
|
|
|
|
|
|
|
|
|
# This are extra tests that will only be run if netcdf-4 is configured
|
|
|
|
|
# with --enable-parallel-tests.
|
|
|
|
|
#am__append_17 = tst_mpi_parallel tst_parallel tst_parallel3 \
|
|
|
|
|
#tst_parallel4 tst_parallel5 tst_nc4perf tst_mode tst_simplerw_coll_r \
|
|
|
|
|
#tst_mode tst_parallel_zlib tst_parallel_compress tst_quantize_par \
|
|
|
|
|
#tst_parallel6
|
|
|
|
|
|
|
|
|
|
#am__append_18 = run_par_test.sh
|
|
|
|
|
subdir = nc_test4
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
|
|
|
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
|
|
|
|
mkinstalldirs = $(install_sh) -d
|
|
|
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
|
|
CONFIG_CLEAN_FILES = findplugin.sh run_par_test.sh
|
|
|
|
|
CONFIG_CLEAN_VPATH_FILES = ref_hdf5_compat1.nc ref_hdf5_compat2.nc \
|
|
|
|
|
ref_hdf5_compat3.nc
|
|
|
|
|
am__EXEEXT_1 = tst_alignment$(EXEEXT)
|
|
|
|
|
am__EXEEXT_2 = tst_dims$(EXEEXT) tst_dims2$(EXEEXT) tst_dims3$(EXEEXT) \
|
|
|
|
|
tst_files$(EXEEXT) tst_files4$(EXEEXT) tst_vars$(EXEEXT) \
|
|
|
|
|
tst_varms$(EXEEXT) tst_unlim_vars$(EXEEXT) \
|
|
|
|
|
tst_converts$(EXEEXT) tst_converts2$(EXEEXT) tst_grps$(EXEEXT) \
|
|
|
|
|
tst_grps2$(EXEEXT) tst_compounds$(EXEEXT) \
|
|
|
|
|
tst_compounds2$(EXEEXT) tst_compounds3$(EXEEXT) \
|
|
|
|
|
tst_opaques$(EXEEXT) tst_strings$(EXEEXT) \
|
|
|
|
|
tst_strings2$(EXEEXT) tst_interops$(EXEEXT) \
|
|
|
|
|
tst_interops4$(EXEEXT) tst_interops5$(EXEEXT) \
|
|
|
|
|
tst_interops6$(EXEEXT) tst_interops_dims$(EXEEXT) \
|
|
|
|
|
tst_enums$(EXEEXT) tst_coords$(EXEEXT) tst_coords2$(EXEEXT) \
|
|
|
|
|
tst_coords3$(EXEEXT) tst_vars3$(EXEEXT) tst_vars4$(EXEEXT) \
|
|
|
|
|
tst_chunks$(EXEEXT) tst_chunks2$(EXEEXT) tst_utf8$(EXEEXT) \
|
|
|
|
|
tst_fills$(EXEEXT) tst_fills2$(EXEEXT) tst_fillbug$(EXEEXT) \
|
|
|
|
|
tst_xplatform$(EXEEXT) tst_xplatform2$(EXEEXT) \
|
|
|
|
|
tst_endian_fill$(EXEEXT) tst_atts$(EXEEXT) t_type$(EXEEXT) \
|
|
|
|
|
cdm_sea_soundings$(EXEEXT) tst_camrun$(EXEEXT) tst_vl$(EXEEXT) \
|
|
|
|
|
tst_atts1$(EXEEXT) tst_atts2$(EXEEXT) tst_vars2$(EXEEXT) \
|
|
|
|
|
tst_files5$(EXEEXT) tst_files6$(EXEEXT) tst_sync$(EXEEXT) \
|
|
|
|
|
tst_h_scalar$(EXEEXT) tst_rename$(EXEEXT) tst_rename2$(EXEEXT) \
|
|
|
|
|
tst_rename3$(EXEEXT) tst_h5_endians$(EXEEXT) \
|
|
|
|
|
tst_atts_string_rewrite$(EXEEXT) tst_hdf5_file_compat$(EXEEXT) \
|
|
|
|
|
tst_fill_attr_vanish$(EXEEXT) tst_rehash$(EXEEXT) \
|
|
|
|
|
tst_filterparser$(EXEEXT) tst_bug324$(EXEEXT) \
|
|
|
|
|
tst_types$(EXEEXT) tst_atts3$(EXEEXT) tst_put_vars$(EXEEXT) \
|
|
|
|
|
tst_elatefill$(EXEEXT) tst_udf$(EXEEXT) \
|
|
|
|
|
tst_put_vars_two_unlim_dim$(EXEEXT) tst_bug1442$(EXEEXT) \
|
|
|
|
|
tst_quantize$(EXEEXT) $(am__EXEEXT_1) tst_h_strbug$(EXEEXT) \
|
|
|
|
|
tst_h_refs$(EXEEXT)
|
|
|
|
|
#am__EXEEXT_3 = tst_large$(EXEEXT) \
|
|
|
|
|
# tst_large2$(EXEEXT)
|
|
|
|
|
am__EXEEXT_4 = tst_v2$(EXEEXT)
|
|
|
|
|
am__EXEEXT_5 = renamegroup$(EXEEXT) \
|
|
|
|
|
tst_fillonly$(EXEEXT)
|
|
|
|
|
#am__EXEEXT_6 = \
|
|
|
|
|
# test_szip$(EXEEXT) \
|
|
|
|
|
# h5testszip$(EXEEXT)
|
|
|
|
|
am__EXEEXT_7 = test_filter$(EXEEXT) \
|
|
|
|
|
test_filter_misc$(EXEEXT) \
|
|
|
|
|
test_filter_order$(EXEEXT) \
|
|
|
|
|
test_filter_repeat$(EXEEXT) \
|
|
|
|
|
test_filter_vlen$(EXEEXT) \
|
|
|
|
|
tst_multifilter$(EXEEXT) \
|
|
|
|
|
tst_filter_avail$(EXEEXT)
|
|
|
|
|
#am__EXEEXT_8 = tst_mpi_parallel$(EXEEXT) \
|
|
|
|
|
# tst_parallel$(EXEEXT) \
|
|
|
|
|
# tst_parallel3$(EXEEXT) \
|
|
|
|
|
# tst_parallel4$(EXEEXT) \
|
|
|
|
|
# tst_parallel5$(EXEEXT) \
|
|
|
|
|
# tst_nc4perf$(EXEEXT) tst_mode$(EXEEXT) \
|
|
|
|
|
# tst_simplerw_coll_r$(EXEEXT) \
|
|
|
|
|
# tst_mode$(EXEEXT) \
|
|
|
|
|
# tst_parallel_zlib$(EXEEXT) \
|
|
|
|
|
# tst_parallel_compress$(EXEEXT) \
|
|
|
|
|
# tst_quantize_par$(EXEEXT) \
|
|
|
|
|
# tst_parallel6$(EXEEXT)
|
|
|
|
|
build_fixedstring_SOURCES = build_fixedstring.c
|
|
|
|
|
build_fixedstring_OBJECTS = build_fixedstring.$(OBJEXT)
|
|
|
|
|
build_fixedstring_LDADD = $(LDADD)
|
|
|
|
|
build_fixedstring_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
AM_V_lt = $(am__v_lt_$(V))
|
|
|
|
|
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_lt_0 = --silent
|
|
|
|
|
am__v_lt_1 =
|
|
|
|
|
cdm_sea_soundings_SOURCES = cdm_sea_soundings.c
|
|
|
|
|
cdm_sea_soundings_OBJECTS = cdm_sea_soundings.$(OBJEXT)
|
|
|
|
|
cdm_sea_soundings_LDADD = $(LDADD)
|
|
|
|
|
cdm_sea_soundings_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
h5testszip_SOURCES = h5testszip.c
|
|
|
|
|
h5testszip_OBJECTS = h5testszip.$(OBJEXT)
|
|
|
|
|
h5testszip_LDADD = $(LDADD)
|
|
|
|
|
h5testszip_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
renamegroup_SOURCES = renamegroup.c
|
|
|
|
|
renamegroup_OBJECTS = renamegroup.$(OBJEXT)
|
|
|
|
|
renamegroup_LDADD = $(LDADD)
|
|
|
|
|
renamegroup_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
t_type_SOURCES = t_type.c
|
|
|
|
|
t_type_OBJECTS = t_type.$(OBJEXT)
|
|
|
|
|
t_type_LDADD = $(LDADD)
|
|
|
|
|
t_type_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_filter_SOURCES = test_filter.c
|
|
|
|
|
test_filter_OBJECTS = test_filter.$(OBJEXT)
|
|
|
|
|
test_filter_LDADD = $(LDADD)
|
|
|
|
|
test_filter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_filter_misc_SOURCES = test_filter_misc.c
|
|
|
|
|
test_filter_misc_OBJECTS = test_filter_misc.$(OBJEXT)
|
|
|
|
|
test_filter_misc_LDADD = $(LDADD)
|
|
|
|
|
test_filter_misc_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_filter_order_SOURCES = test_filter_order.c
|
|
|
|
|
test_filter_order_OBJECTS = test_filter_order.$(OBJEXT)
|
|
|
|
|
test_filter_order_LDADD = $(LDADD)
|
|
|
|
|
test_filter_order_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_filter_repeat_SOURCES = test_filter_repeat.c
|
|
|
|
|
test_filter_repeat_OBJECTS = test_filter_repeat.$(OBJEXT)
|
|
|
|
|
test_filter_repeat_LDADD = $(LDADD)
|
|
|
|
|
test_filter_repeat_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_filter_vlen_SOURCES = test_filter_vlen.c
|
|
|
|
|
test_filter_vlen_OBJECTS = test_filter_vlen.$(OBJEXT)
|
|
|
|
|
test_filter_vlen_LDADD = $(LDADD)
|
|
|
|
|
test_filter_vlen_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
test_szip_SOURCES = test_szip.c
|
|
|
|
|
test_szip_OBJECTS = test_szip.$(OBJEXT)
|
|
|
|
|
test_szip_LDADD = $(LDADD)
|
|
|
|
|
test_szip_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_alignment_SOURCES = tst_alignment.c
|
|
|
|
|
tst_alignment_OBJECTS = tst_alignment.$(OBJEXT)
|
|
|
|
|
tst_alignment_LDADD = $(LDADD)
|
|
|
|
|
tst_alignment_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_atts_SOURCES = tst_atts.c
|
|
|
|
|
tst_atts_OBJECTS = tst_atts.$(OBJEXT)
|
|
|
|
|
tst_atts_LDADD = $(LDADD)
|
|
|
|
|
tst_atts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_atts1_SOURCES = tst_atts1.c
|
|
|
|
|
tst_atts1_OBJECTS = tst_atts1.$(OBJEXT)
|
|
|
|
|
tst_atts1_LDADD = $(LDADD)
|
|
|
|
|
tst_atts1_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_atts2_SOURCES = tst_atts2.c
|
|
|
|
|
tst_atts2_OBJECTS = tst_atts2.$(OBJEXT)
|
|
|
|
|
tst_atts2_LDADD = $(LDADD)
|
|
|
|
|
tst_atts2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_atts3_SOURCES = tst_atts3.c
|
|
|
|
|
tst_atts3_OBJECTS = tst_atts3.$(OBJEXT)
|
|
|
|
|
tst_atts3_LDADD = $(LDADD)
|
|
|
|
|
tst_atts3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_atts_string_rewrite_SOURCES = tst_atts_string_rewrite.c
|
|
|
|
|
tst_atts_string_rewrite_OBJECTS = tst_atts_string_rewrite.$(OBJEXT)
|
|
|
|
|
tst_atts_string_rewrite_LDADD = $(LDADD)
|
|
|
|
|
tst_atts_string_rewrite_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_bug1442_SOURCES = tst_bug1442.c
|
|
|
|
|
tst_bug1442_OBJECTS = tst_bug1442.$(OBJEXT)
|
|
|
|
|
tst_bug1442_LDADD = $(LDADD)
|
|
|
|
|
tst_bug1442_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_bug324_SOURCES = tst_bug324.c
|
|
|
|
|
tst_bug324_OBJECTS = tst_bug324.$(OBJEXT)
|
|
|
|
|
tst_bug324_LDADD = $(LDADD)
|
|
|
|
|
tst_bug324_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_camrun_SOURCES = tst_camrun.c
|
|
|
|
|
tst_camrun_OBJECTS = tst_camrun.$(OBJEXT)
|
|
|
|
|
tst_camrun_LDADD = $(LDADD)
|
|
|
|
|
tst_camrun_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_charvlenbug_SOURCES = tst_charvlenbug.c
|
|
|
|
|
tst_charvlenbug_OBJECTS = tst_charvlenbug.$(OBJEXT)
|
|
|
|
|
tst_charvlenbug_LDADD = $(LDADD)
|
|
|
|
|
tst_charvlenbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_chunks_SOURCES = tst_chunks.c
|
|
|
|
|
tst_chunks_OBJECTS = tst_chunks.$(OBJEXT)
|
|
|
|
|
tst_chunks_LDADD = $(LDADD)
|
|
|
|
|
tst_chunks_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_chunks2_SOURCES = tst_chunks2.c
|
|
|
|
|
tst_chunks2_OBJECTS = tst_chunks2.$(OBJEXT)
|
|
|
|
|
tst_chunks2_LDADD = $(LDADD)
|
|
|
|
|
tst_chunks2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_compounds_SOURCES = tst_compounds.c
|
|
|
|
|
tst_compounds_OBJECTS = tst_compounds.$(OBJEXT)
|
|
|
|
|
tst_compounds_LDADD = $(LDADD)
|
|
|
|
|
tst_compounds_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_compounds2_SOURCES = tst_compounds2.c
|
|
|
|
|
tst_compounds2_OBJECTS = tst_compounds2.$(OBJEXT)
|
|
|
|
|
tst_compounds2_LDADD = $(LDADD)
|
|
|
|
|
tst_compounds2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_compounds3_SOURCES = tst_compounds3.c
|
|
|
|
|
tst_compounds3_OBJECTS = tst_compounds3.$(OBJEXT)
|
|
|
|
|
tst_compounds3_LDADD = $(LDADD)
|
|
|
|
|
tst_compounds3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_converts_SOURCES = tst_converts.c
|
|
|
|
|
tst_converts_OBJECTS = tst_converts.$(OBJEXT)
|
|
|
|
|
tst_converts_LDADD = $(LDADD)
|
|
|
|
|
tst_converts_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_converts2_SOURCES = tst_converts2.c
|
|
|
|
|
tst_converts2_OBJECTS = tst_converts2.$(OBJEXT)
|
|
|
|
|
tst_converts2_LDADD = $(LDADD)
|
|
|
|
|
tst_converts2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_coords_SOURCES = tst_coords.c
|
|
|
|
|
tst_coords_OBJECTS = tst_coords.$(OBJEXT)
|
|
|
|
|
tst_coords_LDADD = $(LDADD)
|
|
|
|
|
tst_coords_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_coords2_SOURCES = tst_coords2.c
|
|
|
|
|
tst_coords2_OBJECTS = tst_coords2.$(OBJEXT)
|
|
|
|
|
tst_coords2_LDADD = $(LDADD)
|
|
|
|
|
tst_coords2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_coords3_SOURCES = tst_coords3.c
|
|
|
|
|
tst_coords3_OBJECTS = tst_coords3.$(OBJEXT)
|
|
|
|
|
tst_coords3_LDADD = $(LDADD)
|
|
|
|
|
tst_coords3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_dims_SOURCES = tst_dims.c
|
|
|
|
|
tst_dims_OBJECTS = tst_dims.$(OBJEXT)
|
|
|
|
|
tst_dims_LDADD = $(LDADD)
|
|
|
|
|
tst_dims_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_dims2_SOURCES = tst_dims2.c
|
|
|
|
|
tst_dims2_OBJECTS = tst_dims2.$(OBJEXT)
|
|
|
|
|
tst_dims2_LDADD = $(LDADD)
|
|
|
|
|
tst_dims2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_dims3_SOURCES = tst_dims3.c
|
|
|
|
|
tst_dims3_OBJECTS = tst_dims3.$(OBJEXT)
|
|
|
|
|
tst_dims3_LDADD = $(LDADD)
|
|
|
|
|
tst_dims3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_elatefill_SOURCES = tst_elatefill.c
|
|
|
|
|
tst_elatefill_OBJECTS = tst_elatefill.$(OBJEXT)
|
|
|
|
|
tst_elatefill_LDADD = $(LDADD)
|
|
|
|
|
tst_elatefill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_empty_vlen_unlim_SOURCES = tst_empty_vlen_unlim.c
|
|
|
|
|
tst_empty_vlen_unlim_OBJECTS = tst_empty_vlen_unlim.$(OBJEXT)
|
|
|
|
|
tst_empty_vlen_unlim_LDADD = $(LDADD)
|
|
|
|
|
tst_empty_vlen_unlim_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_endian_fill_SOURCES = tst_endian_fill.c
|
|
|
|
|
tst_endian_fill_OBJECTS = tst_endian_fill.$(OBJEXT)
|
|
|
|
|
tst_endian_fill_LDADD = $(LDADD)
|
|
|
|
|
tst_endian_fill_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_enums_SOURCES = tst_enums.c
|
|
|
|
|
tst_enums_OBJECTS = tst_enums.$(OBJEXT)
|
|
|
|
|
tst_enums_LDADD = $(LDADD)
|
|
|
|
|
tst_enums_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_files_SOURCES = tst_files.c
|
|
|
|
|
tst_files_OBJECTS = tst_files.$(OBJEXT)
|
|
|
|
|
tst_files_LDADD = $(LDADD)
|
|
|
|
|
tst_files_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_files4_SOURCES = tst_files4.c
|
|
|
|
|
tst_files4_OBJECTS = tst_files4.$(OBJEXT)
|
|
|
|
|
tst_files4_LDADD = $(LDADD)
|
|
|
|
|
tst_files4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_files5_SOURCES = tst_files5.c
|
|
|
|
|
tst_files5_OBJECTS = tst_files5.$(OBJEXT)
|
|
|
|
|
tst_files5_LDADD = $(LDADD)
|
|
|
|
|
tst_files5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_files6_SOURCES = tst_files6.c
|
|
|
|
|
tst_files6_OBJECTS = tst_files6.$(OBJEXT)
|
|
|
|
|
tst_files6_LDADD = $(LDADD)
|
|
|
|
|
tst_files6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_fill_attr_vanish_SOURCES = tst_fill_attr_vanish.c
|
|
|
|
|
tst_fill_attr_vanish_OBJECTS = tst_fill_attr_vanish.$(OBJEXT)
|
|
|
|
|
tst_fill_attr_vanish_LDADD = $(LDADD)
|
|
|
|
|
tst_fill_attr_vanish_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_fillbug_SOURCES = tst_fillbug.c
|
|
|
|
|
tst_fillbug_OBJECTS = tst_fillbug.$(OBJEXT)
|
|
|
|
|
tst_fillbug_LDADD = $(LDADD)
|
|
|
|
|
tst_fillbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_fillonly_SOURCES = tst_fillonly.c
|
|
|
|
|
tst_fillonly_OBJECTS = tst_fillonly.$(OBJEXT)
|
|
|
|
|
tst_fillonly_LDADD = $(LDADD)
|
|
|
|
|
tst_fillonly_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_fills_SOURCES = tst_fills.c
|
|
|
|
|
tst_fills_OBJECTS = tst_fills.$(OBJEXT)
|
|
|
|
|
tst_fills_LDADD = $(LDADD)
|
|
|
|
|
tst_fills_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_fills2_SOURCES = tst_fills2.c
|
|
|
|
|
tst_fills2_OBJECTS = tst_fills2.$(OBJEXT)
|
|
|
|
|
tst_fills2_LDADD = $(LDADD)
|
|
|
|
|
tst_fills2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_filter_avail_SOURCES = tst_filter_avail.c
|
|
|
|
|
tst_filter_avail_OBJECTS = tst_filter_avail.$(OBJEXT)
|
|
|
|
|
tst_filter_avail_LDADD = $(LDADD)
|
|
|
|
|
tst_filter_avail_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_filterparser_SOURCES = tst_filterparser.c
|
|
|
|
|
tst_filterparser_OBJECTS = tst_filterparser.$(OBJEXT)
|
|
|
|
|
tst_filterparser_LDADD = $(LDADD)
|
|
|
|
|
tst_filterparser_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_grps_SOURCES = tst_grps.c
|
|
|
|
|
tst_grps_OBJECTS = tst_grps.$(OBJEXT)
|
|
|
|
|
tst_grps_LDADD = $(LDADD)
|
|
|
|
|
tst_grps_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_grps2_SOURCES = tst_grps2.c
|
|
|
|
|
tst_grps2_OBJECTS = tst_grps2.$(OBJEXT)
|
|
|
|
|
tst_grps2_LDADD = $(LDADD)
|
|
|
|
|
tst_grps2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_h5_endians_SOURCES = tst_h5_endians.c
|
|
|
|
|
tst_h5_endians_OBJECTS = tst_h5_endians.$(OBJEXT)
|
|
|
|
|
tst_h5_endians_LDADD = $(LDADD)
|
|
|
|
|
tst_h5_endians_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_h_refs_SOURCES = tst_h_refs.c
|
|
|
|
|
tst_h_refs_OBJECTS = tst_h_refs.$(OBJEXT)
|
|
|
|
|
tst_h_refs_LDADD = $(LDADD)
|
|
|
|
|
tst_h_refs_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_h_scalar_SOURCES = tst_h_scalar.c
|
|
|
|
|
tst_h_scalar_OBJECTS = tst_h_scalar.$(OBJEXT)
|
|
|
|
|
tst_h_scalar_LDADD = $(LDADD)
|
|
|
|
|
tst_h_scalar_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_h_strbug_SOURCES = tst_h_strbug.c
|
|
|
|
|
tst_h_strbug_OBJECTS = tst_h_strbug.$(OBJEXT)
|
|
|
|
|
tst_h_strbug_LDADD = $(LDADD)
|
|
|
|
|
tst_h_strbug_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_hdf5_file_compat_SOURCES = tst_hdf5_file_compat.c
|
|
|
|
|
tst_hdf5_file_compat_OBJECTS = tst_hdf5_file_compat.$(OBJEXT)
|
|
|
|
|
tst_hdf5_file_compat_LDADD = $(LDADD)
|
|
|
|
|
tst_hdf5_file_compat_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_interops_SOURCES = tst_interops.c
|
|
|
|
|
tst_interops_OBJECTS = tst_interops.$(OBJEXT)
|
|
|
|
|
tst_interops_LDADD = $(LDADD)
|
|
|
|
|
tst_interops_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_interops4_SOURCES = tst_interops4.c
|
|
|
|
|
tst_interops4_OBJECTS = tst_interops4.$(OBJEXT)
|
|
|
|
|
tst_interops4_LDADD = $(LDADD)
|
|
|
|
|
tst_interops4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_interops5_SOURCES = tst_interops5.c
|
|
|
|
|
tst_interops5_OBJECTS = tst_interops5.$(OBJEXT)
|
|
|
|
|
tst_interops5_LDADD = $(LDADD)
|
|
|
|
|
tst_interops5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_interops6_SOURCES = tst_interops6.c
|
|
|
|
|
tst_interops6_OBJECTS = tst_interops6.$(OBJEXT)
|
|
|
|
|
tst_interops6_LDADD = $(LDADD)
|
|
|
|
|
tst_interops6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_interops_dims_SOURCES = tst_interops_dims.c
|
|
|
|
|
tst_interops_dims_OBJECTS = tst_interops_dims.$(OBJEXT)
|
|
|
|
|
tst_interops_dims_LDADD = $(LDADD)
|
|
|
|
|
tst_interops_dims_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_large_SOURCES = tst_large.c
|
|
|
|
|
tst_large_OBJECTS = tst_large.$(OBJEXT)
|
|
|
|
|
tst_large_LDADD = $(LDADD)
|
|
|
|
|
tst_large_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_large2_SOURCES = tst_large2.c
|
|
|
|
|
tst_large2_OBJECTS = tst_large2.$(OBJEXT)
|
|
|
|
|
tst_large2_LDADD = $(LDADD)
|
|
|
|
|
tst_large2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_mode_SOURCES = tst_mode.c
|
|
|
|
|
tst_mode_OBJECTS = tst_mode.$(OBJEXT)
|
|
|
|
|
tst_mode_LDADD = $(LDADD)
|
|
|
|
|
tst_mode_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_mpi_parallel_SOURCES = tst_mpi_parallel.c
|
|
|
|
|
tst_mpi_parallel_OBJECTS = tst_mpi_parallel.$(OBJEXT)
|
|
|
|
|
tst_mpi_parallel_LDADD = $(LDADD)
|
|
|
|
|
tst_mpi_parallel_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_multifilter_SOURCES = tst_multifilter.c
|
|
|
|
|
tst_multifilter_OBJECTS = tst_multifilter.$(OBJEXT)
|
|
|
|
|
tst_multifilter_LDADD = $(LDADD)
|
|
|
|
|
tst_multifilter_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_nc4perf_SOURCES = tst_nc4perf.c
|
|
|
|
|
tst_nc4perf_OBJECTS = tst_nc4perf.$(OBJEXT)
|
|
|
|
|
tst_nc4perf_LDADD = $(LDADD)
|
|
|
|
|
tst_nc4perf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_opaques_SOURCES = tst_opaques.c
|
|
|
|
|
tst_opaques_OBJECTS = tst_opaques.$(OBJEXT)
|
|
|
|
|
tst_opaques_LDADD = $(LDADD)
|
|
|
|
|
tst_opaques_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel_SOURCES = tst_parallel.c
|
|
|
|
|
tst_parallel_OBJECTS = tst_parallel.$(OBJEXT)
|
|
|
|
|
tst_parallel_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel3_SOURCES = tst_parallel3.c
|
|
|
|
|
tst_parallel3_OBJECTS = tst_parallel3.$(OBJEXT)
|
|
|
|
|
tst_parallel3_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel4_SOURCES = tst_parallel4.c
|
|
|
|
|
tst_parallel4_OBJECTS = tst_parallel4.$(OBJEXT)
|
|
|
|
|
tst_parallel4_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel5_SOURCES = tst_parallel5.c
|
|
|
|
|
tst_parallel5_OBJECTS = tst_parallel5.$(OBJEXT)
|
|
|
|
|
tst_parallel5_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel5_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel6_SOURCES = tst_parallel6.c
|
|
|
|
|
tst_parallel6_OBJECTS = tst_parallel6.$(OBJEXT)
|
|
|
|
|
tst_parallel6_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel6_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel_compress_SOURCES = tst_parallel_compress.c
|
|
|
|
|
tst_parallel_compress_OBJECTS = tst_parallel_compress.$(OBJEXT)
|
|
|
|
|
tst_parallel_compress_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel_compress_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_parallel_zlib_SOURCES = tst_parallel_zlib.c
|
|
|
|
|
tst_parallel_zlib_OBJECTS = tst_parallel_zlib.$(OBJEXT)
|
|
|
|
|
tst_parallel_zlib_LDADD = $(LDADD)
|
|
|
|
|
tst_parallel_zlib_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_put_vars_SOURCES = tst_put_vars.c
|
|
|
|
|
tst_put_vars_OBJECTS = tst_put_vars.$(OBJEXT)
|
|
|
|
|
tst_put_vars_LDADD = $(LDADD)
|
|
|
|
|
tst_put_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_put_vars_two_unlim_dim_SOURCES = tst_put_vars_two_unlim_dim.c
|
|
|
|
|
tst_put_vars_two_unlim_dim_OBJECTS = \
|
|
|
|
|
tst_put_vars_two_unlim_dim.$(OBJEXT)
|
|
|
|
|
tst_put_vars_two_unlim_dim_LDADD = $(LDADD)
|
|
|
|
|
tst_put_vars_two_unlim_dim_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_quantize_SOURCES = tst_quantize.c
|
|
|
|
|
tst_quantize_OBJECTS = tst_quantize.$(OBJEXT)
|
|
|
|
|
tst_quantize_LDADD = $(LDADD)
|
|
|
|
|
tst_quantize_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_quantize_par_SOURCES = tst_quantize_par.c
|
|
|
|
|
tst_quantize_par_OBJECTS = tst_quantize_par.$(OBJEXT)
|
|
|
|
|
tst_quantize_par_LDADD = $(LDADD)
|
|
|
|
|
tst_quantize_par_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_rehash_SOURCES = tst_rehash.c
|
|
|
|
|
tst_rehash_OBJECTS = tst_rehash.$(OBJEXT)
|
|
|
|
|
tst_rehash_LDADD = $(LDADD)
|
|
|
|
|
tst_rehash_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_rename_SOURCES = tst_rename.c
|
|
|
|
|
tst_rename_OBJECTS = tst_rename.$(OBJEXT)
|
|
|
|
|
tst_rename_LDADD = $(LDADD)
|
|
|
|
|
tst_rename_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_rename2_SOURCES = tst_rename2.c
|
|
|
|
|
tst_rename2_OBJECTS = tst_rename2.$(OBJEXT)
|
|
|
|
|
tst_rename2_LDADD = $(LDADD)
|
|
|
|
|
tst_rename2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_rename3_SOURCES = tst_rename3.c
|
|
|
|
|
tst_rename3_OBJECTS = tst_rename3.$(OBJEXT)
|
|
|
|
|
tst_rename3_LDADD = $(LDADD)
|
|
|
|
|
tst_rename3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_simplerw_coll_r_SOURCES = tst_simplerw_coll_r.c
|
|
|
|
|
tst_simplerw_coll_r_OBJECTS = tst_simplerw_coll_r.$(OBJEXT)
|
|
|
|
|
tst_simplerw_coll_r_LDADD = $(LDADD)
|
|
|
|
|
tst_simplerw_coll_r_DEPENDENCIES = \
|
|
|
|
|
${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_strings_SOURCES = tst_strings.c
|
|
|
|
|
tst_strings_OBJECTS = tst_strings.$(OBJEXT)
|
|
|
|
|
tst_strings_LDADD = $(LDADD)
|
|
|
|
|
tst_strings_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_strings2_SOURCES = tst_strings2.c
|
|
|
|
|
tst_strings2_OBJECTS = tst_strings2.$(OBJEXT)
|
|
|
|
|
tst_strings2_LDADD = $(LDADD)
|
|
|
|
|
tst_strings2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_sync_SOURCES = tst_sync.c
|
|
|
|
|
tst_sync_OBJECTS = tst_sync.$(OBJEXT)
|
|
|
|
|
tst_sync_LDADD = $(LDADD)
|
|
|
|
|
tst_sync_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_types_SOURCES = tst_types.c
|
|
|
|
|
tst_types_OBJECTS = tst_types.$(OBJEXT)
|
|
|
|
|
tst_types_LDADD = $(LDADD)
|
|
|
|
|
tst_types_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_udf_SOURCES = tst_udf.c
|
|
|
|
|
tst_udf_OBJECTS = tst_udf.$(OBJEXT)
|
|
|
|
|
tst_udf_LDADD = $(LDADD)
|
|
|
|
|
tst_udf_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_unlim_vars_SOURCES = tst_unlim_vars.c
|
|
|
|
|
tst_unlim_vars_OBJECTS = tst_unlim_vars.$(OBJEXT)
|
|
|
|
|
tst_unlim_vars_LDADD = $(LDADD)
|
|
|
|
|
tst_unlim_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_utf8_SOURCES = tst_utf8.c
|
|
|
|
|
tst_utf8_OBJECTS = tst_utf8.$(OBJEXT)
|
|
|
|
|
tst_utf8_LDADD = $(LDADD)
|
|
|
|
|
tst_utf8_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_v2_SOURCES = tst_v2.c
|
|
|
|
|
tst_v2_OBJECTS = tst_v2.$(OBJEXT)
|
|
|
|
|
tst_v2_LDADD = $(LDADD)
|
|
|
|
|
tst_v2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_varms_SOURCES = tst_varms.c
|
|
|
|
|
tst_varms_OBJECTS = tst_varms.$(OBJEXT)
|
|
|
|
|
tst_varms_LDADD = $(LDADD)
|
|
|
|
|
tst_varms_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vars_SOURCES = tst_vars.c
|
|
|
|
|
tst_vars_OBJECTS = tst_vars.$(OBJEXT)
|
|
|
|
|
tst_vars_LDADD = $(LDADD)
|
|
|
|
|
tst_vars_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vars2_SOURCES = tst_vars2.c
|
|
|
|
|
tst_vars2_OBJECTS = tst_vars2.$(OBJEXT)
|
|
|
|
|
tst_vars2_LDADD = $(LDADD)
|
|
|
|
|
tst_vars2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vars3_SOURCES = tst_vars3.c
|
|
|
|
|
tst_vars3_OBJECTS = tst_vars3.$(OBJEXT)
|
|
|
|
|
tst_vars3_LDADD = $(LDADD)
|
|
|
|
|
tst_vars3_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vars4_SOURCES = tst_vars4.c
|
|
|
|
|
tst_vars4_OBJECTS = tst_vars4.$(OBJEXT)
|
|
|
|
|
tst_vars4_LDADD = $(LDADD)
|
|
|
|
|
tst_vars4_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vl_SOURCES = tst_vl.c
|
|
|
|
|
tst_vl_OBJECTS = tst_vl.$(OBJEXT)
|
|
|
|
|
tst_vl_LDADD = $(LDADD)
|
|
|
|
|
tst_vl_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_vlenstr_SOURCES = tst_vlenstr.c
|
|
|
|
|
tst_vlenstr_OBJECTS = tst_vlenstr.$(OBJEXT)
|
|
|
|
|
tst_vlenstr_LDADD = $(LDADD)
|
|
|
|
|
tst_vlenstr_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_xplatform_SOURCES = tst_xplatform.c
|
|
|
|
|
tst_xplatform_OBJECTS = tst_xplatform.$(OBJEXT)
|
|
|
|
|
tst_xplatform_LDADD = $(LDADD)
|
|
|
|
|
tst_xplatform_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
tst_xplatform2_SOURCES = tst_xplatform2.c
|
|
|
|
|
tst_xplatform2_OBJECTS = tst_xplatform2.$(OBJEXT)
|
|
|
|
|
tst_xplatform2_LDADD = $(LDADD)
|
|
|
|
|
tst_xplatform2_DEPENDENCIES = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
AM_V_P = $(am__v_P_$(V))
|
|
|
|
|
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_P_0 = false
|
|
|
|
|
am__v_P_1 = :
|
|
|
|
|
AM_V_GEN = $(am__v_GEN_$(V))
|
|
|
|
|
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
|
am__v_GEN_1 =
|
|
|
|
|
AM_V_at = $(am__v_at_$(V))
|
|
|
|
|
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_at_0 = @
|
|
|
|
|
am__v_at_1 =
|
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(top_builddir)
|
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
|
am__maybe_remake_depfiles = depfiles
|
|
|
|
|
am__depfiles_remade = ./$(DEPDIR)/build_fixedstring.Po \
|
|
|
|
|
./$(DEPDIR)/cdm_sea_soundings.Po ./$(DEPDIR)/h5testszip.Po \
|
|
|
|
|
./$(DEPDIR)/renamegroup.Po ./$(DEPDIR)/t_type.Po \
|
|
|
|
|
./$(DEPDIR)/test_filter.Po ./$(DEPDIR)/test_filter_misc.Po \
|
|
|
|
|
./$(DEPDIR)/test_filter_order.Po \
|
|
|
|
|
./$(DEPDIR)/test_filter_repeat.Po \
|
|
|
|
|
./$(DEPDIR)/test_filter_vlen.Po ./$(DEPDIR)/test_szip.Po \
|
|
|
|
|
./$(DEPDIR)/tst_alignment.Po ./$(DEPDIR)/tst_atts.Po \
|
|
|
|
|
./$(DEPDIR)/tst_atts1.Po ./$(DEPDIR)/tst_atts2.Po \
|
|
|
|
|
./$(DEPDIR)/tst_atts3.Po \
|
|
|
|
|
./$(DEPDIR)/tst_atts_string_rewrite.Po \
|
|
|
|
|
./$(DEPDIR)/tst_bug1442.Po ./$(DEPDIR)/tst_bug324.Po \
|
|
|
|
|
./$(DEPDIR)/tst_camrun.Po ./$(DEPDIR)/tst_charvlenbug.Po \
|
|
|
|
|
./$(DEPDIR)/tst_chunks.Po ./$(DEPDIR)/tst_chunks2.Po \
|
|
|
|
|
./$(DEPDIR)/tst_compounds.Po ./$(DEPDIR)/tst_compounds2.Po \
|
|
|
|
|
./$(DEPDIR)/tst_compounds3.Po ./$(DEPDIR)/tst_converts.Po \
|
|
|
|
|
./$(DEPDIR)/tst_converts2.Po ./$(DEPDIR)/tst_coords.Po \
|
|
|
|
|
./$(DEPDIR)/tst_coords2.Po ./$(DEPDIR)/tst_coords3.Po \
|
|
|
|
|
./$(DEPDIR)/tst_dims.Po ./$(DEPDIR)/tst_dims2.Po \
|
|
|
|
|
./$(DEPDIR)/tst_dims3.Po ./$(DEPDIR)/tst_elatefill.Po \
|
|
|
|
|
./$(DEPDIR)/tst_empty_vlen_unlim.Po \
|
|
|
|
|
./$(DEPDIR)/tst_endian_fill.Po ./$(DEPDIR)/tst_enums.Po \
|
|
|
|
|
./$(DEPDIR)/tst_files.Po ./$(DEPDIR)/tst_files4.Po \
|
|
|
|
|
./$(DEPDIR)/tst_files5.Po ./$(DEPDIR)/tst_files6.Po \
|
|
|
|
|
./$(DEPDIR)/tst_fill_attr_vanish.Po ./$(DEPDIR)/tst_fillbug.Po \
|
|
|
|
|
./$(DEPDIR)/tst_fillonly.Po ./$(DEPDIR)/tst_fills.Po \
|
|
|
|
|
./$(DEPDIR)/tst_fills2.Po ./$(DEPDIR)/tst_filter_avail.Po \
|
|
|
|
|
./$(DEPDIR)/tst_filterparser.Po ./$(DEPDIR)/tst_grps.Po \
|
|
|
|
|
./$(DEPDIR)/tst_grps2.Po ./$(DEPDIR)/tst_h5_endians.Po \
|
|
|
|
|
./$(DEPDIR)/tst_h_refs.Po ./$(DEPDIR)/tst_h_scalar.Po \
|
|
|
|
|
./$(DEPDIR)/tst_h_strbug.Po \
|
|
|
|
|
./$(DEPDIR)/tst_hdf5_file_compat.Po \
|
|
|
|
|
./$(DEPDIR)/tst_interops.Po ./$(DEPDIR)/tst_interops4.Po \
|
|
|
|
|
./$(DEPDIR)/tst_interops5.Po ./$(DEPDIR)/tst_interops6.Po \
|
|
|
|
|
./$(DEPDIR)/tst_interops_dims.Po ./$(DEPDIR)/tst_large.Po \
|
|
|
|
|
./$(DEPDIR)/tst_large2.Po ./$(DEPDIR)/tst_mode.Po \
|
|
|
|
|
./$(DEPDIR)/tst_mpi_parallel.Po ./$(DEPDIR)/tst_multifilter.Po \
|
|
|
|
|
./$(DEPDIR)/tst_nc4perf.Po ./$(DEPDIR)/tst_opaques.Po \
|
|
|
|
|
./$(DEPDIR)/tst_parallel.Po ./$(DEPDIR)/tst_parallel3.Po \
|
|
|
|
|
./$(DEPDIR)/tst_parallel4.Po ./$(DEPDIR)/tst_parallel5.Po \
|
|
|
|
|
./$(DEPDIR)/tst_parallel6.Po \
|
|
|
|
|
./$(DEPDIR)/tst_parallel_compress.Po \
|
|
|
|
|
./$(DEPDIR)/tst_parallel_zlib.Po ./$(DEPDIR)/tst_put_vars.Po \
|
|
|
|
|
./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po \
|
|
|
|
|
./$(DEPDIR)/tst_quantize.Po ./$(DEPDIR)/tst_quantize_par.Po \
|
|
|
|
|
./$(DEPDIR)/tst_rehash.Po ./$(DEPDIR)/tst_rename.Po \
|
|
|
|
|
./$(DEPDIR)/tst_rename2.Po ./$(DEPDIR)/tst_rename3.Po \
|
|
|
|
|
./$(DEPDIR)/tst_simplerw_coll_r.Po ./$(DEPDIR)/tst_strings.Po \
|
|
|
|
|
./$(DEPDIR)/tst_strings2.Po ./$(DEPDIR)/tst_sync.Po \
|
|
|
|
|
./$(DEPDIR)/tst_types.Po ./$(DEPDIR)/tst_udf.Po \
|
|
|
|
|
./$(DEPDIR)/tst_unlim_vars.Po ./$(DEPDIR)/tst_utf8.Po \
|
|
|
|
|
./$(DEPDIR)/tst_v2.Po ./$(DEPDIR)/tst_varms.Po \
|
|
|
|
|
./$(DEPDIR)/tst_vars.Po ./$(DEPDIR)/tst_vars2.Po \
|
|
|
|
|
./$(DEPDIR)/tst_vars3.Po ./$(DEPDIR)/tst_vars4.Po \
|
|
|
|
|
./$(DEPDIR)/tst_vl.Po ./$(DEPDIR)/tst_vlenstr.Po \
|
|
|
|
|
./$(DEPDIR)/tst_xplatform.Po ./$(DEPDIR)/tst_xplatform2.Po
|
|
|
|
|
am__mv = mv -f
|
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
|
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
|
|
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
AM_V_CC = $(am__v_CC_$(V))
|
|
|
|
|
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_CC_0 = @echo " CC " $@;
|
|
|
|
|
am__v_CC_1 =
|
|
|
|
|
CCLD = $(CC)
|
|
|
|
|
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
|
AM_V_CCLD = $(am__v_CCLD_$(V))
|
|
|
|
|
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
|
|
|
am__v_CCLD_1 =
|
|
|
|
|
SOURCES = build_fixedstring.c cdm_sea_soundings.c h5testszip.c \
|
|
|
|
|
renamegroup.c t_type.c test_filter.c test_filter_misc.c \
|
|
|
|
|
test_filter_order.c test_filter_repeat.c test_filter_vlen.c \
|
|
|
|
|
test_szip.c tst_alignment.c tst_atts.c tst_atts1.c tst_atts2.c \
|
|
|
|
|
tst_atts3.c tst_atts_string_rewrite.c tst_bug1442.c \
|
|
|
|
|
tst_bug324.c tst_camrun.c tst_charvlenbug.c tst_chunks.c \
|
|
|
|
|
tst_chunks2.c tst_compounds.c tst_compounds2.c \
|
|
|
|
|
tst_compounds3.c tst_converts.c tst_converts2.c tst_coords.c \
|
|
|
|
|
tst_coords2.c tst_coords3.c tst_dims.c tst_dims2.c tst_dims3.c \
|
|
|
|
|
tst_elatefill.c tst_empty_vlen_unlim.c tst_endian_fill.c \
|
|
|
|
|
tst_enums.c tst_files.c tst_files4.c tst_files5.c tst_files6.c \
|
|
|
|
|
tst_fill_attr_vanish.c tst_fillbug.c tst_fillonly.c \
|
|
|
|
|
tst_fills.c tst_fills2.c tst_filter_avail.c tst_filterparser.c \
|
|
|
|
|
tst_grps.c tst_grps2.c tst_h5_endians.c tst_h_refs.c \
|
|
|
|
|
tst_h_scalar.c tst_h_strbug.c tst_hdf5_file_compat.c \
|
|
|
|
|
tst_interops.c tst_interops4.c tst_interops5.c tst_interops6.c \
|
|
|
|
|
tst_interops_dims.c tst_large.c tst_large2.c tst_mode.c \
|
|
|
|
|
tst_mpi_parallel.c tst_multifilter.c tst_nc4perf.c \
|
|
|
|
|
tst_opaques.c tst_parallel.c tst_parallel3.c tst_parallel4.c \
|
|
|
|
|
tst_parallel5.c tst_parallel6.c tst_parallel_compress.c \
|
|
|
|
|
tst_parallel_zlib.c tst_put_vars.c \
|
|
|
|
|
tst_put_vars_two_unlim_dim.c tst_quantize.c tst_quantize_par.c \
|
|
|
|
|
tst_rehash.c tst_rename.c tst_rename2.c tst_rename3.c \
|
|
|
|
|
tst_simplerw_coll_r.c tst_strings.c tst_strings2.c tst_sync.c \
|
|
|
|
|
tst_types.c tst_udf.c tst_unlim_vars.c tst_utf8.c tst_v2.c \
|
|
|
|
|
tst_varms.c tst_vars.c tst_vars2.c tst_vars3.c tst_vars4.c \
|
|
|
|
|
tst_vl.c tst_vlenstr.c tst_xplatform.c tst_xplatform2.c
|
|
|
|
|
DIST_SOURCES = build_fixedstring.c cdm_sea_soundings.c h5testszip.c \
|
|
|
|
|
renamegroup.c t_type.c test_filter.c test_filter_misc.c \
|
|
|
|
|
test_filter_order.c test_filter_repeat.c test_filter_vlen.c \
|
|
|
|
|
test_szip.c tst_alignment.c tst_atts.c tst_atts1.c tst_atts2.c \
|
|
|
|
|
tst_atts3.c tst_atts_string_rewrite.c tst_bug1442.c \
|
|
|
|
|
tst_bug324.c tst_camrun.c tst_charvlenbug.c tst_chunks.c \
|
|
|
|
|
tst_chunks2.c tst_compounds.c tst_compounds2.c \
|
|
|
|
|
tst_compounds3.c tst_converts.c tst_converts2.c tst_coords.c \
|
|
|
|
|
tst_coords2.c tst_coords3.c tst_dims.c tst_dims2.c tst_dims3.c \
|
|
|
|
|
tst_elatefill.c tst_empty_vlen_unlim.c tst_endian_fill.c \
|
|
|
|
|
tst_enums.c tst_files.c tst_files4.c tst_files5.c tst_files6.c \
|
|
|
|
|
tst_fill_attr_vanish.c tst_fillbug.c tst_fillonly.c \
|
|
|
|
|
tst_fills.c tst_fills2.c tst_filter_avail.c tst_filterparser.c \
|
|
|
|
|
tst_grps.c tst_grps2.c tst_h5_endians.c tst_h_refs.c \
|
|
|
|
|
tst_h_scalar.c tst_h_strbug.c tst_hdf5_file_compat.c \
|
|
|
|
|
tst_interops.c tst_interops4.c tst_interops5.c tst_interops6.c \
|
|
|
|
|
tst_interops_dims.c tst_large.c tst_large2.c tst_mode.c \
|
|
|
|
|
tst_mpi_parallel.c tst_multifilter.c tst_nc4perf.c \
|
|
|
|
|
tst_opaques.c tst_parallel.c tst_parallel3.c tst_parallel4.c \
|
|
|
|
|
tst_parallel5.c tst_parallel6.c tst_parallel_compress.c \
|
|
|
|
|
tst_parallel_zlib.c tst_put_vars.c \
|
|
|
|
|
tst_put_vars_two_unlim_dim.c tst_quantize.c tst_quantize_par.c \
|
|
|
|
|
tst_rehash.c tst_rename.c tst_rename2.c tst_rename3.c \
|
|
|
|
|
tst_simplerw_coll_r.c tst_strings.c tst_strings2.c tst_sync.c \
|
|
|
|
|
tst_types.c tst_udf.c tst_unlim_vars.c tst_utf8.c tst_v2.c \
|
|
|
|
|
tst_varms.c tst_vars.c tst_vars2.c tst_vars3.c tst_vars4.c \
|
|
|
|
|
tst_vl.c tst_vlenstr.c tst_xplatform.c tst_xplatform2.c
|
|
|
|
|
am__can_run_installinfo = \
|
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
|
n|no|NO) false;; \
|
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
|
esac
|
|
|
|
|
am__extra_recursive_targets = check-valgrind-recursive \
|
|
|
|
|
check-valgrind-memcheck-recursive \
|
|
|
|
|
check-valgrind-helgrind-recursive check-valgrind-drd-recursive \
|
|
|
|
|
check-valgrind-sgcheck-recursive
|
|
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
|
|
# Read a list of newline-separated strings from the standard input,
|
|
|
|
|
# and print each of them once, without duplicates. Input order is
|
|
|
|
|
# *not* preserved.
|
|
|
|
|
am__uniquify_input = $(AWK) '\
|
|
|
|
|
BEGIN { nonempty = 0; } \
|
|
|
|
|
{ items[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in items) print i; }; } \
|
|
|
|
|
'
|
|
|
|
|
# Make sure the list of sources is unique. This is necessary because,
|
|
|
|
|
# e.g., the same source file might be shared among _SOURCES variables
|
|
|
|
|
# for different programs/libraries.
|
|
|
|
|
am__define_uniq_tagged_files = \
|
|
|
|
|
list='$(am__tagged_files)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | $(am__uniquify_input)`
|
|
|
|
|
am__tty_colors_dummy = \
|
|
|
|
|
mgn= red= grn= lgn= blu= brg= std=; \
|
|
|
|
|
am__color_tests=no
|
|
|
|
|
am__tty_colors = { \
|
|
|
|
|
$(am__tty_colors_dummy); \
|
|
|
|
|
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
|
|
|
|
am__color_tests=no; \
|
|
|
|
|
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
|
|
|
|
am__color_tests=yes; \
|
|
|
|
|
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
|
|
|
|
am__color_tests=yes; \
|
|
|
|
|
fi; \
|
|
|
|
|
if test $$am__color_tests = yes; then \
|
|
|
|
|
red='[0;31m'; \
|
|
|
|
|
grn='[0;32m'; \
|
|
|
|
|
lgn='[1;32m'; \
|
|
|
|
|
blu='[1;34m'; \
|
|
|
|
|
mgn='[0;35m'; \
|
|
|
|
|
brg='[1m'; \
|
|
|
|
|
std='[m'; \
|
|
|
|
|
fi; \
|
|
|
|
|
}
|
|
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
|
*) f=$$p;; \
|
|
|
|
|
esac;
|
|
|
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
am__install_max = 40
|
|
|
|
|
am__nobase_strip_setup = \
|
|
|
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
|
|
|
am__nobase_strip = \
|
|
|
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
|
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
|
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
|
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
|
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
|
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
|
|
|
am__base_list = \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
|
|
|
am__uninstall_files_from_dir = { \
|
|
|
|
|
test -z "$$files" \
|
|
|
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
|
|
}
|
|
|
|
|
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
|
|
|
|
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
|
|
|
|
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
|
|
|
|
# A command that, given a newline-separated list of test names on the
|
|
|
|
|
# standard input, print the name of the tests that are to be re-run
|
|
|
|
|
# upon "make recheck".
|
|
|
|
|
am__list_recheck_tests = $(AWK) '{ \
|
|
|
|
|
recheck = 1; \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if ((getline line2 < ($$0 ".log")) < 0) \
|
|
|
|
|
recheck = 0; \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
|
|
|
|
{ \
|
|
|
|
|
recheck = 0; \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
|
|
|
|
{ \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
}; \
|
|
|
|
|
if (recheck) \
|
|
|
|
|
print $$0; \
|
|
|
|
|
close ($$0 ".trs"); \
|
|
|
|
|
close ($$0 ".log"); \
|
|
|
|
|
}'
|
|
|
|
|
# A command that, given a newline-separated list of test names on the
|
|
|
|
|
# standard input, create the global log from their .trs and .log files.
|
|
|
|
|
am__create_global_log = $(AWK) ' \
|
|
|
|
|
function fatal(msg) \
|
|
|
|
|
{ \
|
|
|
|
|
print "fatal: making $@: " msg | "cat >&2"; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
} \
|
|
|
|
|
function rst_section(header) \
|
|
|
|
|
{ \
|
|
|
|
|
print header; \
|
|
|
|
|
len = length(header); \
|
|
|
|
|
for (i = 1; i <= len; i = i + 1) \
|
|
|
|
|
printf "="; \
|
|
|
|
|
printf "\n\n"; \
|
|
|
|
|
} \
|
|
|
|
|
{ \
|
|
|
|
|
copy_in_global_log = 1; \
|
|
|
|
|
global_test_result = "RUN"; \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
fatal("failed to read from " $$0 ".trs"); \
|
|
|
|
|
if (line ~ /$(am__global_test_result_rx)/) \
|
|
|
|
|
{ \
|
|
|
|
|
sub("$(am__global_test_result_rx)", "", line); \
|
|
|
|
|
sub("[ ]*$$", "", line); \
|
|
|
|
|
global_test_result = line; \
|
|
|
|
|
} \
|
|
|
|
|
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
|
|
|
|
copy_in_global_log = 0; \
|
|
|
|
|
}; \
|
|
|
|
|
if (copy_in_global_log) \
|
|
|
|
|
{ \
|
|
|
|
|
rst_section(global_test_result ": " $$0); \
|
|
|
|
|
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
|
|
|
|
{ \
|
|
|
|
|
if (rc < 0) \
|
|
|
|
|
fatal("failed to read from " $$0 ".log"); \
|
|
|
|
|
print line; \
|
|
|
|
|
}; \
|
|
|
|
|
printf "\n"; \
|
|
|
|
|
}; \
|
|
|
|
|
close ($$0 ".trs"); \
|
|
|
|
|
close ($$0 ".log"); \
|
|
|
|
|
}'
|
|
|
|
|
# Restructured Text title.
|
|
|
|
|
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
|
|
|
|
# Solaris 10 'make', and several other traditional 'make' implementations,
|
|
|
|
|
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
|
|
|
|
# by disabling -e (using the XSI extension "set +e") if it's set.
|
|
|
|
|
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
|
|
|
|
# Default flags passed to test drivers.
|
|
|
|
|
am__common_driver_flags = \
|
|
|
|
|
--color-tests "$$am__color_tests" \
|
|
|
|
|
--enable-hard-errors "$$am__enable_hard_errors" \
|
|
|
|
|
--expect-failure "$$am__expect_failure"
|
|
|
|
|
# To be inserted before the command running the test. Creates the
|
|
|
|
|
# directory for the log if needed. Stores in $dir the directory
|
|
|
|
|
# containing $f, in $tst the test, in $log the log. Executes the
|
|
|
|
|
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
|
|
|
|
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
|
|
|
|
# will run the test scripts (or their associated LOG_COMPILER, if
|
|
|
|
|
# thy have one).
|
|
|
|
|
am__check_pre = \
|
|
|
|
|
$(am__sh_e_setup); \
|
|
|
|
|
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
|
|
|
|
$(am__tty_colors); \
|
|
|
|
|
srcdir=$(srcdir); export srcdir; \
|
|
|
|
|
case "$@" in \
|
|
|
|
|
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
|
|
|
|
*) am__odir=.;; \
|
|
|
|
|
esac; \
|
|
|
|
|
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
|
|
|
|
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
|
|
|
|
if test -f "./$$f"; then dir=./; \
|
|
|
|
|
elif test -f "$$f"; then dir=; \
|
|
|
|
|
else dir="$(srcdir)/"; fi; \
|
|
|
|
|
tst=$$dir$$f; log='$@'; \
|
|
|
|
|
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
|
|
|
|
am__enable_hard_errors=no; \
|
|
|
|
|
else \
|
|
|
|
|
am__enable_hard_errors=yes; \
|
|
|
|
|
fi; \
|
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
|
|
|
|
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
|
|
|
|
am__expect_failure=yes;; \
|
|
|
|
|
*) \
|
|
|
|
|
am__expect_failure=no;; \
|
|
|
|
|
esac; \
|
|
|
|
|
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
|
|
|
|
# A shell command to get the names of the tests scripts with any registered
|
|
|
|
|
# extension removed (i.e., equivalently, the names of the test logs, with
|
|
|
|
|
# the '.log' extension removed). The result is saved in the shell variable
|
|
|
|
|
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
|
|
|
|
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
|
|
|
|
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
|
|
|
|
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
|
|
|
|
am__set_TESTS_bases = \
|
|
|
|
|
bases='$(TEST_LOGS)'; \
|
|
|
|
|
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
|
|
|
|
bases=`echo $$bases`
|
|
|
|
|
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
|
|
|
|
|
RECHECK_LOGS = $(TEST_LOGS)
|
|
|
|
|
AM_RECURSIVE_TARGETS = check recheck
|
|
|
|
|
TEST_SUITE_LOG = test-suite.log
|
|
|
|
|
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
|
|
|
|
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
|
|
|
|
am__set_b = \
|
|
|
|
|
case '$@' in \
|
|
|
|
|
*/*) \
|
|
|
|
|
case '$*' in \
|
|
|
|
|
*/*) b='$*';; \
|
|
|
|
|
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
|
|
|
|
esac;; \
|
|
|
|
|
*) \
|
|
|
|
|
b='$*';; \
|
|
|
|
|
esac
|
|
|
|
|
am__test_logs1 = $(TESTS:=.log)
|
|
|
|
|
am__test_logs2 = $(am__test_logs1:.log=.log)
|
|
|
|
|
TEST_LOGS = $(am__test_logs2:.sh.log=.log)
|
|
|
|
|
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
|
|
|
|
SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS)
|
|
|
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/findplugin.in \
|
|
|
|
|
$(srcdir)/ref_hdf5_compat1.nc $(srcdir)/ref_hdf5_compat2.nc \
|
|
|
|
|
$(srcdir)/ref_hdf5_compat3.nc $(srcdir)/run_par_test.sh.in \
|
|
|
|
|
$(top_srcdir)/depcomp $(top_srcdir)/lib_flags.am \
|
|
|
|
|
$(top_srcdir)/test-driver
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
ACLOCAL = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' aclocal-1.16
|
|
|
|
|
ALLOCA =
|
|
|
|
|
AMTAR = $${TAR-tar}
|
|
|
|
|
AM_CFLAGS =
|
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
|
|
|
|
|
$(am__append_1) $(am__append_2)
|
|
|
|
|
AM_DEFAULT_VERBOSITY = 1
|
|
|
|
|
AM_LDFLAGS = $(am__append_3) $(am__append_4)
|
|
|
|
|
AR = ar
|
|
|
|
|
AUTOCONF = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoconf
|
|
|
|
|
AUTOHEADER = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' autoheader
|
|
|
|
|
AUTOMAKE = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' automake-1.16
|
|
|
|
|
AWK = gawk
|
|
|
|
|
BINFILE_NAME = binary-netcdf-4.9.2.tar
|
|
|
|
|
BUILD_INTERNAL_DOCS = no
|
|
|
|
|
CC = gcc
|
|
|
|
|
CCDEPMODE = depmode=gcc3
|
|
|
|
|
CC_VERSION = /usr/bin/gcc
|
|
|
|
|
CFLAGS = -fno-strict-aliasing
|
|
|
|
|
CONFIG_DATE = Thu Jun 15 00:26:09 CDT 2023
|
|
|
|
|
CPP =
|
|
|
|
|
CPPFLAGS = -I/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/include -I/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/include
|
|
|
|
|
CSCOPE = cscope
|
|
|
|
|
CTAGS = ctags
|
|
|
|
|
CXX = g++
|
|
|
|
|
CXXCPP = g++ -E
|
|
|
|
|
CXXDEPMODE = depmode=gcc3
|
|
|
|
|
CXXFLAGS = -g -O2
|
|
|
|
|
CYGPATH_W = echo
|
|
|
|
|
DEFS = -DHAVE_CONFIG_H
|
|
|
|
|
DEPDIR = .deps
|
|
|
|
|
DLLTOOL = false
|
|
|
|
|
DOT = dot
|
|
|
|
|
DOXYGEN =
|
|
|
|
|
DOXYGEN_CSS_FILE =
|
|
|
|
|
DOXYGEN_HEADER_FILE =
|
|
|
|
|
DOXYGEN_SEARCHENGINE = YES
|
|
|
|
|
DOXYGEN_SERVER_BASED_SEARCH = NO
|
|
|
|
|
DO_FILTER_TESTS = yes
|
|
|
|
|
DO_NCZARR_S3_TESTS = no
|
|
|
|
|
DO_NCZARR_ZIP_TESTS = no
|
|
|
|
|
DSYMUTIL =
|
|
|
|
|
DUMPBIN =
|
|
|
|
|
ECHO_C =
|
|
|
|
|
ECHO_N = -n
|
|
|
|
|
ECHO_T =
|
|
|
|
|
EGREP = /usr/bin/grep -E
|
|
|
|
|
ENABLED_DOC_SECTIONS =
|
|
|
|
|
ENABLE_NCZARR =
|
|
|
|
|
ENABLE_VALGRIND_drd = no
|
|
|
|
|
ENABLE_VALGRIND_helgrind = no
|
|
|
|
|
ENABLE_VALGRIND_memcheck = no
|
|
|
|
|
ENABLE_VALGRIND_sgcheck = no
|
|
|
|
|
ETAGS = etags
|
|
|
|
|
EXEEXT =
|
|
|
|
|
FGREP = /usr/bin/grep -F
|
|
|
|
|
FILECMD = file
|
|
|
|
|
GREP = /usr/bin/grep
|
|
|
|
|
HAS_BENCHMARKS = no
|
|
|
|
|
HAS_BYTERANGE = yes
|
|
|
|
|
HAS_CDF5 = yes
|
|
|
|
|
HAS_DAP = yes
|
|
|
|
|
HAS_DAP2 = yes
|
|
|
|
|
HAS_DAP4 = yes
|
|
|
|
|
HAS_DISKLESS = yes
|
|
|
|
|
HAS_ERANGE_FILL = no
|
|
|
|
|
HAS_HDF4 = no
|
|
|
|
|
HAS_HDF5 = yes
|
|
|
|
|
HAS_JNA = no
|
|
|
|
|
HAS_LOGGING = no
|
|
|
|
|
HAS_MMAP = no
|
|
|
|
|
HAS_MULTIFILTERS = yes
|
|
|
|
|
HAS_NC2 = yes
|
|
|
|
|
HAS_NC4 = yes
|
|
|
|
|
HAS_NCZARR = yes
|
|
|
|
|
HAS_NCZARR_ZIP = no
|
|
|
|
|
HAS_PARALLEL = no
|
|
|
|
|
HAS_PARALLEL4 = no
|
|
|
|
|
HAS_PAR_FILTERS = yes
|
|
|
|
|
HAS_PNETCDF = no
|
|
|
|
|
HAS_QUANTIZE = yes
|
|
|
|
|
HAS_S3 = no
|
|
|
|
|
HAS_SZLIB = yes
|
|
|
|
|
HAS_SZLIB_WRITE = yes
|
|
|
|
|
HAS_ZSTD = no
|
|
|
|
|
HAVE_DOT = NO
|
|
|
|
|
INSTALL = /usr/bin/install -c
|
|
|
|
|
INSTALL_DATA = ${INSTALL} -m 644
|
|
|
|
|
INSTALL_PROGRAM = ${INSTALL}
|
|
|
|
|
INSTALL_SCRIPT = ${INSTALL}
|
|
|
|
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
|
|
|
|
ISCMAKE =
|
|
|
|
|
ISCYGWIN =
|
|
|
|
|
ISMINGW =
|
|
|
|
|
ISMSVC =
|
|
|
|
|
ISMSYS =
|
|
|
|
|
ISOSX =
|
|
|
|
|
ISREGEDIT = yes
|
|
|
|
|
LD = /usr/bin/ld -m elf_x86_64
|
|
|
|
|
LDFLAGS = -L/mnt/Storage/Documents/Code/LibraryTest/lib/hdf5-1.14.1/lib -L/mnt/Storage/Documents/Code/LibraryTest/lib/zlib-1.2.13/lib
|
|
|
|
|
LIBOBJS =
|
|
|
|
|
LIBS = -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl
|
|
|
|
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
|
|
|
|
LIPO =
|
|
|
|
|
LN_S = ln -s
|
|
|
|
|
LTLIBOBJS =
|
|
|
|
|
LT_SYS_LIBRARY_PATH =
|
|
|
|
|
M4FLAGS =
|
|
|
|
|
MAINT = #
|
|
|
|
|
MAKEINFO = ${SHELL} '/home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/missing' makeinfo
|
|
|
|
|
MANIFEST_TOOL = :
|
|
|
|
|
MKDIR_P = /usr/bin/mkdir -p
|
|
|
|
|
MPIEXEC = mpiexec
|
|
|
|
|
NC_DISPATCH_VERSION = 5
|
|
|
|
|
NC_ENABLE_DOXYGEN_PDF_OUTPUT =
|
|
|
|
|
NC_HAS_BENCHMARKS = 0
|
|
|
|
|
NC_HAS_BLOSC = 0
|
|
|
|
|
NC_HAS_BYTERANGE = 1
|
|
|
|
|
NC_HAS_BZ2 = 1
|
|
|
|
|
NC_HAS_CDF5 = 1
|
|
|
|
|
NC_HAS_DAP2 = 1
|
|
|
|
|
NC_HAS_DAP4 = 1
|
|
|
|
|
NC_HAS_DISKLESS = 1
|
|
|
|
|
NC_HAS_ERANGE_FILL = 0
|
|
|
|
|
NC_HAS_HDF4 = 0
|
|
|
|
|
NC_HAS_HDF5 = 1
|
|
|
|
|
NC_HAS_JNA = 0
|
|
|
|
|
NC_HAS_LOGGING = 0
|
|
|
|
|
NC_HAS_MMAP = 0
|
|
|
|
|
NC_HAS_MULTIFILTERS = 1
|
|
|
|
|
NC_HAS_NC2 = 1
|
|
|
|
|
NC_HAS_NC4 = 1
|
|
|
|
|
NC_HAS_NCZARR = 1
|
|
|
|
|
NC_HAS_PARALLEL = 0
|
|
|
|
|
NC_HAS_PARALLEL4 = 0
|
|
|
|
|
NC_HAS_PAR_FILTERS = 1
|
|
|
|
|
NC_HAS_PNETCDF = 0
|
|
|
|
|
NC_HAS_QUANTIZE = 1
|
|
|
|
|
NC_HAS_S3 = 0
|
|
|
|
|
NC_HAS_SZIP = 0
|
|
|
|
|
NC_HAS_ZSTD = 0
|
|
|
|
|
NC_LIBS = -lnetcdf
|
|
|
|
|
NC_M4 = m4
|
|
|
|
|
NC_VERSION = 4.9.2
|
|
|
|
|
NC_VERSION_MAJOR = 4
|
|
|
|
|
NC_VERSION_MINOR = 9
|
|
|
|
|
NC_VERSION_NOTE =
|
|
|
|
|
NC_VERSION_PATCH = 2
|
|
|
|
|
NC_XML2_CONFIG = xml2-config
|
|
|
|
|
NM = /usr/bin/nm -B
|
|
|
|
|
NMEDIT =
|
|
|
|
|
NOUNDEFINED =
|
|
|
|
|
OBJDUMP = objdump
|
|
|
|
|
OBJEXT = o
|
|
|
|
|
OTOOL =
|
|
|
|
|
OTOOL64 =
|
|
|
|
|
PACKAGE = netcdf-c
|
|
|
|
|
PACKAGE_BUGREPORT = support-netcdf@unidata.ucar.edu
|
|
|
|
|
PACKAGE_NAME = netCDF
|
|
|
|
|
PACKAGE_STRING = netCDF 4.9.2
|
|
|
|
|
PACKAGE_TARNAME = netcdf-c
|
|
|
|
|
PACKAGE_URL =
|
|
|
|
|
PACKAGE_VERSION = 4.9.2
|
|
|
|
|
PATH_SEPARATOR = :
|
|
|
|
|
PLUGIN_INSTALL_DIR = no
|
|
|
|
|
PLUGIN_INSTALL_DIR_SETTING = N.A.
|
|
|
|
|
RANLIB = ranlib
|
|
|
|
|
RELAX_COORD_BOUND = yes
|
|
|
|
|
SED = /usr/bin/sed
|
|
|
|
|
SET_MAKE =
|
|
|
|
|
SHELL = /bin/bash
|
|
|
|
|
SHOW_DOXYGEN_TAG_LIST = no
|
|
|
|
|
STD_FILTERS = deflate bz2
|
|
|
|
|
STRIP = strip
|
|
|
|
|
USEPLUGINS = yes
|
|
|
|
|
VALGRIND =
|
|
|
|
|
VALGRIND_ENABLED = no
|
|
|
|
|
VERSION = 4.9.2
|
|
|
|
|
WINVERBUILD = 0
|
|
|
|
|
WINVERMAJOR = 0
|
|
|
|
|
XML2FLAGS = -I/usr/include/libxml2
|
|
|
|
|
XMLPARSER = libxml2
|
|
|
|
|
abs_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test4
|
|
|
|
|
abs_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/nc_test4
|
|
|
|
|
abs_top_builddir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2
|
|
|
|
|
abs_top_srcdir = /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2
|
|
|
|
|
ac_ct_AR = ar
|
|
|
|
|
ac_ct_CC = gcc
|
|
|
|
|
ac_ct_CXX = g++
|
|
|
|
|
ac_ct_DUMPBIN =
|
|
|
|
|
am__include = include
|
|
|
|
|
am__leading_dot = .
|
|
|
|
|
am__quote =
|
|
|
|
|
am__tar = $${TAR-tar} chof - "$$tardir"
|
|
|
|
|
am__untar = $${TAR-tar} xf -
|
|
|
|
|
bindir = ${exec_prefix}/bin
|
|
|
|
|
build = x86_64-pc-linux-gnu
|
|
|
|
|
build_alias =
|
|
|
|
|
build_cpu = x86_64
|
|
|
|
|
build_os = linux-gnu
|
|
|
|
|
build_vendor = pc
|
|
|
|
|
builddir = .
|
|
|
|
|
datadir = ${datarootdir}
|
|
|
|
|
datarootdir = ${prefix}/share
|
|
|
|
|
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
|
|
|
|
dvidir = ${docdir}
|
|
|
|
|
enable_shared = yes
|
|
|
|
|
enable_static = yes
|
|
|
|
|
exec_prefix = ${prefix}
|
|
|
|
|
host = x86_64-pc-linux-gnu
|
|
|
|
|
host_alias =
|
|
|
|
|
host_cpu = x86_64
|
|
|
|
|
host_os = linux-gnu
|
|
|
|
|
host_vendor = pc
|
|
|
|
|
htmldir = ${docdir}
|
|
|
|
|
includedir = ${prefix}/include
|
|
|
|
|
infodir = ${datarootdir}/info
|
|
|
|
|
install_sh = ${SHELL} /home/kjao/Documents/Code/LibraryTest/lib/clone/netcdf-c-4.9.2/install-sh
|
|
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
|
libexecdir = ${exec_prefix}/libexec
|
|
|
|
|
localedir = ${datarootdir}/locale
|
|
|
|
|
localstatedir = ${prefix}/var
|
|
|
|
|
mandir = ${datarootdir}/man
|
|
|
|
|
mkdir_p = $(MKDIR_P)
|
|
|
|
|
netCDF_SO_VERSION = 21:2:2
|
|
|
|
|
oldincludedir = /usr/include
|
|
|
|
|
pdfdir = ${docdir}
|
|
|
|
|
prefix = /mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2
|
|
|
|
|
program_transform_name = s,x,x,
|
|
|
|
|
psdir = ${docdir}
|
|
|
|
|
runstatedir = ${localstatedir}/run
|
|
|
|
|
sbindir = ${exec_prefix}/sbin
|
|
|
|
|
sharedstatedir = ${prefix}/com
|
|
|
|
|
srcdir = .
|
|
|
|
|
sysconfdir = ${prefix}/etc
|
|
|
|
|
target = x86_64-pc-linux-gnu
|
|
|
|
|
target_alias =
|
|
|
|
|
target_cpu = x86_64
|
|
|
|
|
target_os = linux-gnu
|
|
|
|
|
target_vendor = pc
|
|
|
|
|
top_build_prefix = ../
|
|
|
|
|
top_builddir = ..
|
|
|
|
|
top_srcdir = ..
|
|
|
|
|
valgrind_enabled_tools =
|
|
|
|
|
valgrind_tools = memcheck helgrind drd sgcheck
|
|
|
|
|
AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir};
|
|
|
|
|
|
|
|
|
|
# Put together AM_CPPFLAGS and AM_LDFLAGS.
|
|
|
|
|
|
|
|
|
|
# Un comment to use a more verbose test driver
|
|
|
|
|
#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
|
|
|
|
#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
|
|
|
|
#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
|
|
|
|
#TESTS_ENVIRONMENT = export SETX=1;
|
|
|
|
|
TEST_EXTENSIONS = .sh
|
|
|
|
|
|
|
|
|
|
# Link to our assembled library.
|
|
|
|
|
LDADD = ${top_builddir}/liblib/libnetcdf.la
|
|
|
|
|
|
|
|
|
|
# These are netCDF-4 C test programs which are built and run.
|
|
|
|
|
NC4_TESTS = tst_dims tst_dims2 tst_dims3 tst_files tst_files4 tst_vars \
|
|
|
|
|
tst_varms tst_unlim_vars tst_converts tst_converts2 tst_grps \
|
|
|
|
|
tst_grps2 tst_compounds tst_compounds2 tst_compounds3 \
|
|
|
|
|
tst_opaques tst_strings tst_strings2 tst_interops \
|
|
|
|
|
tst_interops4 tst_interops5 tst_interops6 tst_interops_dims \
|
|
|
|
|
tst_enums tst_coords tst_coords2 tst_coords3 tst_vars3 \
|
|
|
|
|
tst_vars4 tst_chunks tst_chunks2 tst_utf8 tst_fills tst_fills2 \
|
|
|
|
|
tst_fillbug tst_xplatform tst_xplatform2 tst_endian_fill \
|
|
|
|
|
tst_atts t_type cdm_sea_soundings tst_camrun tst_vl tst_atts1 \
|
|
|
|
|
tst_atts2 tst_vars2 tst_files5 tst_files6 tst_sync \
|
|
|
|
|
tst_h_scalar tst_rename tst_rename2 tst_rename3 tst_h5_endians \
|
|
|
|
|
tst_atts_string_rewrite tst_hdf5_file_compat \
|
|
|
|
|
tst_fill_attr_vanish tst_rehash tst_filterparser tst_bug324 \
|
|
|
|
|
tst_types tst_atts3 tst_put_vars tst_elatefill tst_udf \
|
|
|
|
|
tst_put_vars_two_unlim_dim tst_bug1442 tst_quantize \
|
|
|
|
|
$(am__append_5) tst_h_strbug tst_h_refs
|
|
|
|
|
XFAIL_TESTS = $(am__append_16)
|
|
|
|
|
|
|
|
|
|
# Filter Tests (requires ncdump and ncgen and HDF5)
|
|
|
|
|
extradir =
|
|
|
|
|
|
|
|
|
|
# The tst_filterinstall test can only be run after an install
|
|
|
|
|
# occurred with --with-plugin-dir enabled. So there is no point
|
|
|
|
|
#in running it via make check. It is kept here so it can be
|
|
|
|
|
# manually invoked if desired
|
|
|
|
|
EXTRA_DIST = run_par_test.sh.in ref_tst_compounds.nc \
|
|
|
|
|
ref_tst_xplatform2_1.nc ref_tst_xplatform2_2.nc \
|
|
|
|
|
ref_tst_dims.nc ref_tst_interops4.nc CMakeLists.txt \
|
|
|
|
|
run_grp_rename.sh run_empty_vlen_test.sh ref_hdf5_compat1.nc \
|
|
|
|
|
ref_hdf5_compat2.nc ref_hdf5_compat3.nc tst_misc.sh tdset.h5 \
|
|
|
|
|
tst_szip.sh ref_szip.h5 ref_szip.cdl tst_filter.sh bzip2.cdl \
|
|
|
|
|
noop.cdl ref_filtered.cdl ref_unfiltered.cdl ref_bzip2.c \
|
|
|
|
|
findplugin.in ref_unfilteredvv.cdl ref_filteredvv.cdl \
|
|
|
|
|
ref_multi.cdl ref_ncgenF.cdl ref_nccopyF.cdl \
|
|
|
|
|
ref_filter_repeat.txt ref_fillonly.cdl test_fillonly.sh \
|
|
|
|
|
ref_filter_order_create.txt ref_filter_order_read.txt \
|
|
|
|
|
ref_any.cdl tst_specific_filters.sh tst_unknown.sh \
|
|
|
|
|
tst_virtual_datasets.c noop1.cdl unknown.cdl \
|
|
|
|
|
tst_broken_files.c ref_bloscx.cdl tst_bloscfail.sh \
|
|
|
|
|
tst_fixedstring.sh ref_fixedstring.h5 ref_fixedstring.cdl \
|
|
|
|
|
tst_filterinstall.sh
|
|
|
|
|
CLEANFILES = tst_mpi_parallel.bin cdm_sea_soundings.nc bm_chunking.nc \
|
|
|
|
|
tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_*.nc tmp_*.txt \
|
|
|
|
|
tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl \
|
|
|
|
|
tst_simple*.cdl tst_chunks.cdl pr_A1.* tauu_A1.* usi_01.* thetau_01.* \
|
|
|
|
|
tst_*.h5 tst_grp_rename.cdl tst_grp_rename.dmp ref_grp_rename.cdl \
|
|
|
|
|
foo1.nc tst_*.h4 test.nc testszip.nc test.h5 szip_dump.cdl \
|
|
|
|
|
perftest.txt bigmeta.nc bigvars.nc *.gz MSGCPP_*.nc \
|
|
|
|
|
floats*.nc floats*.cdl shorts*.nc shorts*.cdl ints*.nc ints*.cdl \
|
|
|
|
|
testfilter_reg.nc filterrepeat.txt tmp_fillonly.nc \
|
|
|
|
|
testfilter_order.nc crfilterorder.txt rdfilterorder.txt 1 \
|
|
|
|
|
tmp_*.txt tmp_*.nc tmp*.dump tmp*.cdl tmp*.txt tmp*.tmp \
|
|
|
|
|
tmp_bzip2.c bzip2.nc noop.nc tmp_*.dmp tmp_*.cdl
|
|
|
|
|
|
|
|
|
|
DISTCLEANFILES = findplugin.sh run_par_test.sh
|
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
|
|
|
|
|
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/lib_flags.am $(am__configure_deps)
|
|
|
|
|
@for dep in $?; do \
|
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
|
*$$dep*) \
|
|
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nc_test4/Makefile'; \
|
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
|
$(AUTOMAKE) --foreign nc_test4/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__maybe_remake_depfiles)'; \
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
|
|
|
|
esac;
|
|
|
|
|
$(top_srcdir)/lib_flags.am $(am__empty):
|
|
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: # $(am__configure_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
findplugin.sh: $(top_builddir)/config.status $(srcdir)/findplugin.in
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
|
|
run_par_test.sh: $(top_builddir)/config.status $(srcdir)/run_par_test.sh.in
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
|
|
|
|
|
|
|
clean-checkPROGRAMS:
|
|
|
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
|
rm -f $$list || exit $$?; \
|
|
|
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
|
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
|
rm -f $$list
|
|
|
|
|
|
|
|
|
|
build_fixedstring$(EXEEXT): $(build_fixedstring_OBJECTS) $(build_fixedstring_DEPENDENCIES) $(EXTRA_build_fixedstring_DEPENDENCIES)
|
|
|
|
|
@rm -f build_fixedstring$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(build_fixedstring_OBJECTS) $(build_fixedstring_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
cdm_sea_soundings$(EXEEXT): $(cdm_sea_soundings_OBJECTS) $(cdm_sea_soundings_DEPENDENCIES) $(EXTRA_cdm_sea_soundings_DEPENDENCIES)
|
|
|
|
|
@rm -f cdm_sea_soundings$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(cdm_sea_soundings_OBJECTS) $(cdm_sea_soundings_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
h5testszip$(EXEEXT): $(h5testszip_OBJECTS) $(h5testszip_DEPENDENCIES) $(EXTRA_h5testszip_DEPENDENCIES)
|
|
|
|
|
@rm -f h5testszip$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(h5testszip_OBJECTS) $(h5testszip_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
renamegroup$(EXEEXT): $(renamegroup_OBJECTS) $(renamegroup_DEPENDENCIES) $(EXTRA_renamegroup_DEPENDENCIES)
|
|
|
|
|
@rm -f renamegroup$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(renamegroup_OBJECTS) $(renamegroup_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
t_type$(EXEEXT): $(t_type_OBJECTS) $(t_type_DEPENDENCIES) $(EXTRA_t_type_DEPENDENCIES)
|
|
|
|
|
@rm -f t_type$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(t_type_OBJECTS) $(t_type_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_filter$(EXEEXT): $(test_filter_OBJECTS) $(test_filter_DEPENDENCIES) $(EXTRA_test_filter_DEPENDENCIES)
|
|
|
|
|
@rm -f test_filter$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_filter_OBJECTS) $(test_filter_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_filter_misc$(EXEEXT): $(test_filter_misc_OBJECTS) $(test_filter_misc_DEPENDENCIES) $(EXTRA_test_filter_misc_DEPENDENCIES)
|
|
|
|
|
@rm -f test_filter_misc$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_filter_misc_OBJECTS) $(test_filter_misc_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_filter_order$(EXEEXT): $(test_filter_order_OBJECTS) $(test_filter_order_DEPENDENCIES) $(EXTRA_test_filter_order_DEPENDENCIES)
|
|
|
|
|
@rm -f test_filter_order$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_filter_order_OBJECTS) $(test_filter_order_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_filter_repeat$(EXEEXT): $(test_filter_repeat_OBJECTS) $(test_filter_repeat_DEPENDENCIES) $(EXTRA_test_filter_repeat_DEPENDENCIES)
|
|
|
|
|
@rm -f test_filter_repeat$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_filter_repeat_OBJECTS) $(test_filter_repeat_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_filter_vlen$(EXEEXT): $(test_filter_vlen_OBJECTS) $(test_filter_vlen_DEPENDENCIES) $(EXTRA_test_filter_vlen_DEPENDENCIES)
|
|
|
|
|
@rm -f test_filter_vlen$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_filter_vlen_OBJECTS) $(test_filter_vlen_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
test_szip$(EXEEXT): $(test_szip_OBJECTS) $(test_szip_DEPENDENCIES) $(EXTRA_test_szip_DEPENDENCIES)
|
|
|
|
|
@rm -f test_szip$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(test_szip_OBJECTS) $(test_szip_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_alignment$(EXEEXT): $(tst_alignment_OBJECTS) $(tst_alignment_DEPENDENCIES) $(EXTRA_tst_alignment_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_alignment$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_alignment_OBJECTS) $(tst_alignment_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_atts$(EXEEXT): $(tst_atts_OBJECTS) $(tst_atts_DEPENDENCIES) $(EXTRA_tst_atts_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_atts$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_atts_OBJECTS) $(tst_atts_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_atts1$(EXEEXT): $(tst_atts1_OBJECTS) $(tst_atts1_DEPENDENCIES) $(EXTRA_tst_atts1_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_atts1$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_atts1_OBJECTS) $(tst_atts1_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_atts2$(EXEEXT): $(tst_atts2_OBJECTS) $(tst_atts2_DEPENDENCIES) $(EXTRA_tst_atts2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_atts2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_atts2_OBJECTS) $(tst_atts2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_atts3$(EXEEXT): $(tst_atts3_OBJECTS) $(tst_atts3_DEPENDENCIES) $(EXTRA_tst_atts3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_atts3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_atts3_OBJECTS) $(tst_atts3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_atts_string_rewrite$(EXEEXT): $(tst_atts_string_rewrite_OBJECTS) $(tst_atts_string_rewrite_DEPENDENCIES) $(EXTRA_tst_atts_string_rewrite_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_atts_string_rewrite$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_atts_string_rewrite_OBJECTS) $(tst_atts_string_rewrite_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_bug1442$(EXEEXT): $(tst_bug1442_OBJECTS) $(tst_bug1442_DEPENDENCIES) $(EXTRA_tst_bug1442_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_bug1442$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_bug1442_OBJECTS) $(tst_bug1442_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_bug324$(EXEEXT): $(tst_bug324_OBJECTS) $(tst_bug324_DEPENDENCIES) $(EXTRA_tst_bug324_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_bug324$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_bug324_OBJECTS) $(tst_bug324_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_camrun$(EXEEXT): $(tst_camrun_OBJECTS) $(tst_camrun_DEPENDENCIES) $(EXTRA_tst_camrun_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_camrun$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_camrun_OBJECTS) $(tst_camrun_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_charvlenbug$(EXEEXT): $(tst_charvlenbug_OBJECTS) $(tst_charvlenbug_DEPENDENCIES) $(EXTRA_tst_charvlenbug_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_charvlenbug$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_charvlenbug_OBJECTS) $(tst_charvlenbug_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_chunks$(EXEEXT): $(tst_chunks_OBJECTS) $(tst_chunks_DEPENDENCIES) $(EXTRA_tst_chunks_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_chunks$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_chunks_OBJECTS) $(tst_chunks_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_chunks2$(EXEEXT): $(tst_chunks2_OBJECTS) $(tst_chunks2_DEPENDENCIES) $(EXTRA_tst_chunks2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_chunks2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_chunks2_OBJECTS) $(tst_chunks2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_compounds$(EXEEXT): $(tst_compounds_OBJECTS) $(tst_compounds_DEPENDENCIES) $(EXTRA_tst_compounds_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_compounds$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_compounds_OBJECTS) $(tst_compounds_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_compounds2$(EXEEXT): $(tst_compounds2_OBJECTS) $(tst_compounds2_DEPENDENCIES) $(EXTRA_tst_compounds2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_compounds2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_compounds2_OBJECTS) $(tst_compounds2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_compounds3$(EXEEXT): $(tst_compounds3_OBJECTS) $(tst_compounds3_DEPENDENCIES) $(EXTRA_tst_compounds3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_compounds3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_compounds3_OBJECTS) $(tst_compounds3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_converts$(EXEEXT): $(tst_converts_OBJECTS) $(tst_converts_DEPENDENCIES) $(EXTRA_tst_converts_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_converts$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_converts_OBJECTS) $(tst_converts_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_converts2$(EXEEXT): $(tst_converts2_OBJECTS) $(tst_converts2_DEPENDENCIES) $(EXTRA_tst_converts2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_converts2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_converts2_OBJECTS) $(tst_converts2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_coords$(EXEEXT): $(tst_coords_OBJECTS) $(tst_coords_DEPENDENCIES) $(EXTRA_tst_coords_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_coords$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_coords_OBJECTS) $(tst_coords_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_coords2$(EXEEXT): $(tst_coords2_OBJECTS) $(tst_coords2_DEPENDENCIES) $(EXTRA_tst_coords2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_coords2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_coords2_OBJECTS) $(tst_coords2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_coords3$(EXEEXT): $(tst_coords3_OBJECTS) $(tst_coords3_DEPENDENCIES) $(EXTRA_tst_coords3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_coords3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_coords3_OBJECTS) $(tst_coords3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_dims$(EXEEXT): $(tst_dims_OBJECTS) $(tst_dims_DEPENDENCIES) $(EXTRA_tst_dims_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_dims$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_dims_OBJECTS) $(tst_dims_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_dims2$(EXEEXT): $(tst_dims2_OBJECTS) $(tst_dims2_DEPENDENCIES) $(EXTRA_tst_dims2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_dims2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_dims2_OBJECTS) $(tst_dims2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_dims3$(EXEEXT): $(tst_dims3_OBJECTS) $(tst_dims3_DEPENDENCIES) $(EXTRA_tst_dims3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_dims3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_dims3_OBJECTS) $(tst_dims3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_elatefill$(EXEEXT): $(tst_elatefill_OBJECTS) $(tst_elatefill_DEPENDENCIES) $(EXTRA_tst_elatefill_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_elatefill$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_elatefill_OBJECTS) $(tst_elatefill_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_empty_vlen_unlim$(EXEEXT): $(tst_empty_vlen_unlim_OBJECTS) $(tst_empty_vlen_unlim_DEPENDENCIES) $(EXTRA_tst_empty_vlen_unlim_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_empty_vlen_unlim$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_empty_vlen_unlim_OBJECTS) $(tst_empty_vlen_unlim_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_endian_fill$(EXEEXT): $(tst_endian_fill_OBJECTS) $(tst_endian_fill_DEPENDENCIES) $(EXTRA_tst_endian_fill_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_endian_fill$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_endian_fill_OBJECTS) $(tst_endian_fill_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_enums$(EXEEXT): $(tst_enums_OBJECTS) $(tst_enums_DEPENDENCIES) $(EXTRA_tst_enums_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_enums$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_enums_OBJECTS) $(tst_enums_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_files$(EXEEXT): $(tst_files_OBJECTS) $(tst_files_DEPENDENCIES) $(EXTRA_tst_files_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_files$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_files_OBJECTS) $(tst_files_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_files4$(EXEEXT): $(tst_files4_OBJECTS) $(tst_files4_DEPENDENCIES) $(EXTRA_tst_files4_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_files4$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_files4_OBJECTS) $(tst_files4_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_files5$(EXEEXT): $(tst_files5_OBJECTS) $(tst_files5_DEPENDENCIES) $(EXTRA_tst_files5_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_files5$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_files5_OBJECTS) $(tst_files5_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_files6$(EXEEXT): $(tst_files6_OBJECTS) $(tst_files6_DEPENDENCIES) $(EXTRA_tst_files6_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_files6$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_files6_OBJECTS) $(tst_files6_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_fill_attr_vanish$(EXEEXT): $(tst_fill_attr_vanish_OBJECTS) $(tst_fill_attr_vanish_DEPENDENCIES) $(EXTRA_tst_fill_attr_vanish_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_fill_attr_vanish$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_fill_attr_vanish_OBJECTS) $(tst_fill_attr_vanish_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_fillbug$(EXEEXT): $(tst_fillbug_OBJECTS) $(tst_fillbug_DEPENDENCIES) $(EXTRA_tst_fillbug_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_fillbug$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_fillbug_OBJECTS) $(tst_fillbug_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_fillonly$(EXEEXT): $(tst_fillonly_OBJECTS) $(tst_fillonly_DEPENDENCIES) $(EXTRA_tst_fillonly_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_fillonly$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_fillonly_OBJECTS) $(tst_fillonly_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_fills$(EXEEXT): $(tst_fills_OBJECTS) $(tst_fills_DEPENDENCIES) $(EXTRA_tst_fills_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_fills$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_fills_OBJECTS) $(tst_fills_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_fills2$(EXEEXT): $(tst_fills2_OBJECTS) $(tst_fills2_DEPENDENCIES) $(EXTRA_tst_fills2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_fills2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_fills2_OBJECTS) $(tst_fills2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_filter_avail$(EXEEXT): $(tst_filter_avail_OBJECTS) $(tst_filter_avail_DEPENDENCIES) $(EXTRA_tst_filter_avail_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_filter_avail$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_filter_avail_OBJECTS) $(tst_filter_avail_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_filterparser$(EXEEXT): $(tst_filterparser_OBJECTS) $(tst_filterparser_DEPENDENCIES) $(EXTRA_tst_filterparser_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_filterparser$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_filterparser_OBJECTS) $(tst_filterparser_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_grps$(EXEEXT): $(tst_grps_OBJECTS) $(tst_grps_DEPENDENCIES) $(EXTRA_tst_grps_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_grps$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_grps_OBJECTS) $(tst_grps_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_grps2$(EXEEXT): $(tst_grps2_OBJECTS) $(tst_grps2_DEPENDENCIES) $(EXTRA_tst_grps2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_grps2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_grps2_OBJECTS) $(tst_grps2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_h5_endians$(EXEEXT): $(tst_h5_endians_OBJECTS) $(tst_h5_endians_DEPENDENCIES) $(EXTRA_tst_h5_endians_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_h5_endians$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_h5_endians_OBJECTS) $(tst_h5_endians_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_h_refs$(EXEEXT): $(tst_h_refs_OBJECTS) $(tst_h_refs_DEPENDENCIES) $(EXTRA_tst_h_refs_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_h_refs$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_h_refs_OBJECTS) $(tst_h_refs_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_h_scalar$(EXEEXT): $(tst_h_scalar_OBJECTS) $(tst_h_scalar_DEPENDENCIES) $(EXTRA_tst_h_scalar_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_h_scalar$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_h_scalar_OBJECTS) $(tst_h_scalar_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_h_strbug$(EXEEXT): $(tst_h_strbug_OBJECTS) $(tst_h_strbug_DEPENDENCIES) $(EXTRA_tst_h_strbug_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_h_strbug$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_h_strbug_OBJECTS) $(tst_h_strbug_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_hdf5_file_compat$(EXEEXT): $(tst_hdf5_file_compat_OBJECTS) $(tst_hdf5_file_compat_DEPENDENCIES) $(EXTRA_tst_hdf5_file_compat_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_hdf5_file_compat$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_hdf5_file_compat_OBJECTS) $(tst_hdf5_file_compat_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_interops$(EXEEXT): $(tst_interops_OBJECTS) $(tst_interops_DEPENDENCIES) $(EXTRA_tst_interops_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_interops$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_interops_OBJECTS) $(tst_interops_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_interops4$(EXEEXT): $(tst_interops4_OBJECTS) $(tst_interops4_DEPENDENCIES) $(EXTRA_tst_interops4_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_interops4$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_interops4_OBJECTS) $(tst_interops4_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_interops5$(EXEEXT): $(tst_interops5_OBJECTS) $(tst_interops5_DEPENDENCIES) $(EXTRA_tst_interops5_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_interops5$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_interops5_OBJECTS) $(tst_interops5_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_interops6$(EXEEXT): $(tst_interops6_OBJECTS) $(tst_interops6_DEPENDENCIES) $(EXTRA_tst_interops6_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_interops6$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_interops6_OBJECTS) $(tst_interops6_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_interops_dims$(EXEEXT): $(tst_interops_dims_OBJECTS) $(tst_interops_dims_DEPENDENCIES) $(EXTRA_tst_interops_dims_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_interops_dims$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_interops_dims_OBJECTS) $(tst_interops_dims_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_large$(EXEEXT): $(tst_large_OBJECTS) $(tst_large_DEPENDENCIES) $(EXTRA_tst_large_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_large$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_large_OBJECTS) $(tst_large_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_large2$(EXEEXT): $(tst_large2_OBJECTS) $(tst_large2_DEPENDENCIES) $(EXTRA_tst_large2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_large2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_large2_OBJECTS) $(tst_large2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_mode$(EXEEXT): $(tst_mode_OBJECTS) $(tst_mode_DEPENDENCIES) $(EXTRA_tst_mode_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_mode$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_mode_OBJECTS) $(tst_mode_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_mpi_parallel$(EXEEXT): $(tst_mpi_parallel_OBJECTS) $(tst_mpi_parallel_DEPENDENCIES) $(EXTRA_tst_mpi_parallel_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_mpi_parallel$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_mpi_parallel_OBJECTS) $(tst_mpi_parallel_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_multifilter$(EXEEXT): $(tst_multifilter_OBJECTS) $(tst_multifilter_DEPENDENCIES) $(EXTRA_tst_multifilter_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_multifilter$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_multifilter_OBJECTS) $(tst_multifilter_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_nc4perf$(EXEEXT): $(tst_nc4perf_OBJECTS) $(tst_nc4perf_DEPENDENCIES) $(EXTRA_tst_nc4perf_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_nc4perf$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_nc4perf_OBJECTS) $(tst_nc4perf_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_opaques$(EXEEXT): $(tst_opaques_OBJECTS) $(tst_opaques_DEPENDENCIES) $(EXTRA_tst_opaques_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_opaques$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_opaques_OBJECTS) $(tst_opaques_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel$(EXEEXT): $(tst_parallel_OBJECTS) $(tst_parallel_DEPENDENCIES) $(EXTRA_tst_parallel_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel_OBJECTS) $(tst_parallel_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel3$(EXEEXT): $(tst_parallel3_OBJECTS) $(tst_parallel3_DEPENDENCIES) $(EXTRA_tst_parallel3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel3_OBJECTS) $(tst_parallel3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel4$(EXEEXT): $(tst_parallel4_OBJECTS) $(tst_parallel4_DEPENDENCIES) $(EXTRA_tst_parallel4_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel4$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel4_OBJECTS) $(tst_parallel4_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel5$(EXEEXT): $(tst_parallel5_OBJECTS) $(tst_parallel5_DEPENDENCIES) $(EXTRA_tst_parallel5_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel5$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel5_OBJECTS) $(tst_parallel5_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel6$(EXEEXT): $(tst_parallel6_OBJECTS) $(tst_parallel6_DEPENDENCIES) $(EXTRA_tst_parallel6_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel6$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel6_OBJECTS) $(tst_parallel6_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel_compress$(EXEEXT): $(tst_parallel_compress_OBJECTS) $(tst_parallel_compress_DEPENDENCIES) $(EXTRA_tst_parallel_compress_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel_compress$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel_compress_OBJECTS) $(tst_parallel_compress_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_parallel_zlib$(EXEEXT): $(tst_parallel_zlib_OBJECTS) $(tst_parallel_zlib_DEPENDENCIES) $(EXTRA_tst_parallel_zlib_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_parallel_zlib$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_parallel_zlib_OBJECTS) $(tst_parallel_zlib_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_put_vars$(EXEEXT): $(tst_put_vars_OBJECTS) $(tst_put_vars_DEPENDENCIES) $(EXTRA_tst_put_vars_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_put_vars$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_put_vars_OBJECTS) $(tst_put_vars_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_put_vars_two_unlim_dim$(EXEEXT): $(tst_put_vars_two_unlim_dim_OBJECTS) $(tst_put_vars_two_unlim_dim_DEPENDENCIES) $(EXTRA_tst_put_vars_two_unlim_dim_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_put_vars_two_unlim_dim$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_put_vars_two_unlim_dim_OBJECTS) $(tst_put_vars_two_unlim_dim_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_quantize$(EXEEXT): $(tst_quantize_OBJECTS) $(tst_quantize_DEPENDENCIES) $(EXTRA_tst_quantize_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_quantize$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_quantize_OBJECTS) $(tst_quantize_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_quantize_par$(EXEEXT): $(tst_quantize_par_OBJECTS) $(tst_quantize_par_DEPENDENCIES) $(EXTRA_tst_quantize_par_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_quantize_par$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_quantize_par_OBJECTS) $(tst_quantize_par_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_rehash$(EXEEXT): $(tst_rehash_OBJECTS) $(tst_rehash_DEPENDENCIES) $(EXTRA_tst_rehash_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_rehash$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_rehash_OBJECTS) $(tst_rehash_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_rename$(EXEEXT): $(tst_rename_OBJECTS) $(tst_rename_DEPENDENCIES) $(EXTRA_tst_rename_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_rename$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_rename_OBJECTS) $(tst_rename_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_rename2$(EXEEXT): $(tst_rename2_OBJECTS) $(tst_rename2_DEPENDENCIES) $(EXTRA_tst_rename2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_rename2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_rename2_OBJECTS) $(tst_rename2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_rename3$(EXEEXT): $(tst_rename3_OBJECTS) $(tst_rename3_DEPENDENCIES) $(EXTRA_tst_rename3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_rename3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_rename3_OBJECTS) $(tst_rename3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_simplerw_coll_r$(EXEEXT): $(tst_simplerw_coll_r_OBJECTS) $(tst_simplerw_coll_r_DEPENDENCIES) $(EXTRA_tst_simplerw_coll_r_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_simplerw_coll_r$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_simplerw_coll_r_OBJECTS) $(tst_simplerw_coll_r_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_strings$(EXEEXT): $(tst_strings_OBJECTS) $(tst_strings_DEPENDENCIES) $(EXTRA_tst_strings_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_strings$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_strings_OBJECTS) $(tst_strings_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_strings2$(EXEEXT): $(tst_strings2_OBJECTS) $(tst_strings2_DEPENDENCIES) $(EXTRA_tst_strings2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_strings2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_strings2_OBJECTS) $(tst_strings2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_sync$(EXEEXT): $(tst_sync_OBJECTS) $(tst_sync_DEPENDENCIES) $(EXTRA_tst_sync_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_sync$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_sync_OBJECTS) $(tst_sync_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_types$(EXEEXT): $(tst_types_OBJECTS) $(tst_types_DEPENDENCIES) $(EXTRA_tst_types_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_types$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_types_OBJECTS) $(tst_types_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_udf$(EXEEXT): $(tst_udf_OBJECTS) $(tst_udf_DEPENDENCIES) $(EXTRA_tst_udf_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_udf$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_udf_OBJECTS) $(tst_udf_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_unlim_vars$(EXEEXT): $(tst_unlim_vars_OBJECTS) $(tst_unlim_vars_DEPENDENCIES) $(EXTRA_tst_unlim_vars_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_unlim_vars$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_unlim_vars_OBJECTS) $(tst_unlim_vars_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_utf8$(EXEEXT): $(tst_utf8_OBJECTS) $(tst_utf8_DEPENDENCIES) $(EXTRA_tst_utf8_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_utf8$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_utf8_OBJECTS) $(tst_utf8_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_v2$(EXEEXT): $(tst_v2_OBJECTS) $(tst_v2_DEPENDENCIES) $(EXTRA_tst_v2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_v2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_v2_OBJECTS) $(tst_v2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_varms$(EXEEXT): $(tst_varms_OBJECTS) $(tst_varms_DEPENDENCIES) $(EXTRA_tst_varms_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_varms$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_varms_OBJECTS) $(tst_varms_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vars$(EXEEXT): $(tst_vars_OBJECTS) $(tst_vars_DEPENDENCIES) $(EXTRA_tst_vars_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vars$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vars_OBJECTS) $(tst_vars_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vars2$(EXEEXT): $(tst_vars2_OBJECTS) $(tst_vars2_DEPENDENCIES) $(EXTRA_tst_vars2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vars2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vars2_OBJECTS) $(tst_vars2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vars3$(EXEEXT): $(tst_vars3_OBJECTS) $(tst_vars3_DEPENDENCIES) $(EXTRA_tst_vars3_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vars3$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vars3_OBJECTS) $(tst_vars3_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vars4$(EXEEXT): $(tst_vars4_OBJECTS) $(tst_vars4_DEPENDENCIES) $(EXTRA_tst_vars4_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vars4$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vars4_OBJECTS) $(tst_vars4_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vl$(EXEEXT): $(tst_vl_OBJECTS) $(tst_vl_DEPENDENCIES) $(EXTRA_tst_vl_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vl$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vl_OBJECTS) $(tst_vl_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_vlenstr$(EXEEXT): $(tst_vlenstr_OBJECTS) $(tst_vlenstr_DEPENDENCIES) $(EXTRA_tst_vlenstr_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_vlenstr$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_vlenstr_OBJECTS) $(tst_vlenstr_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_xplatform$(EXEEXT): $(tst_xplatform_OBJECTS) $(tst_xplatform_DEPENDENCIES) $(EXTRA_tst_xplatform_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_xplatform$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_xplatform_OBJECTS) $(tst_xplatform_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
tst_xplatform2$(EXEEXT): $(tst_xplatform2_OBJECTS) $(tst_xplatform2_DEPENDENCIES) $(EXTRA_tst_xplatform2_DEPENDENCIES)
|
|
|
|
|
@rm -f tst_xplatform2$(EXEEXT)
|
|
|
|
|
$(AM_V_CCLD)$(LINK) $(tst_xplatform2_OBJECTS) $(tst_xplatform2_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
|
|
|
|
include ./$(DEPDIR)/build_fixedstring.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/cdm_sea_soundings.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/h5testszip.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/renamegroup.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/t_type.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_filter.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_filter_misc.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_filter_order.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_filter_repeat.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_filter_vlen.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/test_szip.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_alignment.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_atts.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_atts1.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_atts2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_atts3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_atts_string_rewrite.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_bug1442.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_bug324.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_camrun.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_charvlenbug.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_chunks.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_chunks2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_compounds.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_compounds2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_compounds3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_converts.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_converts2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_coords.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_coords2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_coords3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_dims.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_dims2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_dims3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_elatefill.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_empty_vlen_unlim.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_endian_fill.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_enums.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_files.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_files4.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_files5.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_files6.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_fill_attr_vanish.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_fillbug.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_fillonly.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_fills.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_fills2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_filter_avail.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_filterparser.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_grps.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_grps2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_h5_endians.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_h_refs.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_h_scalar.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_h_strbug.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_hdf5_file_compat.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_interops.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_interops4.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_interops5.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_interops6.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_interops_dims.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_large.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_large2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_mode.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_mpi_parallel.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_multifilter.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_nc4perf.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_opaques.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel4.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel5.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel6.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel_compress.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_parallel_zlib.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_put_vars.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_quantize.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_quantize_par.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_rehash.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_rename.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_rename2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_rename3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_simplerw_coll_r.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_strings.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_strings2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_sync.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_types.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_udf.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_unlim_vars.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_utf8.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_v2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_varms.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vars.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vars2.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vars3.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vars4.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vl.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_vlenstr.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_xplatform.Po # am--include-marker
|
|
|
|
|
include ./$(DEPDIR)/tst_xplatform2.Po # am--include-marker
|
|
|
|
|
|
|
|
|
|
$(am__depfiles_remade):
|
|
|
|
|
@$(MKDIR_P) $(@D)
|
|
|
|
|
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
|
|
|
|
|
|
|
|
|
|
am--depfiles: $(am__depfiles_remade)
|
|
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
|
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
|
|
|
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
|
|
$(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
|
|
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
|
|
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
|
|
|
# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
|
|
|
|
|
|
|
|
|
|
.c.obj:
|
|
|
|
|
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
|
|
|
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
|
|
|
$(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
|
|
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
|
|
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
|
|
|
# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
|
|
|
|
|
|
.c.lo:
|
|
|
|
|
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
|
|
|
$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
|
|
$(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
|
|
|
# $(AM_V_CC)source='$<' object='$@' libtool=yes \
|
|
|
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
|
|
|
# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
|
|
|
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
check-valgrind-local:
|
|
|
|
|
check-valgrind-memcheck-local:
|
|
|
|
|
check-valgrind-helgrind-local:
|
|
|
|
|
check-valgrind-drd-local:
|
|
|
|
|
check-valgrind-sgcheck-local:
|
|
|
|
|
|
|
|
|
|
ID: $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
|
tags: tags-am
|
|
|
|
|
TAGS: tags
|
|
|
|
|
|
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
|
set x; \
|
|
|
|
|
here=`pwd`; \
|
|
|
|
|
$(am__define_uniq_tagged_files); \
|
|
|
|
|
shift; \
|
|
|
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
|
|
if test $$# -gt 0; then \
|
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
|
"$$@" $$unique; \
|
|
|
|
|
else \
|
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
|
$$unique; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi
|
|
|
|
|
ctags: ctags-am
|
|
|
|
|
|
|
|
|
|
CTAGS: ctags
|
|
|
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); \
|
|
|
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
|
|
|
$$unique
|
|
|
|
|
|
|
|
|
|
GTAGS:
|
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
|
cscopelist: cscopelist-am
|
|
|
|
|
|
|
|
|
|
cscopelist-am: $(am__tagged_files)
|
|
|
|
|
list='$(am__tagged_files)'; \
|
|
|
|
|
case "$(srcdir)" in \
|
|
|
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
|
|
|
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then \
|
|
|
|
|
echo "$(subdir)/$$i"; \
|
|
|
|
|
else \
|
|
|
|
|
echo "$$sdir/$$i"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done >> $(top_builddir)/cscope.files
|
|
|
|
|
|
|
|
|
|
distclean-tags:
|
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
|
|
|
|
|
|
# Recover from deleted '.trs' file; this should ensure that
|
|
|
|
|
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
|
|
|
|
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
|
|
|
|
# to avoid problems with "make -n".
|
|
|
|
|
.log.trs:
|
|
|
|
|
rm -f $< $@
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $<
|
|
|
|
|
|
|
|
|
|
# Leading 'am--fnord' is there to ensure the list of targets does not
|
|
|
|
|
# expand to empty, as could happen e.g. with make check TESTS=''.
|
|
|
|
|
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
|
|
|
|
am--force-recheck:
|
|
|
|
|
@:
|
|
|
|
|
|
|
|
|
|
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
|
|
|
|
@$(am__set_TESTS_bases); \
|
|
|
|
|
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
|
|
|
|
redo_bases=`for i in $$bases; do \
|
|
|
|
|
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
|
|
|
|
done`; \
|
|
|
|
|
if test -n "$$redo_bases"; then \
|
|
|
|
|
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
|
|
|
|
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
|
|
|
|
if $(am__make_dryrun); then :; else \
|
|
|
|
|
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
if test -n "$$am__remaking_logs"; then \
|
|
|
|
|
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
|
|
|
|
"recursion detected" >&2; \
|
|
|
|
|
elif test -n "$$redo_logs"; then \
|
|
|
|
|
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
|
|
|
|
fi; \
|
|
|
|
|
if $(am__make_dryrun); then :; else \
|
|
|
|
|
st=0; \
|
|
|
|
|
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
|
|
|
|
for i in $$redo_bases; do \
|
|
|
|
|
test -f $$i.trs && test -r $$i.trs \
|
|
|
|
|
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
|
|
|
|
test -f $$i.log && test -r $$i.log \
|
|
|
|
|
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
|
|
|
|
done; \
|
|
|
|
|
test $$st -eq 0 || exit 1; \
|
|
|
|
|
fi
|
|
|
|
|
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
|
|
|
|
ws='[ ]'; \
|
|
|
|
|
results=`for b in $$bases; do echo $$b.trs; done`; \
|
|
|
|
|
test -n "$$results" || results=/dev/null; \
|
|
|
|
|
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
|
|
|
|
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
|
|
|
|
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
|
|
|
|
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
|
|
|
|
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
|
|
|
|
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
|
|
|
|
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
|
|
|
|
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
|
|
|
|
success=true; \
|
|
|
|
|
else \
|
|
|
|
|
success=false; \
|
|
|
|
|
fi; \
|
|
|
|
|
br='==================='; br=$$br$$br$$br$$br; \
|
|
|
|
|
result_count () \
|
|
|
|
|
{ \
|
|
|
|
|
if test x"$$1" = x"--maybe-color"; then \
|
|
|
|
|
maybe_colorize=yes; \
|
|
|
|
|
elif test x"$$1" = x"--no-color"; then \
|
|
|
|
|
maybe_colorize=no; \
|
|
|
|
|
else \
|
|
|
|
|
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
|
|
|
|
fi; \
|
|
|
|
|
shift; \
|
|
|
|
|
desc=$$1 count=$$2; \
|
|
|
|
|
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
|
|
|
|
color_start=$$3 color_end=$$std; \
|
|
|
|
|
else \
|
|
|
|
|
color_start= color_end=; \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
|
|
|
|
}; \
|
|
|
|
|
create_testsuite_report () \
|
|
|
|
|
{ \
|
|
|
|
|
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
|
|
|
|
result_count $$1 "PASS: " $$pass "$$grn"; \
|
|
|
|
|
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
|
|
|
|
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
|
|
|
|
result_count $$1 "FAIL: " $$fail "$$red"; \
|
|
|
|
|
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
|
|
|
|
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
|
|
|
|
}; \
|
|
|
|
|
{ \
|
|
|
|
|
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
|
|
|
|
$(am__rst_title); \
|
|
|
|
|
create_testsuite_report --no-color; \
|
|
|
|
|
echo; \
|
|
|
|
|
echo ".. contents:: :depth: 2"; \
|
|
|
|
|
echo; \
|
|
|
|
|
for b in $$bases; do echo $$b; done \
|
|
|
|
|
| $(am__create_global_log); \
|
|
|
|
|
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
|
|
|
|
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
|
|
|
|
if $$success; then \
|
|
|
|
|
col="$$grn"; \
|
|
|
|
|
else \
|
|
|
|
|
col="$$red"; \
|
|
|
|
|
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$${col}$$br$${std}"; \
|
|
|
|
|
echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
|
|
|
|
|
echo "$${col}$$br$${std}"; \
|
|
|
|
|
create_testsuite_report --maybe-color; \
|
|
|
|
|
echo "$$col$$br$$std"; \
|
|
|
|
|
if $$success; then :; else \
|
|
|
|
|
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
|
|
|
|
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
|
|
|
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
|
|
|
|
fi; \
|
|
|
|
|
echo "$$col$$br$$std"; \
|
|
|
|
|
fi; \
|
|
|
|
|
$$success || exit 1
|
|
|
|
|
|
|
|
|
|
check-TESTS: $(check_PROGRAMS)
|
|
|
|
|
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
|
|
|
|
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
|
|
|
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
|
|
|
|
@set +e; $(am__set_TESTS_bases); \
|
|
|
|
|
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
|
|
|
|
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
|
|
|
|
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
|
|
|
|
exit $$?;
|
|
|
|
|
recheck: all $(check_PROGRAMS)
|
|
|
|
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
|
|
|
|
@set +e; $(am__set_TESTS_bases); \
|
|
|
|
|
bases=`for i in $$bases; do echo $$i; done \
|
|
|
|
|
| $(am__list_recheck_tests)` || exit 1; \
|
|
|
|
|
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
|
|
|
|
log_list=`echo $$log_list`; \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
|
|
|
|
am__force_recheck=am--force-recheck \
|
|
|
|
|
TEST_LOGS="$$log_list"; \
|
|
|
|
|
exit $$?
|
|
|
|
|
tst_dims.log: tst_dims$(EXEEXT)
|
|
|
|
|
@p='tst_dims$(EXEEXT)'; \
|
|
|
|
|
b='tst_dims'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_dims2.log: tst_dims2$(EXEEXT)
|
|
|
|
|
@p='tst_dims2$(EXEEXT)'; \
|
|
|
|
|
b='tst_dims2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_dims3.log: tst_dims3$(EXEEXT)
|
|
|
|
|
@p='tst_dims3$(EXEEXT)'; \
|
|
|
|
|
b='tst_dims3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_files.log: tst_files$(EXEEXT)
|
|
|
|
|
@p='tst_files$(EXEEXT)'; \
|
|
|
|
|
b='tst_files'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_files4.log: tst_files4$(EXEEXT)
|
|
|
|
|
@p='tst_files4$(EXEEXT)'; \
|
|
|
|
|
b='tst_files4'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_vars.log: tst_vars$(EXEEXT)
|
|
|
|
|
@p='tst_vars$(EXEEXT)'; \
|
|
|
|
|
b='tst_vars'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_varms.log: tst_varms$(EXEEXT)
|
|
|
|
|
@p='tst_varms$(EXEEXT)'; \
|
|
|
|
|
b='tst_varms'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_unlim_vars.log: tst_unlim_vars$(EXEEXT)
|
|
|
|
|
@p='tst_unlim_vars$(EXEEXT)'; \
|
|
|
|
|
b='tst_unlim_vars'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_converts.log: tst_converts$(EXEEXT)
|
|
|
|
|
@p='tst_converts$(EXEEXT)'; \
|
|
|
|
|
b='tst_converts'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_converts2.log: tst_converts2$(EXEEXT)
|
|
|
|
|
@p='tst_converts2$(EXEEXT)'; \
|
|
|
|
|
b='tst_converts2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_grps.log: tst_grps$(EXEEXT)
|
|
|
|
|
@p='tst_grps$(EXEEXT)'; \
|
|
|
|
|
b='tst_grps'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_grps2.log: tst_grps2$(EXEEXT)
|
|
|
|
|
@p='tst_grps2$(EXEEXT)'; \
|
|
|
|
|
b='tst_grps2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_compounds.log: tst_compounds$(EXEEXT)
|
|
|
|
|
@p='tst_compounds$(EXEEXT)'; \
|
|
|
|
|
b='tst_compounds'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_compounds2.log: tst_compounds2$(EXEEXT)
|
|
|
|
|
@p='tst_compounds2$(EXEEXT)'; \
|
|
|
|
|
b='tst_compounds2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_compounds3.log: tst_compounds3$(EXEEXT)
|
|
|
|
|
@p='tst_compounds3$(EXEEXT)'; \
|
|
|
|
|
b='tst_compounds3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_opaques.log: tst_opaques$(EXEEXT)
|
|
|
|
|
@p='tst_opaques$(EXEEXT)'; \
|
|
|
|
|
b='tst_opaques'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_strings.log: tst_strings$(EXEEXT)
|
|
|
|
|
@p='tst_strings$(EXEEXT)'; \
|
|
|
|
|
b='tst_strings'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_strings2.log: tst_strings2$(EXEEXT)
|
|
|
|
|
@p='tst_strings2$(EXEEXT)'; \
|
|
|
|
|
b='tst_strings2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_interops.log: tst_interops$(EXEEXT)
|
|
|
|
|
@p='tst_interops$(EXEEXT)'; \
|
|
|
|
|
b='tst_interops'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_interops4.log: tst_interops4$(EXEEXT)
|
|
|
|
|
@p='tst_interops4$(EXEEXT)'; \
|
|
|
|
|
b='tst_interops4'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_interops5.log: tst_interops5$(EXEEXT)
|
|
|
|
|
@p='tst_interops5$(EXEEXT)'; \
|
|
|
|
|
b='tst_interops5'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_interops6.log: tst_interops6$(EXEEXT)
|
|
|
|
|
@p='tst_interops6$(EXEEXT)'; \
|
|
|
|
|
b='tst_interops6'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_interops_dims.log: tst_interops_dims$(EXEEXT)
|
|
|
|
|
@p='tst_interops_dims$(EXEEXT)'; \
|
|
|
|
|
b='tst_interops_dims'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_enums.log: tst_enums$(EXEEXT)
|
|
|
|
|
@p='tst_enums$(EXEEXT)'; \
|
|
|
|
|
b='tst_enums'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_coords.log: tst_coords$(EXEEXT)
|
|
|
|
|
@p='tst_coords$(EXEEXT)'; \
|
|
|
|
|
b='tst_coords'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_coords2.log: tst_coords2$(EXEEXT)
|
|
|
|
|
@p='tst_coords2$(EXEEXT)'; \
|
|
|
|
|
b='tst_coords2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_coords3.log: tst_coords3$(EXEEXT)
|
|
|
|
|
@p='tst_coords3$(EXEEXT)'; \
|
|
|
|
|
b='tst_coords3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_vars3.log: tst_vars3$(EXEEXT)
|
|
|
|
|
@p='tst_vars3$(EXEEXT)'; \
|
|
|
|
|
b='tst_vars3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_vars4.log: tst_vars4$(EXEEXT)
|
|
|
|
|
@p='tst_vars4$(EXEEXT)'; \
|
|
|
|
|
b='tst_vars4'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_chunks.log: tst_chunks$(EXEEXT)
|
|
|
|
|
@p='tst_chunks$(EXEEXT)'; \
|
|
|
|
|
b='tst_chunks'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_chunks2.log: tst_chunks2$(EXEEXT)
|
|
|
|
|
@p='tst_chunks2$(EXEEXT)'; \
|
|
|
|
|
b='tst_chunks2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_utf8.log: tst_utf8$(EXEEXT)
|
|
|
|
|
@p='tst_utf8$(EXEEXT)'; \
|
|
|
|
|
b='tst_utf8'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_fills.log: tst_fills$(EXEEXT)
|
|
|
|
|
@p='tst_fills$(EXEEXT)'; \
|
|
|
|
|
b='tst_fills'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_fills2.log: tst_fills2$(EXEEXT)
|
|
|
|
|
@p='tst_fills2$(EXEEXT)'; \
|
|
|
|
|
b='tst_fills2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_fillbug.log: tst_fillbug$(EXEEXT)
|
|
|
|
|
@p='tst_fillbug$(EXEEXT)'; \
|
|
|
|
|
b='tst_fillbug'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_xplatform.log: tst_xplatform$(EXEEXT)
|
|
|
|
|
@p='tst_xplatform$(EXEEXT)'; \
|
|
|
|
|
b='tst_xplatform'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_xplatform2.log: tst_xplatform2$(EXEEXT)
|
|
|
|
|
@p='tst_xplatform2$(EXEEXT)'; \
|
|
|
|
|
b='tst_xplatform2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_endian_fill.log: tst_endian_fill$(EXEEXT)
|
|
|
|
|
@p='tst_endian_fill$(EXEEXT)'; \
|
|
|
|
|
b='tst_endian_fill'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_atts.log: tst_atts$(EXEEXT)
|
|
|
|
|
@p='tst_atts$(EXEEXT)'; \
|
|
|
|
|
b='tst_atts'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
t_type.log: t_type$(EXEEXT)
|
|
|
|
|
@p='t_type$(EXEEXT)'; \
|
|
|
|
|
b='t_type'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
cdm_sea_soundings.log: cdm_sea_soundings$(EXEEXT)
|
|
|
|
|
@p='cdm_sea_soundings$(EXEEXT)'; \
|
|
|
|
|
b='cdm_sea_soundings'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_camrun.log: tst_camrun$(EXEEXT)
|
|
|
|
|
@p='tst_camrun$(EXEEXT)'; \
|
|
|
|
|
b='tst_camrun'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_vl.log: tst_vl$(EXEEXT)
|
|
|
|
|
@p='tst_vl$(EXEEXT)'; \
|
|
|
|
|
b='tst_vl'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_atts1.log: tst_atts1$(EXEEXT)
|
|
|
|
|
@p='tst_atts1$(EXEEXT)'; \
|
|
|
|
|
b='tst_atts1'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_atts2.log: tst_atts2$(EXEEXT)
|
|
|
|
|
@p='tst_atts2$(EXEEXT)'; \
|
|
|
|
|
b='tst_atts2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_vars2.log: tst_vars2$(EXEEXT)
|
|
|
|
|
@p='tst_vars2$(EXEEXT)'; \
|
|
|
|
|
b='tst_vars2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_files5.log: tst_files5$(EXEEXT)
|
|
|
|
|
@p='tst_files5$(EXEEXT)'; \
|
|
|
|
|
b='tst_files5'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_files6.log: tst_files6$(EXEEXT)
|
|
|
|
|
@p='tst_files6$(EXEEXT)'; \
|
|
|
|
|
b='tst_files6'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_sync.log: tst_sync$(EXEEXT)
|
|
|
|
|
@p='tst_sync$(EXEEXT)'; \
|
|
|
|
|
b='tst_sync'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_h_scalar.log: tst_h_scalar$(EXEEXT)
|
|
|
|
|
@p='tst_h_scalar$(EXEEXT)'; \
|
|
|
|
|
b='tst_h_scalar'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_rename.log: tst_rename$(EXEEXT)
|
|
|
|
|
@p='tst_rename$(EXEEXT)'; \
|
|
|
|
|
b='tst_rename'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_rename2.log: tst_rename2$(EXEEXT)
|
|
|
|
|
@p='tst_rename2$(EXEEXT)'; \
|
|
|
|
|
b='tst_rename2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_rename3.log: tst_rename3$(EXEEXT)
|
|
|
|
|
@p='tst_rename3$(EXEEXT)'; \
|
|
|
|
|
b='tst_rename3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_h5_endians.log: tst_h5_endians$(EXEEXT)
|
|
|
|
|
@p='tst_h5_endians$(EXEEXT)'; \
|
|
|
|
|
b='tst_h5_endians'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_atts_string_rewrite.log: tst_atts_string_rewrite$(EXEEXT)
|
|
|
|
|
@p='tst_atts_string_rewrite$(EXEEXT)'; \
|
|
|
|
|
b='tst_atts_string_rewrite'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_hdf5_file_compat.log: tst_hdf5_file_compat$(EXEEXT)
|
|
|
|
|
@p='tst_hdf5_file_compat$(EXEEXT)'; \
|
|
|
|
|
b='tst_hdf5_file_compat'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_fill_attr_vanish.log: tst_fill_attr_vanish$(EXEEXT)
|
|
|
|
|
@p='tst_fill_attr_vanish$(EXEEXT)'; \
|
|
|
|
|
b='tst_fill_attr_vanish'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_rehash.log: tst_rehash$(EXEEXT)
|
|
|
|
|
@p='tst_rehash$(EXEEXT)'; \
|
|
|
|
|
b='tst_rehash'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_filterparser.log: tst_filterparser$(EXEEXT)
|
|
|
|
|
@p='tst_filterparser$(EXEEXT)'; \
|
|
|
|
|
b='tst_filterparser'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_bug324.log: tst_bug324$(EXEEXT)
|
|
|
|
|
@p='tst_bug324$(EXEEXT)'; \
|
|
|
|
|
b='tst_bug324'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_types.log: tst_types$(EXEEXT)
|
|
|
|
|
@p='tst_types$(EXEEXT)'; \
|
|
|
|
|
b='tst_types'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_atts3.log: tst_atts3$(EXEEXT)
|
|
|
|
|
@p='tst_atts3$(EXEEXT)'; \
|
|
|
|
|
b='tst_atts3'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_put_vars.log: tst_put_vars$(EXEEXT)
|
|
|
|
|
@p='tst_put_vars$(EXEEXT)'; \
|
|
|
|
|
b='tst_put_vars'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_elatefill.log: tst_elatefill$(EXEEXT)
|
|
|
|
|
@p='tst_elatefill$(EXEEXT)'; \
|
|
|
|
|
b='tst_elatefill'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_udf.log: tst_udf$(EXEEXT)
|
|
|
|
|
@p='tst_udf$(EXEEXT)'; \
|
|
|
|
|
b='tst_udf'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_put_vars_two_unlim_dim.log: tst_put_vars_two_unlim_dim$(EXEEXT)
|
|
|
|
|
@p='tst_put_vars_two_unlim_dim$(EXEEXT)'; \
|
|
|
|
|
b='tst_put_vars_two_unlim_dim'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_bug1442.log: tst_bug1442$(EXEEXT)
|
|
|
|
|
@p='tst_bug1442$(EXEEXT)'; \
|
|
|
|
|
b='tst_bug1442'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_quantize.log: tst_quantize$(EXEEXT)
|
|
|
|
|
@p='tst_quantize$(EXEEXT)'; \
|
|
|
|
|
b='tst_quantize'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_alignment.log: tst_alignment$(EXEEXT)
|
|
|
|
|
@p='tst_alignment$(EXEEXT)'; \
|
|
|
|
|
b='tst_alignment'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_h_strbug.log: tst_h_strbug$(EXEEXT)
|
|
|
|
|
@p='tst_h_strbug$(EXEEXT)'; \
|
|
|
|
|
b='tst_h_strbug'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_h_refs.log: tst_h_refs$(EXEEXT)
|
|
|
|
|
@p='tst_h_refs$(EXEEXT)'; \
|
|
|
|
|
b='tst_h_refs'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_large.log: tst_large$(EXEEXT)
|
|
|
|
|
@p='tst_large$(EXEEXT)'; \
|
|
|
|
|
b='tst_large'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_large2.log: tst_large2$(EXEEXT)
|
|
|
|
|
@p='tst_large2$(EXEEXT)'; \
|
|
|
|
|
b='tst_large2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
tst_v2.log: tst_v2$(EXEEXT)
|
|
|
|
|
@p='tst_v2$(EXEEXT)'; \
|
|
|
|
|
b='tst_v2'; \
|
|
|
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
.sh.log:
|
|
|
|
|
@p='$<'; \
|
|
|
|
|
$(am__set_b); \
|
|
|
|
|
$(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
$(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
|
|
|
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
#.sh$(EXEEXT).log:
|
|
|
|
|
# @p='$<'; \
|
|
|
|
|
# $(am__set_b); \
|
|
|
|
|
# $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
|
|
|
|
|
# --log-file $$b.log --trs-file $$b.trs \
|
|
|
|
|
# $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
|
|
|
|
|
# "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
|
distdir: $(BUILT_SOURCES)
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
|
|
|
|
|
|
|
|
|
distdir-am: $(DISTFILES)
|
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
|
|
case $$dist_files in \
|
|
|
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
|
|
sort -u` ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
for file in $$dist_files; do \
|
|
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
|
if test -d $$d/$$file; then \
|
|
|
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
|
if test -d "$(distdir)/$$file"; then \
|
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
|
fi; \
|
|
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
|
fi; \
|
|
|
|
|
cp -fpR $$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_PROGRAMS)
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
|
|
|
check: check-am
|
|
|
|
|
all-am: Makefile
|
|
|
|
|
installdirs:
|
|
|
|
|
install: install-am
|
|
|
|
|
install-exec: install-exec-am
|
|
|
|
|
install-data: install-data-am
|
|
|
|
|
uninstall: uninstall-am
|
|
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
|
install-strip:
|
|
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
|
install; \
|
|
|
|
|
else \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
|
|
fi
|
|
|
|
|
mostlyclean-generic:
|
|
|
|
|
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
|
|
|
|
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
|
|
|
|
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
|
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
check-valgrind: check-valgrind-am
|
|
|
|
|
|
|
|
|
|
check-valgrind-am: check-valgrind-local
|
|
|
|
|
|
|
|
|
|
check-valgrind-drd: check-valgrind-drd-am
|
|
|
|
|
|
|
|
|
|
check-valgrind-drd-am: check-valgrind-drd-local
|
|
|
|
|
|
|
|
|
|
check-valgrind-helgrind: check-valgrind-helgrind-am
|
|
|
|
|
|
|
|
|
|
check-valgrind-helgrind-am: check-valgrind-helgrind-local
|
|
|
|
|
|
|
|
|
|
check-valgrind-memcheck: check-valgrind-memcheck-am
|
|
|
|
|
|
|
|
|
|
check-valgrind-memcheck-am: check-valgrind-memcheck-local
|
|
|
|
|
|
|
|
|
|
check-valgrind-sgcheck: check-valgrind-sgcheck-am
|
|
|
|
|
|
|
|
|
|
check-valgrind-sgcheck-am: check-valgrind-sgcheck-local
|
|
|
|
|
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
|
|
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
|
|
|
|
mostlyclean-am
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
|
-rm -f ./$(DEPDIR)/build_fixedstring.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/cdm_sea_soundings.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/h5testszip.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/renamegroup.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/t_type.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_misc.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_order.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_repeat.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_vlen.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_szip.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_alignment.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts1.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts_string_rewrite.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_bug1442.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_bug324.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_camrun.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_charvlenbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_chunks.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_chunks2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_converts.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_converts2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_elatefill.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_empty_vlen_unlim.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_endian_fill.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_enums.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fill_attr_vanish.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fillbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fillonly.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fills.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fills2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_filter_avail.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_filterparser.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_grps.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_grps2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h5_endians.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_refs.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_scalar.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_strbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_hdf5_file_compat.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops_dims.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_large.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_large2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_mode.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_mpi_parallel.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_multifilter.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_nc4perf.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_opaques.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel_compress.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel_zlib.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_put_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_quantize.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_quantize_par.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rehash.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_simplerw_coll_r.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_strings.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_strings2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_sync.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_types.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_udf.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_unlim_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_utf8.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_v2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_varms.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vl.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vlenstr.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_xplatform.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_xplatform2.Po
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
|
distclean-tags
|
|
|
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
|
|
html: html-am
|
|
|
|
|
|
|
|
|
|
html-am:
|
|
|
|
|
|
|
|
|
|
info: info-am
|
|
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
|
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
|
|
|
|
|
install-exec-am:
|
|
|
|
|
|
|
|
|
|
install-html: install-html-am
|
|
|
|
|
|
|
|
|
|
install-html-am:
|
|
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
|
|
|
|
install-info-am:
|
|
|
|
|
|
|
|
|
|
install-man:
|
|
|
|
|
|
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
|
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
|
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
|
-rm -f ./$(DEPDIR)/build_fixedstring.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/cdm_sea_soundings.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/h5testszip.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/renamegroup.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/t_type.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_misc.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_order.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_repeat.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_filter_vlen.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/test_szip.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_alignment.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts1.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_atts_string_rewrite.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_bug1442.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_bug324.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_camrun.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_charvlenbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_chunks.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_chunks2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_compounds3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_converts.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_converts2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_coords3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_dims3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_elatefill.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_empty_vlen_unlim.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_endian_fill.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_enums.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_files6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fill_attr_vanish.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fillbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fillonly.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fills.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_fills2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_filter_avail.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_filterparser.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_grps.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_grps2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h5_endians.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_refs.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_scalar.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_h_strbug.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_hdf5_file_compat.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_interops_dims.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_large.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_large2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_mode.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_mpi_parallel.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_multifilter.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_nc4perf.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_opaques.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel5.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel6.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel_compress.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_parallel_zlib.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_put_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_put_vars_two_unlim_dim.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_quantize.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_quantize_par.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rehash.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_rename3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_simplerw_coll_r.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_strings.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_strings2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_sync.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_types.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_udf.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_unlim_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_utf8.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_v2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_varms.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars2.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars3.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vars4.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vl.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_vlenstr.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_xplatform.Po
|
|
|
|
|
-rm -f ./$(DEPDIR)/tst_xplatform2.Po
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
|
|
mostlyclean-libtool
|
|
|
|
|
|
|
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
|
|
|
|
uninstall-am:
|
|
|
|
|
|
|
|
|
|
.MAKE: check-am install-am install-strip
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
|
|
|
|
|
check-am check-valgrind-am check-valgrind-drd-am \
|
|
|
|
|
check-valgrind-drd-local check-valgrind-helgrind-am \
|
|
|
|
|
check-valgrind-helgrind-local check-valgrind-local \
|
|
|
|
|
check-valgrind-memcheck-am check-valgrind-memcheck-local \
|
|
|
|
|
check-valgrind-sgcheck-am check-valgrind-sgcheck-local clean \
|
|
|
|
|
clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
|
|
|
|
|
ctags ctags-am distclean distclean-compile distclean-generic \
|
|
|
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
|
|
|
html-am info info-am install install-am install-data \
|
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
|
|
|
install-ps install-ps-am install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
recheck tags tags-am uninstall uninstall-am
|
|
|
|
|
|
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If valgrind is present, add valgrind targets.
|
|
|
|
|
|
|
|
|
|
# Valgrind check
|
|
|
|
|
#
|
|
|
|
|
# Optional:
|
|
|
|
|
# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
|
|
|
|
|
# files to load. (Default: empty)
|
|
|
|
|
# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
|
|
|
|
|
# (Default: --num-callers=30)
|
|
|
|
|
# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
|
|
|
|
|
# memcheck, helgrind, drd, sgcheck). (Default: various)
|
|
|
|
|
|
|
|
|
|
# Optional variables
|
|
|
|
|
VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
|
|
|
|
|
VALGRIND_FLAGS ?= --num-callers=30
|
|
|
|
|
VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
|
|
|
|
|
VALGRIND_helgrind_FLAGS ?= --history-level=approx
|
|
|
|
|
VALGRIND_drd_FLAGS ?=
|
|
|
|
|
VALGRIND_sgcheck_FLAGS ?=
|
|
|
|
|
|
|
|
|
|
# Internal use
|
|
|
|
|
valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
|
|
|
|
|
|
|
|
|
|
valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
|
|
|
|
|
valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
|
|
|
|
|
valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
|
|
|
|
|
valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
|
|
|
|
|
|
|
|
|
|
valgrind_quiet = $(valgrind_quiet_$(V))
|
|
|
|
|
valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
valgrind_quiet_0 = --quiet
|
|
|
|
|
valgrind_v_use = $(valgrind_v_use_$(V))
|
|
|
|
|
valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
|
valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%-am,%,$@):;
|
|
|
|
|
|
|
|
|
|
# Support running with and without libtool.
|
|
|
|
|
ifneq ($(LIBTOOL),)
|
|
|
|
|
valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
|
|
|
|
|
else
|
|
|
|
|
valgrind_lt =
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
# Use recursive makes in order to ignore errors during check
|
|
|
|
|
check-valgrind-am:
|
|
|
|
|
ifeq ($(VALGRIND_ENABLED),yes)
|
|
|
|
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \
|
|
|
|
|
$(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
|
|
|
|
|
else
|
|
|
|
|
@echo "Need to reconfigure with --enable-valgrind"
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
# Valgrind running
|
|
|
|
|
VALGRIND_TESTS_ENVIRONMENT = \
|
|
|
|
|
$(TESTS_ENVIRONMENT) \
|
|
|
|
|
env VALGRIND=$(VALGRIND) \
|
|
|
|
|
G_SLICE=always-malloc,debug-blocks \
|
|
|
|
|
G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
|
|
|
|
|
|
|
|
|
|
VALGRIND_LOG_COMPILER = \
|
|
|
|
|
$(valgrind_lt) \
|
|
|
|
|
$(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
|
|
|
|
|
|
|
|
|
|
define valgrind_tool_rule
|
|
|
|
|
check-valgrind-$(1)-am:
|
|
|
|
|
ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)
|
|
|
|
|
ifneq ($$(TESTS),)
|
|
|
|
|
$$(valgrind_v_use)$$(MAKE) check-TESTS \
|
|
|
|
|
TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \
|
|
|
|
|
LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \
|
|
|
|
|
LOG_FLAGS="$$(valgrind_$(1)_flags)" \
|
|
|
|
|
TEST_SUITE_LOG=test-suite-$(1).log
|
|
|
|
|
endif
|
|
|
|
|
else ifeq ($$(VALGRIND_ENABLED),yes)
|
|
|
|
|
@echo "Need to reconfigure with --enable-valgrind-$(1)"
|
|
|
|
|
else
|
|
|
|
|
@echo "Need to reconfigure with --enable-valgrind"
|
|
|
|
|
endif
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))
|
|
|
|
|
|
|
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS ?=
|
|
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
|
|
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES ?=
|
|
|
|
|
MOSTLYCLEANFILES += $(valgrind_log_files)
|
|
|
|
|
|
|
|
|
|
.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
|
|
|
|
|
|
|
|
|
|
ref_fixedstring.h5: build_fixedstring.c
|
|
|
|
|
${srcdir}/buildfixedstring
|
|
|
|
|
|
|
|
|
|
# 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:
|