Home | History | Annotate | Download | only in src

Lines Matching full:recursive

52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53 html-recursive info-recursive install-data-recursive \
54 install-dvi-recursive install-exec-recursive \
55 install-html-recursive install-info-recursive \
56 install-pdf-recursive install-ps-recursive install-recursive \
57 installcheck-recursive installdirs-recursive pdf-recursive \
58 ps-recursive uninstall-recursive
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60 distclean-recursive maintainer-clean-recursive
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
213 all: all-recursive
268 target=`echo $@ | sed s/-recursive//`; \
303 target=`echo $@ | sed s/-recursive//`; \
314 tags-recursive:
318 ctags-recursive:
333 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
368 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
447 check: check-recursive
449 installdirs: installdirs-recursive
451 install: install-recursive
452 install-exec: install-exec-recursive
453 install-data: install-data-recursive
454 uninstall: uninstall-recursive
459 installcheck: installcheck-recursive
481 clean: clean-recursive
485 distclean: distclean-recursive
489 dvi: dvi-recursive
493 html: html-recursive
497 info: info-recursive
503 install-dvi: install-dvi-recursive
509 install-html: install-html-recursive
513 install-info: install-info-recursive
519 install-pdf: install-pdf-recursive
523 install-ps: install-ps-recursive
529 maintainer-clean: maintainer-clean-recursive
533 mostlyclean: mostlyclean-recursive
537 pdf: pdf-recursive
541 ps: ps-recursive
547 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
548 install-am install-strip tags-recursive
552 recursive distclean distclean-generic \
561 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \