chore: append dev to version number after release (#1509)
[FMS.git] / FMS.pc.in
blobbc993b5740e6bdee3eafc420cce0d20162e3d736
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 prefix=@prefix@
21 exec_prefix=@exec_prefix@
22 libdir=@libdir@
23 includedir=@includedir@
25 # Including the following, as they may be useful when building other components
26 # and as a way to better record how the library was built.
27 ccompiler=@CC@
28 fccompiler=@FC@
29 cppflagss.compiled=@CPPFLAGS@
30 cflags.compiled=@CFLAGS@
31 fcflags.compiled=@FCFLAGS@
32 ldflags.compiled=@LDFLAGS@
34 Name: FMS
35 Description: The Flexible Modeling System Infrastructure Library
36 URL: https://www.gfdl.noaa.gov/fms
37 Version: @VERSION@
38 Libs: -L$(libdir) -lFMS
39 Libs.private: @LIBS@
40 Cflags: -I${includedir}
41 Fflags: -I${includedir}