summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-24 17:06:59 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-24 17:06:59 +0800
commit1f13effe2af355ac0845be53c23cb1171efc5d5a (patch)
treecfbf62bb0f997c2aee6e2fba4d470c7e8695d6cd /engine
parentd64a28ddc80141f411918b81eabdc3be306d6e77 (diff)
Refine coding style
Diffstat (limited to 'engine')
-rw-r--r--engine/m17n/Makefile.am40
1 files changed, 20 insertions, 20 deletions
diff --git a/engine/m17n/Makefile.am b/engine/m17n/Makefile.am
index b3d3f9bf..0c142687 100644
--- a/engine/m17n/Makefile.am
+++ b/engine/m17n/Makefile.am
@@ -1,10 +1,10 @@
-anthy_PYTHON = \
- anthy.py \
- anthyengine.py \
- convertor.py \
- conv_tables.py \
- anthy_panel.py \
- __init__.py \
+anthy_PYTHON = \
+ anthy.py \
+ anthyengine.py \
+ convertor.py \
+ conv_tables.py \
+ anthy_panel.py \
+ __init__.py \
$(NULL)
anthydir = $(datadir)/gik/ime/anthy
@@ -12,24 +12,24 @@ 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@ \
+_anthy_la_CFLAGS = \
+ @ANTHY_CFLAGS@ \
`python-config --cflags`
-_anthy_la_LDFLAGS = \
- @ANTHY_LIBS@ \
- `python-config --ldflags` \
+_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 \
+CLEANFILES = \
+ anthy.py \
+ anthy.pyc \
+ anthy.pyo \
+ anthy_wrap.c \
$(NULL)
-EXTRA_DIST = \
- anthy.i \
- test.py \
+EXTRA_DIST = \
+ anthy.i \
+ test.py \
$(NULL)