Diff for /rpl/Attic/Makefile.in between versions 1.64 and 1.65

version 1.64, 2012/01/18 10:57:40 version 1.65, 2012/02/23 13:05:06
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 53  mkinstalldirs = $(SHELL) $(top_srcdir)/m Line 53  mkinstalldirs = $(SHELL) $(top_srcdir)/m
 CONFIG_HEADER = rplconfig.h  CONFIG_HEADER = rplconfig.h
 CONFIG_CLEAN_FILES = COPYING rplcas/Makefile DEBIAN/control  CONFIG_CLEAN_FILES = COPYING rplcas/Makefile DEBIAN/control
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
 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 89  am__nobase_list = $(am__nobase_strip_set Line 89  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)$(includedir)"  am__installdirs = "$(DESTDIR)$(includedir)"
 HEADERS = $(include_HEADERS)  HEADERS = $(include_HEADERS)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
Line 103  DISTFILES = $(DIST_COMMON) $(DIST_SOURCE Line 109  DISTFILES = $(DIST_COMMON) $(DIST_SOURCE
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
 am__remove_distdir = \  am__remove_distdir = \
   { test ! -d "$(distdir)" \    if test -d "$(distdir)"; then \
     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \      find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
          && rm -fr "$(distdir)"; }; }        && rm -rf "$(distdir)" \
         || { sleep 5 && rm -rf "$(distdir)"; }; \
     else :; fi
 am__relativize = \  am__relativize = \
   dir0=`pwd`; \    dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Line 134  am__relativize = \ Line 142  am__relativize = \
 DIST_ARCHIVES = $(distdir).tar.gz  DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best  GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print  distuninstallcheck_listfiles = find . -type f -print
   am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
 ABI = @ABI@  ABI = @ABI@
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
Line 345  all: rplconfig.h Line 355  all: rplconfig.h
     $(MAKE) $(AM_MAKEFLAGS) all-recursive      $(MAKE) $(AM_MAKEFLAGS) all-recursive
   
 .SUFFIXES:  .SUFFIXES:
 am--refresh:  am--refresh: Makefile
     @:      @:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     @for dep in $?; do \      @for dep in $?; do \
Line 381  $(ACLOCAL_M4):  $(am__aclocal_m4_deps) Line 391  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):  $(am__aclocal_m4_deps):
   
 rplconfig.h: stamp-h1  rplconfig.h: stamp-h1
     @if test ! -f $@; then \      @if test ! -f $@; then rm -f stamp-h1; else :; fi
       rm -f stamp-h1; \      @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
       $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \  
     else :; fi  
   
 stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
     @rm -f stamp-h1      @rm -f stamp-h1
Line 419  uninstall-includeHEADERS: Line 427  uninstall-includeHEADERS:
     @$(NORMAL_UNINSTALL)      @$(NORMAL_UNINSTALL)
     @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \      @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \      files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
     test -n "$$files" || exit 0; \      dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
     echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \  
     cd "$(DESTDIR)$(includedir)" && rm -f $$files  
   
 # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
Line 630  dist-gzip: distdir Line 636  dist-gzip: distdir
     $(am__remove_distdir)      $(am__remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
     tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2      tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
       $(am__remove_distdir)
   
   dist-lzip: distdir
       tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
     $(am__remove_distdir)      $(am__remove_distdir)
   
 dist-lzma: distdir  dist-lzma: distdir
Line 638  dist-lzma: distdir Line 648  dist-lzma: distdir
     $(am__remove_distdir)      $(am__remove_distdir)
   
 dist-xz: distdir  dist-xz: distdir
     tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz      tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
     $(am__remove_distdir)      $(am__remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
Line 669  distcheck: dist Line 679  distcheck: dist
       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\        bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
     *.tar.lzma*) \      *.tar.lzma*) \
       lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\        lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
       *.tar.lz*) \
         lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
     *.tar.xz*) \      *.tar.xz*) \
       xz -dc $(distdir).tar.xz | $(am__untar) ;;\        xz -dc $(distdir).tar.xz | $(am__untar) ;;\
     *.tar.Z*) \      *.tar.Z*) \
Line 688  distcheck: dist Line 700  distcheck: dist
       && am__cwd=`pwd` \        && am__cwd=`pwd` \
       && $(am__cd) $(distdir)/_build \        && $(am__cd) $(distdir)/_build \
       && ../configure --srcdir=.. --prefix="$$dc_install_base" \        && ../configure --srcdir=.. --prefix="$$dc_install_base" \
           $(AM_DISTCHECK_CONFIGURE_FLAGS) \
         $(DISTCHECK_CONFIGURE_FLAGS) \          $(DISTCHECK_CONFIGURE_FLAGS) \
       && $(MAKE) $(AM_MAKEFLAGS) \        && $(MAKE) $(AM_MAKEFLAGS) \
       && $(MAKE) $(AM_MAKEFLAGS) dvi \        && $(MAKE) $(AM_MAKEFLAGS) dvi \
Line 716  distcheck: dist Line 729  distcheck: dist
       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \        list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'        sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 distuninstallcheck:  distuninstallcheck:
     @$(am__cd) '$(distuninstallcheck_dir)' \      @test -n '$(distuninstallcheck_dir)' || { \
     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \        echo 'ERROR: trying to run $@ with an empty' \
              '$$(distuninstallcheck_dir)' >&2; \
         exit 1; \
       }; \
       $(am__cd) '$(distuninstallcheck_dir)' || { \
         echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
         exit 1; \
       }; \
       test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
        || { echo "ERROR: files left after uninstall:" ; \         || { echo "ERROR: files left after uninstall:" ; \
             if test -n "$(DESTDIR)"; then \              if test -n "$(DESTDIR)"; then \
               echo "  (check DESTDIR support)"; \                echo "  (check DESTDIR support)"; \
Line 836  uninstall-am: uninstall-includeHEADERS Line 857  uninstall-am: uninstall-includeHEADERS
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \  .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
     all all-am am--refresh check check-am clean clean-generic \      all all-am am--refresh check check-am clean clean-generic \
     ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \      ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
     dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \      dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
     distclean distclean-generic distclean-hdr distclean-tags \      distcheck distclean distclean-generic distclean-hdr \
     distcleancheck distdir distuninstallcheck dvi dvi-am html \      distclean-tags distcleancheck distdir distuninstallcheck dvi \
     html-am info info-am install install-am install-data \      dvi-am html html-am info info-am install install-am \
     install-data-am install-dvi install-dvi-am install-exec \      install-data install-data-am install-dvi install-dvi-am \
     install-exec-am install-html install-html-am \      install-exec install-exec-am install-html install-html-am \
     install-includeHEADERS install-info install-info-am \      install-includeHEADERS install-info install-info-am \
     install-man install-pdf install-pdf-am install-ps \      install-man install-pdf install-pdf-am install-ps \
     install-ps-am install-strip installcheck installcheck-am \      install-ps-am install-strip installcheck installcheck-am \

Removed from v.1.64  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>