mosesdecoder/contrib/other-builds/moses2/Jamfile
2015-10-28 17:12:02 +00:00

40 lines
851 B
Plaintext

# If you get compilation errors here, make sure you have xmlrpc-c
# installed properly, including the abyss server option.
import option ;
import path ;
exe moses2 :
ArcLists.cpp
FeatureFunction.cpp
FeatureFunctions.cpp
Hypothesis.cpp
InputPath.cpp
InputPaths.cpp
Main.cpp
Manager.cpp
MemPool.cpp
Phrase.cpp
PhraseTable.cpp
PhraseTableMemory.cpp
Scores.cpp
SearchNormal.cpp
SkeletonStatefulFF.cpp
SkeletonStatelessFF.cpp
Stack.cpp
StatefulFeatureFunction.cpp
StatelessFeatureFunction.cpp
System.cpp
TargetPhrase.cpp
TargetPhrases.cpp
UnknownWordPenalty.cpp
Weights.cpp
Word.cpp
WordPenalty.cpp
../../../moses//moses
../../../OnDiskPt//OnDiskPt
../../..//boost_filesystem
: <linkflags>$(xmlrpc-linkflags) <cxxflags>$(xmlrpc-cxxflags) ;