Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/vgrind build glue



details:   https://anonhg.NetBSD.org/src/rev/aba71acdc0dc
branches:  trunk
changeset: 330597:aba71acdc0dc
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 15 13:19:13 2014 +0000

description:
build glue

diffstat:

 tools/vgrind/Makefile |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 4d2edf03ca92 -r aba71acdc0dc tools/vgrind/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/vgrind/Makefile     Tue Jul 15 13:19:13 2014 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2014/07/15 13:19:13 christos Exp $
+
+HOSTPROGNAME=  nbvfontedpr
+HOST_BINDIR=   ${TOOLDIR}/libexec
+HOST_SRCDIR=   usr.bin/vgrind
+VGDEFDIR=      ${TOOLDIR}/share/misc
+HOST_CPPFLAGS= -D_PATH_VGRINDEFS=\"${VGDEFDIR}/vgrindefs\"
+FILESDIR=        ${VGDEFDIR}
+FILESDIR_tmac.vgrind=${VGDEFDIR}
+
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index