ver
[libexssl.git] / Jamfile
blob0509725b449fad810f40df899a7776995e761d99
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
2 set-default-locations ;
3 CFLAGS.all += -fPIC -D_GNU_SOURCE -Iinclude/libexssl -Wall ;
5 SubDir TOP ;
6 SubInclude TOP src libexssl ;
8 softinclude $(TOP)/Jamrules.configure ;
10 InstallFile include/libexssl :
11     $(TOP)/include/libexssl/ssl.h
12     $(TOP)/include/libexssl/sslnet.h
15 InstallFile lib/pkgconfig : libexssl.pc ;
16 Clean clean : libexssl.pc ;