fix
[libexssl.git] / Jamfile
blob6791f2df833c0b32e795a8162791b9ba13f8cd2f
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/libexssl -Wall ;
9 LINKLIBS.all += -lcrypto ;
11 SubDir TOP ;
12 SubInclude TOP src libexssl ;
13 if $(debug) {
14     SubInclude TOP test ;
17 softinclude $(TOP)/Jamrules.configure ;
19 InstallFile include/libexssl :
20     $(TOP)/include/libexssl/ssl.h
21     $(TOP)/include/libexssl/sslnet.h
24 InstallFile lib/pkgconfig : libexssl.pc ;
25 Clean clean : libexssl.pc ;