Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-12-01 21:17:28 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 21:17:28 +0400
commitc53453b266d2377dfdbc71c9960879cd01f936c6 (patch)
tree772502d3f89270f9774f96fbe0cf77881967e8d2 /util
parente20a098a29f84c225ea0923ab72219f0dda355a6 (diff)
No more autotools (with bhaddow in the room)
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
deleted file mode 100644
index c567793ff..000000000
--- a/util/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-lib_LTLIBRARIES = libkenutil.la
-
-AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS)
-
-libkenutil_la_SOURCES = \
- bit_packing.cc \
- ersatz_progress.cc \
- exception.cc \
- file.cc \
- file_piece.cc \
- murmur_hash.cc \
- mmap.cc