Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.9
      1 #	$NetBSD: Makefile.inc,v 1.9 2003/01/18 11:04:39 thorpej Exp $
      2 
      3 SRCS+=	fabs.S
      4 
      5 # Common ieee754 constants and functions
      6 SRCS+=	ieee754_infinity.c ieee754_nanf.c
      7 SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c
      8 SRCS+=	ieee754_modf.c
      9 
     10 SRCS+=	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
     11 	fpsetround.c fpsetsticky.c
     12 SRCS+=	_setjmp.S
     13 SRCS+=	setjmp.S __setjmp14.S
     14 SRCS+=	sigsetjmp.S __sigsetjmp14.S
     15 SRCS+=	byte_swap_2.S byte_swap_4.S bswap64.c
     16 
     17 SRCS+=	makecontext.c resumecontext.c swapcontext.S _lwp.c
     18 
     19 LSRCS+= Lint_bswap16.c Lint_bswap32.c
     20 DPSRCS+= Lint_bswap16.c Lint_bswap32.c
     21