1 1.8 thorpej # $NetBSD: Makefile.inc,v 1.8 2003/01/18 11:15:08 thorpej Exp $ 2 1.1 cgd 3 1.7 simonb SRCS+= fabs.S modf.S 4 1.3 jtc SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ 5 1.3 jtc fpsetround.c fpsetsticky.c 6 1.7 simonb 7 1.7 simonb # Common ieee754 constants and functions 8 1.7 simonb SRCS+= ieee754_infinity.c ieee754_nanf.c 9 1.7 simonb SRCS+= ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c 10 1.4 christos 11 1.4 christos SRCS+= setjmp.S __setjmp14.S 12 1.4 christos SRCS+= _setjmp.S 13 1.4 christos SRCS+= sigsetjmp.S __sigsetjmp14.S 14 1.8 thorpej 15 1.8 thorpej SRCS+= makecontext.c resumecontext.c _lwp.c swapcontext.S 16 1.4 christos 17 1.4 christos SRCS+= fixunsdfsi.S mul.S umul.S saveregs.S 18 1.5 bouyer SRCS+= bswap16.c bswap32.c bswap64.c 19