Makefile revision 1.40
11.40Ssimonb# $NetBSD: Makefile,v 1.40 2003/11/14 23:11:20 simonb Exp $ 21.1Scgd 31.34SmartinSUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \ 41.40Ssimonb gen getaddrinfo hsearch int_fmtio locale md5sha popen randomid \ 51.40Ssimonb regex rpc setjmp sigsetjmp stdio stdlib string sys time 61.28Sbjh21.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") 71.4SjtcSUBDIR+= ieeefp 81.12Smycroft.endif 91.12Smycroft.if (${MACHINE_ARCH} != "vax") 101.12SmycroftSUBDIR+= ldexp 111.37Schristos.endif 121.37Schristos 131.38SheHAVE_SIGINFO != if (echo "\#include <signal.h>" && echo "SA_SIGINFO") | ${CC} -E -I${DESTDIR}/usr/include - | grep -sq 0x0040; then echo yes; else echo no; fi 141.37Schristos 151.39She.if make(obj) || (${HAVE_SIGINFO} == "yes") 161.37SchristosSUBDIR+= siginfo 171.6Scgd.endif 181.6Scgd 191.6Scgd.if exists(arch/${MACHINE_ARCH}) 201.6ScgdSUBDIR+= arch/${MACHINE_ARCH} 211.4Sjtc.endif 221.1Scgd 231.1Scgd.include <bsd.subdir.mk> 24