Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.4.4.2
      1  1.4.4.2  nathanw #	$NetBSD: Makefile.inc,v 1.4.4.2 2002/03/22 20:41:54 nathanw 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.4.4.1  nathanw SRCS+=	fabs.c flt_rounds.c ldexp.c bswap16.c bswap32.c bswap64.c
      6  1.4.4.1  nathanw 
      7  1.4.4.1  nathanw # Common ieee754 constants and functions
      8  1.4.4.1  nathanw SRCS+=	ieee754_infinity.c ieee754_nanf.c
      9  1.4.4.1  nathanw SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c
     10  1.4.4.1  nathanw SRCS+=	ieee754_modf.c
     11      1.1  msaitoh 
     12      1.4  msaitoh SRCS+=	ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstrSI.S \
     13      1.4  msaitoh 	mulsi3.S sdivsi3.S udivsi3.S
     14      1.1  msaitoh 
     15      1.4  msaitoh KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstrSI.S \
     16      1.4  msaitoh 	mulsi3.S sdivsi3.S udivsi3.S
     17