]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbDataFormatters/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         LibStdcpp.cpp \
19         NSArray.cpp \
20         NSDictionary.cpp \
21         NSSet.cpp \
22         TypeCategory.cpp \
23         TypeCategoryMap.cpp \
24         TypeFormat.cpp \
25         TypeSummary.cpp \
26         TypeSynthetic.cpp
27
28 TGHDRS= DiagnosticCommonKinds \
29         DeclNodes \
30         StmtNodes \
31         CommentCommandList
32
33 .include "../lldb.lib.mk"