Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.11
      1  1.11   thorpej #	$NetBSD: Makefile.inc,v 1.11 2003/05/17 15:05:55 thorpej Exp $
      2   1.1       cgd 
      3   1.7    simonb SRCS+=	fabs.S modf.S
      4   1.3       jtc SRCS+=	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
      5   1.3       jtc 	fpsetround.c fpsetsticky.c
      6   1.7    simonb 
      7   1.7    simonb # Common ieee754 constants and functions
      8  1.10    kleink SRCS+=	infinity_ieee754.c nanf_ieee754.c
      9  1.11   thorpej SRCS+=	frexp_ieee754.c isinf_ieee754.c isinfl_ieee754.c isnan_ieee754.c
     10  1.11   thorpej SRCS+=	isnanl_ieee754.c ldexp_ieee754.c
     11   1.4  christos 
     12   1.4  christos SRCS+=	setjmp.S __setjmp14.S
     13   1.4  christos SRCS+=	_setjmp.S
     14   1.4  christos SRCS+=	sigsetjmp.S __sigsetjmp14.S
     15   1.8   thorpej 
     16   1.8   thorpej SRCS+=	makecontext.c resumecontext.c _lwp.c swapcontext.S
     17   1.4  christos 
     18   1.4  christos SRCS+=	fixunsdfsi.S mul.S umul.S saveregs.S
     19   1.5    bouyer SRCS+=	bswap16.c bswap32.c bswap64.c
     20   1.9    kleink 
     21   1.9    kleink LSRCS+=	Lint_swapcontext.c
     22   1.9    kleink DPSRCS+=Lint_swapcontext.c
     23