Annotation of researchv9/libc/stdio/Makefile, revision 1.1

1.1     ! root        1: CC=    newcc
        !             2: CFLAGS=        -O
        !             3: 
        !             4: OFILES=        cleanup.o clrerr.o data.o doprnt.o doscan.o fdopen.o fgetc.o \
        !             5:        fgets.o filbuf.o flsbuf.o fopen.o fprintf.o fputc.o fputs.o \
        !             6:        freopen.o fseek.o fstab.o ftell.o gcvt.o getchar.o getflds.o \
        !             7:        getgrent.o getgrgid.o getgrnam.o getpass.o getpwent.o getpwnam.o \
        !             8:        getpwuid.o gets.o getw.o popen.o printf.o putchar.o puts.o \
        !             9:        putw.o rdwr.o rew.o scanf.o setbuf.o sprintf.o strout.o \
        !            10:        stuff.o system.o tmpnam.o ungetc.o
        !            11: 
        !            12: all: $(OFILES)
        !            13: 
        !            14: install:
        !            15:        mv $(OFILES) ../OBJ
        !            16: 
        !            17: .s.o:
        !            18:        $(CC) -c $<

unix.superglobalmegacorp.com

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