1997-05-03 03:57:21 +00:00
|
|
|
# $Id$
|
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
|
1996-05-05 08:22:20 +00:00
|
|
|
SHLIB_MAJOR= 3
|
|
|
|
SHLIB_MINOR= 0
|
1996-01-22 00:23:58 +00:00
|
|
|
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
|
|
|
|
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
|
|
|
|
AINC= -I${.CURDIR}/../libc/${MACHINE} -I${.CURDIR}/uthread
|
|
|
|
PRECIOUSLIB= yes
|
|
|
|
|
1997-05-03 03:57:21 +00:00
|
|
|
.include "${.CURDIR}/../libc/Makefile.inc"
|
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>
|