Lines Matching full:recursive

77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78 html-recursive info-recursive install-data-recursive \
79 install-dvi-recursive install-exec-recursive \
80 install-html-recursive install-info-recursive \
81 install-pdf-recursive install-ps-recursive install-recursive \
82 installcheck-recursive installdirs-recursive pdf-recursive \
83 ps-recursive uninstall-recursive
84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85 distclean-recursive maintainer-clean-recursive
86 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
230 all: all-recursive
360 target=`echo $@ | sed s/-recursive//`; \
395 target=`echo $@ | sed s/-recursive//`; \
406 tags-recursive:
410 ctags-recursive:
425 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
539 check: check-recursive
541 installdirs: installdirs-recursive
546 install: install-recursive
547 install-exec: install-exec-recursive
548 install-data: install-data-recursive
549 uninstall: uninstall-recursive
554 installcheck: installcheck-recursive
577 clean: clean-recursive
581 distclean: distclean-recursive
587 dvi: dvi-recursive
591 html: html-recursive
595 info: info-recursive
601 install-dvi: install-dvi-recursive
607 install-html: install-html-recursive
611 install-info: install-info-recursive
617 install-pdf: install-pdf-recursive
621 install-ps: install-ps-recursive
627 maintainer-clean: maintainer-clean-recursive
632 mostlyclean: mostlyclean-recursive
636 pdf: pdf-recursive
640 ps: ps-recursive
646 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
647 install-am install-strip tags-recursive
651 clean-generic ctags ctags-recursive distclean \
661 ps ps-am tags tags-recursive uninstall uninstall-am \