Annotation of researchv10no/cmd/sign/mkfile, revision 1.1

1.1     ! root        1: L=     notary.a
        !             2: F=     $L(ix.o) $L(xs.o) $L(notary.o)
        !             3: Y=     ix.O xs.O notary.O
        !             4: X=     resign enroll sign verify
        !             5: CFLAGS=        -DSIGN=1
        !             6: 
        !             7: 
        !             8: $X:    $L $Y
        !             9: 
        !            10: $L:    $F
        !            11:        names=`membername $newprereq`
        !            12:        ar r $L $names && rm $names
        !            13:        ranlib $L
        !            14: 
        !            15: $L(%):N: %
        !            16: 
        !            17: %.O %.o: %.c 
        !            18:        cyntax -c $stem.c && cc -c $CFLAGS $stem.c
        !            19: 
        !            20: %:     %.o
        !            21:        cyntax $stem.O $Y && cc -o $stem $stem.o $L -lipc
        !            22: 
        !            23: clean:
        !            24:        rm -f sign verify resign enroll notary.a *.o *.O
        !            25: 
        !            26: install:
        !            27:        cp $X /usr/bin
        !            28:        (cd /usr/bin; strip $X; chmod 775 $X)

unix.superglobalmegacorp.com

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