]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmipo/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmipo / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmipo
4
5 SRCDIR= lib/Transforms/IPO
6 SRCS=   ArgumentPromotion.cpp \
7         ConstantMerge.cpp \
8         DeadArgumentElimination.cpp \
9         ExtractGV.cpp \
10         FunctionAttrs.cpp \
11         GlobalDCE.cpp \
12         GlobalOpt.cpp \
13         IPConstantPropagation.cpp \
14         InlineAlways.cpp \
15         InlineSimple.cpp \
16         Inliner.cpp \
17         Internalize.cpp \
18         LoopExtractor.cpp \
19         MergeFunctions.cpp \
20         PartialInlining.cpp \
21         PassManagerBuilder.cpp \
22         PruneEH.cpp \
23         StripDeadPrototypes.cpp \
24         StripSymbols.cpp
25
26 TGHDRS= Intrinsics
27
28 .include "../clang.lib.mk"