]> granicus.if.org Git - postgresql/blobdiff - src/Makefile
Remove vestigial resolveUnknown arguments from transformSortClause etc.
[postgresql] / src / Makefile
index 4469d2cdf2c004e178d9b9d3c268e913224c4a93..b490c071382958e8f390872b99b302fe91c08e0b 100644 (file)
@@ -13,6 +13,7 @@ top_builddir = ..
 include Makefile.global
 
 SUBDIRS = \
+       common \
        port \
        timezone \
        backend \
@@ -21,10 +22,13 @@ SUBDIRS = \
        include \
        interfaces \
        backend/replication/libpqwalreceiver \
+       backend/replication/pgoutput \
+       fe_utils \
        bin \
        pl \
        makefiles \
-       test/regress
+       test/regress \
+       test/perl
 
 # There are too many interdependencies between the subdirectories, so
 # don't attempt parallel make here.
@@ -50,14 +54,19 @@ uninstall: uninstall-local
 uninstall-local:
        rm -f $(addprefix '$(DESTDIR)$(pgxsdir)/$(subdir)'/, Makefile.global Makefile.port Makefile.shlib nls-global.mk)
 
+distprep:
+       $(MAKE) -C test/isolation $@
+
 clean:
        $(MAKE) -C test $@
        $(MAKE) -C tutorial NO_PGXS=1 $@
+       $(MAKE) -C test/isolation $@
        $(MAKE) -C test/thread $@
 
 distclean maintainer-clean:
        $(MAKE) -C test $@
        $(MAKE) -C tutorial NO_PGXS=1 $@
+       $(MAKE) -C test/isolation $@
        $(MAKE) -C test/thread $@
        rm -f Makefile.port Makefile.global