1# $OpenBSD: Makefile,v 1.7 2023/11/11 18:35:37 robert Exp $ 2 3LIB= LLVMProfileData 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/ProfileData 7 8SRCS+= GCOV.cpp \ 9 InstrProf.cpp \ 10 InstrProfCorrelator.cpp \ 11 InstrProfReader.cpp \ 12 InstrProfWriter.cpp \ 13 MemProf.cpp \ 14 ProfileSummaryBuilder.cpp \ 15 SampleProf.cpp \ 16 SampleProfReader.cpp \ 17 SampleProfWriter.cpp \ 18 RawMemProfReader.cpp 19 20.PATH: ${.CURDIR}/../../../llvm/llvm/lib/ProfileData 21