]> git.saurik.com Git - apple/libc.git/blob - ppc/string/Makefile.inc
Libc-391.1.21.tar.gz
[apple/libc.git] / ppc / string / Makefile.inc
1 # $Version$
2 #
3 # PPC-optimised string functions.
4 #
5 .PATH: ${.CURDIR}/ppc/string
6
7 MDSRCS += \
8 bcopy.s \
9 bzero.s \
10 memset.s \
11 memcmp.s \
12 strcat.s \
13 strcmp.s \
14 strcpy.s \
15 strlcat.s \
16 strlcpy.s \
17 strlen.s \
18 strncat.s \
19 strncmp.s \
20 strncpy.s
21
22 SUPPRESSSRCS += bcmp.c
23