Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.39
      1  1.39        he #	$NetBSD: Makefile,v 1.39 2003/10/23 21:59:35 he Exp $
      2   1.1       cgd 
      3  1.34    martin SUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \
      4  1.31   minoura 	gen getaddrinfo hsearch int_fmtio locale md5sha popen regex rpc \
      5  1.37  christos 	setjmp sigsetjmp stdio stdlib string sys time
      6  1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
      7   1.4       jtc SUBDIR+= ieeefp
      8  1.12   mycroft .endif
      9  1.12   mycroft .if (${MACHINE_ARCH} != "vax")
     10  1.12   mycroft SUBDIR+= ldexp
     11  1.37  christos .endif
     12  1.37  christos 
     13  1.38        he HAVE_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
     14  1.37  christos 
     15  1.39        he .if make(obj) || (${HAVE_SIGINFO} == "yes")
     16  1.37  christos SUBDIR+= siginfo
     17   1.6       cgd .endif
     18   1.6       cgd 
     19   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     20   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     21   1.4       jtc .endif
     22   1.1       cgd 
     23   1.1       cgd .include <bsd.subdir.mk>
     24