1 1.16 lukem # $NetBSD: Makefile.inc,v 1.16 2003/08/01 17:03:47 lukem Exp $ 2 1.1 cgd 3 1.5 cgd # objects built from assembler sources (need lint stubs) 4 1.7 bouyer SRCS+= alloca.S byte_swap_2.S byte_swap_4.S fabs.S modf.S \ 5 1.5 cgd flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \ 6 1.5 cgd fpsetmask.S fpsetround.S fpsetsticky.S 7 1.5 cgd 8 1.6 christos SRCS+= setjmp.S __setjmp14.S 9 1.6 christos SRCS+= _setjmp.S 10 1.6 christos SRCS+= sigsetjmp.S __sigsetjmp14.S 11 1.6 christos 12 1.13 thorpej SRCS+= resumecontext.S swapcontext.S 13 1.13 thorpej 14 1.5 cgd # objects built from C sources 15 1.13 thorpej SRCS+= bswap64.c ldexp.c _lwp.c makecontext.c 16 1.12 simonb 17 1.12 simonb # Common ieee754 constants and functions 18 1.14 kleink SRCS+= infinity_ieee754.c nanf_ieee754.c 19 1.15 thorpej SRCS+= frexp_ieee754.c isinf_ieee754.c isinfl_ieee754.c isnan_ieee754.c 20 1.15 thorpej SRCS+= isnanl_ieee754.c 21 1.12 simonb 22 1.5 cgd 23 1.5 cgd # "internal" objects (don't provide part of the user-visible API) 24 1.1 cgd SRCS+= divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S 25 1.5 cgd 26 1.16 lukem SRCS.i386.gen=\ 27 1.16 lukem Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 28 1.7 bouyer Lint_fabs.c Lint_modf.c \ 29 1.6 christos Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 30 1.5 cgd Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 31 1.13 thorpej Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c \ 32 1.13 thorpej Lint_resumecontext.c Lint_swapcontext.c 33 1.16 lukem LSRCS+= ${SRCS.i386.gen} 34 1.16 lukem DPSRCS+= ${SRCS.i386.gen} 35 1.16 lukem CLEANFILES+= ${SRCS.i386.gen} 36