summaryrefslogtreecommitdiff
path: root/mteval/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2015-03-03 01:14:07 -0500
committerChris Dyer <redpony@gmail.com>2015-03-03 01:14:07 -0500
commit95183b5760d7f168ae093ae8f9b29740628a278f (patch)
tree4c213e940a80a08d60141d11ec35cbe8f17d4755 /mteval/Makefile.am
parentc7b2a39958912d7b85a384a871609e6db73042c7 (diff)
migration to cmake
Diffstat (limited to 'mteval/Makefile.am')
-rw-r--r--mteval/Makefile.am52
1 files changed, 0 insertions, 52 deletions
diff --git a/mteval/Makefile.am b/mteval/Makefile.am
deleted file mode 100644
index aac3e6b5..00000000
--- a/mteval/Makefile.am
+++ /dev/null
@@ -1,52 +0,0 @@
-bin_PROGRAMS = \
- fast_score \
- mbr_kbest
-
-noinst_PROGRAMS = \
- scorer_test
-TESTS = scorer_test
-
-noinst_LIBRARIES = libmteval.a
-
-EXTRA_DIST = test_data
-
-libmteval_a_SOURCES = \
- aer_scorer.h \
- comb_scorer.h \
- external_scorer.h \
- levenshtein.h \
- ns.h \
- ns_cer.h \
- ns_comb.h \
- ns_docscorer.h \
- ns_ext.h \
- ns_ssk.h \
- ns_ter.h \
- ns_wer.h \
- scorer.h \
- ter.h \
- aer_scorer.cc \
- comb_scorer.cc \
- external_scorer.cc \
- meteor_jar.cc \
- ns.cc \
- ns_cer.cc \
- ns_comb.cc \
- ns_docscorer.cc \
- ns_ext.cc \
- ns_ssk.cc \
- ns_ter.cc \
- ns_wer.cc \
- scorer.cc \
- ter.cc
-
-fast_score_SOURCES = fast_score.cc
-fast_score_LDADD = libmteval.a ../utils/libutils.a
-
-mbr_kbest_SOURCES = mbr_kbest.cc
-mbr_kbest_LDADD = libmteval.a ../utils/libutils.a
-
-scorer_test_SOURCES = scorer_test.cc
-scorer_test_LDADD = libmteval.a ../utils/libutils.a $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)
-
-AM_CPPFLAGS = -DTEST_DATA=\"$(top_srcdir)/mteval/test_data\" -DBOOST_TEST_DYN_LINK -W -Wall -Wno-sign-compare -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/klm