2001-10-24 06:31:09 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2001/10/24 02:31:10 thorpej Exp $
|
1995-07-04 00:56:35 +04:00
|
|
|
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../lint1
|
1995-07-04 00:56:35 +04:00
|
|
|
|
2001-10-24 06:31:09 +04:00
|
|
|
.if !defined(XLINT_TARGET_PREFIX)
|
|
|
|
XLINT_TARGET_PREFIX=
|
|
|
|
.endif
|
|
|
|
|
1995-07-04 00:56:35 +04:00
|
|
|
PROG= lint2
|
2001-10-24 06:31:09 +04:00
|
|
|
PROGNAME=${XLINT_TARGET_PREFIX}${PROG}
|
1995-07-04 00:56:35 +04:00
|
|
|
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN= no
|
1997-10-24 13:00:17 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../lint1
|
1995-07-04 00:56:35 +04:00
|
|
|
LINTFLAGS=-abehrz
|
2000-10-11 18:46:00 +04:00
|
|
|
WFORMAT=1 # hopeless
|
1995-07-04 00:56:35 +04:00
|
|
|
BINDIR= /usr/libexec
|
|
|
|
|
2001-08-14 14:18:26 +04:00
|
|
|
.ifndef HOSTPROG
|
1995-07-04 00:56:35 +04:00
|
|
|
.include <bsd.prog.mk>
|
2001-08-14 14:18:26 +04:00
|
|
|
.endif
|
|
|
|
|