diff options
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Dependencies | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/perform/Dependencies b/perform/Dependencies index 691f3aa..784f26b 100644 --- a/perform/Dependencies +++ b/perform/Dependencies @@ -37,7 +37,8 @@ iopipe.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h chunk.lo: \ $(srcdir)/chunk.c \ $(top_srcdir)/src/hdf5.h \ @@ -109,7 +110,8 @@ overhead.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h zip_perf.lo: \ $(srcdir)/zip_perf.c \ $(top_srcdir)/src/hdf5.h \ @@ -186,6 +188,7 @@ pio_perf.lo: \ $(srcdir)/pio_timer.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/H5Tpkg.h \ $(top_srcdir)/src/H5HGprivate.h \ @@ -196,8 +199,8 @@ pio_perf.lo: \ $(top_srcdir)/src/H5ACprivate.h \ $(top_srcdir)/src/H5RSprivate.h \ $(top_srcdir)/src/H5Oprivate.h \ - $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Tprivate.h \ + $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Zprivate.h \ $(top_srcdir)/src/H5Sprivate.h \ $(top_srcdir)/src/H5Pprivate.h @@ -240,6 +243,7 @@ pio_engine.lo: \ $(srcdir)/pio_timer.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/H5Tpkg.h \ $(top_srcdir)/src/H5HGprivate.h \ @@ -250,8 +254,8 @@ pio_engine.lo: \ $(top_srcdir)/src/H5ACprivate.h \ $(top_srcdir)/src/H5RSprivate.h \ $(top_srcdir)/src/H5Oprivate.h \ - $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Tprivate.h \ + $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Zprivate.h \ $(top_srcdir)/src/H5Sprivate.h \ $(top_srcdir)/src/H5Pprivate.h @@ -294,6 +298,7 @@ pio_timer.lo: \ $(srcdir)/pio_perf.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/H5Tpkg.h \ $(top_srcdir)/src/H5HGprivate.h \ @@ -304,8 +309,8 @@ pio_timer.lo: \ $(top_srcdir)/src/H5ACprivate.h \ $(top_srcdir)/src/H5RSprivate.h \ $(top_srcdir)/src/H5Oprivate.h \ - $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Tprivate.h \ + $(top_srcdir)/src/H5Rprivate.h \ $(top_srcdir)/src/H5Zprivate.h \ $(top_srcdir)/src/H5Sprivate.h \ $(top_srcdir)/src/H5Pprivate.h |