Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/Makefile.am')
-rw-r--r--mgizapp/src/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/mgizapp/src/Makefile.am b/mgizapp/src/Makefile.am
index 55d688e..90ca9a8 100644
--- a/mgizapp/src/Makefile.am
+++ b/mgizapp/src/Makefile.am
@@ -17,6 +17,7 @@ bin_PROGRAMS = mgiza \
plain2snt \
symal \
hmmnorm \
+ snt2coocrmp \
d4norm
d4norm_SOURCES = \
@@ -91,6 +92,15 @@ snt2cooc_CPPFLAGS = \
-DBINARY_SEARCH_FOR_TTABLE \
-DDEBUG
+snt2coocrmp_SOURCES = \
+ snt2cooc-reduce-mem-preprocess.cpp
+
+snt2coocrmp_CPPFLAGS = \
+ -DNDEBUG \
+ -DWORDINDEX_WITH_4_BYTE \
+ -DBINARY_SEARCH_FOR_TTABLE \
+ -DDEBUG
+
mgiza_SOURCES = \
main.cpp