1SubDir HAIKU_TOP src kits locale ; 2 3UsePrivateHeaders locale shared ; 4UsePublicHeaders locale storage ; 5UseLibraryHeaders icu ; 6 7SharedLibrary liblocale.so 8 : cat.cpp 9 Catalog.cpp 10 Collator.cpp 11 Country.cpp 12 Currency.cpp 13 DefaultCatalog.cpp 14 FloatFormat.cpp 15 FloatFormatImpl.cpp 16 FloatFormatParameters.cpp 17 Format.cpp 18 FormatImpl.cpp 19 FormatParameters.cpp 20 GenericNumberFormat.cpp 21 HashMapCatalog.cpp 22 IntegerFormat.cpp 23 IntegerFormatImpl.cpp 24 IntegerFormatParameters.cpp 25 langinfo.cpp 26 Language.cpp 27 LibraryInit.cpp 28 Locale.cpp 29 LocaleRoster.cpp 30 NumberFormat.cpp 31 NumberFormatImpl.cpp 32 NumberFormatParameters.cpp 33 PropertyFile.cpp 34 TimeFormat.cpp 35 UnicodeChar.cpp 36 : be $(TARGET_LIBSTDC++) libicu-common.so libicu-i18n.so 37 ; 38