################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../src/pthreads/attr.c \
../src/pthreads/barrier.c \
../src/pthreads/cancel.c \
../src/pthreads/cleanup.c \
../src/pthreads/condvar.c \
../src/pthreads/create.c \
../src/pthreads/dll.c \
../src/pthreads/errno.c \
../src/pthreads/exit.c \
../src/pthreads/fork.c \
../src/pthreads/global.c \
../src/pthreads/misc.c \
../src/pthreads/mutex.c \
../src/pthreads/nonportable.c \
../src/pthreads/private.c \
../src/pthreads/pthread.c \
../src/pthreads/pthread_attr_destroy.c \
../src/pthreads/pthread_attr_getdetachstate.c \
../src/pthreads/pthread_attr_getinheritsched.c \
../src/pthreads/pthread_attr_getschedparam.c \
../src/pthreads/pthread_attr_getschedpolicy.c \
../src/pthreads/pthread_attr_getscope.c \
../src/pthreads/pthread_attr_getstackaddr.c \
../src/pthreads/pthread_attr_getstacksize.c \
../src/pthreads/pthread_attr_init.c \
../src/pthreads/pthread_attr_setdetachstate.c \
../src/pthreads/pthread_attr_setinheritsched.c \
../src/pthreads/pthread_attr_setschedparam.c \
../src/pthreads/pthread_attr_setschedpolicy.c \
../src/pthreads/pthread_attr_setscope.c \
../src/pthreads/pthread_attr_setstackaddr.c \
../src/pthreads/pthread_attr_setstacksize.c \
../src/pthreads/pthread_barrier_destroy.c \
../src/pthreads/pthread_barrier_init.c \
../src/pthreads/pthread_barrier_wait.c \
../src/pthreads/pthread_barrierattr_destroy.c \
../src/pthreads/pthread_barrierattr_getpshared.c \
../src/pthreads/pthread_barrierattr_init.c \
../src/pthreads/pthread_barrierattr_setpshared.c \
../src/pthreads/pthread_cancel.c \
../src/pthreads/pthread_cond_destroy.c \
../src/pthreads/pthread_cond_init.c \
../src/pthreads/pthread_cond_signal.c \
../src/pthreads/pthread_cond_wait.c \
../src/pthreads/pthread_condattr_destroy.c \
../src/pthreads/pthread_condattr_getpshared.c \
../src/pthreads/pthread_condattr_init.c \
../src/pthreads/pthread_condattr_setpshared.c \
../src/pthreads/pthread_delay_np.c \
../src/pthreads/pthread_detach.c \
../src/pthreads/pthread_equal.c \
../src/pthreads/pthread_exit.c \
../src/pthreads/pthread_getconcurrency.c \
../src/pthreads/pthread_getschedparam.c \
../src/pthreads/pthread_getspecific.c \
../src/pthreads/pthread_getw32threadhandle_np.c \
../src/pthreads/pthread_join.c \
../src/pthreads/pthread_key_create.c \
../src/pthreads/pthread_key_delete.c \
../src/pthreads/pthread_kill.c \
../src/pthreads/pthread_mutex_destroy.c \
../src/pthreads/pthread_mutex_init.c \
../src/pthreads/pthread_mutex_lock.c \
../src/pthreads/pthread_mutex_timedlock.c \
../src/pthreads/pthread_mutex_trylock.c \
../src/pthreads/pthread_mutex_unlock.c \
../src/pthreads/pthread_mutexattr_destroy.c \
../src/pthreads/pthread_mutexattr_getkind_np.c \
../src/pthreads/pthread_mutexattr_getpshared.c \
../src/pthreads/pthread_mutexattr_gettype.c \
../src/pthreads/pthread_mutexattr_init.c \
../src/pthreads/pthread_mutexattr_setkind_np.c \
../src/pthreads/pthread_mutexattr_setpshared.c \
../src/pthreads/pthread_mutexattr_settype.c \
../src/pthreads/pthread_num_processors_np.c \
../src/pthreads/pthread_once.c \
../src/pthreads/pthread_rwlock_destroy.c \
../src/pthreads/pthread_rwlock_init.c \
../src/pthreads/pthread_rwlock_rdlock.c \
../src/pthreads/pthread_rwlock_timedrdlock.c \
../src/pthreads/pthread_rwlock_timedwrlock.c \
../src/pthreads/pthread_rwlock_tryrdlock.c \
../src/pthreads/pthread_rwlock_trywrlock.c \
../src/pthreads/pthread_rwlock_unlock.c \
../src/pthreads/pthread_rwlock_wrlock.c \
../src/pthreads/pthread_rwlockattr_destroy.c \
../src/pthreads/pthread_rwlockattr_getpshared.c \
../src/pthreads/pthread_rwlockattr_init.c \
../src/pthreads/pthread_rwlockattr_setpshared.c \
../src/pthreads/pthread_self.c \
../src/pthreads/pthread_setcancelstate.c \
../src/pthreads/pthread_setcanceltype.c \
../src/pthreads/pthread_setconcurrency.c \
../src/pthreads/pthread_setschedparam.c \
../src/pthreads/pthread_setspecific.c \
../src/pthreads/pthread_spin_destroy.c \
../src/pthreads/pthread_spin_init.c \
../src/pthreads/pthread_spin_lock.c \
../src/pthreads/pthread_spin_trylock.c \
../src/pthreads/pthread_spin_unlock.c \
../src/pthreads/pthread_testcancel.c \
../src/pthreads/pthread_timechange_handler_np.c \
../src/pthreads/pthread_win32_attach_detach_np.c \
../src/pthreads/ptw32_InterlockedCompareExchange.c \
../src/pthreads/ptw32_MCS_lock.c \
../src/pthreads/ptw32_callUserDestroyRoutines.c \
../src/pthreads/ptw32_calloc.c \
../src/pthreads/ptw32_cond_check_need_init.c \
../src/pthreads/ptw32_getprocessors.c \
../src/pthreads/ptw32_is_attr.c \
../src/pthreads/ptw32_mutex_check_need_init.c \
../src/pthreads/ptw32_new.c \
../src/pthreads/ptw32_processInitialize.c \
../src/pthreads/ptw32_processTerminate.c \
../src/pthreads/ptw32_relmillisecs.c \
../src/pthreads/ptw32_reuse.c \
../src/pthreads/ptw32_rwlock_cancelwrwait.c \
../src/pthreads/ptw32_rwlock_check_need_init.c \
../src/pthreads/ptw32_semwait.c \
../src/pthreads/ptw32_spinlock_check_need_init.c \
../src/pthreads/ptw32_threadDestroy.c \
../src/pthreads/ptw32_threadStart.c \
../src/pthreads/ptw32_throw.c \
../src/pthreads/ptw32_timespec.c \
../src/pthreads/ptw32_tkAssocCreate.c \
../src/pthreads/ptw32_tkAssocDestroy.c \
../src/pthreads/rwlock.c \
../src/pthreads/sched.c \
../src/pthreads/sched_get_priority_max.c \
../src/pthreads/sched_get_priority_min.c \
../src/pthreads/sched_getscheduler.c \
../src/pthreads/sched_setscheduler.c \
../src/pthreads/sched_yield.c \
../src/pthreads/sem_close.c \
../src/pthreads/sem_destroy.c \
../src/pthreads/sem_getvalue.c \
../src/pthreads/sem_init.c \
../src/pthreads/sem_open.c \
../src/pthreads/sem_post.c \
../src/pthreads/sem_post_multiple.c \
../src/pthreads/sem_timedwait.c \
../src/pthreads/sem_trywait.c \
../src/pthreads/sem_unlink.c \
../src/pthreads/sem_wait.c \
../src/pthreads/semaphore.c \
../src/pthreads/signal.c \
../src/pthreads/spin.c \
../src/pthreads/sync.c \
../src/pthreads/tsd.c \
../src/pthreads/w32_CancelableWait.c 

