summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-08-28 17:24:32 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-08-28 17:24:32 (GMT)
commitcfb3a9386e8a8df5229accb44c75e2af7ac54e5a (patch)
treeb3fc30d72c8ae3eea072b9ac061c37c35715e28d /fortran/src
parente4be88197bdac9ac07f2d075b35fcb0c3c4e6dc6 (diff)
downloadhdf5-cfb3a9386e8a8df5229accb44c75e2af7ac54e5a.zip
hdf5-cfb3a9386e8a8df5229accb44c75e2af7ac54e5a.tar.gz
hdf5-cfb3a9386e8a8df5229accb44c75e2af7ac54e5a.tar.bz2
Add changes to Makefile.in files and four H5e*.h files from running bin/reconfigur.
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index e311a31..feebef8 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -831,11 +831,11 @@ H5fortran_detect_SOURCES = H5fortran_detect.f90
# Mark this directory as part of the Fortran API
FORTRAN_API = yes
-# Automake needs to be taught how to build lib, dyn, progs, and tests targets.
+# Automake needs to be taught how to build lib, progs and tests targets.
# These will be filled in automatically for the most part (e.g.,
# lib_LIBRARIES are built for lib target), but EXTRA_LIB, EXTRA_PROG, and
# EXTRA_TEST variables are supplied to allow the user to force targets to
-# be built at certain times.
+# be built at certain times.
LIB = $(lib_LIBRARIES) $(lib_LTLIBRARIES) $(noinst_LIBRARIES) \
$(noinst_LTLIBRARIES) $(check_LIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LIB)
@@ -1487,6 +1487,7 @@ HDF5mpio.lo: $(srcdir)/H5FDmpioff.f90 H5f90global.lo H5_ff$(F_STATUS).lo
H5Off.lo H5Off$(F_STATUS).lo H5Pff.lo H5Pff$(F_STATUS).lo H5Rff$(F_STATUS).lo H5Rff.lo \
H5Sff.lo H5Tff.lo H5Tff$(F_STATUS).lo H5Zff.lo \
H5_DBLE_Interface$(F_DBLE).lo H5FDmpioff.lo
+
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.
build-lib: $(LIB)
@@ -1522,7 +1523,7 @@ all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(chk_TESTS)
# make install-doc doesn't do anything outside of doc directory, but
# Makefiles should recognize it.
# UPDATE: docs no longer reside in this build tree, so this target
-# is depreciated.
+# is deprecated.
install-doc uninstall-doc:
@echo "Nothing to be done."
@@ -1683,7 +1684,7 @@ build-check-p: $(LIB) $(PROGS) $(chk_TESTS)
echo "**** Hint ****"; \
echo "Parallel test files reside in the current directory" \
"by default."; \
- echo "Set HDF5_PARAPREFIX to use another directory. E.g.,"; \
+ echo "Set HDF5_PARAPREFIX to use another directory. e.g.,"; \
echo " HDF5_PARAPREFIX=/PFS/user/me"; \
echo " export HDF5_PARAPREFIX"; \
echo " make check"; \