Makefile revision 1.1
1# $Id: Makefile,v 1.1 1995/07/03 20:56:35 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+=y.tab.h cgram.c scan.c 13 14BINDIR= /usr/libexec 15 16.include <bsd.prog.mk> 17