more fixes to 1049
[k8sterm.git] / Jamrules
blobe910c0228df501bc2403df8fa7c710ffd7d29b44
1 if ! $(OPT) { OPT = size ; }
2 set-profile ;
3 set-target-locations ;
6 softinclude $(TOP)/Jamrules.configure ;
8 if $(_USE_GIT_VERSION) = tan {
9   GIT_VERSION = [ Command git describe --abbrev=16 --dirty --always ] ;
10   DEFINES += "GIT_VERSION=\\\"$(GIT_VERSION)\\\"" ;
13 softinclude $(TOP)/Jamrules.libs ;
14 softinclude $(TOP)/Jamrules.local ;
15 softinclude $(TOP)/Jamrules.push ;