xref: /freebsd/lib/libpmcstat/Makefile (revision 1a80bcc5fafaa822e281bf963e7c58a8747a610c)
1LIB=	pmcstat
2INTERNALLIB=
3
4SRCS=	\
5	libpmcstat_event.c	\
6	libpmcstat_image.c	\
7	libpmcstat_logging.c	\
8	libpmcstat_process.c	\
9	libpmcstat_string.c	\
10	libpmcstat_symbol.c
11
12# If libpmcstat becomes public uncomment this line
13#INCS=	libpmcstat.h
14
15.include <bsd.lib.mk>
16