Initial Release
[framework/uifw/libm17n.git] / m17n-flt.pc.in
1 # m17n-flt.pc.in -- Metadata file for pkg-config
2 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
3 #   National Institute of Advanced Industrial Science and Technology (AIST)
4 #   Registration Number H15PRO112
5
6 # This file is part of the m17n library.
7
8 # The m17n library is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public License
10 # as published by the Free Software Foundation; either version 2.1 of
11 # the License, or (at your option) any later version.
12
13 # The m17n library is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # Lesser General Public License for more details.
17
18 # You should have received a copy of the GNU Lesser General Public
19 # License along with the m17n library; if not, write to the Free
20 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 # Boston, MA 02110-1301, USA.
22
23 prefix=@prefix@
24 exec_prefix=@exec_prefix@
25 libdir=@libdir@
26 includedir=@includedir@
27 version=@PACKAGE_VERSION@
28
29 moduledir=${libdir}/@M17N_MODULE_DIR@
30
31 Name: m17n-flt
32 Description: FLT API suport of the m17n library.
33 Version: ${version}
34 Requires: m17n-core = ${version}
35 Libs: -L${libdir} -lm17n-core -lm17n-flt
36 Cflags: -I${includedir}