xref: /haiku/src/system/libroot/posix/stdlib/Jamfile (revision a381c8a06378de22ff08adf4282b4e3f7e50d250)
1SubDir HAIKU_TOP src system libroot posix stdlib ;
2
3UsePrivateHeaders libroot ;
4UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
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.c
14	exit.c
15	gcvt.c
16	heapsort.c
17	merge.c
18	mktemp.c
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