• Home
  • Raw
  • Download

Lines Matching +full:rev +full:- +full:list

25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
44 mkinstalldirs = $(install_sh) -d
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
51 install-exec-recursive install-info-recursive \
52 install-recursive installcheck-recursive installdirs-recursive \
53 pdf-recursive ps-recursive uninstall-info-recursive \
54 uninstall-recursive
178 all: all-recursive
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
192 $(AUTOMAKE) --gnu include/Makefile
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211 mostlyclean-libtool:
212 -rm -f *.lo
214 clean-libtool:
215 -rm -rf .libs _libs
217 distclean-libtool:
218 -rm -f libtool
219 uninstall-info-am:
231 *=* | --[!k]*);; \
236 target=`echo $@ | sed s/-recursive//`; \
237 list='$(SUBDIRS)'; for subdir in $$list; do \
241 local_target="$$target-am"; \
249 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
250 fi; test -z "$$fail"
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
257 *=* | --[!k]*);; \
263 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
264 *) list='$(SUBDIRS)' ;; \
266 rev=''; for subdir in $$list; do \
268 rev="$$subdir $$rev"; \
271 rev="$$rev ."; \
272 target=`echo $@ | sed s/-recursive//`; \
273 for subdir in $$rev; do \
276 local_target="$$target-am"; \
282 done && test -z "$$fail"
283 tags-recursive:
284 list='$(SUBDIRS)'; for subdir in $$list; do \
287 ctags-recursive:
288 list='$(SUBDIRS)'; for subdir in $$list; do \
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 mkid -fID $$unique
302 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
306 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
307 include_option=--etags-include; \
310 include_option=--include; \
313 list='$(SUBDIRS)'; for subdir in $$list; do \
315 test ! -f $$subdir/TAGS || \
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320 unique=`for i in $$list; do \
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326 test -n "$$unique" || unique=$$empty_fix; \
331 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341 test -z "$(CTAGS_ARGS)$$tags$$unique" \
348 && gtags -i $(GTAGS_ARGS) $$here
350 distclean-tags:
351 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356 list='$(DISTFILES)'; for file in $$list; do \
361 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
369 if test -d $$d/$$file; then \
370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
373 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
375 test -f $(distdir)/$$file \
376 || cp -p $$d/$$file $(distdir)/$$file \
380 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
382 test -d "$(distdir)/$$subdir" \
395 check-am: all-am
396 check: check-recursive
397 all-am: Makefile
398 installdirs: installdirs-recursive
399 installdirs-am:
400 install: install-recursive
401 install-exec: install-exec-recursive
402 install-data: install-data-recursive
403 uninstall: uninstall-recursive
405 install-am: all-am
406 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 installcheck: installcheck-recursive
409 install-strip:
411 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412 `test -z '$(STRIP)' || \
414 mostlyclean-generic:
416 clean-generic:
418 distclean-generic:
419 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421 maintainer-clean-generic:
424 clean: clean-recursive
426 clean-am: clean-generic clean-libtool mostlyclean-am
428 distclean: distclean-recursive
429 -rm -f Makefile
430 distclean-am: clean-am distclean-generic distclean-libtool \
431 distclean-tags
433 dvi: dvi-recursive
435 dvi-am:
437 html: html-recursive
439 info: info-recursive
441 info-am:
443 install-data-am:
445 install-exec-am:
447 install-info: install-info-recursive
449 install-man:
451 installcheck-am:
453 maintainer-clean: maintainer-clean-recursive
454 -rm -f Makefile
455 maintainer-clean-am: distclean-am maintainer-clean-generic
457 mostlyclean: mostlyclean-recursive
459 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
461 pdf: pdf-recursive
463 pdf-am:
465 ps: ps-recursive
467 ps-am:
469 uninstall-am: uninstall-info-am
471 uninstall-info: uninstall-info-recursive
473 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
474 clean clean-generic clean-libtool clean-recursive ctags \
475 ctags-recursive distclean distclean-generic distclean-libtool \
476 distclean-recursive distclean-tags distdir dvi dvi-am html \
477 html-am info info-am install install-am install-data \
478 install-data-am install-exec install-exec-am install-info \
479 install-info-am install-man install-strip installcheck \
480 installcheck-am installdirs installdirs-am maintainer-clean \
481 maintainer-clean-generic maintainer-clean-recursive \
482 mostlyclean mostlyclean-generic mostlyclean-libtool \
483 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
484 uninstall uninstall-am uninstall-info-am