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