Home | History | Annotate | Line # | Download | only in xgettext
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2016/01/12 22:58:02 christos Exp $
      2 
      3 PROG=	xgettext
      4 SRCS=	\
      5 po-time.c \
      6 uniname.c \
      7 xgettext.c \
      8 x-awk.c \
      9 x-c.c \
     10 x-csharp.c \
     11 x-elisp.c \
     12 x-glade.c \
     13 x-java.c \
     14 x-librep.c \
     15 x-lisp.c \
     16 x-perl.c \
     17 x-php.c \
     18 x-po.c \
     19 x-python.c \
     20 x-rst.c \
     21 x-scheme.c \
     22 x-sh.c \
     23 x-smalltalk.c \
     24 x-tcl.c \
     25 x-ycp.c 
     26 
     27 LDADD+=	-lexpat
     28 DPADD+= ${LIBEXPAT}
     29 
     30 COPTS.xgettext.c = -Wno-stack-protector
     31 
     32 CWARNFLAGS.clang+=	-Wno-empty-body
     33 
     34 .include "${.CURDIR}/../Makefile.inc.prog"
     35 
     36 .PATH: ${DIST}/gettext-tools/libuniname
     37 CPPFLAGS+=	-I${DIST}/gettext-tools/libuniname
     38