X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..b5d655f7532a546b54809da387f7467d128a756b:/string/Makefile.inc?ds=inline diff --git a/string/Makefile.inc b/string/Makefile.inc index 3f8bc05..e037f52 100644 --- a/string/Makefile.inc +++ b/string/Makefile.inc @@ -2,17 +2,16 @@ # $FreeBSD: src/lib/libc/string/Makefile.inc,v 1.32 2002/11/18 09:50:56 ru Exp $ # machine-dependent string sources -.if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc) -.include "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc" -.endif +.sinclude "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc" .PATH: ${.CURDIR}/string +CWD := ${.CURDIR}/string CFLAGS+= -I${.CURDIR}/locale .include "Makefile.fbsd_begin" # machine-independent string sources -FBSDMISRCS+=bcmp.c ffs.c index.c memccpy.c memchr.c memcmp.c \ +FBSDMISRCS+=bcmp.c index.c memccpy.c memchr.c memcmp.c \ memset.c rindex.c stpcpy.c strcasecmp.c strcat.c \ strchr.c strcoll.c strcpy.c strcspn.c strdup.c strerror.c \ strlcat.c strlcpy.c strlen.c strmode.c strncat.c strncmp.c strncpy.c \ @@ -26,6 +25,12 @@ FBSDMISRCS+=bcmp.c ffs.c index.c memccpy.c memchr.c memcmp.c \ wmemcpy.c wmemmove.c wmemset.c .include "Makefile.fbsd_end" +LEGACYSRCS+= strerror.c + +# set the LIBC_ALIAS_* macros so we can decorate the symbol independent +# of other macro settings +CFLAGS-strerror-fbsd.c += -DLIBC_ALIAS_STRERROR + .if ${LIB} == "c" .include "Makefile.fbsd_begin" FBSDMAN3= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \ @@ -36,33 +41,68 @@ FBSDMAN3= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \ wcswidth.3 wcsxfrm.3 wmemchr.3 .include "Makefile.fbsd_end" -MLINKS+=strcasecmp.3 strncasecmp.3 -MLINKS+=strcasecmp.3 strcasecmp_l.3 -MLINKS+=strcasecmp.3 strncasecmp_l.3 -MLINKS+=strcat.3 strncat.3 -MLINKS+=strcmp.3 strncmp.3 -MLINKS+=strcoll.3 strcoll_l.3 -MLINKS+=strcpy.3 stpcpy.3 -MLINKS+=strcpy.3 strncpy.3 -MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3 -MLINKS+=strerror.3 strerror_r.3 -MLINKS+=strlcpy.3 strlcat.3 -MLINKS+=strtok.3 strtok_r.3 -MLINKS+=strstr.3 strcasestr.3 -MLINKS+=strstr.3 strnstr.3 -MLINKS+=strstr.3 strcasestr_l.3 -MLINKS+=strxfrm.3 strxfrm_l.3 -MLINKS+=wcscoll.3 wcscoll_l.3 -MLINKS+=wcswidth.3 wcswidth_l.3 -MLINKS+=wcsxfrm.3 wcsxfrm_l.3 -MLINKS+=wmemchr.3 wmemcmp.3 wmemchr.3 wmemcpy.3 \ - wmemchr.3 wmemmove.3 wmemchr.3 wmemset.3 \ - wmemchr.3 wcscat.3 wmemchr.3 wcschr.3 \ - wmemchr.3 wcscmp.3 wmemchr.3 wcscpy.3 \ - wmemchr.3 wcscspn.3 wmemchr.3 wcslcat.3 \ - wmemchr.3 wcslcpy.3 wmemchr.3 wcslen.3 \ - wmemchr.3 wcsncat.3 wmemchr.3 wcsncmp.3 \ - wmemchr.3 wcsncpy.3 wmemchr.3 wcspbrk.3 \ - wmemchr.3 wcsrchr.3 wmemchr.3 wcsspn.3 \ - wmemchr.3 wcsstr.3 +MLINKS+= ffs.3 ffsl.3 \ + ffs.3 fls.3 \ + ffs.3 flsl.3 + +MLINKS+= strcasecmp.3 strcasecmp_l.3 \ + strcasecmp.3 strncasecmp.3 \ + strcasecmp.3 strncasecmp_l.3 + +MLINKS+= strcat.3 strncat.3 + +MLINKS+= strcmp.3 strncmp.3 + +MLINKS+= strcoll.3 strcoll_l.3 + +MLINKS+= strcpy.3 stpcpy.3 \ + strcpy.3 strncpy.3 + +MLINKS+= strerror.3 perror.3 \ + strerror.3 strerror_r.3 \ + strerror.3 sys_errlist.3 \ + strerror.3 sys_nerr.3 + +MLINKS+= strlcpy.3 strlcat.3 + +MLINKS+= strtok.3 strtok_r.3 + +MLINKS+= strstr.3 strcasestr.3 \ + strstr.3 strcasestr_l.3 \ + strstr.3 strnstr.3 + +MLINKS+= strxfrm.3 strxfrm_l.3 + +MLINKS+= wcscoll.3 wcscoll_l.3 + +MLINKS+= wcswidth.3 wcswidth_l.3 + +MLINKS+= wcsxfrm.3 wcsxfrm_l.3 + +MLINKS+= wmemchr.3 wmemcmp.3 \ + wmemchr.3 wmemcpy.3 \ + wmemchr.3 wmemmove.3 \ + wmemchr.3 wmemset.3 \ + wmemchr.3 wcscat.3 \ + wmemchr.3 wcschr.3 \ + wmemchr.3 wcscmp.3 \ + wmemchr.3 wcscpy.3 \ + wmemchr.3 wcscspn.3 \ + wmemchr.3 wcslcat.3 \ + wmemchr.3 wcslcpy.3 \ + wmemchr.3 wcslen.3 \ + wmemchr.3 wcsncat.3 \ + wmemchr.3 wcsncmp.3 \ + wmemchr.3 wcsncpy.3 \ + wmemchr.3 wcspbrk.3 \ + wmemchr.3 wcsrchr.3 \ + wmemchr.3 wcsspn.3 \ + wmemchr.3 wcsstr.3 + +MAN3+= memset_pattern.3 + +MLINKS+= memset_pattern.3 memset_pattern4.3 \ + memset_pattern.3 memset_pattern8.3 \ + memset_pattern.3 memset_pattern16.3 + .endif