From d423d92baf556315b43705c2094a27f9ff35e593 Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Tue, 24 Jun 2008 17:08:11 +0800 Subject: [PATCH] Remove m17n/Makefile.am --- engine/m17n/Makefile.am | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 engine/m17n/Makefile.am diff --git a/engine/m17n/Makefile.am b/engine/m17n/Makefile.am deleted file mode 100644 index 0c14268..0000000 --- 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) -- 2.7.4