Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.10
      1  1.10   kleink #	$NetBSD: Makefile.inc,v 1.10 2003/01/21 20:14:07 kleink Exp $
      2   1.8   simonb 
      3   1.8   simonb SRCS+=	fabs.S
      4   1.8   simonb 
      5   1.8   simonb # Common ieee754 constants and functions
      6   1.8   simonb SRCS+=	ieee754_infinity.c ieee754_nanf.c
      7   1.8   simonb SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c
      8   1.8   simonb SRCS+=	ieee754_modf.c
      9   1.1      cgd 
     10   1.3      cgd SRCS+=	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
     11   1.3      cgd 	fpsetround.c fpsetsticky.c
     12   1.4  thorpej SRCS+=	_setjmp.S
     13   1.4  thorpej SRCS+=	setjmp.S __setjmp14.S
     14   1.4  thorpej SRCS+=	sigsetjmp.S __sigsetjmp14.S
     15   1.5   bouyer SRCS+=	byte_swap_2.S byte_swap_4.S bswap64.c
     16   1.9  thorpej 
     17  1.10   kleink LSRCS+=	Lint_bswap16.c Lint_bswap32.c
     18  1.10   kleink DPSRCS+= Lint_bswap16.c Lint_bswap32.c
     19  1.10   kleink 
     20   1.9  thorpej SRCS+=	makecontext.c resumecontext.c swapcontext.S _lwp.c
     21   1.5   bouyer 
     22  1.10   kleink LSRCS+=	Lint_swapcontext.c
     23  1.10   kleink DPSRCS+= Lint_swapcontext.c
     24