diff options
| author | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-17 10:41:11 +0800 |
|---|---|---|
| committer | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-17 10:41:11 +0800 |
| commit | 51438d761eb28fc9c19efc7eef82681ebdc86e65 (patch) | |
| tree | e4376d04599181443cfd85c12c9c9edc8c6794b4 /src/Makefile.am | |
| parent | 28d811bfa3676d1f96ec7b366caedececb6cc60b (diff) | |
| parent | c5aefb2ca27010474d12032f51be840c92ed4770 (diff) | |
| download | ibus-libpinyin-51438d761eb28fc9c19efc7eef82681ebdc86e65.tar.gz ibus-libpinyin-51438d761eb28fc9c19efc7eef82681ebdc86e65.tar.xz ibus-libpinyin-51438d761eb28fc9c19efc7eef82681ebdc86e65.zip | |
Merge branch 'bopomofo'
Conflicts:
ibus-pinyin.spec.in
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3cd72e6..29a1d01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,8 @@ libexec_PROGRAMS = ibus-engine-pinyin ibus_engine_c_sources = \ + BopomofoEditor.cc \ + BopomofoEngine.cc \ Config.cc \ Database.cc \ DoublePinyinEditor.cc \ @@ -49,6 +51,7 @@ ibus_engine_c_sources = \ PinyinEngine.cc \ PinyinParser.cc \ PinyinProperties.cc \ + PunctEditor.cc \ SimpTradConverter.cc \ DynamicSpecialPhrase.cc \ SpecialPhrase.cc \ @@ -56,9 +59,13 @@ ibus_engine_c_sources = \ $(NULL) ibus_engine_built_h_sources = \ PinyinParserTable.h \ + PunctTable.h \ SimpTradConverterTable.h \ $(NULL) ibus_engine_h_sources = \ + Bopomofo.h \ + BopomofoEditor.h \ + BopomofoEngine.h \ Bus.h \ Config.h \ Database.h \ @@ -83,6 +90,8 @@ ibus_engine_h_sources = \ PinyinProperties.h \ Pointer.h \ Property.h \ + PunctEditor.h \ + PunctTable.h \ RawEditor.h \ Regex.h \ Signal.h \ @@ -157,8 +166,12 @@ CLEANFILES = \ PinyinParserTable.h: $(PYTHON) $(top_srcdir)/scripts/genpytable.py > $@ +PunctTable.h: + $(PYTHON) $(top_srcdir)/scripts/genpuncttable.py > $@ + SimpTradConverterTable.h: $(PYTHON) $(srcdir)/update-simptrad-table.py > $@ + update-simptrad-table: $(RM) ZhConversion.php ZhConversion.py SimpTradConverterTable.h $(MAKE) ZhConversion.php |
