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
34 Format.cpp # Used by some of the above.
35 UnicodeChar.cpp # Already used in FirstBootPrompt.
37 # old, needs investigation
41 # FloatFormatParameters.cpp
43 # FormatParameters.cpp
44 # GenericNumberFormat.cpp
46 # IntegerFormatImpl.cpp
47 # IntegerFormatParameters.cpp
48 # NumberFormatParameters.cpp
51 local architectureObject ;
52 for architectureObject in [ MultiArchSubDirSetup ] {
53 on $(architectureObject) {
54 local architecture = $(TARGET_PACKAGING_ARCH) ;
56 UseBuildFeatureHeaders icu ;
58 Includes [ FGristFiles $(sources) ]
59 : [ BuildFeatureAttribute icu : headers ] ;
60 # Dependency needed to trigger downloading/unzipping the package
61 # before compiling the files.
63 MergeObject <libbe!$(architecture)>locale_kit.o :
67 StaticLibrary <$(architecture)>liblocalestub.a