Lines Matching full:then
123 if test -r "$(MKINSTALLDIRS)"; then \
137 if test -r "$(MKINSTALLDIRS)"; then \
142 if test -r $$cat; then \
150 if test -r $$cat.m; then \
154 if test -r $(srcdir)/$$cat.m ; then \
164 if test "$(PACKAGE)" = "glib"; then \
165 if test -r "$(MKINSTALLDIRS)"; then \
189 if test "$(PACKAGE)" = "glib"; then \
228 if $(MSGMERGE) $$lang.po $(GETTEXT_PACKAGE).pot -o $$tmpdir/$$lang.new.po; then \
229 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
232 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
250 ( if test 'x$(srcdir)' != 'x.'; then \