]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvminstrumentation/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvminstrumentation / Makefile
1 # $FreeBSD$
2
3 LIB=    llvminstrumentation
4
5 SRCDIR= lib/Transforms/Instrumentation
6 SRCS=   EdgeProfiling.cpp \
7         GCOVProfiling.cpp \
8         Instrumentation.cpp \
9         OptimalEdgeProfiling.cpp \
10         PathProfiling.cpp \
11         ProfilingUtils.cpp \
12
13 #TGHDRS=        Intrinsics
14
15 .include "../clang.lib.mk"