Diff for /rpl/Attic/Makefile.in between versions 1.38 and 1.39

version 1.38, 2010/12/21 13:56:31 version 1.39, 2011/04/20 08:26:01
Line 14 Line 14
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 @SET_MAKE@  @SET_MAKE@
   
 VPATH = @srcdir@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
Line 35  build_triplet = @build@ Line 36  build_triplet = @build@
 host_triplet = @host@  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 subdir = .  subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/COPYING.in \  DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
     $(srcdir)/Makefile.am $(srcdir)/Makefile.in \      $(srcdir)/COPYING.in $(srcdir)/Makefile.am \
     $(srcdir)/rplconfig.h.in $(top_srcdir)/configure AUTHORS \      $(srcdir)/Makefile.in $(srcdir)/rplconfig.h.in \
     COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \      $(top_srcdir)/configure $(top_srcdir)/rplcas/Makefile.in \
     depcomp install-sh ltmain.sh missing mkinstalldirs      AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
       config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in  am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Line 48  am__CONFIG_DISTCLEAN_FILES = config.stat Line 50  am__CONFIG_DISTCLEAN_FILES = config.stat
  configure.lineno config.status.lineno   configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = rplconfig.h  CONFIG_HEADER = rplconfig.h
 CONFIG_CLEAN_FILES = COPYING  CONFIG_CLEAN_FILES = COPYING rplcas/Makefile
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
Line 59  RECURSIVE_TARGETS = all-recursive check- Line 61  RECURSIVE_TARGETS = all-recursive check-
     install-pdf-recursive install-ps-recursive install-recursive \      install-pdf-recursive install-ps-recursive install-recursive \
     installcheck-recursive installdirs-recursive pdf-recursive \      installcheck-recursive installdirs-recursive pdf-recursive \
     ps-recursive uninstall-recursive      ps-recursive uninstall-recursive
   am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   am__vpath_adj = case $$p in \
       $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
       *) f=$$p;; \
     esac;
   am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   am__install_max = 40
   am__nobase_strip_setup = \
     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   am__nobase_strip = \
     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   am__nobase_list = $(am__nobase_strip_setup); \
     for p in $$list; do echo "$$p $$p"; done | \
     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
       if (++n[$$2] == $(am__install_max)) \
         { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
       END { for (dir in files) print dir, files[dir] }'
   am__base_list = \
     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   am__installdirs = "$(DESTDIR)$(includedir)"
   HEADERS = $(include_HEADERS)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
   distclean-recursive maintainer-clean-recursive    distclean-recursive maintainer-clean-recursive
 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \  AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
Line 142  FFLAGS = @FFLAGS@ Line 167  FFLAGS = @FFLAGS@
 FILE = @FILE@  FILE = @FILE@
 FINAL_ENCODING = @FINAL_ENCODING@  FINAL_ENCODING = @FINAL_ENCODING@
 FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@  FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
   GMP = @GMP@
 GNUPLOT = @GNUPLOT@  GNUPLOT = @GNUPLOT@
 GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@  GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
 GNUPLOT_P = @GNUPLOT_P@  GNUPLOT_P = @GNUPLOT_P@
Line 169  MAKEINFO = @MAKEINFO@ Line 195  MAKEINFO = @MAKEINFO@
 MALLOC = @MALLOC@  MALLOC = @MALLOC@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
 MOTIF_SUPPORT = @MOTIF_SUPPORT@  MOTIF_SUPPORT = @MOTIF_SUPPORT@
   MPFR = @MPFR@
 MYSQL_SUPPORT = @MYSQL_SUPPORT@  MYSQL_SUPPORT = @MYSQL_SUPPORT@
 NCURSES = @NCURSES@  NCURSES = @NCURSES@
 NESTED_FUNCTIONS = @NESTED_FUNCTIONS@  NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
Line 270  target_vendor = @target_vendor@ Line 297  target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 SUBDIRS = tools rplsums rpliconv rplawk lapack/blas lapack/lapack src \  SUBDIRS = tools rplsums rpliconv rplawk lapack/blas lapack/lapack rplcas src \
         rpltags scripts man doc          rpltags scripts man doc
   
   include_HEADERS = rplconfig.h
 EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \  EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
         COPYING.in lapack/COPYING lapack/RELEASE \          COPYING.in lapack/COPYING lapack/RELEASE \
         tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \          tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
         vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \          vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
         examples/external.tar.gz          examples/external.tar.gz \
           rplcas/@GMP@.tar.gz @MPFR@.tar.gz
   
 all: rplconfig.h  all: rplconfig.h
     $(MAKE) $(AM_MAKEFLAGS) all-recursive      $(MAKE) $(AM_MAKEFLAGS) all-recursive
Line 336  distclean-hdr: Line 365  distclean-hdr:
     -rm -f rplconfig.h stamp-h1      -rm -f rplconfig.h stamp-h1
 COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in  COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
     cd $(top_builddir) && $(SHELL) ./config.status $@      cd $(top_builddir) && $(SHELL) ./config.status $@
   rplcas/Makefile: $(top_builddir)/config.status $(top_srcdir)/rplcas/Makefile.in
       cd $(top_builddir) && $(SHELL) ./config.status $@
   install-includeHEADERS: $(include_HEADERS)
       @$(NORMAL_INSTALL)
       test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
       @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
       for p in $$list; do \
         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
         echo "$$d$$p"; \
       done | $(am__base_list) | \
       while read files; do \
         echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
         $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
       done
   
   uninstall-includeHEADERS:
       @$(NORMAL_UNINSTALL)
       @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
       test -n "$$files" || exit 0; \
       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 649  distcleancheck: distclean Line 700  distcleancheck: distclean
            exit 1; } >&2             exit 1; } >&2
 check-am: all-am  check-am: all-am
 check: check-recursive  check: check-recursive
 all-am: Makefile rplconfig.h  all-am: Makefile $(HEADERS) rplconfig.h
 installdirs: installdirs-recursive  installdirs: installdirs-recursive
 installdirs-am:  installdirs-am:
       for dir in "$(DESTDIR)$(includedir)"; do \
         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
       done
 install: install-recursive  install: install-recursive
 install-exec: install-exec-recursive  install-exec: install-exec-recursive
 install-data: install-data-recursive  install-data: install-data-recursive
