diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-11-09 22:00:34 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-11-09 22:00:34 (GMT) |
commit | cd73b837db95493de0641b2c63537b42b8b57a84 (patch) | |
tree | a3b264acf9f66ce2dd22b740b6110849523d6490 /hl/fortran | |
parent | 40338b9e40b980eb4bb709e4f36661d7620d9a1f (diff) | |
download | hdf5-cd73b837db95493de0641b2c63537b42b8b57a84.zip hdf5-cd73b837db95493de0641b2c63537b42b8b57a84.tar.gz hdf5-cd73b837db95493de0641b2c63537b42b8b57a84.tar.bz2 |
HDFFV-10537: Remove installation of Fortran test mod files
Removed from autools install, cmake does not have this issue.
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/test/Makefile.am | 12 |
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 |