diff options
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 |