Lines Matching full:recursive
112 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
113 html-recursive info-recursive install-data-recursive \
114 install-dvi-recursive install-exec-recursive \
115 install-html-recursive install-info-recursive \
116 install-pdf-recursive install-ps-recursive install-recursive \
117 installcheck-recursive installdirs-recursive pdf-recursive \
118 ps-recursive uninstall-recursive
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126 distclean-recursive maintainer-clean-recursive
336 $(MAKE) $(AM_MAKEFLAGS) all-recursive
564 target=`echo $@ | sed s/-recursive//`; \
599 target=`echo $@ | sed s/-recursive//`; \
610 tags-recursive:
614 ctags-recursive:
629 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
658 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
829 $(MAKE) $(AM_MAKEFLAGS) check-recursive
831 installdirs: installdirs-recursive
837 $(MAKE) $(AM_MAKEFLAGS) install-recursive
838 install-exec: install-exec-recursive
839 install-data: install-data-recursive
840 uninstall: uninstall-recursive
845 installcheck: installcheck-recursive
863 clean: clean-recursive
868 distclean: distclean-recursive
874 dvi: dvi-recursive
878 html: html-recursive
880 info: info-recursive
887 install-dvi: install-dvi-recursive
891 install-html: install-html-recursive
893 install-info: install-info-recursive
897 install-pdf: install-pdf-recursive
899 install-ps: install-ps-recursive
903 maintainer-clean: maintainer-clean-recursive
909 mostlyclean: mostlyclean-recursive
914 pdf: pdf-recursive
918 ps: ps-recursive
933 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
948 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \