# $NetBSD: Makefile,v 1.4 2017/01/11 12:02:30 joerg Exp $ LIB= LLVMProfileData .include .PATH: ${LLVM_SRCDIR}/lib/ProfileData SRCS+= InstrProf.cpp \ InstrProfReader.cpp \ InstrProfWriter.cpp \ ProfileSummaryBuilder.cpp \ SampleProf.cpp \ SampleProfReader.cpp \ SampleProfWriter.cpp .if defined(HOSTLIB) .include .else .include .endif