xref: /haiku/src/kits/support/Jamfile (revision 820dca4df6c7bf955c46e8f6521b9408f50b2900)
1SubDir HAIKU_TOP src kits support ;
2
3SetSubDirSupportedPlatforms haiku libbe_test ;
4
5UsePrivateHeaders app interface media shared support ;
6
7MergeObject <libbe>support_kit.o :
8	Archivable.cpp
9	ArchivingManagers.cpp
10	Beep.cpp
11	BlockCache.cpp
12	BufferedDataIO.cpp
13	BufferIO.cpp
14	ByteOrder.cpp
15	DataIO.cpp
16	DateTime.cpp
17	Flattenable.cpp
18	List.cpp
19	Locker.cpp
20	PointerList.cpp
21	Referenceable.cpp
22	StopWatch.cpp
23	String.cpp
24	StringList.cpp
25	Url.cpp
26;
27
28StaticLibrary libreferenceable.a : : [ FGristFiles Referenceable.o ] ;
29