Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / system / libroot / posix / stdlib / Jamfile
blob0f49b64a2a6ac24928980948a9aa8e9a7313d9f6
1 SubDir HAIKU_TOP src system libroot posix stdlib ;
3 UsePrivateHeaders drivers libroot runtime_loader shared ;
4 UsePrivateHeaders kernel ;      # for <util/*>
6 local architectureObject ;
7 for architectureObject in [ MultiArchSubDirSetup ] {
8         on $(architectureObject) {
9                 local architecture = $(TARGET_PACKAGING_ARCH) ;
11                 UsePrivateSystemHeaders ;
13                 MergeObject <$(architecture)>posix_stdlib.o :
14                         abs.c
15                         atfork.c
16                         atof.c
17                         atoi.c
18                         bsearch.c
19                         div.c
20                         env.cpp
21                         exit.cpp
22                         getsubopt.cpp
23                         heapsort.c
24                         merge.c
25                         mktemp.c
26                         pty.cpp
27                         qsort.c
28                         radixsort.c
29                         rand.c
30                         random.c
31                         realpath.cpp
32                         strfmon.c
33                         strtol.c
34                         strtoll.c
35                         strtoul.c
36                         strtoull.c
37                         ;
38         }