Home | History | Annotate | Download | only in helgrind

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 \
711 all: all-recursive
1027 target=`echo $@ | sed s/-recursive//`; \
1062 target=`echo $@ | sed s/-recursive//`; \
1073 tags-recursive:
1077 ctags-recursive:
1092 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1127 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1206 check: check-recursive
1208 installdirs: installdirs-recursive
1213 install: install-recursive
1214 install-exec: install-exec-recursive
1215 install-data: install-data-recursive
1216 uninstall: uninstall-recursive
1221 installcheck: installcheck-recursive
1238 clean: clean-recursive
1243 distclean: distclean-recursive
1249 dvi: dvi-recursive
1253 html: html-recursive
1257 info: info-recursive
1263 install-dvi: install-dvi-recursive
1269 install-html: install-html-recursive
1273 install-info: install-info-recursive
1279 install-pdf: install-pdf-recursive
1283 install-ps: install-ps-recursive
1289 maintainer-clean: maintainer-clean-recursive
1294 mostlyclean: mostlyclean-recursive
1298 pdf: pdf-recursive
1302 ps: ps-recursive
1308 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1309 install-am install-strip tags-recursive
1313 clean-local clean-noinstPROGRAMS ctags ctags-recursive \
1324 ps ps-am tags tags-recursive uninstall uninstall-am \