1 1.1 joerg # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= LLVMProfileData 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${LLVM_SRCDIR}/lib/ProfileData 8 1.1 joerg 9 1.1 joerg SRCS+= GCOV.cpp \ 10 1.1 joerg InstrProf.cpp \ 11 1.1 joerg InstrProfReader.cpp \ 12 1.1 joerg InstrProfWriter.cpp \ 13 1.1 joerg ProfileSummaryBuilder.cpp \ 14 1.1 joerg SampleProf.cpp \ 15 1.1 joerg SampleProfReader.cpp \ 16 1.1 joerg SampleProfWriter.cpp 17 1.1 joerg 18 1.1 joerg .if defined(HOSTLIB) 19 1.1 joerg .include <bsd.hostlib.mk> 20 1.1 joerg .else 21 1.1 joerg .include <bsd.lib.mk> 22 1.1 joerg .endif 23