]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmpowerpccodegen/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvmpowerpccodegen / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmpowerpccodegen
6
7 SRCDIR= lib/Target/PowerPC
8 SRCS=   PPCAsmPrinter.cpp \
9         PPCBranchSelector.cpp \
10         PPCCTRLoops.cpp \
11         PPCCodeEmitter.cpp \
12         PPCFastISel.cpp \
13         PPCFrameLowering.cpp \
14         PPCHazardRecognizers.cpp \
15         PPCISelDAGToDAG.cpp \
16         PPCISelLowering.cpp \
17         PPCInstrInfo.cpp \
18         PPCJITInfo.cpp \
19         PPCMCInstLower.cpp \
20         PPCMachineFunctionInfo.cpp \
21         PPCRegisterInfo.cpp \
22         PPCSelectionDAGInfo.cpp \
23         PPCSubtarget.cpp \
24         PPCTargetMachine.cpp \
25         PPCTargetObjectFile.cpp \
26         PPCTargetTransformInfo.cpp
27
28 TGHDRS= Intrinsics \
29         PPCGenCallingConv \
30         PPCGenCodeEmitter \
31         PPCGenDAGISel \
32         PPCGenFastISel \
33         PPCGenInstrInfo \
34         PPCGenMCCodeEmitter \
35         PPCGenRegisterInfo \
36         PPCGenSubtargetInfo
37
38 .include "../clang.lib.mk"