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