Deleted Added
full compact
Makefile.inc (107052) Makefile.inc (118134)
1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libc/string/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
2# $FreeBSD: head/lib/libc/string/Makefile.inc 118134 2003-07-28 22:50:42Z simon $
3
4.PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string
5
6CFLAGS+= -I${.CURDIR}/locale
7
8# machine-independent string sources
9MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
10 memcpy.c memmove.c memset.c rindex.c stpcpy.c strcasecmp.c strcat.c \

--- 10 unchanged lines hidden (view full) ---

21
22
23# machine-dependent string sources
24.if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc)
25.include "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc"
26.endif
27
28MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
3
4.PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string
5
6CFLAGS+= -I${.CURDIR}/locale
7
8# machine-independent string sources
9MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
10 memcpy.c memmove.c memset.c rindex.c stpcpy.c strcasecmp.c strcat.c \

--- 10 unchanged lines hidden (view full) ---

21
22
23# machine-dependent string sources
24.if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc)
25.include "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc"
26.endif
27
28MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
29 memcmp.3 memcpy.3 memmove.3 memset.3 rindex.3 strcasecmp.3 strcat.3 \
29 memcmp.3 memcpy.3 memmove.3 memset.3 strcasecmp.3 strcat.3 \
30 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
30 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
31 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strrchr.3 strsep.3 \
31 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strsep.3 \
32 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
33 wcswidth.3 wcsxfrm.3 wmemchr.3
34
32 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
33 wcswidth.3 wcsxfrm.3 wmemchr.3
34
35MLINKS+=index.3 rindex.3
35MLINKS+=strcasecmp.3 strncasecmp.3
36MLINKS+=strcat.3 strncat.3
36MLINKS+=strcasecmp.3 strncasecmp.3
37MLINKS+=strcat.3 strncat.3
38MLINKS+=strchr.3 strrchr.3
37MLINKS+=strcmp.3 strncmp.3
38MLINKS+=strcpy.3 stpcpy.3
39MLINKS+=strcpy.3 strncpy.3
40MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
41MLINKS+=strerror.3 strerror_r.3
42MLINKS+=strlcpy.3 strlcat.3
43MLINKS+=strtok.3 strtok_r.3
44MLINKS+=strstr.3 strcasestr.3
45MLINKS+=strstr.3 strnstr.3
46MLINKS+=wmemchr.3 wmemcmp.3 wmemchr.3 wmemcpy.3 \
47 wmemchr.3 wmemmove.3 wmemchr.3 wmemset.3 \
48 wmemchr.3 wcscat.3 wmemchr.3 wcschr.3 \
49 wmemchr.3 wcscmp.3 wmemchr.3 wcscpy.3 \
50 wmemchr.3 wcscspn.3 wmemchr.3 wcslcat.3 \
51 wmemchr.3 wcslcpy.3 wmemchr.3 wcslen.3 \
52 wmemchr.3 wcsncat.3 wmemchr.3 wcsncmp.3 \
53 wmemchr.3 wcsncpy.3 wmemchr.3 wcspbrk.3 \
54 wmemchr.3 wcsrchr.3 wmemchr.3 wcsspn.3 \
55 wmemchr.3 wcsstr.3
39MLINKS+=strcmp.3 strncmp.3
40MLINKS+=strcpy.3 stpcpy.3
41MLINKS+=strcpy.3 strncpy.3
42MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
43MLINKS+=strerror.3 strerror_r.3
44MLINKS+=strlcpy.3 strlcat.3
45MLINKS+=strtok.3 strtok_r.3
46MLINKS+=strstr.3 strcasestr.3
47MLINKS+=strstr.3 strnstr.3
48MLINKS+=wmemchr.3 wmemcmp.3 wmemchr.3 wmemcpy.3 \
49 wmemchr.3 wmemmove.3 wmemchr.3 wmemset.3 \
50 wmemchr.3 wcscat.3 wmemchr.3 wcschr.3 \
51 wmemchr.3 wcscmp.3 wmemchr.3 wcscpy.3 \
52 wmemchr.3 wcscspn.3 wmemchr.3 wcslcat.3 \
53 wmemchr.3 wcslcpy.3 wmemchr.3 wcslen.3 \
54 wmemchr.3 wcsncat.3 wmemchr.3 wcsncmp.3 \
55 wmemchr.3 wcsncpy.3 wmemchr.3 wcspbrk.3 \
56 wmemchr.3 wcsrchr.3 wmemchr.3 wcsspn.3 \
57 wmemchr.3 wcsstr.3