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.am | |
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.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index ab89309..17e0bd8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,6 +21,6 @@ include $(top_srcdir)/config/commence.am # All subdirectories -SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam +SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy include $(top_srcdir)/config/conclude.am |