0a0889c380
Sponsored by: DARPA, AFRL
43 lines
747 B
Makefile
43 lines
747 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbDataFormatters
|
|
|
|
SRCDIR= tools/lldb/source/DataFormatters
|
|
SRCS= CF.cpp \
|
|
Cocoa.cpp \
|
|
CXXFormatterFunctions.cpp \
|
|
DataVisualization.cpp \
|
|
FormatCache.cpp \
|
|
FormatClasses.cpp \
|
|
FormatManager.cpp \
|
|
LibCxx.cpp \
|
|
LibCxxInitializerList.cpp \
|
|
LibCxxList.cpp \
|
|
LibCxxMap.cpp \
|
|
LibCxxUnorderedMap.cpp \
|
|
LibCxxVector.cpp \
|
|
LibStdcpp.cpp \
|
|
NSArray.cpp \
|
|
NSDictionary.cpp \
|
|
NSIndexPath.cpp \
|
|
NSSet.cpp \
|
|
StringPrinter.cpp \
|
|
TypeCategory.cpp \
|
|
TypeCategoryMap.cpp \
|
|
TypeFormat.cpp \
|
|
TypeSummary.cpp \
|
|
TypeSynthetic.cpp \
|
|
TypeValidator.cpp \
|
|
ValueObjectPrinter.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|