1SubDir HAIKU_TOP src system libroot posix musl string ; 2 3SubDirSysHdrs [ FDirName $(SUBDIR) .. include ] ; 4UseHeaders [ FDirName $(SUBDIR) .. internal ] ; 5 6local architectureObject ; 7for architectureObject in [ MultiArchSubDirSetup ] { 8 on $(architectureObject) { 9 local architecture = $(TARGET_PACKAGING_ARCH) ; 10 11 MergeObject <$(architecture)>posix_musl_string.o : 12 memrchr.c 13 stpncpy.c 14 strchrnul.c 15 strcspn.c 16 swab.c 17 ; 18 } 19} 20