1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
3 CFLAGS.all += -O0 -g3 ;
7 set-default-locations ;
8 CFLAGS.all += -fPIC -D_GNU_SOURCE -Iinclude/libexssl -Wall ;
9 LINKLIBS.all += -lcrypto ;
12 SubInclude TOP src libexssl ;
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 ;