freebsd-dev/gnu/usr.bin/gperf/Makefile

21 lines
427 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1996-09-10 14:03:12 +00:00
2000-03-25 07:50:02 +00:00
GPROFDIR= ${.CURDIR}/../../../contrib/gperf
1996-09-10 14:03:12 +00:00
SUBDIR= doc
PROG= gperf
MAN1= gperf.1
2000-03-25 07:50:02 +00:00
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
1996-09-10 14:03:12 +00:00
2000-03-25 07:50:02 +00:00
SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
vectors.cc version.cc
SRCS+= hash.cc getopt.c getopt1.c
1996-09-10 14:03:12 +00:00
.include <bsd.prog.mk>
2000-03-25 07:50:02 +00:00
.PATH: ${GPROFDIR}/src
.PATH: ${GPROFDIR}/lib
.PATH: ${GPROFDIR}/doc