Update copyright years
[m17n/m17n-lib.git] / Makefile.am
1 # Makefile.am -- top level Makefile for the m17n library.
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 ## Process this file with Automake to create Makefile.in
24
25 SUBDIRS = intl po src example
26
27 bin_SCRIPTS = m17n-config
28
29 EXTRA_DIST = \
30         m17n-core.pc.in m17n-shell.pc.in m17n-flt.pc.in m17n-gui.pc.in \
31         bootstrap.sh
32
33 pkgconfigdir = ${libdir}/pkgconfig
34
35 BASICDATA = m17n-core.pc m17n-shell.pc m17n-flt.pc
36 if WITH_GUI
37 PKGDATA = $(BASICDATA) m17n-gui.pc
38 else
39 PKGDATA = $(BASICDATA)
40 endif
41 pkgconfig_DATA = $(PKGDATA)
42
43 ACLOCAL_AMFLAGS = -I m4