Home | History | Annotate | Download | only in examples

Lines Matching full:echo

227 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
236 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264 target=`echo $@ | sed s/-recursive//`; \
266 echo "Making $$target in $$subdir"; \
300 target=`echo $@ | sed s/-recursive//`; \
302 echo "Making $$target in $$subdir"; \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
386 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
390 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
441 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
450 @echo "This command is intended for maintainers to use"
451 @echo "it deletes files that may require special tools to rebuild."