Lines Matching refs:list

138   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 for p in $$list; do echo "$$p $$p"; done | \
468 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
469 for p in $$list; do echo "$$p $$p"; done | \
492 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
493 files=`for p in $$list; do echo "$$p"; done | \
496 test -n "$$list" || exit 0; \
501 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
502 echo " rm -f" $$list; \
503 rm -f $$list || exit $$?; \
505 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
506 echo " rm -f" $$list; \
507 rm -f $$list
561 @list=''; test -n "$(man8dir)" || exit 0; \
562 { for i in $$list; do echo "$$i"; done; \
572 list=; while read file base inst; do \
573 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
578 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
587 @list=''; test -n "$(man8dir)" || exit 0; \
588 files=`{ for i in $$list; do echo "$$i"; done; \
598 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
599 unique=`for i in $$list; do \
611 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
612 unique=`for i in $$list; do \
631 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
632 unique=`for i in $$list; do \
650 @list='$(MANS)'; if test -n "$$list"; then \
651 list=`for p in $$list; do \
654 if test -n "$$list" && \
655 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
657 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
665 list='$(DISTFILES)'; \
666 dist_files=`for file in $$list; do echo $$file; done | \
988 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \