diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 18:11:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 18:11:12 (GMT) |
commit | ea08053e29da31c82afd6eb432b70b828536183e (patch) | |
tree | d3aa308e7c01b8ec319d0b3af2a3516ae1e98743 /perform | |
parent | b9c390c38221569d04cc8a8f6d3e3bab458f9d63 (diff) | |
download | hdf5-ea08053e29da31c82afd6eb432b70b828536183e.zip hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.gz hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.bz2 |
[svn-r5983] Purpose:
More fixups to the Dependencies files...
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Dependencies | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/perform/Dependencies b/perform/Dependencies index d9df6ec..554f24d 100644 --- a/perform/Dependencies +++ b/perform/Dependencies @@ -5,7 +5,7 @@ iopipe.lo: \ $(srcdir)/iopipe.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -41,7 +41,7 @@ chunk.lo: \ $(srcdir)/chunk.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -76,7 +76,7 @@ overhead.lo: \ $(srcdir)/overhead.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -112,7 +112,7 @@ zip_perf.lo: \ $(srcdir)/zip_perf.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -148,7 +148,7 @@ pio_perf.lo: \ $(srcdir)/pio_perf.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -183,7 +183,7 @@ pio_engine.lo: \ $(srcdir)/pio_engine.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -219,7 +219,7 @@ pio_timer.lo: \ $(srcdir)/pio_timer.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ |