1 1.11 kleink # $NetBSD: Makefile.inc,v 1.11 2003/05/12 15:15:14 kleink Exp $ 2 1.1 thorpej 3 1.2 tsubai SRCS+= _setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S 4 1.4 bouyer SRCS+= bswap16.c bswap32.c bswap64.c 5 1.9 simonb SRCS+= fabs.c flt_rounds.c 6 1.6 danw SRCS+= fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c 7 1.6 danw SRCS+= fpgetsticky.c fpsetsticky.c 8 1.9 simonb SRCS+= syncicache.c 9 1.10 thorpej SRCS+= _lwp.c makecontext.c resumecontext.c swapcontext.S 10 1.9 simonb 11 1.9 simonb # Common ieee754 constants and functions 12 1.11 kleink SRCS+= infinity_ieee754.c nanf_ieee754.c 13 1.11 kleink SRCS+= frexp_ieee754.c isinf_ieee754.c isnan_ieee754.c ldexp_ieee754.c 14 1.11 kleink SRCS+= modf_ieee754.c 15 1.5 ws 16 1.10 thorpej LSRCS+= Lint_swapcontext.c 17 1.10 thorpej DPSRCS+=Lint_swapcontext.c 18