C_DEPS += \
./src/pthreads/attr.d \
./src/pthreads/barrier.d \
./src/pthreads/cancel.d \
./src/pthreads/cleanup.d \
./src/pthreads/condvar.d \
./src/pthreads/create.d \
./src/pthreads/dll.d \
./src/pthreads/errno.d \
./src/pthreads/exit.d \
./src/pthreads/fork.d \
./src/pthreads/global.d \
./src/pthreads/misc.d \
./src/pthreads/mutex.d \
./src/pthreads/nonportable.d \
./src/pthreads/private.d \
./src/pthreads/pthread.d \
./src/pthreads/pthread_attr_destroy.d \
./src/pthreads/pthread_attr_getdetachstate.d \
./src/pthreads/pthread_attr_getinheritsched.d \
./src/pthreads/pthread_attr_getschedparam.d \
./src/pthreads/pthread_attr_getschedpolicy.d \
./src/pthreads/pthread_attr_getscope.d \
./src/pthreads/pthread_attr_getstackaddr.d \
./src/pthreads/pthread_attr_getstacksize.d \
./src/pthreads/pthread_attr_init.d \
./src/pthreads/pthread_attr_setdetachstate.d \
./src/pthreads/pthread_attr_setinheritsched.d \
./src/pthreads/pthread_attr_setschedparam.d \
./src/pthreads/pthread_attr_setschedpolicy.d \
./src/pthreads/pthread_attr_setscope.d \
./src/pthreads/pthread_attr_setstackaddr.d \
./src/pthreads/pthread_attr_setstacksize.d \
./src/pthreads/pthread_barrier_destroy.d \
./src/pthreads/pthread_barrier_init.d \
./src/pthreads/pthread_barrier_wait.d \
./src/pthreads/pthread_barrierattr_destroy.d \
./src/pthreads/pthread_barrierattr_getpshared.d \
./src/pthreads/pthread_barrierattr_init.d \
./src/pthreads/pthread_barrierattr_setpshared.d \
./src/pthreads/pthread_cancel.d \
./src/pthreads/pthread_cond_destroy.d \
./src/pthreads/pthread_cond_init.d \
./src/pthreads/pthread_cond_signal.d \
./src/pthreads/pthread_cond_wait.d \
./src/pthreads/pthread_condattr_destroy.d \
./src/pthreads/pthread_condattr_getpshared.d \
./src/pthreads/pthread_condattr_init.d \
./src/pthreads/pthread_condattr_setpshared.d \
./src/pthreads/pthread_delay_np.d \
./src/pthreads/pthread_detach.d \
./src/pthreads/pthread_equal.d \
./src/pthreads/pthread_exit.d \
./src/pthreads/pthread_getconcurrency.d \
./src/pthreads/pthread_getschedparam.d \
./src/pthreads/pthread_getspecific.d \
./src/pthreads/pthread_getw32threadhandle_np.d \
./src/pthreads/pthread_join.d \
./src/pthreads/pthread_key_create.d \
./src/pthreads/pthread_key_delete.d \
./src/pthreads/pthread_kill.d \
./src/pthreads/pthread_mutex_destroy.d \
./src/pthreads/pthread_mutex_init.d \
./src/pthreads/pthread_mutex_lock.d \
./src/pthreads/pthread_mutex_timedlock.d \
./src/pthreads/pthread_mutex_trylock.d \
./src/pthreads/pthread_mutex_unlock.d \
./src/pthreads/pthread_mutexattr_destroy.d \
./src/pthreads/pthread_mutexattr_getkind_np.d \
./src/pthreads/pthread_mutexattr_getpshared.d \
./src/pthreads/pthread_mutexattr_gettype.d \
./src/pthreads/pthread_mutexattr_init.d \
./src/pthreads/pthread_mutexattr_setkind_np.d \
./src/pthreads/pthread_mutexattr_setpshared.d \
./src/pthreads/pthread_mutexattr_settype.d \
./src/pthreads/pthread_num_processors_np.d \
./src/pthreads/pthread_once.d \
./src/pthreads/pthread_rwlock_destroy.d \
./src/pthreads/pthread_rwlock_init.d \
./src/pthreads/pthread_rwlock_rdlock.d \
./src/pthreads/pthread_rwlock_timedrdlock.d \
./src/pthreads/pthread_rwlock_timedwrlock.d \
./src/pthreads/pthread_rwlock_tryrdlock.d \
./src/pthreads/pthread_rwlock_trywrlock.d \
./src/pthreads/pthread_rwlock_unlock.d \
./src/pthreads/pthread_rwlock_wrlock.d \
./src/pthreads/pthread_rwlockattr_destroy.d \
./src/pthreads/pthread_rwlockattr_getpshared.d \
./src/pthreads/pthread_rwlockattr_init.d \
./src/pthreads/pthread_rwlockattr_setpshared.d \
./src/pthreads/pthread_self.d \
./src/pthreads/pthread_setcancelstate.d \
./src/pthreads/pthread_setcanceltype.d \
./src/pthreads/pthread_setconcurrency.d \
./src/pthreads/pthread_setschedparam.d \
./src/pthreads/pthread_setspecific.d \
./src/pthreads/pthread_spin_destroy.d \
./src/pthreads/pthread_spin_init.d \
./src/pthreads/pthread_spin_lock.d \
./src/pthreads/pthread_spin_trylock.d \
./src/pthreads/pthread_spin_unlock.d \
./src/pthreads/pthread_testcancel.d \
./src/pthreads/pthread_timechange_handler_np.d \
./src/pthreads/pthread_win32_attach_detach_np.d \
./src/pthreads/ptw32_InterlockedCompareExchange.d \
./src/pthreads/ptw32_MCS_lock.d \
./src/pthreads/ptw32_callUserDestroyRoutines.d \
./src/pthreads/ptw32_calloc.d \
./src/pthreads/ptw32_cond_check_need_init.d \
./src/pthreads/ptw32_getprocessors.d \
./src/pthreads/ptw32_is_attr.d \
./src/pthreads/ptw32_mutex_check_need_init.d \
./src/pthreads/ptw32_new.d \
./src/pthreads/ptw32_processInitialize.d \
./src/pthreads/ptw32_processTerminate.d \
./src/pthreads/ptw32_relmillisecs.d \
./src/pthreads/ptw32_reuse.d \
./src/pthreads/ptw32_rwlock_cancelwrwait.d \
./src/pthreads/ptw32_rwlock_check_need_init.d \
./src/pthreads/ptw32_semwait.d \
./src/pthreads/ptw32_spinlock_check_need_init.d \
./src/pthreads/ptw32_threadDestroy.d \
./src/pthreads/ptw32_threadStart.d \
./src/pthreads/ptw32_throw.d \
./src/pthreads/ptw32_timespec.d \
./src/pthreads/ptw32_tkAssocCreate.d \
./src/pthreads/ptw32_tkAssocDestroy.d \
./src/pthreads/rwlock.d \
./src/pthreads/sched.d \
./src/pthreads/sched_get_priority_max.d \
./src/pthreads/sched_get_priority_min.d \
./src/pthreads/sched_getscheduler.d \
./src/pthreads/sched_setscheduler.d \
./src/pthreads/sched_yield.d \
./src/pthreads/sem_close.d \
./src/pthreads/sem_destroy.d \
./src/pthreads/sem_getvalue.d \
./src/pthreads/sem_init.d \
./src/pthreads/sem_open.d \
./src/pthreads/sem_post.d \
./src/pthreads/sem_post_multiple.d \
./src/pthreads/sem_timedwait.d \
./src/pthreads/sem_trywait.d \
./src/pthreads/sem_unlink.d \
./src/pthreads/sem_wait.d \
./src/pthreads/semaphore.d \
./src/pthreads/signal.d \
./src/pthreads/spin.d \
./src/pthreads/sync.d \
./src/pthreads/tsd.d \
./src/pthreads/w32_CancelableWait.d 

