xref: /minix3/lib/libintl/Makefile (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1 *36dcc4a4SLionel Sambuc#	$NetBSD: Makefile,v 1.6 2005/05/14 17:58:56 tshiozak Exp $
2 *36dcc4a4SLionel Sambuc
3 *36dcc4a4SLionel Sambuc.include <bsd.own.mk>
4 *36dcc4a4SLionel Sambuc
5 *36dcc4a4SLionel SambucLIB=	intl
6 *36dcc4a4SLionel SambucSRCS=	gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \
7 *36dcc4a4SLionel Sambuc	sysdep.c plural_parser.c
8 *36dcc4a4SLionel SambucINCS=	libintl.h
9 *36dcc4a4SLionel SambucINCSDIR=/usr/include
10 *36dcc4a4SLionel Sambuc
11 *36dcc4a4SLionel Sambuc#CFLAGS+=-g
12 *36dcc4a4SLionel SambucCPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../libc
13 *36dcc4a4SLionel Sambuc
14 *36dcc4a4SLionel SambucMAN=	gettext.3
15 *36dcc4a4SLionel SambucMLINKS=	gettext.3 dgettext.3 gettext.3 dcgettext.3 \
16 *36dcc4a4SLionel Sambuc	gettext.3 ngettext.3 gettext.3 dngettext.3 \
17 *36dcc4a4SLionel Sambuc	gettext.3 dcngettext.3 gettext.3 textdomain.3 \
18 *36dcc4a4SLionel Sambuc	gettext.3 bindtextdomain.3 gettext.3 bind_textdomain_codeset.3
19 *36dcc4a4SLionel Sambuc
20 *36dcc4a4SLionel Sambuc.include <bsd.lib.mk>
21