diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:11:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:11:24 (GMT) |
commit | 7f2a83b6ab250f925185ce6b828afe639c356236 (patch) | |
tree | ff59f2db02b4d0b0d3b82b159b2deec679c501bc /configure.ac | |
parent | 2c6dbbf2129c4997606be4b130346d42fe12eae3 (diff) | |
download | hdf5-7f2a83b6ab250f925185ce6b828afe639c356236.zip hdf5-7f2a83b6ab250f925185ce6b828afe639c356236.tar.gz hdf5-7f2a83b6ab250f925185ce6b828afe639c356236.tar.bz2 |
Split tools into src and test - update with new files or locations
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 69 |
1 files changed, 39 insertions, 30 deletions
diff --git a/configure.ac b/configure.ac index 31b5e14..e4e3516 100644 --- a/configure.ac +++ b/configure.ac @@ -3323,37 +3323,46 @@ AC_CONFIG_FILES([src/libhdf5.settings test/test_plugin.sh testpar/Makefile tools/Makefile - tools/h5dump/Makefile - tools/h5dump/testh5dump.sh - tools/h5dump/testh5dumppbits.sh - tools/h5dump/testh5dumpvds.sh - tools/h5dump/testh5dumpxml.sh - tools/h5ls/testh5ls.sh - tools/h5ls/testh5lsvds.sh - tools/h5import/Makefile - tools/h5import/h5importtestutil.sh - tools/h5diff/Makefile - tools/h5diff/testh5diff.sh - tools/h5diff/testph5diff.sh - tools/h5jam/Makefile - tools/h5jam/testh5jam.sh - tools/h5repack/Makefile - tools/h5repack/h5repack.sh - tools/h5repack/h5repack_plugin.sh - tools/h5ls/Makefile - tools/h5copy/Makefile - tools/h5copy/testh5copy.sh tools/lib/Makefile - tools/misc/Makefile - tools/misc/h5cc - tools/misc/testh5mkgrp.sh - tools/misc/testh5repart.sh - tools/misc/vds/Makefile - tools/h5stat/testh5stat.sh - tools/h5stat/Makefile - tools/h5format_convert/Makefile - tools/h5format_convert/testh5fc.sh - tools/perform/Makefile + tools/src/Makefile + tools/src/h5dump/Makefile + tools/src/h5import/Makefile + tools/src/h5diff/Makefile + tools/src/h5jam/Makefile + tools/src/h5repack/Makefile + tools/src/h5ls/Makefile + tools/src/h5copy/Makefile + tools/src/misc/Makefile + tools/src/misc/h5cc + tools/src/h5stat/Makefile + tools/test/Makefile + tools/test/h5dump/Makefile + tools/test/h5dump/testh5dump.sh + tools/test/h5dump/testh5dumppbits.sh + tools/test/h5dump/testh5dumpvds.sh + tools/test/h5dump/testh5dumpxml.sh + tools/test/h5ls/testh5ls.sh + tools/test/h5ls/testh5lsvds.sh + tools/test/h5import/Makefile + tools/test/h5import/h5importtestutil.sh + tools/test/h5diff/Makefile + tools/test/h5diff/testh5diff.sh + tools/test/h5diff/testph5diff.sh + tools/test/h5jam/Makefile + tools/test/h5jam/testh5jam.sh + tools/test/h5repack/Makefile + tools/test/h5repack/h5repack.sh + tools/test/h5repack/h5repack_plugin.sh + tools/test/h5ls/Makefile + tools/test/h5copy/Makefile + tools/test/h5copy/testh5copy.sh + tools/test/misc/Makefile + tools/test/misc/testh5mkgrp.sh + tools/test/misc/testh5repart.sh + tools/test/misc/vds/Makefile + tools/test/h5stat/testh5stat.sh + tools/test/h5stat/Makefile + tools/test/perform/Makefile examples/Makefile examples/run-c-ex.sh examples/testh5cc.sh |