Home | History | Annotate | Line # | Download | only in nls
Makefile.inc revision 1.8.60.1
      1  1.8.60.1  snj #	$NetBSD: Makefile.inc,v 1.8.60.1 2009/01/15 03:24:08 snj 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.8.60.1  snj 
     11  1.8.60.1  snj .if ${CITRUS} == "yes"
     12  1.8.60.1  snj CPPFLAGS.catopen.c+=	-DHAVE_CITRUS -I${LIBCDIR}/citrus
     13  1.8.60.1  snj .else
     14  1.8.60.1  snj CPPFLAGS.catopen.c+=	-UHAVE_CITRUS -I${LIBCDIR}/locale
     15  1.8.60.1  snj .endif
     16  1.8.60.1  snj 
     17