summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmdebuginfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmdebuginfo/Makefile')
-rw-r--r--lib/clang/libllvmdebuginfo/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/clang/libllvmdebuginfo/Makefile b/lib/clang/libllvmdebuginfo/Makefile
new file mode 100644
index 0000000..b724157
--- /dev/null
+++ b/lib/clang/libllvmdebuginfo/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+LIB= llvmdebuginfo
+
+SRCDIR= lib/DebugInfo
+SRCS= DIContext.cpp \
+ DWARFAbbreviationDeclaration.cpp \
+ DWARFCompileUnit.cpp \
+ DWARFContext.cpp \
+ DWARFDebugAbbrev.cpp \
+ DWARFDebugArangeSet.cpp \
+ DWARFDebugAranges.cpp \
+ DWARFDebugInfoEntry.cpp \
+ DWARFDebugLine.cpp \
+ DWARFFormValue.cpp
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud