Deleted Added
sdiff udiff text old ( 212904 ) new ( 218893 )
full compact
1# $FreeBSD: head/lib/clang/libllvmpowerpccodegen/Makefile 218893 2011-02-20 19:33:47Z dim $
2
3LIB= llvmpowerpccodegen
4
5SRCDIR= lib/Target/PowerPC
6SRCS= 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 PPCMCAsmInfo.cpp \
17 PPCMCCodeEmitter.cpp \
18 PPCMCInstLower.cpp \
19 PPCPredicates.cpp \
20 PPCRegisterInfo.cpp \
21 PPCSelectionDAGInfo.cpp \
22 PPCSubtarget.cpp \
23 PPCTargetMachine.cpp
24
25TGHDRS= Intrinsics \
26 PPCGenCallingConv \
27 PPCGenCodeEmitter \
28 PPCGenDAGISel \
29 PPCGenInstrInfo \
30 PPCGenInstrNames \
31 PPCGenMCCodeEmitter \
32 PPCGenRegisterInfo \
33 PPCGenRegisterInfo.h \
34 PPCGenRegisterNames \
35 PPCGenSubtarget
36
37.include "../clang.lib.mk"