mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
14 lines
306 B
Plaintext
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) ;
|
|
|