diff options
Diffstat (limited to 'fortran/testpar/Makefile.am')
-rw-r--r-- | fortran/testpar/Makefile.am | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am index b6b6b3f..7a6b141 100644 --- a/fortran/testpar/Makefile.am +++ b/fortran/testpar/Makefile.am @@ -46,24 +46,24 @@ HDF_FORTRAN=yes # (e.g., different capitalizations) on different platforms. Write rules # for them explicitly rather than trying to teach automake about them. # They should be installed as headers and removed during clean. -maintainer-clean-local: clean-local -distclean-local: clean-local -clean-local: - if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \ - $(RM) *.$(F9XMODEXT); \ - fi - -install-data-local: - if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \ - $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(includedir)/. ; \ - fi - -uninstall-local: - if test -n "$(F9XMODEXT)" -a "X$(F9XMODEXT)" != "Xo"; then \ - if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(includedir)/HDF5.$(F9XMODEXT)"; then \ - set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ - fi; \ - fi +#maintainer-clean-local: clean-local +#distclean-local: clean-local +#clean-local: +# if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \ +# $(RM) *.$(F9XMODEXT); \ +# fi +# +#install-data-local: +# if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \ +# $(CP) $(top_builddir)/$(subdir)/*.$(F9XMODEXT) $(includedir)/. ; \ +# fi +# +#uninstall-local: +# if test -n "$(F9XMODEXT)" -a "X$(F9XMODEXT)" != "Xo"; then \ +# if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(includedir)/HDF5.$(F9XMODEXT)"; then \ +# set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ +# fi; \ +# fi # Put in dependencies to the THDF5 module so that things will be built # in the correct order. |