Line 693  info: info-recursive Line 747  info: info-recursive
   
 info-am:  info-am:
   
 install-data-am:  install-data-am: install-includeHEADERS
   
 install-dvi: install-dvi-recursive  install-dvi: install-dvi-recursive
   
Line 739  ps: ps-recursive Line 793  ps: ps-recursive
   
 ps-am:  ps-am:
   
 uninstall-am:  uninstall-am: uninstall-includeHEADERS
   
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \  .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
     ctags-recursive install-am install-strip tags-recursive      ctags-recursive install-am install-strip tags-recursive
Line 752  uninstall-am: Line 806  uninstall-am:
     distcleancheck distdir distuninstallcheck dvi dvi-am html \      distcleancheck distdir distuninstallcheck dvi dvi-am html \
     html-am info info-am install install-am install-data \      html-am info info-am install install-am install-data \
     install-data-am install-dvi install-dvi-am install-exec \      install-data-am install-dvi install-dvi-am install-exec \
     install-exec-am install-html install-html-am install-info \      install-exec-am install-html install-html-am \
     install-info-am install-man install-pdf install-pdf-am \      install-includeHEADERS install-info install-info-am \
     install-ps install-ps-am install-strip installcheck \      install-man install-pdf install-pdf-am install-ps \
     installcheck-am installdirs installdirs-am maintainer-clean \      install-ps-am install-strip installcheck installcheck-am \
       installdirs installdirs-am maintainer-clean \
     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
     pdf-am ps ps-am tags tags-recursive uninstall uninstall-am      pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
       uninstall-includeHEADERS
   
   
 licences:  licences:
Line 990  all: $(top_builddir)/tools/@NCURSES@/lib Line 1046  all: $(top_builddir)/tools/@NCURSES@/lib
         $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT)          $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT)
 # Cette règle n'est là que pour forcer la compilation de Gnuplot.  # Cette règle n'est là que pour forcer la compilation de Gnuplot.
     $(MAKE) -C $(top_builddir)/tools $(AM_MAKEFLAGS)      $(MAKE) -C $(top_builddir)/tools $(AM_MAKEFLAGS)
       $(MAKE) -C $(top_builddir)/rplcas $(AM_MAKEFLAGS)
     $(MAKE) -C $(top_builddir)/rpltags $(AM_MAKEFLAGS)      $(MAKE) -C $(top_builddir)/rpltags $(AM_MAKEFLAGS)
     $(MAKE) -C $(top_builddir)/src $(AM_MAKEFLAGS)      $(MAKE) -C $(top_builddir)/src $(AM_MAKEFLAGS)
   

Removed from v.1.38  
changed lines
  Added in v.1.39


CVSweb interface <joel.bertrand@systella.fr>