summaryrefslogtreecommitdiff
path: root/phrasinator/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r--phrasinator/Makefile.am6
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