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 heapsort.c 16 merge.c 17 mktemp.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; 29