aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpgsql/Makefile
blob: 0c5dd72f2d8a3961c554ca9187b61e88a1f17b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-------------------------------------------------------------------------
#
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/pl/plpgsql/Makefile,v 1.10 2009/08/07 20:50:22 petere Exp $
#
#-------------------------------------------------------------------------

subdir = src/pl/plpgsql
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

all install installdirs uninstall distprep clean distclean maintainer-clean coverage:
	$(MAKE) -C src $@