Annotation of researchv10dc/sys/inet/lccmkfile, revision 1.1

1.1     ! root        1: CFLAGS=-I.. -I/usr/include -DKERNEL $gflag
        !             2: L=../lib/lccinet.a
        !             3: IPFILES=$L(ip_arp.x) $L(ip_device.x) $L(ip_input.x) $L(ip_ld.x) $L(ip_output.x) $L(ip_subr.x) \
        !             4:        $L(vecadd.z) $L(goo.z)
        !             5: TCPFILES=$L(tcp_device.x) $L(tcp_input.x) $L(tcp_ld.x) $L(tcp_output.x) $L(tcp_subr.x) $L(tcp_timer.x)
        !             6: UDPFILES=$L(udp_device.x) $L(udp_input.x) $L(udp_ld.x) $L(udp_output.x)
        !             7: 
        !             8: $L: $IPFILES $UDPFILES $TCPFILES
        !             9:        names=`membername $newprereq`
        !            10:        ar r $L $names && rm $names
        !            11:        ranlib $L
        !            12: $L(%):N: %
        !            13: %.x: %.c
        !            14:        lcc $CFLAGS -S $stem.c
        !            15:        sed -f ../lib/lccasm.sed <$stem.s | as -o $stem.x
        !            16:        rm $stem.s
        !            17: %.z: %.s
        !            18:         sed -f ../lib/lccasm.sed <$stem.s | as -o $stem.z

unix.superglobalmegacorp.com

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