xref: /haiku/src/bin/bfs_tools/lib/Jamfile (revision 93e30a47bed879ad448b3e2d9e10333d3f2e60ae)
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