xref: /minix3/external/bsd/llvm/lib/liblldbExpression/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldbExpression
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Expression
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	ASTDumper.cpp \
10f4a2713aSLionel Sambuc	ASTResultSynthesizer.cpp \
11f4a2713aSLionel Sambuc	ASTStructExtractor.cpp \
12f4a2713aSLionel Sambuc	ClangASTSource.cpp \
13f4a2713aSLionel Sambuc	ClangExpressionDeclMap.cpp \
14f4a2713aSLionel Sambuc	ClangExpressionParser.cpp \
15f4a2713aSLionel Sambuc	ClangExpressionVariable.cpp \
16f4a2713aSLionel Sambuc	ClangFunction.cpp \
17*0a6a1f1dSLionel Sambuc	ClangModulesDeclVendor.cpp \
18f4a2713aSLionel Sambuc	ClangPersistentVariables.cpp \
19f4a2713aSLionel Sambuc	ClangUserExpression.cpp \
20f4a2713aSLionel Sambuc	ClangUtilityFunction.cpp \
21f4a2713aSLionel Sambuc	DWARFExpression.cpp \
22f4a2713aSLionel Sambuc	ExpressionSourceCode.cpp \
23f4a2713aSLionel Sambuc	IRDynamicChecks.cpp \
24f4a2713aSLionel Sambuc	IRExecutionUnit.cpp \
25f4a2713aSLionel Sambuc	IRForTarget.cpp \
26f4a2713aSLionel Sambuc	IRInterpreter.cpp \
27f4a2713aSLionel Sambuc	IRMemoryMap.cpp \
28f4a2713aSLionel Sambuc	Materializer.cpp
29f4a2713aSLionel Sambuc
30f4a2713aSLionel Sambuc.if defined(HOSTLIB)
31f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
32f4a2713aSLionel Sambuc.else
33f4a2713aSLionel Sambuc.include <bsd.lib.mk>
34f4a2713aSLionel Sambuc.endif
35