Home | History | Annotate | Download | only in drd

Lines Matching full:recursive

170 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
171 html-recursive info-recursive install-data-recursive \
172 install-dvi-recursive install-exec-recursive \
173 install-html-recursive install-info-recursive \
174 install-pdf-recursive install-ps-recursive install-recursive \
175 installcheck-recursive installdirs-recursive pdf-recursive \
176 ps-recursive uninstall-recursive
200 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
201 distclean-recursive maintainer-clean-recursive
202 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
203 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
776 all: all-recursive
1422 target=`echo $@ | sed s/-recursive//`; \
1457 target=`echo $@ | sed s/-recursive//`; \
1468 tags-recursive:
1472 ctags-recursive:
1487 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1522 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1601 check: check-recursive
1603 installdirs: installdirs-recursive
1608 install: install-recursive
1609 install-exec: install-exec-recursive
1610 install-data: install-data-recursive
1611 uninstall: uninstall-recursive
1616 installcheck: installcheck-recursive
1633 clean: clean-recursive
1638 distclean: distclean-recursive
1644 dvi: dvi-recursive
1648 html: html-recursive
1652 info: info-recursive
1658 install-dvi: install-dvi-recursive
1664 install-html: install-html-recursive
1668 install-info: install-info-recursive
1674 install-pdf: install-pdf-recursive
1678 install-ps: install-ps-recursive
1684 maintainer-clean: maintainer-clean-recursive
1689 mostlyclean: mostlyclean-recursive
1693 pdf: pdf-recursive
1697 ps: ps-recursive
1703 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1704 install-am install-strip tags-recursive
1708 clean-local clean-noinstPROGRAMS ctags ctags-recursive \
1719 ps ps-am tags tags-recursive uninstall uninstall-am \