Annotation of researchv10no/cmd/odist/tar/mkfile, revision 1.1

1.1     ! root        1: <../mkconf.$SYS
        !             2: <../mkrules.$SYS
        !             3: 
        !             4: LPROG=tarc tarf tarx
        !             5: 
        !             6: LIBOBJ=ftwlk.$O id.$O sub.$O tarhdr.$O util.$O
        !             7: 
        !             8: %.$O: %.c
        !             9:        $CC -c $stem.c
        !            10: 
        !            11: compile:V: $LPROG
        !            12: 
        !            13: install:V: compile
        !            14:        test -d $LDIR || mkdir $LDIR
        !            15:        cp $LPROG $LDIR
        !            16: 
        !            17: tarc: tarc.$O lib.a
        !            18:        $CC -o tarc $prereq
        !            19: 
        !            20: tarf: tarf.$O lib.a
        !            21:        $CC -o tarf $prereq
        !            22: 
        !            23: tarx: tarx.$O lib.a
        !            24:        $CC -o tarx $prereq
        !            25: 
        !            26: lib.a: ${LIBOBJ:%=lib.a(%)}
        !            27:        $RL lib.a
        !            28: 
        !            29: lib.a(%): %
        !            30:        ar r lib.a $stem
        !            31: 
        !            32: clean:V:
        !            33:        rm -f $LPROG *.[$OS] lib.a

unix.superglobalmegacorp.com

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