Home | History | Annotate | Line # | Download | only in nls
Makefile.inc revision 1.9
      1  1.9  tnozaki #	$NetBSD: Makefile.inc,v 1.9 2009/01/02 00:20:21 tnozaki Exp $
      2  1.1      jtc 
      3  1.1      jtc .PATH: ${.CURDIR}/nls
      4  1.1      jtc 
      5  1.8      jtc SRCS+=	catclose.c catgets.c catopen.c
      6  1.6      cgd MAN+=	catclose.3 catgets.3 catopen.3
      7  1.8      jtc 
      8  1.8      jtc # indirect reference stubs, to be removed soon.
      9  1.8      jtc SRCS+=	_catclose.c _catgets.c _catopen.c
     10  1.9  tnozaki 
     11  1.9  tnozaki .if ${CITRUS} == "yes"
     12  1.9  tnozaki CPPFLAGS.catopen.c+=	-DHAVE_CITRUS -I${LIBCDIR}/citrus
     13  1.9  tnozaki .else
     14  1.9  tnozaki CPPFLAGS.catopen.c+=	-UHAVE_CITRUS -I${LIBCDIR}/locale
     15  1.9  tnozaki .endif
     16  1.9  tnozaki 
     17