]> granicus.if.org Git - postgresql/blob - src/pl/plpgsql/Makefile
f79cacb4aec171b607efe63d6a318d84cd3d570c
[postgresql] / src / pl / plpgsql / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile
4 #    Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 #
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.1 1998/10/01 03:38:33 scrappy Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 SRCDIR= ../..
15 include $(SRCDIR)/Makefile.global
16
17
18 .DEFAULT all install clean dep depend distclean:
19         -$(MAKE) -C src $@
20