1SubDir HAIKU_TOP src system libroot posix sys ; 2 3UsePrivateHeaders libroot shared ; 4 5local architectureObject ; 6for architectureObject in [ MultiArchSubDirSetup ] { 7 on $(architectureObject) { 8 local architecture = $(TARGET_PACKAGING_ARCH) ; 9 10 UsePrivateSystemHeaders ; 11 12 MergeObject <$(architecture)>posix_sys.o : 13 chmod.c 14 flock.c 15 ftime.c 16 ftok.c 17 getrusage.c 18 gettimeofday.c 19 itimer.cpp 20 mkdir.c 21 mkfifo.c 22 mman.cpp 23 rlimit.c 24 select.c 25 stat.c 26 statvfs.c 27 times.cpp 28 uio.c 29 umask.c 30 uname.c 31 utimes.c 32 wait.cpp 33 xsi_msg_queue.cpp 34 xsi_sem.cpp 35 ; 36 } 37} 38