freebsd-dev/gnu/usr.bin/cc/cc1plus/Makefile
1994-08-02 20:15:59 +00:00

14 lines
363 B
Makefile

#
# $FreeBSD$
#
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
LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
LDDESTDIR+= -L${.CURDIR}/../cc_int
LDADD+= -lcc_int
.include <bsd.prog.mk>