summaryrefslogtreecommitdiff
path: root/contrib/Makefile.global
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.global')
-rw-r--r--contrib/Makefile.global44
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/Makefile.global b/contrib/Makefile.global
deleted file mode 100644
index f1efad49d1..0000000000
--- a/contrib/Makefile.global
+++ /dev/null
@@ -1,44 +0,0 @@
-
-#-------------------------------------------------------------------------
-#
-# Makefile.global
-# Build and install PostgreSQL contrib.
-#
-# Portions Copyright (c) 1999-2000, PostgreSQL, Inc
-#
-#
-# IDENTIFICATION
-# $Header: /cvsroot/pgsql/contrib/Attic/Makefile.global,v 1.2 2000/06/19 13:52:59 momjian Exp $
-#
-#-------------------------------------------------------------------------
-
-SRCDIR = $(TOPDIR)/src
-include $(SRCDIR)/Makefile.global
-
-### ---------------------------------------------------------
-### DELETE THIS PART if ../src/Makefile.global is standardize
-### (has define all next definitions itself)
-
-DOCDIR=$(POSTDOCDIR)
-
-# not $PGDATA, but anything like '/usr/local/pgsql/share'
-DATADIR=$(LIBDIR)
-
-### ----------------------------------------------------------
-
-# execute-able
-CONTRIB_BINDIR = $(BINDIR)
-# *.so
-CONTRIB_MODDIR = $(LIBDIR)/modules
-# *.doc
-CONTRIB_DOCDIR = $(DOCDIR)/contrib
-# *.sql
-CONTRIB_SQLDIR = $(DATADIR)/sql
-# *.examples
-CONTRIB_EXAMPLESDIR = $(CONTRIB_DOCDIR)/examples
-
-
-RM = rm -f
-SED = sed
-
-