Home | History | Annotate | Line # | Download | only in lint1
Makefile revision 1.1
      1 #	$Id: Makefile,v 1.1 1995/07/03 20:56:35 cgd Exp $
      2 
      3 PROG=	lint1
      4 SRCS=	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
      6 NOMAN=
      7 LDADD+=	-ll
      8 DPADD+=	${LIBL}
      9 YFLAGS=	-d
     10 CFLAGS+=-I.
     11 LINTFLAGS=-aehpz
     12 CLEANFILES+=y.tab.h cgram.c scan.c
     13 
     14 BINDIR=	/usr/libexec
     15 
     16 .include <bsd.prog.mk>
     17