1SubDir HAIKU_TOP src system libroot posix string arch m68k ; 2 3local architectureObject ; 4for architectureObject in [ MultiArchSubDirSetup m68k ] { 5 on $(architectureObject) { 6 local architecture = $(TARGET_PACKAGING_ARCH) ; 7 8 UsePrivateSystemHeaders ; 9 10 SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ; 11 12 MergeObject <$(architecture)>posix_string_arch_$(TARGET_ARCH).o : 13 arch_string.S 14 memset.c 15 ; 16 } 17} 18