]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - lib/clang/libllvmpowerpccodegen/Makefile
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.git] / lib / clang / libllvmpowerpccodegen / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmpowerpccodegen
4
5 SRCDIR= lib/Target/PowerPC
6 SRCS=   PPCAsmPrinter.cpp \
7         PPCBranchSelector.cpp \
8         PPCCodeEmitter.cpp \
9         PPCFrameLowering.cpp \
10         PPCHazardRecognizers.cpp \
11         PPCISelDAGToDAG.cpp \
12         PPCISelLowering.cpp \
13         PPCInstrInfo.cpp \
14         PPCJITInfo.cpp \
15         PPCMCInstLower.cpp \
16         PPCMachineFunctionInfo.cpp \
17         PPCRegisterInfo.cpp \
18         PPCSelectionDAGInfo.cpp \
19         PPCSubtarget.cpp \
20         PPCTargetMachine.cpp
21
22 TGHDRS= Intrinsics \
23         PPCGenCallingConv \
24         PPCGenCodeEmitter \
25         PPCGenDAGISel \
26         PPCGenInstrInfo \
27         PPCGenMCCodeEmitter \
28         PPCGenRegisterInfo \
29         PPCGenSubtargetInfo
30
31 .include "../clang.lib.mk"