Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.12.6.3
      1  1.12.6.3   nathanw #	$NetBSD: Makefile.inc,v 1.12.6.3 2002/03/08 21:34:48 nathanw Exp $
      2  1.12.6.3   nathanw 
      3  1.12.6.3   nathanw SRCS+=	fabs.S ldexp.S modf.S
      4  1.12.6.3   nathanw 
      5  1.12.6.3   nathanw # Common ieee754 constants and functions
      6  1.12.6.3   nathanw SRCS+=	ieee754_infinity.c ieee754_nanf.c
      7  1.12.6.3   nathanw 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.12.6.2       wdk SRCS+=	makecontext.c resumecontext.c _resumecontext.S swapcontext.S _lwp.c
     18  1.12.6.1       wdk 
     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.12.6.1       wdk 
     25  1.12.6.1       wdk LSRCS+=	Lint_swapcontext.c
     26  1.12.6.1       wdk DPSRCS+= Lint_swapcontext.c
     27