From c04ba5eed5049569d327dfb6162d91bec0a3aec8 Mon Sep 17 00:00:00 2001 From: redpony Date: Tue, 6 Jul 2010 17:45:09 +0000 Subject: featurizer git-svn-id: https://ws10smt.googlecode.com/svn/trunk@154 ec762483-ff6d-05da-a07a-a48fb63a330f --- extools/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extools/Makefile.am') diff --git a/extools/Makefile.am b/extools/Makefile.am index bce6c404..fc02f831 100644 --- a/extools/Makefile.am +++ b/extools/Makefile.am @@ -2,6 +2,8 @@ bin_PROGRAMS = \ extractor \ mr_stripe_rule_reduce \ build_lexical_translation \ + filter_grammar \ + featurize_grammar \ filter_score_grammar noinst_PROGRAMS = @@ -10,6 +12,14 @@ filter_score_grammar_SOURCES = filter_score_grammar.cc extract.cc sentence_pair. filter_score_grammar_LDADD = $(top_srcdir)/decoder/libcdec.a -lz filter_score_grammar_LDFLAGS = -all-static +filter_grammar_SOURCES = filter_grammar.cc extract.cc sentence_pair.cc +filter_grammar_LDADD = $(top_srcdir)/decoder/libcdec.a -lz +filter_grammar_LDFLAGS = -all-static + +featurize_grammar_SOURCES = featurize_grammar.cc extract.cc sentence_pair.cc +featurize_grammar_LDADD = $(top_srcdir)/decoder/libcdec.a -lz +featurize_grammar_LDFLAGS = -all-static + build_lexical_translation_SOURCES = build_lexical_translation.cc extract.cc sentence_pair.cc build_lexical_translation_LDADD = $(top_srcdir)/decoder/libcdec.a -lz build_lexical_translation_LDFLAGS = -all-static -- cgit v1.2.3