postgresql/src/pl/Makefile

30 lines
733 B
Makefile
Raw Normal View History

1998-10-01 05:38:45 +02:00
#-------------------------------------------------------------------------
#
# Makefile
# Makefile for src/pl (procedural languages)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
1998-10-01 05:38:45 +02:00
#
#-------------------------------------------------------------------------
SRCDIR= ..
include $(SRCDIR)/Makefile.global
.DEFAULT all install clean dep depend distclean:
$(MAKE) -C plpgsql $@
ifeq ($(USE_TCL), true)
$(MAKE) -C tcl $@
endif
2000-01-20 23:31:23 +01:00
ifeq ($(USE_PERL), true)
-$(MAKE) $(MFLAGS) plperl/Makefile
-$(MAKE) $(MFLAGS) -C plperl $@
2000-01-20 23:31:23 +01:00
endif
plperl/Makefile: plperl/Makefile.PL
cd plperl && $(PERL) Makefile.PL POLLUTE=1