1 # Makefile for program source directory in GNU NLS utilities package.
2 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
3 # Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
5 # This file may be copied and used freely without restrictions. It may
6 # be used in projects which are not available under a GNU Public License,
7 # but which still want to provide support for the GNU gettext functionality.
9 # - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
10 # instead of PACKAGE and to look for po2tbl in ./ not in intl/
12 # - Modified by jacob berkman <jacob@ximian.com> to install
13 # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
15 # - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
17 # We have the following line for use by intltoolize:
20 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@-functions
21 XGETTEXT_KEYWORDS = --keyword --keyword=F_
28 top_srcdir = @top_srcdir@
29 top_builddir = @top_builddir@
33 exec_prefix = @exec_prefix@
35 datarootdir = @datarootdir@
37 DATADIRNAME = @DATADIRNAME@
38 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
40 install_sh = @install_sh@
41 # Automake >= 1.8 provides @mkdir_p@.
42 # Until it can be supposed, use the safe fallback:
43 mkdir_p = $(install_sh) -d
46 INSTALL_DATA = @INSTALL_DATA@
51 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
52 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
53 MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
54 GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
56 ALL_LINGUAS = @ALL_LINGUAS@
58 PO_LINGUAS=$(shell if test -r $(top_srcdir)/po/LINGUAS; then grep -v "^\#" $(top_srcdir)/po/LINGUAS; fi)
60 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(top_srcdir)/po/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
62 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
64 POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
66 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
67 EXTRA_DISTFILES = POTFILES.skip Makevars
70 # This comment gets stripped out
72 CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
75 .SUFFIXES: .po .pox .gmo .mo .msg .cat
78 $(MAKE) $(GETTEXT_PACKAGE).pot
79 $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
85 file=`echo $* | sed 's,.*/,,'`.gmo \
86 && rm -f $$file && $(GMSGFMT) -o $$file $<
89 sed -f ../intl/po2msg.sed < $< > $*.msg \
90 && rm -f $@ && gencat $@ $*.msg
98 $(GETTEXT_PACKAGE).pot: $(POTFILES)
101 install: install-data
102 install-data: install-data-@USE_NLS@
104 install-data-yes: all
105 $(mkdir_p) $(DESTDIR)$(itlocaledir)
106 linguas="$(USE_LINGUAS)"; \
107 for lang in $$linguas; do \
108 dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
110 if test -r $$lang.gmo; then \
111 $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
112 echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
114 $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
115 echo "installing $(srcdir)/$$lang.gmo as" \
116 "$$dir/$(GETTEXT_PACKAGE).mo"; \
118 if test -r $$lang.gmo.m; then \
119 $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
120 echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
122 if test -r $(srcdir)/$$lang.gmo.m ; then \
123 $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
124 $$dir/$(GETTEXT_PACKAGE).mo.m; \
125 echo "installing $(srcdir)/$$lang.gmo.m as" \
126 "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
133 # Empty stubs to satisfy archaic automake needs
134 dvi info tags TAGS ID:
136 # Define this as empty until I found a useful application.
137 install-exec installcheck:
140 linguas="$(USE_LINGUAS)"; \
141 for lang in $$linguas; do \
142 rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
143 rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
146 check: all $(GETTEXT_PACKAGE).pot
147 rm -f missing notexist
148 srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
149 if [ -r missing -o -r notexist ]; then \
154 rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
155 rm -f .intltool-merge-cache
160 rm -f Makefile Makefile.in POTFILES stamp-it
161 rm -f *.mo *.msg *.cat *.cat.m *.gmo
163 maintainer-clean: distclean
164 @echo "This command is intended for maintainers to use;"
165 @echo "it deletes files that may require special tools to rebuild."
168 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
169 dist distdir: $(DISTFILES)
170 dists="$(DISTFILES)"; \
171 extra_dists="$(EXTRA_DISTFILES)"; \
172 for file in $$extra_dists; do \
173 test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
175 for file in $$dists; do \
176 test -f $$file || file="$(srcdir)/$$file"; \
177 ln $$file $(distdir) 2> /dev/null \
178 || cp -p $$file $(distdir); \
182 $(MAKE) $(GETTEXT_PACKAGE).pot
184 linguas="$(USE_LINGUAS)"; \
185 for lang in $$linguas; do \
187 result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
189 if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
190 rm -f $$tmpdir/$$lang.new.po; \
192 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
195 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
196 rm -f $$tmpdir/$$lang.new.po; \
201 echo "msgmerge for $$lang.gmo failed!"; \
202 rm -f $$tmpdir/$$lang.new.po; \
206 Makefile POTFILES: stamp-it
207 @if test ! -f $@; then \
212 stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
214 && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
215 $(SHELL) ./config.status
217 # Tell versions [3.59,3.63) of GNU make not to export all variables.
218 # Otherwise a system limit (for SysV at least) may be exceeded.