19 lines
323 B
Makefile
19 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmprofiledata
|
|
|
|
SRCDIR= lib/ProfileData
|
|
SRCS= CoverageMapping.cpp \
|
|
CoverageMappingReader.cpp \
|
|
CoverageMappingWriter.cpp \
|
|
InstrProf.cpp \
|
|
InstrProfReader.cpp \
|
|
InstrProfWriter.cpp \
|
|
SampleProf.cpp \
|
|
SampleProfReader.cpp \
|
|
SampleProfWriter.cpp
|
|
|
|
.include "../clang.lib.mk"
|