Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.37
      1  1.37  christos #	$NetBSD: Makefile,v 1.37 2003/10/04 20:29:52 christos 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.37  christos HAVE_SIGINFO != if (echo "\#include <signal.h>" && echo "SA_SIGINFO") | ${CC} -E - | grep -sq 0x0040; then echo yes; else echo no; fi
     14  1.37  christos 
     15  1.37  christos .if (${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