1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1996-01-22 00:23:58 +00:00
|
|
|
#
|
|
|
|
# All library objects contain rcsid strings by default; they may be
|
|
|
|
# excluded as a space-saving measure. To produce a library that does
|
|
|
|
# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
|
|
|
|
# from CFLAGS below. To remove these strings from just the system call
|
|
|
|
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
|
|
|
|
LIB=c_r
|
2000-11-14 02:46:23 +00:00
|
|
|
SHLIB_MAJOR= 5
|
1996-05-05 08:22:20 +00:00
|
|
|
SHLIB_MINOR= 0
|
1998-03-09 05:09:43 +00:00
|
|
|
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
|
1999-06-20 08:32:37 +00:00
|
|
|
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
|
1999-12-18 01:00:42 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}/../../include
|
1998-06-09 23:25:13 +00:00
|
|
|
|
|
|
|
# Uncomment this if you want libc_r to contain debug information for
|
|
|
|
# thread locking.
|
1999-07-05 00:35:19 +00:00
|
|
|
CFLAGS+=-D_LOCK_DEBUG
|
|
|
|
|
1999-11-28 05:38:13 +00:00
|
|
|
# enable extra internal consistancy checks
|
2000-10-13 22:19:50 +00:00
|
|
|
CFLAGS+=-D_PTHREADS_INVARIANTS
|
1999-11-28 05:38:13 +00:00
|
|
|
|
1998-03-09 05:09:43 +00:00
|
|
|
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
|
1996-01-22 00:23:58 +00:00
|
|
|
PRECIOUSLIB= yes
|
|
|
|
|
1996-08-20 08:22:01 +00:00
|
|
|
.include "${.CURDIR}/man/Makefile.inc"
|
1996-01-22 00:23:58 +00:00
|
|
|
.include "${.CURDIR}/uthread/Makefile.inc"
|
1997-05-03 03:57:21 +00:00
|
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
1996-01-22 00:23:58 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|