summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2018-11-13 15:21:18 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2018-11-13 15:21:18 (GMT)
commitfe15b8a0b82b88d909accd92c0ee7c76b6cb0408 (patch)
tree92e93112363f430f918acde137f31faf93863922
parent501de7ec91246954dfa5556a671428777425e385 (diff)
parent7445c7d61ae06b8fefe2efbb362b51fbf57e10a7 (diff)
downloadhdf5-fe15b8a0b82b88d909accd92c0ee7c76b6cb0408.zip
hdf5-fe15b8a0b82b88d909accd92c0ee7c76b6cb0408.tar.gz
hdf5-fe15b8a0b82b88d909accd92c0ee7c76b6cb0408.tar.bz2
Merge pull request #1330 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10
* commit '7445c7d61ae06b8fefe2efbb362b51fbf57e10a7': HDFFV-10537: Remove installation of Fortran test mod files
-rw-r--r--hl/fortran/test/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/hl/fortran/test/Makefile.am b/hl/fortran/test/Makefile.am
index ba672aa..0552aaa 100644
--- a/hl/fortran/test/Makefile.am
+++ b/hl/fortran/test/Makefile.am
@@ -58,18 +58,6 @@ clean-local:
$(RM) *.$(F9XMODEXT); \
fi
-install-data-local:
- @if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
- $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(DESTDIR)$(includedir)/. ; \
- 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); \
- fi; \
- fi
-
# Mark this directory as part of the Fortran API (this affects output
# from tests in conclude.am)
FORTRAN_API=yes