OBJS += \
./src/pthreads/attr.o \
./src/pthreads/barrier.o \
./src/pthreads/cancel.o \
./src/pthreads/cleanup.o \
./src/pthreads/condvar.o \
./src/pthreads/create.o \
./src/pthreads/dll.o \
./src/pthreads/errno.o \
./src/pthreads/exit.o \
./src/pthreads/fork.o \
./src/pthreads/global.o \
./src/pthreads/misc.o \
./src/pthreads/mutex.o \
./src/pthreads/nonportable.o \
./src/pthreads/private.o \
./src/pthreads/pthread.o \
./src/pthreads/pthread_attr_destroy.o \
./src/pthreads/pthread_attr_getdetachstate.o \
./src/pthreads/pthread_attr_getinheritsched.o \
./src/pthreads/pthread_attr_getschedparam.o \
./src/pthreads/pthread_attr_getschedpolicy.o \
./src/pthreads/pthread_attr_getscope.o \
./src/pthreads/pthread_attr_getstackaddr.o \
./src/pthreads/pthread_attr_getstacksize.o \
./src/pthreads/pthread_attr_init.o \
./src/pthreads/pthread_attr_setdetachstate.o \
./src/pthreads/pthread_attr_setinheritsched.o \
./src/pthreads/pthread_attr_setschedparam.o \
./src/pthreads/pthread_attr_setschedpolicy.o \
./src/pthreads/pthread_attr_setscope.o \
./src/pthreads/pthread_attr_setstackaddr.o \
./src/pthreads/pthread_attr_setstacksize.o \
./src/pthreads/pthread_barrier_destroy.o \
./src/pthreads/pthread_barrier_init.o \
./src/pthreads/pthread_barrier_wait.o \
./src/pthreads/pthread_barrierattr_destroy.o \
./src/pthreads/pthread_barrierattr_getpshared.o \
./src/pthreads/pthread_barrierattr_init.o \
./src/pthreads/pthread_barrierattr_setpshared.o \
./src/pthreads/pthread_cancel.o \
./src/pthreads/pthread_cond_destroy.o \
./src/pthreads/pthread_cond_init.o \
./src/pthreads/pthread_cond_signal.o \
./src/pthreads/pthread_cond_wait.o \
./src/pthreads/pthread_condattr_destroy.o \
./src/pthreads/pthread_condattr_getpshared.o \
./src/pthreads/pthread_condattr_init.o \
./src/pthreads/pthread_condattr_setpshared.o \
./src/pthreads/pthread_delay_np.o \
./src/pthreads/pthread_detach.o \
./src/pthreads/pthread_equal.o \
./src/pthreads/pthread_exit.o \
./src/pthreads/pthread_getconcurrency.o \
./src/pthreads/pthread_getschedparam.o \
./src/pthreads/pthread_getspecific.o \
./src/pthreads/pthread_getw32threadhandle_np.o \
./src/pthreads/pthread_join.o \
./src/pthreads/pthread_key_create.o \
./src/pthreads/pthread_key_delete.o \
./src/pthreads/pthread_kill.o \
./src/pthreads/pthread_mutex_destroy.o \
./src/pthreads/pthread_mutex_init.o \
./src/pthreads/pthread_mutex_lock.o \
./src/pthreads/pthread_mutex_timedlock.o \
./src/pthreads/pthread_mutex_trylock.o \
./src/pthreads/pthread_mutex_unlock.o \
./src/pthreads/pthread_mutexattr_destroy.o \
./src/pthreads/pthread_mutexattr_getkind_np.o \
./src/pthreads/pthread_mutexattr_getpshared.o \
./src/pthreads/pthread_mutexattr_gettype.o \
./src/pthreads/pthread_mutexattr_init.o \
./src/pthreads/pthread_mutexattr_setkind_np.o \
./src/pthreads/pthread_mutexattr_setpshared.o \
./src/pthreads/pthread_mutexattr_settype.o \
./src/pthreads/pthread_num_processors_np.o \
./src/pthreads/pthread_once.o \
./src/pthreads/pthread_rwlock_destroy.o \
./src/pthreads/pthread_rwlock_init.o \
./src/pthreads/pthread_rwlock_rdlock.o \
./src/pthreads/pthread_rwlock_timedrdlock.o \
./src/pthreads/pthread_rwlock_timedwrlock.o \
./src/pthreads/pthread_rwlock_tryrdlock.o \
./src/pthreads/pthread_rwlock_trywrlock.o \
./src/pthreads/pthread_rwlock_unlock.o \
./src/pthreads/pthread_rwlock_wrlock.o \
./src/pthreads/pthread_rwlockattr_destroy.o \
./src/pthreads/pthread_rwlockattr_getpshared.o \
./src/pthreads/pthread_rwlockattr_init.o \
./src/pthreads/pthread_rwlockattr_setpshared.o \
./src/pthreads/pthread_self.o \
./src/pthreads/pthread_setcancelstate.o \
./src/pthreads/pthread_setcanceltype.o \
./src/pthreads/pthread_setconcurrency.o \
./src/pthreads/pthread_setschedparam.o \
./src/pthreads/pthread_setspecific.o \
./src/pthreads/pthread_spin_destroy.o \
./src/pthreads/pthread_spin_init.o \
./src/pthreads/pthread_spin_lock.o \
./src/pthreads/pthread_spin_trylock.o \
./src/pthreads/pthread_spin_unlock.o \
./src/pthreads/pthread_testcancel.o \
./src/pthreads/pthread_timechange_handler_np.o \
./src/pthreads/pthread_win32_attach_detach_np.o \
./src/pthreads/ptw32_InterlockedCompareExchange.o \
./src/pthreads/ptw32_MCS_lock.o \
./src/pthreads/ptw32_callUserDestroyRoutines.o \
./src/pthreads/ptw32_calloc.o \
./src/pthreads/ptw32_cond_check_need_init.o \
./src/pthreads/ptw32_getprocessors.o \
./src/pthreads/ptw32_is_attr.o \
./src/pthreads/ptw32_mutex_check_need_init.o \
./src/pthreads/ptw32_new.o \
./src/pthreads/ptw32_processInitialize.o \
./src/pthreads/ptw32_processTerminate.o \
./src/pthreads/ptw32_relmillisecs.o \
./src/pthreads/ptw32_reuse.o \
./src/pthreads/ptw32_rwlock_cancelwrwait.o \
./src/pthreads/ptw32_rwlock_check_need_init.o \
./src/pthreads/ptw32_semwait.o \
./src/pthreads/ptw32_spinlock_check_need_init.o \
./src/pthreads/ptw32_threadDestroy.o \
./src/pthreads/ptw32_threadStart.o \
./src/pthreads/ptw32_throw.o \
./src/pthreads/ptw32_timespec.o \
./src/pthreads/ptw32_tkAssocCreate.o \
./src/pthreads/ptw32_tkAssocDestroy.o \
./src/pthreads/rwlock.o \
./src/pthreads/sched.o \
./src/pthreads/sched_get_priority_max.o \
./src/pthreads/sched_get_priority_min.o \
./src/pthreads/sched_getscheduler.o \
./src/pthreads/sched_setscheduler.o \
./src/pthreads/sched_yield.o \
./src/pthreads/sem_close.o \
./src/pthreads/sem_destroy.o \
./src/pthreads/sem_getvalue.o \
./src/pthreads/sem_init.o \
./src/pthreads/sem_open.o \
./src/pthreads/sem_post.o \
./src/pthreads/sem_post_multiple.o \
./src/pthreads/sem_timedwait.o \
./src/pthreads/sem_trywait.o \
./src/pthreads/sem_unlink.o \
./src/pthreads/sem_wait.o \
./src/pthreads/semaphore.o \
./src/pthreads/signal.o \
./src/pthreads/spin.o \
./src/pthreads/sync.o \
./src/pthreads/tsd.o \
./src/pthreads/w32_CancelableWait.o 


