1 1.14 kleink # $NetBSD: Makefile.inc,v 1.14 2003/10/24 00:58:01 kleink 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.11 kleink SRCS+= infinity_ieee754.c nanf_ieee754.c 7 1.14 kleink SRCS+= frexp_ieee754.c isinf_ieee754.c isinfl_dbl_ieee754.c isnan_ieee754.c 8 1.14 kleink SRCS+= isnanl_dbl_ieee754.c ldexp_ieee754.c modf_ieee754.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.13 lukem SRCS.alpha.gen= Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c 18 1.13 lukem LSRCS+= ${SRCS.alpha.gen} 19 1.13 lukem DPSRCS+= ${SRCS.alpha.gen} 20 1.13 lukem CLEANFILES+= ${SRCS.alpha.gen} 21 1.10 kleink 22 1.9 thorpej SRCS+= makecontext.c resumecontext.c swapcontext.S _lwp.c 23 1.5 bouyer 24