Lines Matching refs:list

115   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 for p in $$list; do echo "$$p $$p"; done | \
657 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
658 list2=; for p in $$list; do \
670 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
671 for p in $$list; do \
679 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
688 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
702 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
703 echo " rm -f" $$list; \
704 rm -f $$list || exit $$?; \
706 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
707 echo " rm -f" $$list; \
708 rm -f $$list
712 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
713 for p in $$list; do echo "$$p $$p"; done | \
736 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
737 files=`for p in $$list; do echo "$$p"; done | \
740 test -n "$$list" || exit 0; \
745 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
746 echo " rm -f" $$list; \
747 rm -f $$list || exit $$?; \
749 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
750 echo " rm -f" $$list; \
751 rm -f $$list
754 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
755 echo " rm -f" $$list; \
756 rm -f $$list || exit $$?; \
758 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
759 echo " rm -f" $$list; \
760 rm -f $$list
764 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
765 for p in $$list; do echo "$$p $$p"; done | \
788 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
789 files=`for p in $$list; do echo "$$p"; done | \
792 test -n "$$list" || exit 0; \
797 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
798 echo " rm -f" $$list; \
799 rm -f $$list || exit $$?; \
801 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
802 echo " rm -f" $$list; \
803 rm -f $$list
906 @list=''; test -n "$(man3dir)" || exit 0; \
907 { for i in $$list; do echo "$$i"; done; \
917 list=; while read file base inst; do \
918 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
923 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
932 @list=''; test -n "$(man3dir)" || exit 0; \
933 files=`{ for i in $$list; do echo "$$i"; done; \
944 @list=''; test -n "$(man8dir)" || exit 0; \
945 { for i in $$list; do echo "$$i"; done; \
955 list=; while read file base inst; do \
956 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
961 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
970 @list=''; test -n "$(man8dir)" || exit 0; \
971 files=`{ for i in $$list; do echo "$$i"; done; \
982 @list='$(dist_kadm5include_HEADERS)'; test -n "$(kadm5includedir)" || list=; \
983 for p in $$list; do \
994 @list='$(dist_kadm5include_HEADERS)'; test -n "$(kadm5includedir)" || list=; \
995 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1002 @list='$(nodist_kadm5include_HEADERS)'; test -n "$(kadm5includedir)" || list=; \
1003 for p in $$list; do \
1014 @list='$(nodist_kadm5include_HEADERS)'; test -n "$(kadm5includedir)" || list=; \
1015 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1021 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1022 unique=`for i in $$list; do \
1034 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1035 unique=`for i in $$list; do \
1054 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1055 unique=`for i in $$list; do \
1073 @list='$(MANS)'; if test -n "$$list"; then \
1074 list=`for p in $$list; do \
1077 if test -n "$$list" && \
1078 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1080 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
1088 list='$(DISTFILES)'; \
1089 dist_files=`for file in $$list; do echo $$file; done | \
1428 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \