summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1plus/Makefile
blob: 22bdba3606dbc7a5a9b2b2d6e5a06f4d38858ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $Id$
#

PROG =	cc1plus
SRCS =	call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR=	/usr/libexec
NOMAN=	1
DPADD+=	${LIBCC_INT} ${LIBGNUMALLOC}
LDADD+=	-lcc_int -lgnumalloc

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