Annotation of researchv10no/sys/vm/mkfile, revision 1.1

1.1     ! root        1: CFLAGS=-I.. -DKERNEL
        !             2: L=../lib/vm.a
        !             3: FILES=\
        !             4:        $L(vmdrum.x) $L(vmmem.x) $L(vmmon.x) $L(vmpage.x) $L(vmproc.x) \
        !             5:        $L(vmpt.x) $L(vmsched.x) $L(vmsubr.x) $L(vmswap.x) $L(vmsys.x)
        !             6: 
        !             7: $L: $FILES
        !             8:        names=`membername $newprereq`
        !             9:        ar r $L $names && rm $names
        !            10:        ranlib $L
        !            11: $L(%):N: %
        !            12: %.x: %.c
        !            13:        cc $CFLAGS -S $stem.c
        !            14:        /lib/c2 <$stem.s | sed -f ../lib/asm.sed | as -o $stem.x
        !            15:        rm $stem.s

unix.superglobalmegacorp.com

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