summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmdebuginfodwarf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmdebuginfodwarf/Makefile')
-rw-r--r--lib/clang/libllvmdebuginfodwarf/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/clang/libllvmdebuginfodwarf/Makefile b/lib/clang/libllvmdebuginfodwarf/Makefile
new file mode 100644
index 0000000..5f52f33
--- /dev/null
+++ b/lib/clang/libllvmdebuginfodwarf/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+LIB= llvmdebuginfodwarf
+
+SRCDIR= lib/DebugInfo/DWARF
+SRCS= DWARFAbbreviationDeclaration.cpp \
+ DWARFAcceleratorTable.cpp \
+ DWARFCompileUnit.cpp \
+ DWARFContext.cpp \
+ DWARFDebugAbbrev.cpp \
+ DWARFDebugArangeSet.cpp \
+ DWARFDebugAranges.cpp \
+ DWARFDebugFrame.cpp \
+ DWARFDebugInfoEntry.cpp \
+ DWARFDebugLine.cpp \
+ DWARFDebugLoc.cpp \
+ DWARFDebugRangeList.cpp \
+ DWARFFormValue.cpp \
+ DWARFTypeUnit.cpp \
+ DWARFUnit.cpp \
+ SyntaxHighlighting.cpp
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud