summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpccodegen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen')
-rw-r--r--lib/clang/libllvmpowerpccodegen/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile
new file mode 100644
index 0000000..7d43ae1
--- /dev/null
+++ b/lib/clang/libllvmpowerpccodegen/Makefile
@@ -0,0 +1,37 @@
+# $FreeBSD$
+
+LIB= llvmpowerpccodegen
+
+SRCDIR= lib/Target/PowerPC
+SRCS= PPCAsmBackend.cpp \
+ PPCAsmPrinter.cpp \
+ PPCBranchSelector.cpp \
+ PPCCodeEmitter.cpp \
+ PPCFrameLowering.cpp \
+ PPCHazardRecognizers.cpp \
+ PPCISelDAGToDAG.cpp \
+ PPCISelLowering.cpp \
+ PPCInstrInfo.cpp \
+ PPCJITInfo.cpp \
+ PPCMCAsmInfo.cpp \
+ PPCMCCodeEmitter.cpp \
+ PPCMCInstLower.cpp \
+ PPCPredicates.cpp \
+ PPCRegisterInfo.cpp \
+ PPCSelectionDAGInfo.cpp \
+ PPCSubtarget.cpp \
+ PPCTargetMachine.cpp
+
+TGHDRS= Intrinsics \
+ PPCGenCallingConv \
+ PPCGenCodeEmitter \
+ PPCGenDAGISel \
+ PPCGenInstrInfo \
+ PPCGenInstrNames \
+ PPCGenMCCodeEmitter \
+ PPCGenRegisterInfo \
+ PPCGenRegisterInfo.h \
+ PPCGenRegisterNames \
+ PPCGenSubtarget
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud