1SubDir HAIKU_TOP src libs posix_error_mapper ; 2 3local architectureObject ; 4for architectureObject in [ MultiArchSubDirSetup ] { 5 on $(architectureObject) { 6 StaticLibrary [ MultiArchDefaultGristFiles libposix_error_mapper.a ] : 7 misc.cpp 8 pthread_attr.cpp 9 pthread_condattr.cpp 10 pthread_cond.cpp 11 pthread_misc.cpp 12 pthread_mutexattr.cpp 13 pthread_mutex.cpp 14 pthread_rwlockattr.cpp 15 pthread_rwlock.cpp 16 pthread_specific.cpp 17 pthread_spinlock.cpp 18 pthread_thread.cpp 19 signal.cpp 20 time.cpp 21 ; 22 } 23} 24