summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-12-09 11:10:24 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-12-09 11:10:24 (GMT)
commit60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd (patch)
treea9e227cfa4204bc18aef176c895d08d42ffcedf2
parentd5587a472bea95651f8e50539548321f0f98bdf4 (diff)
downloadhdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.zip
hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.gz
hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.bz2
[svn-r1859] * 1999-12-09
** src/H5FDpublic.h Added a #define for H5_HAVE_VFL to make life easier for application programmers. ** config/depend1 A minor tweak to the way GNU systems generate file dependencies for the Makefiles. ** src/H5T.c Fixed a bug with enumeration types not having the correct object header pointer.
-rw-r--r--src/Dependencies72
-rw-r--r--src/H5FDpublic.h1
-rw-r--r--test/Dependencies6
-rw-r--r--testpar/Dependencies8
4 files changed, 45 insertions, 42 deletions
diff --git a/src/Dependencies b/src/Dependencies
index 5017958..0a1dc2c 100644
--- a/src/Dependencies
+++ b/src/Dependencies
@@ -1465,6 +1465,42 @@ H5Sselect.lo: \
$(srcdir)/H5Zprivate.h \
$(srcdir)/H5Zpublic.h \
$(srcdir)/H5Vprivate.h
+H5T.lo: \
+ $(srcdir)/H5T.c \
+ $(srcdir)/H5private.h \
+ $(srcdir)/H5public.h \
+ H5pubconf.h \
+ $(srcdir)/H5api_adpt.h \
+ H5config.h \
+ $(srcdir)/H5Dprivate.h \
+ $(srcdir)/H5Dpublic.h \
+ $(srcdir)/H5Ipublic.h \
+ $(srcdir)/H5Fprivate.h \
+ $(srcdir)/H5Fpublic.h \
+ $(srcdir)/H5FDpublic.h \
+ $(srcdir)/H5MMpublic.h \
+ $(srcdir)/H5Gprivate.h \
+ $(srcdir)/H5Gpublic.h \
+ $(srcdir)/H5Bprivate.h \
+ $(srcdir)/H5Bpublic.h \
+ $(srcdir)/H5Oprivate.h \
+ $(srcdir)/H5Opublic.h \
+ $(srcdir)/H5HGprivate.h \
+ $(srcdir)/H5HGpublic.h \
+ $(srcdir)/H5Tprivate.h \
+ $(srcdir)/H5Tpublic.h \
+ $(srcdir)/H5Rprivate.h \
+ $(srcdir)/H5Rpublic.h \
+ $(srcdir)/H5Sprivate.h \
+ $(srcdir)/H5Spublic.h \
+ $(srcdir)/H5Zprivate.h \
+ $(srcdir)/H5Zpublic.h \
+ $(srcdir)/H5Iprivate.h \
+ $(srcdir)/H5Eprivate.h \
+ $(srcdir)/H5Epublic.h \
+ $(srcdir)/H5MMprivate.h \
+ $(srcdir)/H5Pprivate.h \
+ $(srcdir)/H5Ppublic.h
H5Tbit.lo: \
$(srcdir)/H5Tbit.c \
$(srcdir)/H5private.h \
@@ -1660,39 +1696,3 @@ H5Zdeflate.lo: \
$(srcdir)/H5Fprivate.h \
$(srcdir)/H5Fpublic.h \
$(srcdir)/H5FDpublic.h
-H5T.lo: \
- $(srcdir)/H5T.c \
- $(srcdir)/H5private.h \
- $(srcdir)/H5public.h \
- H5pubconf.h \
- $(srcdir)/H5api_adpt.h \
- H5config.h \
- $(srcdir)/H5Dprivate.h \
- $(srcdir)/H5Dpublic.h \
- $(srcdir)/H5Ipublic.h \
- $(srcdir)/H5Fprivate.h \
- $(srcdir)/H5Fpublic.h \
- $(srcdir)/H5FDpublic.h \
- $(srcdir)/H5MMpublic.h \
- $(srcdir)/H5Gprivate.h \
- $(srcdir)/H5Gpublic.h \
- $(srcdir)/H5Bprivate.h \
- $(srcdir)/H5Bpublic.h \
- $(srcdir)/H5Oprivate.h \
- $(srcdir)/H5Opublic.h \
- $(srcdir)/H5HGprivate.h \
- $(srcdir)/H5HGpublic.h \
- $(srcdir)/H5Tprivate.h \
- $(srcdir)/H5Tpublic.h \
- $(srcdir)/H5Rprivate.h \
- $(srcdir)/H5Rpublic.h \
- $(srcdir)/H5Sprivate.h \
- $(srcdir)/H5Spublic.h \
- $(srcdir)/H5Zprivate.h \
- $(srcdir)/H5Zpublic.h \
- $(srcdir)/H5Iprivate.h \
- $(srcdir)/H5Eprivate.h \
- $(srcdir)/H5Epublic.h \
- $(srcdir)/H5MMprivate.h \
- $(srcdir)/H5Pprivate.h \
- $(srcdir)/H5Ppublic.h
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h
index 40e4afc..eb65f8e 100644
--- a/src/H5FDpublic.h
+++ b/src/H5FDpublic.h
@@ -9,6 +9,7 @@
#define _H5FDpublic_H
#include <H5public.h>
+#define H5_HAVE_VFL 1 /*define a convenient app feature test*/
/*
* Types of allocation requests. The values larger than H5FD_MEM_DEFAULT
diff --git a/test/Dependencies b/test/Dependencies
index 4acacac..c6d8fdd 100644
--- a/test/Dependencies
+++ b/test/Dependencies
@@ -151,7 +151,8 @@ chunk.lo: \
$(top_srcdir)/src/H5FDmpio.h \
$(top_srcdir)/src/H5FDsec2.h \
$(top_srcdir)/src/H5FDstdio.h \
- $(top_srcdir)/src/H5FDgass.h
+ $(top_srcdir)/src/H5FDgass.h \
+ $(top_srcdir)/src/H5FDmulti.h
cmpd_dset.lo: \
$(srcdir)/cmpd_dset.c \
$(srcdir)/h5test.h \
@@ -842,7 +843,8 @@ overhead.lo: \
$(top_srcdir)/src/H5FDmpio.h \
$(top_srcdir)/src/H5FDsec2.h \
$(top_srcdir)/src/H5FDstdio.h \
- $(top_srcdir)/src/H5FDgass.h
+ $(top_srcdir)/src/H5FDgass.h \
+ $(top_srcdir)/src/H5FDmulti.h
ragged.lo: \
$(srcdir)/ragged.c \
$(top_srcdir)/src/hdf5.h \
diff --git a/testpar/Dependencies b/testpar/Dependencies
index e919ec1..f03cd19 100644
--- a/testpar/Dependencies
+++ b/testpar/Dependencies
@@ -6,7 +6,7 @@ testphdf5.lo: \
$(srcdir)/testphdf5.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_builddir)/src/H5config.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \
@@ -38,7 +38,7 @@ t_dset.lo: \
$(srcdir)/testphdf5.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_builddir)/src/H5config.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \
@@ -70,7 +70,7 @@ t_file.lo: \
$(srcdir)/testphdf5.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_builddir)/src/H5config.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \
@@ -102,7 +102,7 @@ t_mpi.lo: \
$(srcdir)/testphdf5.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_builddir)/src/H5config.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \