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