mosesdecoder/moses/TranslationModel/ProbingPT/Jamfile

14 lines
341 B
Plaintext
Raw Normal View History

2014-01-23 04:51:03 +04:00
local current = "" ;
local includes = ;
2014-06-12 21:38:04 +04:00
local with-probing-pt = [ option.get "with-probing-pt" ] ;
if $(with-probing-pt) {
fakelib ProbingPT : [ glob *.cpp ] ../..//headers : $(includes) <dependency>$(PT-LOG) : : $(includes) ;
2014-01-23 04:51:03 +04:00
}
else {
fakelib ProbingPT ;
}
path-constant PT-LOG : bin/pt.log ;
update-if-changed $(PT-LOG) $(current) ;