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