Lines Matching refs:recursive

192 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
193 html-recursive info-recursive install-data-recursive \
194 install-dvi-recursive install-exec-recursive \
195 install-html-recursive install-info-recursive \
196 install-pdf-recursive install-ps-recursive install-recursive \
197 installcheck-recursive installdirs-recursive pdf-recursive \
198 ps-recursive uninstall-recursive
199 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
200 distclean-recursive maintainer-clean-recursive
201 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
202 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
881 target=`echo $@ | sed s/-recursive//`; \
916 target=`echo $@ | sed s/-recursive//`; \
927 tags-recursive:
931 ctags-recursive:
946 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
981 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1166 check: check-recursive
1168 installdirs: installdirs-recursive
1173 install: install-recursive
1174 install-exec: install-exec-recursive
1175 install-data: install-data-recursive
1176 uninstall: uninstall-recursive
1181 installcheck: installcheck-recursive
1204 clean: clean-recursive
1209 distclean: distclean-recursive
1216 dvi: dvi-recursive
1220 html: html-recursive
1224 info: info-recursive
1230 install-dvi: install-dvi-recursive
1236 install-html: install-html-recursive
1240 install-info: install-info-recursive
1246 install-pdf: install-pdf-recursive
1250 install-ps: install-ps-recursive
1256 maintainer-clean: maintainer-clean-recursive
1263 mostlyclean: mostlyclean-recursive
1267 pdf: pdf-recursive
1271 ps: ps-recursive
1278 check-html ctags-recursive install-am install-strip recheck \
1279 recheck-html tags-recursive
1285 ctags-recursive distclean distclean-compile distclean-generic \
1295 ps ps-am recheck recheck-html tags tags-recursive uninstall \