mosesdecoder/Makefile.am
2009-02-26 11:17:12 +00:00

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)