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


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

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

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


desc
@@


1.3
log
@Only install the cccp man page on the RT.
@
text
@#	BSDI $Id: Makefile,v 1.2 1994/05/17 23:06:27 md Exp md $

# GCC2 preprocessor.
.include "../Makefile.symlinks"

PROG=	cpp
BINDIR=	${LIBEXECDIR}
SRCS=   cccp.c cexp.c obstack.c version.c
CFLAGS+=-I. -I${CFG} -I${.CURDIR}/../common \
	-DGCC_INCLUDE_DIR=\"/usr/include\" \
	-DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\" \
	-DTOOL_INCLUDE_DIR=\"/usr/include\"
CFLAGS+=-Dbsd4_4
YACC=	bison
YFLAGS= -y
.PATH: ${.CURDIR}/../common ${.CURDIR}/../doc
.if ${MACHINE} == "rt"
MAN1=	cccp.0
.else
NOMAN=	noman
.endif

CLEANFILES+=cexp.c

.depend: cexp.c config.h tm.h
CLEANFILES+=config.h tm.h

.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:53 md Exp md $
d17 1
d19 3
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1993/12/16 00:57:10 torek Exp $
d13 5
a17 3
YFLAGS=
.PATH: ${.CURDIR}/../common
NOMAN=	noman
@
