summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-09-27 03:39:35 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-09-27 03:39:35 (GMT)
commit41c5b38b8e01b540406606f79e0c17a8f9ba50d1 (patch)
treeb829a580222320ae23f4f727af56e1e441f843d9 /tools
parentf11d4727554c852a9deff20ae73971bd73e8077a (diff)
downloadhdf5-41c5b38b8e01b540406606f79e0c17a8f9ba50d1.zip
hdf5-41c5b38b8e01b540406606f79e0c17a8f9ba50d1.tar.gz
hdf5-41c5b38b8e01b540406606f79e0c17a8f9ba50d1.tar.bz2
[svn-r15710] The GASS and SRB VFD have been retired and removed from the
HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/Dependencies7
-rw-r--r--tools/h5dump/Dependencies4
-rw-r--r--tools/h5dump/h5dump.c2
-rw-r--r--tools/h5import/Dependencies6
-rw-r--r--tools/h5jam/Dependencies4
-rw-r--r--tools/h5ls/Dependencies2
-rw-r--r--tools/h5repack/Dependencies79
-rw-r--r--tools/lib/Dependencies26
-rw-r--r--tools/misc/Dependencies2
9 files changed, 15 insertions, 117 deletions
diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies
index e07689b..763ab40 100644
--- a/tools/h5diff/Dependencies
+++ b/tools/h5diff/Dependencies
@@ -42,16 +42,15 @@ h5diff_main.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h
+ $(top_srcdir)/tools/lib/h5trav.h \
+ $(top_srcdir)/tools/lib/h5tools_utils.h
h5diffgentest.lo: \
$(srcdir)/h5diffgentest.c \
$(top_srcdir)/src/hdf5.h \
@@ -78,14 +77,12 @@ h5diffgentest.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h
diff --git a/tools/h5dump/Dependencies b/tools/h5dump/Dependencies
index 404c09a..65d56b0 100644
--- a/tools/h5dump/Dependencies
+++ b/tools/h5dump/Dependencies
@@ -42,14 +42,12 @@ h5dump.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
@@ -84,14 +82,12 @@ h5dumpgentest.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index be3e0ae..eaca6f8 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -2691,8 +2691,6 @@ dump_fcpl(hid_t fid)
HDstrcpy(dname,"H5FD_CORE");
else if (H5FD_FAMILY==fdriver)
HDstrcpy(dname,"H5FD_FAMILY");
- else if (H5FD_GASS==fdriver)
- HDstrcpy(dname,"H5FD_GASS");
else if (H5FD_LOG==fdriver)
HDstrcpy(dname,"H5FD_LOG");
else if (H5FD_MPIO==fdriver)
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies
index c084129..a827deb 100644
--- a/tools/h5import/Dependencies
+++ b/tools/h5import/Dependencies
@@ -41,18 +41,18 @@ h5import.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
- $(srcdir)/h5import.h
+ $(srcdir)/h5import.h \
+ $(top_srcdir)/tools/lib/h5tools_utils.h \
+ $(top_srcdir)/src/hdf5.h
h5importtest.lo: \
$(srcdir)/h5importtest.c \
$(top_srcdir)/src/H5private.h \
diff --git a/tools/h5jam/Dependencies b/tools/h5jam/Dependencies
index 0cc4a71..14b97a5 100644
--- a/tools/h5jam/Dependencies
+++ b/tools/h5jam/Dependencies
@@ -41,14 +41,12 @@ h5jam.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
@@ -80,14 +78,12 @@ h5unjam.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
diff --git a/tools/h5ls/Dependencies b/tools/h5ls/Dependencies
index 05ee20b..cfe1a3f 100644
--- a/tools/h5ls/Dependencies
+++ b/tools/h5ls/Dependencies
@@ -44,13 +44,11 @@ h5ls.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5tools_utils.h
diff --git a/tools/h5repack/Dependencies b/tools/h5repack/Dependencies
index 167e326..2506b83 100644
--- a/tools/h5repack/Dependencies
+++ b/tools/h5repack/Dependencies
@@ -17,11 +17,13 @@
h5repack.lo: \
$(srcdir)/h5repack.c \
- $(srcdir)/h5repack.h \
- $(top_srcdir)/src/hdf5.h \
+ $(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(srcdir)/h5repack.h \
+ $(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5Apublic.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5ACpublic.h \
@@ -42,19 +44,15 @@ h5repack.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
- $(top_srcdir)/tools/lib/h5diff.h \
- $(top_srcdir)/tools/lib/h5trav.h \
$(top_srcdir)/tools/lib/h5tools.h \
$(top_srcdir)/tools/lib/h5tools_utils.h
h5repack_copy.lo: \
@@ -84,14 +82,12 @@ h5repack_copy.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -126,19 +122,19 @@ h5repack_refs.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/tools/lib/h5diff.h \
+ $(top_srcdir)/tools/lib/h5trav.h \
$(top_srcdir)/tools/lib/h5tools.h
h5repack_filters.lo: \
$(srcdir)/h5repack_filters.c \
@@ -167,14 +163,12 @@ h5repack_filters.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -182,48 +176,6 @@ h5repack_filters.lo: \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h
-h5repack_list.lo: \
- $(srcdir)/h5repack_list.c \
- $(srcdir)/h5repack.h \
- $(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/H5Fpublic.h \
- $(top_srcdir)/src/H5FDpublic.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/H5Zpublic.h \
- $(top_srcdir)/src/H5Rpublic.h \
- $(top_srcdir)/src/H5Spublic.h \
- $(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
- $(top_srcdir)/src/hdf5.h \
- $(top_srcdir)/src/H5private.h \
- $(top_srcdir)/src/H5MPprivate.h \
- $(top_srcdir)/tools/lib/h5tools.h \
- $(top_srcdir)/tools/lib/h5tools_utils.h
h5repack_main.lo: \
$(srcdir)/h5repack_main.c \
$(top_srcdir)/tools/lib/h5tools_utils.h \
@@ -251,18 +203,16 @@ h5repack_main.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(srcdir)/h5repack.h \
- $(top_srcdir)/src/hdf5.h
+ $(top_srcdir)/src/hdf5.h \
+ $(top_srcdir)/tools/lib/h5trav.h
h5repack_opttable.lo: \
$(srcdir)/h5repack_opttable.c \
$(srcdir)/h5repack.h \
@@ -290,14 +240,12 @@ h5repack_opttable.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -329,14 +277,12 @@ h5repack_parse.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -368,14 +314,12 @@ h5repack_verify.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -383,7 +327,6 @@ h5repack_verify.lo: \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
- $(top_srcdir)/tools/lib/h5tools.h \
$(top_srcdir)/tools/lib/h5tools_utils.h
h5repacktst.lo: \
$(srcdir)/h5repacktst.c \
@@ -412,14 +355,12 @@ h5repacktst.lo: \
$(top_srcdir)/src/H5Tpublic.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/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)/tools/lib/h5trav.h \
$(top_srcdir)/src/hdf5.h \
@@ -427,6 +368,6 @@ h5repacktst.lo: \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
- $(top_srcdir)/tools/lib/h5tools.h \
$(top_srcdir)/tools/lib/h5diff.h \
- $(top_srcdir)/tools/lib/h5trav.h
+ $(top_srcdir)/tools/lib/h5trav.h \
+ $(top_srcdir)/tools/lib/h5tools.h
diff --git a/tools/lib/Dependencies b/tools/lib/Dependencies
index 1718cfa..61a2834 100644
--- a/tools/lib/Dependencies
+++ b/tools/lib/Dependencies
@@ -42,14 +42,12 @@ h5tools.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5tools_ref.h \
$(srcdir)/h5tools_str.h \
@@ -85,14 +83,12 @@ h5tools_str.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5tools_ref.h \
$(srcdir)/h5tools_str.h
@@ -123,14 +119,12 @@ h5tools_utils.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h
@@ -161,14 +155,12 @@ h5diff.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5trav.h \
$(top_srcdir)/src/H5private.h \
@@ -200,14 +192,12 @@ h5diff_array.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5trav.h \
$(top_srcdir)/src/H5private.h \
@@ -239,14 +229,12 @@ h5diff_attr.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5diff.h \
$(srcdir)/h5trav.h \
@@ -279,14 +267,12 @@ h5diff_dset.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5trav.h \
$(top_srcdir)/src/H5private.h \
@@ -319,14 +305,12 @@ h5diff_util.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5trav.h \
$(top_srcdir)/src/H5private.h \
@@ -358,14 +342,12 @@ h5trav.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h
@@ -395,14 +377,12 @@ h5tools_filters.lo: \
$(top_srcdir)/src/H5Tpublic.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/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 \
$(srcdir)/h5tools.h
h5tools_ref.lo: \
@@ -432,14 +412,12 @@ h5tools_ref.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
@@ -474,14 +452,12 @@ h5tools_type.lo: \
$(top_srcdir)/src/H5Tpublic.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/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
talign.lo: \
$(srcdir)/talign.c \
@@ -509,14 +485,12 @@ talign.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies
index 51ee40a..ca0a901 100644
--- a/tools/misc/Dependencies
+++ b/tools/misc/Dependencies
@@ -96,14 +96,12 @@ h5repart.lo: \
$(top_srcdir)/src/H5Tpublic.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/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/H5private.h \
$(top_srcdir)/src/H5MPprivate.h