summaryrefslogtreecommitdiffstats
path: root/tools/misc/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-06-17 18:16:05 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-06-17 18:16:05 (GMT)
commitb7beca9770bd57745d92c612fde4a1b44624a6e7 (patch)
tree62ea3f356371131481f4a15db64e1c8b49339b19 /tools/misc/Makefile.in
parentabce343da8b74b493a03efba0805071ccd99d7c4 (diff)
downloadhdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.zip
hdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.tar.gz
hdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.tar.bz2
[svn-r12416] Purpose: Maintenance
Description: Added test script and two test files in the tools/misc/testfiles directory for testing h5stat tool; modified Makefile.am in tools/misc and configure.in files to run the new test script; reran bin/recofigure to update relevant configuration files; updated MANIFEST Solution: Platforms tested: heping with in place and srcdir builds; will do more testing after the checkin. Misc. update:
Diffstat (limited to 'tools/misc/Makefile.in')
-rw-r--r--tools/misc/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in
index 30fd003..23dbf56 100644
--- a/tools/misc/Makefile.in
+++ b/tools/misc/Makefile.in
@@ -57,7 +57,7 @@ build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/h5cc.in $(srcdir)/testh5repart.sh.in \
- $(top_srcdir)/config/commence.am \
+ $(srcdir)/testh5stat.sh.in $(top_srcdir)/config/commence.am \
$(top_srcdir)/config/conclude.am
check_PROGRAMS = $(am__EXEEXT_1) repart_test$(EXEEXT)
bin_PROGRAMS = h5debug$(EXEEXT) h5repart$(EXEEXT) h5stat$(EXEEXT)
@@ -68,7 +68,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/H5config.h
-CONFIG_CLEAN_FILES = h5cc testh5repart.sh
+CONFIG_CLEAN_FILES = h5cc testh5repart.sh testh5stat.sh
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
am__EXEEXT_1 = h5repart_gentest$(EXEEXT)
@@ -367,16 +367,16 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 \
#test script and program
TEST_PROG = h5repart_gentest
-TEST_SCRIPT = testh5repart.sh
+TEST_SCRIPT = testh5repart.sh testh5stat.sh
check_SCRIPTS = $(TEST_SCRIPT)
-SCRIPT_DEPEND = h5repart$(EXEEXT)
+SCRIPT_DEPEND = h5repart$(EXEEXT) h5stat$(EXEEXT)
bin_SCRIPTS = h5redeploy
# Tell automake to clean h5redeploy script
CLEANFILES = h5redeploy
# These were generated by configure. Remove them only when distclean.
-DISTCLEANFILES = h5cc testh5repart.sh
+DISTCLEANFILES = h5cc testh5repart.sh testh5stat.sh
# All programs rely on hdf5 library and h5tools library
LDADD = $(LIBH5TOOLS) $(LIBHDF5)
@@ -439,6 +439,8 @@ h5cc: $(top_builddir)/config.status $(srcdir)/h5cc.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
testh5repart.sh: $(top_builddir)/config.status $(srcdir)/testh5repart.sh.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+testh5stat.sh: $(top_builddir)/config.status $(srcdir)/testh5stat.sh.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"