summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-15 21:43:26 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-15 21:43:26 (GMT)
commit3935629cd62beace4489d2984d520ee76cea2957 (patch)
tree6b4a8f656a2e5b87936357697d92d04f4c5f7cf5 /fortran/src
parent28d25203415f441930fc459db29e87b7116479da (diff)
downloadhdf5-3935629cd62beace4489d2984d520ee76cea2957.zip
hdf5-3935629cd62beace4489d2984d520ee76cea2957.tar.gz
hdf5-3935629cd62beace4489d2984d520ee76cea2957.tar.bz2
[svn-r6680] Purpose:
Feature Add Description: Added a "libhdf5_fortran.settings" file to the Fortran library. Platforms tested: Arabica (Fortran) Modi4 (Parallel & Fortran) Vebena (Fortran & C++) Misc. update:
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/Makefile.in5
-rw-r--r--fortran/src/libhdf5_fortran.settings.in18
2 files changed, 21 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 4d9ac8d..ba5e713 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -28,6 +28,7 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
## This is our main target
LIB=libhdf5_fortran.la
+CLEAN=libhdf5_fortran.settings
DISTCLEAN=H5fortran_types.f90
## Public header files (to be installed)...
@@ -41,12 +42,12 @@ FPAR_MOD=${ADD_PARALLEL_FILES:yes=HDF5mpio.f90}
CPARALLEL=${ADD_PARALLEL_FILES:yes=H5FDmpiof.c}
CLIB_SRC=H5f90kit.c H5_f.c H5Git.c H5Rf.c H5Ff.c H5Sf.c H5Df.c H5Gf.c \
- H5Af.c H5Tf.c H5Pf.c H5If.c H5Ef.c H5Zf.c ${CPARALLEL:no=}
+ H5Af.c H5Tf.c H5Pf.c H5If.c H5Ef.c H5Zf.c ${CPARALLEL:no=}
FPARALLEL=${ADD_PARALLEL_FILES:yes=H5FDmpioff.f90}
FLIB_SRC=H5fortran_types.f90 H5fortran_flags.f90 H5f90global.f90 H5_ff.f90 \
H5Rff.f90 H5Fff.f90 H5Sff.f90 H5Dff.f90 H5Gff.f90 H5Aff.f90 H5Tff.f90 \
- H5Pff.f90 H5Iff.f90 H5Eff.f90 H5Zff.f90 ${FPARALLEL:no=} ${FPAR_MOD:no=HDF5.f90}
+ H5Pff.f90 H5Iff.f90 H5Eff.f90 H5Zff.f90 ${FPARALLEL:no=} ${FPAR_MOD:no=HDF5.f90}
LIB_SRC=$(CLIB_SRC) $(FLIB_SRC)
LIB_OBJ=$(CLIB_SRC:.c=.lo) $(FLIB_SRC:.f90=.lo)
diff --git a/fortran/src/libhdf5_fortran.settings.in b/fortran/src/libhdf5_fortran.settings.in
new file mode 100644
index 0000000..f0b8e8f
--- /dev/null
+++ b/fortran/src/libhdf5_fortran.settings.in
@@ -0,0 +1,18 @@
+SUMMARY OF THE HDF5 CONFIGURATION
+=================================
+
+HDF5 Version: @H5_VERSION@
+Configured on: @CONFIG_DATE@
+Configured by: @CONFIG_USER@
+Configure mode: @CONFIG_MODE@
+Host system: @host_cpu@-@host_vendor@-@host_os@
+Byte sex: @BYTESEX@
+Parallel support: @PARALLEL@
+Installation point: @prefix@
+C Compiler: @CC_VERSION@
+C Flags: @CFLAGS@ @CPPFLAGS@
+Extra C libraries: @LDFLAGS@ @LIBS@
+Fortran Compiler: @FC_VERSION@
+Fortran Flags: @FFLAGS@
+Archiver: @AR@
+Ranlib: @RANLIB@