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
|
|
|
|
|
#
|
2001-05-24 18:33:18 -04:00
|
|
|
# $Header: /cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.7 2001/05/24 22:33:18 momjian 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 $@
|