Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX Forgo...
details: https://anonhg.NetBSD.org/src/rev/7c315c63b693
branches: trunk
changeset: 324962:7c315c63b693
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Nov 28 14:20:33 2013 +0000
description:
Forgotten file in update to r195771.
diffstat:
external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile | 15 ++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 76c0ceec228f -r 7c315c63b693 external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile Thu Nov 28 14:20:33 2013 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/11/28 14:20:33 joerg Exp $
+
+LIB= lldbPluginSystemRuntimeMacOSX
+
+.include <bsd.init.mk>
+
+.PATH: ${LLDB_SRCDIR}/source/Plugins/SystemRuntime/MacOSX
+
+SRCS+= SystemRuntimeMacOSX.cpp
+
+.if defined(HOSTLIB)
+.include <bsd.hostlib.mk>
+.else
+.include <bsd.lib.mk>
+.endif
Home |
Main Index |
Thread Index |
Old Index