Lines Matching full:recursive
126 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
127 html-recursive info-recursive install-data-recursive \
128 install-dvi-recursive install-exec-recursive \
129 install-html-recursive install-info-recursive \
130 install-pdf-recursive install-ps-recursive install-recursive \
131 installcheck-recursive installdirs-recursive pdf-recursive \
132 ps-recursive uninstall-recursive
135 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
136 distclean-recursive maintainer-clean-recursive
137 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
138 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
313 all: all-recursive
470 target=`echo $@ | sed s/-recursive//`; \
505 target=`echo $@ | sed s/-recursive//`; \
516 tags-recursive:
520 ctags-recursive:
535 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
570 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
649 check: check-recursive
651 installdirs: installdirs-recursive
656 install: install-recursive
657 install-exec: install-exec-recursive
658 install-data: install-data-recursive
659 uninstall: uninstall-recursive
664 installcheck: installcheck-recursive
688 clean: clean-recursive
693 distclean: distclean-recursive
699 dvi: dvi-recursive
703 html: html-recursive
707 info: info-recursive
713 install-dvi: install-dvi-recursive
719 install-html: install-html-recursive
723 install-info: install-info-recursive
729 install-pdf: install-pdf-recursive
733 install-ps: install-ps-recursive
739 maintainer-clean: maintainer-clean-recursive
744 mostlyclean: mostlyclean-recursive
749 pdf: pdf-recursive
753 ps: ps-recursive
760 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
761 install-am install-strip tags-recursive
765 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
777 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \