aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libllvmasmprinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmasmprinter/Makefile')
-rw-r--r--lib/clang/libllvmasmprinter/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/clang/libllvmasmprinter/Makefile b/lib/clang/libllvmasmprinter/Makefile
new file mode 100644
index 000000000000..afb0ecf72753
--- /dev/null
+++ b/lib/clang/libllvmasmprinter/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= llvmasmprinter
+
+SRCDIR= lib/CodeGen/AsmPrinter
+SRCS= ARMException.cpp \
+ AsmPrinter.cpp \
+ AsmPrinterDwarf.cpp \
+ AsmPrinterInlineAsm.cpp \
+ DIE.cpp \
+ DIEHash.cpp \
+ DwarfAccelTable.cpp \
+ DwarfCFIException.cpp \
+ DwarfCompileUnit.cpp \
+ DwarfDebug.cpp \
+ DwarfException.cpp \
+ ErlangGCPrinter.cpp \
+ OcamlGCPrinter.cpp \
+ Win64Exception.cpp
+
+TGHDRS= Intrinsics
+
+.include "../clang.lib.mk"