Home | History | Annotate | Download | only in src

Lines Matching full:echo

296 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
305 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
323 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
324 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
332 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
333 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
348 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
349 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
357 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
358 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
420 to=`echo "$*_H" | sed \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
489 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
492 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
493 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
496 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
536 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
546 @echo "This command is intended for maintainers to use"
547 @echo "it deletes files that may require special tools to rebuild."
616 echo '#! /bin/sh' >$@
617 echo 'exec $(bindir)/bison -y "$$@"' >>$@
620 echo:
621 echo $(bison_SOURCES) $(noinst_HEADERS)
641 echo 'the above functions should have static scope' 1>&2; \
650 echo 'the above variables should have static scope' 1>&2; \