Lines Matching full:recursive

68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69 html-recursive info-recursive install-data-recursive \
70 install-dvi-recursive install-exec-recursive \
71 install-html-recursive install-info-recursive \
72 install-pdf-recursive install-ps-recursive install-recursive \
73 installcheck-recursive installdirs-recursive pdf-recursive \
74 ps-recursive uninstall-recursive
75 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76 distclean-recursive maintainer-clean-recursive
77 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
78 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
213 all: all-recursive
293 target=`echo $@ | sed s/-recursive//`; \
328 target=`echo $@ | sed s/-recursive//`; \
339 tags-recursive:
343 ctags-recursive:
358 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
393 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
472 check: check-recursive
474 installdirs: installdirs-recursive
476 install: install-recursive
477 install-exec: install-exec-recursive
478 install-data: install-data-recursive
479 uninstall: uninstall-recursive
484 installcheck: installcheck-recursive
506 clean: clean-recursive
510 distclean: distclean-recursive
516 dvi: dvi-recursive
520 html: html-recursive
524 info: info-recursive
530 install-dvi: install-dvi-recursive
536 install-html: install-html-recursive
540 install-info: install-info-recursive
546 install-pdf: install-pdf-recursive
550 install-ps: install-ps-recursive
556 maintainer-clean: maintainer-clean-recursive
561 mostlyclean: mostlyclean-recursive
565 pdf: pdf-recursive
569 ps: ps-recursive
575 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
576 install-am install-strip tags-recursive
580 clean-noinstLIBRARIES ctags ctags-recursive distclean \
590 tags tags-recursive uninstall uninstall-am