2002-04-06 23:18:01 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2007-05-19 04:25:59 +00:00
|
|
|
|
2002-04-06 23:18:01 +00:00
|
|
|
.include "../Makefile.inc"
|
|
|
|
.include "../Makefile.fe"
|
|
|
|
|
2012-02-29 22:58:51 +00:00
|
|
|
PROG= gcpp
|
2007-05-19 04:25:59 +00:00
|
|
|
SRCS+= cppspec.c
|
2002-04-06 23:18:01 +00:00
|
|
|
|
2012-02-29 22:58:51 +00:00
|
|
|
.if ${MK_CLANG_IS_CC} == "no"
|
|
|
|
LINKS= ${BINDIR}/gcpp ${BINDIR}/cpp
|
|
|
|
MLINKS= gcpp.1 cpp.1
|
|
|
|
.endif
|
|
|
|
|
2002-04-06 23:18:01 +00:00
|
|
|
.include <bsd.prog.mk>
|