1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
6 LINKLIBS.all += -Wl,-z,execstack ;
9 if ( 'gcc' in $(CC) ) {
10 CFLAGS.all += -O0 -g3 ;
12 CFLAGS.all += -O0 -g ;
15 set-default-locations ;
17 if ( 'gcc' in $(CC) ) {
18 CFLAGS.all += -fPIC -D_GNU_SOURCE -Wall -Iinclude ;
20 CFLAGS.all += -qpic -D_GNU_SOURCE -Wall -Iinclude ;
22 LINKLIBS.all += -Wl,-z,execstack ;
31 softinclude $(TOP)/Jamrules.configure ;
33 InstallFile include/libpgcli :
34 $(TOP)/include/libpgcli/pgprov3.h
35 $(TOP)/include/libpgcli/pgconn.h
36 $(TOP)/include/libpgcli/pgconsts.h
37 $(TOP)/include/libpgcli/pgerrcodes.h
38 $(TOP)/include/libpgcli/pgfld.h
39 $(TOP)/include/libpgcli/pgpool.h
43 InstallFile lib$(ARCH_LIB)/pkgconfig : libpgcli.pc ;
45 InstallFile lib/pkgconfig : libpgcli.pc ;
48 Clean clean : libpgcli.pc ;