]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmselectiondag/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmselectiondag / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmselectiondag
4
5 SRCDIR= lib/CodeGen/SelectionDAG
6 SRCS=   DAGCombiner.cpp \
7         FastISel.cpp \
8         FunctionLoweringInfo.cpp \
9         InstrEmitter.cpp \
10         LegalizeDAG.cpp \
11         LegalizeFloatTypes.cpp \
12         LegalizeIntegerTypes.cpp \
13         LegalizeTypes.cpp \
14         LegalizeTypesGeneric.cpp \
15         LegalizeVectorOps.cpp \
16         LegalizeVectorTypes.cpp \
17         ScheduleDAGFast.cpp \
18         ScheduleDAGList.cpp \
19         ScheduleDAGRRList.cpp \
20         ScheduleDAGSDNodes.cpp \
21         SelectionDAG.cpp \
22         SelectionDAGBuilder.cpp \
23         SelectionDAGISel.cpp \
24         SelectionDAGPrinter.cpp \
25         TargetLowering.cpp \
26         TargetSelectionDAGInfo.cpp
27
28 TGHDRS= Intrinsics
29
30 .include "../clang.lib.mk"