Makefile revision 1.39
11.39She# $NetBSD: Makefile,v 1.39 2003/10/23 21:59:35 he Exp $ 21.1Scgd 31.34SmartinSUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \ 41.31Sminoura gen getaddrinfo hsearch int_fmtio locale md5sha popen regex rpc \ 51.37Schristos 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