1 # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/string/Makefile.inc,v 1.32 2002/11/18 09:50:56 ru Exp $
4 # machine-dependent string sources
5 .sinclude "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc"
7 .PATH: ${.CURDIR}/string
8 CWD := ${.CURDIR}/string
10 CFLAGS+= -I${.CURDIR}/locale
12 .include "Makefile.fbsd_begin"
13 # machine-independent string sources
14 FBSDMISRCS+=bcmp.c index.c memccpy.c memchr.c memcmp.c \
15 memset.c rindex.c stpcpy.c strcasecmp.c strcat.c \
16 strchr.c strcoll.c strcpy.c strcspn.c strdup.c strerror.c \
17 strlcat.c strlcpy.c strlen.c strmode.c strncat.c strncmp.c strncpy.c \
18 strcasestr.c strnstr.c \
19 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
20 strxfrm.c swab.c wcscat.c wcschr.c wcscmp.c wcscoll.c wcscpy.c \
22 wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c \
23 wcsrchr.c wcsspn.c wcsstr.c wcstok.c wcswidth.c wcsxfrm.c wmemchr.c \
25 wmemcpy.c wmemmove.c wmemset.c
26 .include "Makefile.fbsd_end"
28 LEGACYSRCS+= strerror.c
30 # set the LIBC_ALIAS_* macros so we can decorate the symbol independent
31 # of other macro settings
32 CFLAGS-strerror-fbsd.c += -DLIBC_ALIAS_STRERROR
35 .include "Makefile.fbsd_begin"
36 FBSDMAN3= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
37 memcmp.3 memcpy.3 memmove.3 memset.3 rindex.3 strcasecmp.3 strcat.3 \
38 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
39 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strrchr.3 strsep.3 \
40 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
41 wcswidth.3 wcsxfrm.3 wmemchr.3
42 .include "Makefile.fbsd_end"
44 MLINKS+= ffs.3 ffsl.3 \
48 MLINKS+= strcasecmp.3 strcasecmp_l.3 \
49 strcasecmp.3 strncasecmp.3 \
50 strcasecmp.3 strncasecmp_l.3
52 MLINKS+= strcat.3 strncat.3
54 MLINKS+= strcmp.3 strncmp.3
56 MLINKS+= strcoll.3 strcoll_l.3
58 MLINKS+= strcpy.3 stpcpy.3 \
61 MLINKS+= strerror.3 perror.3 \
62 strerror.3 strerror_r.3 \
63 strerror.3 sys_errlist.3 \
66 MLINKS+= strlcpy.3 strlcat.3
68 MLINKS+= strtok.3 strtok_r.3
70 MLINKS+= strstr.3 strcasestr.3 \
71 strstr.3 strcasestr_l.3 \
74 MLINKS+= strxfrm.3 strxfrm_l.3
76 MLINKS+= wcscoll.3 wcscoll_l.3
78 MLINKS+= wcswidth.3 wcswidth_l.3
80 MLINKS+= wcsxfrm.3 wcsxfrm_l.3
82 MLINKS+= wmemchr.3 wmemcmp.3 \
84 wmemchr.3 wmemmove.3 \
102 MAN3+= memset_pattern.3
104 MLINKS+= memset_pattern.3 memset_pattern4.3 \
105 memset_pattern.3 memset_pattern8.3 \
106 memset_pattern.3 memset_pattern16.3