*** empty log message ***
[glibc.git] / stdio / Makefile
blob53cf73cdb4862f04c5c8da3204f9f940132519d8
1 # Copyright (C) 1991,92,93,94,95,96,2001 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17 # 02111-1307 USA.
20 # Specific makefile for stdio.
22 subdir := stdio
24 headers := stdio.h linewrap.h
26 routines := \
27 feof ferror clearerr fileno \
28 newstream fopen freopen fdopen fopncook fmemopen \
29 setbuf setvbuf setbuffer setlinebuf \
30 fseek ftell rewind fgetpos fsetpos \
31 fread fwrite \
32 ungetc \
33 fgetc getc getchar \
34 fputc putc putchar \
35 fgets gets fputs puts \
36 getdelim \
37 fclose fcloseall fflush \
38 vdprintf vsnprintf vsprintf vasprintf vsscanf vscanf \
39 memstream obstream linewrap \
40 __fbufsize __freading __fwriting __freadable __fwritable __flbf \
41 __fpurge __fpending __fsetlocking \
42 internals sysd-stdio pipestream stdio_init libc_fatal
43 aux := defs glue
46 include ../Rules