]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/bc/Makefile
This commit was generated by cvs2svn to compensate for changes in r147466,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / bc / Makefile
1 # $FreeBSD$
2
3 BCDIR=  ${.CURDIR}/../../../contrib/bc
4 .PATH: ${BCDIR}/bc ${BCDIR}/lib ${BCDIR}/doc ${BCDIR}/Examples
5
6 PROG=   bc
7 SRCS=   bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
8         number.c
9 CFLAGS+=-I. -I${.CURDIR} -I${BCDIR}/h -I${BCDIR}/bc
10 CFLAGS+=-DHAVE_CONFIG_H
11 DPADD=  ${LIBREADLINE} ${LIBTERMCAP}
12 LDADD=  -lreadline -ltermcap
13
14 FILES=  ckbook.b pi.b primes.b twins.b
15 FILESDIR=       ${SHAREDIR}/examples/bc
16
17 .include <bsd.prog.mk>