Lines Matching refs:recursive

222 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
223 ctags-recursive dvi-recursive html-recursive info-recursive \
224 install-data-recursive install-dvi-recursive \
225 install-exec-recursive install-html-recursive \
226 install-info-recursive install-pdf-recursive \
227 install-ps-recursive install-recursive installcheck-recursive \
228 installdirs-recursive pdf-recursive ps-recursive \
229 tags-recursive uninstall-recursive
235 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
236 distclean-recursive maintainer-clean-recursive
241 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
817 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1282 target=`echo $@ | sed s/-recursive//`; \
1304 tags: tags-recursive
1335 ctags: ctags-recursive
1354 cscopelist: cscopelist-recursive
1407 check: check-recursive
1409 installdirs: installdirs-recursive
1411 install: install-recursive
1412 install-exec: install-exec-recursive
1413 install-data: install-data-recursive
1414 uninstall: uninstall-recursive
1419 installcheck: installcheck-recursive
1451 clean: clean-recursive
1456 distclean: distclean-recursive
1464 dvi: dvi-recursive
1468 html: html-recursive
1472 info: info-recursive
1478 install-dvi: install-dvi-recursive
1484 install-html: install-html-recursive
1488 install-info: install-info-recursive
1494 install-pdf: install-pdf-recursive
1498 install-ps: install-ps-recursive
1504 maintainer-clean: maintainer-clean-recursive
1511 mostlyclean: mostlyclean-recursive
1516 pdf: pdf-recursive
1520 ps: ps-recursive