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

Lines Matching refs: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
62 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63 distclean-recursive maintainer-clean-recursive
64 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
224 all: all-recursive
279 target=`echo $@ | sed s/-recursive//`; \
314 target=`echo $@ | sed s/-recursive//`; \
325 tags-recursive:
329 ctags-recursive:
344 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
458 check: check-recursive
460 installdirs: installdirs-recursive
462 install: install-recursive
463 install-exec: install-exec-recursive
464 install-data: install-data-recursive
465 uninstall: uninstall-recursive
470 installcheck: installcheck-recursive
492 clean: clean-recursive
496 distclean: distclean-recursive
500 dvi: dvi-recursive
504 html: html-recursive
508 info: info-recursive
514 install-dvi: install-dvi-recursive
520 install-html: install-html-recursive
524 install-info: install-info-recursive
530 install-pdf: install-pdf-recursive
534 install-ps: install-ps-recursive
540 maintainer-clean: maintainer-clean-recursive
544 mostlyclean: mostlyclean-recursive
548 pdf: pdf-recursive
552 ps: ps-recursive
558 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
559 install-am install-strip tags-recursive
563 ctags ctags-recursive distclean distclean-generic \
572 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \