# 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.
#

EXTRA_CFLAGS := -DNOT_IN_libc -DIS_IN_libintl $(SSP_ALL_CFLAGS)
EXTRA_AFLAGS := -DNOT_IN_libc -DIS_IN_libintl

klib-y := $(notdir $(wildcard $(obj)/*.c))

kmulti-y := \
    gettext.o ngettext.o dgettext.o dcgettext.o dngettext.o dcngettext.o \
    textdomain.o bindtextdomain.o bind_textdomain_codeset.o \
    _nl_expand_alias.o _nl_msg_cat_cntr.o
# last line above are glibc-isms

kmulti-src := intl.c
