first commit
[libtwilio.git] / Jamfile
blobae5ebc2c2be0378ddfe54351aead3eb2a3427bf9
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
2 if $(windoze) {
3     setup-windoze ;
4     use-mingw32 ;
7 if $(debug) {
8     CFLAGS.all += -O0 -g3 ;
9 } else {
10     set-profile ;
12 set-default-locations ;
14 CFLAGS.all += -fPIC -D_GNU_SOURCE -Wall -Iinclude ;
16 SubDir TOP ;
17 SubInclude TOP src ;
18 if $(debug) {
19     SubInclude TOP test ;
22 softinclude $(TOP)/Jamrules.configure ;
24 InstallFile include/ :
25     $(TOP)/include/twilio.h
28 InstallFile lib/pkgconfig : libtwilio.pc ;
30 Clean clean : libtwilio.pc ;