Home | History | Annotate | Download | only in libvorbis

Lines Matching full:recursive

62 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63 html-recursive info-recursive install-data-recursive \
64 install-dvi-recursive install-exec-recursive \
65 install-html-recursive install-info-recursive \
66 install-pdf-recursive install-ps-recursive install-recursive \
67 installcheck-recursive installdirs-recursive pdf-recursive \
68 ps-recursive uninstall-recursive
79 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80 distclean-recursive maintainer-clean-recursive
253 $(MAKE) $(AM_MAKEFLAGS) all-recursive
379 target=`echo $@ | sed s/-recursive//`; \
414 target=`echo $@ | sed s/-recursive//`; \
425 tags-recursive:
429 ctags-recursive:
444 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
473 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
647 check: check-recursive
649 installdirs: installdirs-recursive
654 install: install-recursive
655 install-exec: install-exec-recursive
656 install-data: install-data-recursive
657 uninstall: uninstall-recursive
662 installcheck: installcheck-recursive
678 clean: clean-recursive
682 distclean: distclean-recursive
688 dvi: dvi-recursive
692 html: html-recursive
694 info: info-recursive
700 install-dvi: install-dvi-recursive
704 install-html: install-html-recursive
706 install-info: install-info-recursive
710 install-pdf: install-pdf-recursive
712 install-ps: install-ps-recursive
716 maintainer-clean: maintainer-clean-recursive
722 mostlyclean: mostlyclean-recursive
726 pdf: pdf-recursive
730 ps: ps-recursive
741 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
754 tags tags-recursive uninstall uninstall-am \