mirror of https://github.com/postgres/postgres
interfaces and interfaces/odbc make files. Adjusted regression test driver to start building and installing in the top level directory.REL7_1_STABLE
parent
9f1a223046
commit
bfdb695b85
@ -1,20 +0,0 @@ |
|||||||
#-------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# Makefile
|
|
||||||
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
|
|
||||||
#
|
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# IDENTIFICATION
|
|
||||||
# $Header: /cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.1 1998/10/01 03:38:33 scrappy Exp $
|
|
||||||
#
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
SRCDIR= ../..
|
|
||||||
include $(SRCDIR)/Makefile.global |
|
||||||
|
|
||||||
|
|
||||||
.DEFAULT all install clean dep depend distclean: |
|
||||||
-$(MAKE) -C src $@
|
|
||||||
|
|
@ -0,0 +1,34 @@ |
|||||||
|
#-------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
|
#
|
||||||
|
# $Header: /cvsroot/pgsql/src/pl/plpgsql/Attic/Makefile.in,v 1.1 2000/06/20 16:40:07 petere Exp $
|
||||||
|
#
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../../..
|
||||||
|
subdir = src/pl/plpgsql
|
||||||
|
|
||||||
|
|
||||||
|
.DEFAULT all install clean: |
||||||
|
$(MAKE) -C src $@
|
||||||
|
|
||||||
|
distclean maintainer-clean: |
||||||
|
-$(MAKE) -C src $@
|
||||||
|
rm -f Makefile
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: all install clean distclean maintainer-clean |
||||||
|
|
||||||
|
|
||||||
|
Makefile: Makefile.in $(top_builddir)/config.status |
||||||
|
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
|
||||||
|
|
||||||
|
$(top_builddir)/config.status: $(top_srcdir)/configure |
||||||
|
cd $(top_builddir) && ./config.status --recheck
|
Loading…
Reference in new issue