]> granicus.if.org Git - postgresql/blobdiff - src/Makefile
Update copyright for 2019
[postgresql] / src / Makefile
index a0460342e8adb005aa8ee5018c0ee72cdf9ab95f..bcdbd9588aa437ce3a41123e71be07154653645b 100644 (file)
@@ -13,6 +13,7 @@ top_builddir = ..
 include Makefile.global
 
 SUBDIRS = \
+       common \
        port \
        timezone \
        backend \
@@ -21,10 +22,18 @@ SUBDIRS = \
        include \
        interfaces \
        backend/replication/libpqwalreceiver \
+       backend/replication/pgoutput \
+       fe_utils \
        bin \
        pl \
        makefiles \
-       test/regress
+       test/regress \
+       test/isolation \
+       test/perl
+
+ifeq ($(with_llvm), yes)
+SUBDIRS += backend/jit/llvm
+endif
 
 # There are too many interdependencies between the subdirectories, so
 # don't attempt parallel make here.
@@ -66,15 +75,5 @@ distclean maintainer-clean:
        $(MAKE) -C test/thread $@
        rm -f Makefile.port Makefile.global
 
-coverage:
-       $(MAKE) -C timezone $@
-       $(MAKE) -C backend $@
-       $(MAKE) -C backend/utils/mb/conversion_procs $@
-       $(MAKE) -C backend/snowball $@
-       $(MAKE) -C interfaces $@
-       $(MAKE) -C backend/replication/libpqwalreceiver $@
-       $(MAKE) -C bin $@
-       $(MAKE) -C pl $@
-
 
 .PHONY: install-local installdirs-local uninstall-local