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