head	1.10;
access;
symbols
	release_4_2:1.10
	aix_ok:1.7;
locks; strict;
comment	@# @;


1.10
date	94.06.16.03.23.06;	author aoki;	state Exp;
branches;
next	1.9;

1.9
date	94.02.09.00.12.24;	author aoki;	state Exp;
branches;
next	1.8;

1.8
date	94.01.18.09.37.58;	author aoki;	state Exp;
branches;
next	1.7;

1.7
date	93.09.28.02.38.12;	author aoki;	state Exp;
branches;
next	1.6;

1.6
date	93.09.22.01.21.11;	author aoki;	state Exp;
branches;
next	1.5;

1.5
date	93.08.10.19.50.31;	author aoki;	state Exp;
branches;
next	1.4;

1.4
date	93.08.10.06.01.30;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	93.08.04.23.48.21;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	93.08.04.11.02.54;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	93.07.29.01.25.35;	author andrew;	state Exp;
branches;
next	;


desc
@a Makefile.inc for port/alpha
@


1.10
log
@add flag for long longs
@
text
@#
# Alpha OSF/1 specific stuff
#
# $Header: /import/faerie/faerie/aoki/postgres/src/backend/port/alpha/RCS/Makefile.inc,v 1.9 1994/02/09 00:12:24 aoki Exp aoki $
#

CFLAGS+= -DUSE_POSIX_TIME -DDISABLE_XOPEN_NLS -DNEED_ISINF -DHAS_LONG_LONG

LDADD+= -lln

#
# The YACC grammar is too big..
#
.if !defined(CDEBUG)
CFLAGS+= -Olimit 2000
.endif

HEADERS+= machine.h 

SRCS+= dynloader.c port.c tas.s
@


1.9
log
@isinf
@
text
@d4 1
a4 1
# $Header: /import/faerie/faerie/aoki/postgres/src/backend/port/alpha/RCS/Makefile.inc,v 1.8 1994/01/18 09:37:58 aoki Exp aoki $
d7 1
a7 1
CFLAGS+= -DUSE_POSIX_TIME -DDISABLE_XOPEN_NLS -DNEED_ISINF
@


1.8
log
@added tas.s
@
text
@d4 1
a4 1
# $Header: /faerie/aoki/postgres/src/backend/port/alpha/RCS/Makefile.inc,v 1.7 1993/09/28 02:38:12 aoki Exp aoki $
d7 1
a7 1
CFLAGS+= -DUSE_POSIX_TIME -DDISABLE_XOPEN_NLS
d11 7
@


1.7
log
@xopen nls reparameterized
posix time reparameterized
@
text
@d4 1
a4 1
# $Header: /faerie/aoki/postgres/src/backend/port/alpha/RCS/Makefile.inc,v 1.6 1993/09/22 01:21:11 aoki Exp aoki $
d13 1
a13 1
SRCS+= dynloader.c port.c
@


1.6
log
@added HAVE_STRFTIME parameter
should probably be POSIX or something
@
text
@d4 1
a4 1
# $Header: /home2/aoki/master/src/backend/port/alpha/RCS/Makefile.inc,v 1.5 1993/08/10 19:50:31 aoki Exp $
d7 1
a7 1
CFLAGS+= -DHAVE_STRFTIME
@


1.5
log
@added init_address_fixup
@
text
@d4 1
a4 1
# $Header: /home2/aoki/master/src/backend/port/alpha/RCS/Makefile.inc,v 1.4 1993/08/10 06:01:30 aoki Exp aoki $
d7 2
@


1.4
log
@removed -lbsd since it is now in src/Makefile.global
@
text
@d2 1
a2 1
# Alpha specific stuff
d4 1
a4 1
# $Header: /home2/aoki/master/src/backend/port/alpha/RCS/Makefile.inc,v 1.3 1993/08/04 23:48:21 aoki Exp aoki $
d11 1
a11 1
SRCS+= dynloader.c
@


1.3
log
@added -lbsd
@
text
@d4 1
a4 1
# $Header: /home2/aoki/master/src/backend/port/alpha/RCS/Makefile.inc,v 1.2 1993/08/04 11:02:54 aoki Exp aoki $
d7 1
a7 1
LDADD+= -lln -lbsd
@


1.2
log
@moved port-specific stuff here
@
text
@d4 1
a4 1
# $Header: /home2/aoki/postgres/src/backend/port/alpha/RCS/Makefile.inc,v 1.1 1993/07/29 01:25:35 andrew Exp aoki $
d7 1
a7 1
LDADD+= -lln
@


1.1
log
@Initial revision
@
text
@d2 3
a4 1
# $Header: /home2/aoki/master/src/backend/port/alpha/RCS/Makefile.inc,v 1.2 1993/07/01 09:03:41 aoki Exp $
d7 1
a7 3
#
# Alpha specific stuff
#
a11 1

@
