|
|
1.1 ! root 1: CFLAGS=-O ! 2: YFLAGS=-d ! 3: NPROC=2 ! 4: ! 5: egrep: gram.o main.o egrep.o bm.o anal.o ! 6: $CC $CFLAGS -o $target $prereq ! 7: ! 8: install:V: egrep ! 9: cp egrep /usr/bin/egrep ! 10: strip /usr/bin/egrep ! 11: chmod 775 /usr/bin/egrep ! 12: chown bin,bin /usr/bin/egrep ! 13: ! 14: clean:V: ! 15: rm -f *.o egrep egrep.bundle ! 16: ! 17: y.tab.h:N: gram.o ! 18: egrep.o anal.o: y.tab.h ! 19: anal.o bm.o egrep.o main.o gram.o: hdr.h ! 20: ! 21: pp: ! 22: pr mkfile hdr.h anal.c bm.c egrep.c gram.y main.c | lp -ddp -n2 ! 23: ! 24: egrep.bundle:V: ! 25: bundle mkfile *.h *.c *.y > $target
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.