# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $ LIB= LLVMProfileData .include .PATH: ${LLVM_SRCDIR}/lib/ProfileData SRCS+= GCOV.cpp \ InstrProf.cpp \ InstrProfReader.cpp \ InstrProfWriter.cpp \ ProfileSummaryBuilder.cpp \ SampleProf.cpp \ SampleProfReader.cpp \ SampleProfWriter.cpp .if defined(HOSTLIB) .include .else .include .endif