]> granicus.if.org Git - postgresql/blobdiff - src/Makefile
Update copyright for 2019
[postgresql] / src / Makefile
index b490c071382958e8f390872b99b302fe91c08e0b..bcdbd9588aa437ce3a41123e71be07154653645b 100644 (file)
@@ -28,8 +28,13 @@ SUBDIRS = \
        pl \
        makefiles \
        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.
 .NOTPARALLEL:
@@ -70,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