Annotation of researchv10no/libc/stdio/mkfile, revision 1.1

1.1     ! root        1: BUILTINS =
        !             2: CC = lcc
        !             3: %.o: %.c
        !             4:        $CC -c -N -I/usr/include/lcc -I/usr/include/libc -I/usr/include -DV10 $stem.c
        !             5: 
        !             6: o = \
        !             7: fprintf.o \
        !             8: fscanf.o \
        !             9: printf.o \
        !            10: scanf.o \
        !            11: snprintf.o \
        !            12: sprintf.o \
        !            13: sscanf.o \
        !            14: vfprintf.o \
        !            15: vfscanf.o \
        !            16: vprintf.o \
        !            17: strtod.o \
        !            18: atof.o \
        !            19: _dtoa.o \
        !            20: _fconv.o
        !            21: 
        !            22: nstdio.a: $o
        !            23:        ar ruv $target $newprereq
        !            24:        ranlib $target
        !            25: 
        !            26: _dtoa.o _fconv.o strtod.o: fconv.h
        !            27: 
        !            28: clean:
        !            29:        rm -f *.o nstdio.a

unix.superglobalmegacorp.com

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