Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.23
      1  1.23    rillig #	$NetBSD: Makefile,v 1.23 2023/01/13 19:50:00 rillig Exp $
      2  1.14     lukem 
      3  1.14     lukem NOMAN=		# defined
      4   1.1       cgd 
      5  1.10        tv PROG=		lint2
      6  1.23    rillig SRCS=		main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
      7  1.16  christos 		inittyp.c tyname.c
      8  1.10        tv BINDIR=		/usr/libexec
      9  1.19    rillig CPPFLAGS+=	-I${.CURDIR}
     10  1.22    rillig CPPFLAGS+=	-DIS_LINT2
     11  1.21    rillig LINTFLAGS+=	-T		# strict bool mode
     12   1.1       cgd 
     13  1.20    rillig COPTS.msg.c+=	${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}
     14  1.20    rillig 
     15   1.1       cgd .include <bsd.prog.mk>
     16