aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libllvmpowerpccodegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen/Makefile')
-rw-r--r--lib/clang/libllvmpowerpccodegen/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile
deleted file mode 100644
index 6e71440009d08..0000000000000
--- a/lib/clang/libllvmpowerpccodegen/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-LIB= llvmpowerpccodegen
-
-SRCDIR= lib/Target/PowerPC
-SRCS= PPCAsmPrinter.cpp \
- PPCBoolRetToInt.cpp \
- PPCBranchSelector.cpp \
- PPCCCState.cpp \
- PPCCTRLoops.cpp \
- PPCEarlyReturn.cpp \
- PPCFastISel.cpp \
- PPCFrameLowering.cpp \
- PPCHazardRecognizers.cpp \
- PPCISelDAGToDAG.cpp \
- PPCISelLowering.cpp \
- PPCInstrInfo.cpp \
- PPCLoopPreIncPrep.cpp \
- PPCMCInstLower.cpp \
- PPCMIPeephole.cpp \
- PPCMachineFunctionInfo.cpp \
- PPCQPXLoadSplat.cpp \
- PPCRegisterInfo.cpp \
- PPCSubtarget.cpp \
- PPCTLSDynamicCall.cpp \
- PPCTOCRegDeps.cpp \
- PPCTargetMachine.cpp \
- PPCTargetObjectFile.cpp \
- PPCTargetTransformInfo.cpp \
- PPCVSXCopy.cpp \
- PPCVSXFMAMutate.cpp \
- PPCVSXSwapRemoval.cpp
-
-TGHDRS= Attributes \
- Intrinsics \
- PPCGenCallingConv \
- PPCGenCodeEmitter \
- PPCGenDAGISel \
- PPCGenFastISel \
- PPCGenInstrInfo \
- PPCGenMCCodeEmitter \
- PPCGenRegisterInfo \
- PPCGenSubtargetInfo
-
-.include "../clang.lib.mk"