xref: /minix3/external/bsd/llvm/lib/liblldbSymbol/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldbSymbol
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Symbol
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	Block.cpp \
10f4a2713aSLionel Sambuc	ClangASTContext.cpp \
11f4a2713aSLionel Sambuc	ClangASTImporter.cpp \
12f4a2713aSLionel Sambuc	ClangASTType.cpp \
13f4a2713aSLionel Sambuc	ClangExternalASTSourceCallbacks.cpp \
14f4a2713aSLionel Sambuc	ClangExternalASTSourceCommon.cpp \
15f4a2713aSLionel Sambuc	ClangNamespaceDecl.cpp \
16*0a6a1f1dSLionel Sambuc	CompactUnwindInfo.cpp \
17f4a2713aSLionel Sambuc	CompileUnit.cpp \
18f4a2713aSLionel Sambuc	Declaration.cpp \
19f4a2713aSLionel Sambuc	DWARFCallFrameInfo.cpp \
20f4a2713aSLionel Sambuc	Function.cpp \
21f4a2713aSLionel Sambuc	FuncUnwinders.cpp \
22f4a2713aSLionel Sambuc	LineEntry.cpp \
23f4a2713aSLionel Sambuc	LineTable.cpp \
24f4a2713aSLionel Sambuc	ObjectFile.cpp \
25f4a2713aSLionel Sambuc	Symbol.cpp \
26f4a2713aSLionel Sambuc	SymbolContext.cpp \
27f4a2713aSLionel Sambuc	SymbolFile.cpp \
28f4a2713aSLionel Sambuc	SymbolVendor.cpp \
29f4a2713aSLionel Sambuc	Symtab.cpp \
30f4a2713aSLionel Sambuc	Type.cpp \
31f4a2713aSLionel Sambuc	TypeList.cpp \
32f4a2713aSLionel Sambuc	UnwindPlan.cpp \
33f4a2713aSLionel Sambuc	UnwindTable.cpp \
34f4a2713aSLionel Sambuc	Variable.cpp \
35f4a2713aSLionel Sambuc	VariableList.cpp \
36f4a2713aSLionel Sambuc	VerifyDecl.cpp
37f4a2713aSLionel Sambuc
38f4a2713aSLionel Sambuc.if defined(HOSTLIB)
39f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
40f4a2713aSLionel Sambuc.else
41f4a2713aSLionel Sambuc.include <bsd.lib.mk>
42f4a2713aSLionel Sambuc.endif
43