changesin Jam*
[k8sterm.git] / Jamrules
blob3c0d8b351228c7ec306978333ab44a297d91ebf8
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 if $(debug) {
5     CFLAGS.all += -O0 -g3 ;
6 } else {
7     set-profile ;
9 set-target-locations ;
10 softinclude $(TOP)/Jamrules.configure ;
12 if $(_USE_GIT_VERSION) = tan {
13   GIT_VERSION = [ Command git describe --abbrev=16 --dirty --always : xyzzy ] ;
14   DEFINES += "GIT_VERSION=\\\"$(GIT_VERSION)\\\"" ;
17 #PREFIX ?= /usr/local ;
19 softinclude $(TOP)/Jamrules.install ;
20 softinclude $(TOP)/Jamrules.libs ;
21 softinclude $(TOP)/Jamrules.local ;
22 softinclude $(TOP)/Jamrules.push ;