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