1 1.6 kleink # $NetBSD: Makefile.inc,v 1.6 2003/10/24 00:58:01 kleink Exp $ 2 1.1 fredette 3 1.3 thorpej SRCS+= bswap16.c bswap32.c bswap64.c __sigsetjmp14.S __setjmp14.S _setjmp.S 4 1.1 fredette 5 1.3 thorpej # Common ieee754 constants and functions 6 1.4 kleink SRCS+= infinity_ieee754.c nanf_ieee754.c 7 1.4 kleink SRCS+= frexp_ieee754.c ldexp_ieee754.c 8 1.6 kleink SRCS+= isinf_ieee754.c 9 1.6 kleink SRCS+= isnan_ieee754.c 10 1.4 kleink SRCS+= modf_ieee754.c 11 1.6 kleink 12 1.6 kleink SRCS+= isinfl.c isnanl.c 13 1.3 thorpej 14 1.3 thorpej # XXX Missing: 15 1.3 thorpej # fabs, flt_rounds, fpgetmask, fpgetround, fpgetsticky 16 1.3 thorpej # fpsetmask, fpsetround, fpsetsticky 17