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 2001, 2003, 2006 Free Software Foundation, Inc.
5 # This file may be copied and used freely without restrictions. It can
6 # be used in projects which are not available under the GNU Public License
7 # but which still want to provide support for the GNU gettext functionality.
8 # Please note that the actual code is *not* freely available.
17 top_srcdir = @top_srcdir@
19 top_builddir = @top_builddir@
22 exec_prefix = @exec_prefix@
23 datadir = $(prefix)/@DATADIRNAME@
24 localedir = $(datadir)/locale
25 gnulocaledir = $(prefix)/share/locale
26 gettextsrcdir = $(prefix)/share/gettext/po
32 INSTALL_DATA = @INSTALL_DATA@
33 MKINSTALLDIRS = @MKINSTALLDIRS@
37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
39 XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
40 MSGMERGE = PATH=../src:$$PATH msgmerge
46 INCLUDES = -I.. -I$(top_srcdir)/intl
48 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
50 SOURCES = cat-id-tbl.c
53 DISTFILES = ChangeLog Makefile.in.in SRC-POTFILES.in BLD-POTFILES.in $(PACKAGE).pot \
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
56 # Note - the following line gets processed by bfd/configure and amended
57 # to contain the full list of source dir POTFILES.
60 # Note - the following line gets processed by bfd/configure and amended
61 # to contain the full list of build dir POTFILES.
65 CATOBJEXT = @CATOBJEXT@
66 INSTOBJEXT = @INSTOBJEXT@
69 .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
75 $(MAKE) $(PACKAGE).pot
76 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
82 file=`echo $* | sed 's,.*/,,'`.gmo \
83 && rm -f $$file && $(GMSGFMT) -o $$file $<
86 sed -f ../intl/po2msg.sed < $< > $*.msg \
87 && rm -f $@ && $(GENCAT) $@ $*.msg
92 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
95 $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
96 $(XGETTEXT) --default-domain=$(PACKAGE) \
97 --directory=$(top_srcdir) \
98 --add-comments --keyword=_ --keyword=N_ \
99 --files-from=$(srcdir)/SRC-POTFILES.in
100 $(XGETTEXT) --default-domain=$(PACKAGE) \
103 --add-comments --keyword=_ --keyword=N_ \
105 --files-from=$(srcdir)/BLD-POTFILES.in
106 rm -f $(srcdir)/$(PACKAGE).pot
107 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
109 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
110 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
112 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
113 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
114 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
117 echo cat-id-tbl.c changed; \
118 rm -f $(srcdir)/cat-id-tbl.c; \
119 mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
121 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
124 install: install-exec install-data
128 install-data: install-data-@USE_NLS@
130 install-data-yes: all
131 if test -r $(MKINSTALLDIRS); then \
132 $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
134 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
136 @catalogs='$(CATALOGS)'; \
137 for cat in $$catalogs; do \
138 cat=`basename $$cat`; \
140 *.gmo) destdir=$(gnulocaledir);; \
141 *) destdir=$(localedir);; \
143 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
144 dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
145 if test -r $(MKINSTALLDIRS); then \
146 $(MKINSTALLDIRS) $$dir; \
148 $(top_srcdir)/mkinstalldirs $$dir; \
150 if test -r $$cat; then \
151 $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
152 echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
154 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
155 echo "installing $(srcdir)/$$cat as" \
156 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
158 if test -r $$cat.m; then \
159 $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
160 echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
162 if test -r $(srcdir)/$$cat.m ; then \
163 $(INSTALL_DATA) $(srcdir)/$$cat.m \
164 $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
165 echo "installing $(srcdir)/$$cat as" \
166 "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
172 if test "$(PACKAGE)" = "gettext"; then \
173 if test -r $(MKINSTALLDIRS); then \
174 $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
176 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
178 $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
179 $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
184 # Define this as empty until I found a useful application.
188 catalogs='$(CATALOGS)'; \
189 for cat in $$catalogs; do \
190 cat=`basename $$cat`; \
191 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
192 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
193 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
194 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
195 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
197 rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
201 cat-id-tbl.o: ../intl/libgettext.h
203 html dvi pdf ps info tags TAGS ID:
206 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
212 rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
213 rm -f SRC-POTFILES BLD-POTFILES
215 maintainer-clean: distclean
216 @echo "This command is intended for maintainers to use;"
217 @echo "it deletes files that may require special tools to rebuild."
218 rm -f $(GMOFILES) SRC-POTFILES.in BLD-POTFILES.in
220 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
221 dist distdir: update-po $(DISTFILES)
222 dists="$(DISTFILES)"; \
223 for file in $$dists; do \
224 ln $(srcdir)/$$file $(distdir) 2> /dev/null \
225 || cp -p $(srcdir)/$$file $(distdir); \
229 $(MAKE) $(PACKAGE).pot
230 PATH=`pwd`/../src:$$PATH; \
232 catalogs='$(CATALOGS)'; \
233 for cat in $$catalogs; do \
234 cat=`basename $$cat`; \
235 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
236 mv $$lang.po $$lang.old.po; \
238 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
239 rm -f $$lang.old.po; \
241 echo "msgmerge for $$cat failed!"; \
243 mv $$lang.old.po $$lang.po; \
247 SRC-POTFILES: SRC-POTFILES.in
248 ( if test 'x$(srcdir)' != 'x.'; then \
249 posrcprefix='$(top_srcdir)/'; \
256 -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
257 | sed -e '$$s/\\$$//') > $@-t \
261 BLD-POTFILES: BLD-POTFILES.in
265 -e "s@.*@ ../& \\\\@" < $(srcdir)/$@.in \
266 | sed -e '$$s/\\$$//') > $@-t \
270 SRC-POTFILES.in: @MAINT@ ../Makefile
271 cd .. && $(MAKE) po/SRC-POTFILES.in
273 BLD-POTFILES.in: @MAINT@ ../Makefile
274 cd .. && $(MAKE) po/BLD-POTFILES.in
276 # Note - The presence of SRC-POTFILES and BLD-POTFILES as dependencies
277 # here breaks the implementation of the 'distclean' rule for maintainers.
278 # This is because if 'make distclean' is run in the BFD directory, the
279 # Makefile there will be deleted before 'distclean' is made here, and so
280 # the dependency SRC-POTFILES -> SRC-POTFILES.in -> ../Makefile cannot
283 # The SRC-POTFILES and BLD-POTFILES dependencies cannot be removed,
284 # however since it is necessary that these files be built during
285 # *configure* time, so that configure can insert them into the
286 # po/Makefile that it is creating, so that the Makefile will have
287 # the correct dependencies.
288 Makefile: Make-in ../config.status SRC-POTFILES BLD-POTFILES
290 && CONFIG_FILES=$(subdir)/Makefile.in:$(subdir)/Make-in \
291 CONFIG_HEADERS= $(SHELL) ./config.status
293 # Tell versions [3.59,3.63) of GNU make not to export all variables.
294 # Otherwise a system limit (for SysV at least) may be exceeded.