]> granicus.if.org Git - postgresql/blob - contrib/Makefile.global
f1efad49d1c149050485d9556e5ce2a5873d2c92
[postgresql] / contrib / Makefile.global
1
2 #-------------------------------------------------------------------------
3 #
4 # Makefile.global
5 #    Build and install PostgreSQL contrib.
6 #
7 # Portions Copyright (c) 1999-2000, PostgreSQL, Inc
8 #
9 #
10 # IDENTIFICATION
11 #    $Header: /cvsroot/pgsql/contrib/Attic/Makefile.global,v 1.2 2000/06/19 13:52:59 momjian Exp $
12 #
13 #-------------------------------------------------------------------------
14
15 SRCDIR = $(TOPDIR)/src
16 include $(SRCDIR)/Makefile.global 
17
18 ### --------------------------------------------------------- 
19 ### DELETE THIS PART if ../src/Makefile.global is standardize 
20 ###                  (has define all next definitions itself)
21
22 DOCDIR=$(POSTDOCDIR)
23
24 # not $PGDATA, but anything like '/usr/local/pgsql/share'
25 DATADIR=$(LIBDIR)
26
27 ### ----------------------------------------------------------
28
29 # execute-able
30 CONTRIB_BINDIR          = $(BINDIR)
31 # *.so
32 CONTRIB_MODDIR          = $(LIBDIR)/modules
33 # *.doc
34 CONTRIB_DOCDIR          = $(DOCDIR)/contrib
35 # *.sql
36 CONTRIB_SQLDIR          = $(DATADIR)/sql
37 # *.examples
38 CONTRIB_EXAMPLESDIR     = $(CONTRIB_DOCDIR)/examples
39
40
41 RM      = rm -f
42 SED     = sed
43
44