Deleted Added
full compact
Makefile (69640) Makefile (75782)
1# $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $
2# $FreeBSD: head/usr.bin/xlint/lint1/Makefile 69640 2000-12-05 22:10:43Z obrien $
1# $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $
2# $FreeBSD: head/usr.bin/xlint/lint1/Makefile 75782 2001-04-21 11:17:44Z asmodai $
3
4PROG= lint1
5SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
6 init.c emit.c emit1.c y.tab.h
7NOMAN=
8LDADD+= -ll
9DPADD+= ${LIBL}
10CFLAGS+= -I. -I${.CURDIR}
11LINTFLAGS=-aehpz
12
13BINDIR= /usr/libexec
14
15# XXX: -O causes the gcc to die on the i386, when compiling tree.o
16CFLAGS+= -DXXX_BROKEN_GCC
17
18.include <bsd.prog.mk>
3
4PROG= lint1
5SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
6 init.c emit.c emit1.c y.tab.h
7NOMAN=
8LDADD+= -ll
9DPADD+= ${LIBL}
10CFLAGS+= -I. -I${.CURDIR}
11LINTFLAGS=-aehpz
12
13BINDIR= /usr/libexec
14
15# XXX: -O causes the gcc to die on the i386, when compiling tree.o
16CFLAGS+= -DXXX_BROKEN_GCC
17
18.include <bsd.prog.mk>