pageinspect--1.0--1.1.sql
PGFILEDESC = "pageinspect - functions to inspect contents of database pages"
-REGRESS = page btree brin gin gist hash checksum oldextversions
+# "page" is first because it creates the extension.
+REGRESS = \
+ page \
+ brin \
+ btree \
+ checksum \
+ gin \
+ gist \
+ hash \
+ oldextversions
ifdef USE_PGXS
PG_CONFIG = pg_config
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = access archive backup bootstrap catalog parser commands executor \
- foreign lib libpq \
- main nodes optimizer partitioning port postmaster \
- regex replication rewrite \
- statistics storage tcop tsearch utils $(top_builddir)/src/timezone \
+SUBDIRS = \
+ access \
+ archive \
+ backup \
+ bootstrap \
+ catalog \
+ parser \
+ commands \
+ executor \
+ foreign \
+ lib \
+ libpq \
+ main \
+ nodes \
+ optimizer \
+ partitioning \
+ port \
+ postmaster \
+ regex \
+ replication \
+ rewrite \
+ statistics \
+ storage \
+ tcop \
+ tsearch \
+ utils \
+ $(top_builddir)/src/timezone \
jit
include $(srcdir)/common.mk
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = brin common gin gist hash heap index nbtree rmgrdesc spgist \
- sequence table tablesample transam
+SUBDIRS = \
+ brin \
+ common \
+ gin \
+ gist \
+ hash \
+ heap \
+ index \
+ nbtree \
+ rmgrdesc \
+ spgist \
+ sequence \
+ table \
+ tablesample \
+ transam
include $(top_srcdir)/src/backend/common.mk
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = geqo path plan prep util
+SUBDIRS = \
+ geqo \
+ path \
+ plan \
+ prep \
+ util
include $(top_srcdir)/src/backend/common.mk
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = aio buffer file freespace ipc large_object lmgr page smgr sync
+SUBDIRS = \
+ aio \
+ buffer \
+ file \
+ freespace \
+ ipc \
+ large_object \
+ lmgr \
+ page \
+ smgr \
+ sync
include $(top_srcdir)/src/backend/common.mk
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-PROGRAMS = createdb createuser dropdb dropuser clusterdb vacuumdb reindexdb pg_isready
+PROGRAMS = \
+ clusterdb \
+ createdb \
+ createuser \
+ dropdb \
+ dropuser \
+ pg_isready \
+ reindexdb \
+ vacuumdb
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
LDFLAGS_INTERNAL += -L$(top_builddir)/src/fe_utils -lpgfeutils $(libpq_pgport)
# Subdirectories containing installable headers
-SUBDIRS = access archive bootstrap catalog commands common datatype \
- executor fe_utils foreign jit \
- lib libpq mb nodes optimizer parser partitioning postmaster \
- regex replication rewrite \
- statistics storage tcop snowball snowball/libstemmer tsearch \
- tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \
- port/win32_msvc/sys port/win32/arpa port/win32/netinet \
- port/win32/sys portability
+SUBDIRS = \
+ access \
+ archive \
+ bootstrap \
+ catalog \
+ commands \
+ common \
+ datatype \
+ executor \
+ fe_utils \
+ foreign \
+ jit \
+ lib \
+ libpq \
+ mb \
+ nodes \
+ optimizer \
+ parser \
+ partitioning \
+ postmaster \
+ regex \
+ replication \
+ rewrite \
+ statistics \
+ storage \
+ tcop \
+ snowball \
+ snowball/libstemmer \
+ tsearch \
+ tsearch/dicts \
+ utils \
+ port \
+ port/atomics \
+ port/win32 \
+ port/win32_msvc \
+ port/win32_msvc/sys \
+ port/win32/arpa \
+ port/win32/netinet \
+ port/win32/sys \
+ portability
# Install all headers
install: all installdirs
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = include pgtypeslib ecpglib compatlib preproc
+SUBDIRS = \
+ compatlib \
+ ecpglib \
+ include \
+ pgtypeslib \
+ preproc
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
# https://savannah.gnu.org/bugs/?30653
pltclu.control pltclu--1.0.sql
REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-extension=pltcl
-REGRESS = pltcl_setup pltcl_queries pltcl_trigger pltcl_call pltcl_start_proc pltcl_subxact pltcl_unicode pltcl_transaction
+# "pltcl_setup" is first because the other tests depend on the objects it
+# creates.
+REGRESS = \
+ pltcl_setup \
+ pltcl_call \
+ pltcl_queries \
+ pltcl_start_proc \
+ pltcl_subxact \
+ pltcl_transaction \
+ pltcl_trigger \
+ pltcl_unicode
# Tcl on win32 ships with import libraries only for Microsoft Visual C++,
# which are not compatible with mingw gcc. Therefore we need to build a
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = perl postmaster regress isolation modules authentication recovery subscription
+SUBDIRS = \
+ authentication \
+ isolation \
+ modules \
+ perl \
+ postmaster \
+ recovery \
+ regress \
+ subscription
ifeq ($(with_icu),yes)
SUBDIRS += icu
LDFLAGS_INTERNAL += $(libpq_pgport)
-PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo testlo64
+PROGS = \
+ testlibpq \
+ testlibpq2 \
+ testlibpq3 \
+ testlibpq4 \
+ testlo \
+ testlo64
all: $(PROGS)