summaryrefslogtreecommitdiff
path: root/pro-train/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-11-18 11:31:21 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2012-11-18 11:31:21 -0500
commit7640d85b92f61016e0712825920c6a259329d79b (patch)
tree185ec46bc0f4836082cca585dc8e67c80a7ebe99 /pro-train/Makefile.am
parent2de96e4b06fd0ff6131f3ec9630e9df330cf9b14 (diff)
more consistent naming, interface, fix compile error
Diffstat (limited to 'pro-train/Makefile.am')
-rw-r--r--pro-train/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/pro-train/Makefile.am b/pro-train/Makefile.am
deleted file mode 100644
index 1e9d46b0..00000000
--- a/pro-train/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-bin_PROGRAMS = \
- mr_pro_map \
- mr_pro_reduce
-
-mr_pro_map_SOURCES = mr_pro_map.cc
-mr_pro_map_LDADD = $(top_srcdir)/training/libtraining.a $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a -lz
-
-mr_pro_reduce_SOURCES = mr_pro_reduce.cc
-mr_pro_reduce_LDADD = $(top_srcdir)/training/liblbfgs/liblbfgs.a $(top_srcdir)/utils/libutils.a -lz
-
-AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval -I$(top_srcdir)/training