updated README
[k8sterm.git] / Jamrules
blobd0cd1daab70547ac3a7f20f1cf8b60a2efcfd415
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 CFLAGS.all += -Wall -Isrc ;
4 # no need to, you already can use "jam DEBUG=1"
5 set-profile ;
6 set-target-locations ;
7 softinclude $(TOP)/Jamrules.configure ;
9 if $(_USE_GIT_VERSION) = tan {
10   GIT_VERSION = [ Command git describe --abbrev=16 --dirty --always : xyzzy ] ;
11   DEFINES += "GIT_VERSION=\\\"$(GIT_VERSION)\\\"" ;
14 #PREFIX ?= /usr/local ;
16 softinclude $(TOP)/Jamrules.install ;
17 softinclude $(TOP)/Jamrules.libs ;
18 softinclude $(TOP)/Jamrules.local ;
19 softinclude $(TOP)/Jamrules.push ;