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/098b5492221c
branches:  trunk
changeset: 791702:098b5492221c
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 2b08b53f82f0 -r 098b5492221c 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