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
diff options
context:
space:
mode:
Diffstat (limited to 'moses-cmd/src/Makefile.am')
-rw-r--r--moses-cmd/src/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/moses-cmd/src/Makefile.am b/moses-cmd/src/Makefile.am
deleted file mode 100644
index 8a29f9ec9..000000000
--- a/moses-cmd/src/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-bin_PROGRAMS = moses
-moses_SOURCES = Main.cpp IOCommandLine.cpp IOFile.cpp
-AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-
-moses_LDADD = -lmoses
-moses_DEPENDENCIES = $(top_srcdir)/../moses/src/libmoses.a
-
-if BUILD_MYSQL_SUPPORT
-moses_SOURCES += IOMySQL.cpp ThreadMySQL.cpp
-endif
-