xref: /minix3/external/bsd/llvm/lib/libLLVMDebugInfo/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.6 2015/01/29 20:41:35 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMDebugInfo
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/DebugInfo
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	DIContext.cpp \
10f4a2713aSLionel Sambuc	DWARFAbbreviationDeclaration.cpp \
11*0a6a1f1dSLionel Sambuc	DWARFAcceleratorTable.cpp \
12f4a2713aSLionel Sambuc	DWARFCompileUnit.cpp \
13f4a2713aSLionel Sambuc	DWARFContext.cpp \
14f4a2713aSLionel Sambuc	DWARFDebugAbbrev.cpp \
15f4a2713aSLionel Sambuc	DWARFDebugArangeSet.cpp \
16f4a2713aSLionel Sambuc	DWARFDebugAranges.cpp \
17f4a2713aSLionel Sambuc	DWARFDebugFrame.cpp \
18f4a2713aSLionel Sambuc	DWARFDebugInfoEntry.cpp \
19f4a2713aSLionel Sambuc	DWARFDebugLine.cpp \
20f4a2713aSLionel Sambuc	DWARFDebugLoc.cpp \
21f4a2713aSLionel Sambuc	DWARFDebugRangeList.cpp \
22f4a2713aSLionel Sambuc	DWARFFormValue.cpp \
23f4a2713aSLionel Sambuc	DWARFTypeUnit.cpp \
24*0a6a1f1dSLionel Sambuc	DWARFUnit.cpp \
25*0a6a1f1dSLionel Sambuc	SyntaxHighlighting.cpp
26f4a2713aSLionel Sambuc
27f4a2713aSLionel Sambuc.if defined(HOSTLIB)
28f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
29f4a2713aSLionel Sambuc.else
30f4a2713aSLionel Sambuc.include <bsd.lib.mk>
31f4a2713aSLionel Sambuc.endif
32