1SubDir HAIKU_TOP src system libroot posix malloc hoard2 ; 2 3UsePrivateHeaders libroot shared ; 4 5local architectureObject ; 6for architectureObject in [ MultiArchSubDirSetup ] { 7 on $(architectureObject) { 8 local architecture = $(TARGET_PACKAGING_ARCH) ; 9 10 UsePrivateSystemHeaders ; 11 12 MergeObject <$(architecture)>posix_malloc.o : 13 arch-specific.cpp 14 heap.cpp 15 processheap.cpp 16 superblock.cpp 17 threadheap.cpp 18 wrapper.cpp 19 ; 20 } 21} 22