Update build infrastructure for LLDB 3.8
[freebsd-src.git] / lib / clang / liblldbDataFormatters / Makefile
blobf3b4168f9db2ffee3c4e54ec0ccf43cf9adceaff
1 # $FreeBSD$
3 .include <bsd.own.mk>
5 LIB= lldbDataFormatters
7 SRCDIR= tools/lldb/source/DataFormatters
8 SRCS= CXXFunctionPointer.cpp \
9 DataVisualization.cpp \
10 DumpValueObjectOptions.cpp \
11 FormatCache.cpp \
12 FormatClasses.cpp \
13 FormatManager.cpp \
14 FormattersHelpers.cpp \
15 LanguageCategory.cpp \
16 StringPrinter.cpp \
17 TypeCategory.cpp \
18 TypeCategoryMap.cpp \
19 TypeFormat.cpp \
20 TypeSummary.cpp \
21 TypeSynthetic.cpp \
22 TypeValidator.cpp \
23 ValueObjectPrinter.cpp \
24 VectorType.cpp
26 TGHDRS= AttrList \
27 Attrs \
28 DiagnosticCommonKinds \
29 DeclNodes \
30 StmtNodes \
31 CommentCommandList
33 .include "../lldb.lib.mk"