Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « src « moses-cmd - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a29f9ec96051ea696f56ae93bb3c6b3f81b675f (plain)
1
2
3
4
5
6
7
8
9
10
11
bin_PROGRAMS = moses 
moses_SOURCES = Main.cpp IOCommandLine.cpp  IOFile.cpp 
AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES

moses_LDADD = -lmoses
moses_DEPENDENCIES = $(top_srcdir)/../moses/src/libmoses.a

if BUILD_MYSQL_SUPPORT
moses_SOURCES += IOMySQL.cpp ThreadMySQL.cpp
endif