NetBSD/gnu/usr.bin/gcc3/gcc/Makefile
mrg 3b9c25da9b install cpp.1 and now that g++.1 is just ".so man1/gcc.1", instead link
g++.1 (and c++.1) to gcc.1 in our install tree.
2003-08-04 06:58:19 +00:00

23 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/08/04 06:58:21 mrg Exp $
.include <bsd.own.mk>
PROG= gcc
SRCS= gccspec.c
CPPFLAGS+= -I${BACKENDOBJ}
LINKS+= ${BINDIR}/gcc ${BINDIR}/cc
MAN= gcc.1
MLINKS= gcc.1 cc.1 gcc.1 g++.1 gcc.1 c++.1
TEXINFO= gcc.texi
INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include
.include "../Makefile.frontend"
.PATH: ${DIST}/gcc ${DIST}/gcc/doc
.include <bsd.info.mk>