2013-09-19 21:52:02 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
LIB= lldbDataFormatters
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source/DataFormatters
|
2016-01-03 19:02:58 -05:00
|
|
|
SRCS= CXXFunctionPointer.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
DataVisualization.cpp \
|
2016-01-03 19:02:58 -05:00
|
|
|
DumpValueObjectOptions.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
FormatCache.cpp \
|
|
|
|
|
FormatClasses.cpp \
|
|
|
|
|
FormatManager.cpp \
|
2016-01-03 19:02:58 -05:00
|
|
|
FormattersHelpers.cpp \
|
|
|
|
|
LanguageCategory.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
StringPrinter.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
TypeCategory.cpp \
|
|
|
|
|
TypeCategoryMap.cpp \
|
|
|
|
|
TypeFormat.cpp \
|
|
|
|
|
TypeSummary.cpp \
|
2013-11-12 12:25:33 -05:00
|
|
|
TypeSynthetic.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
TypeValidator.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
ValueObjectPrinter.cpp \
|
|
|
|
|
VectorType.cpp
|
2013-09-19 21:52:02 -04:00
|
|
|
|
2014-11-26 12:40:03 -05:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
|
Attrs \
|
|
|
|
|
DiagnosticCommonKinds \
|
2013-09-19 21:52:02 -04:00
|
|
|
DeclNodes \
|
|
|
|
|
StmtNodes \
|
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|