]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmipa/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmipa / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmipa
6
7 SRCDIR= lib/Analysis/IPA
8 SRCS=   CallGraph.cpp \
9         CallGraphSCCPass.cpp \
10         CallPrinter.cpp \
11         FindUsedTypes.cpp \
12         GlobalsModRef.cpp \
13         InlineCost.cpp
14
15 .if ${MK_CLANG_EXTRAS} != "no"
16 SRCS+=  IPA.cpp
17 .endif
18
19 TGHDRS= Intrinsics
20
21 .include "../clang.lib.mk"