summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginLanguageObjC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginLanguageObjC/Makefile')
-rw-r--r--lib/clang/liblldbPluginLanguageObjC/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginLanguageObjC/Makefile b/lib/clang/liblldbPluginLanguageObjC/Makefile
new file mode 100644
index 0000000..8653e75
--- /dev/null
+++ b/lib/clang/liblldbPluginLanguageObjC/Makefile
@@ -0,0 +1,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