1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
7 set-default-locations ;
9 CFLAGS.all += -fPIC -D_GNU_SOURCE -Wall -Iinclude/libcoin ;
13 #SubInclude TOP utils ;
18 softinclude $(TOP)/Jamrules.configure ;
20 InstallFile include/libcoin :
21 $(TOP)/include/libcoin/conf.h
22 $(TOP)/include/libcoin/ether.h
23 $(TOP)/include/libcoin/coin.h
26 InstallFile lib/pkgconfig : libcoin.pc ;
28 Clean clean : libcoin.pc ;