diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-05 23:35:48 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-05 23:35:48 -0400 |
commit | 164d32f02604ee5bff5de94ad669fb2b4d12d34a (patch) | |
tree | 7cf1da3c70c8c84a4072717b0d65bfdde667f34b /phrasinator/Makefile.am | |
parent | c3e46171f722f6276e2613ea6cb087b07325d794 (diff) |
build bug
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r-- | phrasinator/Makefile.am | 8 |
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 |