Difference for ./Makefile.in from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 # Makefile.in generated by automake 1.9.3 from Makefile.am.  # Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 # 2003, 2004  Free Software Foundation, Inc.  # 2003, 2004, 2005  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 262
 
Line 262
 #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
 $(RECURSIVE_TARGETS):  $(RECURSIVE_TARGETS):
  @set fnord $$MAKEFLAGS; amf=$$2; \   @failcom='exit 1'; \
    for f in x $$MAKEFLAGS; do \
      case $$f in \
        *=* | --[!k]*);; \
        *k*) failcom='fail=yes';; \
      esac; \
    done; \
  dot_seen=no; \   dot_seen=no; \
  target=`echo $@ | sed s/-recursive//`; \   target=`echo $@ | sed s/-recursive//`; \
  list='$(SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \
Line 274
 
Line 280
      local_target="$$target"; \       local_target="$$target"; \
    fi; \     fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \     || eval $$failcom; \
  done; \   done; \
  if test "$$dot_seen" = "no"; then \   if test "$$dot_seen" = "no"; then \
    $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Line 282
 
Line 288
   
 mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:  maintainer-clean-recursive:
  @set fnord $$MAKEFLAGS; amf=$$2; \   @failcom='exit 1'; \
    for f in x $$MAKEFLAGS; do \
      case $$f in \
        *=* | --[!k]*);; \
        *k*) failcom='fail=yes';; \
      esac; \
    done; \
  dot_seen=no; \   dot_seen=no; \
  case "$@" in \   case "$@" in \
    distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Line 303
 
Line 315
      local_target="$$target"; \       local_target="$$target"; \
    fi; \     fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \     || eval $$failcom; \
  done && test -z "$$fail"   done && test -z "$$fail"
 tags-recursive:  tags-recursive:
  list='$(SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:52