summaryrefslogtreecommitdiff
path: root/contrib/Makefile.global
blob: f1efad49d1c149050485d9556e5ce2a5873d2c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

#-------------------------------------------------------------------------
#
# 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