Annotation of 43BSDReno/lib/libc/stdio/Makefile.inc, revision 1.1

1.1     ! root        1: #      @(#)Makefile.inc        5.1 (Berkeley) 6/23/90
        !             2: 
        !             3: # stdio sources
        !             4: .PATH: ${.CURDIR}/${MACHINE}/stdio ${.CURDIR}/stdio
        !             5: 
        !             6: SRCS+= clrerr.c doprnt.c doscan.c fdopen.c fgetc.c filbuf.c findiop.c \
        !             7:        flsbuf.c fopen.c fprintf.c fputc.c fread.c freopen.c fseek.c \
        !             8:        ftell.c fwrite.c getchar.c gets.c getw.c printf.c putchar.c \
        !             9:        putw.c rew.c scanf.c setbuf.c setbuffer.c sprintf.c ungetc.c \
        !            10:        vfprintf.c vprintf.c vsprintf.c
        !            11: 
        !            12: .if   (${MACHINE} == "hp300")
        !            13: SRCS+= fgets.c fputs.c puts.c
        !            14: .elif (${MACHINE} == "i386")
        !            15: SRCS+= fgets.c fputs.c puts.c
        !            16: .elif (${MACHINE} == "tahoe")
        !            17: SRCS+= fgets.c fputs.c puts.c
        !            18: .elif (${MACHINE} == "vax")
        !            19: SRCS+= fgets.s fputs.s puts.s
        !            20: .endif
        !            21: 
        !            22: MAN3+= fclose.0 ferror.0 fgets.0 fopen.0 fread.0 fseek.0 getc.0 \
        !            23:        gets.0 printf.0 putc.0 puts.0 scanf.0 setbuf.0 stdio.0 ungetc.0 \
        !            24: 
        !            25: MLINKS+=fclose.3 fflush.3
        !            26: MLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
        !            27: MLINKS+=fopen.3 fdopen.3 fopen.3 freopen.3
        !            28: MLINKS+=fread.3 fwrite.3
        !            29: MLINKS+=fseek.3 ftell.3 fseek.3 rewind.3
        !            30: MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3
        !            31: MLINKS+=printf.3 fprintf.3 printf.3 sprintf.3 printf.3 vfprintf.3 \
        !            32:        printf.3 vprintf.3 printf.3 vsprintf.3
        !            33: MLINKS+=putc.3 fputc.3 putc.3 putchar.3 putc.3 putw.3
        !            34: MLINKS+=puts.3 fputs.3
        !            35: MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3
        !            36: MLINKS+=setbuf.3 setbuffer.3 setbuf.3 setlinebuf.3

unix.superglobalmegacorp.com

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