blob: 4c7508e7fdcc77b490f8af09106469af3c381419 (
plain)
1
2
3
4
5
6
7
|
import os ;
local DIST = [ os.environ DIST ] ;
exe mppdown : [ glob-tree *.cpp ] : <linkflags>-lboost_program_options ;
install dist : mppdown : <location>$(DIST)/usr/bin : <variant>release ;
|