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:
authorskyload <skyload@1f5c12ca-751b-0410-a591-d2e778427230>2010-04-21 16:09:00 +0400
committerskyload <skyload@1f5c12ca-751b-0410-a591-d2e778427230>2010-04-21 16:09:00 +0400
commit9fa54f5d89b15780ebc76b53542fd5b769eb463f (patch)
treebe2164a36f0818f14a91ad5e8498644bb725680d
parent35782e4d8cc117961c28ea4c7d8f55408274b3de (diff)
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/DPR_MOSES@3176 1f5c12ca-751b-0410-a591-d2e778427230
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000000000..fbb9deec9
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
+# not a GNU package. You can remove this line, if
+# have all needed files, that a GNU package needs
+AUTOMAKE_OPTIONS = foreign
+
+ACLOCAL_AMFLAGS = -I m4
+
+# order is important here: build moses before moses-cmd
+if WITH_MERT
+ MERT = mert
+endif
+if WITH_SERVER
+ SERVER = server
+endif
+SUBDIRS = moses/src moses-cmd/src misc $(MERT) $(SERVER)