ebfa4944b3af047e877f87246d9722f73c7be51b
[platform/upstream/ibus.git] / ibus / Makefile.am
1 # vim:set noet ts=4:
2 #
3 # ibus - The Input Bus
4 #
5 # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
6 #
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2 of the License, or (at your option) any later version.
11 #
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU Lesser General Public License for more details.
16 #
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with this program; if not, write to the
19 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
20 # Boston, MA  02111-1307  USA
21 SUBDIRS = \
22         interface \
23         $(NULL)
24
25 ibus_PYTHON = \
26         ascii.py \
27         application.py \
28         attribute.py \
29         common.py \
30         bus.py \
31         engine.py \
32         exception.py \
33         factory.py \
34         gtk.py \
35         __init__.py \
36         keysyms.py \
37         lang.py \
38         lookuptable.py \
39         modifier.py \
40         object.py \
41         panel.py \
42         property.py \
43         utility.py \
44         config.py \
45         _config.py \
46         $(NULL)
47
48 ibusdir = @pkgpythondir@
49
50 EXTRA_DIST = \
51         _config.py.in \
52         $(NULL)
53
54 CLEANFILES = \
55         *.pyc \
56         $(NULL)
57
58 DISTCLEANFILES = \
59         config.py \
60         $(NULL)