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