Home | History | Annotate | Download | only in stressapptest

Lines Matching full:recursive

55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86 distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
233 all: all-recursive
306 target=`echo $@ | sed s/-recursive//`; \
341 target=`echo $@ | sed s/-recursive//`; \
352 tags-recursive:
356 ctags-recursive:
371 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
406 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
602 check: check-recursive
604 installdirs: installdirs-recursive
609 install: install-recursive
610 install-exec: install-exec-recursive
611 install-data: install-data-recursive
612 uninstall: uninstall-recursive
617 installcheck: installcheck-recursive
634 clean: clean-recursive
638 distclean: distclean-recursive
643 dvi: dvi-recursive
647 html: html-recursive
651 info: info-recursive
657 install-dvi: install-dvi-recursive
663 install-html: install-html-recursive
667 install-info: install-info-recursive
673 install-pdf: install-pdf-recursive
677 install-ps: install-ps-recursive
683 maintainer-clean: maintainer-clean-recursive
689 mostlyclean: mostlyclean-recursive
693 pdf: pdf-recursive
697 ps: ps-recursive
703 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
704 install-am install-strip tags-recursive
708 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
719 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \