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