Deleted Added
sdiff udiff text old ( 11135 ) new ( 18390 )
full compact
1#
2# $Id: Makefile,v 1.6 1995/09/22 14:14:26 phk Exp $
3#
4
5PROG = cc1plus
6SRCS = 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
7BINDIR= /usr/libexec
8NOMAN= 1
9NOSHARED= makes_it_smaller_faster
10DPADD+= ${LIBCC_INT}
11LDADD+= -lcc_int
12
13.include <bsd.prog.mk>