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

Lines Matching refs:recursive

134 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
135 html-recursive info-recursive install-data-recursive \
136 install-dvi-recursive install-exec-recursive \
137 install-html-recursive install-info-recursive \
138 install-pdf-recursive install-ps-recursive install-recursive \
139 installcheck-recursive installdirs-recursive pdf-recursive \
140 ps-recursive uninstall-recursive
141 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
142 distclean-recursive maintainer-clean-recursive
143 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
144 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
321 all: all-recursive
451 target=`echo $@ | sed s/-recursive//`; \
486 target=`echo $@ | sed s/-recursive//`; \
497 tags-recursive:
501 ctags-recursive:
516 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
551 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
630 check: check-recursive
632 installdirs: installdirs-recursive
637 install: install-recursive
638 install-exec: install-exec-recursive
639 install-data: install-data-recursive
640 uninstall: uninstall-recursive
645 installcheck: installcheck-recursive
667 clean: clean-recursive
672 distclean: distclean-recursive
678 dvi: dvi-recursive
682 html: html-recursive
686 info: info-recursive
692 install-dvi: install-dvi-recursive
698 install-html: install-html-recursive
702 install-info: install-info-recursive
708 install-pdf: install-pdf-recursive
712 install-ps: install-ps-recursive
718 maintainer-clean: maintainer-clean-recursive
723 mostlyclean: mostlyclean-recursive
728 pdf: pdf-recursive
732 ps: ps-recursive
738 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
739 install-am install-strip tags-recursive
743 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
754 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \