summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-24 17:08:11 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-24 17:08:11 +0800
commitd423d92baf556315b43705c2094a27f9ff35e593 (patch)
treeb699bf7682542f4723d1480e84035f86b1e54bc4 /engine
parent1f13effe2af355ac0845be53c23cb1171efc5d5a (diff)
downloadibus-d423d92baf556315b43705c2094a27f9ff35e593.tar.gz
Remove m17n/Makefile.am
Diffstat (limited to 'engine')
-rw-r--r--engine/m17n/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/engine/m17n/Makefile.am b/engine/m17n/Makefile.am
deleted file mode 100644
index 0c142687..00000000
--- a/engine/m17n/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-anthy_PYTHON = \
- anthy.py \
- anthyengine.py \
- convertor.py \
- conv_tables.py \
- anthy_panel.py \
- __init__.py \
- $(NULL)
-
-anthydir = $(datadir)/gik/ime/anthy
-
-module_LTLIBRARIES = _anthy.la
-moduledir = $(datadir)/gik/ime/anthy
-_anthy_la_SOURCES = anthy_wrap.c
-_anthy_la_CFLAGS = \
- @ANTHY_CFLAGS@ \
- `python-config --cflags`
-_anthy_la_LDFLAGS = \
- @ANTHY_LIBS@ \
- `python-config --ldflags` \
- -avoid-version -module
-
-anthy.py anthy_wrap.c: anthy.i
- swig -python $<
-
-CLEANFILES = \
- anthy.py \
- anthy.pyc \
- anthy.pyo \
- anthy_wrap.c \
- $(NULL)
-EXTRA_DIST = \
- anthy.i \
- test.py \
- $(NULL)