head	1.8;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.3
	RELENG_3_4_0_RELEASE:1.3.2.3
	RELENG_3_3_0_RELEASE:1.3.2.3
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.1
	RELENG_2_2_6_RELEASE:1.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_2:1.1.0.2
	RELENG_2_2_BP:1.1;
locks; strict;
comment	@# @;


1.8
date	2000.01.30.19.23.58;	author obrien;	state dead;
branches;
next	1.7;

1.7
date	99.08.27.23.35.06;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	99.08.20.08.53.23;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.08.15.22.36.41;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.08.14.22.30.33;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	97.02.22.15.44.42;	author peter;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	97.01.14.05.56.41;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	96.09.10.13.23.43;	author peter;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.09.05.11.06.13;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.08.16.06.17.12;	author obrien;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	99.08.20.08.54.06;	author obrien;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	99.08.29.14.32.25;	author peter;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Retire Bison as it is not need to build GCC any more.

Ok'ed by:	JKH
@
text
@# $FreeBSD: src/gnu/usr.bin/bison/Makefile,v 1.7 1999/08/27 23:35:06 peter Exp $

.PATH:	${.CURDIR}/../../../contrib/bison

SUBDIR=	data doc

PROG=	bison
MAN1=	bison.1

DATADIR= ${SHAREDIR}/misc

CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -DXPFILE=\"${DATADIR}/bison.simple\"
CFLAGS+= -DXPFILE1=\"${DATADIR}/bison.hairy\"
CFLAGS+= -I${.CURDIR}

SRCS+=	LR0.c allocate.c closure.c conflicts.c derives.c files.c \
	getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
	print.c reader.c reduce.c symtab.c warshall.c getopt.c getopt1.c

.include <bsd.prog.mk>
@


1.7
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@A "=" should have been "+=".

Submitted by:	Mikhail Teterin <mi@@aldan.algebra.com>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1999/08/15 22:36:41 obrien Exp $
@


1.5
log
@Reduce the number of -I's.  I have no idea why I thought I needed extra ones.

Submitted by:	bde
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1999/08/14 22:30:33 obrien Exp $
d12 1
a12 1
CFLAGS= -DHAVE_CONFIG_H
@


1.4
log
@Fixes for Bison 1.25->1.28 upgrade.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1997/02/22 15:44:42 peter Exp $
d15 1
a15 1
CFLAGS+= -I${.CURDIR} -I${.OBJDIR}
@


1.3
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
# $Id$
d12 1
a12 2
CFLAGS+= -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ALLOCA=1 \
	 -DHAVE_STRERROR=1 
d15 1
d19 1
a19 2
	print.c reader.c reduce.c symtab.c warshall.c version.c \
	getopt.c getopt1.c
@


1.3.2.1
log
@MFC: Upgrade Bison from version 1.25 to 1.28.
     (minus added "--broken-undeftoken-init" option, which is not needed here)
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1999/08/15 22:36:41 obrien Exp $
d12 2
a13 1
CFLAGS= -DHAVE_CONFIG_H
a15 1
CFLAGS+= -I${.CURDIR}
d19 2
a20 1
	print.c reader.c reduce.c symtab.c warshall.c getopt.c getopt1.c
@


1.3.2.2
log
@MFC: rev 1.6. (+=)
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3.2.1 1999/08/16 06:17:12 obrien Exp $
d12 1
a12 1
CFLAGS+= -DHAVE_CONFIG_H
@


1.3.2.3
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add bmakefiles to compile bison.
@
text
@d1 1
a1 1
# $Id$
@


1.1.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

