Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.52.6.1
      1  1.52.6.1  wrstuden #	$NetBSD: Makefile,v 1.52.6.1 2007/09/03 07:02:26 wrstuden 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.52  christos 	nsdispatch popen pty randomid regex rpc servent setjmp sigsetjmp stdio \
      6      1.51  christos 	stdlib string strptime sys time
      7      1.41      matt 
      8      1.41      matt .include <bsd.own.mk>
      9      1.41      matt 
     10  1.52.6.1  wrstuden .if defined(HAS_SSP) && (${HAS_SSP} == "yes")
     11  1.52.6.1  wrstuden SUBDIR+= ssp
     12  1.52.6.1  wrstuden .endif
     13      1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     14       1.4       jtc SUBDIR+= ieeefp
     15      1.12   mycroft .endif
     16      1.12   mycroft .if (${MACHINE_ARCH} != "vax")
     17      1.12   mycroft SUBDIR+= ldexp
     18      1.37  christos .endif
     19      1.37  christos 
     20      1.43    martin .if !make(obj) && !make(cleandir)
     21      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
     22      1.42       jmc .endif
     23      1.37  christos 
     24      1.43    martin .if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
     25      1.37  christos SUBDIR+= siginfo
     26       1.6       cgd .endif
     27       1.6       cgd 
     28       1.6       cgd .if exists(arch/${MACHINE_ARCH})
     29       1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     30       1.4       jtc .endif
     31       1.1       cgd 
     32       1.1       cgd .include <bsd.subdir.mk>
     33