summaryrefslogtreecommitdiff
path: root/phrasinator
diff options
context:
space:
mode:
Diffstat (limited to 'phrasinator')
-rw-r--r--phrasinator/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am
index 95a603df..aba98601 100644
--- a/phrasinator/Makefile.am
+++ b/phrasinator/Makefile.am
@@ -1,4 +1,6 @@
-bin_PROGRAMS = gibbs_train_plm head_bigram_model gibbs_train_plm_notables
+bin_PROGRAMS = gibbs_train_plm gibbs_train_plm_notables
+
+#head_bigram_model
gibbs_train_plm_notables_SOURCES = gibbs_train_plm.notables.cc
gibbs_train_plm_notables_LDADD = $(top_srcdir)/utils/libutils.a -lz
@@ -6,7 +8,7 @@ gibbs_train_plm_notables_LDADD = $(top_srcdir)/utils/libutils.a -lz
gibbs_train_plm_SOURCES = gibbs_train_plm.cc
gibbs_train_plm_LDADD = $(top_srcdir)/utils/libutils.a -lz
-head_bigram_model_SOURCES = head_bigram_model.cc
-head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz
+#head_bigram_model_SOURCES = head_bigram_model.cc
+#head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz
AM_CPPFLAGS = -funroll-loops -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval