|
|
1.1 root 1: CFLAGS=-I.. -I/usr/include -DKERNEL $gflag
2: L=../lib/lccio.a
3: FILES=\
4: $L(fd.x) $L(mem.x) $L(sw.x) $L(fineclock.x) \
5: $L(bio.x) $L(stream.x) $L(partab.x) \
6: $L(kb.y) $L(dk.y) $L(kdi.y) $L(kmc.y) \
7: $L(unixpld.x) $L(cmcld.x) $L(dkp.x) $L(dkmod.x) \
8: $L(tu78.y) $L(te16.y) \
9: $L(ttyld.x) $L(xttyld.x) $L(mesg.x) $L(connld.x) $L(bufld.x) \
10: $L(dz.y) $L(dhv11.y) $L(om.y) $L(pg.y) $L(scsi.y) $L(vplot.y) \
11: $L(mg.y) $L(rco.y) $L(im.y) $L(gpib.y) \
12: $L(dsort.x) $L(bad144.x) $L(errlog.x) \
13: $L(ra.x) $L(ta.x) $L(uda.y) $L(bda.y) $L(up.y) $L(hp.y) \
14: $L(cure.y) $L(drbit.y) $L(dn.y) $L(nttyld.x) $L(deqna.y) $L(ni1010a.y) \
15: $L(debna.y)
16:
17: $L: $FILES
18: names=`membername $newprereq`
19: ar r $L $names && rm $names
20: ranlib $L
21: $L(%):N: %
22: %.x: %.c
23: lcc $CFLAGS -S $stem.c
24: sed -f ../lib/lccasm.sed <$stem.s | as -o $stem.x
25: rm $stem.s
26: %.y: %.c
27: lcc $CFLAGS -Wf-k -S $stem.c
28: sed -f ../lib/lccasm.sed <$stem.s | as -o $stem.y
29: rm $stem.s
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.