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