]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbExpression/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbExpression / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbExpression
6
7 SRCDIR= tools/lldb/source/Expression
8 SRCS=   ASTDumper.cpp \
9         ASTResultSynthesizer.cpp \
10         ASTStructExtractor.cpp \
11         ClangASTSource.cpp \
12         ClangExpressionDeclMap.cpp \
13         ClangExpressionParser.cpp \
14         ClangExpressionVariable.cpp \
15         ClangFunction.cpp \
16         ClangPersistentVariables.cpp \
17         ClangUserExpression.cpp \
18         ClangUtilityFunction.cpp \
19         DWARFExpression.cpp \
20         ExpressionSourceCode.cpp \
21         IRDynamicChecks.cpp \
22         IRExecutionUnit.cpp \
23         IRForTarget.cpp \
24         IRInterpreter.cpp \
25         IRMemoryMap.cpp \
26         Materializer.cpp
27
28 TGHDRS= DiagnosticCommonKinds \
29         DeclNodes \
30         StmtNodes \
31         CommentCommandList \
32         AttrList \
33         Attrs \
34         AttrParsedAttrList \
35         DiagnosticFrontendKinds \
36         DiagnosticSemaKinds \
37         Intrinsics
38
39 .include "../lldb.lib.mk"