• Home
  • Raw
  • Download

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

23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
40 $(top_srcdir)/m4m/gp-config-msg.m4 \
41 $(top_srcdir)/m4m/gp-documentation.m4 \
42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
43 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
44 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
45 $(top_srcdir)/auto-m4/lib-link.m4 \
46 $(top_srcdir)/auto-m4/lib-prefix.m4 \
47 $(top_srcdir)/auto-m4/libtool.m4 \
48 $(top_srcdir)/auto-m4/ltoptions.m4 \
49 $(top_srcdir)/auto-m4/ltsugar.m4 \
50 $(top_srcdir)/auto-m4/ltversion.m4 \
51 $(top_srcdir)/auto-m4/lt~obsolete.m4 \
52 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
53 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69 html-recursive info-recursive install-data-recursive \
70 install-dvi-recursive install-exec-recursive \
71 install-html-recursive install-info-recursive \
72 install-pdf-recursive install-ps-recursive install-recursive \
73 installcheck-recursive installdirs-recursive pdf-recursive \
74 ps-recursive uninstall-recursive
75 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76 distclean-recursive maintainer-clean-recursive
77 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
78 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90 while test -n "$$dir1"; do \
91 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255 all: all-recursive
262 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263 && { if test -f $@; then exit 0; else break; fi; }; \
267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
269 $(AUTOMAKE) --gnu contrib/Makefile
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 mostlyclean-libtool:
290 -rm -f *.lo
292 clean-libtool:
293 -rm -rf .libs _libs
305 *=* | --[!k]*);; \
310 target=`echo $@ | sed s/-recursive//`; \
311 list='$(SUBDIRS)'; for subdir in $$list; do \
315 local_target="$$target-am"; \
323 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324 fi; test -z "$$fail"
330 *=* | --[!k]*);; \
336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337 *) list='$(SUBDIRS)' ;; \
339 rev=''; for subdir in $$list; do \
341 rev="$$subdir $$rev"; \
344 rev="$$rev ."; \
345 target=`echo $@ | sed s/-recursive//`; \
346 for subdir in $$rev; do \
349 local_target="$$target-am"; \
355 done && test -z "$$fail"
356 tags-recursive:
357 list='$(SUBDIRS)'; for subdir in $$list; do \
360 ctags-recursive:
361 list='$(SUBDIRS)'; for subdir in $$list; do \
366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367 unique=`for i in $$list; do \
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 mkid -fID $$unique
375 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380 include_option=--etags-include; \
383 include_option=--include; \
386 list='$(SUBDIRS)'; for subdir in $$list; do \
388 test ! -f $$subdir/TAGS || \
392 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
393 unique=`for i in $$list; do \
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400 test -n "$$unique" || unique=$$empty_fix; \
401 if test $$# -gt 0; then \
410 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
412 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
413 unique=`for i in $$list; do \
414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 test -z "$(CTAGS_ARGS)$$unique" \
425 && gtags -i $(GTAGS_ARGS) "$$here"
427 distclean-tags:
428 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433 list='$(DISTFILES)'; \
434 dist_files=`for file in $$list; do echo $$file; done | \
435 sed -e "s|^$$srcdirstrip/||;t" \
436 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440 sort -u` ;; \
443 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444 if test -d $$d/$$file; then \
445 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446 if test -d "$(distdir)/$$file"; then \
447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455 test -f "$(distdir)/$$file" \
456 || cp -p $$d/$$file "$(distdir)/$$file" \
460 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462 test -d "$(distdir)/$$subdir" \
467 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488 check-am: all-am
489 check: check-recursive
490 all-am: Makefile
491 installdirs: installdirs-recursive
492 installdirs-am:
493 install: install-recursive
494 install-exec: install-exec-recursive
495 install-data: install-data-recursive
496 uninstall: uninstall-recursive
498 install-am: all-am
499 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501 installcheck: installcheck-recursive
502 install-strip:
504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505 `test -z '$(STRIP)' || \
507 mostlyclean-generic:
509 clean-generic:
511 distclean-generic:
512 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
515 maintainer-clean-generic:
518 clean: clean-recursive
520 clean-am: clean-generic clean-libtool mostlyclean-am
522 distclean: distclean-recursive
523 -rm -f Makefile
524 distclean-am: clean-am distclean-generic distclean-tags
526 dvi: dvi-recursive
528 dvi-am:
530 html: html-recursive
532 html-am:
534 info: info-recursive
536 info-am:
538 install-data-am:
540 install-dvi: install-dvi-recursive
542 install-dvi-am:
544 install-exec-am:
546 install-html: install-html-recursive
548 install-html-am:
550 install-info: install-info-recursive
552 install-info-am:
554 install-man:
556 install-pdf: install-pdf-recursive
558 install-pdf-am:
560 install-ps: install-ps-recursive
562 install-ps-am:
564 installcheck-am:
566 maintainer-clean: maintainer-clean-recursive
567 -rm -f Makefile
568 maintainer-clean-am: distclean-am maintainer-clean-generic
570 mostlyclean: mostlyclean-recursive
572 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
574 pdf: pdf-recursive
576 pdf-am:
578 ps: ps-recursive
580 ps-am:
582 uninstall-am:
584 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
585 install-am install-strip tags-recursive
588 all all-am check check-am clean clean-generic clean-libtool \
589 ctags ctags-recursive distclean distclean-generic \
590 distclean-libtool distclean-tags distdir dvi dvi-am html \
591 html-am info info-am install install-am install-data \
592 install-data-am install-dvi install-dvi-am install-exec \
593 install-exec-am install-html install-html-am install-info \
594 install-info-am install-man install-pdf install-pdf-am \
595 install-ps install-ps-am install-strip installcheck \
596 installcheck-am installdirs installdirs-am maintainer-clean \
597 maintainer-clean-generic mostlyclean mostlyclean-generic \
598 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
599 uninstall uninstall-am