2000-06-26 20:32:06 -04:00
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
#
|
|
|
|
|
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
|
|
|
#
|
2003-11-29 14:52:15 -05:00
|
|
|
# $PostgreSQL: pgsql/src/pl/plpgsql/Makefile,v 1.8 2003/11/29 19:52:12 pgsql Exp $
|
2000-06-26 20:32:06 -04:00
|
|
|
#
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
subdir = src/pl/plpgsql
|
|
|
|
|
top_builddir = ../../..
|
2000-08-31 12:12:35 -04:00
|
|
|
include $(top_builddir)/src/Makefile.global
|
2000-06-26 20:32:06 -04:00
|
|
|
|
2000-07-19 12:30:27 -04:00
|
|
|
all install installdirs uninstall distprep:
|
2000-06-26 20:32:06 -04:00
|
|
|
$(MAKE) -C src $@
|
|
|
|
|
|
|
|
|
|
clean distclean maintainer-clean:
|
|
|
|
|
-$(MAKE) -C src $@
|