Lines Matching refs:list

112   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114 for p in $$list; do echo "$$p $$p"; done | \
465 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
466 list2=; for p in $$list; do \
478 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
479 for p in $$list; do \
487 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
497 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
498 echo " rm -f" $$list; \
499 rm -f $$list || exit $$?; \
501 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
502 echo " rm -f" $$list; \
503 rm -f $$list
547 @list='$(dist_include_HEADERS)'; test -n "$(includedir)" || list=; \
548 for p in $$list; do \
559 @list='$(dist_include_HEADERS)'; test -n "$(includedir)" || list=; \
560 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
567 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
568 for p in $$list; do \
579 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
580 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
586 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
587 unique=`for i in $$list; do \
599 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
600 unique=`for i in $$list; do \
619 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
640 list=' $(TESTS) '; \
642 if test -n "$$list"; then \
643 for tst in $$list; do \
732 list='$(DISTFILES)'; \
733 dist_files=`for file in $$list; do echo $$file; done | \
1060 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \