Home | History | Annotate | Download | only in callgrind

Lines Matching full:recursive

163 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
164 html-recursive info-recursive install-data-recursive \
165 install-dvi-recursive install-exec-recursive \
166 install-html-recursive install-info-recursive \
167 install-pdf-recursive install-ps-recursive install-recursive \
168 installcheck-recursive installdirs-recursive pdf-recursive \
169 ps-recursive uninstall-recursive
171 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
172 distclean-recursive maintainer-clean-recursive
173 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
174 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
700 all: all-recursive
1468 target=`echo $@ | sed s/-recursive//`; \
1503 target=`echo $@ | sed s/-recursive//`; \
1514 tags-recursive:
1518 ctags-recursive:
1533 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1568 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1647 check: check-recursive
1649 installdirs: installdirs-recursive
1654 install: install-recursive
1655 install-exec: install-exec-recursive
1656 install-data: install-data-recursive
1657 uninstall: uninstall-recursive
1662 installcheck: installcheck-recursive
1679 clean: clean-recursive
1684 distclean: distclean-recursive
1690 dvi: dvi-recursive
1694 html: html-recursive
1698 info: info-recursive
1704 install-dvi: install-dvi-recursive
1710 install-html: install-html-recursive
1714 install-info: install-info-recursive
1720 install-pdf: install-pdf-recursive
1724 install-ps: install-ps-recursive
1730 maintainer-clean: maintainer-clean-recursive
1735 mostlyclean: mostlyclean-recursive
1739 pdf: pdf-recursive
1743 ps: ps-recursive
1749 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1750 install-am install-strip tags-recursive
1754 clean-local clean-noinstPROGRAMS ctags ctags-recursive \
1765 ps ps-am tags tags-recursive uninstall uninstall-am \