summaryrefslogtreecommitdiff
path: root/phrasinator/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r--phrasinator/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am
index c9b2a513..0b15a250 100644
--- a/phrasinator/Makefile.am
+++ b/phrasinator/Makefile.am
@@ -1,6 +1,6 @@
-bin_PROGRAMS = train_plm
+bin_PROGRAMS = gibbs_train_plm
-train_plm_SOURCES = train_plm.cc
-train_plm_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
-AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval
+AM_CPPFLAGS = -funroll-loops -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval