]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmpowerpccodegen/Makefile
MFV of 213310, tzdata2010m
[FreeBSD/FreeBSD.git] / lib / clang / libllvmpowerpccodegen / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmpowerpccodegen
4
5 SRCDIR= lib/Target/PowerPC
6 SRCS=   PPCBranchSelector.cpp \
7         PPCCodeEmitter.cpp \
8         PPCHazardRecognizers.cpp \
9         PPCISelDAGToDAG.cpp \
10         PPCISelLowering.cpp \
11         PPCInstrInfo.cpp \
12         PPCJITInfo.cpp \
13         PPCMCAsmInfo.cpp \
14         PPCPredicates.cpp \
15         PPCRegisterInfo.cpp \
16         PPCSelectionDAGInfo.cpp \
17         PPCSubtarget.cpp \
18         PPCTargetMachine.cpp
19
20 TGHDRS= Intrinsics \
21         PPCGenCallingConv \
22         PPCGenCodeEmitter \
23         PPCGenDAGISel \
24         PPCGenInstrInfo \
25         PPCGenInstrNames \
26         PPCGenRegisterInfo \
27         PPCGenRegisterInfo.h \
28         PPCGenRegisterNames \
29         PPCGenSubtarget
30
31 .include "../clang.lib.mk"