]> git.saurik.com Git - apple/libc.git/blame - x86_64/pthreads/Makefile.inc
Libc-498.tar.gz
[apple/libc.git] / x86_64 / pthreads / Makefile.inc
CommitLineData
8e029c65
A
1# searching i386 directory as a fallback to avoid unnecessary code duplication
2.PATH: ${.CURDIR}/x86_64/pthreads ${.CURDIR}/i386/pthreads
3
4MDSRCS += \
5 init_cpu_capabilities.c \
6 get_cpu_capabilities.s \
7 pthread_set_self.s \
8 pthread_self.s \
224c7076
A
9 pthread_getspecific.s \
10 start_wqthread.s \
11 thread_start.s
12