forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.in
More file actions
60 lines (56 loc) · 717 Bytes
/
Copy pathMakefile.in
File metadata and controls
60 lines (56 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Makefile for lib/stdio.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libc
libc_FILES=" \
clearerr.c \
data.c \
doprnt.c \
doscan.c \
ecvt.c \
fclose.c \
feof.c \
ferror.c \
fflush.c \
fgetc.c \
fgetpos.c \
fgets.c \
fileno.c \
fillbuf.c \
flushbuf.c \
fopen.c \
fprintf.c \
fputc.c \
fputs.c \
fread.c \
freopen.c \
fscanf.c \
fseek.c \
fsetpos.c \
ftell.c \
fwrite.c \
getc.c \
getchar.c \
gets.c \
icompute.c \
mktemp.c \
perror.c \
printf.c \
putc.c \
putchar.c \
puts.c \
remove.c \
rewind.c \
scanf.c \
setbuf.c \
setvbuf.c \
sprintf.c \
sscanf.c \
tmpfile.c \
tmpnam.c \
ungetc.c \
vfprintf.c \
vprintf.c \
vscanf.c \
vsprintf.c \
vsscanf.c"
TYPE=both