1 #-------------------------------------------------------------------------
3 # Makefile for src/pl (procedural languages)
5 # Copyright (c) 1994, Regents of the University of California
9 #-------------------------------------------------------------------------
13 include $(top_builddir
)/src
/Makefile.global
17 ifeq ($(with_perl
), yes
)
20 ALWAYS_SUBDIRS
+= plperl
23 ifeq ($(with_python
), yes
)
26 ALWAYS_SUBDIRS
+= plpython
29 ifeq ($(with_tcl
), yes
)