• Home
  • Raw
  • Download

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

24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61 am__mv = mv -f
65 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
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"`; \
213 all: all-recursive
221 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222 && { if test -f $@; then exit 0; else break; fi; }; \
226 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/missing/Makefile'; \
228 $(AUTOMAKE) --gnu src/missing/Makefile
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 clean-noinstLIBRARIES:
249 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
251 -rm -f libcompat.a
255 mostlyclean-compile:
256 -rm -f *.$(OBJEXT)
258 distclean-compile:
259 -rm -f *.tab.c
265 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
269 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
272 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
276 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
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 \
445 test -d "$(distdir)/$$subdir" \
450 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
471 check-am: all-am
472 check: check-recursive
473 all-am: Makefile $(LIBRARIES)
474 installdirs: installdirs-recursive
475 installdirs-am:
476 install: install-recursive
477 install-exec: install-exec-recursive
478 install-data: install-data-recursive
479 uninstall: uninstall-recursive
481 install-am: all-am
482 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
484 installcheck: installcheck-recursive
485 install-strip:
486 if test -z '$(STRIP)'; then \
488 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495 mostlyclean-generic:
497 clean-generic:
499 distclean-generic:
500 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503 maintainer-clean-generic:
506 clean: clean-recursive
508 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
510 distclean: distclean-recursive
511 -rm -rf $(DEPDIR)
512 -rm -f Makefile
513 distclean-am: clean-am distclean-compile distclean-generic \
514 distclean-tags
516 dvi: dvi-recursive
518 dvi-am:
520 html: html-recursive
522 html-am:
524 info: info-recursive
526 info-am:
528 install-data-am:
530 install-dvi: install-dvi-recursive
532 install-dvi-am:
534 install-exec-am:
536 install-html: install-html-recursive
538 install-html-am:
540 install-info: install-info-recursive
542 install-info-am:
544 install-man:
546 install-pdf: install-pdf-recursive
548 install-pdf-am:
550 install-ps: install-ps-recursive
552 install-ps-am:
554 installcheck-am:
556 maintainer-clean: maintainer-clean-recursive
557 -rm -rf $(DEPDIR)
558 -rm -f Makefile
559 maintainer-clean-am: distclean-am maintainer-clean-generic
561 mostlyclean: mostlyclean-recursive
563 mostlyclean-am: mostlyclean-compile mostlyclean-generic
565 pdf: pdf-recursive
567 pdf-am:
569 ps: ps-recursive
571 ps-am:
573 uninstall-am:
575 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
576 install-am install-strip tags-recursive
579 all all-am check check-am clean clean-generic \
580 clean-noinstLIBRARIES ctags ctags-recursive distclean \
581 distclean-compile distclean-generic distclean-tags distdir dvi \
582 dvi-am html html-am info info-am install install-am \
583 install-data install-data-am install-dvi install-dvi-am \
584 install-exec install-exec-am install-html install-html-am \
585 install-info install-info-am install-man install-pdf \
586 install-pdf-am install-ps install-ps-am install-strip \
587 installcheck installcheck-am installdirs installdirs-am \
588 maintainer-clean maintainer-clean-generic mostlyclean \
589 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
590 tags tags-recursive uninstall uninstall-am