xref: /haiku/src/kits/support/Jamfile (revision c4b463c5cd2ae950989531a3caf7c1fa7c378573)
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	Url.cpp
25;
26
27StaticLibrary libreferenceable.a : : [ FGristFiles Referenceable.o ] ;
28