diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-08 02:06:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-08 02:06:46 (GMT) |
commit | 3e582deaae2095bb179e8d007ad6e72763e4bd0a (patch) | |
tree | 6f86127abb759a2190bd44fe1b1600e5a8559b0b /tools/h5repack/Dependencies | |
parent | 9dbf9e9e76f54b11d5aea482f59fcadce0e49f93 (diff) | |
download | hdf5-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 'tools/h5repack/Dependencies')
-rw-r--r-- | tools/h5repack/Dependencies | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/tools/h5repack/Dependencies b/tools/h5repack/Dependencies index 8ed4eb4..878955c 100644 --- a/tools/h5repack/Dependencies +++ b/tools/h5repack/Dependencies @@ -183,53 +183,6 @@ h5repack_refs.lo: \ $(top_srcdir)/tools/lib/h5trav.h \ $(top_srcdir)/tools/lib/h5diff.h \ $(top_srcdir)/tools/lib/h5tools.h -h5repack_layout.lo: \ - $(top_srcdir)/tools/h5repack/h5repack_layout.c \ - $(top_srcdir)/src/hdf5.h \ - $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5pubconf.h \ - $(top_srcdir)/src/H5api_adpt.h \ - $(top_srcdir)/src/H5Apublic.h \ - $(top_srcdir)/src/H5Ipublic.h \ - $(top_srcdir)/src/H5ACpublic.h \ - $(top_srcdir)/src/H5Bpublic.h \ - $(top_srcdir)/src/H5Dpublic.h \ - $(top_srcdir)/src/H5Epublic.h \ - $(top_srcdir)/src/H5Epubgen.h \ - $(top_srcdir)/src/H5Fpublic.h \ - $(top_srcdir)/src/H5FDpublic.h \ - $(top_srcdir)/src/H5FPpublic.h \ - $(top_srcdir)/src/H5Gpublic.h \ - $(top_srcdir)/src/H5Opublic.h \ - $(top_srcdir)/src/H5HGpublic.h \ - $(top_srcdir)/src/H5HLpublic.h \ - $(top_srcdir)/src/H5MMpublic.h \ - $(top_srcdir)/src/H5Ppublic.h \ - $(top_srcdir)/src/H5Tpublic.h \ - $(top_srcdir)/src/H5Zpublic.h \ - $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5Spublic.h \ - $(top_srcdir)/src/H5FDcore.h \ - $(top_srcdir)/src/H5FDfamily.h \ - $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDlog.h \ - $(top_srcdir)/src/H5FDmpi.h \ - $(top_srcdir)/src/H5FDfphdf5.h \ - $(top_srcdir)/src/H5FDmpio.h \ - $(top_srcdir)/src/H5FDmpiposix.h \ - $(top_srcdir)/src/H5FDmulti.h \ - $(top_srcdir)/src/H5FDsec2.h \ - $(top_srcdir)/src/H5FDsrb.h \ - $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/test/h5test.h \ - $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h \ - $(top_srcdir)/src/H5FSprivate.h \ - $(top_srcdir)/tools/h5repack/h5repack.h \ - $(top_srcdir)/tools/lib/h5trav.h \ - $(top_srcdir)/tools/lib/h5diff.h \ - $(top_srcdir)/tools/lib/h5tools.h h5repack_list.lo: \ $(top_srcdir)/tools/h5repack/h5repack_list.c \ $(top_srcdir)/src/H5private.h \ |