1PACKAGE=lib${LIB} 2LIB= pmcstat 3INTERNALLIB= 4 5SRCS= \ 6 libpmcstat_event.c \ 7 libpmcstat_image.c \ 8 libpmcstat_logging.c \ 9 libpmcstat_process.c \ 10 libpmcstat_string.c \ 11 libpmcstat_symbol.c 12 13# If libpmcstat becomes public uncomment this line 14#INCS= libpmcstat.h 15 16.include <bsd.lib.mk> 17