1SubDir HAIKU_TOP src system libroot posix pthread ; 2 3UsePrivateHeaders libroot ; 4 5MergeObject posix_pthread.o : 6 pthread.c 7 pthread_atfork.c 8 pthread_attr.c 9 pthread_cancel.cpp 10 pthread_cleanup.cpp 11 pthread_cond.c 12 pthread_condattr.c 13 pthread_key.cpp 14 pthread_mutex.c 15 pthread_mutexattr.c 16 pthread_once.c 17; 18 19