From 6cbdccb1d9a62b2723b962ba4b6e66f1631e48d3 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 3 Mar 2015 01:14:07 -0500 Subject: migration to cmake --- Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3