summaryrefslogtreecommitdiffstats
path: root/perform
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 /perform
parent1eb74205d4d8b7a4fda07e2ffa794c491d7ebd6a (diff)
downloadhdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.zip
hdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.tar.gz
hdf5-e7bcad6e7b5469d0e05502894e2ac4a2ba70c6bb.tar.bz2
[svn-r7274] *** empty log message ***
Diffstat (limited to 'perform')
-rw-r--r--perform/Dependencies16
1 files changed, 8 insertions, 8 deletions
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 \