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