Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / gperf / Makefile
1 # $FreeBSD: src/gnu/usr.bin/gperf/Makefile,v 1.4.2.2 2002/08/09 06:52:41 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/gperf/Attic/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $
3
4 GPROFDIR=       ${.CURDIR}/../../../contrib/gperf
5
6 .PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
7
8 SUBDIR= doc
9
10 PROG_CXX=       gperf
11 SRCS=   bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
12         list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
13         vectors.cc version.cc
14 SRCS+=  hash.cc getopt.c getopt1.c
15
16 CXXFLAGS+=      -I${GPROFDIR}/lib -I${.CURDIR}
17
18 .include <bsd.prog.mk>