import common ; import os ; local HOSTNAME = [ os.environ HOSTNAME ] ; HOSTNAME ?= dummy ; project helloWorldProject : requirements ../libsTemplates ../libsClass . _PROTOTYPING @$(__name__).decorate-target-name : build-dir bin/$(HOSTNAME)/helloWorld ; exe helloWorld : [ glob *.cxx ] ; install dist : helloWorld : ../Binaries/$(HOSTNAME) ; rule decorate-target-name ( name : type ? : property-set ) { return [ common.format-name -$(BUILD_ID) : $(name) : $(type) : $(property-set) ] ; }