File:  [Research Unix] / researchv10dc / cmd / pascal / eyacc / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:33 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

D = /usr/bin/eyacc
CFLAGS = -O

eyacc: ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
	cc -o eyacc ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o

clean:
	rm -f *.o eyacc

install: eyacc
	rm -f $D
	strip eyacc
	cp eyacc $D
	chown bin $D
	chgrp bin $D
	chmod o-w,g+w $D

ey1.o:	ey.h
ey2.o:	ey.h
ey3.o:	ey.h
ey4.o:	ey.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.