BSD 4 release
[unix-history] / usr / src / cmd / yacc / Makefile
CommitLineData
aaa6854e
BJ
1CFLAGS=-O -DWORD32
2VGRIND= csh /usr/ucb/vgrind -W
3head: yacc
4yacc: y1.o y2.o y3.o y4.o
5 $(CC) -o yacc y?.o
6y1.o y2.o y3.o y4.o: dextern files
7install:
8 install -s yacc $(DESTDIR)/usr/bin
9 install -c yaccpar $(DESTDIR)/usr/lib
10clean :
11 rm -f *.o
12vgrind:
13 cp /dev/null index
14 $(VGRIND) -h 'Yacc' dextern files y1.c y2.c y3.c y4.c
15 $(VGRIND) -h 'Yacc' -x index