Lines Matching refs:PACKAGE
9 PACKAGE = @PACKAGE@
48 DISTFILES = Makefile.in.in POTFILES.in $(PACKAGE).pot \
64 $(MAKE) $(PACKAGE).pot
65 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
84 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
85 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
88 && test ! -f $(PACKAGE).po \
89 || ( rm -f $(srcdir)/$(PACKAGE).pot \
90 && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
117 $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
118 echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
120 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
122 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
125 $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
126 echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
130 $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
132 "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
138 if test "$(PACKAGE)" = "gettext"; then \
158 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
159 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
160 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
161 rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
169 rm -f core core.* *.pox $(PACKAGE).po *.old.po
183 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
192 $(MAKE) $(PACKAGE).pot
201 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \