xref: /minix3/external/bsd/llvm/lib/liblldbDataFormatters/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.3 2015/01/29 20:41:38 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldbDataFormatters
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/DataFormatters
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	CF.cpp \
10f4a2713aSLionel Sambuc	Cocoa.cpp \
11f4a2713aSLionel Sambuc	CXXFormatterFunctions.cpp \
12f4a2713aSLionel Sambuc	DataVisualization.cpp \
13f4a2713aSLionel Sambuc	FormatCache.cpp \
14f4a2713aSLionel Sambuc	FormatClasses.cpp \
15f4a2713aSLionel Sambuc	FormatManager.cpp \
16f4a2713aSLionel Sambuc	LibCxx.cpp \
17*0a6a1f1dSLionel Sambuc	LibCxxInitializerList.cpp \
18f4a2713aSLionel Sambuc	LibCxxList.cpp \
19f4a2713aSLionel Sambuc	LibCxxMap.cpp \
20f4a2713aSLionel Sambuc	LibCxxUnorderedMap.cpp \
21*0a6a1f1dSLionel Sambuc	LibCxxVector.cpp \
22f4a2713aSLionel Sambuc	LibStdcpp.cpp \
23f4a2713aSLionel Sambuc	NSArray.cpp \
24f4a2713aSLionel Sambuc	NSDictionary.cpp \
25*0a6a1f1dSLionel Sambuc	NSIndexPath.cpp \
26f4a2713aSLionel Sambuc	NSSet.cpp \
27*0a6a1f1dSLionel Sambuc	StringPrinter.cpp \
28f4a2713aSLionel Sambuc	TypeCategory.cpp \
29f4a2713aSLionel Sambuc	TypeCategoryMap.cpp \
30f4a2713aSLionel Sambuc	TypeFormat.cpp \
31f4a2713aSLionel Sambuc	TypeSummary.cpp \
32f4a2713aSLionel Sambuc	TypeSynthetic.cpp \
33f4a2713aSLionel Sambuc	ValueObjectPrinter.cpp
34f4a2713aSLionel Sambuc
35f4a2713aSLionel Sambuc.if defined(HOSTLIB)
36f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
37f4a2713aSLionel Sambuc.else
38f4a2713aSLionel Sambuc.include <bsd.lib.mk>
39f4a2713aSLionel Sambuc.endif
40