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/8787dc985ef3
branches: trunk
changeset: 326720:8787dc985ef3
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 2d490e423930 -r 8787dc985ef3 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