summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-19 21:47:33 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-19 21:47:33 (GMT)
commit5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8 (patch)
treeee3accb8c711591703521dde85ebbe44c832eba9 /tools/Makefile.in
parentb0379795d52f23d09c7b1d273c3fa71aeba9b356 (diff)
downloadhdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.zip
hdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.tar.gz
hdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.tar.bz2
[svn-r12482] new tool h5copy
it uses the API function H5Gcopy to copy groups and datasets from file to file, read from a command line note: the test script is not finished yet tested on heping, copper, shanti
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 6f8a7dd..94ec5e3 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -306,7 +306,7 @@ TRACE = perl $(top_srcdir)/bin/trace
CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# All subdirectories
-SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam
+SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy
# Automake needs to be taught how to build lib, progs, and tests targets.
# These will be filled in automatically for the most part (e.g.,