Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.14
      1  1.14   thorpej #	$NetBSD: Makefile.inc,v 1.14 2003/01/18 11:10:43 thorpej Exp $
      2  1.13    simonb 
      3  1.13    simonb SRCS+=	fabs.S ldexp.S modf.S
      4  1.13    simonb 
      5  1.13    simonb # Common ieee754 constants and functions
      6  1.13    simonb SRCS+=	ieee754_infinity.c ieee754_nanf.c
      7  1.13    simonb SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c
      8   1.1       cgd 
      9   1.3       jtc SRCS+=	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
     10   1.3       jtc 	fpsetround.c fpsetsticky.c
     11   1.6  jonathan 
     12   1.6  jonathan SRCS+=	setjmp.S __setjmp14.S
     13   1.6  jonathan SRCS+=	_setjmp.S
     14   1.6  jonathan SRCS+=	sigsetjmp.S __sigsetjmp14.S
     15   1.8    castor SRCS+=	byte_swap_2.S byte_swap_4.S bswap64.c
     16   1.5  jonathan 
     17  1.14   thorpej SRCS+=	makecontext.c resumecontext.c _resumecontext.S swapcontext.S _lwp.c
     18  1.14   thorpej 
     19   1.5  jonathan # mips abi builtin extensions (used by GCC for lexical-closure trampoline)
     20   1.5  jonathan SRCS+=	cacheflush.c
     21   1.7    bouyer 
     22   1.7    bouyer LSRCS+= Lint_bswap16.c Lint_bswap32.c
     23   1.7    bouyer DPSRCS+= Lint_bswap16.c Lint_bswap32.c
     24  1.14   thorpej 
     25  1.14   thorpej LSRCS+=	Lint_swapcontext.c
     26  1.14   thorpej DPSRCS+= Lint_swapcontext.c
     27