1 1.11 lukem # $NetBSD: Makefile.inc,v 1.11 2003/08/01 17:03:54 lukem Exp $ 2 1.1 msaitoh 3 1.1 msaitoh SRCS+= _setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S 4 1.1 msaitoh 5 1.8 thorpej SRCS+= makecontext.c resumecontext.c swapcontext.S 6 1.8 thorpej 7 1.8 thorpej SRCS+= _lwp.c 8 1.8 thorpej 9 1.6 thorpej SRCS+= fabs.c flt_rounds.c bswap16.c bswap32.c bswap64.c 10 1.5 simonb 11 1.5 simonb # Common ieee754 constants and functions 12 1.9 kleink SRCS+= infinity_ieee754.c nanf_ieee754.c 13 1.10 thorpej SRCS+= frexp_ieee754.c isinf_ieee754.c isinfl_ieee754.c isnan_ieee754.c 14 1.10 thorpej SRCS+= isnanl_ieee754.c ldexp_ieee754.c modf_ieee754.c 15 1.1 msaitoh 16 1.7 msaitoh SRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \ 17 1.7 msaitoh movstrSI.S mulsi3.S sdivsi3.S udivsi3.S 18 1.1 msaitoh 19 1.7 msaitoh KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \ 20 1.7 msaitoh movstrSI.S mulsi3.S sdivsi3.S udivsi3.S 21 1.8 thorpej 22 1.11 lukem SRCS.sh3.gen= Lint_swapcontext.c 23 1.11 lukem LSRCS+= ${SRCS.sh3.gen} 24 1.11 lukem DPSRCS+= ${SRCS.sh3.gen} 25 1.11 lukem CLEANFILES+= ${SRCS.sh3.gen} 26