diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-19 21:47:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-19 21:47:33 (GMT) |
commit | 5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8 (patch) | |
tree | ee3accb8c711591703521dde85ebbe44c832eba9 /tools/Makefile.in | |
parent | b0379795d52f23d09c7b1d273c3fa71aeba9b356 (diff) | |
download | hdf5-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.in | 2 |
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., |