summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-01-09 11:23:28 +0800
committerPeng Wu <alexepico@gmail.com>2012-01-09 11:23:28 +0800
commit3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e (patch)
tree488f79d7ee08ddc84834fc6582c7811ded9cfec0
parentb2824b2735ff954ab1e8c0ab910afb0fda162cb5 (diff)
downloadlibpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.tar.gz
libpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.tar.xz
libpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.zip
update Makefile.am
-rw-r--r--utils/storage/Makefile.am5
-rw-r--r--utils/training/Makefile.am3
2 files changed, 5 insertions, 3 deletions
diff --git a/utils/storage/Makefile.am b/utils/storage/Makefile.am
index 13c54e9..ba3d8a0 100644
--- a/utils/storage/Makefile.am
+++ b/utils/storage/Makefile.am
@@ -21,11 +21,12 @@ INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/lookup \
@GLIB2_CPPFLAGS@
+bin_PROGRAMS = gen_binary_files \
+ import_interpolation
+
noinst_PROGRAMS = gen_zhuyin_map \
gen_pinyin_table \
- gen_binary_files \
export_interpolation \
- import_interpolation \
gen_chewing_table
gen_zhuyin_map_SOURCES = gen_zhuyin_map.cpp
diff --git a/utils/training/Makefile.am b/utils/training/Makefile.am
index 39d9731..32ad26d 100644
--- a/utils/training/Makefile.am
+++ b/utils/training/Makefile.am
@@ -25,9 +25,10 @@ INCLUDES = -I$(top_srcdir)/src \
noinst_HEADERS = k_mixture_model.h
+bin_PROGRAMS = gen_unigram
+
noinst_PROGRAMS = gen_ngram \
gen_deleted_ngram \
- gen_unigram \
gen_k_mixture_model \
estimate_interpolation \
estimate_k_mixture_model \