Home | History | Annotate | Line # | Download | only in vgrind
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $
      2  1.1  christos 
      3  1.3  nakayama HOSTPROGNAME=	${_TOOL_PREFIX}vfontedpr
      4  1.1  christos HOST_BINDIR=	${TOOLDIR}/libexec
      5  1.1  christos HOST_SRCDIR=	usr.bin/vgrind
      6  1.2  christos HOST_FILESDIR=	${TOOLDIR}/share/misc
      7  1.4  christos HOST_CPPFLAGS+=	-D_PATH_VGRINDEFS=\"${HOST_FILESDIR}/vgrindefs\"
      8  1.2  christos HOSTFILES=	vgrindefs vgrindefs.db
      9  1.2  christos NOSHARE=# defined
     10  1.2  christos CLEANFILES+= ${HOSTFILES}
     11  1.1  christos 
     12  1.1  christos .include "${.CURDIR}/../Makefile.host"
     13  1.2  christos 
     14  1.2  christos vgrindefs: vgrindefs.src
     15  1.2  christos 	cp ${.ALLSRC} ${.TARGET}
     16  1.2  christos 
     17  1.2  christos vgrindefs.db: vgrindefs
     18  1.2  christos 	${TOOL_CAP_MKDB} -f ${.ALLSRC} ${.ALLSRC}
     19