Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.47
      1  1.47        he #	$NetBSD: Makefile,v 1.47 2004/03/21 01:47:00 he Exp $
      2   1.1       cgd 
      3  1.45  drochner SUBDIR+= _setjmp atexit basename clone context convfp db dirname div divrem \
      4  1.46        he 	gen getaddrinfo hsearch int_fmtio locale md5sha popen \
      5  1.47        he 	randomid regex rpc setjmp sigsetjmp stdio stdlib string \
      6  1.44  christos 	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