Makefile.inc revision 1.3
1# $NetBSD: Makefile.inc,v 1.3 2003/01/30 02:07:30 fvdl Exp $ 2 3# objects built from assembler sources (need lint stubs) 4SRCS+= alloca.S bswap64.S byte_swap_2.S byte_swap_4.S fabs.S modf.S \ 5 flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \ 6 fpsetmask.S fpsetround.S fpsetsticky.S 7 8SRCS+= __setjmp14.S 9SRCS+= _setjmp.S 10SRCS+= __sigsetjmp14.S 11 12SRCS+= resumecontext.S swapcontext.S 13 14# objects built from C sources 15SRCS+= ldexp.c _lwp.c makecontext.c 16 17# Common ieee754 constants and functions 18SRCS+= ieee754_infinity.c ieee754_nanf.c 19SRCS+= ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c 20 21LSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 22 Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 23 Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 24 Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 25 Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 26DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 27 Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 28 Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 29 Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 30 Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 31