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/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile
new file mode 100644
index 0000000..5248681
--- /dev/null
+++ b/lib/clang/libllvmpowerpccodegen/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+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
+
+TGHDRS= Intrinsics PPCGenCallingConv PPCGenCodeEmitter PPCGenDAGISel \
+ PPCGenInstrInfo PPCGenInstrNames PPCGenRegisterInfo.h \
+ PPCGenRegisterInfo PPCGenRegisterNames PPCGenSubtarget
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud