summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-07-29 19:24:10 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-07-29 19:24:10 (GMT)
commite7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb (patch)
treefd2a0ebd29f2ec406ec4bea34bef58941dec47ae /fortran/src
parent1eb74205d4d8b7a4fda07e2ffa794c491d7ebd6a (diff)
downloadhdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.zip
hdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.tar.gz
hdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.tar.bz2
[svn-r7274] *** empty log message ***
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/Dependencies220
1 files changed, 138 insertions, 82 deletions
diff --git a/fortran/src/Dependencies b/fortran/src/Dependencies
index 2afb2ff..8f1dfc6 100644
--- a/fortran/src/Dependencies
+++ b/fortran/src/Dependencies
@@ -2,8 +2,8 @@
## Only temporary changes may be made here.
H5f90kit.lo: \
- $(srcdir)/H5f90kit.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5f90kit.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -28,21 +28,25 @@ H5f90kit.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5_f.lo: \
- $(srcdir)/H5_f.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5_f.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -67,20 +71,24 @@ H5_f.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Git.lo: \
- $(srcdir)/H5Git.c \
+ $(top_srcdir)/fortran/src/H5Git.c \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -105,19 +113,23 @@ H5Git.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/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 \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Rf.lo: \
- $(srcdir)/H5Rf.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Rf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -142,21 +154,25 @@ H5Rf.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Ff.lo: \
- $(srcdir)/H5Ff.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Ff.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -181,21 +197,25 @@ H5Ff.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Sf.lo: \
- $(srcdir)/H5Sf.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Sf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -220,21 +240,25 @@ H5Sf.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Df.lo: \
- $(srcdir)/H5Df.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Df.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -259,21 +283,25 @@ H5Df.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Gf.lo: \
- $(srcdir)/H5Gf.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Gf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -298,21 +326,25 @@ H5Gf.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Af.lo: \
- $(srcdir)/H5Af.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Af.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -337,21 +369,25 @@ H5Af.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Tf.lo: \
- $(srcdir)/H5Tf.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Tf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -376,21 +412,25 @@ H5Tf.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Pf.lo: \
- $(srcdir)/H5Pf.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Pf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -415,21 +455,25 @@ H5Pf.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5If.lo: \
- $(srcdir)/H5If.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5If.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -454,21 +498,25 @@ H5If.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
H5Ef.lo: \
- $(srcdir)/H5Ef.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5Ef.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -493,21 +541,25 @@ H5Ef.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
-H5FDmpiof.lo: \
- $(srcdir)/H5FDmpiof.c \
- $(srcdir)/H5f90.h \
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h
+H5Zf.lo: \
+ $(top_srcdir)/fortran/src/H5Zf.c \
+ $(top_srcdir)/fortran/src/H5f90.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -532,15 +584,19 @@ H5FDmpiof.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/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 \
- $(srcdir)/H5f90i.h \
- $(srcdir)/H5f90proto.h \
- $(srcdir)/H5Git.h
+ $(top_srcdir)/fortran/src/H5f90i.h \
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
+ $(top_srcdir)/src/H5FSprivate.h \
+ $(top_srcdir)/fortran/src/H5f90proto.h \
+ $(top_srcdir)/fortran/src/H5Git.h