|
|
1.1 ! root 1: CFLAGS=-I.. -DKERNEL ! 2: L=../lib/io.a ! 3: M=../lib/ioicarus.a ! 4: FILES=\ ! 5: $L(fd.x) $L(mem.x) $L(sw.x) $L(fineclock.x) \ ! 6: $L(bio.x) $L(stream.x) $L(partab.x) \ ! 7: $L(kb.y) $L(dk.y) $L(kdi.y) $L(kmc.y) \ ! 8: $L(unixpld.x) $L(cmcld.x) $L(dkp.x) $L(dkmod.x) \ ! 9: $L(tu78.y) $L(te16.y) \ ! 10: $L(ttyld.x) $L(xttyld.x) $L(mesg.x) $L(connld.x) $L(bufld.x) \ ! 11: $L(dz.y) $L(dhv11.y) $L(om.y) $L(pg.y) $L(scsi.y) $L(vplot.y) \ ! 12: $L(mg.y) $L(rco.y) $L(im.y) $L(gpib.y) \ ! 13: $L(dsort.x) $L(bad144.x) $L(errlog.x) \ ! 14: $L(ra.x) $L(ta.x) $L(uda.y) $L(bda.y) $L(up.y) $L(hp.y) \ ! 15: $L(cure.y) $L(drbit.y) $L(dn.y) $L(nttyld.x) $L(deqna.y) $L(ni1010a.y) \ ! 16: $L(debna.y) $L(archosld.x) $M(camac.x) ! 17: ! 18: FILESICARUS=\ ! 19: $M(fd.x) $M(mem.x) $M(sw.x) $M(fineclock.x) \ ! 20: $M(bio.x) $M(stream.x) $M(partab.x) \ ! 21: $M(kb.y) $M(dk.y) $M(kdi.y) $M(kmc.y) \ ! 22: $M(unixpld.x) $M(cmcld.x) $M(dkp.x) $M(dkmod.x) \ ! 23: $M(tu78.y) $M(te16.y) \ ! 24: $M(ttyld.x) $M(mesg.x) $M(connld.x) $M(bufld.x) \ ! 25: $M(dz.y) $M(dhv11.y) $M(om.y) $M(pg.y) $M(scsi.y) $M(vplot.y) \ ! 26: $M(mg.y) $M(rco.y) $M(im.y) $M(gpib.y) \ ! 27: $M(dsort.x) $M(bad144.x) $M(errlog.x) \ ! 28: $M(raicarus.x) $M(ta.x) $M(uda.y) $M(bda.y) $M(up.y) $M(hp.y) \ ! 29: $M(cure.y) $M(drbit.y) $M(dn.y) $M(nttyld.x) $M(deqna.y) $M(ni1010a.y) \ ! 30: $M(debna.y) $M(archosld.x) ! 31: ! 32: all: $L $M ! 33: ! 34: $L: $FILES ! 35: names=`membername $newprereq` ! 36: ar r $L $names ! 37: ranlib $L ! 38: $L(%):N: % ! 39: $M: $FILESICARUS ! 40: names=`membername $newprereq` ! 41: ar r $M $names && rm $names ! 42: ranlib $M ! 43: $M(%):N: % ! 44: %.x: %.c ! 45: cc $CFLAGS -S $stem.c ! 46: /lib/c2 <$stem.s | sed -f ../lib/asm.sed | as -o $stem.x ! 47: # rm $stem.s ! 48: %.y: %.c ! 49: cc $CFLAGS -S $stem.c ! 50: /lib/c2 -i <$stem.s | sed -f ../lib/asm.sed | as -o $stem.y ! 51: rm $stem.s
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.