Annotation of rpl/Makefile.am, revision 1.2

1.1       bertrand    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: 
1.2     ! bertrand   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: 
1.1       bertrand   18: licences:
                     19:    cp -f $(top_builddir)/COPYING $(srcdir)
                     20:    make -C src $@

CVSweb interface <joel.bertrand@systella.fr>