opnsense-src/gnu/usr.bin/cc/tradcpp0/Makefile

24 lines
439 B
Makefile
Raw Normal View History

# $FreeBSD$
2002-05-09 22:36:12 -04:00
.include "../Makefile.inc"
.PATH: ${GCCDIR}
PROG= tradcpp0
SRCS= tradcpp.c tradcif+%DIKED.c
2002-05-09 22:36:12 -04:00
BINDIR= /usr/libexec
NOMAN= 1
DPADD= ${LIBCC_INT}
LDADD= ${LIBCC_INT}
2002-05-09 22:36:12 -04:00
tradcif+%DIKED.c: tradcif.c
sed -e "s/malloc/xmalloc/g" \
-e "s/realloc/xrealloc/g" \
${.ALLSRC} >${.TARGET}
CLEANFILES= tradcif+%DIKED.c tradcif.c
CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
2002-05-12 08:06:19 -04:00
2002-05-09 22:36:12 -04:00
.include <bsd.prog.mk>