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

Lines Matching refs:recursive

126 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
127 html-recursive info-recursive install-data-recursive \
128 install-dvi-recursive install-exec-recursive \
129 install-html-recursive install-info-recursive \
130 install-pdf-recursive install-ps-recursive install-recursive \
131 installcheck-recursive installdirs-recursive pdf-recursive \
132 ps-recursive uninstall-recursive
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134 distclean-recursive maintainer-clean-recursive
135 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
136 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
312 all: all-recursive
457 target=`echo $@ | sed s/-recursive//`; \
492 target=`echo $@ | sed s/-recursive//`; \
503 tags-recursive:
507 ctags-recursive:
522 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
557 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
637 check: check-recursive
639 installdirs: installdirs-recursive
641 install: install-recursive
642 install-exec: install-exec-recursive
643 install-data: install-data-recursive
644 uninstall: uninstall-recursive
649 installcheck: installcheck-recursive
671 clean: clean-recursive
676 distclean: distclean-recursive
682 dvi: dvi-recursive
686 html: html-recursive
690 info: info-recursive
696 install-dvi: install-dvi-recursive
702 install-html: install-html-recursive
706 install-info: install-info-recursive
712 install-pdf: install-pdf-recursive
716 install-ps: install-ps-recursive
722 maintainer-clean: maintainer-clean-recursive
727 mostlyclean: mostlyclean-recursive
732 pdf: pdf-recursive
736 ps: ps-recursive
743 ctags-recursive install-am install-strip tags-recursive
747 clean-generic clean-libtool ctags ctags-recursive distclean \
757 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \