|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
# IDENTIFICATION
|
|
|
|
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.81 1997/01/03 06:07:18 momjian Exp $
|
|
|
|
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.82 1997/01/05 21:16:54 bryanh Exp $
|
|
|
|
|
#
|
|
|
|
|
# NOTES
|
|
|
|
|
# Essentially all Postgres make files include this file and use the
|
|
|
|
@ -45,21 +45,23 @@ |
|
|
|
|
# of the port.
|
|
|
|
|
|
|
|
|
|
# The name of the port. Valid choices are:
|
|
|
|
|
# aix IBM on AIX 3.2.5
|
|
|
|
|
# alpha DEC Alpha AXP on OSF/1 2.0
|
|
|
|
|
# BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
|
|
|
|
|
# bsdi BSD/OS 2.0, 2.01, 2.1
|
|
|
|
|
# dgux DG/UX 5.4R3.10
|
|
|
|
|
# hpux HP PA-RISC on HP-UX 9.0
|
|
|
|
|
# i386_solaris i386 Solaris
|
|
|
|
|
# irix5 SGI MIPS on IRIX 5.3
|
|
|
|
|
# linux Intel x86 on Linux 1.2 and Linux ELF
|
|
|
|
|
# (For non-ELF Linux, see LINUX_ELF below).
|
|
|
|
|
# next Motorola MC68K or Intel x86 on NeXTSTEP 3.2
|
|
|
|
|
# sparc_solaris SUN SPARC on Solaris 2.4
|
|
|
|
|
# sunos4 SUN SPARC on SunOS 4.1.3
|
|
|
|
|
# svr4 Intel x86 on Intel SVR4
|
|
|
|
|
# ultrix4 DEC MIPS on Ultrix 4.4
|
|
|
|
|
# linux Intel x86 on Linux 1.2 and Linux ELF
|
|
|
|
|
# (For non-ELF Linux, see LINUX_ELF below).
|
|
|
|
|
# BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
|
|
|
|
|
# bsdi BSD/OS 2.0, 2.01, 2.1
|
|
|
|
|
# aix IBM on AIX 3.2.5
|
|
|
|
|
# irix5 SGI MIPS on IRIX 5.3
|
|
|
|
|
# dgux DG/UX 5.4R3.10
|
|
|
|
|
# Some hooks are provided for
|
|
|
|
|
# svr4 Intel x86 on Intel SVR4
|
|
|
|
|
# next Motorola MC68K or Intel x86 on NeXTSTEP 3.2
|
|
|
|
|
# but these are guaranteed not to work as of yet.
|
|
|
|
|
#
|
|
|
|
|
# Note that portname is defined here to be UNDEFINED to remind you
|
|
|
|
|
# to change it in Makefile.custom.
|
|
|
|
@ -779,6 +781,6 @@ CFLAGS+= -D$(PORTNAME) |
|
|
|
|
|
|
|
|
|
# include port-specific flags
|
|
|
|
|
CFLAGS+= $(CFLAGS_BE)
|
|
|
|
|
LDADD+= $(LDADD_BE)
|
|
|
|
|
LD_ADD+= $(LDADD_BE)
|
|
|
|
|
LDFLAGS+= $(LDFLAGS_BE)
|
|
|
|
|
|
|
|
|
|