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

1.1     ! root        1: <../mkconf.$SYS
        !             2: <../mkrules.$SYS
        !             3: 
        !             4: LPROG=mkpkg inspkg seal unseal
        !             5: LIB=lib-$O.a
        !             6: LIBOBJ=alloc.$O args.$O chk.$O crypt.$O data.$O ftw.$O fullname.$O \
        !             7:  gid.$O header.$O mkcsum.$O mkdir.$O package.$O path.$O pwd.$O \
        !             8:  transname.$O uid.$O
        !             9: 
        !            10: compile:V: $LPROG
        !            11: 
        !            12: install:V: compile
        !            13:        test -d $LDIR || mkdir $LDIR
        !            14:        cp $LPROG $LDIR
        !            15: 
        !            16: mkpkg: mkpkg.$O $LIB
        !            17:        $CC -o $target $prereq $CCLIB
        !            18: 
        !            19: inspkg: inspkg.$O $LIB
        !            20:        $CC -o $target $prereq $CCLIB
        !            21: 
        !            22: seal: seal.$O $LIB
        !            23:        $CC -o $target $prereq $CCLIB
        !            24: 
        !            25: unseal: unseal.$O $LIB
        !            26:        $CC -o $target $prereq $CCLIB
        !            27: 
        !            28: lib-$O.a: $LIBOBJ
        !            29:        rm -f lib-$O.a
        !            30:        ar r lib-$O.a $LIBOBJ
        !            31:        $RL lib-$O.a
        !            32: 
        !            33: # Need to check these.
        !            34: alloc.$O args.$O data.$O fullname.$O gid.$O: asd.h ar.h
        !            35: header.$O inspkg.$O mkdir.$O: asd.h ar.h
        !            36: mkpkg.$O package.$O path.$O pwd.$O seal.$O: asd.h ar.h
        !            37: transname.$O uid.$O unseal.$O: asd.h ar.h
        !            38: mkcsum.$O seal.$O unseal.$O: seal.h
        !            39: 
        !            40: clean:V:
        !            41:        rm -f *.[$OS] lib-[$OS].a $LPROG

unix.superglobalmegacorp.com

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