Annotation of 41BSD/cmd/eyacc/makefile, revision 1.1.1.1

1.1       root        1: INSTALLDIR = ${DESTDIR}/usr/ucb
                      2: 
                      3: eyacc: ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
                      4:        cc -o eyacc -z ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
                      5: 
                      6: .c.o:
                      7:        cc -O -c $*.c
                      8: 
                      9: clean:
                     10:        -rm -f *.o eyacc
                     11: 
                     12: install: eyacc
                     13:        cp eyacc ${INSTALLDIR}/eyacc
                     14: 
                     15: print:
                     16:        @ls -l | pr
                     17:        @pr READ_ME makefile
                     18:        @pr ey.h ey0.c ey1.c ey2.c ey3.c ey4.c ey5.c
                     19: 
                     20: ey1.o: ey.h
                     21: ey2.o: ey.h
                     22: ey3.o: ey.h
                     23: 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.