]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmipa/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"