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