]> git.saurik.com Git - apple/libc.git/blob - x86_64/pthreads/Makefile.inc
Libc-763.12.tar.gz
[apple/libc.git] / x86_64 / pthreads / Makefile.inc
1 # searching i386 directory as a fallback to avoid unnecessary code duplication
2 .PATH: ${.CURDIR}/x86_64/pthreads ${.CURDIR}/i386/pthreads
3
4 MDSRCS += \
5 init_cpu_capabilities.c \
6 get_cpu_capabilities.s \
7 pthread_mutex_lock.s \
8 pthread_set_self.s \
9 pthread_self.s \
10 pthread_getspecific.s \
11 start_wqthread.s \
12 thread_start.s \
13 preempt.s
14
15 DYLDSRCS += \
16 pthread_set_self.s \
17 pthread_self.s \
18 pthread_getspecific.s \
19 preempt.s