summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginLanguageObjC/Makefile
blob: 8653e75e3e8eaa6fd6f7cae098bcd712b55a8e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

.include <bsd.own.mk>

LIB=	lldbPluginLanguageObjC

SRCDIR=	tools/lldb/source/Plugins/Language/ObjC/
SRCS=	CF.cpp \
	Cocoa.cpp \
	CoreMedia.cpp \
	NSArray.cpp \
	NSDictionary.cpp \
	NSError.cpp \
	NSException.cpp \
	NSIndexPath.cpp \
	NSSet.cpp \
	NSString.cpp \
	ObjCLanguage.cpp

TGHDRS=	AttrList \
	Attrs \
	CommentCommandList \
	DeclNodes \
	DiagnosticCommonKinds \
	StmtNodes

.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud