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