1SubDir HAIKU_TOP src bin bfs_tools lib ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5StaticLibrary libbfs_tools.a : 6 bfs.cpp 7 Bitmap.cpp 8 BPlusTree.cpp 9 Disk.cpp 10 dump.cpp 11 Hashtable.cpp 12 Inode.cpp 13; 14