summaryrefslogtreecommitdiff
path: root/mira/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-05-03 02:02:29 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-05-03 02:02:29 -0400
commitc214f83e941b10daa47dc9a6f0352dde42dbadb4 (patch)
tree2ed9e6ce60152ee03641e06e1a251f6a3c9cd84a /mira/Makefile.am
parent5403c3cc854b061e9c5c8b3ef783b7b4d2e9387c (diff)
add mira
Diffstat (limited to 'mira/Makefile.am')
-rw-r--r--mira/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/mira/Makefile.am b/mira/Makefile.am
new file mode 100644
index 00000000..7b4a4e12
--- /dev/null
+++ b/mira/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = kbest_mira
+
+kbest_mira_SOURCES = kbest_mira.cc
+kbest_mira_LDADD = $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a ../klm/lm/libklm.a ../klm/util/libklm_util.a -lz
+
+AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval