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

18 lines
399 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
2000-10-13 12:22:47 +00:00
.PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
1996-09-10 14:03:12 +00:00
SUBDIR= doc
PROG= gperf
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
2000-10-13 12:22:47 +00:00
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
1996-09-10 14:03:12 +00:00
.include <bsd.prog.mk>