mosesdecoder/Makefile.am
bhaddow 465442340a Imported version 3493 from local repo.
Includes merges from trunk up to 3842.


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/samplerank@4045 1f5c12ca-751b-0410-a591-d2e778427230
2011-06-28 14:55:53 +00:00

15 lines
421 B
Makefile

# 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 = kenlm moses/src moses-chart/src OnDiskPt/src moses-cmd/src misc moses-chart-cmd/src CreateOnDisk/src josiah $(MERT) $(SERVER)