summaryrefslogtreecommitdiff
path: root/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 /Makefile.am
parentc7b2a39958912d7b85a384a871609e6db73042c7 (diff)
migration to cmake
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index a2d2f332..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# warning - the subdirectories in the following list should
-# be kept in topologically sorted order. Also, DO NOT introduce
-# cyclic dependencies between these directories!
-SUBDIRS = \
- utils \
- klm/util/double-conversion \
- klm/util \
- klm/util/stream \
- klm/lm \
- klm/lm/builder \
- klm/search \
- mteval \
- decoder \
- training \
- word-aligner \
- extractor \
- example_extff
-
-
-EXTRA_DIST = corpus tests python/cdec python/tests python/examples compound-split environment
-AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I m4
-AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall