# Makefile for uClibc
#
# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#

klib-y :=

# multi source locale.o
klib-y += setlocale.o localeconv.o _locale_init.o nl_langinfo.o

klib-$(UCLIBC_HAS_LOCALE) += newlocale.o __locale_mbrtowc_l.o
klib-$(UCLIBC_HAS_XLOCALE) += nl_langinfo_l.o duplocale.o freelocale.o uselocale.o __curlocale.o
