diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
commit | 98f01e2df2b407bfae2cd24fe4f03e184712eb75 (patch) | |
tree | f1981909055143f84c94799354d3d2a266c30c0f /perform | |
parent | 9a433b99a56dc575f1c0b11f95b744de61859dbb (diff) | |
download | hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.zip hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.gz hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.bz2 |
[svn-r6255] Purpose:
Code cleanup
Description:
Clean up a few more warnings and update dependencies.
Platforms tested:
Linux 2.2.18smp (eirene) serial & parallel
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Dependencies | 69 |
1 files changed, 64 insertions, 5 deletions
diff --git a/perform/Dependencies b/perform/Dependencies index 554f24d..691f3aa 100644 --- a/perform/Dependencies +++ b/perform/Dependencies @@ -36,7 +36,8 @@ iopipe.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/src/H5private.h + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h chunk.lo: \ $(srcdir)/chunk.c \ $(top_srcdir)/src/hdf5.h \ @@ -107,7 +108,8 @@ overhead.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/src/H5private.h + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h zip_perf.lo: \ $(srcdir)/zip_perf.c \ $(top_srcdir)/src/hdf5.h \ @@ -178,7 +180,27 @@ pio_perf.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/tools/lib/h5tools_utils.h \ + $(srcdir)/pio_perf.h \ + $(srcdir)/pio_timer.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/test/h5test.h \ + $(top_srcdir)/src/H5Tpkg.h \ + $(top_srcdir)/src/H5HGprivate.h \ + $(top_srcdir)/src/H5Fprivate.h \ + $(top_srcdir)/src/H5Dprivate.h \ + $(top_srcdir)/src/H5Gprivate.h \ + $(top_srcdir)/src/H5Bprivate.h \ + $(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/H5Zprivate.h \ + $(top_srcdir)/src/H5Sprivate.h \ + $(top_srcdir)/src/H5Pprivate.h pio_engine.lo: \ $(srcdir)/pio_engine.c \ $(top_srcdir)/src/hdf5.h \ @@ -213,7 +235,26 @@ pio_engine.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h + $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/pio_perf.h \ + $(srcdir)/pio_timer.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/test/h5test.h \ + $(top_srcdir)/src/H5Tpkg.h \ + $(top_srcdir)/src/H5HGprivate.h \ + $(top_srcdir)/src/H5Fprivate.h \ + $(top_srcdir)/src/H5Dprivate.h \ + $(top_srcdir)/src/H5Gprivate.h \ + $(top_srcdir)/src/H5Bprivate.h \ + $(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/H5Zprivate.h \ + $(top_srcdir)/src/H5Sprivate.h \ + $(top_srcdir)/src/H5Pprivate.h pio_timer.lo: \ $(srcdir)/pio_timer.c \ $(srcdir)/pio_timer.h \ @@ -249,4 +290,22 @@ pio_timer.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h + $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/pio_perf.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/test/h5test.h \ + $(top_srcdir)/src/H5Tpkg.h \ + $(top_srcdir)/src/H5HGprivate.h \ + $(top_srcdir)/src/H5Fprivate.h \ + $(top_srcdir)/src/H5Dprivate.h \ + $(top_srcdir)/src/H5Gprivate.h \ + $(top_srcdir)/src/H5Bprivate.h \ + $(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/H5Zprivate.h \ + $(top_srcdir)/src/H5Sprivate.h \ + $(top_srcdir)/src/H5Pprivate.h |