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