Makefile.arch 763 B

1234567891011121314151617181920
  1. # Makefile for uClibc NPTL
  2. #
  3. # Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
  4. #
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. libpthread_linux_arch_SSRC = pthread_once.S \
  8. lowlevellock.S pthread_barrier_wait.S pthread_cond_signal.S pthread_cond_broadcast.S \
  9. sem_post.S sem_timedwait.S lowlevelrobustlock.S \
  10. sem_trywait.S sem_wait.S pthread_rwlock_rdlock.S pthread_rwlock_wrlock.S \
  11. pthread_rwlock_timedrdlock.S pthread_rwlock_timedwrlock.S pthread_rwlock_unlock.S \
  12. pthread_spin_unlock.S cancellation.S
  13. libpthread_linux_arch_CSRC = pthread_spin_init.c
  14. libc_linux_arch_CSRC = fork.c
  15. libc_linux_arch_SSRC = libc-cancellation.S libc-lowlevellock.S
  16. librt_linux_arch_SSRC = librt-cancellation.S
  17. ASFLAGS += -DUSE___THREAD