2017-10-24 16:28:00 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
|
|
LIB= pmcstat
|
|
|
|
INTERNALLIB=
|
|
|
|
|
|
|
|
SRCS= \
|
|
|
|
libpmcstat_event.c \
|
|
|
|
libpmcstat_image.c \
|
|
|
|
libpmcstat_logging.c \
|
|
|
|
libpmcstat_process.c \
|
|
|
|
libpmcstat_string.c \
|
2018-05-26 19:29:19 +00:00
|
|
|
libpmcstat_symbol.c
|
2017-10-24 16:28:00 +00:00
|
|
|
INCS= libpmcstat.h
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|