1SubDir HAIKU_TOP src system libroot posix string ; 2 3MergeObject posix_string.o : 4 bcmp.c 5 bcopy.c 6 bzero.c 7 ffs.cpp 8 memccpy.c 9 memchr.c 10 memcmp.c 11 memmove.c 12 stpcpy.c 13 strcasecmp.c 14 strcasestr.c 15 strcat.c 16 strchr.c 17 strchrnul.c 18 strcmp.c 19 strcoll.c 20 strcpy.c 21 strcspn.c 22 strdup.c 23 strerror.c 24 strlcat.c 25 strlcpy.c 26 strlwr.c 27 strncat.c 28 strncmp.c 29 strncpy.c 30 strndup.cpp 31 strnlen.c 32 strpbrk.c 33 strrchr.c 34 strspn.c 35 strstr.c 36 strtok.c 37 strupr.c 38 strxfrm.c 39; 40 41HaikuSubInclude arch $(TARGET_ARCH) ; 42