Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.3
      1  1.3  thorpej # $NetBSD: Makefile.inc,v 1.3 2003/01/18 11:06:24 thorpej Exp $
      2  1.1    bjh21 
      3  1.1    bjh21 SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \
      4  1.1    bjh21 	fabs.c flt_rounds.c \
      5  1.2   simonb 	infinity.c
      6  1.2   simonb 
      7  1.2   simonb # Common ieee754 constants and functions
      8  1.2   simonb SRCS+=	ieee754_nanf.c	# infinity is ``different'' on arm, use local version
      9  1.2   simonb SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c ieee754_ldexp.c
     10  1.2   simonb SRCS+=	ieee754_modf.c
     11  1.1    bjh21 
     12  1.1    bjh21 SRCS+=	setjmp.S __setjmp14.S
     13  1.1    bjh21 SRCS+=	_setjmp.S
     14  1.1    bjh21 SRCS+=	sigsetjmp.S __sigsetjmp14.S
     15  1.1    bjh21 
     16  1.3  thorpej SRCS+=	makecontext.c resumecontext.c swapcontext.S
     17  1.3  thorpej 
     18  1.3  thorpej SRCS+=	_lwp.c
     19  1.3  thorpej 
     20  1.1    bjh21 LSRCS+= Lint_bswap16.c Lint_bswap32.c
     21  1.1    bjh21 DPSRCS+= Lint_bswap16.c Lint_bswap32.c
     22  1.3  thorpej 
     23  1.3  thorpej LSRCS+=	Lint_swapcontext.c
     24  1.3  thorpej DPSRCS+= Lint_swapcontext.c
     25