SubDir HAIKU_TOP src kits locale ;AddSubDirSupportedPlatforms libbe_test ;UsePrivateHeaders locale shared ;UsePublicHeaders locale storage ;local sources =Catalog.cppCatalogData.cppCollator.cppCountry.cppDefaultCatalog.cppEditableCatalog.cppFormattingConventions.cppHashMapCatalog.cppInitLocaleKit.cppLanguage.cppLocale.cppLocaleRoster.cppLocaleRosterData.cppMutableLocaleRoster.cppTextEncoding.cppTimeZone.cpp# in progressDateFormat.cppDateTimeFormat.cppDurationFormat.cppNumberFormat.cppStringFormat.cppTimeFormat.cppTimeUnitFormat.cppFormat.cpp # Used by some of the above.UnicodeChar.cpp # Already used in FirstBootPrompt.RelativeDateTimeFormat.cpp;local architectureObject ;for architectureObject in [ MultiArchSubDirSetup ] {on $(architectureObject) {local architecture = $(TARGET_PACKAGING_ARCH) ;UseBuildFeatureHeaders icu ;Includes [ FGristFiles $(sources) ]: [ BuildFeatureAttribute icu : headers ] ;# Dependency needed to trigger downloading/unzipping the package# before compiling the files.MergeObject <libbe!$(architecture)>locale_kit.o :$(sources);StaticLibrary <$(architecture)>liblocalestub.a: CatalogStub.cpp;}}