Cross Reference: Makefile
xref: /src/usr.bin/xlint/lint1/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/xlint/lint1/
Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/10/24 09:01:12 lukem 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
10CPPFLAGS+=-I.
11LINTFLAGS=-aehpz
12CLEANFILES+=y.tab.h cgram.c scan.c
13
14BINDIR=	/usr/libexec
15
16.include <bsd.prog.mk>
17

Indexes created Thu Dec 11 15:09:36 GMT 2025