new kind of blinking cursor
[k8sterm.git] / Jamrules
blob279eaec8d3836e42e3b1a140bfa5fdafad37e8c7
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
2 #if ! $(OPT) { OPT = size ; }
3 set-profile ;
4 set-target-locations ;
6 softinclude $(TOP)/Jamrules.configure ;
8 if $(_USE_GIT_VERSION) = tan {
9   GIT_VERSION = [ Command git describe --abbrev=16 --dirty --always : xyzzy ] ;
10   DEFINES += "GIT_VERSION=\\\"$(GIT_VERSION)\\\"" ;
13 #PREFIX ?= /usr/local ;
15 softinclude $(TOP)/Jamrules.install ;
16 softinclude $(TOP)/Jamrules.libs ;
17 softinclude $(TOP)/Jamrules.local ;
18 softinclude $(TOP)/Jamrules.push ;