Merge branch 'master' of github.com:moses-smt/mosesdecoder

This commit is contained in:
Hieu Hoang 2012-11-09 00:53:39 -08:00
commit 32330c62a6

View File

@ -10,9 +10,7 @@ else {
alias cmph ;
}
alias sources : [ glob *.cpp ] ;
path-constant PT-LOG : bin/pt.log ;
update-if-changed $(PT-LOG) $(current) ;
alias CompactPT : sources ..//headers cmph : $(includes) <dependency>$(PT-LOG) ;
lib CompactPT : [ glob *.cpp ] ..//headers cmph : $(includes) <dependency>$(PT-LOG) : : $(includes) ;