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