Makefile revision 1.41
11.41Smatt# $NetBSD: Makefile,v 1.41 2003/12/11 22:45:06 matt 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.41Smatt 71.41Smatt.include <bsd.own.mk> 81.41Smatt 91.28Sbjh21.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") 101.4SjtcSUBDIR+= ieeefp 111.12Smycroft.endif 121.12Smycroft.if (${MACHINE_ARCH} != "vax") 131.12SmycroftSUBDIR+= ldexp 141.37Schristos.endif 151.37Schristos 161.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 171.37Schristos 181.39She.if make(obj) || (${HAVE_SIGINFO} == "yes") 191.37SchristosSUBDIR+= siginfo 201.6Scgd.endif 211.6Scgd 221.6Scgd.if exists(arch/${MACHINE_ARCH}) 231.6ScgdSUBDIR+= arch/${MACHINE_ARCH} 241.4Sjtc.endif 251.1Scgd 261.1Scgd.include <bsd.subdir.mk> 27