# Each subdirectory must supply rules for building sources it contributes
src/pthreads/%.o: ../src/pthreads/%.c src/pthreads/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: Cross GCC Compiler'
	gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


clean: clean-src-2f-pthreads

clean-src-2f-pthreads:
	-$(RM) ./src/pthreads/attr.d ./src/pthreads/attr.o ./src/pthreads/barrier.d ./src/pthreads/barrier.o ./src/pthreads/cancel.d ./src/pthreads/cancel.o ./src/pthreads/cleanup.d ./src/pthreads/cleanup.o ./src/pthreads/condvar.d ./src/pthreads/condvar.o ./src/pthreads/create.d ./src/pthreads/create.o ./src/pthreads/dll.d ./src/pthreads/dll.o ./src/pthreads/errno.d ./src/pthreads/errno.o ./src/pthreads/exit.d ./src/pthreads/exit.o ./src/pthreads/fork.d ./src/pthreads/fork.o ./src/pthreads/global.d ./src/pthreads/global.o ./src/pthreads/misc.d ./src/pthreads/misc.o ./src/pthreads/mutex.d ./src/pthreads/mutex.o ./src/pthreads/nonportable.d ./src/pthreads/nonportable.o ./src/pthreads/private.d ./src/pthreads/private.o ./src/pthreads/pthread.d ./src/pthreads/pthread.o ./src/pthreads/pthread_attr_destroy.d ./src/pthreads/pthread_attr_destroy.o ./src/pthreads/pthread_attr_getdetachstate.d ./src/pthreads/pthread_attr_getdetachstate.o ./src/pthreads/pthread_attr_getinheritsched.d ./src/pthreads/pthread_attr_getinheritsched.o ./src/pthreads/pthread_attr_getschedparam.d ./src/pthreads/pthread_attr_getschedparam.o ./src/pthreads/pthread_attr_getschedpolicy.d ./src/pthreads/pthread_attr_getschedpolicy.o ./src/pthreads/pthread_attr_getscope.d ./src/pthreads/pthread_attr_getscope.o ./src/pthreads/pthread_attr_getstackaddr.d ./src/pthreads/pthread_attr_getstackaddr.o ./src/pthreads/pthread_attr_getstacksize.d ./src/pthreads/pthread_attr_getstacksize.o ./src/pthreads/pthread_attr_init.d ./src/pthreads/pthread_attr_init.o ./src/pthreads/pthread_attr_setdetachstate.d ./src/pthreads/pthread_attr_setdetachstate.o ./src/pthreads/pthread_attr_setinheritsched.d ./src/pthreads/pthread_attr_setinheritsched.o ./src/pthreads/pthread_attr_setschedparam.d ./src/pthreads/pthread_attr_setschedparam.o ./src/pthreads/pthread_attr_setschedpolicy.d ./src/pthreads/pthread_attr_setschedpolicy.o ./src/pthreads/pthread_attr_setscope.d ./src/pthreads/pthread_attr_setscope.o ./src/pthreads/pthread_attr_setstackaddr.d ./src/pthreads/pthread_attr_setstackaddr.o ./src/pthreads/pthread_attr_setstacksize.d ./src/pthreads/pthread_attr_setstacksize.o ./src/pthreads/pthread_barrier_destroy.d ./src/pthreads/pthread_barrier_destroy.o ./src/pthreads/pthread_barrier_init.d ./src/pthreads/pthread_barrier_init.o ./src/pthreads/pthread_barrier_wait.d ./src/pthreads/pthread_barrier_wait.o ./src/pthreads/pthread_barrierattr_destroy.d ./src/pthreads/pthread_barrierattr_destroy.o ./src/pthreads/pthread_barrierattr_getpshared.d ./src/pthreads/pthread_barrierattr_getpshared.o ./src/pthreads/pthread_barrierattr_init.d ./src/pthreads/pthread_barrierattr_init.o ./src/pthreads/pthread_barrierattr_setpshared.d ./src/pthreads/pthread_barrierattr_setpshared.o ./src/pthreads/pthread_cancel.d ./src/pthreads/pthread_cancel.o ./src/pthreads/pthread_cond_destroy.d ./src/pthreads/pthread_cond_destroy.o ./src/pthreads/pthread_cond_init.d ./src/pthreads/pthread_cond_init.o ./src/pthreads/pthread_cond_signal.d ./src/pthreads/pthread_cond_signal.o ./src/pthreads/pthread_cond_wait.d ./src/pthreads/pthread_cond_wait.o ./src/pthreads/pthread_condattr_destroy.d ./src/pthreads/pthread_condattr_destroy.o ./src/pthreads/pthread_condattr_getpshared.d ./src/pthreads/pthread_condattr_getpshared.o ./src/pthreads/pthread_condattr_init.d ./src/pthreads/pthread_condattr_init.o ./src/pthreads/pthread_condattr_setpshared.d ./src/pthreads/pthread_condattr_setpshared.o ./src/pthreads/pthread_delay_np.d ./src/pthreads/pthread_delay_np.o ./src/pthreads/pthread_detach.d ./src/pthreads/pthread_detach.o ./src/pthreads/pthread_equal.d ./src/pthreads/pthread_equal.o ./src/pthreads/pthread_exit.d ./src/pthreads/pthread_exit.o ./src/pthreads/pthread_getconcurrency.d ./src/pthreads/pthread_getconcurrency.o ./src/pthreads/pthread_getschedparam.d ./src/pthreads/pthread_getschedparam.o ./src/pthreads/pthread_getspecific.d ./src/pthreads/pthread_getspecific.o ./src/pthreads/pthread_getw32threadhandle_np.d ./src/pthreads/pthread_getw32threadhandle_np.o ./src/pthreads/pthread_join.d ./src/pthreads/pthread_join.o ./src/pthreads/pthread_key_create.d ./src/pthreads/pthread_key_create.o ./src/pthreads/pthread_key_delete.d ./src/pthreads/pthread_key_delete.o ./src/pthreads/pthread_kill.d ./src/pthreads/pthread_kill.o ./src/pthreads/pthread_mutex_destroy.d ./src/pthreads/pthread_mutex_destroy.o ./src/pthreads/pthread_mutex_init.d ./src/pthreads/pthread_mutex_init.o ./src/pthreads/pthread_mutex_lock.d ./src/pthreads/pthread_mutex_lock.o ./src/pthreads/pthread_mutex_timedlock.d ./src/pthreads/pthread_mutex_timedlock.o ./src/pthreads/pthread_mutex_trylock.d ./src/pthreads/pthread_mutex_trylock.o ./src/pthreads/pthread_mutex_unlock.d ./src/pthreads/pthread_mutex_unlock.o ./src/pthreads/pthread_mutexattr_destroy.d ./src/pthreads/pthread_mutexattr_destroy.o ./src/pthreads/pthread_mutexattr_getkind_np.d ./src/pthreads/pthread_mutexattr_getkind_np.o ./src/pthreads/pthread_mutexattr_getpshared.d ./src/pthreads/pthread_mutexattr_getpshared.o ./src/pthreads/pthread_mutexattr_gettype.d ./src/pthreads/pthread_mutexattr_gettype.o ./src/pthreads/pthread_mutexattr_init.d ./src/pthreads/pthread_mutexattr_init.o ./src/pthreads/pthread_mutexattr_setkind_np.d ./src/pthreads/pthread_mutexattr_setkind_np.o ./src/pthreads/pthread_mutexattr_setpshared.d ./src/pthreads/pthread_mutexattr_setpshared.o ./src/pthreads/pthread_mutexattr_settype.d ./src/pthreads/pthread_mutexattr_settype.o ./src/pthreads/pthread_num_processors_np.d ./src/pthreads/pthread_num_processors_np.o ./src/pthreads/pthread_once.d ./src/pthreads/pthread_once.o ./src/pthreads/pthread_rwlock_destroy.d ./src/pthreads/pthread_rwlock_destroy.o ./src/pthreads/pthread_rwlock_init.d ./src/pthreads/pthread_rwlock_init.o ./src/pthreads/pthread_rwlock_rdlock.d ./src/pthreads/pthread_rwlock_rdlock.o ./src/pthreads/pthread_rwlock_timedrdlock.d ./src/pthreads/pthread_rwlock_timedrdlock.o ./src/pthreads/pthread_rwlock_timedwrlock.d ./src/pthreads/pthread_rwlock_timedwrlock.o
	-$(RM) ./src/pthreads/pthread_rwlock_tryrdlock.d ./src/pthreads/pthread_rwlock_tryrdlock.o ./src/pthreads/pthread_rwlock_trywrlock.d ./src/pthreads/pthread_rwlock_trywrlock.o ./src/pthreads/pthread_rwlock_unlock.d ./src/pthreads/pthread_rwlock_unlock.o ./src/pthreads/pthread_rwlock_wrlock.d ./src/pthreads/pthread_rwlock_wrlock.o ./src/pthreads/pthread_rwlockattr_destroy.d ./src/pthreads/pthread_rwlockattr_destroy.o ./src/pthreads/pthread_rwlockattr_getpshared.d ./src/pthreads/pthread_rwlockattr_getpshared.o ./src/pthreads/pthread_rwlockattr_init.d ./src/pthreads/pthread_rwlockattr_init.o ./src/pthreads/pthread_rwlockattr_setpshared.d ./src/pthreads/pthread_rwlockattr_setpshared.o ./src/pthreads/pthread_self.d ./src/pthreads/pthread_self.o ./src/pthreads/pthread_setcancelstate.d ./src/pthreads/pthread_setcancelstate.o ./src/pthreads/pthread_setcanceltype.d ./src/pthreads/pthread_setcanceltype.o ./src/pthreads/pthread_setconcurrency.d ./src/pthreads/pthread_setconcurrency.o ./src/pthreads/pthread_setschedparam.d ./src/pthreads/pthread_setschedparam.o ./src/pthreads/pthread_setspecific.d ./src/pthreads/pthread_setspecific.o ./src/pthreads/pthread_spin_destroy.d ./src/pthreads/pthread_spin_destroy.o ./src/pthreads/pthread_spin_init.d ./src/pthreads/pthread_spin_init.o ./src/pthreads/pthread_spin_lock.d ./src/pthreads/pthread_spin_lock.o ./src/pthreads/pthread_spin_trylock.d ./src/pthreads/pthread_spin_trylock.o ./src/pthreads/pthread_spin_unlock.d ./src/pthreads/pthread_spin_unlock.o ./src/pthreads/pthread_testcancel.d ./src/pthreads/pthread_testcancel.o ./src/pthreads/pthread_timechange_handler_np.d ./src/pthreads/pthread_timechange_handler_np.o ./src/pthreads/pthread_win32_attach_detach_np.d ./src/pthreads/pthread_win32_attach_detach_np.o ./src/pthreads/ptw32_InterlockedCompareExchange.d ./src/pthreads/ptw32_InterlockedCompareExchange.o ./src/pthreads/ptw32_MCS_lock.d ./src/pthreads/ptw32_MCS_lock.o ./src/pthreads/ptw32_callUserDestroyRoutines.d ./src/pthreads/ptw32_callUserDestroyRoutines.o ./src/pthreads/ptw32_calloc.d ./src/pthreads/ptw32_calloc.o ./src/pthreads/ptw32_cond_check_need_init.d ./src/pthreads/ptw32_cond_check_need_init.o ./src/pthreads/ptw32_getprocessors.d ./src/pthreads/ptw32_getprocessors.o ./src/pthreads/ptw32_is_attr.d ./src/pthreads/ptw32_is_attr.o ./src/pthreads/ptw32_mutex_check_need_init.d ./src/pthreads/ptw32_mutex_check_need_init.o ./src/pthreads/ptw32_new.d ./src/pthreads/ptw32_new.o ./src/pthreads/ptw32_processInitialize.d ./src/pthreads/ptw32_processInitialize.o ./src/pthreads/ptw32_processTerminate.d ./src/pthreads/ptw32_processTerminate.o ./src/pthreads/ptw32_relmillisecs.d ./src/pthreads/ptw32_relmillisecs.o ./src/pthreads/ptw32_reuse.d ./src/pthreads/ptw32_reuse.o ./src/pthreads/ptw32_rwlock_cancelwrwait.d ./src/pthreads/ptw32_rwlock_cancelwrwait.o ./src/pthreads/ptw32_rwlock_check_need_init.d ./src/pthreads/ptw32_rwlock_check_need_init.o ./src/pthreads/ptw32_semwait.d ./src/pthreads/ptw32_semwait.o ./src/pthreads/ptw32_spinlock_check_need_init.d ./src/pthreads/ptw32_spinlock_check_need_init.o ./src/pthreads/ptw32_threadDestroy.d ./src/pthreads/ptw32_threadDestroy.o ./src/pthreads/ptw32_threadStart.d ./src/pthreads/ptw32_threadStart.o ./src/pthreads/ptw32_throw.d ./src/pthreads/ptw32_throw.o ./src/pthreads/ptw32_timespec.d ./src/pthreads/ptw32_timespec.o ./src/pthreads/ptw32_tkAssocCreate.d ./src/pthreads/ptw32_tkAssocCreate.o ./src/pthreads/ptw32_tkAssocDestroy.d ./src/pthreads/ptw32_tkAssocDestroy.o ./src/pthreads/rwlock.d ./src/pthreads/rwlock.o ./src/pthreads/sched.d ./src/pthreads/sched.o ./src/pthreads/sched_get_priority_max.d ./src/pthreads/sched_get_priority_max.o ./src/pthreads/sched_get_priority_min.d ./src/pthreads/sched_get_priority_min.o ./src/pthreads/sched_getscheduler.d ./src/pthreads/sched_getscheduler.o ./src/pthreads/sched_setscheduler.d ./src/pthreads/sched_setscheduler.o ./src/pthreads/sched_yield.d ./src/pthreads/sched_yield.o ./src/pthreads/sem_close.d ./src/pthreads/sem_close.o ./src/pthreads/sem_destroy.d ./src/pthreads/sem_destroy.o ./src/pthreads/sem_getvalue.d ./src/pthreads/sem_getvalue.o ./src/pthreads/sem_init.d ./src/pthreads/sem_init.o ./src/pthreads/sem_open.d ./src/pthreads/sem_open.o ./src/pthreads/sem_post.d ./src/pthreads/sem_post.o ./src/pthreads/sem_post_multiple.d ./src/pthreads/sem_post_multiple.o ./src/pthreads/sem_timedwait.d ./src/pthreads/sem_timedwait.o ./src/pthreads/sem_trywait.d ./src/pthreads/sem_trywait.o ./src/pthreads/sem_unlink.d ./src/pthreads/sem_unlink.o ./src/pthreads/sem_wait.d ./src/pthreads/sem_wait.o ./src/pthreads/semaphore.d ./src/pthreads/semaphore.o ./src/pthreads/signal.d ./src/pthreads/signal.o ./src/pthreads/spin.d ./src/pthreads/spin.o ./src/pthreads/sync.d ./src/pthreads/sync.o ./src/pthreads/tsd.d ./src/pthreads/tsd.o ./src/pthreads/w32_CancelableWait.d ./src/pthreads/w32_CancelableWait.o

.PHONY: clean-src-2f-pthreads

