]> git.saurik.com Git - apple/libc.git/blame - ppc/string/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / ppc / string / Makefile.inc
CommitLineData
9385eb3d
A
1# $Version$
2#
3# PPC-optimised string functions.
4#
59e0d9fe
A
5.PATH: ${.CURDIR}/ppc/string
6
9385eb3d 7MDSRCS += \
59e0d9fe
A
8 bcopy.s \
9 bzero.s \
224c7076
A
10 ffs.s \
11 ffsl.s \
12 fls.s \
13 flsl.s \
3d9156a7 14 memset.s \
9385eb3d
A
15 memcmp.s \
16 strcat.s \
17 strcmp.s \
18 strcpy.s \
19 strlcat.s \
20 strlcpy.s \
21 strlen.s \
22 strncat.s \
23 strncmp.s \
24 strncpy.s
25
26SUPPRESSSRCS += bcmp.c
27