Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.12
      1 #	$NetBSD: Makefile.inc,v 1.12 2003/05/17 15:05:54 thorpej Exp $
      2 
      3 SRCS+=	_setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S
      4 SRCS+=	bswap16.c bswap32.c bswap64.c
      5 SRCS+=	fabs.c flt_rounds.c
      6 SRCS+=	fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c
      7 SRCS+=	fpgetsticky.c fpsetsticky.c
      8 SRCS+=	syncicache.c
      9 SRCS+= _lwp.c makecontext.c resumecontext.c swapcontext.S
     10 
     11 # Common ieee754 constants and functions
     12 SRCS+=	infinity_ieee754.c nanf_ieee754.c
     13 SRCS+=	frexp_ieee754.c isinf_ieee754.c isinfl_ieee754.c isnan_ieee754.c
     14 SRCS+=	isnanl_ieee754.c ldexp_ieee754.c modf_ieee754.c
     15 
     16 LSRCS+=	Lint_swapcontext.c
     17 DPSRCS+=Lint_swapcontext.c
     18