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:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-04 22:04:38 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-04 22:04:38 +0400
commitdc1a0216ba8829de4c9e9c32e4185ddba70dbc31 (patch)
treee96ff8aa3ee7ed3a9c66ffa7561e9adc0a94ffa2 /moses-cmd/src/Makefile.am
parent32edb3d668f65bce9f07f63b57b21ff9acaebedb (diff)
put into sourceforge
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@5 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses-cmd/src/Makefile.am')
-rw-r--r--moses-cmd/src/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/moses-cmd/src/Makefile.am b/moses-cmd/src/Makefile.am
new file mode 100644
index 000000000..64738cb74
--- /dev/null
+++ b/moses-cmd/src/Makefile.am
@@ -0,0 +1,11 @@
+bin_PROGRAMS = moses
+moses_SOURCES = Main.cpp IOCommandLine.cpp IOFile.cpp
+
+# this really needs to be fixed
+INCLUDES = -I../../src
+moses_LDADD = -L../../src -lmoses
+
+if BUILD_MYSQL_SUPPORT
+moses_SOURCES += IOMySQL.cpp ThreadMySQL.cpp
+endif
+