diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-04 19:35:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-04 19:35:33 (GMT) |
commit | 28e43d818f105e2b93caa1b39a0ea056d8f3393e (patch) | |
tree | 69d9ba95cc9389609e87e17ff6f54d1a2a436caf /MANIFEST | |
parent | 967a04fdec8aa15d93978cd201cd4ba0a583d6e2 (diff) | |
download | hdf5-28e43d818f105e2b93caa1b39a0ea056d8f3393e.zip hdf5-28e43d818f105e2b93caa1b39a0ea056d8f3393e.tar.gz hdf5-28e43d818f105e2b93caa1b39a0ea056d8f3393e.tar.bz2 |
[svn-r7913] Purpose:
code clean
Description:
separated the h5repack code in several modules
Solution:
Platforms tested:
linux
IRIX
solaris
Misc. update:
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1125,18 +1125,15 @@ ./tools/h5repack/Dependencies ./tools/h5repack/Makefile.in ./tools/h5repack/h5repack.sh +./tools/h5repack/h5repack.h ./tools/h5repack/h5repack.c ./tools/h5repack/h5repack_list.c +./tools/h5repack/h5repack_copy.c ./tools/h5repack/h5repack_main.c ./tools/h5repack/h5repack_opttable.c ./tools/h5repack/h5repack_parse.c -./tools/h5repack/h5repack.h -./tools/h5repack/h5repack_list.h -./tools/h5repack/h5repack_opttable.h -./tools/h5repack/h5repack_parse.h ./tools/h5repack/test_h5repack_add.c ./tools/h5repack/test_h5repack_main.c -./tools/h5repack/test_h5repack_add.h ./tools/h5ls/Dependencies |