Module Name:    src
Committed By:   joerg
Date:           Wed Apr  4 10:44:21 UTC 2012

Added Files:
        src/external/bsd/llvm/bin/llvm-readobj: Makefile

Log Message:
Hook up llvm-readobj for LLVM_DEVELOPER builds.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-readobj/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/bin/llvm-readobj/Makefile
diff -u /dev/null src/external/bsd/llvm/bin/llvm-readobj/Makefile:1.1
--- /dev/null	Wed Apr  4 10:44:21 2012
+++ src/external/bsd/llvm/bin/llvm-readobj/Makefile	Wed Apr  4 10:44:21 2012
@@ -0,0 +1,21 @@
+#	$NetBSD: Makefile,v 1.1 2012/04/04 10:44:21 joerg Exp $
+
+PROG_CXX=	llvm-readobj
+NOMAN=		yes
+
+.include <bsd.init.mk>
+
+.PATH: ${LLVM_SRCDIR}/tools/llvm-readobj
+
+SRCS=	llvm-readobj.cpp
+
+LLVM_LIBS+= \
+	Archive \
+	BitReader \
+	Object \
+	Core \
+	Support
+
+.include "${.PARSEDIR}/../../link.mk"
+
+.include <bsd.prog.mk>

Reply via email to