9d984acfb7
Sponsored by: DARPA, AFRL
41 lines
807 B
Makefile
41 lines
807 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbExpression
|
|
|
|
SRCDIR= tools/lldb/source/Expression
|
|
SRCS= ASTDumper.cpp \
|
|
ASTResultSynthesizer.cpp \
|
|
ASTStructExtractor.cpp \
|
|
ClangASTSource.cpp \
|
|
ClangExpressionDeclMap.cpp \
|
|
ClangExpressionParser.cpp \
|
|
ClangExpressionVariable.cpp \
|
|
ClangFunction.cpp \
|
|
ClangModulesDeclVendor.cpp \
|
|
ClangPersistentVariables.cpp \
|
|
ClangUserExpression.cpp \
|
|
ClangUtilityFunction.cpp \
|
|
DWARFExpression.cpp \
|
|
ExpressionSourceCode.cpp \
|
|
IRDynamicChecks.cpp \
|
|
IRExecutionUnit.cpp \
|
|
IRForTarget.cpp \
|
|
IRInterpreter.cpp \
|
|
IRMemoryMap.cpp \
|
|
Materializer.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList \
|
|
AttrList \
|
|
Attrs \
|
|
AttrParsedAttrList \
|
|
DiagnosticFrontendKinds \
|
|
DiagnosticSemaKinds \
|
|
Intrinsics
|
|
|
|
.include "../lldb.lib.mk"
|