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

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

unix.superglobalmegacorp.com

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