Home | History | Annotate | Download | only in test

Lines Matching refs:recursive

123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124 ctags-recursive dvi-recursive html-recursive info-recursive \
125 install-data-recursive install-dvi-recursive \
126 install-exec-recursive install-html-recursive \
127 install-info-recursive install-pdf-recursive \
128 install-ps-recursive install-recursive installcheck-recursive \
129 installdirs-recursive pdf-recursive ps-recursive \
130 tags-recursive uninstall-recursive
136 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137 distclean-recursive maintainer-clean-recursive
142 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
356 all: all-recursive
409 target=`echo $@ | sed s/-recursive//`; \
431 tags: tags-recursive
462 ctags: ctags-recursive
475 cscopelist: cscopelist-recursive
550 check: check-recursive
552 installdirs: installdirs-recursive
554 install: install-recursive
555 install-exec: install-exec-recursive
556 install-data: install-data-recursive
557 uninstall: uninstall-recursive
562 installcheck: installcheck-recursive
584 clean: clean-recursive
588 distclean: distclean-recursive
592 dvi: dvi-recursive
596 html: html-recursive
600 info: info-recursive
606 install-dvi: install-dvi-recursive
612 install-html: install-html-recursive
616 install-info: install-info-recursive
622 install-pdf: install-pdf-recursive
626 install-ps: install-ps-recursive
632 maintainer-clean: maintainer-clean-recursive
636 mostlyclean: mostlyclean-recursive
640 pdf: pdf-recursive
644 ps: ps-recursive