tried to do better scrolling; don't like the result
[k8sterm.git] / Jamrules
blob3b83d5fd251d5e8130083ee3ffb9986f6627e075
1 if ! $(THIS_IS_K8JAM) {
2   Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ;
5 if ! $(OPT) { OPT = size ; }
6 set-profile ;
7 set-target-locations ;
9 softinclude $(TOP)/Jamrules.configure ;
11 if $(_USE_GIT_VERSION) = tan {
12   GIT_VERSION = [ Command git describe --abbrev=16 --dirty --always ] ;
13   DEFINES += "GIT_VERSION=\\\"$(GIT_VERSION)\\\"" ;
16 PREFIX ?= /usr/local ;
18 softinclude $(TOP)/Jamrules.install ;
19 softinclude $(TOP)/Jamrules.libs ;
20 softinclude $(TOP)/Jamrules.local ;
21 softinclude $(TOP)/Jamrules.push ;