Makefile.inc revision 1.1
11.1Sfvdl# $NetBSD: Makefile.inc,v 1.1 2001/06/19 00:25:02 fvdl Exp $ 21.1Sfvdl 31.1Sfvdl# objects built from assembler sources (need lint stubs) 41.1SfvdlSRCS+= alloca.S bswap64.S byte_swap_2.S byte_swap_4.S fabs.S modf.S \ 51.1Sfvdl flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \ 61.1Sfvdl fpsetmask.S fpsetround.S fpsetsticky.S 71.1Sfvdl 81.1SfvdlSRCS+= __setjmp14.S 91.1SfvdlSRCS+= _setjmp.S 101.1SfvdlSRCS+= __sigsetjmp14.S 111.1Sfvdl 121.1Sfvdl# objects built from C sources 131.1SfvdlSRCS+= frexp.c infinity.c isinf.c isnan.c ldexp.c nanf.c 141.1Sfvdl 151.1SfvdlLSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 161.1Sfvdl Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 171.1Sfvdl Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 181.1Sfvdl Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 191.1Sfvdl Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 201.1SfvdlDPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \ 211.1Sfvdl Lint_bswap64.c Lint_fabs.c Lint_modf.c \ 221.1Sfvdl Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \ 231.1Sfvdl Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \ 241.1Sfvdl Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 25