Lines Matching refs:PACKAGE
10 PACKAGE = @PACKAGE@
53 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
69 $(MAKE) $(PACKAGE).pot
70 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
86 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
89 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
90 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
94 rm -f $(srcdir)/$(PACKAGE).pot
95 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
100 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
140 $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
141 echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
143 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
145 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
148 $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
149 echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
153 $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
155 "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
161 if test "$(PACKAGE)" = "gettext"; then \
181 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
182 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
183 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
184 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
208 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
217 $(MAKE) $(PACKAGE).pot
226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \