]> git.saurik.com Git - apple/libc.git/blobdiff - i386/string/Makefile.inc
Libc-763.12.tar.gz
[apple/libc.git] / i386 / string / Makefile.inc
index 9194b2fc450cf6fc8775e7361d37c8eee4c91c0b..36d022d6641b48fdb16f1c2bcdb9beffbb28ae5f 100644 (file)
@@ -5,11 +5,22 @@
 #
 #
 .PATH: ${.CURDIR}/i386/string
 #
 #
 .PATH: ${.CURDIR}/i386/string
-MDSRCS += bcopy.s \
-       bzero.s \
+MDSRCS += \
+       bcopy.c \
+       bcopy_scalar.s \
+       bcopy_sse2.s \
+       bcopy_sse3x.s \
+       bcopy_sse42.s \
+       bzero.c \
+       bzero_scalar.s \
+       bzero_sse2.s \
+       bzero_sse42.s \
+       __bzero.s \
+       longcopy_sse3x.s \
+       memset_pattern_sse2.s \
        ffs.s \
        ffs.s \
-       memcpy.s \
-       memmove.s \
+       memcpy.c \
+       memmove.c \
        strlcat.s \
        strlcpy.s \
        strlen.s \
        strlcat.s \
        strlcpy.s \
        strlen.s \
@@ -18,5 +29,16 @@ MDSRCS += bcopy.s \
        strncpy.s \
        strncmp.s \
        memcmp.s \
        strncpy.s \
        strncmp.s \
        memcmp.s \
-       bcmp.s \
        memset.s
        memset.s
+
+SUPPRESSSRCS += bcmp.c
+
+DYLDSRCS += \
+       __bzero.s \
+       bcopy_scalar.s \
+       bzero_scalar.s \
+       ffs.s \
+       memcmp.s \
+       memset_pattern_sse2.s \
+       strcmp.s \
+       strlen.s