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/h5diff/Dependencies | |
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/h5diff/Dependencies')
-rw-r--r-- | tools/h5diff/Dependencies | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies index 10ba364..e862d18 100644 --- a/tools/h5diff/Dependencies +++ b/tools/h5diff/Dependencies @@ -35,9 +35,10 @@ h5diff.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h -h5difftst.lo: \ - $(srcdir)/h5difftst.c \ + $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/h5trav.h +h5trav.lo: \ + $(srcdir)/h5trav.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -70,4 +71,5 @@ h5difftst.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h + $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/h5trav.h |