Lines Matching full:recursive
137 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
138 html-recursive info-recursive install-data-recursive \
139 install-dvi-recursive install-exec-recursive \
140 install-html-recursive install-info-recursive \
141 install-pdf-recursive install-ps-recursive install-recursive \
142 installcheck-recursive installdirs-recursive pdf-recursive \
143 ps-recursive uninstall-recursive
167 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
168 distclean-recursive maintainer-clean-recursive
169 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
170 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
705 all: all-recursive
1021 target=`echo $@ | sed s/-recursive//`; \
1056 target=`echo $@ | sed s/-recursive//`; \
1067 tags-recursive:
1071 ctags-recursive:
1086 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1121 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1200 check: check-recursive
1202 installdirs: installdirs-recursive
1207 install: install-recursive
1208 install-exec: install-exec-recursive
1209 install-data: install-data-recursive
1210 uninstall: uninstall-recursive
1215 installcheck: installcheck-recursive
1232 clean: clean-recursive
1237 distclean: distclean-recursive
1243 dvi: dvi-recursive
1247 html: html-recursive
1251 info: info-recursive
1257 install-dvi: install-dvi-recursive
1263 install-html: install-html-recursive
1267 install-info: install-info-recursive
1273 install-pdf: install-pdf-recursive
1277 install-ps: install-ps-recursive
1283 maintainer-clean: maintainer-clean-recursive
1288 mostlyclean: mostlyclean-recursive
1292 pdf: pdf-recursive
1296 ps: ps-recursive
1302 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1303 install-am install-strip tags-recursive
1307 clean-local clean-noinstPROGRAMS ctags ctags-recursive \
1318 ps ps-am tags tags-recursive uninstall uninstall-am \