Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.21
      1  1.21      matt # $NetBSD: Makefile.inc,v 1.21 2013/01/26 07:09:41 matt Exp $
      2   1.1     bjh21 
      3  1.18     skrll SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \
      4  1.20  christos 	fabs.c flt_rounds.c modsi3.S umodsi3.S divide.S divsi3.S udivsi3.S
      5   1.2    simonb 
      6   1.2    simonb # Common ieee754 constants and functions
      7  1.10    kleink SRCS+=	infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
      8  1.11    kleink SRCS+=	fpclassifyf_ieee754.c fpclassifyd_ieee754.c
      9  1.11    kleink SRCS+=	isfinitef_ieee754.c isfinited_ieee754.c
     10  1.12    kleink SRCS+=	isinff_ieee754.c isinfd_ieee754.c
     11  1.12    kleink SRCS+=	isnanf_ieee754.c isnand_ieee754.c
     12  1.11    kleink SRCS+=	signbitf_ieee754.c signbitd_ieee754.c
     13   1.1     bjh21 
     14  1.21      matt .if ${MACHINE_ARCH:Mearm*} != ""
     15  1.21      matt SRCS+=	__aeabi_fcmpun.c __aeabi_dcmpun.c
     16  1.21      matt SRCS+=	__aeabi_idiv0.c __aeabi_ldiv0.c
     17  1.21      matt .endif
     18  1.21      matt 
     19  1.13    kleink SRCS+=	nanf.c
     20  1.13    kleink 
     21  1.14  christos SRCS+=	setjmp.S
     22   1.1     bjh21 SRCS+=	_setjmp.S
     23  1.14  christos SRCS+=	sigsetjmp.S
     24   1.1     bjh21 
     25   1.3   thorpej SRCS+=	makecontext.c resumecontext.c swapcontext.S
     26   1.3   thorpej 
     27   1.3   thorpej SRCS+=	_lwp.c
     28   1.3   thorpej 
     29  1.16  uebayasi LSRCS.arm.gen=	Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c
     30  1.16  uebayasi LSRCS+=		${LSRCS.arm.gen}
     31  1.16  uebayasi DPSRCS+=	${LSRCS.arm.gen}
     32  1.16  uebayasi CLEANFILES+=	${LSRCS.arm.gen}
     33