diff options
author | jofret | 2008-04-11 11:50:13 +0000 |
---|---|---|
committer | jofret | 2008-04-11 11:50:13 +0000 |
commit | c86352506b047c1dbf495c5561436de26e6637e4 (patch) | |
tree | 7acb58b7351d3d1965670f0ffbc08505515ab97f /src/elementaryFunctions/Makefile.am | |
parent | 5a83bc4c1ddd2652e3fee34ab83f05abf2933b36 (diff) | |
download | scilab2c-c86352506b047c1dbf495c5561436de26e6637e4.tar.gz scilab2c-c86352506b047c1dbf495c5561436de26e6637e4.tar.bz2 scilab2c-c86352506b047c1dbf495c5561436de26e6637e4.zip |
update libtool
Diffstat (limited to 'src/elementaryFunctions/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/Makefile.am | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/elementaryFunctions/Makefile.am b/src/elementaryFunctions/Makefile.am index 624b6d9c..c80d4a1b 100644 --- a/src/elementaryFunctions/Makefile.am +++ b/src/elementaryFunctions/Makefile.am @@ -1,13 +1,13 @@ ## -## -*- makefile -*- +## Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +## Copyright (C) 2006-2008 - INRIA - Bruno JOFRET ## -## Makefile.am -## Made by Bruno JOFRET <bruno.jofret@inria.fr> +## This file must be used under the terms of the CeCILL. +## This source file is licensed as described in the file COPYING, which +## you should have received as part of this distribution. The terms +## are also available at +## http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt ## -## Started on Thu Mar 22 16:39:30 2007 jofret -## Last update Thu Sep 6 14:22:15 2007 bruno -## -## Copyright INRIA 2007 ## SUBDIRS= cos \ @@ -16,7 +16,6 @@ SUBDIRS= cos \ acosh \ sin \ sinh \ - asin \ asinh \ tan \ tanh \ @@ -25,5 +24,7 @@ SUBDIRS= cos \ exp \ exp10 \ log \ + log1p \ log10 \ - sqrt + sqrt \ + asin |