1SubDir HAIKU_TOP src build libbe support ; 2 3UsePrivateBuildHeaders app interface shared support ; 4 5USES_BE_API on <libbe_build>support_kit.o = true ; 6 7SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits support ] ; 8 9BuildPlatformMergeObjectPIC <libbe_build>support_kit.o : 10 Archivable.cpp 11 BlockCache.cpp 12 ByteOrder.cpp 13 DataIO.cpp 14 Flattenable.cpp 15 List.cpp 16 Locker.cpp 17 PointerList.cpp 18 Referenceable.cpp 19 String.cpp 20 StringList.cpp 21; 22