diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-13 21:52:48 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-13 21:52:48 -0500 |
commit | d69cee7a46d63b585e319d93429df27717e5043c (patch) | |
tree | c94f42539a2d9cad6f6cf9a383b1711a481be490 /phrasinator/Makefile.am | |
parent | 3ef45aa928719f0631488a1240960ffdeeab384c (diff) |
phrasinator training initial
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r-- | phrasinator/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am new file mode 100644 index 00000000..c9b2a513 --- /dev/null +++ b/phrasinator/Makefile.am @@ -0,0 +1,6 @@ +bin_PROGRAMS = train_plm + +train_plm_SOURCES = train_plm.cc +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 |