xref: /haiku/src/system/libroot/posix/stdio/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src system libroot posix stdio ;
2
3KernelMergeObject posix_stdio.o :
4	_fseek.c
5	<$(SOURCE_GRIST)>remove.c
6	<$(SOURCE_GRIST)>rename.c
7# The other files are superseded by the glibc libio/stdio stuff
8# 	<$(SOURCE_GRIST)>fclose.c
9# 	<$(SOURCE_GRIST)>feof.c
10#  	<$(SOURCE_GRIST)>fflush.c
11# 	<$(SOURCE_GRIST)>fgetc.c
12# 	<$(SOURCE_GRIST)>fgetln.c
13# 	<$(SOURCE_GRIST)>fgets.c
14# 	<$(SOURCE_GRIST)>findfp.c
15# 	<$(SOURCE_GRIST)>flags.c
16# 	<$(SOURCE_GRIST)>flockfile.c
17#  	<$(SOURCE_GRIST)>fopen.c
18#  	<$(SOURCE_GRIST)>fprintf.c
19# 	<$(SOURCE_GRIST)>fputc.c
20# 	<$(SOURCE_GRIST)>fputs.c
21# 	<$(SOURCE_GRIST)>fread.c
22# 	<$(SOURCE_GRIST)>fseek.c
23# 	<$(SOURCE_GRIST)>fwrite.c
24#  	<$(SOURCE_GRIST)>fvwrite.c
25# 	<$(SOURCE_GRIST)>fwalk.c
26# 	<$(SOURCE_GRIST)>getc.c
27# 	<$(SOURCE_GRIST)>getchar.c
28# 	<$(SOURCE_GRIST)>gets.c
29# 	<$(SOURCE_GRIST)>getw.c
30#  	<$(SOURCE_GRIST)>makebuf.c
31# 	<$(SOURCE_GRIST)>printf.c
32# 	<$(SOURCE_GRIST)>putc.c
33# 	<$(SOURCE_GRIST)>putchar.c
34# 	<$(SOURCE_GRIST)>puts.c
35# 	<$(SOURCE_GRIST)>putw.c
36# 	<$(SOURCE_GRIST)>refill.c
37# 	<$(SOURCE_GRIST)>rewind.c
38# 	<$(SOURCE_GRIST)>rget.c
39# 	<$(SOURCE_GRIST)>scanf.c
40#  	<$(SOURCE_GRIST)>snprintf.c
41# 	<$(SOURCE_GRIST)>sscanf.c
42#  	<$(SOURCE_GRIST)>sprintf.c
43#  	<$(SOURCE_GRIST)>stdio.c
44# 	<$(SOURCE_GRIST)>ungetc.c
45# 	<$(SOURCE_GRIST)>vfprintf.c
46# 	<$(SOURCE_GRIST)>vfscanf.c
47# 	<$(SOURCE_GRIST)>vscanf.c
48#  	<$(SOURCE_GRIST)>vsnprintf.c
49#  	<$(SOURCE_GRIST)>vsprintf.c
50# 	<$(SOURCE_GRIST)>wbuf.c
51# 	<$(SOURCE_GRIST)>wsetup.c
52 	: -fPIC -DPIC
53 	;
54