• Home
  • Raw
  • Download

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

24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29 *=*|--*) ;; \
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
64 mkinstalldirs = $(install_sh) -d
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
79 install-pdf-recursive install-ps-recursive install-recursive \
80 installcheck-recursive installdirs-recursive pdf-recursive \
81 ps-recursive uninstall-recursive
85 *) (install-info --version) >/dev/null 2>&1;; \
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89 distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
103 while test -n "$$dir1"; do \
104 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
107 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
119 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
238 all: all-recursive
245 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246 && { if test -f $@; then exit 0; else break; fi; }; \
250 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
252 $(AUTOMAKE) --foreign include/Makefile
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 mostlyclean-libtool:
273 -rm -f *.lo
275 clean-libtool:
276 -rm -rf .libs _libs
288 *=* | --[!k]*);; \
293 target=`echo $@ | sed s/-recursive//`; \
294 list='$(SUBDIRS)'; for subdir in $$list; do \
298 local_target="$$target-am"; \
306 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
307 fi; test -z "$$fail"
313 *=* | --[!k]*);; \
319 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
320 *) list='$(SUBDIRS)' ;; \
322 rev=''; for subdir in $$list; do \
324 rev="$$subdir $$rev"; \
327 rev="$$rev ."; \
328 target=`echo $@ | sed s/-recursive//`; \
329 for subdir in $$rev; do \
332 local_target="$$target-am"; \
338 done && test -z "$$fail"
339 tags-recursive:
340 list='$(SUBDIRS)'; for subdir in $$list; do \
343 ctags-recursive:
344 list='$(SUBDIRS)'; for subdir in $$list; do \
349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 mkid -fID $$unique
358 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
362 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
363 include_option=--etags-include; \
366 include_option=--include; \
369 list='$(SUBDIRS)'; for subdir in $$list; do \
371 test ! -f $$subdir/TAGS || \
375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383 test -n "$$unique" || unique=$$empty_fix; \
384 if test $$# -gt 0; then \
393 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401 test -z "$(CTAGS_ARGS)$$unique" \
408 && gtags -i $(GTAGS_ARGS) "$$here"
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416 list='$(DISTFILES)'; \
417 dist_files=`for file in $$list; do echo $$file; done | \
418 sed -e "s|^$$srcdirstrip/||;t" \
419 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423 sort -u` ;; \
426 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427 if test -d $$d/$$file; then \
428 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429 if test -d "$(distdir)/$$file"; then \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438 test -f "$(distdir)/$$file" \
439 || cp -p $$d/$$file "$(distdir)/$$file" \
443 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446 || test -d "$(distdir)/$$subdir" \
468 check-am: all-am
469 check: check-recursive
470 all-am: Makefile $(HEADERS)
471 installdirs: installdirs-recursive
472 installdirs-am:
473 install: install-recursive
474 install-exec: install-exec-recursive
475 install-data: install-data-recursive
476 uninstall: uninstall-recursive
478 install-am: all-am
479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
481 installcheck: installcheck-recursive
482 install-strip:
483 if test -z '$(STRIP)'; then \
485 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 mostlyclean-generic:
494 clean-generic:
496 distclean-generic:
497 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
498 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
500 maintainer-clean-generic:
503 clean: clean-recursive
505 clean-am: clean-generic clean-libtool mostlyclean-am
507 distclean: distclean-recursive
508 -rm -f Makefile
509 distclean-am: clean-am distclean-generic distclean-tags
511 dvi: dvi-recursive
513 dvi-am:
515 html: html-recursive
517 html-am:
519 info: info-recursive
521 info-am:
523 install-data-am:
525 install-dvi: install-dvi-recursive
527 install-dvi-am:
529 install-exec-am:
531 install-html: install-html-recursive
533 install-html-am:
535 install-info: install-info-recursive
537 install-info-am:
539 install-man:
541 install-pdf: install-pdf-recursive
543 install-pdf-am:
545 install-ps: install-ps-recursive
547 install-ps-am:
549 installcheck-am:
551 maintainer-clean: maintainer-clean-recursive
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
555 mostlyclean: mostlyclean-recursive
557 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
559 pdf: pdf-recursive
561 pdf-am:
563 ps: ps-recursive
565 ps-am:
567 uninstall-am:
569 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
570 install-am install-strip tags-recursive
573 all all-am check check-am clean clean-generic clean-libtool \
574 ctags ctags-recursive distclean distclean-generic \
575 distclean-libtool distclean-tags distdir dvi dvi-am html \
576 html-am info info-am install install-am install-data \
577 install-data-am install-dvi install-dvi-am install-exec \
578 install-exec-am install-html install-html-am install-info \
579 install-info-am install-man install-pdf install-pdf-am \
580 install-ps install-ps-am install-strip installcheck \
581 installcheck-am installdirs installdirs-am maintainer-clean \
582 maintainer-clean-generic mostlyclean mostlyclean-generic \
583 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
584 uninstall uninstall-am