Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.54.4.1
      1  1.54.4.1      matt #	Makefile,v 1.54 2007/06/02 11:09:22 he Exp
      2       1.1       cgd 
      3      1.51  christos SUBDIR+= _setjmp atexit basename citrus clone context convfp db dirname \
      4  1.54.4.1      matt 	div divrem gen getaddrinfo hsearch inet int_fmtio locale md5sha \
      5      1.53  christos 	nsdispatch popen pty randomid regex rpc servent setjmp sigsetjmp \
      6      1.54        he 	stdio stdlib string strptime sys time
      7      1.41      matt 
      8      1.41      matt .include <bsd.own.mk>
      9      1.54        he .include <bsd.sys.mk>
     10      1.41      matt 
     11      1.54        he .if (${HAS_SSP} == "yes")
     12      1.54        he SUBDIR+= ssp
     13      1.54        he .endif
     14      1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     15       1.4       jtc SUBDIR+= ieeefp
     16      1.12   mycroft .endif
     17      1.12   mycroft .if (${MACHINE_ARCH} != "vax")
     18      1.12   mycroft SUBDIR+= ldexp
     19      1.37  christos .endif
     20      1.37  christos 
     21      1.43    martin .if !make(obj) && !make(cleandir)
     22      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
     23      1.42       jmc .endif
     24      1.37  christos 
     25      1.43    martin .if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
     26      1.37  christos SUBDIR+= siginfo
     27       1.6       cgd .endif
     28       1.6       cgd 
     29       1.6       cgd .if exists(arch/${MACHINE_ARCH})
     30       1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     31       1.4       jtc .endif
     32       1.1       cgd 
     33       1.1       cgd .include <bsd.subdir.mk>
     34