1 SubDir HAIKU_TOP src kits locale ;
3 AddSubDirSupportedPlatforms libbe_test ;
5 UsePrivateHeaders locale shared ;
6 UsePublicHeaders locale storage ;
16 FormattingConventions.cpp
23 MutableLocaleRoster.cpp
35 Format.cpp # Used by some of the above.
36 UnicodeChar.cpp # Already used in FirstBootPrompt.
37 RelativeDateTimeFormat.cpp
40 local architectureObject ;
41 for architectureObject in [ MultiArchSubDirSetup ] {
42 on $(architectureObject) {
43 local architecture = $(TARGET_PACKAGING_ARCH) ;
45 UseBuildFeatureHeaders icu ;
47 Includes [ FGristFiles $(sources) ]
48 : [ BuildFeatureAttribute icu : headers ] ;
49 # Dependency needed to trigger downloading/unzipping the package
50 # before compiling the files.
52 MergeObject <libbe!$(architecture)>locale_kit.o :
56 StaticLibrary <$(architecture)>liblocalestub.a