]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/gperf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / gperf / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4 GPERFDIR=       ${.CURDIR}/../../../contrib/gperf
5
6 .PATH: ${GPERFDIR}/src ${GPERFDIR}/lib ${GPERFDIR}/doc
7
8 SUBDIR= doc
9
10 PROG_CXX=       gperf
11 SRCS=   bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
12         main.cc options.cc output.cc positions.cc search.cc version.cc \
13         getline.cc hash.cc
14 WARNS=  1
15
16 CXXFLAGS+=      -I${GPERFDIR}/lib -I${.CURDIR}
17
18 .include <bsd.prog.mk>