Home | History | Annotate | Line # | Download | only in vgrind
Makefile revision 1.12.2.2
      1  1.12.2.1        tv #	$NetBSD: Makefile,v 1.12.2.2 2002/05/30 23:59:48 tv Exp $
      2       1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/9/93
      3       1.1       cgd 
      4      1.10     lukem .include <bsd.own.mk>
      5      1.10     lukem 
      6       1.1       cgd PROG=	vfontedpr
      7       1.3       jtc SRCS=	regexp.c vfontedpr.c
      8       1.4       cgd MAN=	vgrind.1 vgrindefs.5
      9       1.1       cgd BINDIR=	/usr/libexec
     10       1.3       jtc CLEANFILES+=vgrindefs.src.db
     11       1.1       cgd 
     12      1.10     lukem .if ${MKSHARE} != "no"
     13       1.7  christos FILES=				tmac.vgrind vgrindefs.src vgrindefs.src.db
     14       1.7  christos FILESNAME_vgrindefs.src=	vgrindefs
     15       1.7  christos FILESNAME_vgrindefs.src.db=	vgrindefs.db
     16       1.7  christos FILESDIR=			/usr/share/misc
     17       1.7  christos FILESDIR_tmac.vgrind=		/usr/share/tmac
     18       1.9     lukem .endif
     19       1.7  christos 
     20      1.12        tv SCRIPTS=	vgrind.sh
     21      1.12        tv SCRIPTSDIR=	/usr/bin
     22      1.12        tv 
     23      1.12        tv CAP_MKDB?=	cap_mkdb
     24       1.7  christos 
     25      1.11   mycroft realall: vfontedpr vgrindefs.src.db
     26       1.5        pk 
     27  1.12.2.2        tv .include <bsd.endian.mk>
     28  1.12.2.2        tv .if ${TARGET_ENDIANNESS} == "1234"
     29  1.12.2.2        tv TARGET_ENDIANNESS=	-l
     30  1.12.2.2        tv .elif ${TARGET_ENDIANNESS} == "4321"
     31  1.12.2.2        tv TARGET_ENDIANNESS=	-b
     32  1.12.2.2        tv .else
     33  1.12.2.2        tv TARGET_ENDIANNESS=
     34  1.12.2.2        tv .endif
     35  1.12.2.2        tv 
     36      1.10     lukem .if ${MKSHARE} != "no"
     37       1.5        pk vgrindefs.src.db: vgrindefs.src
     38  1.12.2.2        tv 	${CAP_MKDB} ${TARGET_ENDIANNESS} -f vgrindefs.src \
     39  1.12.2.2        tv 	    ${.CURDIR}/vgrindefs.src
     40       1.9     lukem .else
     41       1.9     lukem vgrindefs.src.db:
     42       1.9     lukem .endif
     43       1.1       cgd 
     44       1.1       cgd .include <bsd.prog.mk>
     45