mosesdecoder/contrib/other-builds/moses2/Jamfile

40 lines
851 B
Plaintext
Raw Normal View History

2015-10-25 18:58:26 +03:00
# 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 :
2015-10-27 15:08:32 +03:00
ArcLists.cpp
2015-10-25 18:58:26 +03:00
FeatureFunction.cpp
2015-10-27 19:54:15 +03:00
FeatureFunctions.cpp
2015-10-25 18:58:26 +03:00
Hypothesis.cpp
InputPath.cpp
InputPaths.cpp
Main.cpp
Manager.cpp
2015-10-28 17:39:40 +03:00
MemPool.cpp
2015-10-25 18:58:26 +03:00
Phrase.cpp
PhraseTable.cpp
2015-10-28 19:45:52 +03:00
PhraseTableMemory.cpp
2015-10-25 18:58:26 +03:00
Scores.cpp
2015-10-28 00:01:23 +03:00
SearchNormal.cpp
SkeletonStatefulFF.cpp
2015-10-28 19:11:12 +03:00
SkeletonStatelessFF.cpp
2015-10-25 18:58:26 +03:00
Stack.cpp
StatefulFeatureFunction.cpp
StatelessFeatureFunction.cpp
2015-10-26 00:20:55 +03:00
System.cpp
2015-10-25 18:58:26 +03:00
TargetPhrase.cpp
2015-10-28 20:12:02 +03:00
TargetPhrases.cpp
UnknownWordPenalty.cpp
2015-10-28 19:33:08 +03:00
Weights.cpp
Word.cpp
WordPenalty.cpp
2015-10-25 18:58:26 +03:00
../../../moses//moses
../../../OnDiskPt//OnDiskPt
../../..//boost_filesystem
: <linkflags>$(xmlrpc-linkflags) <cxxflags>$(xmlrpc-cxxflags) ;