## This is a automake file, part of gtool library. # Copyright 2015-2016, @see COPYRIGHT in detail # include $(top_srcdir)/common.mk ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST += COPYRIGHT EXTRA_DIST += VERSION EXTRA_DIST += script SUBDIRS += src SUBDIRS += test SUBDIRS += bin if HAVE_DOXYGEN SUBDIRS += doc endif CC=@CC@ FC=@FC@ CPP=@CPP@ F90MODTYPE=@F90MODTYPE@ MODEXT=@MODEXT@ MODPATHFLAG=@MODPATHFLAG@ F03ENABLE=@F03ENABLE@ MPIFC=@MPIFC@ MPIEXEC=@MPIEXEC@ MPIEXECOPTS=@MPIEXECOPTS@ NCDUMP=@NCDUMP@ # # pkgconfig # pkgconfigdir = @pkgconfigdir@ # pkgconfig_DATA = dc_utils.pc # CLEANFILES = dc_utils.pc # if BUILD_DCUTILS # SUBDIRS += dc_utils # endif # test: check install-data-hook: $(MKDIR_P) $(DESTDIR)$(includedir) $(install_sh_DATA) $(builddir)/include/*@MODEXT@ $(DESTDIR)$(includedir) @echo '' @echo '+------------------------------------------------------------+' @echo '| Congratulations! You have successfully installed the |' @echo '| gtool5 Fortran 90/95 libraries. |' @echo '| |' @echo '| You can use script "gt5config" to find out the relevant |' @echo '| compiler options to build your application. Enter |' @echo '| |' @echo '| gt5config --help |' @echo '| |' @echo '| for additional information. |' @echo '| |' @echo '| We also provide "gt5frt" and "mpigt5frt" in order to |' @echo '| compile your program. Enter |' @echo '| |' @echo '| gt5frt [COMPILER OPTION] [SOURCE FILES] |' @echo '| |' @echo '| CAUTION: |' @echo '| If you have not already run "make check", then we strongly |' @echo '| recommend you do so. |' @echo '| |' @echo '| If any tests fail, please see the gtool5 web site: |' @echo '| http://www.gfd-dennou.org/library/gtool/gtool5 |' @echo '+------------------------------------------------------------+' @echo '' clean-local: -@rm -fr $(builddir)/include/*@MODEXT@ distclean-local: -@rm -fr $(builddir)/include CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES += $(srcdir)/config.log CONFIG_CLEAN_FILES += $(srcdir)/config.status CONFIG_CLEAN_FILES += $(srcdir)/config.guess maintainer-clean-local: -@rm -f $(top_srcdir)/VERSION -@rm -f $(top_srcdir)/Makefile.in -@rm -f $(top_srcdir)/configure -@rm -f $(top_srcdir)/aclocal.m4 -@rm -fr $(top_srcdir)/autom4te.cache -@rm -fr $(top_srcdir)/build-aux -@rm -fr $(top_srcdir)/include @find $(top_srcdir) -name "Makefile.in" -print0 | xargs -0 rm -f cl: git2cl git2cl: @git log --date=short --pretty=format:"%ad %an <%ae>%n%n%s%n%b" | \ sed -e 's/^\(.*\)$$/\t\1/g' | \ sed -e 's/^\t\([0-9]*-[0-9]*-[0-9]*.*\)$$/\1/g' | \ sed -e 's/^\t$$//g' | \ sed -e '/^\tSigned-off-by.*$//d' \ > ChangeLog