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