local current = "" ; local includes = ; local with-cmph = [ option.get "with-cmph" ] ; if $(with-cmph) { lib cmph : : $(with-cmph)/lib $(with-cmph)/lib64 ; includes += $(with-cmph)/include ; current = "--with-cmph=$(with-cmph)" ; } else { alias cmph ; } path-constant PT-LOG : bin/pt.log ; update-if-changed $(PT-LOG) $(current) ; fakelib CompactPT : [ glob *.cpp ] ../..//headers cmph : $(includes) $(PT-LOG) : : $(includes) ;