Lines Matching refs:recursive

218 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
219 html-recursive info-recursive install-data-recursive \
220 install-exec-recursive install-info-recursive \
221 install-recursive installcheck-recursive installdirs-recursive \
222 pdf-recursive ps-recursive uninstall-info-recursive \
223 uninstall-recursive
502 $(MAKE) $(AM_MAKEFLAGS) all-recursive
695 target=`echo $@ | sed s/-recursive//`; \
711 mostlyclean-recursive clean-recursive distclean-recursive \
712 maintainer-clean-recursive:
731 target=`echo $@ | sed s/-recursive//`; \
742 tags-recursive:
746 ctags-recursive:
761 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
790 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
838 check: check-recursive
840 installdirs: installdirs-recursive
845 install: install-recursive
846 install-exec: install-exec-recursive
847 install-data: install-data-recursive
848 uninstall: uninstall-recursive
881 clean: clean-recursive
886 distclean: distclean-recursive
893 dvi: dvi-recursive
897 html: html-recursive
899 info: info-recursive
907 install-info: install-info-recursive
913 maintainer-clean: maintainer-clean-recursive
919 mostlyclean: mostlyclean-recursive
924 pdf: pdf-recursive
928 ps: ps-recursive
934 uninstall-info: uninstall-info-recursive
938 clean-libtool clean-noinstPROGRAMS clean-recursive ctags \
939 ctags-recursive distclean distclean-DEJAGNU distclean-compile \
941 distclean-recursive distclean-tags dvi dvi-am html html-am \
947 maintainer-clean-recursive mostlyclean mostlyclean-compile \
949 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
953 .PHONY: install-html install-html-am install-html-recursive
955 install-html: install-html-recursive
957 install-html-recursive:
966 target=`echo $@ | sed s/-recursive//`; \