summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmx86asmprinter/Makefile
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2010-06-09 19:32:20 +0000
committerrdivacky <rdivacky@FreeBSD.org>2010-06-09 19:32:20 +0000
commitb45271f609e8549582d20aeb42901fd1bb0de186 (patch)
tree807a6949d3dcd7e0705ad73bc45f2bcd39f9baf9 /lib/clang/libllvmx86asmprinter/Makefile
parentaad55b23d0526ba56425551b7700ea1fbf2b1353 (diff)
downloadFreeBSD-src-b45271f609e8549582d20aeb42901fd1bb0de186.zip
FreeBSD-src-b45271f609e8549582d20aeb42901fd1bb0de186.tar.gz
Import the build makefiles for clang/LLVM.
Approved by: ed (mentor)
Diffstat (limited to 'lib/clang/libllvmx86asmprinter/Makefile')
-rw-r--r--lib/clang/libllvmx86asmprinter/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/clang/libllvmx86asmprinter/Makefile b/lib/clang/libllvmx86asmprinter/Makefile
new file mode 100644
index 0000000..ba4e23f
--- /dev/null
+++ b/lib/clang/libllvmx86asmprinter/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+LIB= llvmx86asmprinter
+
+SRCDIR= lib/Target/X86/AsmPrinter
+INCDIR= lib/Target/X86
+SRCS= X86ATTInstPrinter.cpp X86AsmPrinter.cpp \
+ X86IntelInstPrinter.cpp X86MCInstLower.cpp
+
+TGHDRS= X86GenAsmWriter1 X86GenAsmWriter X86GenInstrInfo \
+ X86GenInstrNames X86GenRegisterInfo.h X86GenRegisterNames
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud