]> git.saurik.com Git - apple/libc.git/blob - ppc64/string/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / ppc64 / string / Makefile.inc
1 # searching ppc directory as a fallback to avoid unnecessary code duplication
2 #
3 .PATH: ${.CURDIR}/ppc/string
4
5 MDSRCS += \
6 bcopy.s \
7 bzero.s \
8 ffs.s \
9 ffsl.s \
10 fls.s \
11 flsl.s \
12 memset.s \
13 memcmp.s \
14 strcat.s \
15 strcmp.s \
16 strcpy.s \
17 strlcat.s \
18 strlcpy.s \
19 strlen.s \
20 strncat.s \
21 strncmp.s \
22 strncpy.s
23
24 SUPPRESSSRCS += bcmp.c
25