]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/gperf/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / gperf / Makefile
1 # $FreeBSD$
2
3 GPROFDIR=       ${.CURDIR}/../../../contrib/gperf
4
5 .PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
6
7 SUBDIR= doc
8
9 PROG_CXX=       gperf
10 SRCS=   bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
11         list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
12         vectors.cc version.cc
13 SRCS+=  hash.cc
14
15 CXXFLAGS+=      -I${GPROFDIR}/lib -I${.CURDIR}
16
17 .include <bsd.prog.mk>