Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 2001/06/19 00:25:02 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 12# objects built from C sources 13SRCS+= frexp.c infinity.c isinf.c isnan.c ldexp.c nanf.c 14 15LSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 16 Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 17 Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 18 Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 19 Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 20DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 21 Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 22 Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 23 Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 24 Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 25