fix: missed changes for test_diag_yaml
[FMS.git] / diag_integral / Makefile.am
blob6e5f904ee4e7e87a53e1b5244edbb362eb78a984
1 #***********************************************************************
2 #*                   GNU Lesser General Public License
3 #*
4 #* This file is part of the GFDL Flexible Modeling System (FMS).
5 #*
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
14 #* for more details.
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 diag_integral directory of the FMS
21 # package.
23 # Ed Hartnett 2/22/19
25 # Include .h and .mod files.
26 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/diag_integral/include
27 AM_FCFLAGS = $(FC_MODINC). $(FC_MODOUT)$(MODDIR)
29 # Build this uninstalled convenience library.
30 noinst_LTLIBRARIES = libdiag_integral.la
32 # The convenience library depends on its source.
33 libdiag_integral_la_SOURCES = diag_integral.F90\
34                                                                                                                         include/diag_integral.inc\
35                                                                                                                         include/diag_integral_r4.fh\
36                                                                                                                         include/diag_integral_r8.fh
38 diag_integral_mod.$(FC_MODEXT): include/diag_integral.inc\
39                                                                                                                                 include/diag_integral_r4.fh\
40                                                                                                                                 include/diag_integral_r8.fh
43 nodist_include_HEADERS = diag_integral_mod.$(FC_MODEXT)
44 BUILT_SOURCES = diag_integral_mod.$(FC_MODEXT)
47 include $(top_srcdir)/mkmods.mk