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/libLLVMLineEditor Build glue for the l...



details:   https://anonhg.NetBSD.org/src/rev/701e2858ed3d
branches:  trunk
changeset: 793460:701e2858ed3d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 14 20:32:58 2014 +0000

description:
Build glue for the libedit wrapper, not yet used.

diffstat:

 external/bsd/llvm/lib/libLLVMLineEditor/Makefile |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 76ffc4f8ca56 -r 701e2858ed3d external/bsd/llvm/lib/libLLVMLineEditor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/llvm/lib/libLLVMLineEditor/Makefile  Fri Feb 14 20:32:58 2014 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1 2014/02/14 20:32:58 joerg Exp $
+
+LIB=   LLVMLineEditor
+
+.include <bsd.init.mk>
+
+.PATH: ${LLVM_SRCDIR}/lib/LineEditor
+
+SRCS+= LineEditor.cpp
+
+.if defined(HOSTLIB)
+.include <bsd.hostlib.mk>
+.else
+.include <bsd.lib.mk>
+.endif



Home | Main Index | Thread Index | Old Index