1 1.5 cgd # $NetBSD: Makefile.inc,v 1.5 1997/11/05 23:37:06 cgd Exp $ 2 1.1 cgd 3 1.5 cgd # objects built from assembler sources (need lint stubs) 4 1.5 cgd SRCS+= _setjmp.S alloca.S fabs.S modf.S setjmp.S sigsetjmp.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.5 cgd # objects built from C sources 9 1.5 cgd SRCS+= frexp.c infinity.c isinf.c ldexp.c 10 1.5 cgd 11 1.5 cgd # "internal" objects (don't provide part of the user-visible API) 12 1.1 cgd SRCS+= divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S 13 1.5 cgd 14 1.5 cgd LSRCS+= Lint__setjmp.c Lint_alloca.c Lint_fabs.c Lint_modf.c \ 15 1.5 cgd Lint_setjmp.c Lint_sigsetjmp.c Lint_flt_rounds.c \ 16 1.5 cgd Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 17 1.5 cgd Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 18 1.5 cgd DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_fabs.c Lint_modf.c \ 19 1.5 cgd Lint_setjmp.c Lint_sigsetjmp.c Lint_flt_rounds.c \ 20 1.5 cgd Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 21 1.5 cgd Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 22