Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.8
      1  1.8    kleink #	$NetBSD: Makefile.inc,v 1.8 2003/10/30 22:46:17 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.8    kleink SRCS+=	infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
      7  1.7    kleink SRCS+=	nanf_ieee754.c
      8  1.4    kleink SRCS+=	frexp_ieee754.c ldexp_ieee754.c
      9  1.8    kleink SRCS+=	isinf_ieee754.c isinfl_dbl_ieee754.c
     10  1.8    kleink SRCS+=	isnan_ieee754.c isnanl_dbl_ieee754.c
     11  1.4    kleink SRCS+=	modf_ieee754.c
     12  1.3   thorpej 
     13  1.3   thorpej # XXX Missing:
     14  1.3   thorpej # fabs, flt_rounds, fpgetmask, fpgetround, fpgetsticky
     15  1.3   thorpej # fpsetmask, fpsetround, fpsetsticky
     16