2003-04-01 03:46:29 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# All library objects contain FreeBSD revision strings by default; they may be
|
|
|
|
# excluded as a space-saving measure. To produce a library that does
|
|
|
|
# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
|
|
|
|
# below. Note, there are no IDs for syscall stubs whose sources are generated.
|
|
|
|
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
|
|
|
|
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
|
|
|
|
# system call stubs.
|
2006-03-18 21:37:05 +00:00
|
|
|
|
2016-02-05 21:01:08 +00:00
|
|
|
PACKAGE= clibs
|
2009-02-24 16:23:34 +00:00
|
|
|
SHLIBDIR?= /lib
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2009-02-21 15:04:31 +00:00
|
|
|
MK_SSP= no
|
2007-05-13 14:12:40 +00:00
|
|
|
|
2003-04-01 03:46:29 +00:00
|
|
|
LIB=thr
|
2007-05-21 02:49:08 +00:00
|
|
|
SHLIB_MAJOR= 3
|
2017-05-22 13:21:28 +00:00
|
|
|
WARNS?= 3
|
2017-05-20 17:29:36 +00:00
|
|
|
NO_WTHREAD_SAFETY=1
|
2005-04-02 01:20:00 +00:00
|
|
|
CFLAGS+=-DPTHREAD_KERNEL
|
2017-01-20 04:32:19 +00:00
|
|
|
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}/thread \
|
|
|
|
-I${SRCTOP}/include
|
2010-08-24 20:50:08 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}/arch/${MACHINE_CPUARCH}/include
|
2005-04-02 01:20:00 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}/sys
|
2017-01-20 04:32:19 +00:00
|
|
|
CFLAGS+=-I${SRCTOP}/libexec/rtld-elf
|
|
|
|
CFLAGS+=-I${SRCTOP}/libexec/rtld-elf/${MACHINE_CPUARCH}
|
|
|
|
CFLAGS+=-I${SRCTOP}/lib/libthread_db
|
2005-04-02 01:20:00 +00:00
|
|
|
CFLAGS+=-Winline
|
2010-09-15 02:56:32 +00:00
|
|
|
|
2017-05-20 17:33:47 +00:00
|
|
|
CFLAGS.thr_stack.c+= -Wno-cast-align
|
|
|
|
.include <bsd.compiler.mk>
|
|
|
|
.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} < 40300)
|
|
|
|
CFLAGS.thr_symbols.c+= -Wno-missing-variable-declarations
|
|
|
|
.endif
|
|
|
|
|
2010-09-25 01:57:47 +00:00
|
|
|
.ifndef NO_THREAD_UNWIND_STACK
|
2010-10-08 01:53:33 +00:00
|
|
|
CFLAGS+=-fexceptions
|
2010-09-15 02:56:32 +00:00
|
|
|
CFLAGS+=-D_PTHREAD_FORCED_UNWIND
|
|
|
|
.endif
|
|
|
|
|
2009-11-28 14:34:28 +00:00
|
|
|
LDFLAGS+=-Wl,-znodelete
|
2005-04-02 01:20:00 +00:00
|
|
|
|
2017-01-20 04:32:19 +00:00
|
|
|
VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
|
2008-02-06 20:25:00 +00:00
|
|
|
SYMBOL_MAPS=${.CURDIR}/pthread.map
|
2003-04-01 03:46:29 +00:00
|
|
|
|
2005-06-11 15:27:56 +00:00
|
|
|
MAN= libthr.3
|
|
|
|
|
2016-03-21 05:59:05 +00:00
|
|
|
# enable extra internal consistency checks
|
2007-06-08 02:21:13 +00:00
|
|
|
CFLAGS+=-D_PTHREADS_INVARIANTS
|
2003-04-01 03:46:29 +00:00
|
|
|
|
2004-10-24 15:33:08 +00:00
|
|
|
PRECIOUSLIB=
|
2003-04-01 03:46:29 +00:00
|
|
|
|
2010-09-13 01:43:10 +00:00
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
|
|
|
|
|
2015-01-21 16:41:05 +00:00
|
|
|
.if exists(${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc)
|
2010-08-24 20:50:08 +00:00
|
|
|
.include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc"
|
2015-01-21 16:41:05 +00:00
|
|
|
.endif
|
2005-04-02 01:20:00 +00:00
|
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/thread/Makefile.inc"
|
2003-04-01 03:46:29 +00:00
|
|
|
|
2009-02-13 16:51:36 +00:00
|
|
|
.if ${MK_INSTALLLIB} != "no"
|
2005-10-27 10:21:23 +00:00
|
|
|
SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
|
2009-02-13 16:51:36 +00:00
|
|
|
.endif
|
2005-10-27 10:21:23 +00:00
|
|
|
.if !defined(NO_PIC)
|
2006-04-12 19:42:20 +00:00
|
|
|
SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
|
2005-10-27 10:21:23 +00:00
|
|
|
.endif
|
2006-03-18 21:37:05 +00:00
|
|
|
.if ${MK_PROFILE} != "no"
|
2005-10-27 10:21:23 +00:00
|
|
|
SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
|
|
|
|
.endif
|
|
|
|
|
2015-04-27 06:49:27 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
SUBDIR+= tests
|
|
|
|
.endif
|
2014-11-16 06:35:20 +00:00
|
|
|
|
2003-04-01 03:46:29 +00:00
|
|
|
.include <bsd.lib.mk>
|