1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
8 CFLAGS.all += -O0 -g3 ;
12 set-default-locations ;
14 CFLAGS.all += -fPIC -D_GNU_SOURCE -Wall -Iinclude ;
22 softinclude $(TOP)/Jamrules.configure ;
24 InstallFile include/pgclient :
25 $(TOP)/include/pgclient/pgprov3.h
26 $(TOP)/include/pgclient/pgconn.h
27 $(TOP)/include/pgclient/pgconsts.h
28 $(TOP)/include/pgclient/pgerrcodes.h
29 $(TOP)/include/pgclient/pgfld.h
30 $(TOP)/include/pgclient/pgpool.h
33 InstallFile lib/pkgconfig : libpgclient.pc ;
35 Clean clean : libpgclient.pc ;