Diff for /rpl/Makefile.am between versions 1.1 and 1.2

version 1.1, 2010/01/26 15:22:44 version 1.2, 2010/02/08 19:26:31
Line 8  EXTRA_DIST = LIMITATIONS Licence_CeCILL_ Line 8  EXTRA_DIST = LIMITATIONS Licence_CeCILL_
         examples/daemon.tar.gz COPYING.in tests/tests.tar.gz \          examples/daemon.tar.gz COPYING.in tests/tests.tar.gz \
         lapack/COPYING lapack/RELEASE          lapack/COPYING lapack/RELEASE
   
   toolsclean:
       for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
               @FILE@ @ICONV@; \
       do \
           \rm -rf $(srcdir)/tools/$$i; \
       done;
   
 licences:  licences:
     cp -f $(top_builddir)/COPYING $(srcdir)      cp -f $(top_builddir)/COPYING $(srcdir)
     make -C src $@      make -C src $@

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb interface <joel.bertrand@systella.fr>