Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.23
      1  1.23      matt # $NetBSD: Makefile.inc,v 1.23 2013/06/20 07:18:40 matt Exp $
      2   1.1     bjh21 
      3  1.23      matt SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divide.S divsi3.S \
      4  1.23      matt 	fabs.c flt_rounds.c 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.22      matt .if !empty(LIBC_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.23      matt .else
     18  1.23      matt SRCS+=	modsi3.s umodsi3.S
     19  1.21      matt .endif
     20  1.21      matt 
     21  1.13    kleink SRCS+=	nanf.c
     22  1.13    kleink 
     23  1.14  christos SRCS+=	setjmp.S
     24   1.1     bjh21 SRCS+=	_setjmp.S
     25  1.14  christos SRCS+=	sigsetjmp.S
     26   1.1     bjh21 
     27   1.3   thorpej SRCS+=	makecontext.c resumecontext.c swapcontext.S
     28   1.3   thorpej 
     29   1.3   thorpej SRCS+=	_lwp.c
     30   1.3   thorpej 
     31  1.16  uebayasi LSRCS.arm.gen=	Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c
     32  1.16  uebayasi LSRCS+=		${LSRCS.arm.gen}
     33  1.16  uebayasi DPSRCS+=	${LSRCS.arm.gen}
     34  1.16  uebayasi CLEANFILES+=	${LSRCS.arm.gen}
     35