1 1.4 kleink # $NetBSD: Makefile.inc,v 1.4 2003/05/12 15:15:12 kleink Exp $ 2 1.1 bjh21 3 1.1 bjh21 SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \ 4 1.1 bjh21 fabs.c flt_rounds.c \ 5 1.2 simonb infinity.c 6 1.2 simonb 7 1.2 simonb # Common ieee754 constants and functions 8 1.4 kleink SRCS+= nanf_ieee754.c # infinity is ``different'' on arm, use local version 9 1.4 kleink SRCS+= frexp_ieee754.c isinf_ieee754.c isnan_ieee754.c ldexp_ieee754.c 10 1.4 kleink SRCS+= modf_ieee754.c 11 1.1 bjh21 12 1.1 bjh21 SRCS+= setjmp.S __setjmp14.S 13 1.1 bjh21 SRCS+= _setjmp.S 14 1.1 bjh21 SRCS+= sigsetjmp.S __sigsetjmp14.S 15 1.1 bjh21 16 1.3 thorpej SRCS+= makecontext.c resumecontext.c swapcontext.S 17 1.3 thorpej 18 1.3 thorpej SRCS+= _lwp.c 19 1.3 thorpej 20 1.1 bjh21 LSRCS+= Lint_bswap16.c Lint_bswap32.c 21 1.1 bjh21 DPSRCS+= Lint_bswap16.c Lint_bswap32.c 22 1.3 thorpej 23 1.3 thorpej LSRCS+= Lint_swapcontext.c 24 1.3 thorpej DPSRCS+= Lint_swapcontext.c 25