Lines Matching refs:srcdir
16 srcdir = @srcdir@
18 VPATH = @srcdir@
70 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
89 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
93 --files-from=$(srcdir)/POTFILES.in
94 rm -f $(srcdir)/$(PACKAGE).pot
95 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
100 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
106 rm -f $(srcdir)/cat-id-tbl.c; \
107 mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
143 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
144 echo "installing $(srcdir)/$$cat as" \
151 if test -r $(srcdir)/$$cat.m ; then \
152 $(INSTALL_DATA) $(srcdir)/$$cat.m \
154 echo "installing $(srcdir)/$$cat as" \
167 $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
212 ln $(srcdir)/$$file $(distdir) 2> /dev/null \
213 || cp -p $(srcdir)/$$file $(distdir); \
219 cd $(srcdir); \
236 ( if test 'x$(srcdir)' != 'x.'; then \
243 -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \