SubDir HAIKU_TOP src system libroot posix malloc ; UsePrivateHeaders libroot shared ; local architectureObject ; for architectureObject in [ MultiArchSubDirSetup ] { on $(architectureObject) { local architecture = $(TARGET_PACKAGING_ARCH) ; UsePrivateSystemHeaders ; MergeObject <$(architecture)>posix_malloc.o : arch-specific.cpp heap.cpp processheap.cpp superblock.cpp threadheap.cpp wrapper.cpp ; } }