Annotation of researchv10no/cmd/dist/v10/mkfile, revision 1.1.1.1

1.1       root        1: <../conf/mkconf.v10
                      2: 
                      3: CC=lcc
                      4: LPROG=connect dispatch cansys hostname
                      5: LIB=lib-o.a
                      6: LIBOBJ=canonsys.o lcreat.o rename.o
                      7: 
                      8: %.o: %.c
                      9:        $CC -c $stem.c
                     10: 
                     11: %: %.sh
                     12:        cp $prereq $target
                     13:        chmod +x $target
                     14: 
                     15: compile:V: $LPROG $LIB
                     16: 
                     17: install:V: compile
                     18:        test -d $LDIR || mkdir $LDIR
                     19:        cp $LPROG $LDIR
                     20: 
                     21: clean:V:
                     22:        rm -f $LPROG $LIB *.o
                     23: 
                     24: connect: connect.o
                     25:        $CC -o $target $prereq -lipc
                     26: 
                     27: dispatch: dispatch.o
                     28:        $CC -o $target $prereq -lipc
                     29: 
                     30: cansys: cansys.o $LIB
                     31:        $CC -o $target $prereq
                     32: 
                     33: $LIB: $LIBOBJ
                     34:        ar r $LIB $LIBOBJ
                     35:        ranlib $LIB

unix.superglobalmegacorp.com

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