xref: /haiku/src/system/libroot/posix/stdlib/Jamfile (revision dfc8a217db488098641462dfc334dcc0f7d62456)
1SubDir HAIKU_TOP src system libroot posix stdlib ;
2
3UsePrivateHeaders drivers libroot runtime_loader shared ;
4UsePrivateHeaders kernel ;	# for <util/*>
5UsePrivateSystemHeaders ;
6
7MergeObject posix_stdlib.o :
8	abs.c
9	atfork.c
10	atof.c
11	atoi.c
12	bsearch.c
13	div.c
14	env.cpp
15	exit.cpp
16	getsubopt.cpp
17	heapsort.c
18	merge.c
19	mktemp.c
20	pty.cpp
21	qsort.c
22	radixsort.c
23	rand.c
24	random.c
25	realpath.cpp
26	strfmon.c
27	strtol.c
28	strtoll.c
29	strtoul.c
30	strtoull.c
31;
32