mosesdecoder/moses/TranslationModel/ProbingPT/Jamfile
2014-06-13 10:20:30 +01:00

14 lines
306 B
Plaintext

local current = "" ;
local includes = ;
if [ option.get "with-probing-pt" : : "yes" ]
{
fakelib ProbingPT : [ glob *.cpp ] ../..//headers : $(includes) <dependency>$(PT-LOG) : : $(includes) ;
}
else {
fakelib ProbingPT ;
}
path-constant PT-LOG : bin/pt.log ;
update-if-changed $(PT-LOG) $(current) ;