bg
[libdbw.git] / Jamfile
blobcd12835c77a2e7b329e380318e1327a5bbad90af
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
2 if $(debug) {
3     CFLAGS.all += -O0 -g3 ;
4 } else {
5     set-profile ;
7 set-default-locations ;
8 CFLAGS.all += -fPIC -D_GNU_SOURCE -Iinclude ;
10 SubDir TOP ;
11 #SubInclude TOP include ;
12 #SubInclude TOP src ;
13 if $(debug) {
14     SubInclude TOP test ;
16 softinclude $(TOP)/Jamrules.configure ;
18 Clean clean : inst.sh ;