]> granicus.if.org Git - postgresql/blob - src/pl/Makefile
disable plperl
[postgresql] / src / pl / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile
4 #    Makefile for src/pl (procedural languages)
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 #
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.7 2000/04/11 17:42:28 momjian Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 SRCDIR= ..
15 include $(SRCDIR)/Makefile.global
16
17
18 .DEFAULT all install clean dep depend distclean:
19         $(MAKE) -C plpgsql $@
20 ifeq ($(USE_TCL), true)
21         $(MAKE) -C tcl $@
22 endif
23 # does't work bjm 2000-04-11
24 #ifeq ($(USE_PERL), true)
25 #       -$(MAKE) $(MFLAGS) plperl/Makefile
26 #       -$(MAKE) $(MFLAGS) -C plperl $@
27 #endif
28
29 plperl/Makefile: plperl/Makefile.PL
30         cd plperl && $(PERL) Makefile.PL POLLUTE=1