head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.05.29.17.05.32;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.05.18.07.24.10;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.12.15.17.56.23;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Indicate we're using collect2 for the RT.
@
text
@#	BSDI $Id: Makefile,v 1.2 1994/05/18 07:24:10 md Exp md $

# GCC2 C compiler.
.include "../Makefile.symlinks"

PROG=	cc1
BINDIR=	${LIBEXECDIR}
YACC=	bison
YFLAGS=	-d -y
.include "../Makefile.common"
SRCS+=	c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c \
	c-parse.c c-pragma.c c-typeck.c
CFLAGS+=-Dbsd4_4
NOMAN=	noman
CLEANFILES+=c-parse.c c-parse.h

.if ${MACHINE} == "rt"
CFLAGS+=-DUSE_COLLECT2
.endif

.depend c-parse.h: c-parse.c

.include <bsd.prog.mk>
@


1.2
log
@Use bison instead of yacc.
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1993/12/15 17:56:23 md Exp md $
d16 4
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1993/12/16 00:56:40 torek Exp $
d8 2
a9 1
YFLAGS=	-d
d12 2
a13 1
	c-parse.y c-pragma.c c-typeck.c
@
