1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4SRCS+= \ 5 __aeabi_read_tp.S \ 6 _ctx_start.S \ 7 _set_tp.c \ 8 _setjmp.S \ 9 alloca.S \ 10 arm_initfini.c \ 11 arm_drain_writebuf.c \ 12 arm_sync_icache.c \ 13 fabs.c \ 14 flt_rounds.c \ 15 getcontextx.c \ 16 infinity.c \ 17 ldexp.c \ 18 makecontext.c \ 19 setjmp.S \ 20 signalcontext.c \ 21 sigsetjmp.S \ 22 23MAN+= \ 24 arm_drain_writebuf.2 \ 25 arm_sync_icache.2 \ 26 27.if ${MACHINE_ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "") 28 29SRCS+= \ 30 fpgetmask_vfp.c \ 31 fpgetround_vfp.c \ 32 fpgetsticky_vfp.c \ 33 fpsetmask_vfp.c \ 34 fpsetround_vfp.c \ 35 fpsetsticky_vfp.c \ 36 37.endif 38