diff options
Diffstat (limited to 'lib/clang/libllvmdebuginfo/Makefile')
-rw-r--r-- | lib/clang/libllvmdebuginfo/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/clang/libllvmdebuginfo/Makefile b/lib/clang/libllvmdebuginfo/Makefile new file mode 100644 index 0000000..c8039dc --- /dev/null +++ b/lib/clang/libllvmdebuginfo/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmdebuginfo + +SRCDIR= lib/DebugInfo +SRCS= DIContext.cpp \ + DWARFAbbreviationDeclaration.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 + +.include "../clang.lib.mk" |