5 include $(top_builddir
)/src
/Makefile.global
56 ifeq ($(with_ssl
),openssl
)
57 SUBDIRS
+= pgcrypto sslinfo
59 ALWAYS_SUBDIRS
+= pgcrypto sslinfo
62 ifneq ($(with_uuid
),no
)
65 ALWAYS_SUBDIRS
+= uuid-ossp
68 ifeq ($(with_libxml
),yes
)
71 ALWAYS_SUBDIRS
+= xml2
74 ifeq ($(with_selinux
),yes
)
77 ALWAYS_SUBDIRS
+= sepgsql
80 ifeq ($(with_perl
),yes
)
81 SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
83 ALWAYS_SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
86 ifeq ($(with_python
),yes
)
87 SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
89 ALWAYS_SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
93 # start-scripts \ (does not have a makefile)