summaryrefslogtreecommitdiff
path: root/word-aligner/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 /word-aligner/Makefile.am
parentc7b2a39958912d7b85a384a871609e6db73042c7 (diff)
migration to cmake
Diffstat (limited to 'word-aligner/Makefile.am')
-rw-r--r--word-aligner/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am
deleted file mode 100644
index 071e4977..00000000
--- a/word-aligner/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-bin_PROGRAMS = fast_align binderiv
-
-fast_align_SOURCES = fast_align.cc ttables.cc da.h ttables.h
-fast_align_LDADD = ../utils/libutils.a
-fast_align_LDFLAGS = $(STATIC_FLAGS)
-
-binderiv_SOURCES = binderiv.cc
-binderiv_LDADD = ../utils/libutils.a
-
-EXTRA_DIST = aligner.pl ortho-norm support makefiles stemmers
-
-AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/training