]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmipo/Makefile
MFC r231057:
[FreeBSD/stable/9.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         ConstantMerge.cpp \
10         DeadArgumentElimination.cpp \
11         ExtractGV.cpp \
12         FunctionAttrs.cpp \
13         GlobalDCE.cpp \
14         GlobalOpt.cpp \
15         IPConstantPropagation.cpp \
16         InlineAlways.cpp \
17         InlineSimple.cpp \
18         Inliner.cpp \
19         Internalize.cpp \
20         LoopExtractor.cpp \
21         MergeFunctions.cpp \
22         PartialInlining.cpp \
23         PassManagerBuilder.cpp \
24         PruneEH.cpp \
25         StripDeadPrototypes.cpp \
26         StripSymbols.cpp
27
28 .if ${MK_CLANG_EXTRAS} != "no"
29 SRCS+=  IPO.cpp
30 .endif
31
32 TGHDRS= Intrinsics
33
34 .include "../clang.lib.mk"