Blame Makefile.am

Packit Service a721b1
# Makefile.am -- top level Makefile for the m17n library.
Packit Service a721b1
# Copyright (C) 2003-2016
Packit Service a721b1
#   National Institute of Advanced Industrial Science and Technology (AIST)
Packit Service a721b1
#   Registration Number H15PRO112
Packit Service a721b1
Packit Service a721b1
# This file is part of the m17n library.
Packit Service a721b1
Packit Service a721b1
# The m17n library is free software; you can redistribute it and/or
Packit Service a721b1
# modify it under the terms of the GNU Lesser General Public License
Packit Service a721b1
# as published by the Free Software Foundation; either version 2.1 of
Packit Service a721b1
# the License, or (at your option) any later version.
Packit Service a721b1
Packit Service a721b1
# The m17n library is distributed in the hope that it will be useful,
Packit Service a721b1
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service a721b1
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service a721b1
# Lesser General Public License for more details.
Packit Service a721b1
Packit Service a721b1
# You should have received a copy of the GNU Lesser General Public
Packit Service a721b1
# License along with the m17n library; if not, write to the Free
Packit Service a721b1
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit Service a721b1
# Boston, MA 02110-1301, USA.
Packit Service a721b1
Packit Service a721b1
## Process this file with Automake to create Makefile.in
Packit Service a721b1
Packit Service a721b1
SUBDIRS = intl po src example
Packit Service a721b1
Packit Service a721b1
if HAVE_PKG_CONFIG
Packit Service a721b1
BINSCRIPTS =
Packit Service a721b1
else
Packit Service a721b1
BINSCRIPTS = m17n-config
Packit Service a721b1
endif
Packit Service a721b1
bin_SCRIPTS = $(BINSCRIPTS)
Packit Service a721b1
Packit Service a721b1
EXTRA_DIST = \
Packit Service a721b1
	m17n-core.pc.in m17n-shell.pc.in m17n-flt.pc.in m17n-gui.pc.in \
Packit Service a721b1
	bootstrap.sh
Packit Service a721b1
Packit Service a721b1
pkgconfigdir = ${libdir}/pkgconfig
Packit Service a721b1
Packit Service a721b1
BASICDATA = m17n-core.pc m17n-shell.pc m17n-flt.pc
Packit Service a721b1
if WITH_GUI
Packit Service a721b1
PKGDATA = $(BASICDATA) m17n-gui.pc
Packit Service a721b1
else
Packit Service a721b1
PKGDATA = $(BASICDATA)
Packit Service a721b1
endif
Packit Service a721b1
pkgconfig_DATA = $(PKGDATA)
Packit Service a721b1
Packit Service a721b1
ACLOCAL_AMFLAGS = -I m4