mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-13 00:59:02 +03:00
Stricter dependencies enforced by clang
This commit is contained in:
parent
c61390fb4e
commit
044a602604
@ -1 +1 @@
|
||||
lib CYKPlusParser : [ glob *.cpp ] ..//headers ;
|
||||
lib CYKPlusParser : [ glob *.cpp ] ..//moses_internal ;
|
||||
|
@ -11,9 +11,11 @@ if [ option.get "with-synlm" : no : yes ] = yes
|
||||
alias synlm ;
|
||||
}
|
||||
|
||||
lib moses :
|
||||
lib moses_internal :
|
||||
#All cpp files except those listed
|
||||
[ glob *.cpp DynSAInclude/*.cpp : ThreadPool.cpp SyntacticLanguageModel.cpp ]
|
||||
synlm ThreadPool CYKPlusParser//CYKPlusParser LM//LM RuleTable//RuleTable Scope3Parser//Scope3Parser headers ../..//z ../../OnDiskPt//OnDiskPt ;
|
||||
[ glob *.cpp DynSAInclude/*.cpp : PhraseDictionary.cpp ThreadPool.cpp SyntacticLanguageModel.cpp ]
|
||||
synlm ThreadPool headers ;
|
||||
|
||||
alias moses : PhraseDictionary.cpp moses_internal CYKPlusParser//CYKPlusParser LM//LM RuleTable//RuleTable Scope3Parser//Scope3Parser headers ../..//z ../../OnDiskPt//OnDiskPt ;
|
||||
|
||||
alias headers-to-install : [ glob-tree *.h ] ;
|
||||
|
@ -1 +1 @@
|
||||
lib RuleTable : [ glob *.cpp ] ..//headers ..//Scope3Parser ;
|
||||
lib RuleTable : [ glob *.cpp ] ..//moses_internal ..//Scope3Parser ..//CYKPlusParser ;
|
||||
|
@ -1 +1 @@
|
||||
lib Scope3Parser : [ glob *.cpp ] ..//headers ;
|
||||
lib Scope3Parser : [ glob *.cpp ] ..//moses_internal ;
|
||||
|
Loading…
Reference in New Issue
Block a user