• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/

Lines Matching refs:recursive

56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57 html-recursive info-recursive install-data-recursive \
58 install-dvi-recursive install-exec-recursive \
59 install-html-recursive install-info-recursive \
60 install-pdf-recursive install-ps-recursive install-recursive \
61 installcheck-recursive installdirs-recursive pdf-recursive \
62 ps-recursive uninstall-recursive
63 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64 distclean-recursive maintainer-clean-recursive
65 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
227 all: all-recursive
284 target=`echo $@ | sed s/-recursive//`; \
319 target=`echo $@ | sed s/-recursive//`; \
330 tags-recursive:
334 ctags-recursive:
349 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
384 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
463 check: check-recursive
465 installdirs: installdirs-recursive
467 install: install-recursive
468 install-exec: install-exec-recursive
469 install-data: install-data-recursive
470 uninstall: uninstall-recursive
475 installcheck: installcheck-recursive
497 clean: clean-recursive
501 distclean: distclean-recursive
505 dvi: dvi-recursive
509 html: html-recursive
513 info: info-recursive
519 install-dvi: install-dvi-recursive
525 install-html: install-html-recursive
529 install-info: install-info-recursive
535 install-pdf: install-pdf-recursive
539 install-ps: install-ps-recursive
545 maintainer-clean: maintainer-clean-recursive
549 mostlyclean: mostlyclean-recursive
553 pdf: pdf-recursive
557 ps: ps-recursive
563 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
564 install-am install-strip tags-recursive
568 ctags ctags-recursive distclean distclean-generic \
577 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \