diff options
author | Robb Matzke <matzke@llnl.gov> | 2000-09-19 17:04:46 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2000-09-19 17:04:46 (GMT) |
commit | f2caef690b3bdb99b27ff38a3ed1676300e5cd9d (patch) | |
tree | 050fc6413bc7590d681f8ce32ff3301864a38d37 /examples/Dependencies | |
parent | 7c1e888bde6c2c3c345f37022099e1f294267f3c (diff) | |
download | hdf5-f2caef690b3bdb99b27ff38a3ed1676300e5cd9d.zip hdf5-f2caef690b3bdb99b27ff38a3ed1676300e5cd9d.tar.gz hdf5-f2caef690b3bdb99b27ff38a3ed1676300e5cd9d.tar.bz2 |
[svn-r2573] Purpose:
Fix Irix pmake bugs
Description:
Build fails on Irix when builddir != srcdir
Solution:
* acconfig.h
* src/H5config.h.in [REGENERATED]
Added definition for HAVE_STREAM
* config/conclude.in
* config/depend1.in
* config/depend2.in
* config/depend3.in
* config/depend4.in
The `Dependencies' file is located in the source
tree. This fixes bugs for Irix pmake when compiling
outside the source tree. Hopefully it still preserves
Albert's changes which allow concurrent compilations
to not stomp on each other's Dependencies files.
* examples/Dependencies [REGENERATED]
* src/Dependencies [REGENERATED]
* test/Dependencies [REGENERATED]
* tools/Dependencies [REGENERATED]
Regenerated for testing purposes.
Platforms:
i686-pc-linux
mips-sgi-irix6.5
sparc-sun-solaris2.6
Diffstat (limited to 'examples/Dependencies')
-rw-r--r-- | examples/Dependencies | 60 |
1 files changed, 50 insertions, 10 deletions
diff --git a/examples/Dependencies b/examples/Dependencies index f32d8f5..259844a 100644 --- a/examples/Dependencies +++ b/examples/Dependencies @@ -31,8 +31,12 @@ h5_chunk_read.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_compound.lo: \ $(srcdir)/h5_compound.c \ $(top_srcdir)/src/hdf5.h \ @@ -63,8 +67,12 @@ h5_compound.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_extend_write.lo: \ $(srcdir)/h5_extend_write.c \ $(top_srcdir)/src/hdf5.h \ @@ -95,8 +103,12 @@ h5_extend_write.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_group.lo: \ $(srcdir)/h5_group.c \ $(top_srcdir)/src/hdf5.h \ @@ -127,8 +139,12 @@ h5_group.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_read.lo: \ $(srcdir)/h5_read.c \ $(top_srcdir)/src/hdf5.h \ @@ -159,8 +175,12 @@ h5_read.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_write.lo: \ $(srcdir)/h5_write.c \ $(top_srcdir)/src/hdf5.h \ @@ -191,8 +211,12 @@ h5_write.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_select.lo: \ $(srcdir)/h5_select.c \ $(top_srcdir)/src/hdf5.h \ @@ -223,8 +247,12 @@ h5_select.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_attribute.lo: \ $(srcdir)/h5_attribute.c \ $(top_srcdir)/src/hdf5.h \ @@ -255,8 +283,12 @@ h5_attribute.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_mount.lo: \ $(srcdir)/h5_mount.c \ $(top_srcdir)/src/hdf5.h \ @@ -287,8 +319,12 @@ h5_mount.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h h5_reference.lo: \ $(srcdir)/h5_reference.c \ $(top_srcdir)/src/hdf5.h \ @@ -319,5 +355,9 @@ h5_reference.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDdpss.h + $(top_srcdir)/src/H5FDdpss.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDlog.h |