1 1.1 msaitoh # $NetBSD: Makefile.inc,v 1.1 2000/01/05 14:07:30 msaitoh 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.1 msaitoh SRCS+= fabs.c flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c \ 6 1.1 msaitoh fpsetmask.c fpsetround.c fpsetsticky.c frexp.c infinity.c \ 7 1.1 msaitoh isinf.c isnan.c ldexp.c modf.c \ 8 1.1 msaitoh bswap16.c bswap32.c bswap64.c 9 1.1 msaitoh 10 1.1 msaitoh SRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S mulsi3.S \ 11 1.1 msaitoh sdivsi3.S udivsi3.S 12 1.1 msaitoh 13 1.1 msaitoh KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S mulsi3.S \ 14 1.1 msaitoh sdivsi3.S udivsi3.S 15