diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
commit | 0475dd9a702c1308602e920dc03648478cfafd05 (patch) | |
tree | be28d463b4c8353ea7db4a1f39547570018b39f2 /tools/misc | |
parent | 946c606452ec59397675b7b807b3280258e39726 (diff) | |
download | hdf5-0475dd9a702c1308602e920dc03648478cfafd05.zip hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.gz hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.bz2 |
[svn-r6412] Purpose:
Code cleanup
Description:
Update dependencies and clean up a few warnings.
Platforms tested:
Linux 2.2 (eirene) w/parallel
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/Dependencies | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index 5ff21f1..6c6934e 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -8,6 +8,7 @@ h5debug.lo: \ $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/src/H5Iprivate.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Bprivate.h \ @@ -32,13 +33,14 @@ h5debug.lo: \ $(top_srcdir)/src/H5HGpublic.h \ $(top_srcdir)/src/H5HLprivate.h \ $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5Opkg.h \ $(top_srcdir)/src/H5Oprivate.h \ $(top_srcdir)/src/H5Opublic.h \ - $(top_srcdir)/src/H5Rprivate.h \ - $(top_srcdir)/src/H5Rpublic.h \ $(top_srcdir)/src/H5Spublic.h \ $(top_srcdir)/src/H5Tprivate.h \ $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5Rprivate.h \ + $(top_srcdir)/src/H5Rpublic.h \ $(top_srcdir)/src/H5Zprivate.h \ $(top_srcdir)/src/H5FDfamily.h h5import.lo: \ @@ -79,7 +81,8 @@ h5repart.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h pdb2hdf.lo: \ $(srcdir)/pdb2hdf.c \ $(top_srcdir)/src/hdf5.h \ |