]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmipo/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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         LowerSetJmp.cpp \
20         MergeFunctions.cpp \
21         PartialInlining.cpp \
22         PruneEH.cpp \
23         StripDeadPrototypes.cpp \
24         StripSymbols.cpp
25
26 TGHDRS= Intrinsics
27
28 .include "../clang.lib.mk"