1 #***********************************************************************
2 #* GNU Lesser General Public License
4 #* This file is part of the GFDL Flexible Modeling System (FMS).
6 #* FMS is free software: you can redistribute it and/or modify it under
7 #* the terms of the GNU Lesser General Public License as published by
8 #* the Free Software Foundation, either version 3 of the License, or (at
9 #* your option) any later version.
11 #* FMS is distributed in the hope that it will be useful, but WITHOUT
12 #* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 #* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 #* You should have received a copy of the GNU Lesser General Public
17 #* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
18 #***********************************************************************
20 # This is an automake file for the constants directory of the FMS
23 # Include .h and .mod files.
24 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/string_utils/include
25 AM_FCFLAGS = $(FC_MODINC). $(FC_MODOUT)$(MODDIR)
27 # Build this uninstalled convenience library.
28 noinst_LTLIBRARIES = libstring_utils.la
30 # The convenience library depends on its source.
31 libstring_utils_la_SOURCES = \
32 fms_string_utils.F90 \
33 include/fms_string_utils.inc \
34 include/fms_string_utils_r4.fh \
35 include/fms_string_utils_r8.fh \
36 fms_string_utils_binding.c
39 fms_string_utils_mod.$(FC_MODEXT)
40 BUILT_SOURCES = $(MODFILES)
41 nodist_include_HEADERS = $(MODFILES)
43 include $(top_srcdir)/mkmods.mk