Makefile.inc revision 15970
1275970Scy#	@(#)Makefile.inc	8.3 (Berkeley) 4/17/94
2275970Scy#	$Id: $
3275970Scy
4275970Scy# stdio sources
5275970Scy.PATH: ${.CURDIR}/stdio
6275970Scy
7275970ScySRCS+=	asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c \
8275970Scy	fgetc.c fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fopen.c \
9275970Scy	fprintf.c fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \
10275970Scy	fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \
11275970Scy	getc.c getchar.c gets.c getw.c makebuf.c mktemp.c perror.c \
12275970Scy	printf.c putc.c putchar.c puts.c putw.c refill.c remove.c rewind.c \
13275970Scy	rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c sprintf.c \
14275970Scy	sscanf.c stdio.c tempnam.c tmpfile.c tmpnam.c ungetc.c vasprintf.c \
15275970Scy	vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
16275970Scy	vsscanf.c wbuf.c wsetup.c
17275970Scy
18275970ScyMAN3+=	stdio/fclose.3 stdio/ferror.3 stdio/fflush.3 stdio/fgetln.3 \
19275970Scy	stdio/fgets.3 stdio/fopen.3 stdio/fputs.3 stdio/fread.3 stdio/fseek.3 \
20275970Scy	stdio/funopen.3 stdio/getc.3 stdio/mktemp.3 stdio/printf.3 \
21275970Scy	stdio/putc.3 stdio/remove.3 stdio/scanf.3 stdio/setbuf.3 \
22275970Scy	stdio/stdio.3 stdio/tmpnam.3 stdio/ungetc.3
23275970Scy
24275970ScyMLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
25275970ScyMLINKS+=fflush.3 fpurge.3
26275970ScyMLINKS+=fgets.3 gets.3
27275970ScyMLINKS+=fopen.3 fdopen.3 fopen.3 freopen.3
28275970ScyMLINKS+=fputs.3 puts.3
29275970ScyMLINKS+=fread.3 fwrite.3
30275970ScyMLINKS+=fseek.3 fgetpos.3 fseek.3 fsetpos.3 fseek.3 ftell.3 fseek.3 rewind.3
31275970ScyMLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
32275970ScyMLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3
33275970ScyMLINKS+=mktemp.3 mkstemp.3
34275970ScyMLINKS+=printf.3 fprintf.3 printf.3 snprintf.3 printf.3 sprintf.3 \
35275970Scy	printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \
36275970Scy	printf.3 vsprintf.3 printf.3 asprintf.3 printf.3 vasprintf
37275970ScyMLINKS+=putc.3 fputc.3 putc.3 putchar.3 putc.3 putw.3
38275970ScyMLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
39275970Scy	scanf.3 vsscanf.3
40275970ScyMLINKS+=setbuf.3 setbuffer.3 setbuf.3 setlinebuf.3 setbuf.3 setvbuf.3
41275970ScyMLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
42275970Scy