Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.53
      1  1.53  christos #	$NetBSD: Makefile,v 1.53 2007/05/31 21:51:48 christos Exp $
      2   1.1       cgd 
      3  1.51  christos SUBDIR+= _setjmp atexit basename citrus clone context convfp db dirname \
      4  1.51  christos 	div divrem gen getaddrinfo hsearch int_fmtio locale md5sha \
      5  1.53  christos 	nsdispatch popen pty randomid regex rpc servent setjmp sigsetjmp \
      6  1.53  christos 	ssp stdio stdlib string strptime sys time
      7  1.41      matt 
      8  1.41      matt .include <bsd.own.mk>
      9  1.41      matt 
     10  1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     11   1.4       jtc SUBDIR+= ieeefp
     12  1.12   mycroft .endif
     13  1.12   mycroft .if (${MACHINE_ARCH} != "vax")
     14  1.12   mycroft SUBDIR+= ldexp
     15  1.37  christos .endif
     16  1.37  christos 
     17  1.43    martin .if !make(obj) && !make(cleandir)
     18  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
     19  1.42       jmc .endif
     20  1.37  christos 
     21  1.43    martin .if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
     22  1.37  christos SUBDIR+= siginfo
     23   1.6       cgd .endif
     24   1.6       cgd 
     25   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     26   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     27   1.4       jtc .endif
     28   1.1       cgd 
     29   1.1       cgd .include <bsd.subdir.mk>
     30