]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmpowerpccodegen/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         PPCRegisterInfo.cpp \
17         PPCSelectionDAGInfo.cpp \
18         PPCSubtarget.cpp \
19         PPCTargetMachine.cpp
20
21 TGHDRS= Intrinsics \
22         PPCGenCallingConv \
23         PPCGenCodeEmitter \
24         PPCGenDAGISel \
25         PPCGenInstrInfo \
26         PPCGenMCCodeEmitter \
27         PPCGenRegisterInfo \
28         PPCGenSubtargetInfo
29
30 .include "../clang.lib.mk"