summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-07-29 21:00:28 (GMT)
committerGitHub <noreply@github.com>2022-07-29 21:00:28 (GMT)
commitf9b6967afaf5b89177ec8ee610723aa714dfb27e (patch)
tree7a7e71c3c30a35bb44c65d7e78a41616ff21129f /hl/fortran/src/Makefile.in
parent6e92521311713123a6b2ab3b0a25f1b138f16e27 (diff)
downloadhdf5-f9b6967afaf5b89177ec8ee610723aa714dfb27e.zip
hdf5-f9b6967afaf5b89177ec8ee610723aa714dfb27e.tar.gz
hdf5-f9b6967afaf5b89177ec8ee610723aa714dfb27e.tar.bz2
Run bin/reconfigure to propagate fortran mod change to configure and (#1952)
Makefile.in files.
Diffstat (limited to 'hl/fortran/src/Makefile.in')
-rw-r--r--hl/fortran/src/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 5e0a4d6..5ef19e9 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -432,7 +432,8 @@ AM_CPPFLAGS = @AM_CPPFLAGS@ @H5_CPPFLAGS@ -I$(top_srcdir)/src \
AM_CXXFLAGS = @AM_CXXFLAGS@ @H5_CXXFLAGS@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AM_FCFLAGS = @AM_FCFLAGS@ @H5_FCFLAGS@ -I$(top_builddir)/fortran/src \
- $(F9XMODFLAG)$(top_builddir)/fortran/src
+ $(F9XMODFLAG)$(top_builddir)/fortran/src \
+ $(F9XMODFLAG)$(fmoddir)
AM_LDFLAGS = @AM_LDFLAGS@ @H5_LDFLAGS@ $(am__append_1)
AR = @AR@
AUTOCONF = @AUTOCONF@
@@ -663,6 +664,7 @@ enable_shared = @enable_shared@
enable_static = @enable_static@
examplesdir = @examplesdir@
exec_prefix = @exec_prefix@
+fmoddir = @fmoddir@
fortran_linux_linker_option = @fortran_linux_linker_option@
host = @host@
host_alias = @host_alias@
@@ -1335,13 +1337,13 @@ clean-local:
install-data-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
- $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(DESTDIR)$(includedir)/. ; \
+ $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(DESTDIR)$(fmoddir)/. ; \
fi
uninstall-local:
@if test -n "$(F9XMODEXT)" -a "X$(F9XMODEXT)" != "Xo"; then \
- if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(DESTDIR)$(includedir)/HDF5.$(F9XMODEXT)"; then \
- set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \
+ if test -f "$(fmoddir)/hdf5.$(F9XMODEXT)" -o -f "$(DESTDIR)$(fmoddir)/HDF5.$(F9XMODEXT)"; then \
+ set -x; $(RM) $(fmoddir)/*.$(F9XMODEXT); \
fi; \
fi