Diff for /rpl/scripts/Attic/Makefile.in between versions 1.46 and 1.47

version 1.46, 2012/01/18 10:17:25 version 1.47, 2012/02/23 13:05:08
Line 1 Line 1
 # Makefile.in generated by automake 1.11.1 from Makefile.am.  # Makefile.in generated by automake 1.11.3 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, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,  # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 # Inc.  # 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 67  am__nobase_list = $(am__nobase_strip_set Line 67  am__nobase_list = $(am__nobase_strip_set
 am__base_list = \  am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   am__uninstall_files_from_dir = { \
     test -z "$$files" \
       || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
       || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
            $(am__cd) "$$dir" && rm -f $$files; }; \
     }
 am__installdirs = "$(DESTDIR)$(bindir)"  am__installdirs = "$(DESTDIR)$(bindir)"
 SCRIPTS = $(bin_SCRIPTS)  SCRIPTS = $(bin_SCRIPTS)
 AM_V_GEN = $(am__v_GEN_$(V))  AM_V_GEN = $(am__v_GEN_@AM_V@)
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))  am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;  am__v_GEN_0 = @echo "  GEN   " $@;
 AM_V_at = $(am__v_at_$(V))  AM_V_at = $(am__v_at_@AM_V@)
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))  am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @  am__v_at_0 = @
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
Line 343  uninstall-binSCRIPTS: Line 349  uninstall-binSCRIPTS:
     @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \      @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
     files=`for p in $$list; do echo "$$p"; done | \      files=`for p in $$list; do echo "$$p"; done | \
            sed -e 's,.*/,,;$(transform)'`; \             sed -e 's,.*/,,;$(transform)'`; \
     test -n "$$list" || exit 0; \      dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \  
     cd "$(DESTDIR)$(bindir)" && rm -f $$files  
 tags: TAGS  tags: TAGS
 TAGS:  TAGS:
   
Line 400  install-am: all-am Line 404  install-am: all-am
   
 installcheck: installcheck-am  installcheck: installcheck-am
 install-strip:  install-strip:
     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \      if test -z '$(STRIP)'; then \
       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
       `test -z '$(STRIP)' || \          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install            install; \
       else \
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
       fi
 mostlyclean-generic:  mostlyclean-generic:
   
 clean-generic:  clean-generic:

Removed from v.1.46  
changed lines
  Added in v.1.47


CVSweb interface <joel.bertrand@systella.fr>