diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:32:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:32:19 (GMT) |
commit | 2d8964517bbba91245aec3f3eea2f8622ab30b4b (patch) | |
tree | a156c8968d94195b35097805b9fe8ce3c3d6687d /tools/misc | |
parent | 327608ada8874dc9f42433bae3a6e4fd1baef609 (diff) | |
download | hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.zip hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.gz hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.bz2 |
[svn-r8128] Purpose:
Update dependencies after restructuring of MPI stuff
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/Dependencies | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index 4916426..112a584 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -49,8 +49,8 @@ h5repart.lo: \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ - $(top_srcdir)/src/H5Ipublic.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 \ @@ -71,10 +71,11 @@ h5repart.lo: \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ $(top_srcdir)/src/H5FDfamily.h \ - $(top_srcdir)/src/H5FDfphdf5.h \ - $(top_srcdir)/src/H5FDmpio.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 \ @@ -90,8 +91,8 @@ pdb2hdf.lo: \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ - $(top_srcdir)/src/H5Ipublic.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 \ @@ -112,10 +113,11 @@ pdb2hdf.lo: \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ $(top_srcdir)/src/H5FDfamily.h \ - $(top_srcdir)/src/H5FDfphdf5.h \ - $(top_srcdir)/src/H5FDmpio.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 \ |