etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbExpression / Makefile
blobb6c9324b3c1272a8adff7fd54f3ee23fa1e8aa44
1 # $NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbExpression
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Expression
9 SRCS+= ASTDumper.cpp \
10 ASTResultSynthesizer.cpp \
11 ASTStructExtractor.cpp \
12 ClangASTSource.cpp \
13 ClangExpressionDeclMap.cpp \
14 ClangExpressionParser.cpp \
15 ClangExpressionVariable.cpp \
16 ClangFunction.cpp \
17 ClangModulesDeclVendor.cpp \
18 ClangPersistentVariables.cpp \
19 ClangUserExpression.cpp \
20 ClangUtilityFunction.cpp \
21 DWARFExpression.cpp \
22 ExpressionSourceCode.cpp \
23 IRDynamicChecks.cpp \
24 IRExecutionUnit.cpp \
25 IRForTarget.cpp \
26 IRInterpreter.cpp \
27 IRMemoryMap.cpp \
28 Materializer.cpp
30 .if defined(HOSTLIB)
31 .include <bsd.hostlib.mk>
32 .else
33 .include <bsd.lib.mk>
34 .endif