1SubDir HAIKU_TOP src build libbe storage ; 2 3UseHeaders [ FDirName $(HAIKU_TOP) headers build private shared ] : true ; 4UseHeaders [ FDirName $(HAIKU_TOP) headers build private app ] : true ; 5UseHeaders [ FDirName $(HAIKU_TOP) headers build private kernel ] : true ; 6UseHeaders [ FDirName $(HAIKU_TOP) headers build private storage ] : true ; 7 8USES_BE_API on <libbe_build>storage_kit.o = true ; 9 10BuildPlatformMergeObject <libbe_build>storage_kit.o : 11 AppFileInfo.cpp 12 Directory.cpp 13 Entry.cpp 14 EntryList.cpp 15 File.cpp 16 MimeType.cpp 17 Node.cpp 18 NodeInfo.cpp 19 OffsetFile.cpp 20 Path.cpp 21 ResourceFile.cpp 22 ResourceItem.cpp 23 Resources.cpp 24 ResourcesContainer.cpp 25 ResourceStrings.cpp 26 Statable.cpp 27 SymLink.cpp 28 Volume.cpp 29 storage_support.cpp 30; 31