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

1.1     ! root        1: CFLAGS= -A -A
        !             2: CC=lcc
        !             3: BUILTINS=
        !             4: OBJ= fsort.o rsort.o number.o field.o tables.o merge.o optiona.o
        !             5: 
        !             6: sort:V: $OBJ files.o
        !             7:        $CC $CFLAGS $prereq -o sort
        !             8: 
        !             9: # on systems with the classical stdio implementation, "make fast"
        !            10: # will produce a more efficient "sort" that uses cgets instead of getc
        !            11: 
        !            12: fast:V: $OBJ cfiles.o cgets.o
        !            13:        $CC $CFLAGS $prereq -o sort
        !            14: 
        !            15: checksum: checksum.c
        !            16:        $CC checksum.c -o checksum
        !            17: 
        !            18: test: checksum
        !            19:        PATH=.:$PATH sorttest
        !            20: 
        !            21: %.o: %.c fsort.h
        !            22:        $CC $CFLAGS -c $stem.c
        !            23: 
        !            24: clean:V:
        !            25:        rm -f *.o sort in in1 in2 out xx xsort ysort *.out 
        !            26:        rm -f unwritablefile linecount -k - -o checksum* xx.c

unix.superglobalmegacorp.com

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