Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.4
      1  1.4    kleink #	$NetBSD: Makefile.inc,v 1.4 2003/05/12 15:15:13 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.4    kleink SRCS+=	isinf_ieee754.c
      9  1.4    kleink SRCS+=	isnan_ieee754.c
     10  1.4    kleink SRCS+=	modf_ieee754.c
     11  1.3   thorpej 
     12  1.3   thorpej # XXX Missing:
     13  1.3   thorpej # fabs, flt_rounds, fpgetmask, fpgetround, fpgetsticky
     14  1.3   thorpej # fpsetmask, fpsetround, fpsetsticky
     15