NetBSD/regress/lib/libc/Makefile

34 lines
926 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.55 2008/01/19 04:12:20 ginsbach Exp $
1993-05-28 01:53:15 +04:00
2005-03-27 22:48:10 +04:00
SUBDIR+= _setjmp atexit basename citrus clone context convfp db dirname \
div divrem gen getaddrinfo hsearch inet int_fmtio locale md5sha \
2007-06-01 01:51:48 +04:00
nsdispatch popen pty randomid regex rpc servent setjmp sigsetjmp \
stdio stdlib string strptime sys time
.include <bsd.own.mk>
.include <bsd.sys.mk>
.if (${HAS_SSP} == "yes")
SUBDIR+= ssp
.endif
.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
1995-04-18 23:24:21 +04:00
SUBDIR+= ieeefp
.endif
1999-08-30 21:03:16 +04:00
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ldexp
.endif
1993-05-28 01:53:15 +04:00
.if !make(obj) && !make(cleandir)
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
.endif
.if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
SUBDIR+= siginfo
.endif
1995-04-24 09:52:15 +04:00
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
1993-05-28 01:53:15 +04:00
.include <bsd.subdir.mk>