diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-13 01:50:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-13 01:50:11 (GMT) |
commit | 7f119036d319fdff74b2a2e9de574b0c2bda538b (patch) | |
tree | cfce1847090ac783e30bcc1e1b2510721dba782a /tools/h5diff | |
parent | a3c2612242ca547a0678295ff3342cdbb9c80d4c (diff) | |
download | hdf5-7f119036d319fdff74b2a2e9de574b0c2bda538b.zip hdf5-7f119036d319fdff74b2a2e9de574b0c2bda538b.tar.gz hdf5-7f119036d319fdff74b2a2e9de574b0c2bda538b.tar.bz2 |
[svn-r7352] Purpose:
Updated dependencies
Platforms tested:
h5committested
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/Dependencies | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies index 7b2680d..2ac051f 100644 --- a/tools/h5diff/Dependencies +++ b/tools/h5diff/Dependencies @@ -2,7 +2,7 @@ ## Only temporary changes may be made here. h5diff.lo: \ - $(srcdir)/h5diff.c \ + $(top_srcdir)/tools/h5diff/h5diff.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -13,6 +13,7 @@ h5diff.lo: \ $(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/H5Gpublic.h \ @@ -37,12 +38,12 @@ h5diff.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/h5trav.h \ + $(top_srcdir)/tools/h5diff/h5trav.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ $(top_srcdir)/src/H5FSprivate.h h5trav.lo: \ - $(srcdir)/h5trav.c \ + $(top_srcdir)/tools/h5diff/h5trav.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -53,6 +54,7 @@ h5trav.lo: \ $(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/H5Gpublic.h \ @@ -77,12 +79,12 @@ h5trav.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/h5trav.h \ + $(top_srcdir)/tools/h5diff/h5trav.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ $(top_srcdir)/src/H5FSprivate.h h5difftst.lo: \ - $(srcdir)/h5difftst.c \ + $(top_srcdir)/tools/h5diff/h5difftst.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -93,6 +95,7 @@ h5difftst.lo: \ $(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/H5Gpublic.h \ |