summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-08 02:06:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-08 02:06:46 (GMT)
commit3e582deaae2095bb179e8d007ad6e72763e4bd0a (patch)
tree6f86127abb759a2190bd44fe1b1600e5a8559b0b /test/Makefile.in
parent9dbf9e9e76f54b11d5aea482f59fcadce0e49f93 (diff)
downloadhdf5-3e582deaae2095bb179e8d007ad6e72763e4bd0a.zip
hdf5-3e582deaae2095bb179e8d007ad6e72763e4bd0a.tar.gz
hdf5-3e582deaae2095bb179e8d007ad6e72763e4bd0a.tar.bz2
[svn-r9778] Purpose:
Remove feature Description: Retire threaded, balanced binary tree code from HDF5 use. Requiescat in pace... Also, regenerate dependencies files. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require full h5committesting (the code is already disconnected from everything except its tests)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index bf3a3d4..fc52f78 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -84,7 +84,7 @@ TEST_SRC=big.c bittests.c cache.c cmpd_dset.c dsets.c dtypes.c extend.c \
istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \
tattr.c tconfig.c testhdf5.c testmeta.c tfile.c \
tgenprop.c th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c trefer.c \
- trefstr.c tselect.c tskiplist.c ttime.c ttbbt.c ttst.c tvltypes.c \
+ trefstr.c tselect.c tskiplist.c ttime.c ttst.c tvltypes.c \
tvlstr.c unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c \
ttsafe_cancel.c ttsafe_acreate.c gass_write.c gass_read.c \
gass_append.c srb_read.c srb_write.c srb_append.c stream_test.c \
@@ -117,7 +117,7 @@ $(PROGS): $(LIB) $(LIBHDF5)
TESTHDF5_OBJ=testhdf5.lo tarray.lo tattr.lo tconfig.lo tfile.lo tgenprop.lo \
th5s.lo theap.lo tid.lo titerate.lo tmeta.lo tmisc.lo trefer.lo trefstr.lo \
- tselect.lo tskiplist.lo ttbbt.lo ttime.lo ttst.lo tvltypes.lo tvlstr.lo
+ tselect.lo tskiplist.lo ttime.lo ttst.lo tvltypes.lo tvlstr.lo
TTS_OBJ=ttsafe.lo ttsafe_dcreate.lo ttsafe_error.lo \
ttsafe_cancel.lo ttsafe_acreate.lo