]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmipo/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmipo / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmipo
6
7 SRCDIR= lib/Transforms/IPO
8 SRCS=   ArgumentPromotion.cpp \
9         BarrierNoopPass.cpp \
10         ConstantMerge.cpp \
11         DeadArgumentElimination.cpp \
12         ExtractGV.cpp \
13         FunctionAttrs.cpp \
14         GlobalDCE.cpp \
15         GlobalOpt.cpp \
16         IPConstantPropagation.cpp \
17         InlineAlways.cpp \
18         InlineSimple.cpp \
19         Inliner.cpp \
20         Internalize.cpp \
21         LoopExtractor.cpp \
22         MergeFunctions.cpp \
23         PartialInlining.cpp \
24         PassManagerBuilder.cpp \
25         PruneEH.cpp \
26         StripDeadPrototypes.cpp \
27         StripSymbols.cpp
28
29 .if ${MK_CLANG_EXTRAS} != "no"
30 SRCS+=  IPO.cpp
31 .endif
32
33 TGHDRS= Intrinsics
34
35 .include "../clang.lib.mk"