diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-06-27 19:02:20 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-06-27 19:02:20 (GMT) |
commit | d69ff2516aa1e1ae97a97f90c66353137d0396bb (patch) | |
tree | b8d17bcbe470a89492c882add256bc361fd91f3f /tools | |
parent | ff5aa653b27367d900509545bf1c8e2c19d300ca (diff) | |
download | hdf5-d69ff2516aa1e1ae97a97f90c66353137d0396bb.zip hdf5-d69ff2516aa1e1ae97a97f90c66353137d0396bb.tar.gz hdf5-d69ff2516aa1e1ae97a97f90c66353137d0396bb.tar.bz2 |
[svn-r2419] Setup PUB_PROGS so that all tools but h5dumptst will be installed.
h5dumptst generates the test suits files. It is not a user tool.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 01c909e..bf3121a 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -23,7 +23,8 @@ TEST_SCRIPTS=$(srcdir)/testh5dump.sh @TESTH5TOH4@ LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir) LIB=libh5tools.la LIBHDF5=../src/libhdf5.la -PROGS=h5debug h5import h5ls h5repart h5dump h5dumptst @H5TOH4@ @PDB2HDF@ +PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @PDB2HDF@ +PROGS=$(PUB_PROGS) h5dumptst ## Source and object files for the library; do not install LIB_SRC=h5tools.c |