]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvminstrumentation/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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"