summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2010-04-15 14:49:08 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2010-04-15 14:49:08 (GMT)
commitfee129b9c2ad2b841ebe26294cf1b27182d24d17 (patch)
tree5991176c60c43f2098ea7fc1fda53844e680924b /fortran/src/Makefile.in
parentfcff5fc0f8a9b1a75a924c339a3a03fa40595cb8 (diff)
downloadhdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.zip
hdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.tar.gz
hdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.tar.bz2
[svn-r18557] Description:
Merged Fortran changes from the trunk into the branch svn merge -r 18098:18556 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (intel)
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index ff4225d..922780f 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -916,11 +916,14 @@ clean-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
$(RM) *.$(F9XMODEXT); \
fi
+ $(RM) $(DESTDIR)$(includedir)/H5f90i*.h
install-data-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
$(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(DESTDIR)$(includedir)/. ; \
fi
+ $(CP) $(top_builddir)/$(subdir)/H5f90i_gen.h $(DESTDIR)$(includedir)/.
+ $(CP) $(top_srcdir)/fortran/src/H5f90i.h $(DESTDIR)$(includedir)/.
uninstall-local:
@if test -n "$(F9XMODEXT)" -a "X$(F9XMODEXT)" != "Xo"; then \
@@ -929,6 +932,7 @@ uninstall-local:
fi; \
fi; \
$(RM) $(DESTDIR)$(bindir)/$(H5FC_NAME)
+ $(RM) $(DESTDIR)$(includedir)/H5f90i*.h
# Also install and uninstall (uninstall-local above) h5fc script
install-exec-local: