| #------------------------------------------------------------------------- | |
| # | |
| # Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language) | |
| # | |
| # Copyright (c) 1994, Regents of the University of California | |
| # | |
| # src/pl/plpgsql/Makefile | |
| # | |
| #------------------------------------------------------------------------- | |
| subdir = src/pl/plpgsql | |
| top_builddir = ../../.. | |
| include $(top_builddir)/src/Makefile.global | |
| SUBDIRS = src | |
| $(recurse) |