Lines Matching refs:recursive

121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122 ctags-recursive dvi-recursive html-recursive info-recursive \
123 install-data-recursive install-dvi-recursive \
124 install-exec-recursive install-html-recursive \
125 install-info-recursive install-pdf-recursive \
126 install-ps-recursive install-recursive installcheck-recursive \
127 installdirs-recursive pdf-recursive ps-recursive \
128 tags-recursive uninstall-recursive
163 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
169 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
374 $(MAKE) $(AM_MAKEFLAGS) all-recursive
472 target=`echo $@ | sed s/-recursive//`; \
494 tags: tags-recursive
525 ctags: ctags-recursive
544 cscopelist: cscopelist-recursive
761 check: check-recursive
763 installdirs: installdirs-recursive
768 install: install-recursive
769 install-exec: install-exec-recursive
770 install-data: install-data-recursive
771 uninstall: uninstall-recursive
776 installcheck: installcheck-recursive
798 clean: clean-recursive
802 distclean: distclean-recursive
808 dvi: dvi-recursive
812 html: html-recursive
816 info: info-recursive
822 install-dvi: install-dvi-recursive
828 install-html: install-html-recursive
832 install-info: install-info-recursive
838 install-pdf: install-pdf-recursive
842 install-ps: install-ps-recursive
848 maintainer-clean: maintainer-clean-recursive
854 mostlyclean: mostlyclean-recursive
858 pdf: pdf-recursive
862 ps: ps-recursive