]> git.saurik.com Git - apple/libc.git/blob - arm/sys/Makefile.inc
Libc-763.11.tar.gz
[apple/libc.git] / arm / sys / Makefile.inc
1 .PATH: ${.CURDIR}/arm/sys
2
3 MDSRCS+= \
4 OSAtomic.s \
5 OSAtomic_resolvers.c \
6 gcc_atomic.c \
7 _longjmp.s \
8 _setjmp.s \
9 arm_commpage_gettimeofday.c \
10 longjmp.s \
11 setjmp.s \
12 mach_absolute_time.s
13
14 DYLDSRCS += OSAtomic.s arm_commpage_gettimeofday.c mach_absolute_time.s
15
16 .if !defined(FEATURE_ARM_ARCH_6)
17 MDSRCS+= OSAtomic-v4.c
18 DYLDSRCS+= OSAtomic-v4.c
19 .endif