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


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

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

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


desc
@@


1.3
log
@Only install the man page on the RT.
@
text
@#	BSDI $Id: Makefile,v 1.2 1994/05/18 19:10:49 md Exp md $

# GCC2 G++ front end.
.include "../Makefile.symlinks"

PROG=	g++
SRCS=	g++.c
CFLAGS+=-I. -I${CFG} -I${.CURDIR}/../common \
	-DGCC_NAME=\"gcc\"
CFLAGS+=-Dbsd4_4
.PATH: ${.CURDIR}/../common ${.CURDIR}/../doc

.if ${MACHINE} != "rt"
NOMAN=	noman
LINKS=	${BINDIR}/g++ ${BINDIR}/g++2
.endif

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

.include <bsd.prog.mk>
@


1.2
log
@Only install the g++ binary on the RT
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1994/01/12 12:19:59 md Exp md $
d14 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.3 1994/01/08 18:31:59 donn Exp $
d6 1
a6 1
PROG=	g++2
d9 3
a11 2
	-DGCC_NAME=\"gcc2\"
NOMAN=	noman
d13 3
a15 1
LINKS=	${BINDIR}/g++2 ${BINDIR}/g++
@
