SubDir HAIKU_TOP src kits locale ;

UsePrivateHeaders locale ;

UsePublicHeaders locale storage ;

SharedLibrary liblocale.so
	: adler32.c
	  cat.cpp
	  Catalog.cpp
	  Collator.cpp
	  Country.cpp
	  Currency.cpp
	  DefaultCatalog.cpp
	  FloatFormat.cpp
	  FloatFormatImpl.cpp
	  FloatFormatParameters.cpp
	  Format.cpp
	  FormatImpl.cpp
	  FormatParameters.cpp
	  GenericNumberFormat.cpp
	  IntegerFormat.cpp
	  IntegerFormatImpl.cpp
	  IntegerFormatParameters.cpp
	  langinfo.cpp
	  Language.cpp
	  LibraryInit.cpp
	  Locale.cpp
	  LocaleRoster.cpp
	  NumberFormat.cpp
	  NumberFormatImpl.cpp
	  NumberFormatParameters.cpp
	  PropertyFile.cpp
	  strfmon.cpp
	  UnicodeChar.cpp
	: be $(TARGET_LIBSTDC++)
	;
