File:  [local] / rpl / Makefile.am
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Feb 8 19:26:31 2010 UTC (14 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_10, HEAD
Correction d'un problème d'affichage dans le mode STD.

    1: SUBDIRS = tools lapack/blas lapack/lapack rpliconv src rpltags scripts man doc
    2: 
    3: include_HEADERS = rplconfig.h
    4: 
    5: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
    6:         vim/syntax/rpl.vim vim/ftplugin/rpl.vim vim/indent/rpl.vim \
    7:         examples/appel.tar.gz examples/obele.rpl examples/external.tar.gz \
    8:         examples/daemon.tar.gz COPYING.in tests/tests.tar.gz \
    9:         lapack/COPYING lapack/RELEASE
   10: 
   11: toolsclean:
   12:     for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
   13:             @FILE@ @ICONV@; \
   14:     do \
   15:         \rm -rf $(srcdir)/tools/$$i; \
   16:     done;
   17: 
   18: licences:
   19:     cp -f $(top_builddir)/COPYING $(srcdir)
   20:     make -C src $@

CVSweb interface <joel.bertrand@systella.fr>