2014-11-24 19:46:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= llvmprofiledata
|
|
|
|
|
|
|
|
SRCDIR= lib/ProfileData
|
2015-01-26 18:48:27 +00:00
|
|
|
SRCS= CoverageMapping.cpp \
|
|
|
|
CoverageMappingReader.cpp \
|
|
|
|
CoverageMappingWriter.cpp \
|
|
|
|
InstrProf.cpp \
|
2014-11-24 19:46:35 +00:00
|
|
|
InstrProfReader.cpp \
|
2015-01-26 18:48:27 +00:00
|
|
|
InstrProfWriter.cpp \
|
|
|
|
SampleProf.cpp \
|
|
|
|
SampleProfReader.cpp \
|
|
|
|
SampleProfWriter.cpp
|
2014-11-24 19:46:35 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|