opnsense-src/gnu/usr.bin/gperf/Makefile

18 lines
385 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1996-09-10 10:03:12 -04:00
2000-03-25 02:50:02 -05:00
GPROFDIR= ${.CURDIR}/../../../contrib/gperf
1996-09-10 10:03:12 -04:00
2000-10-13 08:22:47 -04:00
.PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
1996-09-10 10:03:12 -04:00
SUBDIR= doc
PROG_CXX= gperf
2000-03-25 02:50:02 -05: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
1996-09-10 10:03:12 -04:00
2000-10-13 08:22:47 -04:00
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
1996-09-10 10:03:12 -04:00
.include <bsd.prog.mk>