]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmpowerpccodegen/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         PPCFrameLowering.cpp \
13         PPCHazardRecognizers.cpp \
14         PPCISelDAGToDAG.cpp \
15         PPCISelLowering.cpp \
16         PPCInstrInfo.cpp \
17         PPCJITInfo.cpp \
18         PPCMCInstLower.cpp \
19         PPCMachineFunctionInfo.cpp \
20         PPCRegisterInfo.cpp \
21         PPCSelectionDAGInfo.cpp \
22         PPCSubtarget.cpp \
23         PPCTargetMachine.cpp \
24         PPCTargetTransformInfo.cpp
25
26 TGHDRS= Intrinsics \
27         PPCGenCallingConv \
28         PPCGenCodeEmitter \
29         PPCGenDAGISel \
30         PPCGenInstrInfo \
31         PPCGenMCCodeEmitter \
32         PPCGenRegisterInfo \
33         PPCGenSubtargetInfo
34
35 .include "../clang.lib.mk"