summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpccodegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen/Makefile')
-rw-r--r--lib/clang/libllvmpowerpccodegen/Makefile31
1 files changed, 23 insertions, 8 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile
index 5248681..4c66f82 100644
--- a/lib/clang/libllvmpowerpccodegen/Makefile
+++ b/lib/clang/libllvmpowerpccodegen/Makefile
@@ -3,14 +3,29 @@
LIB= llvmpowerpccodegen
SRCDIR= lib/Target/PowerPC
-SRCS= PPCBranchSelector.cpp PPCCodeEmitter.cpp \
- PPCHazardRecognizers.cpp PPCISelDAGToDAG.cpp \
- PPCISelLowering.cpp PPCInstrInfo.cpp PPCJITInfo.cpp \
- PPCMCAsmInfo.cpp PPCPredicates.cpp PPCRegisterInfo.cpp \
- PPCSelectionDAGInfo.cpp PPCSubtarget.cpp PPCTargetMachine.cpp
+SRCS= PPCBranchSelector.cpp \
+ PPCCodeEmitter.cpp \
+ PPCHazardRecognizers.cpp \
+ PPCISelDAGToDAG.cpp \
+ PPCISelLowering.cpp \
+ PPCInstrInfo.cpp \
+ PPCJITInfo.cpp \
+ PPCMCAsmInfo.cpp \
+ PPCPredicates.cpp \
+ PPCRegisterInfo.cpp \
+ PPCSelectionDAGInfo.cpp \
+ PPCSubtarget.cpp \
+ PPCTargetMachine.cpp
-TGHDRS= Intrinsics PPCGenCallingConv PPCGenCodeEmitter PPCGenDAGISel \
- PPCGenInstrInfo PPCGenInstrNames PPCGenRegisterInfo.h \
- PPCGenRegisterInfo PPCGenRegisterNames PPCGenSubtarget
+TGHDRS= Intrinsics \
+ PPCGenCallingConv \
+ PPCGenCodeEmitter \
+ PPCGenDAGISel \
+ PPCGenInstrInfo \
+ PPCGenInstrNames \
+ PPCGenRegisterInfo.h \
+ PPCGenRegisterInfo \
+ PPCGenRegisterNames \
+ PPCGenSubtarget
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud