Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.41
      1  1.41      matt #	$NetBSD: Makefile,v 1.41 2003/12/11 22:45:06 matt 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.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
     17  1.37  christos 
     18  1.39        he .if make(obj) || (${HAVE_SIGINFO} == "yes")
     19  1.37  christos SUBDIR+= siginfo
     20   1.6       cgd .endif
     21   1.6       cgd 
     22   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     23   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     24   1.4       jtc .endif
     25   1.1       cgd 
     26   1.1       cgd .include <bsd.subdir.mk>
     27