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