]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmprofiledata/Makefile
MFV r308392: file 5.29.
[FreeBSD/FreeBSD.git] / lib / clang / libllvmprofiledata / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 LIB=    llvmprofiledata
6
7 SRCDIR= lib/ProfileData
8 SRCS=   CoverageMapping.cpp \
9         CoverageMappingReader.cpp \
10         CoverageMappingWriter.cpp \
11         InstrProf.cpp \
12         InstrProfReader.cpp \
13         InstrProfWriter.cpp \
14         SampleProf.cpp \
15         SampleProfReader.cpp
16
17 .if ${MK_CLANG_EXTRAS} != "no"
18 SRCS+=  SampleProfWriter.cpp
19 .endif
20
21 TGHDRS= Attributes
22
23 .include "../clang.lib.mk"