5 include $(top_builddir
)/src
/Makefile.global
54 ifeq ($(with_ssl
),openssl
)
55 SUBDIRS
+= pgcrypto sslinfo
57 ALWAYS_SUBDIRS
+= pgcrypto sslinfo
60 ifneq ($(with_uuid
),no
)
63 ALWAYS_SUBDIRS
+= uuid-ossp
66 ifeq ($(with_libxml
),yes
)
69 ALWAYS_SUBDIRS
+= xml2
72 ifeq ($(with_selinux
),yes
)
75 ALWAYS_SUBDIRS
+= sepgsql
78 ifeq ($(with_perl
),yes
)
79 SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
81 ALWAYS_SUBDIRS
+= bool_plperl hstore_plperl jsonb_plperl
84 ifeq ($(with_python
),yes
)
85 SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
87 ALWAYS_SUBDIRS
+= hstore_plpython jsonb_plpython ltree_plpython
91 # start-scripts \ (does not have a makefile)