]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbDataFormatters/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbDataFormatters / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbDataFormatters
6
7 SRCDIR= tools/lldb/source/DataFormatters
8 SRCS=   CF.cpp \
9         Cocoa.cpp \
10         CXXFormatterFunctions.cpp \
11         DataVisualization.cpp \
12         FormatCache.cpp \
13         FormatClasses.cpp \
14         FormatManager.cpp \
15         LibCxx.cpp \
16         LibCxxList.cpp \
17         LibCxxMap.cpp \
18         LibCxxUnorderedMap.cpp \
19         LibStdcpp.cpp \
20         NSArray.cpp \
21         NSDictionary.cpp \
22         NSSet.cpp \
23         TypeCategory.cpp \
24         TypeCategoryMap.cpp \
25         TypeFormat.cpp \
26         TypeSummary.cpp \
27         TypeSynthetic.cpp \
28         ValueObjectPrinter.cpp
29
30 TGHDRS= DiagnosticCommonKinds \
31         DeclNodes \
32         StmtNodes \
33         CommentCommandList
34
35 .include "../lldb.lib.mk"