1# vim:set et sts=4 sw=4:
2# -*- coding: utf-8 -*-
3#
4# ibus-anthy - The Anthy engine for IBus
5#
6# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
7# Copyright (c) 2010-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
8# Copyright (c) 2007-2017 Red Hat, Inc.
9#
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2 of the License, or
13# (at your option) any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License along
21# with this program; if not, write to the Free Software Foundation, Inc.,
22# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
24ANTHY_PC= '@ANTHY_PC@'
25PKGDATADIR = '@pkgdatadir@'
26LIBEXECDIR = '@libexecdir@'
27LOCALEDIR = '@datadir@/locale'
28LAYOUT = '@LAYOUT@'
29SYMBOL_CHAR = unichr(@SYMBOL_CHAR_INT@)
30ICON_PREFERENCE = '@ICON_PREFERENCE@'
31VERSION = '@VERSION@'
32DEBUG = False
33