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 mknod.c 23 mman.cpp 24 rlimit.c 25 select.c 26 stat.c 27 statvfs.c 28 times.cpp 29 uio.c 30 umask.c 31 uname.c 32 utimes.c 33 wait.cpp 34 xsi_msg_queue.cpp 35 xsi_sem.cpp 36 ; 37 } 38} 39