Home | History | Annotate | Line # | Download | only in libintl
      1  1.6  tshiozak #	$NetBSD: Makefile,v 1.6 2005/05/14 17:58:56 tshiozak Exp $
      2  1.1    itojun 
      3  1.1    itojun .include <bsd.own.mk>
      4  1.1    itojun 
      5  1.1    itojun LIB=	intl
      6  1.5  tshiozak SRCS=	gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \
      7  1.6  tshiozak 	sysdep.c plural_parser.c
      8  1.1    itojun INCS=	libintl.h
      9  1.1    itojun INCSDIR=/usr/include
     10  1.1    itojun 
     11  1.1    itojun #CFLAGS+=-g
     12  1.6  tshiozak CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../libc
     13  1.1    itojun 
     14  1.1    itojun MAN=	gettext.3
     15  1.1    itojun MLINKS=	gettext.3 dgettext.3 gettext.3 dcgettext.3 \
     16  1.1    itojun 	gettext.3 ngettext.3 gettext.3 dngettext.3 \
     17  1.1    itojun 	gettext.3 dcngettext.3 gettext.3 textdomain.3 \
     18  1.1    itojun 	gettext.3 bindtextdomain.3 gettext.3 bind_textdomain_codeset.3
     19  1.1    itojun 
     20  1.1    itojun .include <bsd.lib.mk>
     21