# $NetBSD: Makefile,v 1.5 2018/07/17 18:55:29 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