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