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