]> git.saurik.com Git - apple/libc.git/blob - x86_64/sys/Makefile.inc
Libc-763.12.tar.gz
[apple/libc.git] / x86_64 / sys / Makefile.inc
1 .PATH: ${.CURDIR}/x86_64/sys ${.CURDIR}/i386/sys
2
3 AINC+= -I${.CURDIR}/x86_64/sys
4
5 MDSRCS+= OSAtomic.s \
6 atomic.c \
7 spinlocks.c \
8 spinlocks_asm.s \
9 i386_gettimeofday_asm.s \
10 _setjmp.s \
11 setjmp.s \
12 _sigtramp.s \
13 nanotime.s
14
15 DYLDSRCS += \
16 OSAtomic.s \
17 i386_gettimeofday_asm.s \
18 spinlocks_asm.s \
19 nanotime.s