1SubDir HAIKU_TOP src kits support ; 2 3SetSubDirSupportedPlatforms haiku libbe_test ; 4 5UsePrivateHeaders app interface media shared support ; 6 7local architectureObject ; 8for architectureObject in [ MultiArchSubDirSetup ] { 9 on $(architectureObject) { 10 local architecture = $(TARGET_PACKAGING_ARCH) ; 11 12 MergeObject <libbe!$(architecture)>support_kit.o : 13 Archivable.cpp 14 ArchivingManagers.cpp 15 Beep.cpp 16 BlockCache.cpp 17 BufferedDataIO.cpp 18 BufferIO.cpp 19 ByteOrder.cpp 20 DataIO.cpp 21 DateTime.cpp 22 Flattenable.cpp 23 List.cpp 24 Locker.cpp 25 PointerList.cpp 26 Referenceable.cpp 27 StopWatch.cpp 28 String.cpp 29 StringList.cpp 30 Url.cpp 31 Uuid.cpp 32 ; 33 34 StaticLibrary [ MultiArchDefaultGristFiles libreferenceable.a ] 35 : : [ FGristFiles Referenceable.o ] ; 36 } 37} 38