Lines Matching refs:recursive
156 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
157 ctags-recursive dvi-recursive html-recursive info-recursive \
158 install-data-recursive install-dvi-recursive \
159 install-exec-recursive install-html-recursive \
160 install-info-recursive install-pdf-recursive \
161 install-ps-recursive install-recursive installcheck-recursive \
162 installdirs-recursive pdf-recursive ps-recursive \
163 tags-recursive uninstall-recursive
169 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170 distclean-recursive maintainer-clean-recursive
175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
597 $(MAKE) $(AM_MAKEFLAGS) all-recursive
672 target=`echo $@ | sed s/-recursive//`; \
694 tags: tags-recursive
725 ctags: ctags-recursive
744 cscopelist: cscopelist-recursive
965 $(MAKE) $(AM_MAKEFLAGS) check-recursive
967 installdirs: installdirs-recursive
970 $(MAKE) $(AM_MAKEFLAGS) install-recursive
972 $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
973 install-data: install-data-recursive
974 uninstall: uninstall-recursive
979 installcheck: installcheck-recursive
1004 clean: clean-recursive
1008 distclean: distclean-recursive
1014 dvi: dvi-recursive
1018 html: html-recursive
1022 info: info-recursive
1028 install-dvi: install-dvi-recursive
1034 install-html: install-html-recursive
1038 install-info: install-info-recursive
1044 install-pdf: install-pdf-recursive
1048 install-ps: install-ps-recursive
1054 maintainer-clean: maintainer-clean-recursive
1060 mostlyclean: mostlyclean-recursive
1064 pdf: pdf-recursive
1068 ps: ps-recursive