diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-08-14 18:55:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-08-14 18:55:48 (GMT) |
commit | bc5955e503d552cce2918baaa81558f17945e1db (patch) | |
tree | dee4729f26295fd16a4184fb0a7034d746249180 /Makefile.in | |
parent | 072bbbd9cbb345661d8d0f15596df6816ca69762 (diff) | |
download | hdf5-bc5955e503d552cce2918baaa81558f17945e1db.zip hdf5-bc5955e503d552cce2918baaa81558f17945e1db.tar.gz hdf5-bc5955e503d552cce2918baaa81558f17945e1db.tar.bz2 |
[svn-r4348] Purpose:
new feature
Description:
Added perform programs to test the HDF5 library performance. Programs
are installed in directory perform/.
Platforms tested:
eirene
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e292480..bf790f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools @TESTPARALLEL@ @subdirs@ +SUBDIRS=src test tools @TESTPARALLEL@ perform @subdirs@ ############################################################################## ## T A R G E T S |