summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
blob: 8ffd1ab31f4fefb244f4cb33a0cd9af05472f4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $
#

PROG =	cpp
SRCS =	cccp.c cexp.c
BINDIR=	/usr/libexec
SRCS+=	obstack.c version.c
MAN1=	cccp.1
MLINKS=	cccp.1 cpp.1

cexp.c cexp.h: cexp.y
	${BISON} -d ${GCCDIR}/cexp.y -o cexp.c

CLEANFILES+= cexp.c cexp.h

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud