Home | History | Annotate | Download | only in tests

Lines Matching full:echo

231 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
265 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
268 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
269 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
272 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
319 @echo "This command is intended for maintainers to use"
320 @echo "it deletes files that may require special tools to rebuild."
381 echo '# Signature of the current package.'; \
382 echo 'm4_define([AT_PACKAGE_NAME], [$(PACKAGE_NAME)])'; \
383 echo 'm4_define([AT_PACKAGE_TARNAME], [$(PACKAGE_TARNAME)])'; \
384 echo 'm4_define([AT_PACKAGE_VERSION], [$(PACKAGE_VERSION)])'; \
385 echo 'm4_define([AT_PACKAGE_STRING], [$(PACKAGE_STRING)])'; \
386 echo 'm4_define([AT_PACKAGE_BUGREPORT], [$(PACKAGE_BUGREPORT)])'; \