]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvminstrumentation/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / clang / libllvminstrumentation / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvminstrumentation
6
7 SRCDIR= lib/Transforms/Instrumentation
8 SRCS=   AddressSanitizer.cpp \
9         BlackList.cpp \
10         BoundsChecking.cpp \
11         EdgeProfiling.cpp \
12         GCOVProfiling.cpp \
13         MemorySanitizer.cpp \
14         Instrumentation.cpp \
15         OptimalEdgeProfiling.cpp \
16         PathProfiling.cpp \
17         ProfilingUtils.cpp \
18         ThreadSanitizer.cpp
19
20 TGHDRS= Intrinsics
21
22 .include "../clang.lib.mk"