summaryrefslogtreecommitdiffstats
path: root/tools/h5import
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-31 02:32:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-31 02:32:19 (GMT)
commit2d8964517bbba91245aec3f3eea2f8622ab30b4b (patch)
treea156c8968d94195b35097805b9fe8ce3c3d6687d /tools/h5import
parent327608ada8874dc9f42433bae3a6e4fd1baef609 (diff)
downloadhdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.zip
hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.gz
hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.bz2
[svn-r8128] Purpose:
Update dependencies after restructuring of MPI stuff
Diffstat (limited to 'tools/h5import')
-rw-r--r--tools/h5import/Dependencies14
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies
index dcff37a..61bbb6c 100644
--- a/tools/h5import/Dependencies
+++ b/tools/h5import/Dependencies
@@ -3,9 +3,12 @@
h5import.lo: \
$(top_srcdir)/tools/h5import/h5import.c \
+ $(top_srcdir)/src/hdf5.h \
+ $(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 \
@@ -26,21 +29,26 @@ h5import.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 \
$(top_srcdir)/src/H5FDsrb.h \
$(top_srcdir)/src/H5FDstdio.h \
$(top_srcdir)/src/H5FDstream.h \
+ $(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
$(top_srcdir)/src/H5FSprivate.h \
$(top_srcdir)/tools/h5import/h5import.h
h5importtest.lo: \
$(top_srcdir)/tools/h5import/h5importtest.c \
+ $(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 \
$(top_srcdir)/src/H5FSprivate.h