Module Name:    src
Committed By:   joerg
Date:           Fri Feb 14 20:32:58 UTC 2014

Added Files:
        src/external/bsd/llvm/lib/libLLVMLineEditor: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile
diff -u /dev/null src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile:1.1
--- /dev/null	Fri Feb 14 20:32:58 2014
+++ src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile	Fri Feb 14 20:32:58 2014
@@ -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

Reply via email to