bf1e79f956
This program just formats the output. Compiler and runtime support are already enabled in egcs for the platforms I've tried (i386, arm32). No man page (yet). The info file is already being installed.
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/03/12 22:06:43 sommerfe Exp $
|
|
|
|
SUBDIR= common cc1 cc1plus cc1obj f771 \
|
|
c89 cc cpp collect2 g++ g77 gcov
|
|
|
|
all-cc1 all-cc1obj all-cc1plus all-f771: all-common
|
|
depend-cc1 depend-cc1obj depend-cc1plus depend-f771: depend-common
|
|
|
|
TEXINFO= cpp.texi g77.texi gcc.texi g++FAQ.texi
|
|
INFOFLAGS= -I${DIST}/gcc/cp -I${DIST}/gcc/f -I${DIST}/gcc
|
|
|
|
DIST= ${.CURDIR}/../../dist
|
|
.PATH: ${DIST}/gcc ${DIST}/gcc/cp ${DIST}/gcc/f
|
|
|
|
.include <bsd.info.mk>
|
|
.include <bsd.subdir.mk>
|