mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-08 04:27:53 +03:00
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
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 :
|
|
InputPath.cpp
|
|
InputPaths.cpp
|
|
Main.cpp
|
|
MemPool.cpp
|
|
Phrase.cpp
|
|
Scores.cpp
|
|
System.cpp
|
|
TargetPhrase.cpp
|
|
TargetPhrases.cpp
|
|
TranslationTask.cpp
|
|
Weights.cpp
|
|
Word.cpp
|
|
FF/Distortion.cpp
|
|
FF/FeatureFunction.cpp
|
|
FF/FeatureFunctions.cpp
|
|
FF/SkeletonStatefulFF.cpp
|
|
FF/SkeletonStatelessFF.cpp
|
|
FF/StatefulFeatureFunction.cpp
|
|
FF/StatelessFeatureFunction.cpp
|
|
FF/WordPenalty.cpp
|
|
LM/LanguageModel.cpp
|
|
LM/KENLM.cpp
|
|
TranslationModel/PhraseTable.cpp
|
|
TranslationModel/PhraseTableMemory.cpp
|
|
TranslationModel/ProbingPT.cpp
|
|
TranslationModel/UnknownWordPenalty.cpp
|
|
Search/ArcLists.cpp
|
|
Search/Hypothesis.cpp
|
|
Search/Manager.cpp
|
|
Search/SearchNormal.cpp
|
|
Search/Stack.cpp
|
|
Search/Stacks.cpp
|
|
|
|
|
|
../../../moses//moses
|
|
../../../OnDiskPt//OnDiskPt
|
|
../../..//boost_filesystem
|
|
: <linkflags>$(xmlrpc-linkflags) <cxxflags>$(xmlrpc-cxxflags) ;
|
|
|