Makefile.inc revision 1.13
11.13Sfredette# $NetBSD: Makefile.inc,v 1.13 2001/06/13 18:05:32 fredette Exp $ 21.1Scgd 31.13SfredetteSRCS+= alloca.S fabs.S frexp.c infinity.c isinf.c isnan.c nanf.c 41.13SfredetteSRCS+= ashlsi3.S ashrsi3.S \ 51.13Sfredette lshlsi3.S lshrsi3.S \ 61.13Sfredette negdf2.S negsf2.S 71.13SfredetteSRCS+= bswap16.S bswap32.S bswap64.S 81.13Sfredette 91.13Sfredette# 68000-based machines build with a libgcc that includes 101.13Sfredette# much of the (soft)float and integer support that would 111.13Sfredette# otherwise be compiled here. 121.13Sfredette.if ${MACHINE_ARCH} == "m68000" 131.13SfredetteSRCS+= modf_softfloat.c 141.13SfredetteSRCS+= flt_rounds_softfloat.S 151.13Sfredette.else 161.13SfredetteSRCS+= modf.S 171.3SjtcSRCS+= flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S fpsetmask.S \ 181.3Sjtc fpsetround.S fpsetsticky.S 191.13SfredetteSRCS+= adddf3.S addsf3.S cmpdf2.S cmpsf2.S divdf3.S \ 201.1Scgd divsf3.S divsi3.S extendsfdf2.S fixdfsi.S fixunsdfsi.S \ 211.13Sfredette floatsidf.S modsi3.S muldf3.S mulsf3.S mulsi3.S \ 221.13Sfredette subdf3.S subsf3.S truncdfsf2.S udivsi3.S \ 231.1Scgd umodsi3.S umulsi3.S 241.13Sfredette.endif 251.8Sthorpej 261.8SthorpejSRCS+= setjmp.S __setjmp14.S 271.8SthorpejSRCS+= _setjmp.S 281.8SthorpejSRCS+= sigsetjmp.S __sigsetjmp14.S 291.1Scgd 301.11Smycroft.ifdef M68040 311.11SmycroftSRCS+= ldexp_040.c 321.11Smycroft.elifdef M68060 331.11SmycroftSRCS+= ldexp_040.c 341.13Sfredette.elif ${MACHINE_ARCH} == "m68000" 351.13SfredetteSRCS+= ldexp_softfloat.c 361.6Sis.else 371.11SmycroftSRCS+= ldexp_881.c 381.6Sis.endif 391.9SbouyerLSRCS+= Lint_bswap16.c Lint_bswap32.c Lint_bswap64.c 401.9SbouyerDPSRCS+= Lint_bswap16.c Lint_bswap32.c Lint_bswap64.c 41