Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.8
      1 #	$NetBSD: Makefile.inc,v 1.8 2003/01/18 11:14:00 thorpej Exp $
      2 
      3 SRCS+=	_setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S
      4 
      5 SRCS+=	makecontext.c resumecontext.c swapcontext.S
      6 
      7 SRCS+=	_lwp.c
      8 
      9 SRCS+=	fabs.c flt_rounds.c bswap16.c bswap32.c bswap64.c
     10 
     11 # Common ieee754 constants and functions
     12 SRCS+=	ieee754_infinity.c ieee754_nanf.c
     13 SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c
     14 SRCS+=	ieee754_modf.c
     15 
     16 SRCS+=	ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
     17 	movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
     18 
     19 KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
     20 	movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
     21 
     22 LSRCS+=	Lint_swapcontext.c
     23 DPSRCS+= Lint_swapcontext.c
     24