1 # Makefile.am -- top level Makefile for the m17n library.
2 # Copyright (C) 2003, 2004, 2005, 2006, 2007
3 # National Institute of Advanced Industrial Science and Technology (AIST)
4 # Registration Number H15PRO112
6 # This file is part of the m17n library.
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.
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.
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.
23 ## Process this file with Automake to create Makefile.in
25 SUBDIRS = intl po src example
27 bin_SCRIPTS = m17n-config
29 EXTRA_DIST = m4/ChangeLog config.rpath mkinstalldirs \
30 m17n-core.pc.in m17n-shell.pc.in m17n-flt.pc.in m17n-gui.pc.in bootstrap.sh
32 pkgconfigdir = ${libdir}/pkgconfig
34 BASICDATA = m17n-core.pc m17n-shell.pc m17n-flt.pc
36 PKGDATA = $(BASICDATA) m17n-gui.pc
38 PKGDATA = $(BASICDATA)
40 pkgconfig_DATA = $(PKGDATA)
42 ACLOCAL_AMFLAGS = -I m4