summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpcdesc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpcdesc')
-rw-r--r--lib/clang/libllvmpowerpcdesc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile
new file mode 100644
index 0000000..c45abec
--- /dev/null
+++ b/lib/clang/libllvmpowerpcdesc/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+LIB= llvmpowerpcdesc
+
+SRCDIR= lib/Target/PowerPC/MCTargetDesc
+SRCS= PPCAsmBackend.cpp \
+ PPCMCAsmInfo.cpp \
+ PPCMCCodeEmitter.cpp \
+ PPCMCTargetDesc.cpp \
+ PPCPredicates.cpp
+CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
+
+TGHDRS= PPCGenInstrInfo \
+ PPCGenMCCodeEmitter \
+ PPCGenRegisterInfo \
+ PPCGenSubtargetInfo
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud