mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-09 04:56:57 +03:00
1ef0f3844d
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2221 1f5c12ca-751b-0410-a591-d2e778427230
10 lines
266 B
Makefile
10 lines
266 B
Makefile
# not a GNU package. You can remove this line, if
|
|
# have all needed files, that a GNU package needs
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
# order is important here: build moses before moses-cmd
|
|
if WITH_MERT
|
|
MERT = mert
|
|
endif
|
|
SUBDIRS = moses/src moses-cmd/src misc $(MERT)
|