Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.20
      1 #	$NetBSD: Makefile.inc,v 1.20 2005/10/15 16:00:42 uwe Exp $
      2 
      3 SRCS+=	setjmp.S _setjmp.S sigsetjmp.S
      4 
      5 SRCS+=	makecontext.c resumecontext.c swapcontext.S
      6 
      7 SRCS+=	_lwp.c
      8 
      9 SRCS+=	fabs.c flt_rounds.c bswap16.c bswap32.c bswap64.c
     10 
     11 # Common ieee754 constants and functions
     12 SRCS+=	infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
     13 SRCS+=	fpclassifyf_ieee754.c fpclassifyd_ieee754.c
     14 SRCS+=	frexp_ieee754.c
     15 SRCS+=	isinff_ieee754.c isinfd_ieee754.c
     16 SRCS+=	isnanf_ieee754.c isnand_ieee754.c
     17 SRCS+=	isfinitef_ieee754.c isfinited_ieee754.c
     18 SRCS+=	ldexp_ieee754.c modf_ieee754.c
     19 SRCS+=	signbitf_ieee754.c signbitd_ieee754.c
     20 
     21 SRCS+=	nanf.c
     22 
     23 # In gcc3 dynamic world these functions must be ".hidden" in libgcc*.a,
     24 # as they are gcc "millicode" with different calling conventions.
     25 .if ${HAVE_GCC3} == "no"
     26 SRCS+=	ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
     27 	movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
     28 .endif
     29 
     30 KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
     31 	movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
     32 
     33 SRCS.sh3.gen=	Lint__setjmp.c Lint___setjmp14.c Lint___sigsetjmp14.c \
     34 		Lint_swapcontext.c
     35 
     36 LSRCS+=		${SRCS.sh3.gen}
     37 DPSRCS+=	${SRCS.sh3.gen}
     38 CLEANFILES+=	${SRCS.sh3.gen}
     39