5 include $(top_builddir
)/src
/Makefile.global
55 ifeq ($(with_ssl
),openssl
)
56 SUBDIRS
+= pgcrypto sslinfo
58 ALWAYS_SUBDIRS
+= pgcrypto sslinfo
61 ifneq ($(with_uuid
),no
)
64 ALWAYS_SUBDIRS
+= uuid-ossp
67 ifeq ($(with_libxml
),yes
)
70 ALWAYS_SUBDIRS
+= xml2
73 ifeq ($(with_selinux
),yes
)
76 ALWAYS_SUBDIRS
+= sepgsql
79 ifeq ($(with_perl
),yes
)
80 SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
82 ALWAYS_SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
85 ifeq ($(with_python
),yes
)
86 SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
88 ALWAYS_SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
92 # start-scripts \ (does not have a makefile)