]> git.saurik.com Git - apple/libc.git/blob - arm/string/Makefile.inc
Libc-594.9.1.tar.gz
[apple/libc.git] / arm / string / Makefile.inc
1 # $Version$
2 #
3 # ARM-optimised string functions.
4 #
5 .PATH: ${.CURDIR}/arm/string
6
7 MDSRCS += \
8 bcopy.s \
9 bzero.s \
10 ffs.s \
11 memcmp.s \
12 memset_pattern.s \
13 strcmp.s \
14 strlen.s
15
16 SUPPRESSSRCS += bcmp.c memcpy.c memmove.c memset.c strlen.c