1 1.10 thorpej # $NetBSD: Makefile.inc,v 1.10 2003/01/18 11:12:53 thorpej 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.9 simonb SRCS+= ieee754_infinity.c ieee754_nanf.c 13 1.9 simonb SRCS+= ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c 14 1.9 simonb SRCS+= ieee754_modf.c 15 1.5 ws 16 1.10 thorpej LSRCS+= Lint_swapcontext.c 17 1.10 thorpej DPSRCS+=Lint_swapcontext.c 18