2010-09-21 04:08:53 +08:00
|
|
|
# contrib/Makefile
|
2000-06-16 02:55:34 +08:00
|
|
|
|
2000-07-09 21:14:19 +08:00
|
|
|
subdir = contrib
|
|
|
|
top_builddir = ..
|
2000-09-19 04:11:37 +08:00
|
|
|
include $(top_builddir)/src/Makefile.global
|
2000-06-16 02:55:34 +08:00
|
|
|
|
2009-08-08 04:50:22 +08:00
|
|
|
SUBDIRS = \
|
2006-05-30 21:25:57 +08:00
|
|
|
adminpack \
|
2010-11-27 20:22:25 +08:00
|
|
|
auth_delay \
|
2008-11-19 10:59:28 +08:00
|
|
|
auto_explain \
|
2009-03-26 07:20:01 +08:00
|
|
|
btree_gin \
|
2001-08-23 02:27:54 +08:00
|
|
|
btree_gist \
|
2001-08-24 00:54:25 +08:00
|
|
|
chkpass \
|
2008-07-30 02:31:20 +08:00
|
|
|
citext \
|
2000-12-12 04:40:59 +08:00
|
|
|
cube \
|
2001-06-19 01:20:56 +08:00
|
|
|
dblink \
|
2007-10-16 05:36:50 +08:00
|
|
|
dict_int \
|
|
|
|
dict_xsyn \
|
2010-09-28 08:55:27 +08:00
|
|
|
dummy_seclabel \
|
2003-07-01 03:58:57 +08:00
|
|
|
earthdistance \
|
2011-02-21 03:06:59 +08:00
|
|
|
file_fdw \
|
2001-08-23 02:27:54 +08:00
|
|
|
fuzzystrmatch \
|
2006-09-09 12:07:52 +08:00
|
|
|
hstore \
|
2002-08-30 09:44:00 +08:00
|
|
|
intagg \
|
2001-01-16 06:20:00 +08:00
|
|
|
intarray \
|
2006-09-09 12:07:52 +08:00
|
|
|
isn \
|
2001-02-10 20:07:12 +08:00
|
|
|
lo \
|
2002-07-31 00:40:34 +08:00
|
|
|
ltree \
|
2001-02-10 11:44:06 +08:00
|
|
|
oid2name \
|
2007-05-18 03:11:25 +08:00
|
|
|
pageinspect \
|
2009-11-19 05:57:56 +08:00
|
|
|
passwordcheck \
|
2010-06-15 00:17:56 +08:00
|
|
|
pg_archivecleanup \
|
2005-03-12 23:36:24 +08:00
|
|
|
pg_buffercache \
|
2006-02-12 11:55:53 +08:00
|
|
|
pg_freespacemap \
|
2007-02-08 23:09:47 +08:00
|
|
|
pg_standby \
|
2009-01-05 06:19:59 +08:00
|
|
|
pg_stat_statements \
|
2011-01-22 08:27:25 +08:00
|
|
|
pg_test_fsync \
|
2004-06-01 13:15:47 +08:00
|
|
|
pg_trgm \
|
2010-05-13 00:50:58 +08:00
|
|
|
pg_upgrade \
|
2010-05-13 09:03:01 +08:00
|
|
|
pg_upgrade_support \
|
2000-06-16 02:55:34 +08:00
|
|
|
pgbench \
|
2001-09-29 11:11:58 +08:00
|
|
|
pgcrypto \
|
2006-04-23 10:17:59 +08:00
|
|
|
pgrowlocks \
|
2001-10-01 09:52:38 +08:00
|
|
|
pgstattuple \
|
2001-02-10 20:07:12 +08:00
|
|
|
seg \
|
|
|
|
spi \
|
2002-07-31 00:32:20 +08:00
|
|
|
tablefunc \
|
2007-10-16 05:36:50 +08:00
|
|
|
test_parser \
|
2007-11-14 05:04:45 +08:00
|
|
|
tsearch2 \
|
2009-08-18 18:34:39 +08:00
|
|
|
unaccent \
|
2001-09-06 18:49:30 +08:00
|
|
|
vacuumlo
|
|
|
|
|
2006-09-04 23:07:46 +08:00
|
|
|
ifeq ($(with_openssl),yes)
|
2009-08-08 04:50:22 +08:00
|
|
|
SUBDIRS += sslinfo
|
2006-09-04 23:07:46 +08:00
|
|
|
endif
|
|
|
|
|
2007-04-22 01:26:18 +08:00
|
|
|
ifeq ($(with_ossp_uuid),yes)
|
2009-08-08 04:50:22 +08:00
|
|
|
SUBDIRS += uuid-ossp
|
2007-04-22 01:26:18 +08:00
|
|
|
endif
|
|
|
|
|
2007-04-15 20:48:24 +08:00
|
|
|
ifeq ($(with_libxml),yes)
|
2009-08-08 04:50:22 +08:00
|
|
|
SUBDIRS += xml2
|
2007-04-15 20:48:24 +08:00
|
|
|
endif
|
|
|
|
|
2011-01-24 09:44:48 +08:00
|
|
|
ifeq ($(with_selinux),yes)
|
|
|
|
SUBDIRS += sepgsql
|
|
|
|
endif
|
|
|
|
|
2001-09-06 18:49:30 +08:00
|
|
|
# Missing:
|
|
|
|
# start-scripts \ (does not have a makefile)
|
2007-04-15 20:48:24 +08:00
|
|
|
|
2001-07-07 07:07:20 +08:00
|
|
|
|
2010-11-13 04:15:16 +08:00
|
|
|
$(recurse)
|