OSDN Git Service

Add distprep target to take some of the job of the release_prep script.
[pg-rex/syncrep.git] / src / pl / plpgsql / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
4 #
5 # Copyright (c) 1994, Regents of the University of California
6 #
7 # $Header: /cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.4 2000/07/19 16:30:21 petere Exp $
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/pl/plpgsql
12 top_builddir = ../../..
13 include ../../Makefile.global
14
15 all install installdirs uninstall distprep:
16         $(MAKE) -C src $@
17
18 clean distclean maintainer-clean:
19         -$(MAKE) -C src $@