From e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 29 Jul 2003 14:24:10 -0500 Subject: [svn-r7274] *** empty log message *** --- fortran/src/Dependencies | 220 +++++++++++++++++++++++++++++------------------ perform/Dependencies | 16 ++-- 2 files changed, 146 insertions(+), 90 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 diff --git a/perform/Dependencies b/perform/Dependencies index 9de0292..c75f73e 100644 --- a/perform/Dependencies +++ b/perform/Dependencies @@ -2,7 +2,7 @@ ## Only temporary changes may be made here. iopipe.lo: \ - $(srcdir)/iopipe.c \ + $(top_srcdir)/perform/iopipe.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -41,7 +41,7 @@ iopipe.lo: \ $(top_srcdir)/src/H5MPprivate.h \ $(top_srcdir)/src/H5FSprivate.h chunk.lo: \ - $(srcdir)/chunk.c \ + $(top_srcdir)/perform/chunk.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -77,7 +77,7 @@ chunk.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h overhead.lo: \ - $(srcdir)/overhead.c \ + $(top_srcdir)/perform/overhead.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -116,7 +116,7 @@ overhead.lo: \ $(top_srcdir)/src/H5MPprivate.h \ $(top_srcdir)/src/H5FSprivate.h zip_perf.lo: \ - $(srcdir)/zip_perf.c \ + $(top_srcdir)/perform/zip_perf.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -153,7 +153,7 @@ zip_perf.lo: \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/tools/lib/h5tools_utils.h pio_perf.lo: \ - $(srcdir)/pio_perf.c \ + $(top_srcdir)/perform/pio_perf.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -189,7 +189,7 @@ pio_perf.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h pio_engine.lo: \ - $(srcdir)/pio_engine.c \ + $(top_srcdir)/perform/pio_engine.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -225,8 +225,8 @@ pio_engine.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h pio_timer.lo: \ - $(srcdir)/pio_timer.c \ - $(srcdir)/pio_timer.h \ + $(top_srcdir)/perform/pio_timer.c \ + $(top_srcdir)/perform/pio_timer.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ -- cgit v0.12